/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_filter_and_search.sass ***!
  \**************************************************************************************************************************************/
.search {
  z-index: 100;
  margin: auto;
  box-sizing: border-box;
}
.search--active .search__options {
  display: block;
}
.search__options {
  display: none;
  width: 100%;
  margin-top: -2.8vw;
  box-sizing: border-box;
  background-color: var(--color12);
}
.search__title {
  color: var(--color4);
  margin: 2vw auto 0 0;
  font-size: var(--fs-regular);
  font-weight: 700;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-regular) * 1.4);
  letter-spacing: calc(var(--fs-regular) * 0);
}
.search__option {
  color: var(--color13);
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  color: var(--color4);
  background-color: var(--color2);
}
.search__list {
  width: 100%;
}
.search__scroll {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.search__scroll:first-child {
  border-left: 0;
}

.form {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 1;
}
.form__input {
  width: 100%;
  border: 0.1vw solid var(--color4);
  box-sizing: border-box;
  border-radius: 1vw;
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-regular) * 1.4);
  letter-spacing: calc(var(--fs-regular) * 0);
  color: var(--color4);
  background-color: var(--color2);
  background-repeat: no-repeat;
  background-position: 0.5vw center;
  background-size: auto 60%;
  background-image: url(../js/../img/lens.png);
}

.usos {
  margin: auto;
}
.usos__link {
  box-sizing: border-box;
  min-width: 12vw;
  text-align: center;
  text-decoration: none;
  border-radius: 1vw;
  position: relative;
  overflow: visible;
  margin: 0 0.5vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.usos__link:first-child {
  margin-left: 0;
}
.usos__link-text {
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-regular) * 1.4);
  letter-spacing: calc(var(--fs-regular) * 0);
  color: var(--color2);
  position: relative;
  z-index: 2;
  display: block;
}
.usos__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1vw;
  background-color: var(--bg-color-usage);
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 300ms ease-in-out;
}
.usos__link--active::after, .usos__link:hover::after {
  content: "";
  position: absolute;
  top: 110%;
  left: 5%;
  width: 90%;
  height: 0.3vw;
  background-color: var(--color10);
}

.sidebar__title {
  color: var(--color1);
  margin: auto 0;
  font-size: var(--fs-regular);
  font-weight: 700;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-regular) * 1.4);
  letter-spacing: calc(var(--fs-regular) * 0);
}
.sidebar__name {
  color: var(--color4);
}
.sidebar__label {
  display: block;
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sidebar__options {
  box-sizing: border-box;
  border-bottom: 0.1vw solid var(--grey-line-color);
  background-color: var(--color12);
  overflow-Y: scroll;
  margin-bottom: 1vw;
}
.sidebar__option {
  display: block;
  cursor: pointer;
  border-color: var(--color7);
}
.sidebar__option-name {
  color: var(--color1);
  margin: 0.1vw 0;
  width: 100%;
  display: block;
  font-size: var(--fs-small);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-small) * 1.4);
  letter-spacing: calc(var(--fs-small) * 0);
}

.catalogs {
  background-color: var(--color7);
}
.catalogs__container {
  margin: auto;
}
.catalogs__title {
  text-align: center;
  color: var(--color2);
  margin: auto auto 2vw auto;
  font-size: var(--fs-xl);
  font-weight: 400;
  font-family: var(--ff2);
  font-style: normal;
  line-height: calc(var(--fs-xl) * 1.3);
  letter-spacing: calc(var(--fs-xl) * 0);
}
.catalogs__grid {
  display: flex;
  align-items: stretch;
}
.catalogs__catalog {
  display: block;
  text-decoration: none;
  overflow: hidden;
  background-color: var(--color4);
}
.catalogs__cover {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalogs__cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color-usage);
}
.catalogs__image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  object-fit: cover;
}
.catalogs__logo {
  position: relative;
  z-index: 2;
  display: block;
  width: 80%;
}
.catalogs__text {
  color: var(--color2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 1vw 2vw;
  box-sizing: border-box;
}

.filters {
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1vw;
  flex-wrap: wrap;
}
.filters__title, .filters__option {
  width: max-content;
  color: var(--color4);
}
.filters__title {
  font-size: var(--fs-regular);
  font-weight: 700;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-regular) * 1.4);
  letter-spacing: calc(var(--fs-regular) * 0);
  margin: 0;
}
.filters__option {
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-regular) * 1.4);
  letter-spacing: calc(var(--fs-regular) * 0);
  padding: 0.5vw;
  margin: 0.2vw 0.5vw;
  border-radius: 0.4vw;
  box-sizing: border-box;
  background-color: var(--color12);
}

