object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

b, strong, th {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

sub, sup {
  font-size: 75%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}

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

label {
  font-weight: normal;
}

input[type=text], input[type=email], input[type=password] {
  padding-left: 12px;
  padding-right: 12px;
}

select {
  padding-left: 8px;
}

input[type=number] {
  padding-left: 5px;
}

textarea {
  padding: 8px 12px 5px 12px;
}

input, textarea, select, button, a {
  outline: none;
}

button {
  border: none;
  background: none;
  padding: 0;
}

* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top);
}

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.col-mar-0 > div[class^=col-] {
  padding-left: 0px;
  padding-right: 0px;
}

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.col-mar-5 > div[class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px;
}

.col-mar-8 > div[class^=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.col-mar-10 > div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

html,
body {
  font-size: 16px;
  color: #605e5c;
  background: #fff;
  overflow-x: hidden;
}
html.show-menu,
body.show-menu {
  overflow-y: hidden;
}

body {
  font-family: "mulish",sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
}
body.show-menu {
  overflow: hidden;
}
body a {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: 0.3s all 0s;
  transition: 0.3s all 0s;
}
body a:hover, body a:focus, body a:active {
  color: #f77038;
  outline: none;
  box-shadow: none !important;
}

textarea,
input,
button {
  outline: none !important;
}

body::-webkit-scrollbar-track {
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #42453e;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.49;
}

.fw300 {
  font-weight: 300;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw900 {
  font-weight: 900;
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}
.s-content p {
  margin-bottom: 10px;
}
.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto !important;
}
.s-content table,
.s-content iframe {
  max-width: 100%;
  width: 100%;
}
.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #0000006e;
}
.s-content table td {
  border-collapse: collapse;
  border: solid 1px #0000006e;
  padding: 3px;
}
.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.s-content h5 {
  font-size: 0.83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.s-content h6 {
  font-size: 0.67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.header {
  transition: .3s;
}

.header.fixed {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: .3s;

}

.header .header-nav {
  background-color: #fff;
}

.header .header-nav .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.header .header-nav .menu ul li {
  position: relative;
}

.header .header-nav .menu ul li a {
  display: block;
  color: #000;
  font-family: "mulish";
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  padding: 1.25rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .header-nav .menu ul li:hover > a {
  color: #f77038;
}

.header .header-nav .menu ul li ul {
  position: absolute;
  top: 150%;
  left: 0;
  min-width: 150px;
  display: block;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .header-nav .menu ul li ul li {
  border-top: 1px solid #f77038;
  background-color: #fff;
}

.header .header-nav .menu ul li ul li a {
  padding: 5px 10px !important;
  font-size: 0.813rem;
}

.header .header-nav .menu ul li ul li ul {
  left: 100%;
  padding-left: 2px;
}

.header .header-nav .menu ul li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header .header-nav .menu ul li ul li:hover > ul {
  top: 0;
}

.section-all {
  padding: 2.5rem 0;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.375rem 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  text-transform: uppercase;
  min-height: 3rem;
  font-family: 'Arquitecta_Bold"', sans-serif;
}

.btn-white__all {
  letter-spacing: 0.0833333333em;
  background: #fff;
  border: 1px solid transparent;
  color: #000;
}
.btn-white__all:hover {
  color: #fff;
  background: #000;
}

.btn-black__all {
  background-color: #000;
  color: #fff;
  width: 100%;
}
.btn-black__all:hover {
  opacity: 0.5;
  color: #fff;
}

.btn-border__black {
  border: 1px solid #000;
  background: #fff;
}
.btn-border__black:hover, .btn-border__black:focus {
  background: #000;
  color: #fff;
}

.btn-border__gray {
  border: 1px solid #dfdfdf;
  color: #605e5c;
  background: #fff;
}

.bg-gray {
  background: #f0f0f0;
}

.cl-0 {
  color: #000;
}

.header .header-top {
  background-color: #f7f7f7;
}
.header .header-nav .logo-header {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 3.125rem;
}
.header .header-nav .logo-header img {
  max-width: 15rem;
  width: 100%;
  object-fit: contain;
}
.header .header-nav .menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header .header-nav .form-header-right {
  gap: 1.875rem;
}
.header .cart-header {
  display: block;
}
.header .cart-header .count {
  position: absolute;
  top: 0.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.header .form-search__content {
  position: absolute;
  top: 150%;
  right: 0;
  z-index: 10;
  width: 18.75rem;
  height: 2.375rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.header .form-search__content.show {
  top: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.header .form-search__content .form-control {
  height: 100% !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0;
}
.header .form-search__content .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #ced4da;
}
.header .form-search__content .btn-search {
  width: 2.375rem;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #c8c8c8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .form-search__content .btn-search:hover, .header .form-search__content .btn-search:focus {
  background: #a5a0a0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .form-search__content .btn-search svg path {
  fill: #fff;
}

.btn-arrow__all {
  color: #000;
}

.title-big-all {
  font-size: 2rem;
}

.title-medium__all {
  font-size: 1.5rem;
}

.title-all {
  font-size: 1.125rem;
}

.item-category__product {
  height: 100%;
}
.item-category__product .img {
  padding-top: 130%;
}
.item-category__product .title-all {
  letter-spacing: 0.0694444444em;
}

.show-all {
  text-decoration: underline !important;
}

.item-product__all {
  cursor: pointer;
}
.item-product__all:hover .img-default {
  display: none !important;
}
.item-product__all:hover .img-hover {
  display: block !important;
}
.item-product__all .img {
  padding-top: 130%;
}
.item-product__all .img picture:nth-child(2){
  display: none;
}
.item-product__all .img:hover picture:nth-child(2){
  display: block;
}
.item-product__all .img:hover picture:nth-child(1){
  display: none;
}
.item-product__all.product-recommended .btn-add-to-cart {
  border-radius: 100px;
  text-transform: inherit;
  font-size: 1rem;
  border: 1px solid #ccc;
  min-height: 2.0625rem;
  color: #000;
}
.item-product__all.product-recommended .btn-add-to-cart:hover, .item-product__all.product-recommended .btn-add-to-cart:focus {
  background: #ccc;
  color: #000;
}
.item-product__all .video-youtube .img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 40%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item-product__all:hover .video-youtube .img::before {
  opacity: 1;
  visibility: visible;
}
.item-product__all .video-youtube .play-video {
  position: absolute;
  width: 50px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -25px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item-product__all .video-youtube .play-video img {
  max-width: 50px;
  object-fit: contain;
}
.item-product__all:hover .video-youtube .play-video {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.choice-color__product .btn-color {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  position: relative;
  padding: 0.125rem;
  margin-right: 0.375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.choice-color__product .btn-color::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: inherit;
  pointer-events: none;
  border-radius: 100%;
}
.slide-product .swiper-slide{
  height: auto;
}
.slide-product .item-product__all{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.slide-product .item-product__all .price{
  margin-top: auto;
}
.slide-product .item-product__all .choice-color__product {
  margin-top: auto;
}
.footer {
  background-color: #000;
  padding: 1.75rem 0 4rem;
  color: #fff;
}
.footer .footer-panel li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.footer .text-small-footer a {
  text-decoration: underline !important;
}
.footer .social-footer li:not(:last-child) {
  margin-right: 0.9375rem;
}
.footer .footer-top {
  margin-bottom: 2.5rem;
}
.footer .footer-bottom {
  gap: 1.25rem;
}
.footer .footer-bottom .sitemap li:not(:last-child) {
  margin-right: 0.625rem;
}
.footer .footer-bottom .sitemap li a {
  text-decoration: underline !important;
}

.form-search-footer {
  height: 3rem;
}
.form-search-footer .btn-search {
  width: 3rem;
  height: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
.form-search-footer .form-control {
  background: #fff;
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: #000;
  color: #fff;
  font-size: 0.875rem;
}
.form-search-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-search-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-search-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-search-footer .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-search-footer .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.item-image-insta .img {
  padding-top: 100%;
}

.wrapper-input i {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: inherit;
}
.wrapper-input .select {
  border: 1px solid #cfcfcf;
  width: 100%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}
.pagination strong,
.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
}
.pagination strong {
  background: #000;
  color: #fff;
}
.pagination a {
  color: #000;
}
.pagination a:hover, .pagination a:focus {
  background: #dbdbdb;
  color: #000;
}

.module-category__product:not(:last-child) {
  margin-bottom: 3.125rem;
}
.item-category__product.new__item .img{
  padding-top: 70%;
}
.list-post-search .item-new__category .img{
  padding-top: 75%;
}
.list-post-search .item-new__category .img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: inherit;
}
.list-post-search .item-new__category .title{
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .wow {
    visibility: hidden;
  }
}
@media (max-width: 1199px) {
  .fz-20 {
    font-size: 1rem;
  }

  .fz-24 {
    font-size: 1.125rem;
  }

  .fz-19 {
    font-size: 0.875rem;
  }

  .fz-36 {
    font-size: 1.5625rem;
  }

  .header .header-nav .menu ul li a {
    font-size: 0.875rem;
  }

  .footer .social-footer li:not(:last-child) {
    margin-right: 10px;
  }
  .menu-main{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 350px;
    z-index: 100;
    background: #fff;
    height: 100%;
  }
  .header .header-nav .menu ul{
    gap: 10px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 0.875rem;
  }

  .wow {
    visibility: visible;
  }

  .mb-md-25 {
    margin-bottom: 1.5625rem;
  }

  .over-lay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .over-lay.show {
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .mb-md-15 {
    margin-bottom: 0.9375rem;
  }

  .mb-md-30 {
    margin-bottom: 1.875rem;
  }

  .mb-md-40 {
    margin-bottom: 2.5rem;
  }

  .fz-22 {
    font-size: 1.125rem;
  }

  .fz-18 {
    font-size: 1rem;
  }

  .btn {
    font-size: 0.875rem;
    min-height: 2.375rem;
  }

  .header-nav {
    padding: 0.9375rem 0;
  }

  .header .header-nav .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 21.875rem;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .header-nav .menu.active {
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .header-nav .menu ul {
    display: block;
  }
  .header .header-nav .menu ul li {
    border-top: 1px solid #212121;
  }
  .header .header-nav .menu ul li a {
    padding: 0.375rem 0.9375rem;
  }

  .logo-mobile {
    padding: 0.625rem;
  }

  .show-menu__mobile {
    font-size: 1.5625rem;
    margin-right: 0.625rem;
  }

  .title-big-all {
    font-size: 1.5625rem;
  }

  .footer {
    padding: 1.875rem 0;
  }
  .header .header-nav .menu ul li{
    position: relative;
  }
  .header .header-nav .menu ul li ul{
    position: relative;
    width: 100%;
    white-space: unset;
    visibility: unset;
    opacity: 1;
    transition: unset;
    top: unset;
    pointer-events: unset;
    min-width: unset;
    padding-left: 20px;
    display: none;
  }
  .header .header-nav .menu ul li ul li ul{
    left: unset;
    box-shadow: unset;
    padding-left: 20px;
    display: none;
  }
  .btn-dropdown-menu{
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 4px;
    font-size: 20px;
    right: 0;
    z-index: 1;
  }
  .header .header-nav .menu ul li.active > a{
    color: #000 !important;
  }
  .header .header-nav .menu ul li ul li{
    border-top: unset;
  }
  .item-product__all .img:hover picture:nth-child(1){
    display: block;
  }
  .item-product__all .img picture:nth-child(1){
    display: block;
  }
  .item-product__all .img:hover picture:nth-child(2){
    display: none;
  }
  .item-product__all .img picture:nth-child(2){
    display: none;
  visibility: hidden;

  }

}
@media (max-width: 767px) {
  .form-search-footer .btn-search{
    width: 32px;
    height: 32px;
  }
  .fz-18 {
    font-size: 0.875rem;
  }

  .mb-sm-15 {
    margin-bottom: 0.9375rem;
  }

  .fz-36 {
    font-size: 1.3125rem;
  }

  .mb-50 {
    margin-bottom: 1.5625rem;
  }

  .fz-24 {
    font-size: 1.125rem;
  }

  .btn {
    height: 2rem;
    font-size: 0.75rem;
    padding: 0.1875rem 1.25rem;
  }

  select,
.form-control {
    height: 2rem !important;
    font-size: 0.75rem;
  }

  .mb-sm-15 {
    margin-bottom: 0.9375rem;
  }

  .mb-sm-20 {
    margin-bottom: 1.25rem;
  }

  .fz-22 {
    font-size: 0.875rem;
  }

  .section-all {
    padding: 1.25rem 0;
  }

  .fz-28 {
    font-size: 1.125rem;
  }

  body {
    font-size: 12px;
  }

  .title-big-all {
    font-size: 1.3125rem;
  }

  .title-all {
    font-size: 1rem;
  }

  .footer .social-footer li:not(:last-child) {
    margin-right: 0.625rem;
  }

  .btn-arrow__all {
    display: none;
  }
}
@media (max-width: 575px) {
  .title-big-all{
    font-size: 1rem;
  }
  body {
    font-size: 0.75rem;
  }

  .fz-14 {
    font-size: 0.75rem;
  }

  .mb-mbs-10 {
    margin-bottom: 0.625rem;
  }

  .pb-40 {
    padding-bottom: 1.25rem;
  }

  .pb-mb-20 {
    padding: 1.25rem;
  }

  .fz-24 {
    font-size: 1rem;
  }

  .fz-36 {
    font-size: 1rem;
  }

  .mb-40 {
    margin-bottom: 1.25rem;
  }

  .mb-25 {
    margin-bottom: 0.9375rem;
  }
}