
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);

.layout {
  padding: 0px 12px;
  width: 100%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .layout {
    max-width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .layout {
    max-width: 768px;
  }
}
@media (min-width: 1200px) {
  .layout {
    padding: 0px 80px;
    max-width: 1200px;
  }
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a:hover, a:focus {
  color: #535353;
}

button,
a {
  display: block;
  color: inherit;
  transition: all 0.25s linear;
  cursor: pointer;
  font-style: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
}

img, picture, figcaption {
  display: block;
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  scroll-behavior: smooth;
  margin: 0;
}

body {
  background: #F3F4F1;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #282828;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
}

section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.logo {
  font-weight: 400;
  font-size: 20px;
  line-height: 0.9;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.logo .logo__svg {
  fill: currentColor;
}

.btn {
  padding: 12px 36px;
  box-shadow: 4px 4px 0 0 #121212;
  background: #fff;
  max-width: max-content;
  color: #282828;
  transition: all 0.25s linear;
}
.btn:hover, .btnfocus {
  color: #535353;
  background: #969696;
}

.section__title {
  font-weight: 400;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  color: #fff;
  transition: all 0.25s linear;
}
.header.other-page {
  background: #F3F4F1;
  color: #282828;
}
.header.scrolled {
  background: #fff;
  color: #282828;
  box-shadow: 1px 4px 23px -1px rgba(92, 92, 92, 0.82);
  -webkit-box-shadow: 1px 4px 23px -1px rgba(92, 92, 92, 0.82);
  -moz-box-shadow: 1px 4px 23px -1px rgba(92, 92, 92, 0.82);
}
.header__nav {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}
.header__list {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.footer {
  padding-top: 64px;
  padding-bottom: 64px;
  color: rgba(255, 255, 255, 0.6);
  background-color: #282828;
  background-image: url(https://varkidora.com/wp-content/themes/converted-theme/assets/images/bg.png);
  background-position: top 70px center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.footer__upper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
}
.footer__upper__list {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.footer__contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
.footer__nav {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.hero {
  min-height: 100dvh;
  background-image: url(https://varkidora.com/wp-content/themes/converted-theme/assets/images/hero.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero__title {
  font-weight: 400;
  font-size: 64px;
  line-height: 0.8;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 112px;
  }
}
.hero__btn {
  margin: 48px auto 0;
}

.collection__page {
  padding-top: 110px;
}
.collection__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.collection__upper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .collection__upper {
    flex-direction: row;
    align-items: flex-end;
  }
}
.collection__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .collection__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .collection__list {
    justify-content: flex-start;
  }
}
.collection__item {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .collection__item {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .collection__item {
    max-width: 237px;
  }
}
.collection__item a {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.collection__item__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.collection__item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(40, 40, 40, 0.5);
}

.social {
  color: #fff;
  background-image: url(https://varkidora.com/wp-content/themes/converted-theme/assets/images/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.social__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 32px;
}
.social__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.about__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  max-width: 708px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .about__content {
    flex-direction: row;
    align-items: center;
  }
}
.about__text-block {
  max-width: 338px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.new {
  color: #fff;
  background-image: url(https://varkidora.com/wp-content/themes/converted-theme/assets/images/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.new__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 32px;
}
.new__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.where__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.where__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.where__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .where__item {
    flex-direction: row;
    align-items: center;
  }
}
.where__img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .where__img {
    max-width: 336px;
  }
}
@media (min-width: 1200px) {
  .where__img {
    max-width: 514px;
  }
}
.where__item__text-block {
  max-width: 514px;
}
.where__item__text-block__title {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.reviews__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.reviews__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .reviews__list {
    flex-direction: row;
  }
}
.reviews__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.reviews__item__text-block {
  margin-left: 40px;
}
.reviews__item__title {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.reviews__item__upper {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
}
.reviews__img{
  max-width: 68px;
  align-self: flex-end;
}
.reviews__item__upper__img {
  max-width: 36px;
}

.choise__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.choise__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .choise__list {
    flex-direction: row;
  }
}
.choise__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1200px) {
  .choise__item {
    max-width: 330px;
  }
}

.card__page {
  padding-top: 110px;
}
.card__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .card__content {
    flex-direction: row;
    align-items: center;
  }
}
.card__picture {
  max-width: 400px;
}
@media (min-width: 1200px) {
  .card__picture {
    max-width: 335px;
  }
}
.card__text-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card__price-block {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
}
.card__price {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  text-transform: capitalize;
}

.information {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(40, 40, 40, 0.7);
}
.information__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
@media (min-width: 1200px) {
  .information__content {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.information__upper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1200px) {
  .information__upper {
    max-width: 508px;
  }
}
.information__list {
  padding-left: 20px;
  list-style: inherit;
}

.privacy {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}
.privacy__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.privacy__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 20px;
}

.cookie{
  position: fixed;
  bottom: 0;
  left: 0;
 
  background: transparent;
  width: 100%;
  max-width: 480px;
}
.cookie__content {
  padding: 20px;
  background: #F3F4F1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 10px;
}
.cookie__title{
  font-weight: 400;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: capitalize;
}
@media (min-width: 768px) {
  .cookie__title {
    font-size: 40px;
  }
}
.cookie__link{
  text-decoration: underline;
  display: inline;
}
.cookie__btn{
  border:none;
  max-width: 100%;
  font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}