@media all and (orientation: landscape) {
  .sidebar {
    width: 15%;
  }
  .sidebar__options {
    height: 12vw;
    padding: 0.5vw 0 0.5vw 0.5vw;
  }
  .sidebar__option {
    height: 1.1vw;
    width: 1.1vw;
  }
  .sidebar__name {
    margin: 0.5vw 0;
    font-size: var(--fs-regular);
    font-weight: 700;
    font-family: var(--ff1);
    font-style: normal;
    line-height: calc(var(--fs-regular) * 1.4);
    letter-spacing: calc(var(--fs-regular) * 0);
  }
  .filters {
    display: flex;
  }
  .usos {
    width: 80%;
    padding: 1vw 0;
  }
  .usos__grid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .usos__link {
    padding: 1vw;
    display: block;
  }
  .search {
    width: 80%;
    position: relative;
    padding: 3vw 0 1vw 0;
  }
  .search__list {
    overflow-x: scroll;
  }
  .search__options {
    padding: 2vw;
    border-radius: 1vw;
    box-shadow: 0 0.5vw 0.5vw rgba(34, 34, 34, 0.2);
    border: 0.1vw solid var(--grey-line-color);
    position: absolute;
    z-index: 0;
    left: 0;
  }
  .search__option {
    font-size: var(--fs-regular);
    font-weight: 400;
    font-family: var(--ff1);
    font-style: normal;
    line-height: calc(var(--fs-regular) * 1.4);
    letter-spacing: calc(var(--fs-regular) * 0);
    padding: 0.4vw 1vw;
    margin: 0.2vw;
    border-radius: 1vw;
  }
  .search__scroll {
    width: max-content;
  }
  .catalogs__grid {
    justify-content: center;
    flex-wrap: wrap;
  }
  .catalogs__container {
    width: 60%;
    padding: 6vw 0;
  }
  .catalogs__catalog {
    width: 30%;
    border-radius: 1vw;
    margin: 1.6666%;
  }
  .catalogs__cover {
    border-radius: 1vw;
  }
  .catalogs__text {
    font-size: var(--fs-regular);
    font-weight: 400;
    font-family: var(--ff1);
    font-style: normal;
    line-height: calc(var(--fs-regular) * 1.4);
    letter-spacing: calc(var(--fs-regular) * 0);
  }
  .catalogs__text svg {
    width: 2vw;
    height: 2vw;
  }
  .form__input {
    padding: 0.6vw 3vw;
  }
}
@media all and (orientation: portrait) {
  .sidebar {
    display: none;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 10vw;
    box-sizing: border-box;
    background-color: var(--color12);
    z-index: 700;
  }
  .sidebar--active {
    display: block;
  }
  .sidebar__filters-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar__filters-close {
    border: none;
    cursor: pointer;
    color: var(--color1);
    padding: 0;
    background-color: transparent;
  }
  .sidebar .btn {
    margin-top: 4vw;
  }
  .sidebar__name {
    margin: 3vw 0 0.5vw 0;
    font-size: var(--fs-regular);
    font-weight: 700;
    font-family: var(--ff1);
    font-style: normal;
    line-height: calc(var(--fs-regular) * 1.4);
    letter-spacing: calc(var(--fs-regular) * 0);
  }
  .sidebar__options {
    height: 20vh;
    padding: 1vw 0 1vw 1vw;
  }
  .sidebar__option {
    height: 4vw;
    width: 4vw;
  }
  .usos {
    overflow-x: scroll;
    width: 100%;
    padding: 2vw 4vw;
    box-sizing: border-box;
  }
  .usos__grid {
    width: max-content;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .usos__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3vw;
    width: 40vw;
    height: auto;
  }
  .search {
    width: 90%;
    padding: 5vw;
  }
  .search .form {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search__close {
    display: none;
    color: var(--color4);
    margin-left: 4vw;
    width: 9vw;
    cursor: pointer;
  }
  .search--active {
    display: block;
    width: 100vw;
    height: 100vh;
    top: 0;
    padding: 5vw;
    position: fixed;
    z-index: 100;
    left: 0;
    background-color: var(--color12);
  }
  .search--active .search__close {
    display: block;
  }
  .search__options {
    display: none;
    padding: 6vw 0;
    width: calc(max-content / 2);
  }
  .search__option {
    font-size: var(--fs-small);
    font-weight: 400;
    font-family: var(--ff1);
    font-style: normal;
    line-height: calc(var(--fs-small) * 1.4);
    letter-spacing: calc(var(--fs-small) * 0);
    padding: 1vw 4vw;
    border-radius: 3vw;
    margin: 1vw;
  }
  .catalogs__scroll {
    overflow-x: scroll;
    width: 100%;
  }
  .catalogs__grid {
    width: max-content;
    justify-content: flex-start;
  }
  .catalogs__container {
    width: 95%;
    padding: 6vw 0;
  }
  .catalogs__catalog {
    width: 40vw;
    border-radius: 4vw;
    margin: 2%;
  }
  .catalogs__cover {
    border-radius: 4vw;
  }
  .catalogs__text {
    font-size: var(--fs-small);
    font-weight: 400;
    font-family: var(--ff1);
    font-style: normal;
    line-height: calc(var(--fs-small) * 1.4);
    letter-spacing: calc(var(--fs-small) * 0);
  }
  .catalogs__text svg {
    width: 7vw;
    height: 7vw;
  }
  .form__input {
    padding: 2vw 8vw;
  }
}
/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_resources_popup.sass ***!
  \************************************************************************************************************************************/
.resourcepp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 120, 55, 0.4);
  z-index: 900;
  display: none;
  align-items: center;
  justify-content: center;
}
.resourcepp--active {
  display: flex;
}
.resourcepp__container {
  position: relative;
  height: auto;
  background-color: var(--color4);
  padding: 3vw;
  box-sizing: border-box;
}
.resourcepp__video {
  display: block;
  border-radius: 1vw;
  margin: auto;
  height: auto;
}
.resourcepp .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}
.resourcepp .btn svg {
  height: auto;
  margin-right: 0.5vw;
}
.resourcepp__close {
  position: absolute;
  color: var(--color2);
  top: 1vw;
  right: 1vw;
  border: none;
  background: transparent;
  padding: 0;
}
.resourcepp__close svg {
  height: auto;
  margin-right: 0.5vw;
}
.resourcepp__title {
  color: var(--color2);
  margin: auto;
}
.resourcepp__products {
  color: var(--color2);
  margin: 3vw 0 3vw 0;
}
.resourcepp__products-name {
  color: var(--color6);
  text-decoration: underline;
}
.resourcepp__products-name:not(:last-child)::after {
  content: ", ";
}
.resourcepp__details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.resourcepp__detail {
  width: 30%;
}
.resourcepp__subtitle {
  color: var(--color2);
  margin: auto auto 1vw 0;
  border-bottom: 0.1vw solid var(--color2);
  padding: 0 0 1vw 0;
}
.resourcepp__text {
  color: var(--color2);
  margin: auto;
}
.resourcepp__type {
  color: var(--color2);
  margin: auto;
  text-transform: uppercase;
}

