@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body.lock {
  overflow: hidden;
}
body svg {
  max-width: 100%;
  height: auto;
  width: auto;
}
body .container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
body .container.header {
  border-bottom: 1px solid rgba(227, 227, 227, 0.25);
}
body img {
  max-width: 100%;
  width: 100%;
}
body .btn {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  border-radius: 27.5px;
  box-sizing: border-box;
  display: inline-block;
  padding: 15px 30px;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 2px;
  color: #f5b573;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #f5b573;
}
body .btn:hover {
  color: white;
  background-color: #f5b573;
}
body #breadcrumbs {
  margin-top: 30px;
  font-size: 12px;
}
@media (min-width: 500px) {
  body #breadcrumbs {
    font-size: 14px;
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  body #breadcrumbs {
    margin-top: 150px;
  }
}
body #breadcrumbs a {
  font-size: 12px;
}
@media (min-width: 500px) {
  body #breadcrumbs a {
    font-size: 14px;
  }
}

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  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;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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;
}

header {
  z-index: 5;
}
@media (min-width: 500px) {
  header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 5px 0;
  }
}
header.black .navigation {
  display: none;
}
@media (min-width: 500px) {
  header.black .navigation {
    display: block;
  }
  header.black .navigation a {
    color: #191919;
  }
}
header.black .header__basket-desctop svg {
  fill: #191919;
}
header.black .nav_link.active_color {
  color: #f5b573;
}
header .header__grid {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  justify-content: space-around;
  align-items: center;
}
@media (min-width: 500px) {
  header .header__grid {
    justify-items: end;
    align-items: center;
    grid-template-columns: 120px 1fr 90px;
  }
}
@media (min-width: 1024px) {
  header .header__grid {
    grid-template-columns: 200px 1fr 90px;
  }
}
header .header__logo {
  text-align: center;
  z-index: 20;
}
header .header__logo::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  overflow: hidden;
  top: 59px;
  left: 0;
  background: rgba(227, 227, 227, 0.25);
}
header .header__logo img {
  width: 120px;
}
@media (min-width: 768px) {
  header .header__logo img {
    width: 200px;
  }
}
@media (min-width: 500px) {
  header .header__logo {
    text-align: left;
  }
  header .header__logo::before {
    display: none;
  }
}
header .navigation {
  display: none;
}
@media (min-width: 500px) {
  header .navigation {
    display: block;
  }
  header .navigation a {
    color: white;
  }
}
header .nav_link {
  position: relative;
  font-size: 12px;
  padding: 20px 15px;
}
header .nav_link:hover {
  color: #f5b573;
  transition: all 0.5s ease;
}
header .nav_link.active_color {
  color: #f5b573;
}
header .header__basket-desctop {
  display: none;
}
@media (min-width: 500px) {
  header .header__basket-desctop {
    display: block;
  }
  header .header__basket-desctop a {
    display: inline-block;
    margin: 8px 0 0;
    padding: 0;
  }
  header .header__basket-desctop a:hover {
    color: #f5b573;
  }
  header .header__basket-desctop svg {
    width: 18px;
    height: 18px;
    fill: white;
  }
  header .header__basket-desctop svg:hover {
    fill: #f5b573;
  }
  header .header__basket-desctop::before {
    content: "";
    position: absolute;
    transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: inline-block;
    width: 1px;
    height: 16px;
    margin: 10px -40px;
    vertical-align: middle;
    background-color: #e3e3e3;
  }
}
header .header__basket-mobile {
  display: block;
  z-index: 20;
}
header .header__basket-mobile a {
  padding: 0;
}
header .header__basket-mobile a:hover {
  color: #f5b573;
}
header .header__basket-mobile svg {
  width: 18px;
  height: 18px;
  fill: #191919;
}
header .header__basket-mobile svg:hover {
  fill: #f5b573;
}
header .header__basket-mobile .basket.active svg {
  fill: white;
}
header .header__basket-mobile .basket.active svg:hover {
  fill: #f5b573;
}
@media (min-width: 500px) {
  header .header__basket-mobile {
    display: none;
  }
}
header .navigation__mobile {
  display: block;
}
@media (min-width: 500px) {
  header .navigation__mobile {
    display: none;
  }
}
header .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background-color: rgba(25, 25, 25, 0.9803921569);
  padding: 100px 30px 30px 30px;
  transition: left 0.3s ease 0s;
}
header .nav a:hover {
  border-bottom: 1px solid #f5b573;
  transition: all 1s ease-in-out;
}
header .nav a {
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  width: 23%;
  margin: 0 auto;
  font-size: 22px;
}
header .nav.active {
  z-index: 10;
  transform: translateY(0%);
}
header .burger {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  z-index: 20;
  overflow: hidden;
}
@media (min-width: 500px) {
  header .burger {
    display: none;
  }
}
header .burger div {
  width: 20px;
  height: 1px;
  background: #191919;
  margin: 5px;
  transition: all 0.3s ease;
}
header .burger.line1, header .burger.line3 {
  transform: rotate(0deg) translate(0);
}
header .burger .line2 {
  opacity: 1;
}
header .burger.active .line2 {
  opacity: 0;
}
header .burger.active .line1 {
  background-color: #f5b573;
  transform: rotate(-45deg) translate(-5px, 6px);
}
header .burger.active .line3 {
  background-color: #f5b573;
  top: 50%;
  transform: rotate(45deg) translate(-2px, -4px);
}

