/* Default styles */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}


.blog hr{
    border-top: 1px solid #e9e9e9;
	margin: 25px 0;

}

.red-block{
	background-color: #ffeeee;
    padding: 15px 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 3px solid red;
}

.text__blue{
	background-color: #eef7ff;
    padding: 15px 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 3px solid #359fdf;
}

.text__green{
	    background-color: #eafdf7;
    padding: 15px 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 3px solid #18acb4;
}

.text__yellow{
	background-color: #fffaee;
    padding: 15px 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 3px solid #ddad17;
}

.pagination {
  margin-top: 20px;
  text-align: center;
}

.pagination .wp-pagenavi {
  display: inline-block;
}

.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  display: inline-block;
  margin-right: 5px;
  padding: 8px 12px;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
}

.pagination .wp-pagenavi .current {
  background-color: #333;
  color: #fff;
}

.pagination .wp-pagenavi a:hover {
  background-color: #ccc;
}

.responsive-embed-container {
	 position: relative;
	 display: block;
	 overflow: hidden;
	 height: 0;
	 max-width: 100% !important;
}
.embed-responsive-16by9 {
	 padding-bottom: 56.25%;
	 aspect-ratio: 16 / 9;
}
.responsive-embed-container iframe, .responsive-embed-container object, .responsive-embed-container embed {
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 100%;
	 width: 100%;
}


.date_view{
	display: flex;
    justify-content: space-between;
    align-content: center;

}

figure{
	width: auto !important;
}
.header__more{
	margin-right: 20px;
}

.lang {
    display: block;
    color: #ffffff;
    font-size: 14px;
    background: #292929;
    border: none;
    font-weight: 600;
    padding: 10px 12px;
    cursor: pointer;
	border-radius: 6px;
}

.lang:hover {
    background: #292929;
    cursor: pointer;
    color: #898989;
}

.desrek{
	margin-bottom: 20px;
}

.mrek{
		display: none;
	}


@media (max-width: 768px) {
    .desrek{
		display: none;
	}
	.mrek{
		display: block;
		margin-bottom: 20px;
	}
}



H1{
	margin: 0;
}

.blog__body li{
	font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 2.1rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 5px;
}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

@media (max-width: 576px) {
    html {
        font-size: 56.25%;
    }

}

@media (max-width: 768px) {
	.desrek{
	display: none;
	}
	
	.mrek{
	display: block !important;
	margin-top: -9px !important;
	}
}




.info{
	display: flex;
	flex-direction: row;
	height: 68vh;
}
.contactlogo{
	background-color: #e7e7e7;
    border-radius: 3px;
    padding: 30px;
    margin-bottom: 20px;
	width: 33.3%;
}
.contactlogo h2{
	margin-bottom: 20px;
}
.maincontact{
	background-color: #fff;
    border-radius: 3px;
    padding: 30px;
    margin-bottom: 20px;
	width: 66.6%;
}


.mrek {
	display: none;
	margin-top: 2px !important;
	margin-left: 12px;
	margin-right: 9px;
}

.mrek img {
	border-radius: 8px;
}


.desrek, .mrek{
	margin-bottom: 14px !important;
	margin-top: -9px;
}

.desrek img {
	border-radius: 8px;
}
.desrek {
	margin-top: -5px !important;
}

.misha_loadmore{
  margin-top: 30px;
  margin-bottom: 40px;
  display: inline-block !important;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  text-decoration: none !important; 
	color: #fff;
    background-color: #ff0303;
    padding: 12px 90px;
    font-size: 2rem;
    line-height: 1.5;
    display: block;
    transition: 0.2s;
    border: 2px solid #ff0303;
}

.misha_loadmore:hover{
	background-color: transparent;
    color: #111;
}



body {
    background-color: #f6f6f6;
    -webkit-font-smoothing: antialiased;
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
    color: #1d1d1d;
}

a {
    text-decoration: none;
}


a:visited{
	color: black;
}

img {
    max-width: 100%;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: #f6f6f6;
}

*::-webkit-scrollbar-thumb {
    background-color: #b9b9b9;
    border-radius: 20px;
    border: 2px solid #f6f6f6;
}

