* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cygre-Book", sans-serif;
}

html {
  margin: 0 !important;
  font-size: 0.0520833333vw;
}

.container {
  max-width: 1390rem;
  margin: 0 auto;
}

.breadcrumbs {
  position: absolute;
  top: 112rem;
  left: 100rem;
  display: flex;
}
.breadcrumbs a {
  font-family: "Mulish", sans-serif;
  text-decoration: none;
  font-size: 14rem;
  font-weight: 300;
  color: #656565;
  transition: all 0.4s;
}
.breadcrumbs a:hover {
  color: #DAC591;
}
.breadcrumbs span {
  font-family: "Mulish", sans-serif;
  font-size: 14rem;
  font-weight: 300;
  color: #656565;
  display: flex;
  align-items: center;
  cursor: default;
}
.breadcrumbs span::before {
  content: "/";
  font-size: 14rem;
  font-weight: 300;
  color: #656565;
  margin: 0 12rem;
}

.mobile__menu {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.mobile__menu ul {
  list-style: none;
  padding: 118rem 155rem 122rem 40rem;
  background-color: #000;
  display: flex;
  flex-direction: column;
  gap: 32rem;
}
.mobile__menu ul li a {
  font-family: "Mulish", sans-serif;
  font-size: 16rem;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -4%;
  color: #FAF6EC;
  text-decoration: none;
}

.open {
  height: 400rem;
}

.header {
  position: relative;
}
.header .mobile_menu {
  display: none;
}
.header .login_btn {
  display: none;
}
.header .header__logo {
  position: absolute;
  top: 12rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.header .header__logo span:nth-child(1) {
  font-family: "Mulish", sans-serif;
  font-size: 40rem;
  line-height: 100%;
  font-weight: 300;
  letter-spacing: -8%;
  color: #FAF6EC;
  text-transform: uppercase;
}
.header .header__logo span:nth-child(2) {
  font-family: "Mulish", sans-serif;
  font-size: 24rem;
  line-height: 100%;
  font-weight: 300;
  letter-spacing: -4%;
  color: #FAF6EC;
}
.header .header__nav {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 8;
  top: 12rem;
  display: flex;
}
.header .header__nav::before {
  position: absolute;
  left: 0;
  top: 44rem;
  content: "";
  width: 763rem;
  height: 1rem;
  background-color: #FAF6EC;
  opacity: 0.5;
}
.header .header__nav::after {
  position: absolute;
  right: 0;
  top: 44rem;
  content: "";
  width: 768rem;
  height: 1rem;
  background-color: #FAF6EC;
  opacity: 0.5;
}
.header .header__nav ul {
  position: absolute;
  top: 12rem;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  list-style: none;
}
.header .header__nav ul li {
  min-width: 120rem;
  display: flex;
  justify-content: center;
}
.header .header__nav ul li a {
  font-family: "Mulish", sans-serif;
  color: #FAF6EC;
  font-size: 16rem;
  line-height: 100%;
  letter-spacing: -4%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .header__nav ul li a::after {
  content: "";
  position: absolute;
  top: 31rem;
  width: 177rem;
  height: 1rem;
  background-color: #FAF6EC;
  opacity: 0;
  transition: all 0.4s;
}
.header .header__nav ul li a:hover::after {
  opacity: 1;
}
.header .header__nav ul li:not(:last-child) {
  margin-right: 120rem;
}
.header .header__nav ul li:nth-child(2) {
  margin-right: 445rem;
}

.white .header__logo span:nth-child(1) {
  color: #1F1F1F;
}
.white .header__logo span:nth-child(2) {
  color: #1F1F1F;
}
.white .header__nav::before {
  background-color: #1F1F1F;
}
.white .header__nav::after {
  background-color: #1F1F1F;
}
.white .header__nav ul li a {
  color: #1F1F1F;
}
.white .header__nav ul li a::after {
  background-color: #1F1F1F;
}

.footer {
  height: 120rem;
  display: flex;
  align-items: center;
  background-color: #000;
  padding: 20rem 0 20rem 100rem;
  gap: 100rem;
}
.footer .footer_col {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer .footer_col .footer__logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
}
.footer .footer_col .footer__logo span:nth-child(1) {
  font-family: "Mulish", sans-serif;
  font-size: 24rem;
  line-height: 100%;
  letter-spacing: -8%;
  color: #FAF6EC;
  margin-bottom: 4rem;
	text-decoration: none;
}
.footer .footer_col .footer__logo span a{text-decoration: none;}
.footer .footer_col .footer__logo span:nth-child(2) {
  font-family: "Mulish", sans-serif;
  font-size: 18rem;
  line-height: 100%;
  letter-spacing: -8%;
  color: #FAF6EC;
  margin-bottom: 4rem;
}
.footer .footer_col .footer__social {
  display: flex;
  align-items: center;
  gap: 20rem;
}
.footer .footer_col .footer__social a img {
  height: 24rem;
}

.hero {
  width: 100%;
  height: 100vh;
  background: #000;
  background-image: url("../img/bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 540rem;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 240rem;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.hero .bg {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  background: radial-gradient(315.7% 165.74% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.hero .bg::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 300rem;
  height: 100%;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.hero .bg::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 300rem;
  height: 100%;
  background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.hero .about {
  position: absolute;
  z-index: 9;
  bottom: 83rem;
  right: 203rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 18rem;
  color: #FAF6EC;
  letter-spacing: -4%;
  transition: all 0.4s;
}
.hero .about:hover {
  color: #DAC591;
}
.hero .link {
  position: absolute;
  z-index: 9;
  top: 124rem;
  left: 100rem;
  display: flex;
  flex-direction: column;
  gap: 12rem;
  text-decoration: none;
}
.hero .link span {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 100;
  font-size: 40rem;
  line-height: 40rem;
  color: rgb(250, 246, 236);
  letter-spacing: -4%;
  transition: all 0.4s;
}
.hero .link:hover span {
  color: #DAC591;
}

.page404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.page404 .title {
  font-family: "Mulish", sans-serif;
  font-size: 400rem;
  font-weight: 300;
  color: #1F1F1F;
  line-height: 100%;
  letter-spacing: -8%;
  margin-bottom: 21rem;
}
.page404 .subtitle {
  font-family: "Mulish", sans-serif;
  font-size: 36rem;
  font-weight: 300;
  color: #000000;
  line-height: 100%;
  letter-spacing: -8%;
}

.police {
  padding: 202rem 0;
}
.police h1 {
  display: flex;
  font-size: 75rem;
  font-weight: 100;
  line-height: 100%;
  letter-spacing: -8%;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 64rem;
}
.police p {
  font-family: "Mulish", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -4%;
  color: #656565;
}

.about_page {
  padding: 220rem 0 160rem 0;
}
.about_page .about__content .container {
  max-width: 1140rem;
}
.about_page .about__content .container h1 {
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 40rem;
  line-height: 100%;
  letter-spacing: -8%;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 64rem;
}
.about_page .about__content .container .dis {
  margin-bottom: 72rem;
}
.about_page .about__content .container .dis p {
  font-family: "Mulish", sans-serif;
  font-size: 22rem;
  line-height: 120%;
  letter-spacing: -4%;
  font-weight: 600;
}
.about_page .about__content .container .dis p:not(:last-child) {
  margin-bottom: 16rem;
}
.about_page .about__content .container .content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 96rem;
  margin-bottom: 160rem;
}
.about_page .about__content .container .content .row {
  display: flex;
  justify-content: space-between;
}
.about_page .about__content .container .content .row:nth-child(1) .col:nth-child(1) {
  margin-top: 34rem;
}
.about_page .about__content .container .content .row .col {
  font-family: "Mulish", sans-serif;
  font-size: 20rem;
  line-height: 120%;
  letter-spacing: -4%;
  font-weight: 400;
  color: #4B4B4B;
}
.about_page .about__content .container .content .row .col p {
  font-family: "Mulish", sans-serif;
  font-size: 20rem;
  line-height: 120%;
  letter-spacing: -4%;
  font-weight: 400;
  color: #4B4B4B;
}
.about_page .about__content .container .content .row .col img {
  width: 435rem;
  min-width: 435rem;
  height: 580rem;
  margin-left: 125rem !important;
}

.last__posts .title {
  font-size: 38rem;
  line-height: 100%;
  letter-spacing: -4%;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 104rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.last__posts .last__posts__content {
  max-width: 1302rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.last__posts .last__posts__content .last_posts_slider {
  display: flex;
  flex-direction: column;
}
.last__posts .last__posts__content .last_posts_slider .item {
  margin-bottom: 40rem;
}
.last__posts .last__posts__content .last_posts_slider .item .item_title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20rem;
  line-height: 120%;
  margin-bottom: 32rem;
  color: #1F1F1F;
}
.last__posts .last__posts__content .last_posts_slider .item .item_dis {
  font-weight: 400;
  font-size: 16rem;
  line-height: 110%;
  letter-spacing: -4%;
  margin-bottom: 32rem;
  color: #656565;
}
.last__posts .last__posts__content .last_posts_slider .item .item_link {
  font-weight: 500;
  font-size: 16rem;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: -8%;
  color: #1F1F1F;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.last__posts .last__posts__content .last_posts_slider .item .item_link img {
  width: 28rem;
  height: 28rem;
  margin-right: 12rem;
}
.last__posts .last__posts__content .last_posts_slider_nav {
  margin-left: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 64rem;
}
.last__posts .last__posts__content .last_posts_slider_nav .dots {
  display: none;
}
.last__posts .last__posts__content .last_posts_slider_nav .prev {
  width: 42rem;
  height: 42rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  cursor: pointer;
}
.last__posts .last__posts__content .last_posts_slider_nav .prev:hover svg path {
  transition: all 0.4s;
  fill: #DAC591;
}
.last__posts .last__posts__content .last_posts_slider_nav .next {
  width: 42rem;
  height: 42rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.last__posts .last__posts__content .last_posts_slider_nav .next:hover svg path {
  transition: all 0.4s;
  fill: #DAC591;
}

.buttonup {
  font-family: "Mulish", sans-serif;
  font-size: 12rem;
  font-weight: 300;
  color: #1F1F1F;
  letter-spacing: -4%;
  line-height: 100%;
  color: #1F1F1F;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70rem;
  height: 70rem;
  border: 1rem solid transparent;
  border-radius: 5rem;
  transition: all 0.4s;
  cursor: pointer;
  position: fixed;
  right: 120rem;
  bottom: 50rem;
}
.buttonup:hover {
  border: 1rem solid rgba(31, 31, 31, 0.5);
  color: #DAC591;
}
.buttonup:hover svg path {
  transition: all 0.4s;
  fill: #DAC591;
}

.post {
  width: 100%;
  padding: 150rem 0 50rem 0;
}
.post .post__title {
  width: 100%;
  text-align: center;
  font-size: 64rem;
  line-height: 100%;
  letter-spacing: -4%;
  color: #1F1F1F;
  margin-bottom: 40rem;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}
.post .post_subtitle {
  font-family: "Mulish", sans-serif;
  text-align: center;
  font-size: 24rem;
  line-height: 100%;
  letter-spacing: -4%;
  color: #1F1F1F;
  margin-bottom: 72rem;
}
.post .post__nav {
  max-width: 805rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 12rem;
  margin-bottom: 72rem;
}
.post .post__nav .nav_item {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 24rem;
  color: #1F1F1F;
  line-height: 120%;
  letter-spacing: -4%;
  cursor: pointer;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.post .post__nav .nav_item::before {
  content: "";
  transition: all 0.4s;
}
.post .post__nav .nav_item:hover {
  color: #DAC591;
}
.post .post__nav .nav_item:hover::before {
  content: "";
  min-width: 16rem;
  height: 2rem;
  background-color: #DAC591;
  margin-right: 8rem;
  transition: all 0.4s;
}
.post .post__content {
  max-width: 1140rem;
  margin: 0 auto;
  font-family: "Mulish", sans-serif;
  font-size: 22rem;
  line-height: 120%;
  letter-spacing: -4%;
  color: #2a2929;
}
.post .post__content div {
  margin-bottom: 72rem;
}
.post .post__content p {
  font-family: "Mulish", sans-serif;
}
.post .post__content em {
  font-family: "Mulish", sans-serif;
  font-style: italic;
  color: #1F1F1F;
}
.post .post__content img {
  max-width: 100%;
}
.post .post__content h4 {
  font-family: "Mulish", sans-serif;
  font-size: 24rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -4%;
  color: #1F1F1F;
  margin-bottom: 20rem;
  display: flex;
  align-items: center;
}
.post .post__content h4::before {
  content: "";
  min-width: 40rem;
  height: 1rem;
  background-color: #1F1F1F;
  margin-right: 20rem;
}
.post .post__content h5 {
  font-family: "Mulish", sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -4%;
  color: #1F1F1F;
  margin-bottom: 20rem;
  font-style: italic;
}
.post .post__dis {
  max-width: 1140rem;
  width: 100%;
  margin: 40rem auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post .post__dis .date {
  font-family: "Mulish", sans-serif;
  font-size: 12rem;
  line-height: 120%;
  letter-spacing: -4%;
  color: #656565;
}
.post .post__dis .views {
  font-family: "Mulish", sans-serif;
  font-size: 12rem;
  line-height: 120%;
  letter-spacing: -4%;
  color: #656565;
  display: flex;
  align-items: center;
}
.post .post__dis .views::before {
  content: "";
  width: 12rem;
  height: 12rem;
  background-image: url("../img/views.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12rem;
  margin-right: 8rem;
}
.post .post__dis .share {
  width: 24rem;
  height: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.post .post__dis .share img {
  width: 24rem;
}
.post .post__navigation {
  display: flex;
  max-width: 1140rem;
  margin: 64rem auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post .post__navigation .prev_post {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -4%;
  color: #1F1F1F;
  text-transform: uppercase;
  transition: all 0.4s;
  font-family: "Cygre-Medium", sans-serif;
}
.post .post__navigation .prev_post svg {
  height: 42rem;
  margin-right: 16rem;
  transform: rotate(180deg);
}
.post .post__navigation .prev_post:hover {
  color: #DAC591;
}
.post .post__navigation .prev_post:hover svg path {
  transition: all 0.4s;
  fill: #DAC591;
}
.post .post__navigation .all_post {
  width: 320rem;
  height: 64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DAC591;
  font-family: "Cygre-Medium", sans-serif;
  font-size: 18rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -4%;
  color: #1F1F1F;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s;
}
.post .post__navigation .all_post:hover {
  background-color: #1F1F1F;
  color: #FAF6EC;
}
.post .post__navigation .next_post {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -4%;
  color: #1F1F1F;
  text-transform: uppercase;
  transition: all 0.4s;
  font-family: "Cygre-Medium", sans-serif;
}
.post .post__navigation .next_post svg {
  height: 42rem;
  margin-left: 16rem;
}
.post .post__navigation .next_post:hover {
  color: #DAC591;
}
.post .post__navigation .next_post:hover svg path {
  transition: all 0.4s;
  fill: #DAC591;
}
.post .post__navigation .disabled {
  opacity: 0.5;
  cursor: default;
}
.post .post__navigation .disabled:hover {
  color: #1F1F1F;
}
.post .post__navigation .disabled:hover svg path {
  transition: all 0.4s;
  fill: #1F1F1F;
}

.cats {
  padding: 172rem 0 160rem 0;
}
.cats .page__title {
  font-family: "Cygre-Book", sans-serif;
  text-align: center;
  font-size: 64rem;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 100%;
  letter-spacing: -4%;
  margin-bottom: 96rem;
}
.cats .all_posts {
  margin-bottom: 160rem;
  max-width: 1530rem;
  margin-left: auto;
  margin-right: auto;
}
.cats .all_posts .cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24rem 60rem 24rem 96rem;
  border-top: 1rem solid #1F1F1F;
}
.cats .all_posts .cat:last-child {
  border-bottom: 1rem solid #1F1F1F;
}
.cats .all_posts .cat .title {
  font-size: 24rem;
  line-height: 100%;
  letter-spacing: -2%;
  color: #1F1F1F;
}
.cats .all_posts .cat .btn {
  width: 280rem;
  background-color: transparent;
  color: transparent;
  font-size: 20rem;
  line-height: 100%;
  letter-spacing: -4%;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20rem 0 20rem 34.5rem;
  display: block;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.4s;
}
.cats .all_posts .cat .btn::after {
  transition: all 0.4s;
  position: absolute;
  right: 34.5rem;
  content: "";
  width: 28rem;
  height: 28rem;
  background-image: url("../img/arr_d_b.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cats .all_posts .cat .btn:hover {
  background-color: #1F1F1F;
  color: #FAF6EC;
}
.cats .all_posts .cat .btn:hover::after {
  position: absolute;
  right: 34.5rem;
  content: "";
  width: 28rem;
  height: 28rem;
  background-image: url("../img/arr_d_w.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cats .all_posts .cat .cat_list {
  width: 1085rem;
  display: none;
  position: relative;
}
.cats .all_posts .cat .cat_list .close {
  position: absolute;
  top: 0;
  right: -38rem;
  width: 28rem;
  height: 28rem;
  cursor: pointer;
  background-image: url("../img/close.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cats .all_posts .cat .cat_list .list_wrap {
  padding: 20rem;
  border-left: 1rem solid #1F1F1F;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24rem;
}
.cats .all_posts .cat .cat_list .list_wrap .item {
  padding-bottom: 24rem;
  border-bottom: 1rem solid #BEBCBC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.cats .all_posts .cat .cat_list .list_wrap .item .item_title {
  font-size: 20rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #1F1F1F;
  transition: all 0.4s;
}
.cats .all_posts .cat .cat_list .list_wrap .item .item_link {
  font-size: 20rem;
  font-weight: 500;
  color: #1F1F1F;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.4s;
}
.cats .all_posts .cat .cat_list .list_wrap .item .item_link::before {
  content: "";
  width: 28rem;
  height: 28rem;
  margin-right: 12rem;
  background-image: url("../img/arr_r.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cats .all_posts .cat .cat_list .list_wrap .item:hover .item_title {
  font-weight: 700;
}
.cats .all_posts .cat .cat_list .list_wrap .item:hover .item_link {
  opacity: 1;
}
.cats .all_posts .cat .show {
  display: flex;
}
.cats .all_posts .cat .hide {
  display: none;
}

.pop_up_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(4rem);
          backdrop-filter: blur(4rem);
  display: none;
}

.pop_up_wrap {
  z-index: 99999999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 590rem;
  height: 720rem;
  display: none;
}
.pop_up_wrap .close {
  position: absolute;
  right: -42rem;
  top: -32rem;
  width: 32rem;
  height: 32rem;
  background-image: url("../img/carbon_close.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.pop_up_wrap .pop_up__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64rem 59rem 58rem 49rem;
  width: 100%;
}
.pop_up_wrap .pop_up__content .title {
  font-size: 48rem;
  line-height: 100%;
  letter-spacing: -4%;
  color: #1F1F1F;
  text-transform: uppercase;
  margin-bottom: 32rem;
}
.pop_up_wrap .pop_up__content .content .row {
  margin-top: 42rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.pop_up_wrap .pop_up__content .content .row span {
  font-family: "Mulish", sans-serif;
  font-size: 20rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -8%;
  color: #656565;
  margin-right: 18rem;
}
.pop_up_wrap .pop_up__content .content .row a {
  font-family: "Mulish", sans-serif;
  font-size: 20rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -4%;
  color: #DAC591;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.pop_up_wrap .pop_up__content .content .row a::after {
  margin-top: 4rem;
  content: "";
  width: 100%;
  height: 1rem;
  background-color: #1F1F1F;
}
.pop_up_wrap .pop_up__content form {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  align-items: center;
  width: 100%;
}
.pop_up_wrap .pop_up__content form .line {
  position: relative;
}
.pop_up_wrap .pop_up__content form .line .show_pass {
  width: 24rem;
  height: 24rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 16rem;
  background-image: url("../img/hide.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24rem 24rem;
}
.pop_up_wrap .pop_up__content form .line .show_open {
  width: 24rem;
  height: 24rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 16rem;
  background-image: url("../img/show.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24rem 24rem;
}
.pop_up_wrap .pop_up__content form .lost_pass {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 16rem;
}
.pop_up_wrap .pop_up__content form .lost_pass a {
  font-family: "Mulish", sans-serif;
  font-size: 20rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -4%;
  color: #DAC591;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.pop_up_wrap .pop_up__content form .lost_pass a::after {
  margin-top: 4rem;
  content: "";
  width: 100%;
  height: 1rem;
  background-color: #1F1F1F;
}
.pop_up_wrap .pop_up__content form .check_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 112rem;
  cursor: pointer;
}
.pop_up_wrap .pop_up__content form .check_wrap .check_box_wrap {
  margin-right: 32rem;
}
.pop_up_wrap .pop_up__content form .check_wrap .check_box_wrap input[type=checkbox] {
  display: none;
}
.pop_up_wrap .pop_up__content form .check_wrap .check_box_wrap .check_box {
  width: 24rem;
  height: 24rem;
  border: 1rem solid #DAC591;
  transition: all 0.4s;
  background-color: #FAF6EC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop_up_wrap .pop_up__content form .check_wrap .check_box_wrap .check_box .item {
  width: 90%;
  height: 90%;
  background-image: url("../img/check.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
.pop_up_wrap .pop_up__content form .check_wrap .check_box_wrap .error {
  border: 1rem solid #ff0000;
}
.pop_up_wrap .pop_up__content form .check_wrap .check_text {
  font-family: "Mulish", sans-serif;
  font-size: 16rem;
  font-weight: 300;
  color: #656565;
}
.pop_up_wrap .pop_up__content form input[type=email], .pop_up_wrap .pop_up__content form input[type=text] {
  width: 482rem;
  height: 52rem;
  border: none;
  border-bottom: 1rem solid #1F1F1F;
  padding: 16rem 0 16rem 0;
  font-family: "Mulish", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  color: #000;
}
.pop_up_wrap .pop_up__content form input[type=password] {
  width: 482rem;
  height: 52rem;
  border: none;
  border-bottom: 1rem solid #1F1F1F;
  padding: 16rem 0 16rem 0;
  font-family: "Mulish", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  color: #000;
}
.pop_up_wrap .pop_up__content form input[type=submit] {
  width: 320rem;
  height: 64rem;
  background-color: #DAC591;
  color: #1F1F1F;
  border: none;
  font-size: 20rem;
  line-height: 100%;
  letter-spacing: -4%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.pop_up_wrap .pop_up__content form input[type=submit]:hover {
  color: #fff;
  background-color: #1F1F1F;
}

.pop_up__registation .pop_up__content .content form .check_wrap {
  margin-bottom: 52rem;
}

.pop_up__done .pop_up__content .title {
  margin-bottom: 174rem;
}
.pop_up__done .pop_up__content .content {
  font-family: "Mulish", sans-serif;
  font-size: 20rem;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 64rem;
}
.pop_up__done .pop_up__content .login_btn {
  width: 320rem;
  height: 64rem;
  background-color: #DAC591;
  color: #1F1F1F;
  font-size: 20rem;
  line-height: 100%;
  letter-spacing: -4%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  text-decoration: none;
  text-transform: uppercase;
}
.pop_up__done .pop_up__content .login_btn:hover {
  color: #fff;
  background-color: #1F1F1F;
}

@media screen and (max-width: 560px) {
  html {
    font-size: 0.2564102564vw;
  }
  .breadcrumbs {
    position: absolute;
    top: 68rem;
    left: 10rem;
    display: flex;
  }
  .breadcrumbs a {
    font-family: "Mulish", sans-serif;
    text-decoration: none;
    font-size: 10rem;
    font-weight: 300;
    color: #656565;
    transition: all 0.4s;
  }
  .breadcrumbs a:hover {
    color: #DAC591;
  }
  .breadcrumbs span {
    font-family: "Mulish", sans-serif;
    font-size: 10rem;
    font-weight: 300;
    color: #656565;
    display: flex;
    align-items: center;
    cursor: default;
  }
  .breadcrumbs span::before {
    content: "/";
    font-size: 14rem;
    font-weight: 300;
    color: #656565;
    margin: 0 12rem;
  }
  .container {
    max-width: 366rem;
    margin: 0 auto;
  }
  .header {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #000;
    z-index: 999999;
    height: 58rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 12rem 12rem 0 12rem;
  }
  .header .mobile_menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 18rem;
    height: 12rem;
    z-index: 9;
  }
  .header .mobile_menu span {
    width: 100%;
    height: 1rem;
    background-color: #FAF6EC;
  }
  .header .close {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 0;
    width: 24rem;
    height: 24rem;
  }
  .header .close span {
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    min-width: 24rem;
    height: 2rem;
    transform-origin: center center;
  }
  .header .close span:nth-child(1) {
    display: none;
  }
  .header .close span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .header .close span:nth-child(3) {
    transform: rotate(45deg);
  }
  .header .login_btn {
    display: none;
    z-index: 9;
    width: 24rem;
    height: 24rem;
  }
  .header .login_btn img {
    height: 100%;
  }
  .header .header__logo {
    position: absolute;
    top: 12rem;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
  }
  .header .header__logo span:nth-child(1) {
    font-size: 24rem;
  }
  .header .header__logo span:nth-child(2) {
    font-size: 14rem;
  }
  .header .header__logo::after {
    content: "";
    width: 100rem;
    height: 1rem;
    background-color: #FAF6EC;
    position: absolute;
    top: 21rem;
    right: -70rem;
  }
  .header .header__logo::before {
    content: "";
    width: 100rem;
    height: 1rem;
    background-color: #FAF6EC;
    position: absolute;
    top: 21rem;
    left: -70rem;
  }
  .header .header__nav {
    display: none;
  }
  .footer {
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    padding: 20rem 0 20rem 23rem;
    position: relative;
  }
  .footer .footer_col {
    display: flex;
    flex-direction: column;
  }
  .footer .footer_col .footer__logo {
    margin-bottom: 0;
  }
  .footer .footer_col .footer__logo span:nth-child(1) {
    font-size: 20rem;
  }
  .footer .footer_col .footer__logo span:nth-child(2) {
    font-size: 12rem;
  }
  .footer .footer_col .footer__email {
    margin-top: 0;
    font-size: 12rem;
  }
  .footer .footer_col .footer__social {
    gap: 20rem;
  }
  .footer .footer_col .footer__social a img {
    height: 16rem;
  }
  .white .header__logo span:nth-child(1) {
    color: #FAF6EC;
  }
  .white .header__logo span:nth-child(2) {
    color: #FAF6EC;
  }
  .white .header__nav::before {
    background-color: #FAF6EC;
  }
  .white .header__nav::after {
    background-color: #FAF6EC;
  }
  .white .header__nav ul li a {
    color: #FAF6EC;
  }
  .white .header__nav ul li a::after {
    background-color: #FAF6EC;
  }
  .hero {
    width: 100%;
    height: 100vh;
    background-image: url(../img/hero_mob.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .hero::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 300rem;
    background: linear-gradient(180deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
  }
  .hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 200rem;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  }
  .hero .bg {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    background: radial-gradient(315.7% 165.74% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .hero .bg::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 200rem;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 20%);
  }
  .hero .bg::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 200rem;
    height: 100%;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 20%);
  }
  .hero .about {
    bottom: 80rem;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .hero .link {
    top: 110rem;
    left: 0;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8rem;
  }
  .hero .link span {
    font-size: 28rem;
    line-height: 28rem;
  }
  .page404 .title {
    font-family: "Mulish", sans-serif;
    font-size: 200rem;
    margin-bottom: 32rem;
  }
  .page404 .subtitle {
    font-size: 20rem;
  }
  .police {
    padding: 100rem 0;
  }
  .police h1 {
    font-size: 24rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 32rem;
  }
  .police p {
    font-size: 12rem;
  }
  .about_page {
    padding: 100rem 0 80rem 0;
  }
  .about_page .about__content .container {
    max-width: 366rem;
  }
  .about_page .about__content .container h1 {
    text-align: center;
    font-family: "Mulish", sans-serif;
    font-size: 24rem;
    margin-bottom: 32rem;
    text-align: center;
    max-width: 214rem;
    margin-left: auto;
    margin-right: auto;
  }
  .about_page .about__content .container .dis {
    margin-bottom: 52rem;
    font-size: 16rem;
  }
  .about_page .about__content .container .dis p {
    font-size: 16rem;
  }
  .about_page .about__content .container .dis p:not(:last-child) {
    margin-bottom: 10rem;
  }
  .about_page .about__content .container .content {
    gap: 52rem;
    margin-bottom: 80rem;
  }
  .about_page .about__content .container .content .row {
    display: flex;
    flex-direction: column;
    font-size: 14rem;
  }
  .about_page .about__content .container .content .row:nth-child(1) .col:nth-child(1) {
    margin-top: 0;
  }
  .about_page .about__content .container .content .row .col {
    font-size: 14rem;
  }
  .about_page .about__content .container .content .row .col p {
    font-size: 14rem;
  }
  .about_page .about__content .container .content .row .col img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    margin-top: 32rem;
    height: auto;
    margin-left: 0;
  }
  .last__posts {
    max-width: 366rem;
    margin: 0 auto;
  }
  .last__posts .title {
    padding-left: 0;
    font-size: 16rem;
    margin-bottom: 20rem;
  }
  .last__posts .last__posts__content {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .last__posts .last__posts__content .last_posts_slider {
    width: 366rem;
    display: flex;
    flex-direction: column;
  }
  .last__posts .last__posts__content .last_posts_slider .item {
    margin-bottom: 12rem;
  }
  .last__posts .last__posts__content .last_posts_slider .item .item_title {
    font-size: 10rem;
    margin-bottom: 12rem;
  }
  .last__posts .last__posts__content .last_posts_slider .item .item_dis {
    font-size: 10rem;
    margin-bottom: 12rem;
  }
  .last__posts .last__posts__content .last_posts_slider .item .item_link {
    font-size: 8rem;
  }
  .last__posts .last__posts__content .last_posts_slider .item .item_link img {
    width: 16rem;
    height: 16rem;
    margin-right: 4rem;
  }
  .last__posts .last__posts__content .last_posts_slider_nav {
    margin-left: 0;
    margin-top: 32rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 326rem;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
    justify-content: space-between;
  }
  .last__posts .last__posts__content .last_posts_slider_nav .dots {
    display: flex;
  }
  .last__posts .last__posts__content .last_posts_slider_nav .dots ul {
    display: flex;
    gap: 12rem;
  }
  .last__posts .last__posts__content .last_posts_slider_nav .dots ul li button {
    font-size: 0;
    border: none;
    width: 5rem;
    height: 5rem;
    border-radius: 2.5rem;
    background-color: #DAC591;
  }
  .last__posts .last__posts__content .last_posts_slider_nav .dots ul .slick-active button {
    background-color: #1F1F1F;
  }
  .last__posts .last__posts__content .last_posts_slider_nav .prev {
    width: 24rem;
    height: 24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    cursor: pointer;
  }
  .last__posts .last__posts__content .last_posts_slider_nav .prev:hover svg {
    width: 100%;
  }
  .last__posts .last__posts__content .last_posts_slider_nav .prev:hover svg path {
    transition: all 0.4s;
    fill: #DAC591;
  }
  .last__posts .last__posts__content .last_posts_slider_nav .next {
    width: 24rem;
    height: 24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: rotate(-90deg);
  }
  .last__posts .last__posts__content .last_posts_slider_nav .next:hover svg path {
    transition: all 0.4s;
    fill: #DAC591;
  }
  .buttonup {
    font-size: 8rem;
    width: 52rem;
    height: 52rem;
    right: 12rem;
    top: auto;
    bottom: 52rem;
  }
  .post {
    width: 100%;
    padding: 100rem 0 80rem 0;
  }
  .post .post__title {
    font-size: 28rem;
    text-align: center;
    margin-bottom: 32rem;
  }
  .post .post_subtitle {
    font-size: 16rem;
    margin-bottom: 40rem;
  }
  .post .post__nav {
    max-width: 350rem;
    margin-bottom: 52rem;
  }
  .post .post__nav .nav_item {
    font-size: 16rem;
  }
  .post .post__content {
    max-width: 366rem;
    font-size: 14rem;
  }
  .post .post__content img {
    width: 100%;
    margin: 32rem 0 32rem 0;
  }
  .post .post__content h4 {
    font-size: 16rem;
    margin-bottom: 12rem;
  }
  .post .post__content h4::before {
    content: "";
    min-width: 24rem;
  }
  .post .post__content h5 {
    font-size: 16rem;
    margin-bottom: 12rem;
    font-style: italic;
  }
  .post .post__dis {
    max-width: 366rem;
    margin: 37rem auto 0 auto;
    justify-content: flex-start;
  }
  .post .post__dis .date {
    margin-right: 32rem;
  }
  .post .post__dis .views {
    margin-right: auto;
  }
  .post .post__dis .share {
    width: 24rem;
    height: 24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .post .post__dis .share img {
    width: 24rem;
  }
  .post .post__navigation {
    display: flex;
    max-width: 366rem;
    height: 160rem;
    position: relative;
    margin: 32rem auto 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .post .post__navigation .prev_post {
    font-size: 10rem;
    flex-direction: column;
    align-items: flex-start;
    max-width: 72rem;
  }
  .post .post__navigation .prev_post svg {
    height: 42rem;
    margin-right: 0;
    transform: rotate(180deg);
  }
  .post .post__navigation .prev_post:hover {
    color: #DAC591;
  }
  .post .post__navigation .prev_post:hover svg path {
    transition: all 0.4s;
    fill: #DAC591;
  }
  .post .post__navigation .all_post {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 280rem;
    height: 48rem;
    font-size: 14rem;
  }
  .post .post__navigation .next_post {
    font-size: 10rem;
    max-width: 72rem;
    text-align: right;
    align-items: flex-end;
    flex-direction: column-reverse;
  }
  .post .post__navigation .next_post svg {
    height: 42rem;
    margin-left: 0;
  }
  .post .post__navigation .next_post:hover {
    color: #DAC591;
  }
  .post .post__navigation .next_post:hover svg path {
    transition: all 0.4s;
    fill: #DAC591;
  }
  .post .post__navigation .disabled {
    opacity: 0.5;
    cursor: default;
  }
  .post .post__navigation .disabled:hover {
    color: #1F1F1F;
  }
  .post .post__navigation .disabled:hover svg path {
    transition: all 0.4s;
    fill: #1F1F1F;
  }
  .pop_up_wrap {
    width: 366rem;
    height: 604rem;
  }
  .pop_up_wrap .close {
    right: 0;
    top: -42rem;
  }
  .pop_up_wrap .pop_up__content {
    padding: 32rem 12rem;
  }
  .pop_up_wrap .pop_up__content .title {
    font-size: 32rem;
  }
  .pop_up_wrap .pop_up__content .content .row {
    margin-top: 28rem;
  }
  .pop_up_wrap .pop_up__content .content .row span {
    font-family: "Mulish", sans-serif;
    font-size: 16rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -8%;
    color: #656565;
    margin-right: 18rem;
  }
  .pop_up_wrap .pop_up__content .content .row a {
    font-family: "Mulish", sans-serif;
    font-size: 16rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -4%;
    color: #DAC591;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }
  .pop_up_wrap .pop_up__content .content .row a::after {
    margin-top: 4rem;
    content: "";
    width: 100%;
    height: 1rem;
    background-color: #1F1F1F;
  }
  .pop_up_wrap .pop_up__content form {
    display: flex;
    flex-direction: column;
    gap: 28rem;
    align-items: center;
    width: 100%;
  }
  .pop_up_wrap .pop_up__content form .lost_pass {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 16rem;
  }
  .pop_up_wrap .pop_up__content form .lost_pass a {
    font-size: 16rem;
  }
  .pop_up_wrap .pop_up__content form .lost_pass a::after {
    margin-top: 4rem;
    content: "";
    width: 100%;
    height: 1rem;
    background-color: #1F1F1F;
  }
  .pop_up_wrap .pop_up__content form .check_wrap {
    margin-bottom: 32rem;
  }
  .pop_up_wrap .pop_up__content form .check_wrap .check_box_wrap {
    margin-right: 16rem;
  }
  .pop_up_wrap .pop_up__content form .check_wrap .check_text {
    font-size: 10rem;
  }
  .pop_up_wrap .pop_up__content form input[type=email], .pop_up_wrap .pop_up__content form input[type=text] {
    width: 342rem;
    height: 44rem;
    padding: 12rem 0 16rem 0;
  }
  .pop_up_wrap .pop_up__content form input[type=password] {
    width: 342rem;
    height: 44rem;
    padding: 12rem 0 16rem 0;
  }
  .pop_up_wrap .pop_up__content form input[type=submit] {
    width: 280rem;
    height: 48rem;
    font-size: 14rem;
  }
  .pop_up__registation .pop_up__content .content form .check_wrap {
    margin-bottom: 28rem;
  }
  .pop_up__done .pop_up__content .title {
    margin-bottom: 184rem;
  }
  .pop_up__done .pop_up__content .content {
    font-size: 16rem;
    margin-bottom: 48rem;
  }
  .pop_up__done .pop_up__content .login_btn {
    width: 280rem;
    height: 48rem;
    font-size: 16rem;
  }
  .cats {
    padding: 100rem 0 80rem 0;
  }
  .cats .page__title {
    font-size: 28rem;
    margin-bottom: 32rem;
  }
  .cats .all_posts {
    margin-bottom: 64rem;
    max-width: 366rem;
  }
  .cats .all_posts .cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12rem 20rem 12rem 0;
    flex-wrap: wrap;
  }
  .cats .all_posts .cat .title {
    font-size: 16rem;
  }
  .cats .all_posts .cat .btn {
    width: 20rem;
    height: 20rem;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    line-height: 100%;
    letter-spacing: -4%;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 0 0;
    display: block;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: all 0.4s;
  }
  .cats .all_posts .cat .btn::after {
    transition: all 0.4s;
    position: absolute;
    right: 0rem;
    content: "";
    width: 20rem;
    height: 20rem;
    background-image: url("../img/arr_d_b.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cats .all_posts .cat .cat_list {
    width: 100%;
    display: none;
    position: relative;
    border: none;
  }
  .cats .all_posts .cat .cat_list .close {
    position: absolute;
    top: -20rem;
    right: 0;
    width: 20rem;
    height: 20rem;
    cursor: pointer;
    background-image: url("../img/close.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cats .all_posts .cat .cat_list .list_wrap {
    padding: 11rem 0;
    gap: 11rem;
    border: none;
  }
  .cats .all_posts .cat .cat_list .list_wrap .item {
    padding-bottom: 11rem;
  }
  .cats .all_posts .cat .cat_list .list_wrap .item .item_title {
    font-size: 12rem;
  }
  .cats .all_posts .cat .cat_list .list_wrap .item .item_link {
    font-size: 10rem;
  }
  .cats .all_posts .cat .cat_list .list_wrap .item .item_link::before {
    content: "";
    width: 16rem;
    height: 16rem;
    margin-right: 4rem;
    background-image: url("../img/arr_r.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cats .all_posts .cat .cat_list .list_wrap .item:hover .item_title {
    font-weight: 700;
  }
  .cats .all_posts .cat .cat_list .list_wrap .item:hover .item_link {
    opacity: 1;
  }
  .cats .all_posts .cat .show {
    display: flex;
  }
  .cats .all_posts .cat .hide {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */