@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif !important;
    transition: .3s all;
    background-color: #F9F9F9 !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 800 !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
}

.wrapper {
    display: flex;
    gap: 3rem;
    align-items: start;
    width: calc(100% - 1.5rem);
    max-width: 1320px;
    margin: 0 auto;
}

#changeTheme {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    display: block !important;
}

body.dark .tab-pane p {
    color: #fff;
}

.tags-block a {
    font-size: .75rem !important;
    font-weight: 400 !important;
    color: #999 !important;
    background-color: #f0f0f0;
    padding: .25rem;
    border-radius: .25rem;
}

body.dark .tags-block a {
    background-color: #444 !important;
}

.search__form {
    display: flex;
    gap: .5rem;
}

body.dark .no-results p {
    color: #fff;
}

.sidebar {
    max-width: 196px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 2rem;
    position: fixed;
    height: calc(100vh - 3rem);
    top: 1.5rem;
    padding-bottom: 3rem;
    overflow-y: auto;
    flex-shrink: 0;
}

body.dark .logo__block svg path:nth-child(1),
body.dark .logo__block svg path:nth-child(2),
body.dark .logo__block svg path:nth-child(3),
body.dark .logo__block svg path:nth-child(4),
body.dark .logo__block svg path:nth-child(6) {
    fill: #fff;
}

.sidebar::-webkit-scrollbar {
    width: 0 !important;
}

.sidebar hr {
    margin: 0 !important;
    width: 100% !important;
    height: 1px !important;
    opacity: 1 !important;
    border: 0 !important;
    border: .5px solid #e1e1e1 !important;
}

body.dark .sidebar hr {
    border: .5px solid #333 !important;
}

.rubrics__block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: start;
    align-items: start;
}

.rubrics__block ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    gap: 1rem;
    color: #000;
}

body.dark .rubrics__block ul li a {
    color: #fff;
}

.rubrics__block ul li a:hover {
    color: #E30613 !important;
}

.rubrics__block ul li a picture {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E30613;
    border-radius: 6px;
    flex-shrink: 0;
}

.rubrics__block ul li a picture img {
    width: 100% !important;
    height: 100% !important;
    max-width: 20px !important;
    max-height: 20px !important;
}

.menu__block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    justify-content: start;
    align-items: start;
}

.menu__block ul a {
    color: #000;
    font-size: .75rem;
    font-weight: 500;
}

body.dark .menu__block ul a {
    color: #fff;
}

.menu__block ul a:hover {
    color: #E30613 !important;
}

.send__news {
    width: 100%;
    background-color: #EEEEEE;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 1rem;
    font-size: .75rem;
    font-weight: 500;
    border-radius: .5rem;
}

body.dark .send__news {
    background-color: #333;
    color: #fff;
}

.send__news > div {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    font-weight: 400;
    gap: .25rem;
}

.send__news > div a {
    color: #000;
}

body.dark .send__news > div a {
    color: #fff;
}

.send__news > div a:hover {
    color: #E30613 !important;
}

.send__news > div > a:first-child {
    font-size: 1rem;
    font-weight: 600;
}

.cpy__block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: .75rem;
    color: #999;
    font-weight: 500;
}

.cpy__block a {
    color: #000;
}

.cpy__block .active {
    color: #E30613 !important;
}

body.dark .cpy__block a {
    color: #fff;
}

.cpy__block a:hover {
    color: #E30613 !important;
}

.cpy__block > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cpy__block > div svg path {
    transition: .3s all;
}

body.dark .cpy__block > div svg path {
    fill: #fff;
}

.cpy__block > div svg:hover path {
    fill: #E30613 !important;
}

body.dark {
    background-color: #222 !important;
}