@media all and (orientation: landscape) {
  .resourcepp__container {
    width: 60%;
  }
  .resourcepp__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .resourcepp__column--left {
    width: 65%;
    padding-right: 2vw;
    box-sizing: border-box;
  }
  .resourcepp__column--right {
    width: 35%;
  }
  .resourcepp__video {
    width: 80%;
  }
  .resourcepp__products {
    font-size: var(--fs-mid);
    font-weight: 700;
    font-family: var(--ff1);
    font-style: normal;
    line-height: calc(var(--fs-mid) * 1.3);
    letter-spacing: calc(var(--fs-mid) * 0);
  }
  .resourcepp__title {
    font-size: var(--fs-xl);
    font-weight: 700;
    font-family: var(--ff2);
    font-style: normal;
    line-height: calc(var(--fs-xl) * 1.3);
    letter-spacing: calc(var(--fs-xl) * 0);
  }
  .resourcepp__subtitle {
    font-size: var(--fs-regular);
    font-weight: 700;
    font-family: var(--ff1);
    font-style: normal;
    line-height: calc(var(--fs-regular) * 1.4);
    letter-spacing: calc(var(--fs-regular) * 0);
  }
  .resourcepp__type, .resourcepp__text {
    font-size: var(--fs-regular);
    font-weight: 400;
    font-family: var(--ff1);
    font-style: normal;
    line-height: calc(var(--fs-regular) * 1.4);
    letter-spacing: calc(var(--fs-regular) * 0);
  }
  .resourcepp__close svg,
  .resourcepp .btn svg {
    width: 1.5vw;
  }
}
@media all and (orientation: portrait) {
  .resourcepp__container {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
  }
  .resourcepp__video {
    width: 50%;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .resourcepp__products {
    font-size: var(--fs-regular);
    font-weight: 700;
    font-family: var(--ff1);
    font-style: normal;
    line-height: calc(var(--fs-regular) * 1.4);
    letter-spacing: calc(var(--fs-regular) * 0);
  }
  .resourcepp__title {
    font-size: var(--fs-large);
    font-weight: 700;
    font-family: var(--ff1);
    font-style: normal;
    line-height: calc(var(--fs-large) * 1.3);
    letter-spacing: calc(var(--fs-large) * 0);
  }
  .resourcepp__subtitle {
    font-size: var(--fs-small);
    font-weight: 700;
    font-family: var(--ff1);
    font-style: normal;
    line-height: calc(var(--fs-small) * 1.4);
    letter-spacing: calc(var(--fs-small) * 0);
  }
  .resourcepp__type, .resourcepp__text {
    font-size: var(--fs-small);
    font-weight: 400;
    font-family: var(--ff1);
    font-style: normal;
    line-height: calc(var(--fs-small) * 1.4);
    letter-spacing: calc(var(--fs-small) * 0);
  }
  .resourcepp__close svg {
    width: 9vw;
  }
  .resourcepp .btn svg {
    width: 5vw;
  }
}
/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_products_results.sass ***!
  \*************************************************************************************************************************************/
.results {
  box-sizing: border-box;
}
.results__title {
  color: var(--color4);
}
.results__title--string {
  text-decoration: underline;
  color: var(--color6);
}
.results__grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 4vw;
}
.results__result {
  text-decoration: none;
}
.results__result:hover .results__image {
  box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.2);
}
.results__image {
  width: 100%;
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  background-color: var(--color12);
  border-radius: 1vw;
  transition: all 400ms ease-in-out;
}
.results__name {
  display: block;
  text-align: center;
  color: var(--color4);
  font-size: var(--fs-mid);
  font-weight: 400;
  font-family: var(--ff2);
  font-style: normal;
  line-height: calc(var(--fs-mid) * 1.3);
  letter-spacing: calc(var(--fs-mid) * 0);
  margin: 1vw auto 0.5vw auto;
}
.results__name a {
  color: inherit;
  text-decoration: none;
}
.results__category {
  color: var(--color1);
  text-align: center;
  text-decoration: none;
  margin: auto;
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-regular) * 1.4);
  letter-spacing: calc(var(--fs-regular) * 0);
  display: block;
}
.results__subtitle {
  color: var(--color13);
  margin: 0 0 2vw 0;
  text-align: center;
  font-size: var(--fs-large);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-large) * 1.3);
  letter-spacing: calc(var(--fs-large) * 0);
}

