@import url(https://fonts.googleapis.com/css?family=Geologica:100,200,300,regular,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Mulish:regular,600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Carrois+Gothic:regular&display=swap);

@font-face {
  font-family: icons;
  font-display: swap;
  src: url(../fonts/icons.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}

[class*=_icon-]:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block
}

._icon-trash:before {
  content: ""
}

._icon-inst:before {
  content: ""
}

._icon-play:before {
  content: ""
}

._icon-filter:before {
  content: ""
}

._icon-up:before {
  content: ""
}

._icon-mail:before {
  content: ""
}

._icon-plus:before {
  content: ""
}

._icon-heart-fill:before {
  content: ""
}

._icon-cross:before {
  content: ""
}

._icon-list:before {
  content: ""
}

._icon-ch-down:before {
  content: ""
}

._icon-s-inst:before {
  content: ""
}

._icon-arrow-up:before {
  content: ""
}

._icon-heart:before {
  content: ""
}

._icon-user-header:before {
  content: ""
}

._icon-bag:before {
  content: ""
}

._icon-search:before {
  content: ""
}

._icon-ch-round-right:before {
  content: ""
}

._icon-arrow-right:before {
  content: ""
}

._icon-user:before {
  content: ""
}

._icon-phone:before {
  content: ""
}

._icon-s-fb:before {
  content: ""
}

._icon-s-yt:before {
  content: ""
}

._icon-cross-sharp:before {
  content: ""
}

* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
*::after,
*::before {
  box-sizing: border-box
}

*::after,
*::before {
  display: inline-block
}

input:focus,
textarea:focus {
  outline: 0
}

* {
  -webkit-tap-highlight-color: transparent
}

body,
html {
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
}

body {
  color: #000;
  line-height: 1;
  font-family: Geologica, sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
  font-family: Geologica, sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0)
}

input,
textarea {
  width: 100%
}

button,
option,
select {
  cursor: pointer
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top;
  -o-object-fit: cover;
  object-fit: cover
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}

details summary {
  list-style: none
}

details summary::-webkit-details-marker {
  display: none
}

input {
  border-radius: 0
}

input[type=search] {
  -webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

body {
  position: relative
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 20;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s
}

.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible !important;
}

@supports (overflow:clip) {
  .wrapper {
    overflow: clip;
    min-height: 0;
  }
}

.wrapper>main {
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

[class*=__container] {
  max-width: 116.25rem;
  margin: 0 auto;
  padding: 0 .625rem
}

.button {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: .25rem;
  text-transform: uppercase;
  padding: .625rem .875rem;
  background-color: #1e1e1e;
  text-align: center;
  border: .125rem solid transparent;
  transition: all .3s
}

.button--white {
  background-color: #fff;
  color: #1e1e1e;
  border-color: #fff
}

.button--gray {
  background-color: #f2eff2;
  color: #1e1e1e;
  letter-spacing: .14rem
}

.button--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .625rem .9375rem;
  gap: .625rem
}

.button--icon::before {
  font-size: 1.5rem
}

.button--icon svg {
  width: 1.25rem;
  height: 1.25rem
}

.button--border {
  background-color: rgba(0, 0, 0, 0);
  color: #1e1e1e;
  border-color: #1e1e1e
}

.button:disabled {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
  color: #fff;
  cursor: default
}

.title {
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: .45rem;
  text-transform: uppercase
}

.splide__pagination {
  align-items: center;
  gap: .8125rem;
  border-radius: 2.1875rem !important;
  background: hsla(0, 0%, 100%, .2) !important;
  backdrop-filter: blur(.46875rem) !important;
  padding: .875rem !important;
  width: 100% !important;
  max-width: -webkit-max-content !important;
  max-width: max-content !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important
}

.splide__pagination li {
  position: relative;
  height: .375rem;
  width: .375rem
}

.splide__pagination__page {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  height: .375rem !important;
  width: .375rem !important;
  border: none !important;
  opacity: 1 !important;
  border: .0625rem solid transparent;
  transition: all .3s;
  background-color: rgba(0, 0, 0, .3) !important
}

.splide__pagination__page.is-active {
  border-color: #e6e6e6 !important;
  background-color: #fff !important
}

.splide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem !important;
  height: 2.125rem !important;
  border-radius: 50% !important;
  background: hsla(0, 0%, 100%, .2) !important;
  backdrop-filter: blur(.46875rem);
  opacity: 1 !important;
  transition: all .3s !important;
  z-index: 5 !important
}

.splide__arrow::before {
  color: #fff;
  font-size: .625rem
}

.splide__arrow svg {
  display: none
}

.splide__arrow--prev {
  left: 0 !important
}

