@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../assets/fonts/HelveticaNeueCyr-Light.woff2") format("woff2"), url("../assets/fonts/HelveticaNeueCyr-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../assets/fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("../assets/fonts/HelveticaNeueCyr-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../assets/fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"), url("../assets/fonts/HelveticaNeueCyr-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../assets/fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../assets/fonts/HelveticaNeueCyr-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icons";
  src: url("../assets/fonts/icomoon.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
* {
  transition: 200ms linear;
}

body {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: black;
  line-height: 1.3;
}

section {
  padding: 0 130px 180px;
}

img {
  height: auto;
}

svg {
  display: block;
}

.hero {
  padding-top: 165px;
}

.title {
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  line-height: 1;
  margin-bottom: 70px;
}
.title-element {
  position: relative;
  font-weight: 300;
}
.title-element:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #DD371F;
  top: -5px;
  right: -15px;
}
.title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 1.5px;
  background-color: black;
}

.hero-title {
  font-size: 70px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
}
.hero-title-hihghlight {
  font-weight: 300;
}

.error-title {
  font-size: 295px;
  font-weight: 500;
  color: #DD371F;
  text-align: center;
  line-height: 1;
}
.error-title-sub {
  font-size: 70px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}
.error-box {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
}
.error-text {
  font-size: 22px;
  text-align: center;
  line-height: 1.6;
}
.error-text2 {
  font-weight: 300;
}

.privacy-content {
  max-width: 1080px;
  margin: auto;
}
.privacy-content-title {
  text-align: center;
  font-size: 70px;
  margin-bottom: 120px;
  font-weight: 500;
}
.privacy-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
}
.privacy-content a {
  color: #DD371F;
}
.privacy-content h2,
.privacy-content h3,
.privacy-content h4,
.privacy-content h5,
.privacy-content h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin: 55px 0 20px;
}
.privacy-content ul {
  list-style: square;
  padding-left: 20px;
}
.privacy-content ul li {
  margin-bottom: 15px;
}
.privacy-content ul li::marker {
  color: #DD371F;
}

blockquote {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-top: 40px;
  max-width: 500px;
  text-align: center;
  margin: 40px auto 0;
}
blockquote::after {
  content: "”";
  color: #DD371F;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1650px) {
  section {
    padding: 0 65px 130px;
  }
}
@media (max-width: 767px) {
  section {
    padding: 0 65px 90px;
  }
  .title {
    font-size: 22px;
    margin-bottom: 50px;
  }
  .title:after {
    height: 1px;
    bottom: 3px;
  }
  .error-title {
    font-size: 201px;
  }
  .error-title-sub {
    font-size: 40px;
  }
  .error-box {
    gap: 50px;
  }
  .error-text {
    font-size: 16px;
  }
  .privacy-content-title {
    font-size: 40px;
    margin-bottom: 70px;
  }
  blockquote {
    margin: 30px auto 0;
    font-size: 20px;
  }
  blockquote::after {
    font-size: 60px;
    position: absolute;
    top: 0;
  }
}
@media (max-width: 560px) {
  .hero-title {
    font-size: 40px;
  }
  section {
    padding: 0 25px 70px;
  }
}
@media (max-width: 400px) {
  .title {
    font-size: 20px;
  }
  .title-element:after {
    height: 7px;
    width: 7px;
    top: -5px;
    right: -10px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 0 130px;
  z-index: 1;
  background-color: #FFF;
}
.header.hidden {
  transform: translateY(-100%);
}
.header_sub-menu {
  width: 100%;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: 600ms ease;
  background-color: #FFF;
}
.header_sub-menu.active {
  height: 270px;
  padding: 40px 0 0;
}
.header_sub-menu-list {
  max-width: 720px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  gap: 40px;
}
.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DD371F;
  top: 0;
  left: 0;
  padding: 22px 0;
}
.header_container-lining {
  position: absolute;
  left: 0;
  top: 96px;
  height: 0;
  background-color: #FFF;
  width: 100%;
  transition: 600ms ease;
  z-index: -1;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.header_container-lining.active {
  height: 270px;
}
.header_container-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 720px;
  width: 100%;
}
.header_container-nav-box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_container-nav .menu-item {
  display: inline-block;
}
.header_container-nav .menu-item .icon-minus {
  display: none;
}
.header_container-nav .menu-item.active {
  color: #DD371F;
}
.header_container-nav .menu-item.active:hover {
  color: #FFF;
}
.header_container-nav .menu-item.active .icon-plus {
  transform: rotate(45deg);
}
.header_container-nav .icon-plus {
  font-size: 12px;
}
.header_container-nav-link:hover {
  color: #DD371F;
}
.header_container-lang {
  display: flex;
  align-items: center;
  gap: 13px;
}
.header_container-lang-list-lang, .header_container-lang-list-country {
  flex-direction: column;
  position: absolute;
  top: 41px;
  right: 0;
  background-color: #FFF;
  width: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 0;
  overflow: hidden;
  transition: 600ms ease;
}
.header_container-lang-list-lang.active {
  max-height: 150px;
  outline: 1px solid rgba(0, 0, 0, 0.1490196078);
}
.header_container-lang-list-country.active {
  max-height: 150px;
  outline: 1px solid rgba(0, 0, 0, 0.1490196078);
}
.header_container-lang-ln, .header_container-lang-count {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #FFF;
  position: relative;
}
.header_container-lang-ln {
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
}
.header_container-lang-ln-el-country, .header_container-lang-ln-el-lang {
  width: 67px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header_container-lang-item-lang, .header_container-lang-item-country {
  padding: 12px 24px;
  cursor: pointer;
}
.header_container-lang-item-lang:hover, .header_container-lang-item-country:hover {
  background-color: black;
  color: #FFF;
}
.header_container-lang-ln-el-lang:hover {
  background-color: black;
  color: #FFF;
}
.header_container-lang-ln-el-lang.active {
  background-color: black;
  color: #FFF;
}
.header_container-lang .icon-country {
  color: rgba(0, 0, 0, 0.1490196078);
}
.header_container-lang .icon-country:hover {
  color: black;
}
.header_container-lang .icon-country.active {
  color: black;
}
@media (min-width: 1250px) {
  .header_container-nav-lang {
    display: contents;
  }
}
@media (max-width: 1650px) {
  .header {
    padding: 0 75px;
  }
}
@media (max-width: 1250px) {
  .header_container-nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 55px;
    overflow-y: scroll;
  }
  .header_container-nav-item:not(:last-child) {
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1490196078);
    width: 100%;
  }
  .header_container-nav > li:nth-child(5) {
    order: 6;
    border-top: 1px solid rgba(0, 0, 0, 0.1490196078);
  }
  .header_container-nav > li:nth-child(6) {
    order: 5;
  }
  .header_container-nav-lang {
    height: 100vh;
    z-index: 1;
    background-color: #FFF;
    position: absolute;
    top: 96px;
    right: -100%;
    width: 100%;
    padding: 80px 75px 260px;
    overflow-y: scroll;
  }
  .header_container-nav-lang.active {
    right: 0;
  }
  .header_container-nav .menu-item {
    border: none;
  }
  .header_container-nav .menu-item::before {
    content: "";
    background: #FFF;
  }
  .header_container-nav .menu-item:hover {
    color: #DD371F;
  }
  .header_container-nav .menu-item.active .icon-plus {
    display: none;
  }
  .header_container-nav .menu-item.active .icon-minus {
    display: inline-block;
  }
  .header_container-nav .menu-item.active:hover {
    color: #DD371F;
  }
  .header_container-lang {
    flex-direction: row-reverse;
    margin-right: auto;
    justify-content: flex-end;
  }
  .header_container-lining.active {
    height: 0;
  }
  .header_sub-menu {
    transition: 600ms ease;
    position: static;
    padding: 0;
    max-height: 0;
    width: auto;
    transform: none;
    height: auto;
  }
  .header_sub-menu-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .header_sub-menu-list-item {
    padding: 20px 0;
  }
  .header_sub-menu.active {
    padding: 0;
    max-height: 580px;
    height: auto;
  }
}
@media (max-width: 560px) {
  .header {
    padding: 0 25px;
  }
  .header_container-nav-lang {
    top: 85px;
    padding: 55px 25px 260px;
  }
}