@media all and (orientation: landscape) {
  .results {
    width: 85%;
    padding: 2vw 2vw 2vw 4vw;
  }
  .results__result {
    width: 23%;
    margin: 0 1% 2vw 1%;
  }
  .results__title {
    margin: -1vw 0 1vw 0;
    font-size: var(--fs-xl);
    font-weight: 700;
    font-family: var(--ff1);
    font-style: normal;
    line-height: calc(var(--fs-xl) * 1.3);
    letter-spacing: calc(var(--fs-xl) * 0);
  }
}
@media all and (orientation: portrait) {
  .results {
    width: 100%;
    padding: 4vw 4vw 4vw 4vw;
  }
  .results__title-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .results__filters-button {
    border: none;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    color: var(--color4);
  }
  .results__filters-button svg {
    width: 7vw;
    height: 7vw;
    object-fit: contain;
  }
  .results__result {
    width: 100%;
    margin: 0 0 2vw 0;
  }
  .results__title {
    margin: 2vw 0 5vw 0;
    font-size: var(--fs-mid);
    font-weight: 700;
    font-family: var(--ff1);
    font-style: normal;
    line-height: calc(var(--fs-mid) * 1.3);
    letter-spacing: calc(var(--fs-mid) * 0);
  }
}
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_product.sass ***!
  \****************************************************************************************************************************/