.splide__arrow--prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.splide__arrow--black {
  width: 2.625rem !important;
  height: 2.625rem !important;
  background-color: #1e1e1e !important;
  border-radius: 0 !important;
  border: .0625rem solid transparent !important
}

.splide__arrow--black::before {
  color: #fff !important;
  font-size: .9375rem !important
}

.splide__arrow--black:disabled {
  opacity: 0 !important;
  cursor: default
}

.splide__arrow--next {
  left: auto !important;
  right: 0 !important
}

.fav-btn {
  font-size: 1.875rem;
  color: rgba(0, 0, 0, .6);
  transition: color .3s
}

.fav-btn._active::before {
  content: "";
  color: #dc3f6c
}

.item-product {
  position: relative
}

.item-product__image {
  aspect-ratio: 348/380;
  position: relative;
  width: 100%;
  overflow: hidden;
  border: .0625rem solid #e6e6e6
}

.item-product__image img {
  position: absolute;
  top: 0;
  left: 0
}

.item-product__image img.hover {
  z-index: 2;
  opacity: 0;
  transition: opacity .3s
}

.item-product__image:not(:last-child) {
  margin-bottom: .9375rem
}

.item-product__fav {
  position: absolute;
  top: .625rem;
  right: .625rem;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all .3s
}

.item-product__label {
  color: #fff;
  text-align: center;
  line-height: 1.72;
  letter-spacing: .12rem;
  text-transform: uppercase;
  padding: 0 .5625rem;
  background-color: red;
  position: absolute;
  top: .625rem;
  left: .625rem;
  pointer-events: none;
  z-index: 3
}

.item-product__label--black {
  background-color: #1e1e1e
}

.item-product__content {
  display: flex;
  gap: .625rem;
  align-items: center
}

.item-product__body {
  flex-grow: 1
}

.item-product__title {
  color: #1e1e1e;
  font-weight: 200;
  letter-spacing: .1rem;
  text-transform: uppercase
}

.item-product__title:not(:last-child) {
  margin-bottom: .75rem
}

.item-product__price {
  display: flex;
  align-items: center;
  gap: .5rem;
  line-height: 1.3
}

.item-product__price span {
  color: rgba(128, 128, 128, .55);
  font-size: .875rem;
  text-decoration: line-through
}

.item-product__button {
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .875rem;
  color: #fff;
  flex-shrink: 0;
  background-color: #000;
  border: .0625rem solid transparent;
  transition: all .3s;
  opacity: 0;
  visibility: hidden
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9375rem
}

.section-header:not(:last-child) {
  margin-bottom: 1.875rem
}

.products-section__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  gap: 1.875rem 1.25rem
}

.products-section__items:not(:last-child) {
  margin-bottom: 1.875rem
}

.products-section__slider:not(:last-child) {
  margin-bottom: 1.875rem
}

.field {
  display: flex;
  flex-direction: column;
  gap: .1875rem;
  position: relative
}

.field__input {
  position: relative
}

.field__input::before {
  position: absolute;
  top: 50%;
  left: .75rem;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: rgba(0, 0, 0, .3019607843)
}

.field__input input {
  padding: 1.03125rem .75rem 1.03125rem .75rem;
  border: .0625rem solid transparent;
  border-bottom-color: #1e1e1e;
  background-color: #fff;
  transition: border-color .3s;
  font-weight: 300;
  letter-spacing: .28rem;
  text-transform: uppercase;
  color: rgba(30, 30, 30, .6)
}

.field__input input::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.field__input input:-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.field__input input::-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.field__input input::placeholder {
  transition: opacity .3s
}

.field__input input:focus {
  border-color: #1e1e1e
}

.field__input input:focus::-webkit-input-placeholder {
  opacity: 0
}

.field__input input:focus:-ms-input-placeholder {
  opacity: 0
}

.field__input input:focus::-ms-input-placeholder {
  opacity: 0
}

.field__input input:focus::placeholder {
  opacity: 0
}

.field__input--border input {
  border-color: #1e1e1e
}

.field__input[class*=_icon-] input {
  padding-left: 2.625rem
}

.field__input:has(input:not(:-ms-input-placeholder)) .field__label {
  opacity: 0;
  visibility: hidden
}

.field__input:has(input:focus-visible) .field__label,
.field__input:has(input:not(:placeholder-shown)) .field__label {
  opacity: 0;
  visibility: hidden
}

.field__error {
  color: #dc3f6c;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: right
}

.field:has(.field__error) input {
  border-color: #dc3f6c
}