.footer {
  padding: 70px 130px;
  background-color: #2A282F;
  color: #FFF;
}
.footer_subscribe {
  margin-top: 10px;
}
.footer_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.5019607843);
  padding-bottom: 35px;
}
.footer_header-box {
  display: flex;
  gap: 25px;
}
.footer_content {
  display: grid;
  grid-template-columns: auto minmax(0, 940px) 1fr;
  grid-template-rows: auto 1fr;
  gap: 40px 0;
  padding: 50px 0;
}
.footer_content-menu {
  padding-right: 70px;
  width: -moz-max-content;
  width: max-content;
}
.footer_content-menu-item:not(:last-child) {
  margin-bottom: 40px;
}
.footer_content-menu-item:hover {
  color: #DD371F;
}
.footer_content-industers {
  grid-column: 2;
  grid-row: 1/-1;
  padding: 0 70px 130px;
  border-left: 1.5px solid rgba(255, 255, 255, 0.5019607843);
  border-right: 1.5px solid rgba(255, 255, 255, 0.5019607843);
}
.footer_content-industers-title {
  color: #DD371F;
  margin-bottom: 44px;
  text-transform: uppercase;
}
.footer_content-industers-title .icon-minus {
  display: none;
}
@media (min-width: 1250px) {
  .footer_content-industers-title .icon-plus {
    display: none;
  }
}
.footer_content-industers-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: space-between;
  gap: 40px 20px;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  transition: max-height 600ms ease;
}
.footer_content-industers-item:hover {
  color: #DD371F;
}
.footer_content-form {
  grid-column: 3;
  grid-row: 1/-1;
  padding-left: 70px;
}
.footer_content-form-title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer_content-form-input {
  display: block;
  border: 1px solid #DD371F;
  padding: 16px 18px;
  color: #FFF;
  font-size: 13px;
  width: 100%;
  background-color: transparent;
  margin-bottom: 10px;
}
.footer_content-form-input:focus {
  border: 1px solid #FFF;
}
.footer_content-form-input:focus::-moz-placeholder {
  color: #FFF;
}
.footer_content-form-input:focus::placeholder {
  color: #FFF;
}
.footer_content-form form {
  margin-bottom: 60px;
}
.footer_content-form-sub-title {
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 6px;
}
.footer_content-form-text {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 24px;
}
.footer_content-contact-link {
  color: #DD371F;
}
.footer_content-contact-link:hover {
  color: #FFF;
}
.footer_text {
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.5019607843);
  border-top: 1.5px solid rgba(255, 255, 255, 0.5019607843);
  padding: 50px 0;
}
.footer_text-par {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  max-width: 840px;
  line-height: 1.5;
}
.footer_text-par:first-child {
  margin-bottom: 23px;
}
.footer_footer {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_footer-link {
  font-size: 16px;
  color: #5E5C61;
}
.footer_footer-link:hover {
  color: #FFF;
}
.footer_success {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  display: none;
}
.footer_success.active {
  display: block;
}
@media (max-width: 1650px) {
  .footer {
    padding: 90px 75px;
  }
  .footer_content {
    grid-template-columns: auto minmax(0, 840px) minmax(0, 350px);
    padding: 30px 0;
  }
  .footer_content-menu {
    padding-right: 35px;
  }
  .footer_content-industers {
    padding: 0 35px 65px;
  }
  .footer_content-form {
    padding-left: 35px;
  }
  .footer_content-form form {
    margin-bottom: 30px;
  }
  .footer_content-form-sub-title {
    font-size: 21px;
  }
  .footer_text {
    padding: 30px 0;
  }
}
@media (max-width: 1350px) {
  .footer {
    padding: 90px 75px;
  }
  .footer_content {
    grid-template-columns: auto minmax(0, 840px) 1fr;
  }
}
@media (max-width: 1250px) {
  .footer_content {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
    gap: 0;
  }
  .footer_content-menu {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
  }
  .footer_content-contact {
    grid-column: 1;
    grid-row: 3;
    padding-bottom: 50px;
    border-bottom: 1px solid #FFF;
  }
  .footer_content-industers {
    grid-column: 1;
    grid-row: 2;
    padding: 0;
    margin-top: 40px;
    border: none;
  }
  .footer_content-industers-title {
    color: inherit;
    text-transform: none;
    font-size: inherit;
    margin-bottom: 40px;
  }
  .footer_content-industers-title .icon-plus {
    font-size: 13px;
    margin-left: 5px;
  }
  .footer_content-industers-title.active {
    color: #DD371F;
  }
  .footer_content-industers-title.active .icon-plus {
    display: none;
  }
  .footer_content-industers-title.active .icon-minus {
    display: inline-block;
    color: #DD371F;
    font-weight: 700;
    margin-left: 5px;
  }
  .footer_content-industers-list {
    display: block;
    max-height: 0;
    overflow: hidden;
  }
  .footer_content-industers-list.active {
    max-height: 1000px;
  }
  .footer_content-industers-item {
    margin-bottom: 40px;
  }
  .footer_content-form {
    padding: 50px 0 0;
    grid-column: 1;
    grid-row: 4;
    max-width: 450px;
  }
  .footer_content-form-title {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .footer {
    padding: 70px 25px;
  }
}

.split-section {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 30px;
}
@media (min-width: 767px) and (max-width: 1250px) {
  .split-section-column1 .split-section_article:last-child {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.1490196078);
  }
}
.split-section-support-line {
  width: 0.5px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1490196078);
}
@media (max-width: 1250px) {
  .split-section-support-line {
    display: none;
  }
}
.split-section_article:hover .article-title {
  color: #DD371F;
}
.split-section_article-three {
  display: flex;
  gap: 30px;
}
.split-section_article-three-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.split-section_article:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1490196078);
}
.split-section_article {
  display: flex;
  gap: 30px;
}
.split-section_article-box {
  height: 220px;
  max-width: 210px;
  flex-shrink: 0;
}
.split-section_article-box-three {
  height: 265px;
  width: 210px;
  flex-shrink: 0;
}
.split-section_article-box-scroll {
  height: 107px;
  width: 100px;
  flex-shrink: 0;
}
.split-section_article-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 5px;
}
.split-section_article-title {
  font-size: 24px;
  font-weight: 700;
}
.split-section_article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.split-section_article-annotation-title {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.split-section_article-annotation-title-highlight {
  font-weight: 300;
}
.split-section_article-annotation-text {
  margin-bottom: 40px;
}
.split-section_article-three:hover .article-title {
  color: #DD371F;
}
@media (max-width: 1650px) {
  .split-section_article {
    gap: 20px;
  }
  .split-section_article-box-three {
    width: 100%;
    max-width: 190px;
  }
  .split-section_article-annotation-title {
    font-size: 25px;
  }
  .split-section_article-title {
    font-size: 20px;
    font-weight: 700;
  }
}
@media (min-width: 1250px) and (max-width: 1400px) {
  .split-section_article-box {
    width: 170px;
  }
}
@media (max-width: 1250px) {
  .split-section {
    grid-template-columns: auto minmax(0, 400px);
    grid-template-rows: auto auto;
    gap: 0 30px;
  }
  .split-section-three {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  .split-section-column2 {
    grid-column: 1;
    grid-row: 2/-1;
    padding: 0;
    border: none;
  }
  .split-section-column2-another {
    grid-column: 2;
    grid-row: 3;
  }
  .split-section_article-annotation-title {
    font-size: 20px;
  }
  .split-section_article-three:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.1490196078);
  }
}
@media (max-width: 767px) {
  .split-section {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
  }
  .split-section-column2 {
    grid-row: 3;
    grid-column: 1;
  }
  .split-section-column1 {
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.1490196078);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .split-section_article {
    gap: 20px;
  }
  .split-section_article-annotation {
    padding-bottom: 30px;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.1490196078);
    margin-bottom: 30px;
  }
  .split-section_article-annotation-another {
    grid-row: 2;
  }
  .split-section_article-annotation-title {
    margin-bottom: 30px;
  }
  .split-section_article-box {
    height: 150px;
    width: 143px;
  }
  .split-section_article-title {
    font-size: 20px;
    line-height: 1.1;
  }
  .split-section_article-box-three {
    width: 130px;
    height: 212px;
  }
}
@media (max-width: 560px) {
  .split-section_article {
    gap: 10px;
  }
  .split-section_article-three {
    gap: 10px;
  }
  .split-section_article-box {
    width: 130px;
  }
  .split-section_article-title {
    font-size: 18px;
  }
}