/* Blocks */
.container {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1260px;
}


.nav__links a{
	display: block;
    font-weight: 500;
    transition: 0.2s;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
}
@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.wrapper--blog {
    margin-bottom: 20px;
    flex-wrap: nowrap;
}

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

@media (max-width: 480px) {
    .wrapper--blog {
        margin-bottom: 10px;
    }
}

.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main {
    padding: 0 10px;
    width: 66.66%;
}

@media (max-width: 1080px) {
    .main {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .main {
        margin-bottom: 10px;
    }
}

.aside {
    padding: 0 10px;
    flex-shrink: 0;
    width: 33.3%;
    height: 75vh;
    min-height: 115px;
    overflow: auto;
    position: sticky;
    top: 2%;
}

@media (max-width: 1080px) {
    .aside {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
}

.aside--ad {
    display: block;
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
}

@media (max-width: 1080px) {
    .aside--ad {
        width: 300px;
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
    .aside--ad {
        width: 450px;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .aside--ad {
        margin-bottom: 10px;
    }
}

.aside--ad img {
    display: block;
    width: 100%;
}

.aside--popular {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
}

@media (max-width: 1080px) {
    .aside--popular {
        width: calc(100% - 320px);
    }
}

@media (max-width: 768px) {
    .aside--popular {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .aside--popular {
        margin-bottom: 10px;
    }
}

.aside--popular > h1 {
    font-weight: 400;
    font-size: 2rem;
    color: #ff0303;
    margin-bottom: 13px;
}

.aside--popular a {
    color: #1d1d1d;
    display: block;
    transition: 0.2s;
}

.aside--popular a:not(:last-child) {
    padding-bottom: 13px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 13px;
}

.aside--popular a:hover {
    color: #ff0303;
}

.aside--popular a h2 {
    font-weight: 500;
    font-size: 1.7rem;
    margin-bottom: 13px;
}

@media (max-width: 480px) {
    .aside--popular a h2 {
        font-size: 1.7rem;
    }
}

.aside--popular a span {
    font-weight: 300;
    color: #6d6d6d;
}



    
.aside iframe {
    display: block;
    height: 470px;
    border: none;
    width: 100%;
    border-radius: 6px !important;
}

@media (max-width: 1080px) {
    .aside iframe {
        height: 450px;
    }
}

@media (max-width: 1080px) {
    .aside iframe {
        width: 100%;
    }
}

.badge {
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 6px;
    padding: 15px 20px;
    font-size: 2rem;
    margin: 0 10px 20px;
}

.badge span {
    color: #ff0303;
    font-weight: 500;
}

@media (max-width: 480px) {
    .badge {
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
}

.pagination {
    margin: 0 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 480px) {
    .pagination {
        margin-bottom: 10px;
    }
}

.pagination span {
    margin-right: 10px;
    font-size: 2rem;
}

.pagination a {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: #fff;
    margin-right: 10px;
    color: #1d1d1d;
}

@media (max-width: 480px) {
    .pagination a {
        width: 40px;
        height: 40px;
    }
}

.pagination a.active {
    color: #fff;
    background-color: #ff0303;
}

.ad {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.ad img {
    width: 100%;
    display: block;
}

@media (max-width: 480px) {
    .ad {
        margin-bottom: 10px;
    }
}

.header {
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px #00000008;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .header {
        margin-bottom: 10px;
    }
}

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

.header__box img {
    display: block;
    width: 180px;
}

@media (max-width: 768px) {
    .header__box img {
        width: 120px;
    }
}

@media (max-width: 768px) {
    .header__box {
        justify-content: space-between;
        height: 60px;
    }
}

@media (max-width: 768px) {
    .header__logo {
        order: 1;
    }
}

.header__menu {
    display: none;
    margin-left: 40px;
    cursor: pointer;
}

.header__menu svg rect {
    fill: #1d1d1d;
}

@media (max-width: 1080px) {
    .header__menu {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .header__menu {
        order: 0;
        margin-left: 0;
    }
}

.header__nav {
    margin-left: 54px;
    display: flex;
}

@media (max-width: 1080px) {
    .header__nav {
        display: none;
    }
}

.header__nav a {
    display: block;
    color: #000;
    margin-right: 30px;
    font-size: 2rem;
    line-height: 23.16px;
    transition: 0.2s;
}

.header__nav a:hover {
    color: #ff0303;
}

.header__right {
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .header__right {
        display: none;
    }
}

.header__right > i {
    color: #aaaaaa;
    font-size: 20px;
    cursor: pointer;
    transition: 0.2s;
}

.header__right > i:hover {
    color: #ff0303;
}

.header__right a {
    display: flex;
    align-items: center;
    background-color: #007bff;
    padding: 9.28px 12.99px;
    color: #fff;
    border-radius: 8px;
    margin-left: 18.36px;
    transition: 0.2s;
    border: 2px solid #0069f2;
}

.header__right a:hover {
    background-color: transparent;
}

.header__right a:hover span {
    color: #ffffff;
}

.header__right a div {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
}

.header__right a div i {
    color: #007bff;
    font-size: 14px;
}

.header__right a span {
    margin-left: 5.66px;
    font-weight: 500;
}

.header__right form {
    width: 400px;
    position: absolute;
    bottom: -75px;
    right: 135px;
    z-index: 1;
    visibility: hidden;
    transition: 0.3s;
    bottom: 100px;
    opacity: 0;
}

.header__right form.active {
    visibility: visible;
    bottom: -75px;
    opacity: 1;
}

.header__right form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
    font-size: 2rem;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__right form button i {
    color: #aaaaaa;
}

.header__right form input {
    border: none;
    height: 45px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 1.6rem;
    font-family: 'Inter', sans-serif;
    padding-right: 45px;
    box-shadow: 0 4px 4px 0 #dddddd40;
}

.header__right form input::-moz-placeholder {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
}

.header__right form input:-ms-input-placeholder {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
}

.header__right form input::placeholder {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
}

.header__right form input:focus {
    outline: 0;
}

.header__tg {
    display: none;
    justify-content: center;
    align-items: center;
    order: 3;
    width: 28px;
    height: 28px;
    background-color: #1d1d1d;
    transition: 0.2s;
    border-radius: 50%;
}

.header__tg:hover {
    background-color: #ff0303;
}

.header__tg i {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 768px) {
    .header__tg {
        display: flex;
    }
}

.cover {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .cover {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .cover {
        margin-bottom: 10px;
    }
}

.cover__box {
    position: relative;
}

.cover__content {
    display: block;
    color: #fff;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 6px;
}

@media (max-width: 480px) {
    .cover__content {
        height: 250px;
    }
}

@media (max-width: 360px) {
    .cover__content {
        height: 225px;
    }
}

.cover__content:hover img {
    width: 100%;
    height: 110%;
}

.cover__content img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 1s;
}

.cover__content h1 {
    position: absolute;
	color: #ffffff !important;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    font-weight: 500;
    font-size: 2.6rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3036) 48.24%, rgba(0, 0, 0, 0.7176) 100%);
    padding: 20px;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 1200px) {
    .cover__content h1 {
        font-size: 2.4rem;
    }
}

@media (max-width: 1080px) {
    .cover__content h1 {
        font-size: 2rem;
    }
}

@media (max-width: 992px) {
    .cover__content h1 {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .cover__content h1 {
        font-size: 2.4rem;
    }
}

@media (max-width: 480px) {
    .cover__content h1 {
        font-size: 2rem;
        padding: 10px;
    }
}

@media (max-width: 360px) {
    .cover__content h1 {
        font-size: 1.6rem;
    }
}

.cover__cat, .cover__box a:nth-child(2) {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    background-color: #fff;
    font-size: 1.4rem;
    padding: 3.5px 10px;
    box-shadow: 0px 0px 1px 0px #00000066;
    border-radius: 3px;
    color: #1d1d1d;
}

@media (max-width: 480px) {
    .cover__cat {
        top: 10px;
        left: 10px;
    }
}

.post {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .post {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .post {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .post {
        margin-bottom: 10px;
    }
}

.post__box {
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.post__box:hover {
    box-shadow: 0px 4px 10px 0px #00000008;
    transform: translateY(-7px);
}

.post__header {
    position: relative;
}

.post__photo {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.post__photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post__cat {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: block;
    background-color: #fff;
    font-size: 1.4rem;
    padding: 3.5px 10.5px;
    box-shadow: 0px 0px 1px 0px #00000066;
    border-radius: 3px;
    color: #1d1d1d;
}

@media (max-width: 480px) {
    .post__cat {
        bottom: 10px;
        left: 10px;
    }
}

.post__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px;
    color: #1d1d1d;
    flex-grow: 1;
}

@media (max-width: 480px) {
    .post__body {
        padding: 15px;
    }
}

.post__body h1 {
    font-size: 1.7rem;
    margin-bottom: 15px;
    font-weight: 500;
	margin-top: 0;
	
}

@media (max-width: 360px) {
    .post__body h1 {
        font-size: 1.8rem;
    }
}

.post__body span {
	display: flex;
    font-weight: 300;
    color: #6d6d6d;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.lenta__item span {
    display: flex;
    font-weight: 300;
    color: #6d6d6d;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}


.fa-eye{
	margin-right: 3px;
}
.lenta {
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    width: 100%;
    margin: 0 10px 20px;
}

@media (max-width: 992px) {
    .lenta {
        background-color: transparent;
        padding: 0;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}

@media (hover: none) and (pointer: coarse) {
    .lenta::-webkit-scrollbar {
        height: 0;
    }
}

@media (max-width: 480px) {
    .lenta {
        margin-bottom: 10px;
    }
}

.lenta__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #1d1d1d;
    width: 25%;
    transition: 0.2s;
}

.lenta__item:not(:last-child) {
    padding-right: 30px;
}

@media (max-width: 992px) {
    .lenta__item {
        min-width: 300px;
        background-color: #fff;
        padding: 20px;
        border-radius: 6px;
        margin-bottom: 15px;
    }

    .lenta__item:not(:last-child) {
        margin-right: 20px;
    }
}

@media (max-width: 480px) {
    .lenta__item:not(:last-child) {
        margin-right: 10px;
    }
}

@media (max-width: 360px) {
    .lenta__item {
        min-width: 270px;
    }
}

@media (hover: none) and (pointer: coarse) {
    .lenta__item {
        margin-bottom: 0;
    }
}

.lenta__item:hover {
    color: #ff0303;
}

.lenta__item h1 {
    font-size: 1.7rem;
    margin-bottom: 15px;
    font-weight: 500;
}

@media (max-width: 480px) {
    .lenta__item h1 {
        font-size: 1.8rem;
    }
}



.social {
    margin-bottom: 20px;
    background-color: #1b1b1b;
    padding: 40px 55px;
    height: 120px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    width: 100%;
    margin: 20px 0 0 0;
}

@media (max-width: 480px) {
    .social {
        height: 90px;
        padding: 40px 15px;
        margin-bottom: 10px;
    }
}

.social h1 {
    font-weight: 700;
    font-size: 2rem;
    margin-right: 30px;
    color: #fff;
}

@media (max-width: 768px) {
    .social h1 {
        display: none;
    }
}

@media (max-width: 1200px) {
    .social {
        justify-content: center;
    }
}

.social__links {
    display: flex;
    flex-grow: 1;
}

@media (max-width: 1200px) {
    .social__links {
        flex-grow: 0;
    }
}

.social__links a {
    display: flex;
    align-items: center;
    color: #fff;
}

.social__links a:not(:last-child) {
    margin-right: 40px;
}

@media (max-width: 1200px) {
    .social__links a:not(:last-child) {
        margin-right: 20px;
    }
}

@media (max-width: 480px) {
    .social__links a:not(:last-child) {
        margin-right: 15px;
    }
}

.social__links a div {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 480px) {
    .social__links a div {
        width: 30px;
        height: 30px;
    }
}

.social__links a div i {
    color: #191919;
    font-size: 24px;
}

@media (max-width: 480px) {
    .social__links a div i {
        font-size: 20px;
    }
}

.social__links a span {
    margin-left: 8px;
    font-weight: 500;
    font-size: 1.8rem;
}

@media (max-width: 1200px) {
    .social__links a span {
        display: none;
    }
}

.social__links a svg {
    width: 36px;
    height: 37px;
}

@media (max-width: 480px) {
    .social__links a svg {
        width: 30px;
        height: 30px;
    }
}

.footer {
    background-color: #0f0f0f;
    padding: 20px 0;
    margin-top: auto;
}

.footer__inner {
    display: flex;
    position: relative;
}

@media (max-width: 992px) {
    .footer__inner {
        flex-direction: column-reverse;
    }
}

.footer__inner > span {
    width: 2px;
    background-color: #f6f6f6;
    display: block;
    margin: 0 30px;
}

@media (max-width: 992px) {
    .footer__inner > span {
        display: none;
    }
}

.footer__copy {
    flex-shrink: 0;
}

.footer__copy img {
    width: 130px;
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .footer__copy img {
        display: none;
    }
}

.footer__copy p {
    font-weight: 300;
    color: #ffffff;
}

@media (max-width: 992px) {
    .footer__copy p {
        margin-right: 45px;
    }
}

.footer__right {
    flex-grow: 1;
}

@media (max-width: 992px) {
    .footer__right {
        margin-bottom: 20px;
    }
}

.footer__nav {
    font-size: 1.8rem;
    display: flex;
    flex-wrap: wrap;
}

.footer__nav a {
    display: block;
    color: #ffffff;
    transition: 0.2s;
    margin-bottom: 10px;
}

.footer__nav a:not(:last-child) {
    margin-right: 30px;
}

.footer__nav a:hover {
    color: #ff0303;
}

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

.footer__content p {
    line-height: 1.5;
    color: #cecece;
    font-weight: 300;
    max-width: 750px;
}

.footer__content img {
    height: 30px;
}

@media (max-width: 992px) {
    .footer__content img {
        position: absolute;
        bottom: -5px;
        right: 15px;
    }
}

.blog {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
}

@media (max-width: 576px) {
    .blog {
        padding: 15px;
    }
}

.blog__header {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.blog__header > span {
    font-weight: 300;
    font-size: 1.8rem;
    color: #8c8c8c;
}

@media (max-width: 480px) {
    .blog__header > span {
        font-size: 1.6rem;
    }
}

.blog__header > h1 {
    color: #000;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 20px 0;
}

@media (max-width: 576px) {
    .blog__header > h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 480px) {
    .blog__header > h1 {
        font-size: 2.4rem;
    }
}

@media (max-width: 360px) {
    .blog__header > h1 {
        font-size: 2rem;
    }
}

.blog__header > p {
    font-family: 'Merriweather', serif;
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 1.5;
	font-style: italic;
    color: #000;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .blog__header > p {
        font-size: 1.6rem;
    }
}

.blog__cat {
    font-size: 1.8rem;
    line-height: 1.1;
    background-color: #1d1e1c;
    padding: 5px 10px;
    margin-right: 13px;
    border-radius: 6px;
    color: #fff;
}

@media (max-width: 480px) {
    .blog__cat {
        font-size: 1.6rem;
    }
}

.blog__author {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.blog__author--photo {
    position: relative;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 12px;
    flex-shrink: 0;
}

.blog__author--photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog__author--content {
    display: flex;
    flex-wrap: wrap;
}

.blog__author--content p {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 8px;
    width: 100%;
}

.blog__author--content a {
    background-color: #000000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    transition: 0.2s;
}

.blog__author--content a:hover {
    background-color: #ff0303;
}

.blog__author--content a i {
    color: #fff;
    font-size: 12px;
}

.blog__body figure {
    margin-bottom: 15px;
}

.blog__body figure img {
    display: block;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 6px;
	height: auto;
}

.blog__body figure figcaption {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.1;
    color: #8c8c8c;
}

.blog__body p {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.7;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog__body ul {
    padding-left: 40px;
}

@media (max-width: 480px) {
    .blog__body p {
        font-size: 1.8rem;
    }
}

@media (max-width: 360px) {
    .blog__body p {
        font-size: 1.6rem;
    }
}

.blog__body p a {
    color: #ff0303;
}

.blog__body a {
    color: #ff0303;
}

.blog__body b {
    font-weight: 500;
}

.blog__body h2 {
    font-family: 'Merriweather', serif;
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 15px;
}

@media (max-width: 480px) {
    .blog__body h2 {
        font-size: 1.8rem;
    }
}


.blog__body h3{
	margin-top: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 20px;
}

.blog__body blockquote{
    display: block;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 1.5;
    color: #000;
    margin: 0px;
    margin-bottom: 20px;
    background-color: #fff7f4;
    border-radius: 6px;
    padding: 50px 30px 15px;
    background-image: url(../img/quote.png);
    background-repeat: no-repeat;
    background-position: 22px 11px;
}

.blog__body blockquote p{
	margin-top: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 2.1rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 5px;
}

@media (max-width: 480px) {
    .blog__body blockquote {
        font-size: 1.6rem;
        /* padding: 5px 15px 15px; */
    }
}

.blog__body blockquote img {
    display: block;
    position: relative;
    left: -7.5px;
}

.blog__more {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 30px;
    background-color: #fff7f4;
    padding: 30px 30px 15px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 480px) {
    .blog__more {
        padding: 15px 15px 15px 20px;
    }
}

.blog__more h2 {
    color: #ff0303;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
}

.blog__more a {
    display: block;
    color: #1d1d1d;
    padding: 15px 0;
    transition: 0.2s;
}

@media (max-width: 480px) {
    .blog__more a {
        font-size: 1.8rem;
    }
}

.blog__more a:hover {
    color: #ff0303;
}

.blog__more a:not(:last-child) {
    border-bottom: 1px solid #ebe3e0;
}

.blog__more:before {
    content: "";
    display: block;
    background-color: #ff0303;
    width: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.blog__footer {
    display: flex;
}

@media (max-width: 576px) {
    .blog__footer {
        justify-content: center;
    }
}

.blog__footer a {
    display: flex;
    align-items: center;
    color: #000;
    margin-right: 30px;
    transition: 0.2s;
}

@media (max-width: 576px) {
    .blog__footer a {
        margin-right: 15px;
    }
}

@media (max-width: 576px) {
    .blog__footer a span {
        display: none;
    }
}

.blog__footer a:hover {
    color: #ff0303;
}

.blog__footer a:hover div {
    background-color: #ff0303;
}

.blog__footer a div {
    width: 32px;
    height: 32px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    transition: 0.2s;
    flex-shrink: 0;
}

.blog__footer a div i {
    color: #fff;
    font-size: 20px;
}

.nav {
    transform: translateX(-300px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100vh;
    background-color: #fff;
    width: calc(100% - 30px);
    max-width: 270px;
    transition: 0.2s;
}

.nav a {
    color: #000;
}

.nav.active {
    transform: translateX(0);
}

.nav__logo img {
    width: 75%;
}

.nav__top {
    position: relative;
    display: none;
    padding: 15px;
    color: #fff;
    background-color: #030303;
    display: flex;
    align-items: center;
}

.nav__top a {
    color: #fff;
    font-size: 3rem;
}

.nav__close {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ff0303;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -15px;
    font-size: 3rem;
    cursor: pointer;
}

.nav__links {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.nav__links form {
    position: relative;
}

.nav__links form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
    font-size: 2rem;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav__links form button i {
    color: #1d1d1d;
}

.nav__links form input {
    border: none;
    padding: 10px 45px 10px 15px;
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 5px;
    font-size: 1.6rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.nav__links form input::-moz-placeholder {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
}

.nav__links form input:-ms-input-placeholder {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
}

.nav__links form input::placeholder {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
}

.nav__links form input:focus {
    outline: 0;
}

.nav__link {
    display: block;
    font-weight: 500;
    transition: 0.2s;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.nav__link:hover {
    background-color: #eeeeee;
}


.fullm .blog{
    /* padding: 40px 160px; */
}

.fullm{
    width: 100%;
    padding: 0px 10px;
    margin: 0 auto;
    max-width: 1260px;
}

.page {
	margin: 0;
}