.field__label {
  color: rgba(30, 30, 30, .6);
  font-weight: 300;
  letter-spacing: .28rem;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.125rem;
  transition: all .3s;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.field__label span {
  color: red
}

.field__textarea {
  padding: 1rem .75rem;
  padding-bottom: 1.25rem;
  border: .0625rem solid #1e1e1e;
  font-weight: 300;
  letter-spacing: .28rem;
  text-transform: uppercase;
  min-height: 4.375rem;
  resize: vertical;
  color: rgba(30, 30, 30, .6)
}

.field__textarea::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.field__textarea:-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.field__textarea::-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.field__textarea::placeholder {
  transition: opacity .3s
}

.field__textarea:focus {
  border-color: #1e1e1e
}

.field__textarea:focus::-webkit-input-placeholder {
  opacity: 0
}

.field__textarea:focus:-ms-input-placeholder {
  opacity: 0
}

.field__textarea:focus::-ms-input-placeholder {
  opacity: 0
}

.field__textarea:focus::placeholder {
  opacity: 0
}

.field__length {
  color: #b9b9b9;
  font-size: .875rem;
  font-weight: 200;
  line-height: 1.72;
  position: absolute;
  bottom: .1875rem;
  right: 1.0625rem
}

.contacts {
  display: flex;
  flex-direction: column;
  gap: .9375rem;
  align-items: start
}

.contacts__title {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: .3rem;
  text-transform: uppercase
}

.contacts--white .contacts__title {
  color: #fff
}

.contacts__link {
  padding: .375rem 0;
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .25rem;
  text-transform: uppercase;
  border-bottom: .0625rem solid transparent;
  transition: border-color .3s
}

.contacts--white .contacts__link {
  color: hsla(0, 0%, 100%, .6)
}

.contacts__social {
  display: flex;
  gap: 1.25rem
}

.contacts__social-link {
  font-size: 1.5rem;
  transition: color .3s
}

.contacts--white .contacts__social-link {
  color: hsla(0, 0%, 100%, .6980392157)
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  gap: .3125rem
}

.breadcrumbs ul li {
  color: #b9b9b9;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.72;
  display: flex;
  align-items: center;
  gap: .3125rem
}

.breadcrumbs ul li:not(:last-child)::after {
  content: "/";
  color: rgba(185, 185, 185, .5490196078)
}

.breadcrumbs ul li:first-child {
  color: #1e1e1e
}

.page__breadcrumbs {
  padding-top: 1.25rem;
  padding-bottom: .6875rem
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: .9375rem;
  cursor: pointer
}

.checkbox__label {
  color: #1e1e1e;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.72;
  text-transform: capitalize;
  flex-grow: 1
}

.checkbox__label span {
  color: #b9b9b9;
  font-size: .875rem
}

.checkbox::before {
  content: "";
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: .125rem;
  border: .0625rem solid #000;
  flex-shrink: 0;
  background: #f2eff2;
  transition: all .3s
}

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0
}

.checkbox:has(input:checked)::before {
  background: #1e1e1e url(../img/icons/check.svg) no-repeat center/contain
}

.checkbox .count {
  color: #1e1e1e;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
  background-color: #f2eff2;
  padding: 0 .375rem
}

.border_div {
  position: relative;
  width: 53%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 50px;
}

@media (min-width: 1920px) {
  .border_div {
    max-width: 116.25rem;
    margin: 0 auto;
    transform: translateX(0);
    left: 0;
  }

}