.duble-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.duble-section-box-img {
  max-height: 472px;
}
.duble-section-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  max-width: 644px;
}
.duble-section-content-title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.duble-section-content-box {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1250px) {
  .duble-section-content-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .duble-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .duble-section-content-box {
    display: block;
  }
  .duble-section-content-box .article-highlight {
    margin-bottom: 17px;
  }
  .duble-section-content-box .article-date {
    margin-right: 40px;
  }
}

i {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  line-height: 1;
  font-size: inherit;
  transition: 200ms linear;
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-heart:before {
  content: "\e902";
}

.icon-heart-fill:before {
  content: "\e903";
}

.icon-arrow:before {
  content: "\e900";
}

.icon-linkedin:before {
  content: "\eaca";
}

.icon-link:before {
  content: "\e9cb";
}

.icon-country:before {
  content: "\e901";
}

.icon-plus:before {
  content: "\e905";
}

.icon-minus {
  font-size: 2px;
  vertical-align: middle;
}
.icon-minus:before {
  content: "\e907";
}

.icon-left:before {
  content: "\e904";
}

.icon-right:before {
  content: "\e906";
}

.logo {
  max-width: 225px;
}

.burger {
  display: none;
}
.burger span {
  position: absolute;
  left: 50%;
  width: 31px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  transform: translateX(-50%);
  transition: 600ms ease;
}
.burger span:first-child {
  top: 14px;
}
.burger span:last-child {
  top: 22px;
}
.burger.active span:first-child {
  top: 18px;
  transform: translateX(-50%) rotate(45deg);
}
.burger.active span:last-child {
  top: 18px;
  transform: translateX(-50%) rotate(-45deg);
}

.menu-item {
  position: relative;
  display: inline-block;
  transition: color 600ms ease;
  padding: 5px 14px;
  cursor: pointer;
  transition: 500ms linear;
}
@media (min-width: 767px) {
  .menu-item.current {
    color: white;
    background: #DD371F;
  }
}
.menu-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #DD371F;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 600ms ease;
  z-index: -1;
}
.menu-item:hover {
  color: #FFF;
}
.menu-item:hover:before {
  transform: scaleX(1);
}

