/*!
Theme Name: news
Theme URI: 
Author: news
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/

@font-face {
    font-family: 'Inter 18pt';
    src: url('assets/fonts/Inter18pt-Bold.woff2') format('woff2'),
        url('assets/fonts/Inter18pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('assets/fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('assets/fonts/Inter18pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('assets/fonts/Inter18pt-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Inter18pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

a {
    text-decoration: none;
}

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

img {
    vertical-align: top;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

input {
    outline: none;
}

html {
    background-color: #fff;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter 18pt', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    color: #1E1E1E;
    scroll-behavior: smooth;
    transition: all 0.3s ease;
}

body.has-fixed-header {
    padding-top: clamp(4.5rem, -220.5rem + 625vw, 6.0625rem); 
}

.body--fixed {
    padding-top: 86px;
}

section {
    position: relative;
    padding: 0 0 clamp(3.125rem, 1.9022rem + 5.4348vw, 6.25rem);
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    width: 100%;
    max-width: 2048px;
    margin: 0 auto;
    z-index: 10;
    background: linear-gradient(90.00deg, rgb(185, 20, 76), rgb(137, 22, 61) 48.57%, rgb(185, 20, 76) 100%);
    padding: clamp(0.5rem, 0.3269rem + 0.4808vw, 0.625rem) 0;
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

.header--fixed {
	position: fixed;
	animation: slideDown 0.3s ease-out;
}

.header__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu__list {
    display: flex;
    gap: clamp(0.9375rem, -8.75rem + 15.625vw, 3.75rem);
}

.menu__list__items {
    padding: 10px;
}

.menu__list__items__mobile {
    display: none;
}

.menu__list__items__link {
    color: #fff;
    font-size: clamp(1.125rem, 0.5288rem + 0.9615vw, 1.25rem);
    line-height: 140%;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s all;
}

.header__box__right {
    display: flex;
    align-items: center;
    gap: clamp(0.9375rem, -1.2153rem + 3.4722vw, 1.5625rem);
}

.header__box__btn {
    color: #A21545;
    background-color: #fff;
    padding: 10px clamp(0.625rem, -2.3558rem + 4.8077vw, 1.25rem);
    border-radius: 5px;
    font-size: clamp(1.125rem, 0.5288rem + 0.9615vw, 1.25rem);
    line-height: 140%;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s all;
}

.header__box__search__icon {
    width: clamp(1.0625rem, 0.599rem + 2.0602vw, 1.875rem);
    height: clamp(1.0625rem, 0.599rem + 2.0602vw, 1.875rem);
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px 15px;
    padding-bottom: 20px;
}

.breadcrumbs--border {
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(220, 220, 220);
}

.breadcrumbs--article {
    justify-content: center;
    padding-bottom: 20px;
}

.breadcrumbs h1, .latest__title h2{
    font-size: clamp(1.5625rem, 0.9511rem + 2.7174vw, 3.125rem);
    font-weight: 700;
    line-height: 120%;
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.kama_breadcrumbs, .kama_breadcrumbs span {
    font-size: 14px;
    line-height: 120%;
    color: #979797;
}

span.kb_title {
    color: #B9144C;
}

.breadcrumbs__list__items__link, .kama_breadcrumbs span a span {
    font-weight: 600;
    color: #979797;
    transition: 0.3s all;
}

.home, .hero {
    padding: clamp(8.5rem, 7.2772rem + 5.4348vw, 11.625rem) 0 clamp(3.125rem, 1.9022rem + 5.4348vw, 6.25rem);
}

.home__box {
    display: grid;
    grid-template-columns: 23% auto;
    gap: clamp(1.875rem, -1.4063rem + 6.8359vw, 4.0625rem);
}

.section-title h2,
.section-title h1 {
    font-size: clamp(1.5625rem, 1.3179rem + 1.087vw, 2.1875rem);
    line-height: 120%;
    font-weight: 700;
    color: #1E1E1E;
    padding-bottom: clamp(0.9375rem, 0.8152rem + 0.5435vw, 1.25rem);
}

.home__box__sidebar__list {
    display: flex;
    flex-direction: column;
    gap: clamp(0.625rem, 0.5027rem + 0.5435vw, 0.9375rem);
    padding-bottom: 20px;
}

.home__box__sidebar__list__items {
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 0.6766rem + 0.3261vw, 0.9375rem);
    padding-bottom: clamp(0.625rem, 0.5027rem + 0.5435vw, 0.9375rem);
    border-bottom: 1px solid rgb(220, 220, 220);
}

.home__box__sidebar__list__items a {
    font-size: clamp(0.9rem, 0.6522rem + 0.4348vw, 1rem);
    color: #1E1E1E;
    line-height: 119%;
    transition: 0.3s all;
}

.home__box__sidebar__list__items__footer {
    display: flex;
    gap: clamp(0.9375rem, 0.8152rem + 0.5435vw, 1.25rem);
    align-items: center;
}

.home__box__sidebar__list__items__footer span {
    font-size: clamp(0.725rem, 0.5272rem + 0.4348vw, 0.875rem);
    line-height: 121%;
    color: #979797;
}

.home__box__sidebar__list__items__footer p {
    border-radius: 5px;
    background: #B9144C;
    padding: clamp(0.25rem, 0.2255rem + 0.1087vw, 0.3125rem) clamp(0.5rem, 0.4511rem + 0.2174vw, 0.625rem);
    font-size: clamp(0.725rem, 0.5272rem + 0.4348vw, 0.875rem);
    line-height: 121%;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.home__box__sidebar__footer {
    display: block;
    width: 100%;
    text-align: center;
}

.home__box__sidebar__link {
    color: #B9144C;
    text-decoration-line: underline;
    font-size: clamp(0.75rem, 0.6522rem + 0.4348vw, 1rem);
    font-weight: 700;
    line-height: 119%;
    transition: 0.3s all;
}

.home__box__news {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.home__box__news--mobiledb {
    display: none;
}

.home__box__news--mobiledn {
    display: block;
}

.home__box__news__big__box {
    display: grid;
    grid-template-columns: 75% auto;
    gap: 5px;
}

.home__box__news__big__box__link,
.home__category__link {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.home__box__news__big__box__link--relative,
.home__category__link--relative {
	overflow: unset;
}

.home__category__link--mih {
    min-height: clamp(18.75rem, 8.8269rem + 27.5641vw, 29.5rem);
}

.home__box__news__big__box__link__image,
.home__category__link__image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.home__box__news__big__box__link__image--relative {
	height: auto;
}

.home__box__news__big__box__link__image::before,
.home__category__link__image::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9) 100%);
    border-radius: 15px;
    z-index: 1;
}


.home__box__news__big__box__link__image--relative::before {
	display: none;
}

.home__box__news__big__box__link__category {
    position: absolute;
    top: clamp(1.125rem, 1.0761rem + 0.2174vw, 1.25rem);
    left: clamp(1.125rem, 1.0761rem + 0.2174vw, 1.25rem);
    padding: 5px 10px;
    border-radius: 5px;
    background: linear-gradient(90.00deg, rgb(185, 20, 76), rgb(137, 22, 61) 100%);
    color: #fff;
    font-weight: 600;
    line-height: 119%;
    z-index: 2;
}

.home__box__news__big__box__link__image img,
.home__category__link__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
    transition: 0.3s all;
}

.home__box__news__big__box__column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}

.home__box__news__big__box__link__title,
.home__category__link__title {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: clamp(1.125rem, 1.0761rem + 0.2174vw, 1.25rem);
    left: clamp(1.125rem, 1.0761rem + 0.2174vw, 1.25rem);
    right: clamp(1.125rem, 1.0761rem + 0.2174vw, 1.25rem);
    gap: clamp(0.3125rem, 0.0679rem + 1.087vw, 0.9375rem);
    z-index: 2;
}
.home__box__news__big__box__link__title--relative,
.home__category__link__title--relative {
	position: relative;
    flex-direction: column;
    gap: 15px;
   	padding-top: 15px;
	bottom: unset;
	left: unset;
	right: unset;
}

.home__box__news__big__box__link__title h3,
.home__category__link__title h3 {
    color: #fff;
    font-size: clamp(1rem, 0.7554rem + 1.087vw, 1.625rem);
    font-weight: 700;
    line-height: 119%;
}

.home__box__news__big__box__link__title--fs h3 {
    font-size: clamp(0.75rem, 0.6522rem + 0.4348vw, 1rem);
}

.home__box__news__big__box__link__title p,
.home__category__link__title p {
    color: #979797;
    font-size: clamp(0.75rem, 0.6522rem + 0.4348vw, 1rem);
    line-height: 119%;
}

.home__box__news__big__box__link__info,
.home__category__link__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #A3A3A3;
}

.home__box__news__big__box__link__info span,
.home__category__link__info span {
    font-size: clamp(0.75rem, 0.7011rem + 0.2174vw, 0.875rem);
    line-height: 121%;
}

.home__box__news__big__box__link__title--relative h3,
.home__category__link__title--relative h3 {
	color: #000;
}

.home__category__box {
    display: grid;
    gap: 5px;
}

.home__category__box--gap {
	gap: 30px;
}

.home__category__box--column {
    grid-template-columns: repeat(1, 1fr);
}

.home__category__box--row {
    grid-template-columns: 75% auto;
}

.home__category__link__image--mw img {
    max-height: 545px;
}

.home__category__link__date {
    position: absolute;
    top: clamp(1.125rem, 1.0761rem + 0.2174vw, 1.25rem);
    left: clamp(1.125rem, 1.0761rem + 0.2174vw, 1.25rem);
    color: #fff;
    font-weight: 600;
    line-height: 119%;
    z-index: 2;
}

.home__category__link__date--die {
    padding: 5px 10px;
    border-radius: 5px;
    background: linear-gradient(90.00deg, rgb(185, 20, 76), rgb(137, 22, 61) 100%);
}

.home__category__link__date--fs {
    font-size: 14px;
}

.home__category__items {
    position: relative;
    display: grid;
}

.home__category__items--row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 5px;
}

.home__category__items--column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}

.home__category__link__title--gap {
    gap: 5px;
}

.home__category__link__title--fs h3 {
    font-size: 16px;
}

.home__category__footer {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 56px;
    margin-top: 15px;
}

.home__category__footer--mt0 {
    margin-top: 0;
}

.home__category__footer::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(33.3333% - 5px);
    height: 1px;
    background: rgb(220, 220, 220);
}

.home__category__footer::before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(33.3333% - 5px);
    height: 1px;
    background: rgb(220, 220, 220);
}

.home__category__footer--mt {
    margin-top: 20px;
}

.home__category__footer__link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(90.00deg, rgb(185, 20, 76), rgb(137, 22, 61) 100%);
    padding: clamp(0.9375rem, 0.8839rem + 0.2381vw, 1.0625rem) 0;
    flex: 0 0 33.3333%;
    font-size: clamp(0.9375rem, 0.8571rem + 0.3571vw, 1.125rem);
    line-height: 120%;
    color: #fff;
    font-weight: 700;
    transition: 0.3s all;
}

.footer {
    background: linear-gradient(90.00deg, rgb(185, 20, 76),rgb(137, 22, 61) 48.57%,rgb(185, 20, 76) 100%);
    padding: clamp(1.25rem, 0.5163rem + 3.2609vw, 3.125rem) 0;
}

.footer__menu {
    padding-bottom: 20px;
}

.footer__menu__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.footer__menu__list__items {
    display: flex;
    justify-content: center;
    flex: 1;
}
.footer__menu__list__items__link {
    color: #fff;
    font-size: clamp(1.125rem, 0.5288rem + 0.9615vw, 1.25rem);
    line-height: 140%;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s all;
    white-space: nowrap; 
}
.footer__box {
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer__address, .footer__social-title {
    font-style: normal;
    font-size: clamp(0.75rem, 0.5543rem + 0.8696vw, 1.25rem);
    color: #fff;
    line-height: 140%;
}
.footer__address p span, .footer__social-title {
    font-weight: 700;
}
.footer__social {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.footer__social__items {
    display: flex;
    flex: 1;
}
.footer__social__items__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: #fff;
    transition: 0.3s all;
}
.footer__copy {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.footer__copy p {
    font-size: clamp(0.625rem, 0.4783rem + 0.6522vw, 1rem);
    line-height: 100%;
    color: #fff;
}
.footer__copy p a {
    color: #fff;
    text-decoration: underline;
    transition: 0.3s all;
}
.contacts__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.875rem, -30.5054rem + 43.2099vw, 4.0625rem);
}
.contacts__box--border {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(220, 220, 220);
}
.contacts__box__items--right {
    display: flex;
    justify-content: flex-end;
}
.contacts__box__info {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    max-width: 568px;
}
.contacts__box__info__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contacts__box__info__items h2 {
    font-size: clamp(1.25rem, 0.8832rem + 1.6304vw, 2.1875rem);
    font-weight: 600;
    line-height: 120%;
}
.contacts__box__info__items p {
    font-size: clamp(1rem, 0.9022rem + 0.4348vw, 1.25rem);
    line-height: 140%;
    color: #1E1E1E;
}
.contacts__box__info__items p a {
    color: #B9144C;
    transition: 0.3s all;
}
.contacts__form {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    max-width: 735px;
}
.form {
    display: grid;
    grid-template-columns: 59.18% auto;
    gap: 20px;
}
.form__btn, .form__search {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(90.00deg, rgb(185, 20, 76), rgb(137, 22, 61) 100%);
    padding: clamp(0.9375rem, 0.8839rem + 0.2381vw, 1.0625rem) 0;
    width: 100%;
    max-width: 300px;
    font-size: clamp(0.9375rem, 0.8571rem + 0.3571vw, 1.125rem);
    line-height: 120%;
    color: #fff;
    font-weight: 700;
    transition: 0.3s all;
    cursor: pointer;
}
.form__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form__items__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.form__input {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: clamp(0.9375rem, 0.8839rem + 0.2381vw, 1.0625rem) 0;
    font-family: 'Inter 18pt', sans-serif;
    font-size: clamp(0.875rem, 0.8016rem + 0.3261vw, 1.0625rem);
    line-height: 120%;
    color: #979797;
    border-bottom: 1px solid rgb(30, 30, 30);
}
.form__input--mt {
    margin-top: 30px;
    padding: 0;
    align-items: flex-end;
}
.form__input::placeholder {
    color: #979797;
    font-size: clamp(0.875rem, 0.8016rem + 0.3261vw, 1.0625rem);
    line-height: 120%;
    font-family: 'Inter 18pt', sans-serif;
    font-style: normal;
    font-weight: normal; 
}
.form__input:active, .form__input:focus, .form__input:hover {
    outline: 0;
    outline-offset: 0;
}
.form__input:focus {
    border-bottom: 1px solid #B9144C;
}
.form__items__check {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.form__checkbox {
    position: absolute;
    left: -999999px;
}
.form__checkbox__label {
    font-size: clamp(0.75rem, 0.6766rem + 0.3261vw, 0.9375rem);
    line-height: 120%;
    padding-left: 35px;
    cursor: pointer;
}
.form__checkbox__label p {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 21px;
}
.form__checkbox+label::before {
    position: absolute;
    top: -4px;
    left: 0;
    content: '';
    width: 25px;
    height: 25px;
    border: 1px solid rgb(30, 30, 30);
    border-radius: 3px;
    transition: transform 0.3s linear, opacity 0.3s linear
}
.form__checkbox+label::after {
    content: '';
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #fff #fff;
    width: 15px;
    height: 9px;
    position: absolute;
    top: 0px;
    left: 5px;
    opacity: 0;
    transform: scale(2) rotate(-45deg);
    transition: transform 0.3s linear, opacity 0.3s linear
}
.form__checkbox:checked+label:after {
    opacity: 1;
    transform: scale(1) rotate(-45deg);
}
.form__checkbox:checked+label::before {
    border: #B9144C;
    background: #B9144C;
}
.form__checkbox__label p {
    color: #979797;
    font-size: clamp(0.75rem, 0.6766rem + 0.3261vw, 0.9375rem);
}
.form__checkbox__label p a {
    color: #979797;
    font-weight: 600;
    text-decoration: underline;
    transition: 0.3s all;
}
.form__error {
    display: flex;
    font-size: 14px;
    line-height: 130%;
    font-weight: 600;
    color: #008000;
}
.form__error--error {
    color: #ff0000;
}
.map {
    border-radius: 15px;
    min-height: 425px;
    width: 100%;
}
.publicity__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.publicity__content p {
    font-size: clamp(1rem, 0.9022rem + 0.4348vw, 1.25rem);
    line-height: 140%;
    color: #1E1E1E;
}
.cooperation {
    padding-bottom: clamp(3.125rem, 1.9022rem + 5.4348vw, 6.25rem);
}
@keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-100% - 20px));
    }
}
.marquee {
    animation: scroll 30s linear infinite;
}
.ticker__box {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 30px;
}
.ticker__box__items {
    flex-shrink: 0;
    display: flex;
    gap: 30px;
    counter-reset: item;
    justify-content: space-around;
    min-width: 100%;
    height: 74px;
}
.ticker__box__item {
    flex: 0 0 auto;
    width: 145px;
    counter-increment: item;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-in-out;
}
.ticker__box__item::before {
    position: relative;
    content: '';
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.ticker__box__item--img::before {
    background-image: url(assets/img/about-logo.png);
}
.ticker__box__item--img-2::before {
    background-image: url(assets/img/about-logo-02.png);
}
.ticker__box__item--img-3::before {
    background-image: url(assets/img/about-logo-03.png);
}
.author__info {
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px 15px;
    border-bottom: 1px solid rgb(220, 220, 220);
}
.author__info--article {
    border-top: 1px solid rgb(220, 220, 220);
    padding-top: 10px;
}
.author__info__items--article {
    display: flex;
    gap: 20px;
}
.author__info__items--views {
    display: flex;
    align-items: center;
    gap: 5px;
}
.author__info__items p {
    color: #979797;
    font-size: clamp(0.875rem, 0.7143rem + 0.7143vw, 1.25rem);
    line-height: 140%;
}
.author__info__items__inner {
    display: grid;
    grid-template-columns: clamp(2.5rem, 0.7692rem + 4.8077vw, 4.375rem) auto;
    align-items: center;
    gap: 15px clamp(0.9375rem, 0.649rem + 0.8013vw, 1.25rem);
}
.author__info__items__inner img {
	border-radius: 50%;
}
.author__info__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.author__info__content h2, .author__info__content a {
    font-size: clamp(1rem, 0.4808rem + 1.4423vw, 1.5625rem);
    line-height: 120%;
    font-weight: 600;
    color: #B9144C;
    text-decoration: underline;
    transition: 0.3s all;
}
.author__bio {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgb(220, 220, 220);
    color: #1E1E1E;
}
.author--title h2 {
    font-size: clamp(1.375rem, 1.0268rem + 1.5476vw, 2.1875rem);
    font-weight: 600;
    line-height: 120%;
}
.author__bio p, .no-posts-message {
    font-size: clamp(1rem, 0.8929rem + 0.4762vw, 1.25rem);
    line-height: 140%;
}
.author__cert {
    display: grid;
    grid-template-columns: 610px auto;
    gap: clamp(1.25rem, -3.732rem + 10.3926vw, 4.0625rem);
}
.author__cert__items__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    color: #979797;
}
.author__cert__items__content p {
    font-size: clamp(0.875rem, 0.7143rem + 0.7143vw, 1.25rem);
    line-height: 140%;
}
.author__cert__items__inner {
    display: grid;
    grid-template-columns: 100px auto;
    gap: 15px;
    padding-right: clamp(1.25rem, -3.732rem + 10.3926vw, 4.0625rem);
    border-right: 1px solid rgb(220, 220, 220);
}
.author__cert__items__inner__content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #1E1E1E;
}
.author__cert__items__inner__content h3 {
    font-size: clamp(1.125rem, 0.9375rem + 0.8333vw, 1.5625rem);
    font-weight: 600;
    line-height: 120%;
}
.author__cert__items__inner__content p {
    font-size: clamp(0.875rem, 0.645rem + 0.64vw, 1.125rem);
    line-height: 120%;
}
.author__cert__items__inner__content p:last-child {
    padding-top: 20px;
}
.author__cert__items__inner__content a {
    font-size: clamp(1rem, 0.77rem + 0.64vw, 1.25rem);
    line-height: 120%;
    font-weight: 600;
    color: #B9144C;
    transition: 0.3s all;
    text-decoration-line: underline;
}
.author__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.author__content p {
    font-size: clamp(0.875rem, 0.7143rem + 0.7143vw, 1.25rem);
    line-height: 140%;
}
.notes h2 {
    font-size: clamp(1.75rem, 1.4286rem + 1.4286vw, 2.5rem);
    line-height: 120%;
    padding-bottom: 20px;
    font-weight: bold;
}
.notes__box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}
.notes__box__items {
	position: relative;
	display: grid;
}
.single__box {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 0;
    margin-left: -15px;
    margin-right: -15px;
}
.single__box__items {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
}
.single__aside {
	position: sticky;
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: clamp(0rem, -6.9965rem + 11.2847vw, 2.03125rem);
	top: 120px;
	height: 100%;
}
.single__article {
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: clamp(0rem, -6.9965rem + 11.2847vw, 2.03125rem); */
}
.single__article h1 {
    font-size: clamp(1.5625rem, 0.9511rem + 2.7174vw, 3.125rem);
    line-height: 123%;
    font-weight: 600;
    padding-bottom: 20px;
}
.share {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding-bottom: 25px;
}
.single__preview {
    border-radius: 20px;
    margin-bottom: 10px;
}
.single__figcaption {
	font-size: 11px;
	margin-bottom: 20px;
	text-align: center;
}
.single__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.single__content p, .single__content ul li {
    font-size: clamp(1rem, 0.7955rem + 0.5682vw, 1.25rem);
    line-height: 140%;
}
.single__content img {
    border-radius: 20px;
    margin: 0 0 10px 0;
	height: auto;
}
.single__content figure figcaption {
	font-size: 11px;
	text-align: center;
}
.single__content h2, .single__content h3, .single__content h4, .single__content h5, .single__content h6 {
    font-size: clamp(1.375rem, 0.7102rem + 1.8466vw, 2.1875rem);
    line-height: 120%;
    font-weight: 700;
}
.single__content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
}
.single__content ul li {
    list-style: disc;
    
}
.single__content a {
    color: #B9144C;
    text-decoration-line: underline;
    font-size: clamp(1rem, 0.7955rem + 0.5682vw, 1.25rem);
    line-height: 140%;
    font-weight: 700;
    transition: 0.3s all;
}
.single__content figure {
	max-width: 100%;
    max-height: 100%;
}
.error-404__content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.error-404__img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/img/error-404.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
}
.error-404__link {
    max-width: 320px;
}
.news__hot {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
    margin: 0 -4px;
}
.news__hot__items {
    display: flex;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 4px;
}
.latest__category {
    display: flex;
    gap: 30px;
    padding-bottom: 5px;
    padding-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(227, 227, 227);
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #B9144C #f8f9fa;
}