.footer {
  color: #fff;
  background-color: #191919;
}
.footer .footer__grid {
  padding: 30px 0 60px;
}
@media (min-width: 500px) {
  .footer .footer__grid {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
.footer .footer__logo img {
  width: 200px;
  height: auto;
}
.footer .footer__socials h5 {
  font-size: 12px;
}
.footer .footer__socials a {
  font-size: 14px;
}
.footer .footer__socials h5, .footer .footer__socials a {
  color: white;
}
.footer .footer__copyright p {
  font-size: 14px;
  color: white;
}
.footer .footer__payment {
  padding-bottom: 35px;
  text-align: center;
}
@media (min-width: 500px) {
  .footer .footer__payment {
    text-align: left;
  }
}
.footer .footer__payment svg {
  padding: 0 4px;
}

/* Oswald - regular */
@font-face {
  font-family: "Oswald", sans-serif;
  src: url(/assets/fonts/Oswald/oswald.regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Open Sans - regular */
@font-face {
  font-family: "Open Sans", sans-serif;
  src: url(/assets/fonts/Open-Sans/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Open Sans - italic */
@font-face {
  font-family: "Open Sans", sans-serif;
  src: url(/assets/fonts/Open-Sans/OpenSans-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Open Sans - bold */
@font-face {
  font-family: "Open Sans", sans-serif;
  src: url(/assets/fonts/Open-Sans/OpenSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Josefin Sans - regular */
@font-face {
  font-family: "Open Sans", sans-serif;
  src: url(/assets/fonts/Josefin-Sans/JosefinSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #797676;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: inherit;
}

b {
  font-weight: 700;
}

p, ul, ol, a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.625;
  color: #797676;
  padding: 5px 0;
}
@media (min-width: 500px) {
  p, ul, ol, a {
    font-size: 16px;
    padding: 15px 0;
  }
}

a {
  color: initial;
}

h1 {
  font-size: 36px;
  line-height: 42px;
  color: white;
  padding-bottom: 20px;
}
@media (min-width: 500px) {
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
h1.page {
  color: #1f1f1f;
  text-align: center;
  padding-top: 50px;
}

h2 {
  font-size: 28px;
  line-height: 32px;
  color: #1f1f1f;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 32px;
  color: #a75b68;
}

.hero__section .slideshow-container {
  position: relative;
  margin: auto;
  height: 100%;
}
.hero__section .slider-content {
  position: relative;
  height: 92vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 0 right 40%;
}
@media (min-width: 500px) {
  .hero__section .slider-content {
    background-position: center;
    height: 100vh;
  }
}
.hero__section .slider-content::after {
  content: "";
  position: absolute;
  background: #000;
  opacity: 0.4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.hero__section p {
  color: white;
}
.hero__section img {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.hero__section .slider__text {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.hero__section .prev, .hero__section .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 4;
}
.hero__section .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.hero__section .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.hero__section .dots {
  text-align: center;
  position: absolute;
  display: inline-block;
  bottom: 2%;
  z-index: 5;
  left: 0;
  right: 0;
}
.hero__section .dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  border: 1px solid white;
  border-radius: 50%;
  display: inline-block;
  transition: color 0.6s ease;
}
.hero__section .active, .hero__section .dot:hover {
  background-color: white;
}
.hero__section .fade {
  animation-name: fade;
  animation-duration: 2.5s;
}
@keyframes fade {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}

.testimonials__section {
  padding: 50px 20px;
}
@media (min-width: 500px) {
  .testimonials__section {
    padding: 90px 10px;
  }
}
.testimonials__section h2 {
  text-align: center;
  margin-bottom: 45px;
}
.testimonials__section p {
  text-align: center;
}
.testimonials__section p i {
  font-style: italic;
}
.testimonials__section .swiper-wrapper {
  height: auto;
  margin: 0 auto;
}
.testimonials__section .testimonial {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (min-width: 500px) {
  .testimonials__section .testimonial {
    padding-bottom: 100px;
  }
}
.testimonials__section .testimonial .image {
  height: 170px;
  width: 170px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonials__section .testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
}
.testimonials__section .testimonial .person__info {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.testimonials__section .testimonial .person__info img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
@media (min-width: 500px) {
  .testimonials__section .testimonial .person__info img {
    width: 60px;
    height: 60px;
  }
}
.testimonials__section .testimonial .person__info .name {
  text-align: left;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
  color: #a75b68;
}
.testimonials__section .slide .swiper-slide .swiper-slide-active {
  width: 370px;
}
.testimonials__section .swiper-pagination-bullet {
  margin-top: 80px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #797676;
  background-color: white;
  border-radius: 100%;
}
.testimonials__section .swiper-pagination-bullet:hover, .testimonials__section .swiper-pagination-bullet-active {
  border: 1px solid #a75b68;
  background-color: #a75b68;
}
.testimonials__section .swiper-button-next {
  display: none;
}
@media (min-width: 768px) {
  .testimonials__section .swiper-button-next {
    display: block;
    font-size: 18px;
    right: 3%;
    left: auto;
    color: #f5b573;
  }
}
@media (min-width: 1200px) {
  .testimonials__section .swiper-button-next {
    right: 31%;
  }
}
.testimonials__section .swiper-button-prev {
  display: none;
}
@media (min-width: 768px) {
  .testimonials__section .swiper-button-prev {
    font-size: 18px;
    display: block;
    left: 3%;
    right: auto;
    color: #f5b573;
  }
}
@media (min-width: 1200px) {
  .testimonials__section .swiper-button-prev {
    left: 31%;
  }
}
.testimonials__section .swiper-button-prev::after, .testimonials__section .swiper-button-next::after {
  font-size: 30px;
}
.testimonials__section .swiper-button-prev:hover::after, .testimonials__section .swiper-button-next:hover::after {
  color: #797676;
}

.about__section {
  background: #fafafa;
  border-top: 1px solid #e3e3e3;
}
.about__section .about__grid {
  display: grid;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .about__section .about__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.about__section .about__text {
  padding: 30px;
  text-align: center;
}
@media (min-width: 500px) {
  .about__section .about__text {
    padding: 60px;
  }
}
@media (min-width: 768px) {
  .about__section .about__text {
    text-align: left;
    padding: 30px 60px;
  }
}
.about__section img {
  width: 100%;
  height: auto;
}
.about__section .btn {
  margin-top: 30px;
}

.benefit__section .myBenefits {
  display: none;
}
.benefit__section .benefits__container {
  position: relative;
}
.benefit__section .numbers {
  position: absolute;
  display: flex;
  gap: 10px;
  top: 7%;
  left: 0;
  right: 0;
  justify-content: center;
}
@media (min-width: 500px) {
  .benefit__section .numbers {
    top: 5%;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .benefit__section .numbers {
    justify-content: start;
    top: 10%;
    left: 52.5%;
  }
}
@media (min-width: 1200px) {
  .benefit__section .numbers {
    top: 16%;
    left: 52%;
  }
}
@media (min-width: 1440px) {
  .benefit__section .numbers {
    top: 16%;
    left: 52%;
  }
}
.benefit__section .number {
  width: 30px;
  height: 30px;
  margin: 0 2px;
  color: #a75b68;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transition: color 0.6s ease;
}
.benefit__section .active, .benefit__section .number:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a75b68;
  border-radius: 100%;
  position: relative;
  width: 30px;
  height: 30px;
  color: white;
  cursor: pointer;
}
.benefit__section .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.benefit__section .benefit__grid {
  display: grid;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .benefit__section .benefit__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.benefit__section img {
  height: auto;
  order: 2;
}
@media (min-width: 1024px) {
  .benefit__section img {
    order: 1;
  }
}
.benefit__section .benefit__text {
  position: relative;
  padding: 100px 20px 30px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  order: 1;
}
@media (min-width: 1024px) {
  .benefit__section .benefit__text {
    padding-left: 30px;
    margin: 0;
    text-align: left;
    order: 2;
  }
}

.difference__section {
  background: #fafafa;
  border-top: 1px solid #e3e3e3;
  padding: 50px 0;
}
@media (min-width: 500px) {
  .difference__section {
    padding: 90px 0;
  }
}
.difference__section h2, .difference__section p {
  text-align: center;
}
.difference__section .difference__grid {
  display: grid;
  align-items: center;
}
@media (min-width: 768px) {
  .difference__section .difference__grid {
    gap: 30px;
    grid-template-columns: 1fr 300px 1fr;
  }
}
.difference__section img {
  width: 80%;
  height: auto;
  order: 1;
  margin: 20px auto;
}
@media (min-width: 425px) {
  .difference__section img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .difference__section img {
    margin-bottom: 0;
    width: 100%;
    order: 2;
  }
}
.difference__section .difference__text-first {
  text-align: center;
  direction: rtl;
  order: 2;
}
.difference__section .difference__text-first p {
  text-align: center;
}
@media (min-width: 768px) {
  .difference__section .difference__text-first {
    order: 1;
    text-align: right;
    direction: ltr;
  }
  .difference__section .difference__text-first p {
    text-align: right;
  }
}
.difference__section .difference__text-top, .difference__section .difference__text-bottom {
  margin: 10px auto;
  max-width: 450px;
}
@media (min-width: 768px) {
  .difference__section .difference__text-top, .difference__section .difference__text-bottom {
    margin: 30px 0;
  }
}
.difference__section .difference__text-second {
  order: 3;
  text-align: center;
}
.difference__section .difference__text-second p {
  text-align: center;
}
@media (min-width: 768px) {
  .difference__section .difference__text-second {
    text-align: left;
  }
  .difference__section .difference__text-second p {
    text-align: left;
  }
}

.video__section {
  border-top: 1px solid #e3e3e3;
  padding-top: 50px;
}
@media (min-width: 500px) {
  .video__section {
    padding-top: 90px;
  }
}
.video__section h2, .video__section p {
  text-align: center;
}
.video__section p {
  padding-bottom: 30px;
}
.video__section .ytp-large-play-button {
  transform: translateY(-50%);
  left: 50%;
}
.video__section .videowrapper {
  float: none;
  clear: both;
  width: 80%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  margin: 0 auto 100px auto;
}
.video__section .videowrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50vw;
}

.product__section {
  background: #fafafa;
  text-align: center;
  padding: 50px 0;
}
.product__section.bg {
  background-color: white;
}
.product__section .container {
  max-width: 1245px;
}
.product__section h2 {
  margin-bottom: 50px;
}
.product__section .product__grid {
  display: flex;
  align-content: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 1024px) {
  .product__section .product__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.product__section img {
  height: auto;
}
@media (min-width: 500px) {
  .product__section img {
    width: 384px;
  }
}
.product__section .product__card {
  background-color: white;
  align-content: stretch;
  text-align: center;
}
.product__section .product__text {
  padding: 30px 15px;
}
.product__section .product__text h3 {
  color: #1f1f1f;
}
.product__section .product__text .cost.red {
  color: #a75b68;
  font-weight: 700;
}

.history__section {
  border-top: 1px solid #e3e3e3;
}
.history__section .history__grid {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 1200px) {
  .history__section .history__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.history__section .history__text {
  text-align: center;
  padding: 20px 20px 70px;
  order: 2;
}
@media (min-width: 500px) {
  .history__section .history__text {
    padding: 30px 60px;
  }
}
@media (min-width: 1200px) {
  .history__section .history__text {
    text-align: left;
    order: 1;
  }
}
.history__section img {
  width: 100%;
  margin: 0 auto;
  height: auto;
  order: 1;
}
@media (min-width: 500px) {
  .history__section img {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .history__section img {
    width: 100%;
    order: 2;
  }
}
.history__section .btn {
  margin-top: 30px;
}

.page__content .page__grid {
  display: grid;
  gap: 30px;
  padding: 40px 0 50px;
}
@media (min-width: 500px) {
  .page__content .page__grid {
    padding: 60px 0 90px;
  }
}
@media (min-width: 768px) {
  .page__content .page__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.page__content img {
  height: auto;
}
.page__content h2, .page__content .cost {
  text-align: center;
}
@media (min-width: 768px) {
  .page__content h2, .page__content .cost {
    text-align: left;
  }
}
.page__content .product__info {
  text-align: center;
}
@media (min-width: 768px) {
  .page__content .product__info {
    text-align: left;
  }
}
.page__content .page__content h3 {
  margin-top: 50px;
  color: #1f1f1f;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #f5b573;
}
.page__content .page__content .btn {
  padding: 14px 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .page__content .page__content .btn {
    text-align: left;
  }
}
.page__content .quantity-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 121px;
  margin: 0 auto 25px;
  border: 1px solid #e3e3e3;
}
@media (min-width: 768px) {
  .page__content .quantity-counter {
    margin: 0 0 25px;
  }
}
.page__content .quantity-counter input {
  width: 50px;
  font-size: 14px;
}
.page__content .quantity-counter .text {
  text-align: center;
}
.page__content .quantity-counter .increment,
.page__content .quantity-counter .decrement {
  width: 30px;
  border: 0;
  background: transparent;
  cursor: pointer;
  background: #e2e2e2;
  color: #797676;
  height: 30px;
}
.page__content .social-media .social-media__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page__content .social-media a {
  border: 1px solid #e3e3e3;
}
.page__content .social-media svg {
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  .page__content .social-media svg {
    width: 32px;
    height: 32px;
  }
}
.page__content .social-media .facebook {
  fill: #4460A0;
}
.page__content .social-media .facebook:hover {
  background-color: #4460A0;
  fill: white;
}
.page__content .social-media .twitter {
  fill: #00AAEC;
}
.page__content .social-media .twitter:hover {
  background-color: #00AAEC;
  fill: white;
}
.page__content .social-media .pinterest {
  fill: #CC2127;
}
.page__content .social-media .pinterest:hover {
  background-color: #CC2127;
  fill: white;
}
.page__content .social-media .fancy {
  fill: #46A5E3;
}
.page__content .social-media .fancy:hover {
  background-color: #46A5E3;
  fill: white;
}

/*# sourceMappingURL=main.css.map */