.product::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100vw;
  background-color: var(--color4);
}
.product__main {
  margin: auto;
}
.product__content {
  box-sizing: border-box;
}
.product__image {
  display: block;
  background-color: var(--color12);
}
.product__info {
  box-sizing: border-box;
}
.product__name {
  color: var(--color4);
  margin: auto;
  font-size: var(--fs-xxl);
  font-weight: 700;
  font-family: var(--ff2);
  font-style: normal;
  line-height: calc(var(--fs-xxl) * 1.2);
  letter-spacing: calc(var(--fs-xxl) * 0);
}
.product__category {
  color: var(--color13);
  margin: auto;
  font-size: var(--fs-large);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-large) * 1.3);
  letter-spacing: calc(var(--fs-large) * 0);
  text-decoration: none;
}
.product__post-content {
  margin: 1vw 0 2vw 0;
}
.product__post-content p {
  color: var(--color1);
  margin: auto;
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-regular) * 1.4);
  letter-spacing: calc(var(--fs-regular) * 0);
}
.product__download-link {
  text-decoration: none;
  color: var(--color4);
  margin: 1vw 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-regular) * 1.4);
  letter-spacing: calc(var(--fs-regular) * 0);
}
.product__download-link svg {
  margin-right: 0.5vw;
  width: 2vw;
  height: auto;
}
.product__detail-title {
  color: var(--color4);
  padding-bottom: 1vw;
  font-size: var(--fs-mid);
  font-weight: 700;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-mid) * 1.3);
  letter-spacing: calc(var(--fs-mid) * 0);
  margin: 0;
}
.product__detail-head {
  border-bottom: 0.1vw solid var(--grey-line-color);
  margin: auto auto 1.5vw 0;
}
.product__detail-image {
  display: block;
  width: 100%;
}
.product__detail-text {
  color: var(--color13);
  margin: auto;
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-regular) * 1.4);
  letter-spacing: calc(var(--fs-regular) * 0);
}

.resources {
  background-color: var(--color12);
}
.resources__container {
  width: 80%;
  margin: auto;
  padding: 4vw 0;
}
.resources__title {
  color: var(--color4);
  margin: 0 0 2vw 0;
  font-size: var(--fs-xl);
  font-weight: 600;
  font-family: var(--ff2);
  font-style: normal;
  line-height: calc(var(--fs-xl) * 1.3);
  letter-spacing: calc(var(--fs-xl) * 0);
}
.resources__grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.resource__image {
  display: block;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 1.5vw;
}
.resource__info {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.resource__name {
  width: 100%;
  color: var(--color1);
  margin: auto;
  font-size: var(--fs-mid);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-mid) * 1.3);
  letter-spacing: calc(var(--fs-mid) * 0);
}
.resource .btn {
  margin-top: 1vw;
}

.results {
  margin: 3vw auto auto auto;
}

.catalogs {
  margin-bottom: 6vw;
}

@media all and (orientation: landscape) {
  .product {
    padding-top: 7.3vw;
  }
  .product::after {
    height: 7.3vw;
  }
  .product__main {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 80%;
    padding: 0 0 4vw 0;
  }
  .product__content {
    width: 85%;
    padding: 2vw 2vw 2vw 4vw;
  }
  .product__data {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .product__image {
    width: 40%;
    border-radius: 2vw;
  }
  .product__info {
    width: 60%;
    padding: 0 2vw 0 4vw;
  }
  .product__details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 3vw 0;
  }
  .product__detail:first-child {
    width: 20%;
  }
  .product__detail:not(:first-child) {
    width: 36%;
  }
  .resource {
    width: 48%;
    margin: 1.5vw 1%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .resource__image {
    width: 50%;
  }
  .resource__info {
    padding: 0 0 0 2vw;
    width: 50%;
  }
}
@media all and (orientation: portrait) {
  .product {
    padding-top: 16vw;
  }
  .product::after {
    height: 16vw;
  }
  .product__main {
    width: 90%;
    padding: 0 0 10vw 0;
  }
  .product__content {
    width: 100;
    padding: 4vw 4vw 4vw 4vw;
  }
  .product__image {
    width: 100%;
    border-radius: 4vw;
  }
  .product__info {
    margin-top: 10vw;
  }
  .product__details {
    margin: 6vw 0;
  }
  .product__detail {
    margin-bottom: 5vw;
  }
  .product__detail--active .product__detail-text,
  .product__detail--active .product__detail-image {
    display: block;
  }
  .product__detail--active .product__detail-head svg {
    transform: rotate(0);
  }
  .product__detail-text, .product__detail-image {
    display: none;
  }
  .product__detail-head {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color13);
  }
  .product__detail-head svg {
    display: block;
    width: 7vw;
    height: auto;
    transform: rotate(180deg);
    transition: all 300ms ease-in-out;
  }
  .usos {
    display: none;
  }
  .resource__image {
    width: 100%;
  }
  .resource__info {
    padding-top: 5vw;
  }
}