.latest__category--pt0 {
    padding-top: 0;
}

.latest__category::-webkit-scrollbar {
    height: 5px;
}

.latest__category::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 4px;
}

.latest__category::-webkit-scrollbar-thumb {
    background: #B9144C;
    border-radius: 4px;
}

.latest__category::-webkit-scrollbar-thumb:hover {
    background: #9a103d;
}

.latest__category__items {
    position: relative;
    margin: 0;
    flex-shrink: 0;
}

.latest__category__items__link {
    font-size: clamp(0.875rem, 0.7143rem + 0.7143vw, 1.25rem);
    line-height: 120%;
    color: #1E1E1E;
    transition: 0.3s all;
}

.latest__category__items__link--active {
    color: #B9144C;
}

.latest__box {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.latest__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    gap: 8px 0;
}

.latest__row__items {
    display: flex;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 4px;
}

.contacts__box--search {
    display: flex;
    justify-content: center;
    padding: 110px 0;
}

.contacts__box__items--search {
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
}

.form--search {
    display: flex;
    flex: 0 0 100%;
    max-width: 900px;
}

.form__items__row--search {
    display: flex;
    flex: 1;
}

.latest__title--search {
    padding-bottom: 40px;
}

.publicity__content {
	padding-bottom: 40px;
}
.contacts__form--fullwidth {
	max-width: 100%;
}
.home__category__footer__link--reklama {
	max-width: 330px;
}
.home__box__sidebar__list__items--displaynone {
	display: none;
}
.single__content iframe {
	width: 100% !important;
	max-width: 964px;
	height: clamp(22.5rem, 6.4904rem + 44.4712vw, 34.0625rem) !important;
}
.home__category__link__image--minheghtimg img {
	height: 308px;
}
.publicity__content ul {
	display: flex;
	flex-direction: column;
	font-size: clamp(1rem, 0.9022rem + 0.4348vw, 1.25rem);
    line-height: 140%;
    color: #1E1E1E;
	gap: 8px; 
	padding-left: 19px;
}
.publicity__content ul li {
	list-style: disc;
}
.home__box__news--mobiledb .home__box__news__big__box {
	padding-bottom: 10px;
	    border-bottom: 1px solid rgb(220, 220, 220);
}
.publicity__content h2 {
	font-size: clamp(1.25rem, 0.8587rem + 1.7391vw, 2.25rem);
    line-height: 120%;
    font-weight: 700;
}
.single__content .gallery-columns-2 {
	display:grid;
	grid-template-columns: auto auto;
	gap: 10px;
}
.single__content .gallery-columns-3 {
	display:grid;
	grid-template-columns: auto auto auto;
	gap: 10px;
}
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 99;
}