.social-link,
.social-link-article {
  color: #FFF;
  background-color: #DD371F;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.share-btn {
  position: relative;
}

.share-btn::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 5px 8px;
  font-size: 12px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}

.share-btn.show-tooltip::after {
  opacity: 1;
}

.social-link:hover {
  background-color: #FFF;
  color: #DD371F;
}

.social-link-article:hover {
  background-color: transparent;
  color: #DD371F;
  border: 1px solid #DD371F;
}

.button {
  background-color: #DD371F;
  color: #FFF;
  padding: 7px 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 2px solid #DD371F;
  display: inline-flex;
}
.button:hover {
  background-color: transparent;
  color: #DD371F;
  gap: 15px;
}

.box-img {
  overflow: hidden;
  position: relative;
}
.box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.article-highlight {
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #DD371F;
  border: 1px solid #DD371F;
  font-size: 14px;
  font-weight: 400;
  width: -moz-max-content;
  width: max-content;
}
.article-date {
  border-left: 2px solid rgba(0, 0, 0, 0.6);
  padding-left: 5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}
.article-time {
  color: rgba(0, 0, 0, 0.3019607843);
  font-size: 14px;
}
.article-text {
  font-size: 16px;
  font-weight: 400;
}

@keyframes likeScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.text-shadows {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.colored {
  color: #DD371F;
}

.crumbs {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 14px;
  font-weight: 400;
  margin: 145px 0 50px;
  display: flex;
}
.crumbs > * {
  flex-shrink: 0;
}
.crumbs > *:not(:last-child) {
  margin-right: 15px;
}
.crumbs-title {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.crumbs a:hover {
  color: rgba(20, 19, 23, 0.8039215686);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2666666667);
  height: 100vh;
  width: 100%;
  z-index: 2;
  display: none;
}
.overlay.active {
  display: block;
}

.lang-fade {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cookie-popup {
  background-color: white;
  position: fixed;
  bottom: 70px;
  right: 160px;
  padding: 40px 30px 30px;
  max-width: 460px;
}
.cookie-title {
  margin-bottom: 10px;
  color: #DD371F;
  font-weight: 500;
}
.cookie-text {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 15px;
}
.cookie-link {
  text-decoration: underline;
  font-size: 13px;
  font-weight: 400;
}
.cookie-box {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}
.cookie-box button {
  flex: 1;
  padding: 10px 0;
}
.cookie-button {
  color: #DD371F;
  border: 2px solid #DD371F;
}

.popup-close {
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 30px;
}

.popup-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 1px;
  background: #DD371F;
  border-radius: 2px;
}

.popup-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.helpers-line {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1490196078);
}

.link-email {
  color: #DD371F;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .link-email:active {
    color: rgba(255, 255, 255, 0.5019607843);
  }
}
@media (min-width: 768px) and (hover: hover) {
  .link-email:hover {
    color: rgba(255, 255, 255, 0.5019607843);
  }
}

