@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  border: 0;
  padding: 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 {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

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

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

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
  padding: 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-weight: inherit;
  font-size: inherit;
}

body {
  font-family: "Montserrat", sans-serif;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #171717;
}

[class*=__container] {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.title {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

[class*=__text] {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
[class*=__text] a {
  color: #FFF;
}

.btn {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  background: #D70000;
  padding: 20px 48px;
  text-align: center;
}

.fs-12 {
  color: #FFF;
  font-size: 12px;
  line-height: 150%;
}

.main {
  flex: 1 1 auto;
}

section {
  scroll-margin-top: 200px;
}

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

.mb-20 {
  margin-bottom: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #171717;
  z-index: 60;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29px 0;
}
.header__logo {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 1.92px;
  text-transform: capitalize;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__link {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}

.footer {
  background: rgba(255, 255, 255, 0.07);
  padding: 32px 0;
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer__address {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
.footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .footer__row {
    flex-direction: column;
    gap: 32px;
  }
}
.footer__menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .footer__menu {
    flex-direction: column;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 32px;
  max-width: 850px;
  width: 100%;
  background: #000;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookies__title {
  color: #FFF;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .cookies__title {
    font-size: 32px;
  }
}
.cookies__text {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.cookies__text a {
  text-decoration: underline;
}
.cookies__btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px;
}
.cookies__btn, .cookies__btn-sub {
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #2EE3FF;
  padding: 32px 60px;
  width: 100%;
}

.hero {
  margin-top: 80px;
  padding: 32px 0 0;
}
.hero__content {
  display: flex;
  gap: 32px;
}
@media (max-width: 991px) {
  .hero__content {
    flex-direction: column;
  }
}
.hero__title {
  color: #FFF;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.hero__column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.hero__text {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 575px) {
  .hero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero__bg {
  margin: 32px 0 0;
  height: 320px;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about {
  padding: 120px 0;
}
.about__content {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.about__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about__row {
    flex-direction: column;
    gap: 120px;
  }
}
.about__title {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
.about__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  max-width: 700px;
  width: 100%;
}
.about__subrow {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about__subrow {
    flex-direction: column;
    gap: 120px;
  }
}
.about__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about__column img {
  width: 140px;
  height: 166px;
}
.about__column img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__subtext {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.about__item {
  display: flex;
  gap: 72px;
}
@media (max-width: 767px) {
  .about__item {
    gap: 48px;
  }
}
.about__num {
  color: #FFF;
  font-size: 176px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 3.52px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .about__num {
    font-size: 100px;
  }
}

.reviews__content {
  display: flex;
  gap: 12px;
}
@media (max-width: 767px) {
  .reviews__content {
    flex-direction: column;
  }
}
.reviews__column {
  width: 50%;
  background: #2EE3FF;
  padding: 48px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .reviews__column {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .reviews__column {
    width: 100%;
  }
}
.reviews__icon {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .reviews__icon {
    margin-bottom: 95px;
  }
}
.reviews__text {
  color: #171717;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 767px) {
  .reviews__text {
    margin-bottom: 118px;
  }
}
.reviews__name {
  color: #171717;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.reviews__name span {
  display: block;
  color: #171717;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin: 12px 0 0;
}
.reviews__img {
  width: 50%;
}
.reviews__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .reviews__img {
    width: 100%;
  }
}

.info {
  background: url(/wp-content/themes/pickandoro/../../img/img-7.webp) no-repeat center/cover;
  margin: 120px 0;
  padding: 64px 0;
}
.info__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .info__content {
    flex-direction: column;
    gap: 32px;
  }
}
.info__column {
  max-width: 352px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.info__title {
  color: #FFF;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.info__subcolumn {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .info__subcolumn {
    align-items: center;
  }
}
.info__card {
  background: #FFF;
  padding: 12px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info__text {
  color: #171717;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.faq {
  margin-bottom: 120px;
}
.faq__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.faq__title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.2px;
}
.faq__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq__item {
  display: flex;
  gap: 40px;
  border-left: 16px solid #2EE3FF;
  background: rgba(255, 255, 255, 0.07);
}
.faq__num {
  color: rgba(255, 255, 255, 0.2);
  font-size: 64px;
  font-weight: 600;
  line-height: 160%;
  margin-left: 8px;
  padding: 24px 0 0;
}
.faq__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 24px 24px 0;
}
.faq__name {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
}
.faq__text {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.catalog {
  margin-bottom: 120px;
}
.catalog__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.catalog__title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.2px;
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 991px) {
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .catalog__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog__card {
  background: rgba(255, 255, 255, 0.07);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.catalog__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.catalog__name {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
}
.catalog__text {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
.catalog__link {
  background: #2EE3FF;
  padding: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.catalog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product {
  margin-top: 80px;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .product {
    padding: 60px 0;
  }
}
.product__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 767px) {
  .product__content {
    gap: 60px;
  }
}
.product__row {
  display: flex;
  gap: 12px;
}
@media (max-width: 991px) {
  .product__row {
    flex-direction: column;
  }
}
.product__img {
  width: 50%;
}
.product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .product__img {
    width: 100%;
  }
}
.product__column {
  background: #2EE3FF;
  display: flex;
  padding: 48px 80px;
  flex-direction: column;
  gap: 16px;
  width: 50%;
}
@media (max-width: 991px) {
  .product__column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product__column {
    padding: 24px;
  }
}
.product__title {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}
.product__price {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}
.product__text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.product__link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  background: #FFF;
  padding: 32px 60px;
  width: 100%;
}
.product__subtext {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.privacy {
  margin-top: 80px;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .privacy {
    padding: 50px 0;
  }
}
.privacy__title {
  color: #FFF;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .privacy__title {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.privacy__text {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}