.lightbox-content {
    position: relative;
    display: flex;
    align-items: center;
	justify-content: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 90vh;
}

.lightbox-close {
    position: absolute;
    top: 0px;
    right: 9px;
    background: transparent;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: clamp(1.125rem, 0.6045rem + 1.4458vw, 1.5rem);
    color: white;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.single__content blockquote {
	background-color: #d9edf7;
    padding: 10px;
    color: #31708f;
	border: 1px solid #bce8f1;
    border-radius: 20px;
}
@media (min-width: 1200px) {

    .menu__list__items__link:hover,
    .home__box__sidebar__link:hover,
    .footer__menu__list__items__link:hover {
        color: #1E1E1E;
    }

    .home__box__sidebar__list__items a:hover, .breadcrumbs__list__items__link:hover, .kama_breadcrumbs span a:hover span, .form__checkbox__label p a:hover, .author__cert__items__inner__content a:hover, .author__info__content a:hover, .single__content a:hover, .latest__category__items__link:hover {
        color: #A21545;
    }

    .header__box__btn:hover {
        background-color: #1E1E1E;
        color: #fff;
    }

    .home__category__footer__link:hover, .form__search:hover {
        background: linear-gradient(0.00deg, rgb(185, 20, 76), rgb(137, 22, 61) 100%)
    }

    .home__box__news__big__box__link:hover .home__box__news__big__box__link__image img,
    .home__category__link:hover .home__category__link__image img {
        transform: scale(1.3);
    }

    .footer__copy p a:hover, .contacts__box__info__items p a:hover {
        color: #1E1E1E;
    }
}

@media (max-width: 1500px) {

    .home__box__news__big__box,
    .home__category__box--row {
        grid-template-columns: 67% auto;
    }
}

@media (max-width: 1199px) {

    .home__box__news__big__box,
    .home__category__box--row {
        grid-template-columns: repeat(1, 1fr);
    }

    .home__box__news__big__box__column,
    .home__category__items--column {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .footer__box {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer__social__items {
        flex: 0;
    }
    .author__cert {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    /* Menu mobile*/

    .menu__list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: baseline;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: 999;
        width: 100%;
        max-width: 420px;
        height: 100vh;
        background-color: #A21545;
        transform: translate3d(420px, 0px, 0px);
        transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    }

    .menu__list--active {
        transform: translate3d(0px, 0px, 0px);
        padding: 38px 0 0 30px;
        writing-mode: horizontal-tb;
    }

    .menu__btn {
        position: relative;
        width: 30px;
        height: 30px;
        background-color: transparent;
        cursor: pointer;
        padding-right: 15px;
    }

    .menu__btn--close {
        position: absolute;
        right: 10px;
        top: 0;
        border-radius: 50%;
        background-color: #fff;
        z-index: 1000;
    }

    .menu__btn__element,
    .menu__btn__element:before,
    .menu__btn__element:after {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 50%;
        margin-left: -10px;
        width: 20px;
        height: 2px;
        background-color: #fff;
    }

    .menu__btn__element:before,
    .menu__btn__element:after {
        content: '';
        display: block;
        transition: 0.5s;
    }

    .menu__btn__element:before {
        transform: translateY(-8px);
    }

    .menu__btn__element:after {
        transform: translateY(8px);
    }

    .menu__btn__element--close {
        height: 0;
    }

    .menu__btn__element--close:before {
        transform: rotate(45deg);
        background-color: #A21545;
    }

    .menu__btn__element--close:after {
        transform: rotate(-45deg);
        background-color: #A21545;
    }

    .menu__list__items--mobile {
        display: flex;
    }

    .menu__btn--close .menu__btn__element {
        top: 50%;
    }

    /* Menu mobile */

    .menu__list__items__mobile {
        display: block;
    }

    .header__box__btn--mobile {
        display: none;
    }

    .header__box__right {
        position: absolute;
        right: 55px;
    }

    .home__box__news__big__box__column,
    .home__category__items--column,
    .home__category__items--row {
        grid-template-columns: repeat(2, 1fr);
    }

    .home__category__footer__link {
        flex: 0 0 100%;
        max-width: 330px;
    }

    .home__category__footer::after,
    .home__category__footer::before {
        display: none;
    }

    .home, .hero {
        padding: clamp(6.5rem, 5.3233rem + 5.2298vw, 8.5625rem) 0 clamp(3.125rem, 1.9022rem + 5.4348vw, 6.25rem);
    }

    .form {
        grid-template-columns: auto;
    }

    .notes__box {
        grid-template-columns: repeat(2, 1fr);
    }

    .single__box {
        flex-wrap: wrap-reverse;
    }

    .single__box__items {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .share img {
        width: 30px;
    }

    .news__hot__items {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .latest__row__items {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .home__box {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }

    .home__box__sidebar__list__items--mobiledn,
    .home__box__news--mobiledn,
    .home__box__news__big__box__link__title p,
    .home__category__link__title p {
        display: none;
    }

    .home__box__news--mobiledb {
        display: block;
        padding-bottom: 40px;
    }

    .home__box__news__category {
        display: flex;
        gap: 30px;
        padding-bottom: 5px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgb(227, 227, 227);
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: thin;
        scrollbar-color: #B9144C #f8f9fa;
    }

    .home__box__news__category::-webkit-scrollbar {
        height: 5px;
    }

    .home__box__news__category::-webkit-scrollbar-track {
        background: #f8f9fa;
        border-radius: 4px;
    }

    .home__box__news__category::-webkit-scrollbar-thumb {
        background: #B9144C;
        border-radius: 4px;
    }

    .home__box__news__category::-webkit-scrollbar-thumb:hover {
        background: #9a103d;
    }

    .home__box__news__category__items {
        position: relative;
        margin: 0;
        flex-shrink: 0;
    }

    .home__box__news__category__items__link {
        font-size: 14px;
        line-height: 121%;
        color: #1E1E1E;
    }

    .home__box__news__category__items__link--active {
        color: #B9144C;
    }

    .contacts__box {
        grid-template-columns: auto;
        gap: 50px;
    }

    .contacts__box--border {
        gap: 0;
    }
    .author__cert {
        grid-template-columns: auto;
    }
    .author__cert__items__inner {
        padding-right: 0;
        border-right: none;
    }
}

@media (max-width: 575px) {

    .home__category__items--row,
    .home__category__items--column {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer__menu__list__items {
        justify-content: start;
    }
    .footer__box {
        grid-template-columns: repeat(1, 1fr);
    }
    .form__items__row {
        grid-template-columns: repeat(1, 1fr);
    }
    .form__input--mt {
        margin-top: 0;
        padding: clamp(0.9375rem, 0.8839rem + 0.2381vw, 1.0625rem) 0;
    }
    .notes__box {
        grid-template-columns: repeat(1, 1fr);
    }
    .single__content p, .single__content ul li {
        line-height: 175%;
    }
    .news__hot__items {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home__category__link--mih {
        min-height: auto;
    }
    .latest__row__items {
        flex: 0 0 100%;
        max-width: 100%;
    }
	.header__logo {
		max-width: 85px;
	}
	.footer__logo, .footer__address, p.footer__social-title {
		text-align: center;
	}
	.footer__social {
		justify-content: center;
	}
	.home__category__link__image--minheghtimg img {
		height: auto;
	}
	.single__content .gallery-columns-2 {
		grid-template-columns: auto;
	}
	.single__content .gallery-columns-3 {
		grid-template-columns: auto;
	}
}