.border_div h1 {
  font-family: "Geologica";
  font-weight: 200;
  font-size: 3rem;
  line-height: 130%;
  letter-spacing: 20px;
  text-transform: uppercase;
  text-align: center;
  width: 80%;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.preview {
  width: 100%;
  border: 1px solid black;
  padding: 10px 20px 10px 20px;
  margin-top: 30px;
}

.preview h5 {
  font-family: "Geologica";
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 16%;
  text-transform: uppercase;
}

.content_main {
  width: 100%;
  gap: 20px;
  padding-top: 30px;
}

.teg_h5 {
  font-family: "Geologica";
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 16%;
  text-transform: uppercase;
  text-align: start;
  padding-bottom: 30px;
}

.content_block {
  width: 100%;
  gap: 10px;
  white-space: pre-line;
}

.content_block a {
  text-decoration: underline;
}

.content_block a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.content_block br+br {
  line-height: 0.5;
}

.content_block h4 {
  font-family: "Geologica";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-align: start;
}

.content_block text,
.content_block p {
  font-family: "Geologica", regular;
  font-weight: 200;
  font-size: 1.25rem;
  line-height: 130%;
}

.bottom_nav {
  width: 100%;
  justify-content: center;
  padding: 20px 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.arrows {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
}

.previous_article>a::before {
  content: "\2190";
  position: absolute;
  top: -15%;
  left: 0;
  width: 72px;
  height: 70px;
  background-color: black;
  color: white;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.previous_article>a:hover::before {
  cursor: pointer;
  background-color: #333;
  transition: all .3s ease;
}

.previous_h5,
.previous_text {
  padding-left: 60%;
  white-space: nowrap;
}


.next_article>a::after {
  content: "\2192";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
  width: 72px;
  height: 70px;
  background-color: black;
  color: white;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.next_article>a:hover::after {
  cursor: pointer;
  background-color: #333;
  transition: all .3s ease;
}


.article_link {
  position: relative;
  width: 100%;
  height: 100%;
}

.article_link h5 {
  font-family: "Geologica";
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 16%;
  text-transform: uppercase;
  text-align: start;
  color: #ccc;
}

.article_link h5 text {
  font-family: "Geologica";
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 16%;
  text-transform: uppercase;
  text-align: start;
  color: #ccc;
}

.article_link text {
  font-family: "Geologica", regular;
  font-weight: 200;
  font-size: 1.25rem;
  line-height: 130%;
  color: #000;
}

/* .previous {
  margin-left: 60%;
} */

.next {
  margin-right: 95px;
}


.go_home {
  position: relative;
  width: 50%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 30px 20px 30px;
  background-color: black;
  transition: all .3s ease;
}

.go_home:hover {
  cursor: pointer;
  background-color: #333;
  transition: all .3s ease;
}

.go_home h4 {
  font-family: "Geologica";
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  color: white;
}

.footer {
  background-color: #000;
  padding: 3.125rem 0;
  margin-top: 100px;
}

.footer__body {
  display: flex;
  gap: 3.125rem;
  justify-content: space-between;
  flex-wrap: wrap
}

.footer__body:not(:last-child) {
  margin-bottom: 9.25rem
}

.footer__logo {
  aspect-ratio: 152/71;
  width: 9.5rem
}

.footer__block h3 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: .3rem;
  text-transform: uppercase
}

.footer__block h3:not(:last-child) {
  margin-bottom: .9375rem
}

.footer__block ul li {
  color: hsla(0, 0%, 100%, .6);
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .25rem;
  text-transform: uppercase
}

.footer__block ul li:not(:last-child) {
  margin-bottom: .9375rem
}

.footer__block ul li a {
  padding: .375rem 0 .3125rem;
  border-bottom: .0625rem solid transparent;
  transition: border-color .3s
}

.footer__bottom {
  display: flex;
  align-items: end;
  gap: 5.1875rem;
  flex-wrap: wrap
}

.footer__copy {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 200;
  flex-grow: 1;
  line-height: 1.72
}

.footer__payment {
  aspect-ratio: 251/22;
  width: 15.6875rem
}

.footer__up {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  color: #000;
  background-color: #fff;
  transition: background-color .3s
}

.splide--image .splide__track {
  height: 100%
}

.splide--image .splide__actions {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  left: 0;
  bottom: 1.4375rem;
  padding: 0 1.4375rem
}

.splide--image .splide__pagination {
  position: static !important;
  background: 0 0 !important;
  backdrop-filter: none !important;
  -webkit-transform: none !important;
  transform: none !important
}

.splide--image .splide__arrows {
  display: flex;
  align-items: center;
  gap: .5rem
}

.splide--image .splide__arrow {
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
  background: rgba(0, 0, 0, .1) !important;
  backdrop-filter: blur(.46875rem) !important
}

.splide--image .splide__arrow::before {
  color: #000
}

@media (max-width: 920px) {
  .go_home {
    width: 65%;
  }
}

@media (max-width: 920px) {
  .border_div {
    width: 70%;
  }

  .content_block h4 {
    letter-spacing: 12px;
  }

  .go_home {
    width: 80%;
  }
}

@media (max-width: 600px) {

  .breadcrumbs__container {
    white-space: nowrap;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .breadcrumbs ul li {
    font-size: 1.05rem;
  }

  .border_div {
    width: 90%;
  }

  .border_div h1 {
    font-size: 2.3rem;
  }

  .preview h5 {
    font-size: 0.9rem;
  }

  .teg_h5 {
    font-size: 0.9rem;
  }

  .content_block h4 {
    font-size: 1.2rem;
    letter-spacing: 6px;
  }

  .content_block text {
    font-size: 1.125rem;
  }

  .article_link text {
    display: none;
  }

  .article_link h5 {
    font-size: 0.9rem;
  }

  .previous_article>a>h5 {
    padding-left: 80%;
    top: 100%;
    position: relative;
  }

  .next {
    top: 100%;
    margin-right: 77px;
  }

  .next_article::after {
    top: -20%;
    transform: translateX(-100%);
  }

  .go_home {
    width: 100%;
    margin-top: 30px;
  }

  .go_home h4 {
    white-space: nowrap;
    font-size: 0.9rem;
  }

}
