@import url("https://fonts.googleapis.com/css?family=Poppins:regular,500,600,700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a :focus, a :active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
}

input, button, textarea {
  font-family: inherit;
}

input ::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button ::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-family: "Poppins";
  font-size: 0.9375rem;
  background-color: #fff;
  color: #231900;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  height: 100%;
  padding: 0 15px;
}

.main {
  flex: 1 1 auto;
}

button {
  color: #fff;
  background-color: transparent;
}

.none {
  display: none;
}

body {
  background-color: #fff;
  font-family: "Poppins";
}

body.lock {
  overflow: hidden;
}

.header {
  background: url("../img/header__back.png");
  background-repeat: no-repeat;
  min-height: 122vh;
  background-size: cover;
  color: #fff;
  background-position: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.header__container {
  position: fixed;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.4s;
  height: 90px;
  z-index: 10;
}
.header__line {
  position: fixed;
  padding: 45px 15px 45px 15px;
  display: flex;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
  margin: 0 auto;
  transition: 0.4s;
  z-index: 1;
  transition: 0.4s;
}
.header__logo {
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  color: #fff;
  position: relative;
  z-index: 10;
}
.header__logo:hover {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3333333333);
}
.header__nav {
  display: flex;
  flex: 1 1 60%;
  width: 100%;
  max-width: 705px;
  justify-content: space-between;
  gap: 54px;
  align-items: center;
}
.header__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 7px;
}
.header__link {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.header__link::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -3px;
  height: 3px;
  width: 0%;
  background-color: #fff;
  transition: 0.3s;
}
.header__link:hover::before {
  left: 0;
  width: 100%;
}
.header__download {
  white-space: nowrap;
  background: #FC0;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 46px;
  border-bottom: 3.5px solid #9b7a20;
  border-radius: 5px;
  transition: 0.3s;
  position: relative;
  z-index: 10;
}
.header__download:hover {
  background: rgb(255, 170, 0);
  border-bottom: 3.5px solid #9a7a23;
}
.header__download:active {
  transform: translateY(4.5px);
  border-bottom: 3.5px solid rgb(255, 170, 0);
}

.header__container.scroll {
  background-color: rgba(0, 0, 0, 0.8078431373);
  transition: 0.4s;
}

.header__line.scroll {
  padding: 25px 15px 25px 15px;
  transition: 0.4s;
}