.header__content {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.header__content > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.header__content > div:last-child {
    max-width: 306px;
}

.sun__icon,
body.dark .moon__icon {
    display: none;
}

body.dark .sun__icon {
    display: block;
}

.header__content > div p {
    margin: 0;
    font-size: 14px;
}

body.dark .header__content > div p {
    color: #fff;
}

.header__content > div:first-child > div {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 14px;
}

body.dark .header__content > div:first-child > div {
    color: #fff;
}

.header__content > div:first-child > div span {
    color: #E30613;
    font-weight: 700;
}

.header__content > div ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.header__content > div ul li > div {
    display: flex;
    align-items: center;
    gap: .5rem;
}

body.dark .header__content > div ul li svg path,
body.dark .header__content > div ul li > div svg path {
    stroke: #fff;
}

body.dark .header__content > div ul {
    color: #fff;
}

.header__content > div ul li {
    display: flex;
    align-items: center;
    gap: .5rem;
    white-space: nowrap;
}

.header__content > div ul ul {
    position: absolute;
    z-index: 9;
    display: none;
    flex-direction: column;
    top: 2rem;
    background-color: #f0f0f0;
    padding: 1rem 1.5rem;
    left: -1rem;
    border-radius: 1rem;
    gap: 1rem;
}

.text__page {
    width: 100%;
    max-width: 800px;
}

.text__page p {
    font-size: 1rem;
    line-height: 160%;
}

body.dark .text__page {
    color: #fff;
}

body.dark .header__content > div ul ul {
    background-color: #333;
}

.header__content > div ul li:hover ul {
    display: flex;
}

.header__content > div ul li > svg {
    transition: .3s all;
}

.header__content > div ul li:hover > svg {
    transform: rotate(180deg);
}

.header__content > div:last-child button {
    padding: .6rem 1rem;
    border-radius: .5rem;
    border: 0;
    background-color: #E30613;
    color: #fff;
    line-height: 100%;
    font-size: .75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.header__content > div:last-child button:hover {
    background-color: #333;
}

.header__content > div:last-child > svg,
.header__content > div:last-child > a svg {
    cursor: pointer;
    transition: .3s all;
}

.header__content > div:last-child > svg:hover,
.header__content > div:last-child > a svg:hover {
    transform: scale(1.2);
}

.header__content > div:last-child a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

body.dark .header__content > div:last-child a {
    color: #fff;
}

.header__content > div:last-child a:hover {
    color: #E30613 !important;
}

.modal-header h4,
.offcanvas-header h4 {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    margin: 0;
}

#search {
    height: 160px !important;
}

body.dark .header__content > div:last-child > svg path,
body.dark .header__content > div:last-child > svg ellipse {
    stroke: #fff;
}

.header__content .logo__block {
    display: none !important;
}

.header__content > div:first-child > div:first-child svg {
    display: none;
}

body.dark .header__content > div:first-child > div:first-child > svg path {
    stroke: #fff;
}

.mobile__menu {
    display: none;
}

.content {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding-top: 1.5rem;
    width: calc(100% - 244px);
    margin-left: calc(196px + 3rem);
}

.footer {
    margin-top: auto;
}

.footer > div {
    background-color: #222222;
    color: #fff;
    padding: 2rem;
    border-radius: 1rem 1rem 0 0;
    margin-top: 2rem;
}

body.dark .footer > div {
    background-color: #111;
}

.footer__1 {
    display: flex;
    align-items: start;
}

.footer__1 > div {
    width: 100%;
}

.footer__1 a {
    font-size: 14px;
    color: #fff;
}

.footer__1 a:hover {
    color: #E30613;
}

.footer__1 strong {
    color: #777;
    font-weight: 600 !important;
    font-size: .75rem;
    margin-bottom: 1rem;
    display: block;
}

.footer__1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.footer__1 p {
    font-size: 14px;
}

.footer__social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 176px;
    margin-top: 1rem;
}

.footer__social path {
    fill: #fff;
    transition: .3s all;
}

.footer__social svg:hover path {
    fill: #E30613;
}

.footer__2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid #444;
    font-size: .75rem;
}

.footer__2 a {
    color: #999;
}

.footer__2 a:hover {
    color: #fff;
}

.slider__block {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 1.5rem;
}

.slider__block > div:first-child {
    position: absolute;
    left: 0;
    display: inline-block !important;
}

.slider__block > div {
    height: 376px;
    width: 100%;
}

.slider__block > div:last-child {
    max-width: 306px;
}

.slider__block > div:first-child {
    width: calc(100% - 330px);
}

.banners__block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.banner__card {
    height: 100%;
    position: relative;
}

.banner__card picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    top: 0;
}

.banner__card picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.banner__card:hover img {
    transform: scale(1.1);
}

.banner__card span {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 10px;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    line-height: 100%;
    border-radius: .5rem;
    background-color: #00000030;
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    z-index: 2;
}

.banner__card > div {
    position: absolute;
    padding: 1rem;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.banner__card > div a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
}

.banner__card > div a:hover {
    color: #E30613;
}

.banner__card > div p {
    margin: 0;
    font-size: 10px;
    color: #fff;
}

.slider {
    position: relative;
    height: 376px !important;
}

.slider .item {
    height: 376px !important;
    height: 100%;
}

.slider .item picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    top: 0;
}

.slider .item picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.slider .item:hover img {
    transform: scale(1.1);
}

.slider .item span {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 2;
    font-size: 10px;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    border-radius: .5rem;
    background-color: #00000030;
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    line-height: 100%;
}

.slider .item div {
    position: absolute;
    z-index: 2;
    padding: 1.5rem;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    justify-content: start;
    color: #fff;
    font-size: .75rem;
    max-width: 600px;
}

.slider .item div a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 130%;
}

.slider .item div a:hover {
    color: #E30613;
}