@media (max-width: 1250px) {
  .burger {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
  }
  .article-highlight {
    font-size: 12px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .slick-track {
    display: flex !important;
    align-items: center;
  }
  .crumbs {
    margin: 95px 0 40px;
  }
  .menu-item:hover:hover {
    color: #DD371F;
  }
  .menu-item:hover::before {
    display: none;
  }
  .cookie-popup {
    right: 50%;
    transform: translateX(50%);
    width: 90%;
  }
  .cookie-box {
    flex-direction: column;
  }
  .cookie-box button {
    max-width: 170px;
  }
}
@media (max-width: 560px) {
  .logo {
    max-width: 175px;
  }
  .crumbs {
    font-size: 12px;
  }
  .crumbs-category {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .article-date, .article-time {
    font-size: 12px;
  }
}
.home_hero-list {
  max-width: 600px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 30px;
}
.home_hero-item {
  padding: 0;
  text-align: center;
  align-self: center;
  justify-self: center;
  width: -moz-max-content;
  width: max-content;
}
.home_hero-item:nth-child(1) {
  grid-column: 3/5;
}
.home_hero-item:nth-child(2) {
  grid-column: 5/7;
}
.home {
  /* 2 ряд - 4 елементи */
}
.home_hero-item:nth-child(3) {
  grid-column: 1/3;
}
.home_hero-item:nth-child(4) {
  grid-column: 3/5;
}
.home_hero-item:nth-child(5) {
  grid-column: 5/7;
}
.home_hero-item:nth-child(6) {
  grid-column: 7/9;
}
.home {
  /* 3 ряд - 3 елементи */
}
.home_hero-item:nth-child(7) {
  grid-column: 2/4;
}
.home_hero-item:nth-child(8) {
  grid-column: 4/6;
}
.home_hero-item:nth-child(9) {
  grid-column: 6/8;
}
.home_hero-btn {
  display: none;
}
@media (max-width: 767px) {
  .home_hero-list .menu-item {
    text-align: center;
    font-size: 14px;
    padding: 0 3px;
    align-self: center;
  }
  .home_hero-box-list {
    position: relative;
  }
  .home_hero-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
  }
  .home_hero-btn-prev {
    background-image: linear-gradient(to right, #FFF 50%, rgba(255, 255, 255, 0));
    left: -3px;
    justify-content: flex-start;
  }
  .home_hero-btn-next {
    background-image: linear-gradient(to left, #FFF 50%, rgba(255, 255, 255, 0));
    right: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 450px) {
  .home_hero-list .menu-item {
    font-size: 10px;
  }
}

.about_hero {
  padding: 0 275px 130px;
}
.about_hero-box {
  background-color: #2A282F;
  padding: 80px 205px;
  color: #FFF;
}
.about_hero-title {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.about_hero-highlight {
  font-weight: 700;
}
.about_hero-sub-title {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 45px;
}
.about_hero-text {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 45px;
  max-width: 650px;
}
.about_hero-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.about_hero-social-box {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  color: rgba(255, 255, 255, 0.8);
}
.about_hero-social-box-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.about_hero-social {
  margin-bottom: 70px;
}
.about_hero-box-footer {
  display: grid;
  grid-template-columns: auto auto;
}
.about_hero-box-footer-left {
  padding-right: 130px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.3);
}
.about_hero-box-footer-left-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 12px;
}
.about_hero-box-footer-left-title-sub {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 34px;
}
.about_hero-box-footer-left-text {
  margin-bottom: 25px;
  font-weight: 300;
}
.about_hero-box-footer-right {
  padding-left: 130px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.about_hero-box-footer-right-box {
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.about_hero-box-footer-right-box-link {
  margin-bottom: 6px;
}
@media (max-width: 1650px) {
  .about_hero {
    padding: 0 130px 130px;
  }
  .about_hero-box {
    padding: 60px 150px;
  }
}
@media (max-width: 1250px) {
  .about_hero-box-footer {
    grid-template-columns: 1fr;
  }
  .about_hero-box-footer-left {
    border-right: none;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.3);
    padding: 0 0 47px;
    text-align: center;
  }
  .about_hero-box-footer-right {
    padding: 47px 0 0;
    justify-content: center;
    text-align: center;
    gap: 36px;
  }
}
@media (max-width: 767px) {
  .about_hero {
    padding: 0 75px 190px;
  }
  .about_hero-box {
    padding: 60px 25px;
  }
  .about_hero-title {
    font-size: 22px;
  }
  .about_hero-sub-title {
    font-size: 20px;
  }
  .about_hero-social {
    flex-direction: column;
    justify-content: center;
  }
  .about_hero-box-footer-left-title {
    font-size: 22px;
  }
  .about_hero-box-footer-left-title-sub {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .about_hero {
    padding: 0 25px 90px;
  }
}

.article_hero {
  padding-bottom: 180px;
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 60px;
}
.article_hero-title {
  font-size: 36px;
  margin-bottom: 20px;
}
.article_hero-title-sub {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 45px;
}
.article_hero-box {
  margin: auto;
  grid-column: 2;
  max-width: 790px;
}
.article_hero-box-content {
  border-top: 1.5px solid rgba(0, 0, 0, 0.1490196078);
  padding-top: 50px;
}
.article_hero-box-content h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 35px;
}
.article_hero-box-content p {
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: 400;
  line-height: 1.6;
}
.article_hero-box-content img {
  margin: 35px auto 75px;
}
.article_hero-box-content .wp-block-quote p {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 75px;
}
.article_hero-box-content h3,
.article_hero-box-content h4,
.article_hero-box-content h5,
.article_hero-box-content h6 {
  font-weight: 700px;
  font-size: 22px;
  margin: 75px 0 25px;
}
.article_hero-box-content ul {
  list-style: square;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 400;
  margin: 25px 0 45px;
}
.article_hero-box-content ul li {
  line-height: 1.6;
}
.article_hero-box-content ul li::marker {
  color: #DD371F;
  font-size: 26px;
}
.article_hero-box-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.article_hero-box-content iframe {
  width: 100%;
  height: 370px;
}
.article_hero-box-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 45px;
}
.article_hero-box-content .colored {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid black;
  line-height: 1;
}
.article_hero-box-content .article-date {
  border-left: none;
  border-right: 1.5px solid rgba(0, 0, 0, 0.1490196078);
  margin-right: 15px;
  padding-right: 15px;
  color: rgba(0, 0, 0, 0.6);
}
.article_hero-box-content .article-time {
  color: rgba(0, 0, 0, 0.6);
}
.article_hero-box-content-footer {
  border-top: 1.5px solid rgba(0, 0, 0, 0.1490196078);
  margin-top: 33px;
  padding-top: 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article_hero-box-content-footer-general-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
.article_hero-box-content-footer-box1 {
  display: flex;
  align-items: center;
  gap: 7px;
}
.article_hero-box-content-footer-box2 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.article_hero-box-content-footer-box2-sub {
  display: flex;
  align-items: center;
  gap: 20px;
}
.article_hero-box-content-footer .like-count {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5019607843);
}
.article_hero-box-content-footer .like-link {
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  width: 49px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #DD371F;
  cursor: pointer;
}
.article_hero-box-content-footer .like-link:hover {
  border: 1px solid #DD371F;
}
.article_hero-box-content-footer .like-link .icon-heart-fill {
  display: none;
  animation: likeScale 0.3s ease;
}
.article_hero-box-content-footer .like-link .icon-heart-fill.active {
  display: block;
}
.article_hero-box-content-footer .like-link .icon-heart.active {
  display: none;
}
.article_hero-box-content-footer .like-link .icon-heart {
  animation: likeScale 0.3s ease;
}
.article_hero-box-article {
  position: sticky;
  top: 0;
  padding-top: 160px;
  grid-column: 3;
  height: 100vh;
}
.article_hero-box-article-link {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.article_hero-box-article-link:hover .article_hero-box-article-title {
  color: #DD371F;
}
.article_hero-box-article-link:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1490196078);
}
.article_hero-box-article-title {
  font-size: 16px;
}
.article_hero-box-img {
  margin-bottom: 75px;
}
.article_hero-box-paragraph {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.article_hero-block {
  margin-bottom: 75px;
}
.article_hero-block-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}
.article_hero-block-list {
  list-style: square;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 400;
}
.article_hero-block-list li::marker {
  color: #DD371F;
}
.article_hero-block-list li:not(:last-child) {
  margin-bottom: 15px;
}
.article_hero .article-highlight {
  margin-bottom: 30px;
}
.article_hero-split-section-article {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1490196078);
}
.article_hero-read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 1650px) {
  .article_hero {
    gap: 30px;
  }
  .article_hero-box {
    max-width: 650px;
  }
}
@media (max-width: 1250px) {
  .article_hero {
    gap: 0;
  }
  .article_hero-box-article {
    display: none;
  }
  .article_hero-split-section-article {
    gap: 0;
  }
  .article_hero-split-section-article .split-section_article-three-with-border {
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.1490196078);
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .article_hero {
    display: block;
    padding-bottom: 60px;
  }
  .article_hero-box-img {
    height: 395px;
    width: auto;
  }
  .article_hero-box-content {
    padding-top: 40px;
  }
  .article_hero-box-content h2 {
    font-size: 20px;
  }
  .article_hero-box-content p {
    font-size: 18px;
  }
  .article_hero-box-content .wp-block-quote p {
    font-size: 20px;
    margin-bottom: 65px;
  }
  .article_hero-box-content h3,
  .article_hero-box-content h4,
  .article_hero-box-content h5,
  .article_hero-box-content h6 {
    margin: 65px 0 25px;
  }
  .article_hero-box-content ul {
    padding-left: 16px;
    font-size: 18px;
  }
  .article_hero-box-content ul li:not(:last-child) {
    margin-bottom: 0;
  }
  .article_hero-box-content iframe {
    height: 250px;
  }
  .article_hero-box-content-header {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .article_hero-box-content-footer {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .article_hero-box-content-footer-box1 {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .article_hero-box-content-footer-box2 {
    flex-direction: column-reverse;
    align-items: center;
    gap: 15px;
  }
  .article_hero-box-paragraph {
    font-size: 18px;
  }
  .article_hero-title {
    font-size: 24px;
  }
  .article_hero-title-sub {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .article_hero-block {
    margin-bottom: 65px;
  }
}

.category_duble-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-bottom: 120px;
}
.category_duble-section-box-img {
  height: 283px;
  width: 357px;
  flex-shrink: 0;
}
.category_duble-section-box-text {
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 36px;
}
.category_duble-section .split-section_article {
  border: none;
  margin: 0;
  padding: 0;
}
.category_duble-section-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.category_duble-section-right {
  padding-left: 40px;
  display: grid;
  gap: 20px;
  border-left: 1.5px solid rgba(0, 0, 0, 0.1490196078);
}
.category_duble-section-right .box-img {
  max-height: 415px;
}
.category_duble-section-right-title {
  font-size: 36px;
}
.category_duble-section-right-text {
  font-size: 16px;
  font-weight: 400;
}
.category_duble-section-right-date {
  display: flex;
  align-items: center;
  gap: 40px;
}
.category_news {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 120px 40px;
}
.category_news-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.category_news-link:hover .split-section_article-title {
  color: #DD371F;
}
.category_news-link .split-section_article-title {
  margin-top: 20px;
}
@media (min-width: 950px) {
  .category_news-link:nth-child(odd) {
    padding-right: 40px;
    border-right: 1.5px solid rgba(0, 0, 0, 0.1490196078);
  }
  .category_news-link:nth-child(-n+3), .category_news-link:nth-child(n+5):nth-child(-n+7) {
    padding-right: 40px;
    border-right: 1.5px solid rgba(0, 0, 0, 0.1490196078);
  }
}
.category_news-box-img {
  max-width: 400px;
  width: 100%;
  height: 309px;
}
.category_group {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 80px;
}
.category_group-content {
  text-align: center;
  max-width: 645px;
  align-self: center;
}
.category_group-content-title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.category_group-content-title b {
  position: relative;
}
.category_group-content-title b::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #DD371F;
  top: 0;
  left: -15px;
}
.category_group-content-text {
  font-size: 16px;
  font-weight: 400;
}
.category_group-box-img {
  width: 100%;
  max-height: 560px;
}
.category_six {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 80px;
}
.category_six-link {
  display: flex;
  gap: 30px;
}
.category_six-link:nth-child(-n+4) {
  padding-bottom: 40px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1490196078);
}
@media (min-width: 1250px) {
  .category_six-link:first-child {
    position: relative;
  }
  .category_six-link:first-child::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 647px;
    top: 0;
    right: -40px;
    background-color: rgba(0, 0, 0, 0.1490196078);
  }
}
.category_six-link:hover .split-section_article-title {
  color: #DD371F;
}
.category_six-box-img {
  width: 355px;
  height: 283px;
  flex-shrink: 0;
}
@media (max-width: 1650px) {
  .category_group-content {
    max-width: 500px;
  }
  .category_six-box-img {
    width: 325px;
    height: 250px;
    flex-shrink: 0;
  }
}
@media (max-width: 1250px) {
  .category_duble-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .category_duble-section-left {
    gap: 30px;
  }
  .category_duble-section-right {
    grid-row: 1;
    border-left: none;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.1490196078);
    padding-left: 0;
    padding-bottom: 30px;
  }
  .category_group {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .category_group-box-img, .category_group-content {
    max-width: 100%;
  }
  .category_six {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .category_six-link:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.1490196078);
  }
}
@media (max-width: 950px) {
  .category_news {
    grid-template-columns: 1fr 1fr;
    gap: 40px 0;
    flex-direction: column;
  }
  .category_news-link {
    position: relative;
  }
  .category_news-link:nth-child(odd) {
    padding-right: 20px;
    border-right: 1.5px solid rgba(0, 0, 0, 0.1490196078);
  }
  .category_news-link:nth-child(even) {
    padding-left: 20px;
  }
  .category_news-link:nth-child(2n):not(:last-child)::after {
    content: "";
    position: absolute;
    left: -100%;
    bottom: -20px;
    width: 200%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1490196078);
  }
}
@media (max-width: 767px) {
  .category_duble-section-box-img {
    width: 143px;
    height: 212px;
  }
  .category_duble-section-box-text {
    font-size: 14px;
    margin: 15px 0;
  }
  .category_duble-section-right-title {
    font-size: 24px;
  }
  .category_news-box-img {
    height: 152px;
  }
  .category_six-link {
    gap: 20px;
  }
  .category_six-box-img {
    width: 133px;
    height: 212px;
  }
  .category_group-content-title {
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  .category_news .article-date,
  .category_news .article-time {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */