@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #000000;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

input {
  padding: 0;
}

img {
  max-width: 100%;
}

.sidebar__button, .categories__link {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ls-section .ls-cards .ls-card .title span, .date, .title-inner__descr, .breadcrumbs__yoast > span > span::after, .breadcrumbs__yoast a, .breadcrumbs__yoast .breadcrumb_last, .breadcrumbs__link, .breadcrumbs__item::after, .articles__category, .sidebar__center-link, .sidebar__sub-link, .header__hover-link, .subscription-block .subscription-form .subscription-input-wrapper input[type=email], .subscription-block .subscription-form input:not([type=checkbox]), .subscription-block, body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.footer__link, .footer__description {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.footer__title {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.pagination .page-numbers, .pagination__link, .more-btn, .top-btn, h4, .h4, h3, .h3, .read-social__text {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.articles .articles__title, h1, .h1,
h2, .h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.sidebar__top-link, .search-block__type, .header__sub-link {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ls-section .section-title, .ls-banner-section .title, .subscription-block .title {
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.ls-section .ls-cards .ls-card .title, .ls-section .ls-cards .ls-card.blur:after {
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.ls-section .ls-cards .ls-card .title span, .date, .title-inner__descr, .breadcrumbs__yoast > span > span::after, .breadcrumbs__yoast a, .breadcrumbs__yoast .breadcrumb_last, .breadcrumbs__link, .breadcrumbs__item::after, .articles__category, .sidebar__center-link, .sidebar__sub-link, .header__hover-link, .subscription-block .subscription-form .subscription-input-wrapper input[type=email], .subscription-block .subscription-form input:not([type=checkbox]), .subscription-block, body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.subscription-block .subscription-form .subscription-input-wrapper input[type=submit] {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: normal;
}

body {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;
  background-color: #fff !important;
  letter-spacing: 0;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex-grow: 1;
}

.text-center {
  text-align: center;
}

.container {
  max-width: 1154px;
  margin: 0 auto;
  padding: 0 35px;
}

.title {
  display: inline-block;
}

.title-underline {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 17px;
  border-bottom: 4px solid #005640;
}
@media screen and (max-width: 991px) {
  .title-underline {
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 2px solid #005640;
  }
}

.slick-track {
  padding-bottom: 10px;
}

.read-social {
  max-width: 1084px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  background: #005640;
  padding: 19px;
  display: flex;
  justify-content: center;
  gap: 0 20px;
  align-items: center;
}
.read-social__text {
  color: rgb(255, 255, 255);
  font-size: 25px;
  line-height: 30px;
}
.read-social__items {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}

/**
 * Блок соціальних посилань
 */
.read-social-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 19px;
  box-shadow: 0px 0px 15.81px 0px rgba(0, 0, 0, 0.1490196078);
  margin-top: 35px;
}
@media (max-width: 1200px) {
  .read-social-2 {
    flex-direction: column;
    gap: 8px;
    margin-left: -35px;
    margin-right: -35px;
    padding: 15px 10px;
  }
}
.read-social-2 .title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1200px) {
  .read-social-2 .title {
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
  }
}
.read-social-2 .social-items {
  display: flex;
  gap: 20px;
}
@media (max-width: 1200px) {
  .read-social-2 .social-items {
    gap: 13px;
  }
}
.read-social-2 .social-items .item .sociak-link {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
@media (max-width: 1200px) {
  .read-social-2 .social-items .item .sociak-link {
    width: 26px;
    height: 26px;
  }
}
.read-social-2 .social-items .item .sociak-link img {
  display: inline-block;
  width: 100%;
}
.read-social-2 .social-items .item .sociak-link img.linkedin {
  width: 64%;
}
.read-social-2 .social-items .item .sociak-link img.instagram {
  width: 63%;
}
.read-social-2 .social-items .item:hover .sociak-link, .read-social-2 .social-items .item:focus .sociak-link {
  transform: scale(1.2);
}

/** 
 * Блок підписки в контенті
 */
.subscription-block {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 45px 110px 30px 265px;
  border-radius: 20px;
  background-color: #232323;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 55px;
  margin-left: 100px;
  min-height: 272px;
}
@media (max-width: 991px) {
  .subscription-block {
    padding: 58px 29px 183px 34px;
    margin-left: 0;
    margin-top: 35px;
    margin-bottom: 120px;
    min-height: 465px;
  }
}
@media (max-width: 480px) {
  .subscription-block {
    padding-bottom: 44vw;
  }
}
.subscription-block:before {
  content: "";
  position: absolute;
  width: 370px;
  height: 350px;
  top: -36px;
  left: -110px;
  background-image: url(../img/subscribe-bg2.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .subscription-block:before {
    top: auto;
    bottom: -105px;
    left: 50%;
    transform: translateX(-47%);
    width: 90%;
    max-width: 290px;
    height: auto;
    aspect-ratio: 290/280;
  }
}
.subscription-block .title {
  font-size: 40px;
  position: relative;
  z-index: 2;
}
.subscription-block .title.ce:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 226px;
  height: 126px;
  top: -68px;
  left: -91px;
  background: url(../img/ce.webp) no-repeat center center;
  background-size: contain;
}
@media (max-width: 991px) {
  .subscription-block .title.ce:before {
    width: 106px;
    height: 59px;
    top: -46px;
    left: -33px;
  }
}
@media (max-width: 991px) {
  .subscription-block .title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 12px;
  }
}
.subscription-block .title.active {
  display: block;
}
.subscription-block .description {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .subscription-block .description {
    font-size: 15px;
  }
}
.subscription-block .subscription-form {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media (max-width: 991px) {
  .subscription-block .subscription-form {
    gap: 16px;
  }
}
.subscription-block .subscription-form input:not([type=checkbox]) {
  font-size: 20px;
  height: 40px;
  min-height: 40px;
  padding: 8px 27px;
}
@media (max-width: 991px) {
  .subscription-block .subscription-form input:not([type=checkbox]) {
    min-height: 33px;
    height: 33px;
  }
}
.subscription-block .subscription-form .subscription-input-wrapper {
  position: relative;
}
.subscription-block .subscription-form .subscription-input-wrapper input[type=email] {
  font-size: 20px;
  padding-right: 230px;
  width: 100%;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
  background-color: #d9d9d9;
}
@media (max-width: 991px) {
  .subscription-block .subscription-form .subscription-input-wrapper input[type=email] {
    font-size: 15px;
    padding: 2px 27px;
    text-align: center;
  }
}
.subscription-block .subscription-form .subscription-input-wrapper input[type=submit] {
  font-size: 20px;
  position: absolute;
  z-index: 10;
  right: -1px;
  top: 0;
  bottom: 0;
  min-width: 203px;
  background: #ff006e;
  color: #FFF;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .subscription-block .subscription-form .subscription-input-wrapper input[type=submit] {
    font-size: 15px;
    position: relative;
    width: 100%;
    min-width: 0;
    margin-top: 11px;
  }
}
.subscription-block .subscription-form .subscription-input-wrapper input[type=submit]:hover {
  background: #c70d5e;
}
.subscription-block .subscription-form .subscription-label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .subscription-block .subscription-form .subscription-label {
    font-size: 13px;
  }
}
.subscription-block .subscription-form .subscription-label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  border: none;
  border-radius: 50%;
  transform: translateY(-0.2em);
  display: inline-grid;
  place-content: center;
  margin-right: 10px;
  margin-top: 5px;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  background: #d2d2d2;
}
@media (max-width: 767px) {
  .subscription-block .subscription-form .subscription-label input[type=checkbox] {
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    margin-top: 3px;
  }
}
.subscription-block .subscription-form .subscription-label input[type=checkbox]::before {
  content: "";
  width: 7px;
  height: 7px;
  -webkit-clip-path: none;
          clip-path: none;
  transform: translate(0px, 0px);
  transform-origin: bottom left;
  transition: 120ms all ease-in-out;
  box-shadow: none;
  background-color: #ff006e;
  border-radius: 50%;
  opacity: 0;
}
.subscription-block .subscription-form .subscription-label input[type=checkbox]:checked::before {
  opacity: 1;
}

/** 
 * Блок підписки в футері
 */
.subscription-footer {
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .subscription-footer {
    margin-bottom: 0;
  }
}
.subscription-footer .subscription-form {
  display: flex;
  flex-direction: column;
  gap: 1px;
  font-family: "Montserrat", "Roboto", Helvetica, Arial, sans-serif;
}
@media (max-width: 1200px) {
  .subscription-footer .subscription-form {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .subscription-footer .subscription-form {
    width: 100%;
    font-size: 10px;
  }
}
.subscription-footer .subscription-form input:not([type=checkbox]) {
  height: 22px;
  min-height: 22px;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
}
.subscription-footer .subscription-form .subscription-input-wrapper {
  display: flex;
}
.subscription-footer .subscription-form .subscription-input-wrapper input[type=email] {
  font-family: "Montserrat", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 10px;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
  background-color: transparent;
  border-bottom: 0.26px solid #888;
  flex: 0 0 calc(100% - 75px);
}
.subscription-footer .subscription-form .subscription-input-wrapper input[type=submit] {
  font-family: "Montserrat", "Roboto", Helvetica, Arial, sans-serif;
  z-index: 10;
  right: 0;
  bottom: 0;
  background: transparent;
  color: #FFF;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  padding: 4px;
  font-weight: 200;
  border-bottom: 0.26px solid #888;
  flex: 0 0 75px;
}
.subscription-footer .subscription-form .subscription-input-wrapper input[type=submit]:hover {
  border-bottom: 0.26px solid #005640;
}
.subscription-footer .subscription-form .subscription-label {
  font-size: 7px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .subscription-footer .subscription-form .subscription-label {
    text-align: left;
  }
}
.subscription-footer .subscription-form .subscription-label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  border: none;
  border-radius: 50%;
  transform: translateY(-0.2em);
  display: inline-grid;
  place-content: center;
  margin-right: 6px;
  margin-top: 2px;
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  background: #d2d2d2;
}
@media (max-width: 767px) {
  .subscription-footer .subscription-form .subscription-label input[type=checkbox] {
    flex: 0 0 4px;
    width: 4px;
    height: 4px;
    margin-top: 3px;
  }
}
.subscription-footer .subscription-form .subscription-label input[type=checkbox]::before {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-clip-path: none;
          clip-path: none;
  transform: translate(0px, 0px);
  transform-origin: bottom left;
  transition: 120ms all ease-in-out;
  box-shadow: none;
  background-color: #005640;
  border-radius: 50%;
  opacity: 0;
}
.subscription-footer .subscription-form .subscription-label input[type=checkbox]:checked::before {
  opacity: 1;
}

/**
 * Оверлей
 */
#load_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  display: none;
  background-image: url(../img/icons/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1e1e1e;
}

h1, .h1,
h2, .h2 {
  font-size: 53px;
  line-height: 65px;
}

h3, .h3 {
  font-size: 25px;
  line-height: 30px;
}

h4, .h4 {
  color: #1e1e1e;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

h5, .h5 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

h6, .h6 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

a {
  text-decoration: none;
  transition: color 0.3s ease;
}

button {
  cursor: pointer;
}

@media (hover: hover) {
  .sidebar__top-link:hover, .sidebar__sub-link:hover {
    color: #005640;
  }
  .header__sub-link:hover, .header__hover-link:hover {
    cursor: pointer;
    color: #005640;
  }
  .header__sub-link:hover path, .header__hover-link:hover path {
    stroke: #005640;
  }
  .header__hover-link {
    color: #005640;
  }
  .top-btn:hover {
    background: #005640;
    color: #fff;
    border: 1px solid transparent;
  }
  .categories__link {
    transition: 0.3s;
  }
  .categories__link:hover {
    background: #005640;
    color: #fff;
  }
  .more-news__item:hover {
    transition: 0.3s;
    border-color: #005640;
  }
  .more-news__item:hover .more-news__title {
    transition: 0.3s;
    color: #005640;
  }
  .articles__item:hover {
    transition: 0.3s;
    background: #005640;
  }
  .articles__item:hover .articles__title {
    color: #fff;
  }
  .articles__item:hover .articles__body-date {
    color: #fff;
  }
  .articles__title:hover {
    text-decoration: underline;
    color: #fff;
  }
  .more-btn:hover {
    color: #005640;
  }
  .more-btn:hover path {
    fill: #005640;
  }
  .read__item-btn:hover {
    transition: 0.3s;
    background: #005640;
    color: #fff;
    border-color: #005640;
  }
  .footer a:hover {
    color: #fff;
  }
  .footer__item:hover path {
    transition: 0.3s;
    stroke: #005640;
  }
}
.top-btn {
  padding: 0 30px;
  border-radius: 18px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  color: rgb(0, 0, 0);
  transition: 0.3s;
  border: 1px solid #1e1e1e;
}

.categories {
  margin-top: 25px;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
  align-content: normal;
}
.categories__link {
  padding: 0 35px;
  height: 42px;
  border: 1px solid #d2d2d2;
  border-radius: 31px;
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #545454;
  line-height: 19px;
}
.categories__link--active {
  background: #005640;
  color: #fff;
}

.home .categories {
  justify-content: space-between;
}

.categories + .categories {
  margin-top: 15px;
}

.more-news__item {
  transition: 0.3s;
}

.more-btn {
  color: #1e1e1e;
  margin-top: 31px;
  padding-right: 44px;
  font-size: 17px;
  line-height: 21px;
  display: block;
  text-align: right;
  position: relative;
}
.more-btn svg:first-child {
  display: block;
}
.more-btn svg:last-child {
  display: none;
}
.more-btn path {
  transition: 0.3s;
}
.more-btn svg {
  position: absolute;
  right: 0;
  bottom: 1px;
}

.articles__item {
  transition: 0.3s;
}
.read__item-btn {
  transition: 0.3s;
}

.footer path {
  transition: 0.3s;
}

.burger-btn {
  position: relative;
  width: 40px;
  height: 22px;
}
.burger-btn::before, .burger-btn::after {
  content: "";
}
.burger-btn::before {
  top: 0;
}
.burger-btn::after {
  bottom: 0;
}
.burger-btn span {
  top: 50%;
  transform: translate(0, -50%);
}
.burger-btn::before,
.burger-btn span, .burger-btn::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}

.sidebar__buttons {
  padding: 30px 30px 25px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.sidebar__button {
  padding: 6px 15px 5px;
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  border: 0.85px solid #d2d2d2;
  border-radius: 16px;
  background: rgb(255, 255, 255);
}
.sidebar__btn-separator {
  display: none;
}

.social__link path {
  transition: 0.3s;
}

.social__link:hover path {
  transition: 0.3s;
  stroke: #005640;
}

.header {
  position: relative;
  padding-top: 37px;
  min-height: 178px;
  background-color: #1e1e1e;
  box-shadow: 0px 7px 15px 0px rgba(175, 175, 175, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10;
}
.header__top {
  padding: 0 37px;
  position: relative;
}
.header__nav {
  max-width: 1277px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 33px;
  position: relative;
}
.header .logo {
  margin: 0 auto;
  margin-top: -22px;
  transform: translateX(-3px);
}
.header .logo__img {
  display: block;
  height: 55px;
}
.header__sub {
  margin-top: 35px;
  position: relative;
}
.header__sub-items {
  margin: 0 auto;
  padding: 0 37px;
  max-width: 1147px;
  display: flex;
  justify-content: space-between;
}
.header__sub-item {
  position: relative;
}
.header__hover-items {
  overflow: hidden;
  visibility: hidden;
  top: 34px;
  position: absolute;
  padding: 10px 20px;
  background: #363636;
}
.header__sub-item:hover .header__hover-items {
  visibility: visible;
}
.header__hover-link {
  color: #ffffff;
  font-size: 18px;
  line-height: 110%;
  display: block;
}
.header__hover-item + .header__hover-item {
  margin-top: 8px;
}
.header__sub-link {
  padding: 5px 21px 41px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
}
.header__sub-link svg {
  margin-left: 10px;
}
.header__sub-link path {
  transition: all 0.3s;
}
.header__sub-item:nth-child(2) > span, .header__sub-item:nth-child(3) > span, .header__sub-item:nth-child(4) > span, .header__sub-item:nth-child(6) > span {
  padding-right: 48px;
}
.header__sub-item:nth-child(2) > span svg, .header__sub-item:nth-child(3) > span svg, .header__sub-item:nth-child(4) > span svg, .header__sub-item:nth-child(6) > span svg {
  position: absolute;
  right: 19px;
  top: 11px;
}

.search-block {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 20px 35px;
  z-index: 1;
  position: absolute;
  background: #363636;
  right: 0;
  bottom: 0;
  left: 0;
}
.search-block.active {
  opacity: 1;
  visibility: visible;
}
.search-block__form {
  margin: 0 auto;
  max-width: 1277px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 55px;
}
.search-block__type {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  display: block;
  box-sizing: border-box;
  background: transparent;
  border: none;
  color: rgba(243, 243, 243, 0.5019607843);
  font-size: 25px;
  line-height: 30px;
  outline: transparent;
}

.sidebar {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 4;
  transition: 0.3s;
}
.sidebar.active {
  opacity: 1;
  visibility: visible;
}
.sidebar.active .sidebar__inner {
  left: 0;
}
.sidebar .overlay {
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.5019607843);
  position: fixed;
  z-index: -1;
}
.sidebar__inner {
  min-width: 350px;
  min-height: 100%;
  background: #fff;
  left: -350px;
  transition: all 0.3s;
  position: fixed;
  overflow: auto;
}
.sidebar__top-list {
  padding: 22px 30px 15px;
}
.sidebar__sub-list {
  margin-bottom: 10px;
}
.sidebar__top-link, .sidebar__sub-link {
  color: #000;
}
.sidebar__top-link {
  color: #000000;
  font-size: 25px;
  line-height: 30px;
}
.sidebar__top-item + .sidebar__top-item, .sidebar__sub-item {
  margin-top: 15px;
}
.sidebar__sub-item + .sidebar__sub-item, .sidebar__center-item + .sidebar__center-item {
  margin-top: 10px;
}
.sidebar__sub-link {
  color: #000000;
  font-size: 22px;
  line-height: 26px;
}
.sidebar__header {
  width: 100%;
  height: 178px;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
  background: #1e1e1e;
}
.sidebar__close {
  position: absolute;
  top: 45px;
  left: 30px;
}
.sidebar__content {
  overflow: auto;
  height: calc(100vh - 178px);
}
.sidebar__separator {
  width: 100%;
  height: 2px;
  background: #005640;
}
.sidebar__center-list {
  padding: 25px 30px;
}
.sidebar__center-link {
  font-size: 20px;
  line-height: 28px;
}
.sidebar__bottom {
  padding: 21px 30px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.social {
  display: flex;
  gap: 27px;
}

.articles {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  justify-content: flex-start;
}
.articles__item {
  max-width: 336px;
  min-height: 324px;
  box-shadow: 0px 0px 15.81px 0px rgba(0, 0, 0, 0.1490196078);
  background: #ffffff;
  transition: 0.3s;
  flex: 1 1 33%;
}
.articles__img {
  padding: 20px 25px;
  min-height: 163px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
}
.articles__category {
  padding: 6px 15px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  border-radius: 30px;
  color: #545454;
  background: rgb(255, 255, 255);
  transition: 0.3s;
}
.articles__category:hover {
  color: #fff;
  background: #005640;
}
.articles__body {
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
}
.articles__title {
  transition: 0.3s;
}
.articles__body-date {
  text-align: right;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs__item::after {
  content: "  I  ";
  font-size: 16px;
  line-height: 19px;
  color: #545454;
  right: 0;
  bottom: 0;
  white-space: pre;
}
.breadcrumbs__item:last-child::after {
  display: none;
}
.breadcrumbs__link {
  font-size: 16px;
  line-height: 19px;
  color: #545454;
}
.breadcrumbs__yoast a, .breadcrumbs__yoast .breadcrumb_last {
  font-size: 16px;
  line-height: 19px;
  color: #545454;
}
.breadcrumbs__yoast > span > span::after {
  content: "  I  ";
  font-size: 16px;
  line-height: 19px;
  color: #545454;
  left: 0;
  right: 0;
  white-space: pre;
}
.breadcrumbs__yoast > span > span:last-child::after {
  display: none;
}

.pagination__inner {
  margin: 60px auto 0 auto;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.pagination__list {
  display: flex;
  gap: 10px;
  align-items: center;
}
.pagination__item {
  padding: 2px 5px;
}
.pagination__prew, .pagination__next {
  font-size: 0;
}
.pagination__prew-img, .pagination__next-img {
  vertical-align: middle;
}
.pagination__item--active {
  border-radius: 5px;
  background: rgb(0, 86, 64);
  color: #fff;
}
.pagination__link {
  color: rgb(30, 30, 30);
  font-size: 25px;
  line-height: 30px;
}
.pagination__link--active {
  color: rgb(255, 255, 255);
}
.pagination .page-numbers {
  color: rgb(30, 30, 30);
  font-size: 25px;
  line-height: 30px;
}
.pagination .page-numbers.current {
  border-radius: 5px;
  background: rgb(0, 86, 64);
  color: #fff;
  padding: 2px 5px;
}

.title-inner__separator {
  margin: 0 25px;
}
.title-inner__descr {
  display: inline-block;
  line-height: 140%;
  text-align: left;
  font-size: 20px;
}

.separator {
  width: 0;
  height: 42px;
  border: 1px solid #005640;
  display: inline-block;
}

.date {
  color: #404040;
  font-size: 15px;
  line-height: 18px;
  min-width: 120px;
  text-transform: lowercase;
}

.footer__info {
  padding: 65px 0 60px 0;
  background: #363636;
}
.footer__columns {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.footer__column:nth-child(1) {
  flex: 1 1 100%;
}
.footer__column:nth-child(2) {
  flex: 0 0 310px;
}
.footer__column:nth-child(3) {
  flex: 0 0 360px;
}
.footer__column:nth-child(4) {
  display: none;
}
.footer__title {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
}
.footer__title.title-social {
  margin-bottom: 10px;
}
.footer__description {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 22px;
}
.footer .menu-footer-1-container {
  margin-bottom: 25px;
}
.footer__menu--social {
  display: flex;
  gap: 9px;
}
.footer__item {
  padding: 5px 0 5px 18px;
  position: relative;
}
.footer__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 50%;
  border-bottom: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
}
.footer__item:nth-child(1):before {
  top: 5px;
  height: 40%;
}
.footer__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60%;
  border-left: 1px solid #D2D2D2;
}
.footer__link {
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  transition: all 0.1s;
  border-bottom: 1px solid transparent;
}
.footer__link:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.footer__item--social::before {
  display: none;
}
.footer__item--social::after {
  display: none;
}
.footer__link--desktop {
  display: inline;
}
.footer__link--mobile {
  display: none;
}
.footer__link--social {
  position: relative;
  padding-left: 11px;
  border-bottom: none;
}
.footer__link--social:hover {
  border-bottom: none;
}
.footer__icon {
  position: absolute;
  left: -8px;
  bottom: 0;
  transform: translate(-50%, 0);
}
.footer__copy {
  background: #1E1E1E;
  padding: 17px 0 25px;
}
.footer__copy-text {
  color: #CFCFCF;
  font-family: Montserrat, sans-serif;
  font-weight: 275;
  font-style: normal;
  font-size: 14px;
  line-height: 27px;
}

.ls-banner-section {
  letter-spacing: normal;
  line-height: 1.25;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ls-banner-section .container {
  position: relative;
}
.ls-banner-section .inner {
  padding: 117px 51% 117px 0;
}
@media (max-width: 767px) {
  .ls-banner-section .inner {
    padding: 60px 0 20px 0;
  }
}
.ls-banner-section .title {
  font-size: 40px;
  margin-bottom: 36px;
  position: relative;
}
.ls-banner-section .title:before {
  content: "";
  position: absolute;
  left: -44px;
  top: -35px;
  width: 102px;
  height: 56px;
  background: url("../img//the.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 1200px) {
  .ls-banner-section .title:before {
    left: -11px;
    top: -12px;
    width: 45px;
    height: 25px;
  }
}
@media (max-width: 1200px) {
  .ls-banner-section .title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .ls-banner-section .title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.ls-banner-section .text {
  font-size: 25px;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .ls-banner-section .text {
    font-size: 15px;
    line-height: 1.2;
  }
}
.ls-banner-section .img {
  position: absolute;
  bottom: -25px;
  right: -125px;
}
@media (max-width: 991px) {
  .ls-banner-section .img {
    bottom: auto;
    top: 0;
    max-width: 76%;
  }
}
@media (max-width: 767px) {
  .ls-banner-section .img {
    position: relative;
    bottom: auto;
    right: auto;
    top: -18px;
    left: 50%;
    max-width: 140%;
    transform: translateX(-50%);
  }
}

.ls-gray-bg {
  background-color: #232323;
  color: #fff;
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
  padding: 50px 0 16px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .ls-gray-bg {
    padding: 30px 0 25px 0;
    margin-top: -60px;
  }
}

.ls-section {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.25;
}
@media (max-width: 991px) {
  .ls-section {
    font-size: 15px;
    line-height: 1.1;
  }
}
.ls-section .section-title {
  font-size: 35px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .ls-section .section-title {
    font-size: 25px;
  }
}
.ls-section .light-text {
  font-weight: 300;
}
.ls-section .mb-25 {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .ls-section .mb-25 {
    margin-bottom: 20px;
  }
}
.ls-section .mb-35 {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .ls-section .mb-35 {
    margin-bottom: 30px;
  }
}
.ls-section .mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .ls-section .mb-40 {
    margin-bottom: 35px;
  }
}
.ls-section .mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .ls-section .mb-50 {
    margin-bottom: 35px;
  }
}
.ls-section .mb-65 {
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .ls-section .mb-65 {
    margin-bottom: 40px;
  }
}
.ls-section .divider {
  width: 100%;
  height: 1px;
  background-color: #505050;
}
@media (max-width: 480px) {
  .ls-section .mb-xs-40 {
    margin-bottom: 40px;
  }
}
.ls-section .ls-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
@media (max-width: 991px) {
  .ls-section .ls-cards {
    flex-direction: column;
    gap: 25px;
  }
}
.ls-section .ls-cards .ls-card {
  background: linear-gradient(to bottom right, #494b4b, #404142);
  border-radius: 30px;
  padding: 30px 45px;
  box-shadow: 0 0 10px #1a1a1a;
  flex: 0 0 calc((100% - 70px) / 3);
}
.ls-section .ls-cards .ls-card.col-25 {
  flex: 0 0 calc((100% - 105px) / 4);
}
.ls-section .ls-cards .ls-card.col-50 {
  flex: 0 0 calc((100% - 35px) / 2);
}
.ls-section .ls-cards .ls-card.col-100 {
  flex: 0 0 100%;
}
.ls-section .ls-cards .ls-card.green {
  background: linear-gradient(to bottom right, #1a3a2f, #222c2a);
}
.ls-section .ls-cards .ls-card.olive {
  background: linear-gradient(to bottom right, #51533b, #33362b);
}
.ls-section .ls-cards .ls-card.pink {
  background: linear-gradient(to bottom right, #641f3e, #3b252c);
}
@media (max-width: 991px) {
  .ls-section .ls-cards .ls-card {
    padding: 24px 20px;
    border-radius: 20px;
  }
  .ls-section .ls-cards .ls-card.green-mobile {
    background: linear-gradient(to bottom right, #1a3a2f, #222c2a);
  }
  .ls-section .ls-cards .ls-card.olive-mobile {
    background: linear-gradient(to bottom right, #51533b, #33362b);
  }
  .ls-section .ls-cards .ls-card.pink-mobile {
    background: linear-gradient(to bottom right, #641f3e, #3b252c);
  }
  .ls-section .ls-cards .ls-card.gray-mobile {
    background: linear-gradient(to bottom right, #494b4b, #404142);
  }
}
@media (max-width: 991px) {
  .ls-section .ls-cards .ls-card {
    flex: 1 1 100%;
  }
}
.ls-section .ls-cards .ls-card.blur {
  position: relative;
}
.ls-section .ls-cards .ls-card.blur:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 2;
}
.ls-section .ls-cards .ls-card.blur:after {
  content: "//";
  position: absolute;
  top: 19px;
  left: 31px;
  width: 30px;
  height: 45px;
  color: #FF006E;
  font-size: 35px;
  z-index: 1;
}
@media (max-width: 991px) {
  .ls-section .ls-cards .ls-card.blur:after {
    top: -20px;
    left: 20px;
  }
}
.ls-section .ls-cards .ls-card.blur .blur-text {
  position: relative;
  z-index: 4;
}
.ls-section .ls-cards .ls-card .title {
  font-size: 35px;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .ls-section .ls-cards .ls-card .title {
    margin-bottom: 10px;
    margin-top: -7px;
  }
}
.ls-section .ls-cards .ls-card .title span {
  font-size: 22px;
  margin-bottom: 7px;
}
.ls-section .ls-cards.gap-small {
  gap: 25px;
}
.ls-section .ls-cards.gap-small .ls-card {
  flex: 0 0 calc((100% - 70px) / 3);
}
.ls-section .ls-cards.gap-small .ls-card.col-25 {
  flex: 0 0 calc((100% - 105px) / 4);
}
.ls-section .ls-cards.gap-small .ls-card.col-50 {
  flex: 0 0 calc((100% - 35px) / 2);
}
.ls-section .ls-cards.gap-small .ls-card.col-100 {
  flex: 0 0 100%;
}
@media (max-width: 991px) {
  .ls-section .ls-cards.gap-small {
    flex-direction: column;
    gap: 20px;
  }
}
.ls-section .ls-list {
  list-style: none;
  padding: 0;
}
.ls-section .ls-list li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .ls-section .ls-list li {
    padding-left: 27px;
    margin-bottom: 10px;
  }
}
.ls-section .ls-list li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 5px;
  background-color: #FF006E;
  top: 12px;
}
@media (max-width: 991px) {
  .ls-section .ls-list li:before {
    width: 15px;
    height: 4px;
    top: 8px;
  }
}

@media screen and (max-width: 1200px) {
  .locked {
    overflow: hidden;
  }
  .header {
    min-height: auto;
    padding: 0 35px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  }
  .header__top {
    padding: 0;
  }
  .header .burger-btn svg {
    width: 30px;
    height: 17px;
  }
  .header .search-btn svg {
    width: 23px;
    height: 23px;
  }
  .header .header__nav {
    flex-wrap: nowrap;
  }
  .header .logo {
    margin-top: 0;
    position: relative;
    flex: 1 1 100%;
    height: 60px;
    transform: none;
  }
  .header .logo__img {
    width: 170px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -72%);
  }
  .header .top-btn, .header__sub {
    display: none;
  }
  .header .search-block {
    padding: 16px 35px 20px;
    bottom: -60px;
  }
  .header .search-block .search-btn {
    display: none;
  }
  .header .search-block .close {
    width: 20px;
    height: 20px;
  }
  .header .search-block__type {
    font-size: 20px;
    line-height: 24px;
    max-width: calc(100% - 30px);
  }
  .header .search-block__form {
    max-width: 1277px;
    gap: 10px;
  }
  .burger-btn {
    width: 30px;
    height: 17px;
  }
  .burger-btn.active::before, .burger-btn.active::after {
    content: "";
    top: 50%;
    transform: translate(0, -50%);
  }
  .burger-btn.active::before {
    transform: rotate(45deg);
  }
  .burger-btn.active::after {
    transform: rotate(-45deg);
  }
  .burger-btn.active span {
    opacity: 0;
  }
  .sidebar {
    top: 60px;
    left: -100%;
  }
  .sidebar__top-list {
    padding-top: 25px;
  }
  .sidebar__header {
    display: none;
  }
  .sidebar__close {
    top: 18px;
    left: 35px;
  }
  .sidebar__inner {
    height: calc(100vh - 60px);
    width: 100%;
  }
  .sidebar__content {
    padding-bottom: 48px;
    height: calc(100vh - 60px);
  }
  .sidebar__bottom {
    padding-bottom: 0;
  }
  .sidebar__btn-separator {
    display: block;
  }
  .sidebar__goto {
    display: none;
  }
  .footer__info {
    padding: 20px 0 18px;
  }
  .footer__columns {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 30px;
  }
  .footer__column:nth-child(1) {
    flex: 0 0 calc((100% - 15px) / 2);
    order: 2;
  }
  .footer__column:nth-child(2) {
    flex: 0 0 calc((100% - 15px) / 2);
    order: 3;
  }
  .footer__column:nth-child(3) {
    order: 1;
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .footer__column:nth-child(3) .title-social, .footer__column:nth-child(3) .footer__menu--social {
    display: none;
  }
  .footer__column:nth-child(4) {
    display: flex;
    flex: 0 0 100%;
    order: 3;
    align-items: center;
    flex-direction: column;
  }
  .footer__link--desktop {
    display: none;
  }
  .footer__link--mobile {
    display: inline;
  }
  .footer__link {
    display: inline-block;
  }
  .footer__menu--social {
    margin-top: 5px;
    display: flex;
    gap: 22px;
    justify-content: space-between;
  }
  .footer__item--social {
    padding: 0;
  }
  .footer__link--social {
    position: static;
    padding: 0;
  }
  .footer__icon {
    position: static;
    transform: none;
  }
  .footer__link--social span {
    display: none;
  }
  .footer__menu {
    padding-top: 0;
  }
  .footer__copy {
    padding: 19px 0;
  }
  .footer__copy-text {
    font-size: 10px;
    font-weight: 300;
    line-height: 140%;
  }
  .footer__title {
    text-align: left;
  }
  .footer__description {
    margin-top: 0;
    font-size: 12px;
  }
  .media {
    padding: 30px 0 20px;
  }
  .media__choise {
    margin-top: 15px;
    font-size: 16px;
  }
  .media__articles {
    margin-top: 5px;
  }
  .media .articles__item:last-child {
    display: none;
  }
  .media .categories {
    display: none;
  }
  .title-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .title-inner h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .title-inner__separator {
    margin: 10px 0 0;
    order: 1;
  }
  .title-inner__descr {
    margin-top: 5px;
    font-size: 16px;
  }
  .separator {
    width: 100%;
    height: 0;
  }
  .articles {
    flex-direction: column;
    gap: 20px 15px;
    font-weight: 600;
  }
  .articles__item {
    max-width: 100%;
    min-height: 296px;
  }
  .articles__img {
    padding: 15px 20px;
    min-height: 160px;
  }
  .articles__category {
    padding: 3px 13px;
    font-size: 13px;
    line-height: 14px;
  }
  .articles__body {
    min-height: 136px;
    padding: 15px 20px 20px;
  }
  .articles__body-date {
    margin-top: 21px;
  }
  .articles__title {
    line-height: 120%;
  }
  .date {
    font-size: 12px;
    line-height: 14px;
    min-width: 100px;
    text-align: right;
  }
  .more-btn {
    margin-top: 20px;
    padding-right: 36px;
    font-size: 14px;
    line-height: 17px;
  }
  .more-btn svg:first-child {
    display: none;
  }
  .more-btn svg:last-child {
    display: block;
  }
  .more-btn svg {
    bottom: 4px;
  }
  .more-btn__title {
    font-size: 18px;
    line-height: 120%;
  }
  .another-article {
    padding-bottom: 20px;
  }
  .another-article__articles {
    margin-top: 20px;
  }
  .article {
    padding: 20px 0;
  }
  .article .articles__item:nth-child(n+4) {
    display: none;
  }
  .read-social {
    margin-top: 20px;
    max-width: 100%;
    gap: 8px;
    align-items: flex-start;
  }
  .read-social__text {
    font-size: 20px;
    line-height: 24px;
  }
  .read-social__icon {
    width: 25px;
    height: 25px;
  }
  .cases {
    padding: 20px 0;
  }
  .cases .articles {
    margin-top: 15px;
  }
  h2, .h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .more-news {
    padding: 15px 0;
  }
  .more-news__items {
    flex-direction: column;
  }
  .more-news__item {
    transition: all 0.3s ease;
    max-width: 100%;
    /* Плавна зміна границі при наведенні та забиранні курсору */
  }
  .more-news__title {
    font-size: 18px;
    line-height: 120%;
  }
  .post__content h1 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 13px;
    margin-bottom: 10px;
  }
  .post__content hr {
    margin: 15px 0;
  }
  .post__content img {
    margin-bottom: 15px;
    display: block;
  }
  .post__content h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .post__content h3 {
    margin-bottom: 17px;
    font-size: 16px;
  }
  .post__content h4, .post__content h5, .post__content h6 {
    font-size: 16px;
    margin-bottom: 17px;
  }
  .post__content ul {
    margin-bottom: 15px;
  }
  .post__content ul li {
    padding-left: 22px;
  }
  .post__content ul li::before {
    left: 0;
  }
  .post__content p {
    margin-bottom: 20px;
  }
  .post__content figcaption {
    font-size: 12px;
    line-height: 14px;
    margin: 7px 0 20px;
  }
  .post__content ol li + li {
    margin-top: 22px;
  }
  .post__content blockquote {
    margin: 40px 0 40px;
    padding: 26px 20px;
  }
  .post__content blockquote::before,
  .post__content blockquote::after {
    width: 38px;
    height: 34px;
  }
  .post__content blockquote::before {
    top: -16px;
    left: 4px;
  }
  .post__content blockquote::after {
    right: 4px;
    bottom: -16px;
  }
  .post__author-link {
    display: none;
  }
  .post__author {
    justify-content: space-between;
  }
  .post__author span {
    display: none;
  }
  .post__author-breadcrumbs {
    order: -1;
    margin-left: 0;
  }
  .columns {
    margin: 0 auto;
    padding-top: 40px;
  }
  .columns__main {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .columns__main > .separator {
    display: block;
  }
  .columns__aside {
    display: none;
  }
  .card {
    margin-top: 25px;
    padding: 30px 20px;
    box-shadow: 0px 0px 9.88px 0px rgba(0, 0, 0, 0.2509803922);
    background: #ffffff;
    margin-bottom: 30px;
  }
  .card .title-inner {
    display: none;
  }
  .card__about {
    margin-top: 0;
    gap: 10px;
    justify-content: space-between;
  }
  .card__info {
    order: -1;
  }
  .card__name {
    font-size: 24px;
    line-height: 29px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    display: block;
  }
  .card__name::after {
    display: none;
  }
  .card__position {
    font-size: 14px;
    line-height: 17px;
  }
  .card__departament {
    display: none;
  }
  .card__social {
    margin-top: 20px;
    max-width: 62px;
    gap: 5px;
  }
  .card__social-link svg {
    width: 14px;
    height: 14px;
  }
  .card__descr {
    margin-top: 25px;
  }
  .card__text {
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 20px;
  }
  .card .categories {
    gap: 10px;
    justify-content: start;
  }
  .card .categories__link {
    font-size: 12px;
    line-height: 14px;
    padding: 0 18px;
    height: 24px;
  }
  .card .social {
    display: flex;
  }
  .posttags__categories {
    margin-top: 50px;
    margin-bottom: 30px;
    justify-content: start;
    gap: 10px;
  }
  .posttags__categories .categories__link {
    font-size: 12px;
    line-height: 14px;
    padding: 0 18px;
    height: 24px;
  }
  .breadcrumbs__item::after {
    content: "  I  ";
    font-size: 12px;
    line-height: 14px;
    margin-right: 2px;
  }
  .breadcrumbs__link {
    font-size: 12px;
    line-height: 14px;
  }
  .more-slider {
    padding-bottom: 15px;
  }
  .more-slider .container {
    padding: 0;
  }
  .more-slider__inner {
    margin-top: 10px;
  }
  .more-slider__articles {
    margin-top: 0;
    margin-left: -17px;
    margin-right: -17px;
  }
  .category-page {
    padding-bottom: 34px;
  }
  .category-page .categories {
    display: none;
  }
  .category-page__articles {
    margin-top: 20px;
  }
  .category-page .read-social {
    display: flex;
  }
  .pagination__inner {
    margin-top: 20px;
    gap: 12px;
  }
  .pagination__list {
    gap: 12px;
  }
  .pagination__link {
    font-size: 16px;
    line-height: 20px;
  }
  .pagination__prew-img, .pagination__next-img {
    width: 9px;
    height: 18px;
  }
  .subcategory-page .categories {
    display: none;
  }
  .subcategory-page__articles {
    margin-top: 15px;
  }
  .subcategory-page .read-social {
    display: flex;
  }
  .author-page {
    padding-bottom: 35px;
  }
  .author-page__card {
    flex-direction: column;
    gap: 25px;
  }
  .author-page__photo {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .author-page__social {
    max-width: 60px;
  }
  .author-page__descr {
    margin-top: 0;
  }
  .author-page__about {
    min-width: auto;
    gap: 0;
  }
  .media .articles__item:nth-child(2) .articles__body {
    min-height: 136px;
  }
}