.slider .owl-dots {
    width: 4px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 1.5rem;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.slider .owl-dots button {
    width: 4px !important;
    height: 4px !important;
    background-color: #ffffff30 !important;
    border-radius: 4px;
    border: 0;
}

.slider .owl-dots button.active,
.slider .owl-dots button:hover {
    background-color: #fff !important;
}

.alert__block {
    background-color: #fff;
    padding: 2rem;
    border-radius: 1rem;
    border-left: 4px solid #E30613;
    margin-top: 1.5rem;
    padding-right: 8rem;
    position: relative;
}

.alert__block p {
    font-size: 1rem;
    margin: 0 0 1rem 0;
}

.alert__block button {
    background-color: #F5F7F9;
    border: 0;
    display: flex;
    align-items: center;
    gap: .5rem;
    border-radius: .75rem;
    font-size: 14px;
    font-weight: 500;
    padding: .25rem .25rem .25rem .75rem;
    color: #000;
}

.alert__block button span {
    width: 2rem;
    height: 2rem;
    background-color: #E30613;
    color: #fff;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 500;
}

.alert__block button:hover {
    background-color: #f0f0f0;
}

.buttons__reaction {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.alert__block svg {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

.alert__block svg rect {
    transition: .3s all;
}

.alert__block svg:hover rect {
    fill: #f0f0f0;
}

.alert__block {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.alert__block.hide {
    opacity: 0;
    transform: scale(0.95);
}

body.dark .alert__block {
    background-color: #333;
}

body.dark .alert__block p {
    color: #fff;
}

body.dark .alert__block button {
    background-color: #444;
    color: #fff;
}

body.dark .alert__block button:hover {
    background-color: #373737;
}

body.dark .alert__block svg rect {
    fill: #444;
}

body.dark .alert__block svg path {
    stroke: #fff;
}

body.dark .alert__block svg rect:hover {
    fill: #373737;
}

.carousel__block__1 {
    margin-top: 1.5rem;
    background-color: #fff;
    border-radius: 1rem;
    width: 100%;
    padding-bottom: 1rem;
}

body.dark .carousel__block__1 {
    background-color: #333;
}

.carousel__block__1 button {
    padding: 1rem;
    line-height: 100%;
    font-size: .75rem;
    font-weight: 500;
    color: #000;
    border: 1px solid #E1E1E1;
    border-radius: 1rem;
    background-color: transparent;
    margin-left: 1rem;
}

body.dark .carousel__block__1 button {
    color: #fff;
    border: 1px solid #444;
}

.carousel__block__1 button:last-child {
    margin-right: 1rem;
}

.carousel__block__1 button.active,
.carousel__block__1 button:hover {
    border-color: #000;
}

body.dark .carousel__block__1 button.active,
body.dark .carousel__block__1 button:hover {
    border-color: #fff;
}

.carousel__block__1 .nav {
    white-space: nowrap !important;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    margin: 1rem 0 0;
}

.carousel__block__1 .nav::-webkit-scrollbar {
    width: 0 !important;
}

.owl-carousel {
    position: relative;
}

.carousel__1 .item {
    margin-left: 1.05rem;
}

.carousel__1 .owl-nav,
.carousel__2 .owl-nav {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: end;
}

.carousel__1 .owl-nav button,
.carousel__2 .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: #F5F7F9 !important;
    font-size: 0 !important;
    border-radius: 6px !important;
    margin-top: -56px;
    margin-left: .5rem !important;
}

.carousel__1 .owl-nav .owl-prev,
.carousel__2 .owl-nav .owl-prev {
    background: url(../img/left.svg) center no-repeat #F5F7F9 !important;
}

body.dark .carousel__1 .owl-nav .owl-prev,
body.dark .carousel__2 .owl-nav .owl-prev {
    background: url(../img/left_white.svg) center no-repeat #444 !important;
}

.carousel__1 .owl-nav .owl-next,
.carousel__2 .owl-nav .owl-next {
    background: url(../img/right.svg) center no-repeat #F5F7F9 !important;
}

body.dark .carousel__1 .owl-nav .owl-next,
body.dark .carousel__2 .owl-nav .owl-next {
    background: url(../img/right_white.svg) center no-repeat #444 !important;
}

.carousel__1 .owl-nav button:hover,
.carousel__2 .owl-nav button:hover {
    background-color: #f0f0f0 !important;
}

body.dark .carousel__1 .owl-nav button:hover,
body.dark .carousel__2 .owl-nav button:hover {
    background-color: #373737 !important;
}

.new__card {
    display: flex;
    flex-direction: column;
}

.new__card .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    left: 0;
    top: 0;
}

.new__card .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.new__card .ratio picture:hover img {
    transform: scale(1.1);
}

.new__card .ratio span {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    font-size: 10px;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    line-height: 100%;
    border-radius: .5rem;
    background-color: #00000030;
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
}

.new__card > div:last-child {
    padding: .75rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.new__card__datetime {
    font-size: .75rem;
    display: flex;
    gap: .5rem;
    align-items: center;
}

body.dark .new__card__datetime {
    color: #fff;
}

.new__card__datetime span {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #00B126;
}

.new__card > div:last-child a {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    line-height: 130%;
}

body.dark .new__card > div:last-child a {
    color: #fff;
}

.new__card > div:last-child a:hover {
    color: #E30613 !important;
}

.new__card__info {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.new__card__info > div {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: .75rem;
}

body.dark .new__card__info {
    color: #fff;
}

body.dark .new__card__info svg rect {
    fill: #444;
}

body.dark .new__card__info svg path {
    stroke: #fff;
}

.slider__block__2 {
    margin-top: 1.5rem;
}

.slider__2 {
    background-color: #222222;
    border-radius: 1rem;
    overflow: hidden;
    height: 172px;
    position: relative;
}

body.dark .slider__2 {
    background-color: #111;
}

.slider__2 .item {
    height: 172px;
    color: #fff;
}

.slider__2 .item > div {
    display: flex;
    gap: 3.5rem;
    margin: 0 5rem;
}

.slider__2 .item > div > div {
    width: 100%;
}

.slider__2 .item > div > div:first-child {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: start;
    justify-content: center;
}

.slider__2 .item > div > div:first-child a {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.slider__2 .item > div > div:first-child a:hover {
    color: #E30613;
}

.slider__2 .item > div > div:first-child p {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.slider__2 .item > div > div:last-child {
    position: relative;
    height: 172px;
}

.slider__2 .item > div > div:last-child picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    left: 0;
    top: 0;
}

.slider__2 .item > div > div:last-child picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.slider__2 .item > div > div:last-child picture:hover img {
    transform: scale(1.1);
}

.slider__2 .item > div > div:last-child span {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    padding: 10px;
    line-height: 100%;
    border-radius: .5rem;
    background-color: #00000030;
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
}

.slider__2 .owl-nav {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    display: flex;
    padding: 0 1rem;
    justify-content: space-between;
    z-index: 1;
}

.slider__2 .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: #F5F7F9 !important;
    font-size: 0 !important;
    border-radius: 6px !important;
    margin: 66px 0 0 0 !important;
}

.slider__2 .owl-nav .owl-prev {
    background: url(../img/left.svg) center no-repeat #F5F7F9 !important;
}

body.dark .slider__2 .owl-nav .owl-prev {
    background: url(../img/left_white.svg) center no-repeat #444 !important;
}

.slider__2 .owl-nav .owl-next {
    background: url(../img/right.svg) center no-repeat #F5F7F9 !important;
}

body.dark .slider__2 .owl-nav .owl-next {
    background: url(../img/right_white.svg) center no-repeat #444 !important;
}

.slider__2 .owl-nav button:hover {
    background-color: #f0f0f0 !important;
}

body.dark .slider__2 .owl-nav button:hover {
    background-color: #373737 !important;
}

.carousel__block__1__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 130px;
    margin: 1rem 0 1rem 1rem;
}

.carousel__block__1__header h2 {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 20px;
    font-weight: 500 !important;
    margin: 0;
    line-height: 100%;
}

.carousel__block__2__header {
    margin: 1.5rem;
}

.carousel__block__2__header h2 {
    font-size: 20px;
    font-weight: 500 !important;
    margin: 0;
    line-height: 100%;
}

body.dark .carousel__block__1__header h2,
body.dark .carousel__block__2__header h2 {
    color: #fff;
}

.carousel__block__1__header h2 picture {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E30613;
    border-radius: 6px;
}

.carousel__block__1__header h2 picture img {
    width: 100% !important;
    height: 100% !important;
    max-width: 20px !important;
    max-height: 20px !important;
}

.carousel__block__1__header a {
    color: #000;
    font-size: .75rem;
    font-weight: 500;
    line-height: 100%;
    padding: .75rem 1rem;
    border-radius: .75rem;
    border: 1px solid #e1e1e1;
}

.carousel__block__1__header a:hover {
    border-color: #000;
}

body.dark .carousel__block__1__header a {
    color: #fff;
    border-color: #444;
}

body.dark .carousel__block__1__header a:hover {
    border-color: #fff;
}

.all__news {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.all__news__header h2 {
    line-height: 100%;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600 !important;
    margin: 0 1.5rem;
}

body.dark .all__news__header h2 {
    color: #fff;
}

.all__news__grid {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.new__item__card {
    background-color: #fff;
    border-radius: 1rem;
    width: calc(24.8% - .25rem);
}

body.dark .new__item__card {
    background-color: #333;
}

.rubrics__block .active a,
.footer .active a {
    color: #E30613 !important;
}

.all__news__header h1 {
    font-size: 1rem;
    font-weight: 600 !important;
}

body.dark .all__news__header h1 {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.all__news__header h1 picture {
    width: 2rem;
    height: 2rem;
    background-color: #E30613;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all__news__header h1 picture img {
    width: 100% !important;
    height: 100% !important;
    max-width: 20px !important;
    max-height: 20px !important;
}

.pagination__block {
    list-style: none;
    padding: 0;
    margin: 2rem 0 .5rem 0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
    font-size: 1rem;
    font-weight: 500;
}

.pagination__block span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e1e1e1;
    border-radius: 6px;
}

body.dark .pagination__block span {
    background-color: #333;
    color: #fff;
}

.pagination__block a {
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 6px;
}

.pagination__block a:hover {
    color: #E30613 !important;
}

body.dark .pagination__block a {
    background-color: #252525;
    color: #fff;
}

.inner__wrapper {
    margin-top: 0;
}

.search__header h1 {
    font-size: 1.5rem;
    color: #c1c1c1;
    display: inline-block !important;
}

.search__header h1 span {
    color: #000;
}

body.dark .search__header h1 {
    color: #999;
}

body.dark .search__header h1 span {
    color: #fff;
}

.text__page__header h1 {
    font-size: 1.5rem;
    color: #000;
    display: inline-block !important;
}

.text__block__1 {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.text__block__1 p {
    font-size: 14px;
}

.text__block__1 > div:first-child {
    width: 60%;
    flex-shrink: 0;
}

.text__block__1 > div:first-child picture {
    display: block;
}

.text__block__1 > div:first-child img {
    width: 100% !important;
    border-radius: 1rem;
}

.text__block__1 > div:last-child {
    width: 40%;
}

body.dark .text__block__1 p {
    color: #fff;
}

.text__block__2 {
    width: 100%;
    max-width: 600px;
    padding: 0 1.5rem;
    font-size: 14px;
    line-height: 160%;
}

body.dark .text__block__2 {
    color: #fff;
}

.menu__block .active a,
#menu .active a {
    color: #E30613 !important;
}

.contacts__card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 1rem;
    margin: 1.5rem 0;
}

.contacts__card strong {
    font-weight: 600 !important;
}

.contacts__card a {
    color: #000;
}

body.dark .contacts__card a {
    color: #fff;
}

.contacts__card a:hover {
    color: #E30613 !important;
}

.contacts__card p {
    font-size: 1rem;
    margin: 0;
    color: #000;
}

body.dark .contacts__card p {
    color: #fff;
}

.contacts__card > picture {
    width: 40px;
    height: 40px;
    background-color: #E30613;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contacts__card > picture img {
    width: 100% !important;
    height: 100% !important;
    max-width: 20px !important;
    max-height: 20px !important;
}

.contacts__social {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.contacts__social svg {
    width: 1.5rem;
    height: 1.5rem;
}

.contacts__social svg path {
    transition: .3s all;
}

body.dark .contacts__social svg path {
    fill: #fff;
}

.contacts__social svg:hover path {
    fill: #E30613 !important;
}

.carousel__2 {
    width: calc(100% - 3rem) !important;
    margin: 0 1.5rem;
}

.carousel__2 .owl-next {
    margin-right: 0 !important;
}

.carousel__2 .item picture {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    border-radius: 1rem;
    overflow: hidden;
}

.carousel__2 .item picture img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 70% !important;
    max-height: 70% !important;
    transition: .3s all;
}

.carousel__2 .item picture:hover img {
    transform: scale(1.1);
}

.types__of__advert__block {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: start;
}

.types__of__advert__block__header h2 {
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 100%;
    margin: 0;
}

body.dark .types__of__advert__block__header h2 {
    color: #fff;
}

.types__of__advert__block__items {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.type__of__advert {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    border-radius: 1rem;
    padding: 1.5rem;
    width: 32.333333%;
}

.type__of__advert picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

.type__of__advert picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.type__of__advert picture:hover img {
    transform: scale(1.1);
}

.type__of__advert h3 {
    font-size: 1rem;
    font-weight: 500 !important;
    line-height: 100%;
    margin: 0;
}

.type__of__advert p {
    font-size: .75rem;
    line-height: 160%;
    margin: 0;
}

.type__of__advert button {
    font-size: .75rem;
    font-weight: 500;
    padding: .75rem;
    line-height: 100%;
    border: 1px solid #e1e1e1;
    border-radius: .75rem;
    width: 100%;
    background-color: transparent;
    color: #000;
}

.type__of__advert button:hover {
    border-color: #000;
}

body.dark .type__of__advert {
    background-color: #333;
    color: #fff;
}

body.dark .type__of__advert button {
    border-color: #454545;
    color: #fff;
}

body.dark .type__of__advert button:hover {
    border-color: #fff !important;
}

.vacancies__list {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .5rem;
}

.vacancies__list > div {
    width: 100%;
}

.vacancies__list > div > button:not(.collapsed) {
    background-color: #F0F0F0;
}

body.dark .vacancies__list > div > button:not(.collapsed) {
    background-color: #181818;
    color: #fff;
}

.vacancies__list > div > button {
    background-color: #fff;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    border-radius: 1rem;
    padding: 1rem 1rem 1rem 1.5rem;
    border: 0;
    width: 100%;
}

.vacancies__list > div > button svg {
    transition: .3s all;
}

.vacancies__list > div > button:not(.collapsed) svg {
    transform: rotate(180deg);
}

body.dark .vacancies__list > div > button {
    background-color: #333;
    color: #fff;
}

.vacancies__list > div > button svg rect {
    transition: .3s all;
}

body.dark .vacancies__list > div > button svg rect {
    fill: #444;
}

body.dark .vacancies__list > div > button svg:hover rect {
    fill: #383838 !important;
}

body.dark .vacancies__list > div > button svg path {
    stroke: #fff;
}

.vacancies__list > div > div > div {
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
}

body.dark .vacancies__list > div > div > div {
    background-color: #333;
    color: #fff;
}

.vacancy__image img {
    width: 100% !important;
    border-radius: 1rem;
}

.vacancy__description p {
    font-size: 14px;
    line-height: 160%;
    margin: 0 0 1.5rem 0;
}

body.dark .vacancy__description p {
    color: #fff;
}

.vacancy__description > button {
    font-size: .75rem;
    color: #fff;
    background-color: #E30613;
    line-height: 100%;
    padding: .75rem 1rem;
    border-radius: .5rem;
    border: 0;
    display: inline-block;
}

.vacancy__description > button:hover {
    background-color: #222;
}

.new__inner__image {
    margin-top: 1.5rem;
}

.new__inner__image picture {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.dark .new__inner__image picture {
    background-color: #333;
}

.new__inner__image picture img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.new__inner__image span {
    position: absolute;
    z-index: 2;
    left: 1rem;
    bottom: 1rem;
    font-size: 10px;
    padding: .5rem;
    background-color: #f9f9f9;
    line-height: 100%;
    border-radius: .5rem;
}

.new__inner__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem;
}

body.dark .new__inner__info {
    background-color: #333;
}

.new__inner__info > div:first-child,
.new__inner__info > div:last-child > div {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .75rem;
}

body.dark .new__inner__info {
    color: #fff;
}

body.dark .new__inner__info svg rect {
    fill: #444;
}

body.dark .new__inner__info svg path {
    stroke: #fff;
}

.new__inner__info > div:first-child {
    font-weight: 600;
}

.new__inner__info > div svg {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
}

.new__inner__info > div:last-child {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.new__inner__info button {
    border: 0;
    border-radius: 6px;
    width: 2rem;
    height: 2rem;
    background-color: #E30613;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new__inner__info button:hover {
    background-color: #222;
}

.new__inner__text {
    margin-top: .75rem;
}

.new__inner__text p {
    padding: .75rem 1.5rem;
    font-size: 14px;
    line-height: 160%;
}

body.dark .new__inner__text {
    color: #fff;
}

.new__inner__text h6 {
    font-size: 1rem;
    font-weight: 500 !important;
    line-height: 160%;
    margin: 0;
    padding: 1.5rem;
    background-color: #f0f0f0;
    border-left: .25rem solid #E30613;
    border-radius: .5rem;
}

body.dark .new__inner__text h6 {
    background-color: #333;
}

.new__inner__reaction {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
}

.new__inner__reaction strong {
    font-size: 14px;
    font-weight: 600 !important;
}

body.dark .new__inner__reaction strong {
    color: #fff;
}

.new__inner__reaction__list {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.new__inner__reaction__list button {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .25rem .25rem .25rem .75rem;
    border-radius: .75rem;
    background-color: #f1f1f1;
    border: 0;
}

.new__inner__reaction__list button:hover {
    background-color: #f6f6f6;
}

body.dark .new__inner__reaction__list button {
    background-color: #333;
    color: #fff;
}

body.dark .new__inner__reaction__list button:hover {
    background-color: #444;
}

.new__inner__reaction__list button span {
    width: 2rem;
    height: 2rem;
    border-radius: .5rem;
    background-color: #E30613;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 500;
    color: #fff;
}

.new__inner__tags {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    margin-top: 2rem;
}

.new__inner__tags strong {
    font-size: 14px;
    font-weight: 600 !important;
}

body.dark .new__inner__tags strong {
    color: #fff;
}

.new__inner__tags > div {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.new__inner__tags > div a {
    color: #000;
    background-color: #fff;
    line-height: 100%;
    font-size: 14px;
    border-radius: .5rem;
    padding: 10px;
}

.new__inner__tags > div a:hover {
    background-color: #f6f6f6;
}

body.dark .new__inner__tags > div a {
    background-color: #333;
    color: #fff;
}

body.dark .new__inner__tags > div a:hover {
    background-color: #444;
}

.new__inner__comments {
    margin-top: 2rem;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

body.dark .new__inner__comments {
    background-color: #333;
}

.new__inner__comments form {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.new__inner__comments form textarea,
.new__inner__comments form input {
    padding: .85rem 1rem;
    border-radius: .75rem;
    font-size: 14px;
}

body.dark .new__inner__comments form textarea,
body.dark .new__inner__comments form input {
    background-color: #444;
    color: #fff;
    border-color: #555;
}

body.dark .new__inner__comments form textarea:focus,
body.dark .new__inner__comments form input:focus {
    border-color: #999;
}

body.dark .new__inner__comments form textarea::placeholder,
body.dark .new__inner__comments form input::placeholder {
    color: #fff;
}

.new__inner__comments form > div {
    display: flex;
    gap: .75rem;
}

.send__comment {
    border: 0;
    background-color: #E30613 !important;
    color: #fff !important;
    font-weight: 500;
    font-size: .75rem !important;
}

.send__comment:hover {
    background-color: #222 !important;
}

.commennts__list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: start;
}

.comment {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.comment__author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

body.dark .comment__author {
    color: #fff;
}

.comment__author svg,
.comment__author picture {
    width: 3.5rem;
    height: 3.5rem;
    flex-shrink: 0;
}

.comment__author > div {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .25rem;
    font-size: .75rem;
}

.comment__author > div strong {
    font-size: 1rem;
    font-weight: 600 !important;
}

.comment__text {
    padding: 1.5rem;
    background-color: #F0F0F0;
    border-radius: .5rem 1rem 1rem 1rem;
}

body.dark .comment__text {
    background-color: #444;
}

.comment__text p {
    font-size: 14px;
    line-height: 160%;
    margin: 0;
}

body.dark .comment__text p {
    color: #fff;
}

.inner__new__block {
    display: flex;
    gap: 1.5rem;
}

.inner__new__block > div {
    width: 100%;
}

.inner__new__block > div:last-child {
    max-width: 306px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1.5rem;
}

.inner__new__col__2__header {
    display: flex;
    align-items: center;
    width: 100%;
    gap: .5rem;
    justify-content: space-between;
}

.inner__new__col__2__header h3 {
    font-size: 1rem;
    font-weight: 600 !important;
    line-height: 100%;
    margin: 0;
}

body.dark .inner__new__col__2__header h3 {
    color: #fff;
}

.inner__new__col__2__header a {
    font-size: .75rem;
    font-weight: 500;
    line-height: 100%;
    padding: .75rem 1rem;
    border: 1px solid #e1e1e1;
    border-radius: .75rem;
    color: #000;
}

.inner__new__col__2__header a:hover {
    border-color: #c1c1c1;
}

body.dark .inner__new__col__2__header a {
    color: #fff;
}

body.dark .inner__new__col__2__header a {
    border-color: #444;
}

body.dark .inner__new__col__2__header a:hover {
    border-color: #555;
}

.inner__new__col__2__news {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.inner__new__col__2__news > div {
    width: 100%;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {
    .wrapper {
        flex-direction: column;
    }

    .sidebar,
    .header__content p {
        display: none;
    }

    .header__content .logo__block {
        display: block !important;
    }

    .header__content > div:first-child > div:first-child svg  {
        display: block;
    }

    .rubrics__block ul {
        gap: 2rem;
    }

    .rubrics__block a {
        font-size: 1.3rem !important;
        font-weight: 400 !important;
        color: #000 !important;
    }

    body.dark .mobile__menu rect {
        fill: #333;
    }
    
    .cpy__block {
        padding: .5rem .3rem;
    }

    .cpy__block > div svg {
       transform: scale(1.7);
    }

    body.dark .cpy__block > div svg path {
        fill: #000 !important;
    }

    #menu .offcanvas-body {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .menu__block ul {
        gap: 1.5rem;
    }

    .menu__block a {
        font-size: 1.5rem !important;
        color: #000 !important;
        font-weight: 400 !important;
    }

    .send__news {
        font-size: 1rem;
        font-weight: 400;
    }
    
    .send__news > div a:first-child {
        font-size: 2rem;
    }

    .mobile__info {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 2rem;
    }

    .mobile__info p {
        margin: 0;
    }

    .mobile__info .currency__block {
        display: flex !important;
        color: #000 !important;
        align-items: center;
        justify-content: space-between;
        font-size: 1.2rem !important;
    }

    .mobile__info .currency__block span {
        color: #E30613;
        font-weight: 600;
    }

    .weather__block {
        display: flex;
        align-items: center;
        gap: 1rem;
        border-top: 1px solid #e1e1e1;
        padding-top: 2rem;
    }

    .weather__block > div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .mobile__menu {
        display: block;
    }

    .content {
        padding-top: 0;
        width: 100%;
        margin-left: 0;
    }

}

@media (max-width: 992px) {
    .header__content {
        background-color: #ffffff85;
        backdrop-filter: blur(2rem);
        -webkit-backdrop-filter: blur(2rem);
        padding: 1rem;
        border-radius: 1rem;
        position: fixed;
        z-index: 99;
        left: .25rem;
        top: .25rem;
        width: calc(100% - .5rem);
    }

    .slider__block,
    .inner__wrapper {
        margin-top: 5.5rem;
    }

    body.dark .header__content {
        background-color: #00000050;
    }

    .header__content ul {
        display: none;
    }

    .header__content > div:last-child {
        max-width: 320px;
    }

    .footer__1 {
        flex-direction: column;
        gap: 3rem;
    }

    .footer__2 {
        flex-direction: column;
        gap: 1.5rem;
    }

    .slider__block {
        flex-direction: column;
        height: auto !important;
    }

    .slider__block > div {
        height: auto !important;
    }

    .banners__block {
        max-width: 100% !important;
        flex-direction: row;
    }

    .banner__card {
        height: 250px;
        width: 100%;
    }

    .slider__block > div:first-child {
        width: 100% !important;
        position: relative;
    }

    .alert__block {
        padding-right: 5rem;
    }

    .buttons__reaction {
        flex-direction: column;
    }

    .buttons__reaction button {
        width: 100%;
        justify-content: space-between;
    }

    .slider__2 .item > div > div:first-child a {
        font-size: 1rem;
    }

    .slider__2 .item > div > div:first-child p {
        font-size: .75rem;
    }

    .new__item__card {
        width: calc(24.75% - .25rem);
    }

    .text__block__1 {
        flex-direction: column;
        gap: 0;
    }

    .text__block__1 > div {
        width: 100% !important;
    }

    .text__block__2 {
        padding: 0;
    }

    .type__of__advert {
        width: 49%;
    }

    .new__inner__info {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: start;
        gap: .5rem;
    }

    .new__inner__info > div {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: .5rem !important;
    }

    .new__inner__info > div:last-child > div:first-child {
        width: 100%;
    }

    .new__inner__comments form textarea {
        height: 150px;
    }

    .new__inner__comments form > div {
        flex-direction: column;
    }

    .inner__new__block {
        flex-direction: column;
    }

    .inner__new__block > div:last-child {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .wrapper {
        margin-top: 1rem;
    }

    .currency__block,
    .header__content button {
        display: none !important;
    }

    .header__content > div:last-child {
        max-width: 220px;
    }

    .slider__2,
    .slider__2 .item {
        height: 340px;
    }

    .slider__2 .item {
        margin-left: 1rem;
        padding-top: 1rem;
    }

    .slider__2 .item > div {
        flex-direction: column-reverse;
        gap: 1rem;
        padding: 0;
    }

    .slider__2 .item > div > div:first-child {
        height: 140px;
        padding: 0 .5rem;
        justify-content: start;
    }

    .slider__2 .item > div > div:first-child a {
        font-size: .8rem;
    }

    .slider__2 .item > div > div:first-child p {
        font-size: .65rem;
    }

    .slider__2,
    .slider__2 .item {
        height: 340px;
    }

    .slider__2 .item {
        margin-left: 1rem;
        padding: 1rem 0 0 0;
    }

    .slider__2 .item > div {
        flex-direction: column-reverse;
        gap: 1rem;
        margin: 0;
    }

    .slider__2 .item > div > div:first-child {
        height: 140px;
        padding: 0 .5rem;
        justify-content: start;
    }

    .slider__2 .item > div > div:first-child a {
        font-size: .8rem;
    }

    .slider__2 .item > div > div:first-child p {
        font-size: .65rem;
    }

    .new__item__card {
        width: calc(33.15% - .25rem);
    }

    .type__of__advert {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .carousel__1,
    .carousel__2 {
        margin-top: 1rem;
    }

    .currency__block {
        display: none !important;
    }

    .banners__block {
        flex-direction: column;
    }

    .carousel__block__1__header {
        padding-right: 0;
        flex-direction: column;
        gap: 1rem;
        align-items: start;
        width: calc(100% - 2rem);
    }

    .carousel__block__1__header a {
        width: 100%;
        text-align: center;
    }

    .new__item__card {
        width: calc(50% - .25rem);
    }

    .new__item__card .new__card__datetime {
        font-size: 10px;
    }

    .new__item__card .new__card > div:last-child {
        gap: .5rem;
        padding: .5rem;
    }

    .new__item__card .new__card span {
        top: .25rem;
        left: .25rem;
        border-radius: 1rem;
    }
    
    .new__item__card .new__card > div > a {
        font-size: .75rem;
    }

    .new__item__card .new__card__info {
        gap: 1rem;
    }

    .new__item__card {
        border-radius: 1rem 1rem .5rem .5rem;
    }

    .new__item__card .new__card > div:last-child {
        padding-bottom: .2rem;
    }

    .new__item__card .new__card__info > div {
        gap: .5rem;
    }

    .new__item__card .new__card__info svg {
        width: 1.7rem;
    }

    .inner__new__col__2__news .new__item__card {
        border-radius: .5rem;
    }
}