.header__body {
  flex: 1 1 auto;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 115px 10px 30px 10px;
  margin: 0 auto;
  gap: 20px;
  max-height: 730px;
  color: #fff;
}
.header__price {
  font-size: calc(12px + 1vw);
  font-weight: 700;
  line-height: normal;
}
.header__title {
  font-size: calc(28px + 2.4166666667vw);
  font-weight: 600;
  line-height: normal;
}
.header__box {
  display: flex;
  width: 70%;
  gap: 20px;
  margin-bottom: 30px;
}
.header__circle {
  border-radius: 50%;
  height: -moz-max-content;
  height: max-content;
  background-color: #FC0;
  font-size: calc(14.5px + 1.2083333333vw);
  text-align: center;
  font-weight: 700;
  line-height: normal;
  padding: 25px 25px 35px 25px;
  max-width: 230px;
  word-wrap: break-word;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header__circle span {
  font-size: 63.896px;
  font-weight: 700;
  line-height: normal;
}
.header__text {
  font-size: calc(17px + 1.4166666667vw);
  font-weight: 600;
  line-height: normal;
  max-width: 340px;
}
.header__button {
  white-space: nowrap;
  background: #FC0;
  font-size: 14px;
  font-weight: 700;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 18px 80px;
  border-bottom: 3.5px solid #9b7a20;
  border-radius: 5px;
  transition: 0.3s;
}
.header__button:hover {
  background: rgb(255, 170, 0);
  border-bottom: 3.5px solid #9a7a23;
}
.header__button:active {
  transform: translateY(4.5px);
  border-bottom: 3.5px solid rgb(255, 170, 0);
}

.header .header__burger {
  width: 35px;
  height: 25px;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 10;
}
.header .header__burger::before, .header .header__burger::after {
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #FC0;
  transition: 0.3s;
}
.header .header__burger::before {
  top: 1px;
}
.header .header__burger::after {
  bottom: 1px;
}
.header .header__burger span {
  position: absolute;
  left: 0;
  top: 10.5px;
  height: 3px;
  width: 100%;
  background-color: #FC0;
  transition: 0.3s;
}
.header .header__burger.active::before {
  transform: rotate(-45deg);
  top: 50%;
}
.header .header__burger.active::after {
  transform: rotate(45deg);
  bottom: 38%;
}
.header .header__burger.active span {
  opacity: 0;
}

.header__line.active .header__list {
  left: 0;
  transform: perspective(600px) translate(0%, 0px) rotateY(0deg);
}

@media (max-width: 380px) {
  .wrapper .header .header__container {
    height: 65px;
  }
  .wrapper .header .header__line {
    gap: 15px;
    padding: 20px 10px;
  }
  .wrapper .header .header__line .header__burger {
    width: 25px;
    height: 20px;
  }
  .wrapper .header .header__line .header__burger::before, .wrapper .header .header__line .header__burger::after {
    height: 2.5px;
  }
  .wrapper .header .header__line .header__burger span {
    top: 8.6px;
    height: 2.5px;
  }
  .wrapper .header .header__line .header__download {
    padding: 5px 10px;
  }
  .wrapper .header .header__nav {
    gap: 15px;
  }
}
@media (max-width: 820px) {
  .header {
    min-height: 115vh;
  }
  .header .header__line {
    padding: 20px 15px;
    gap: 30px;
  }
  .header .header__line .header__download {
    padding: 10px 20px;
  }
  .header .header__container {
    height: 75px;
  }
  .header .header__body {
    justify-content: start;
    padding: 105px 10px 30px 10px;
    text-align: center;
    gap: 10px;
    align-items: center;
  }
  .header .header__body .header__box {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .header .header__body .header__text {
    max-width: 100%;
  }
  .header .header__body .header__circle {
    font-size: calc(13px + 1.0833333333vw);
    padding: 15px 15px 25px 15px;
    max-width: 230px;
  }
  .header .header__body .header__circle span {
    font-size: 54.896px;
    font-weight: 700;
    line-height: normal;
  }
  .header .header__body .header__button {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 920px) {
  .header .header__burger {
    display: block;
  }
  .header .header__list {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: -100%;
    padding: 30px;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    background-color: rgba(0, 255, 64, 0.563);
    height: 100vh;
    align-items: center;
    justify-content: start;
    gap: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-wrap: nowrap;
    padding: 120px 10px 30px 10px;
    z-index: 5;
    transform: perspective(600px) translate(-100%, 0px) rotateY(155deg);
    transition: 0.5s;
  }
  .header .header__list .header__link {
    font-size: 35px;
  }
  .header .header__nav {
    justify-content: flex-end;
    gap: 20px;
  }
}
.category {
  padding: 27px 0 40px 0;
}
.category__body {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 80px;
}
.category__title {
  display: flex;
  flex-direction: column;
}
.category__title h1 {
  color: #231900;
  font-size: calc(25px + 2.1666666667vw);
  font-weight: 600;
  line-height: normal;
}
.category__title p {
  color: #FC0;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.category__content {
  display: flex;
  justify-content: space-between;
  gap: 17px;
  width: 100%;
}
.category__box {
  flex: 0 0 24%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: 0.4s;
  cursor: pointer;
  padding: 10px 15px;
}
.category__box:hover {
  background-color: #FC0;
}
.category__box_img img {
  max-width: 100%;
  transition: 0.6s;
}
.category__box_img img:hover {
  transform: scale(1.03);
}
.category__box_title {
  color: #231900;
  font-size: calc(11px + 0.8333333333vw);
  font-weight: 700;
  line-height: normal;
  max-width: 100px;
  margin: 0 auto;
  word-wrap: break-word;
}
.category__box_text {
  color: #231900;
  font-size: calc(9px + 0.6666666667vw);
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 530px) {
  .wrapper .category {
    padding: 10px 10px 25px 10px;
  }
  .wrapper .category .category__body {
    gap: 20px;
  }
  .wrapper .category .category__content {
    flex-wrap: wrap;
    gap: 5px;
  }
  .wrapper .category .category__box {
    flex: 0 0 100%;
  }
}
@media (max-width: 890px) {
  .category {
    padding: 10px 30px 25px 30px;
  }
  .category .category__body {
    gap: 40px;
  }
  .category .category__content {
    flex-wrap: wrap;
  }
  .category .category__box {
    flex: 0 0 47%;
  }
}
.forgive {
  padding: 50px 0 60px 0;
  background: #FC0;
  color: #fff;
}
.forgive__body {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.forgive__column {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.forgive__img {
  padding-bottom: 42px;
}
.forgive__title {
  padding-bottom: 15px;
  font-size: calc(10px + 0.75vw);
  font-weight: 700;
  line-height: normal;
}
.forgive__text {
  font-size: calc(8px + 0.6666666667vw);
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 470px) {
  .wrapper .forgive__column {
    flex: 0 0 100%;
  }
  .wrapper .forgive__img {
    padding-bottom: 20px;
  }
  .wrapper .forgive__title {
    padding-bottom: 10px;
    font-size: calc(13px + 1vw);
  }
  .wrapper .forgive__text {
    font-size: calc(10px + 0.9166666667vw);
  }
}
@media (max-width: 830px) {
  .forgive {
    padding: 30px 0 40px 0;
  }
  .forgive__body {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .forgive__column {
    flex: 0 0 45%;
  }
  .forgive__img {
    padding-bottom: 22px;
  }
  .forgive__title {
    padding-bottom: 10px;
    font-size: calc(11px + 0.8333333333vw);
  }
  .forgive__text {
    font-size: calc(9px + 0.75vw);
  }
}
.outlet {
  background: #F5F5F5;
  padding: 75px 0 45px 0;
}
.outlet__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.outlet__title {
  display: flex;
  flex-direction: column;
}
.outlet__title p {
  color: #FC0;
  font-size: calc(8px + 0.75vw);
  font-weight: 600;
  line-height: normal;
}
.outlet__title h1 {
  color: #231900;
  font-size: calc(27px + 2.1666666667vw);
  font-weight: 600;
  line-height: normal;
}
.outlet__columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.outlet__box {
  flex: 0 0 32%;
  display: flex;
  flex-direction: column;
}
.outlet__box_img {
  cursor: pointer;
  max-height: 430px;
  margin-bottom: 20px;
  position: relative;
}
.outlet__box_img img {
  transition: 0.5s;
  max-height: 430px;
  max-width: 100%;
}
.outlet__box_img .outlet__img_hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0px;
  z-index: 1;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7098039216);
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #FC0;
  transition: 0.4s;
}
.outlet__box_img .outlet__img_hover svg {
  transition: 0.3s;
}
.outlet__box_img .outlet__img_hover svg:hover {
  transform: scale(1.05);
}
.outlet__box_img:hover .outlet__img_hover {
  opacity: 1;
  visibility: visible;
}
.outlet__box_ico {
  margin-bottom: 5px;
}
.outlet__box_title {
  color: #231900;
  font-size: calc(9px + 0.75vw);
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 810px) {
  .outlet {
    padding: 75px 0 45px 0;
  }
  .outlet__title p {
    font-size: calc(10px + 0.8333333333vw);
  }
  .outlet__title h1 {
    font-size: calc(27px + 2.1666666667vw);
  }
  .outlet__columns {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1.875rem;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .outlet__box {
    flex: 0 0 47%;
    display: flex;
    flex-direction: column;
  }
  .outlet__box_img .outlet__img_hover {
    top: auto;
    width: 100%;
    height: 40%;
    bottom: 0;
    visibility: visible;
    opacity: 1;
  }
  .outlet__box_title {
    font-size: calc(10px + 0.8333333333vw);
  }
}
@media (max-width: 480px) {
  .wrapper .outlet {
    padding: 35px 0 35px 0;
  }
  .wrapper .outlet__title p {
    font-size: calc(11px + 0.9166666667vw);
  }
  .wrapper .outlet__title h1 {
    font-size: calc(24px + 2.1666666667vw);
  }
  .wrapper .outlet__columns {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1.275rem;
  }
  .wrapper .outlet__box {
    flex: 0 0 90%;
    display: flex;
    flex-direction: column;
  }
  .wrapper .outlet__box_img {
    margin-bottom: 10px;
  }
  .wrapper .outlet__box_title {
    font-size: calc(11px + 0.8333333333vw);
  }
}
.started {
  padding: 100px 0;
}
.started__body {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
.started__content {
  flex: 0 0 49%;
}
.started__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.started__title p {
  padding-left: 7px;
  font-size: calc(10px + 0.75vw);
  font-weight: 600;
  line-height: normal;
  color: #FC0;
}
.started__title h1 {
  font-size: calc(25px + 2.25vw);
  font-weight: 600;
  line-height: normal;
}
.started__texts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
.started__texts_title {
  font-size: calc(12px + 1vw);
  font-weight: 600;
  line-height: normal;
}
.started__texts_text {
  font-size: calc(7px + 0.6666666667vw);
  font-weight: 400;
  line-height: normal;
}
.started__column {
  display: flex;
  gap: 30px;
}
.started__box {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
}
.started__box_img {
  margin-bottom: 19px;
}
.started__box_title {
  font-size: calc(9px + 0.75vw);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
}
.started__box_text {
  font-size: calc(7px + 0.6666666667vw);
  font-weight: 400;
  line-height: normal;
}
.started__img {
  flex: 0 0 49%;
}
.started__img img {
  max-width: 100%;
}

.title-line {
  height: 5px;
  width: 175px;
  background-color: #FC0;
}

@media (max-width: 520px) {
  .wrapper .started {
    padding: 50px 0;
  }
  .wrapper .started__column {
    flex-direction: column;
    gap: 20px;
  }
  .wrapper .started__box {
    flex: 0 0 100%;
  }
  .wrapper .started__box_img {
    margin-bottom: 5px;
  }
  .wrapper .started__box_title {
    font-size: calc(12px + 1.0833333333vw);
    margin-bottom: 6px;
  }
  .wrapper .started__box_text {
    font-size: calc(11px + 1vw);
  }
}
@media (max-width: 800px) {
  .started {
    padding: 50px 0;
  }
  .started__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .started__content {
    flex: 0 0 100%;
  }
  .started__title {
    margin-bottom: 16px;
  }
  .started__title p {
    padding-left: 7px;
    font-size: calc(11px + 0.8333333333vw);
  }
  .started__title h1 {
    font-size: calc(26px + 2.1666666667vw);
  }
  .started__texts {
    gap: 10px;
    margin-bottom: 25px;
  }
  .started__texts_title {
    font-size: calc(14px + 1.1666666667vw);
  }
  .started__texts_text {
    font-size: calc(10px + 0.8333333333vw);
  }
  .started__column {
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
  .started__box {
    flex: 0 0 49%;
  }
  .started__box_img {
    margin-bottom: 19px;
  }
  .started__box_title {
    font-size: calc(10px + 0.9166666667vw);
    margin-bottom: 6px;
  }
  .started__box_text {
    font-size: calc(9px + 0.8333333333vw);
  }
  .started__img {
    flex: 0 0 100%;
  }
}
.team {
  padding: 47px 0 65px 0;
}
.team__body {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  text-align: center;
}
.team__title {
  display: flex;
  flex-direction: column;
}
.team__title p {
  font-size: calc(10px + 0.75vw);
  font-weight: 600;
  line-height: normal;
  color: #FC0;
}
.team__title h1 {
  color: #000;
  font-size: calc(25px + 2.0833333333vw);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.team__line {
  margin: 0 auto;
  width: 205px;
}
.team__column {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.team__box {
  flex: 0 0 23%;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.team__img img {
  max-width: 100%;
  margin-bottom: 37px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5176470588);
  transition: 0.3s;
}
.team__img img:hover {
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.5176470588);
}
.team__name {
  font-size: calc(11px + 0.9166666667vw);
  font-weight: 600;
  line-height: normal;
}
.team__post {
  font-size: calc(9px + 0.75vw);
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 520px) {
  .wrapper .team {
    padding: 20px 0 35px 0;
  }
  .wrapper .team__body {
    gap: 30px;
  }
  .wrapper .team__column {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
  }
  .wrapper .team__box {
    flex: 0 0 90%;
  }
}
@media (max-width: 890px) {
  .team {
    padding: 20px 0 35px 0;
  }
  .team__body {
    gap: 40px;
  }
  .team__title p {
    font-size: calc(11px + 0.9166666667vw);
  }
  .team__title h1 {
    font-size: calc(26px + 2.1666666667vw);
    margin-bottom: 3px;
  }
  .team__line {
    width: 155px;
  }
  .team__column {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .team__box {
    flex: 0 0 46%;
    text-align: center;
  }
  .team__img img {
    margin-bottom: 23px;
  }
  .team__name {
    font-size: calc(13px + 1.0833333333vw);
  }
  .team__post {
    font-size: calc(11px + 0.9166666667vw);
  }
}
.discount {
  padding: 65px 0 115px 0;
  background: linear-gradient(94deg, #FC0 9.54%, rgba(255, 204, 0, 0) 150%);
  color: #FFF;
}
.discount__body {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}
.discount__content {
  flex: 1 1 49%;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.discount__texts {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.discount__title {
  font-size: calc(25px + 2.0833333333vw);
  font-weight: 700;
  line-height: normal;
}
.discount__text {
  font-size: calc(12px + 0.9166666667vw);
  font-weight: 600;
  line-height: normal;
}
.discount__icon {
  display: flex;
  gap: 12px;
}
.discount__icon_img {
  cursor: pointer;
  transition: 0.3s;
}
.discount__icon_img:hover {
  transform: scale(1.02);
}
.discount__img img {
  max-width: 100%;
}

@media (max-width: 710px) {
  .discount {
    background: linear-gradient(94deg, #FC0 9.54%, rgba(255, 204, 0, 0) 200%);
    padding: 35px 0;
  }
  .discount__body {
    text-align: center;
    flex-direction: column;
    gap: 45px;
    justify-content: center;
  }
  .discount__content {
    flex: 0 0 100%;
    gap: 40px;
  }
  .discount__texts {
    gap: 10px;
  }
  .discount__title {
    font-size: calc(27px + 2.25vw);
  }
  .discount__text {
    font-size: calc(13px + 1.0833333333vw);
  }
  .discount__icon {
    justify-content: center;
  }
  .discount__icon .discount__icon_img img {
    max-width: 100%;
  }
  .discount__img {
    text-align: center;
  }
  .discount__img img {
    max-width: 100%;
    max-height: 350px;
  }
}
.clients {
  padding: 75px 0;
}
.clients__body {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 15px;
}
.clients__img {
  flex: 0 0 23%;
}
.clients__img img {
  max-width: 100%;
}

@media (max-width: 710px) {
  .clients {
    padding: 35px 0;
  }
  .clients__body {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .clients__img {
    flex: 0 0 45%;
  }
  .clients__img img {
    max-width: 100%;
  }
}
button {
  color: #231900;
}

.footer {
  padding: 89px 0 43px 0;
}
.footer__body {
  display: flex;
  flex-direction: column;
  min-height: 416px;
  height: 100%;
  justify-content: space-between;
}
.footer__main {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer__content {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  gap: 47px;
}
.footer__content_title {
  color: #FC0;
  font-size: calc(11px + 0.9166666667vw);
  font-weight: 600;
  line-height: normal;
}
.footer__content_text {
  font-size: calc(8px + 0.6666666667vw);
  font-weight: 400;
  line-height: normal;
}
.footer__icon {
  display: flex;
  gap: 50px;
}
.footer__icon svg {
  cursor: pointer;
  transition: 0.3s;
}
.footer__icon svg:hover {
  transform: scale(1.04);
}
.footer__spoilers {
  flex: 0 0 68%;
  display: flex;
  width: 100%;
  justify-content: space-around;
  gap: 30px;
}
.footer__spoiler {
  max-width: 230px;
  display: flex;
  flex-direction: column;
}
.footer__button {
  margin-bottom: 47px;
  font-size: calc(11px + 0.9166666667vw);
  font-weight: 600;
  line-height: normal;
  position: relative;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer__link {
  font-size: calc(8px + 0.6666666667vw);
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.footer__link::before {
  position: absolute;
  left: 50%;
  bottom: -1.5px;
  content: "";
  width: 0;
  height: 1.5px;
  background-color: #231900;
  transition: 0.3s;
}
.footer__link:hover::before {
  width: 100%;
  left: 0;
}
.footer__bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer__bottom p {
  font-size: calc(9px + 0.6666666667vw);
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 570px) {
  .wrapper .footer {
    padding: 30px 0 20px 0;
  }
  .wrapper .footer__body {
    gap: 50px;
  }
  .wrapper .footer__main {
    gap: 30px;
  }
  .wrapper .footer__icon {
    gap: 40px;
  }
  .wrapper .footer__spoilers {
    gap: 15px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .wrapper .footer__spoiler {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    align-items: center;
  }
  .wrapper .footer__button {
    margin-bottom: 5px;
    font-size: calc(14px + 1.125vw);
  }
  .wrapper .footer__link {
    font-size: calc(13px + 1vw);
  }
  .wrapper .footer__bottom {
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
  }
  .footer__spoiler .footer__button::after,
  .footer__spoiler .footer__button::before {
    content: "";
    position: absolute;
    right: -30px;
    top: 30%;
    width: 10px;
    height: 2px;
    background-color: #231900;
    transition: 0.3s;
  }
  .footer__spoiler .footer__button::after {
    transform: rotate(45deg);
    right: -23.5px;
  }
  .footer__spoiler .footer__button::before {
    transform: rotate(-45deg);
  }
  .footer__spoiler .footer__button._active::after {
    transform: rotate(-45deg);
  }
  .footer__spoiler .footer__button._active::before {
    transform: rotate(45deg);
  }
  .footer__list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .footer__list._active {
    max-height: 1000px;
  }
}
@media (max-width: 800px) {
  .footer {
    padding: 35px 0 20px 0;
  }
  .footer__body {
    min-height: 100%;
    gap: 60px;
  }
  .footer__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
  .footer__content {
    flex: 0 0 30%;
    gap: 17px;
    max-width: 450px;
    margin: 0 auto;
  }
  .footer__content_title {
    font-size: calc(16px + 1.3333333333vw);
  }
  .footer__content_text {
    font-size: calc(12px + 1vw);
  }
  .footer__icon {
    gap: 50px;
    justify-content: center;
  }
  .footer__spoilers {
    flex: 0 0 100%;
    gap: 35px;
    justify-content: space-between;
    max-width: 550px;
    margin: 0 auto;
  }
  .footer__spoiler {
    max-width: 230px;
    text-align: left;
  }
  .footer__button {
    margin-bottom: 25px;
    font-size: calc(12px + 1.0833333333vw);
  }
  .footer__list {
    gap: 13px;
  }
  .footer__link {
    font-size: calc(9px + 0.8333333333vw);
  }
  .footer__bottom p {
    font-size: calc(9px + 0.8333333333vw);
    font-weight: 500;
  }
}/*# sourceMappingURL=style.css.map */