/* libs */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
	outline: none;
}

input:focus,
input:active,
textarea:focus,
textarea:active,
button:focus,
button:active,
select:focus,
select:active {
	outline: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--font-brand: "Inter", var(--font-sans);
}

h1,
h2,
h3 {
	margin: 0;
	margin-top: 0;
	font-weight: normal;
}

html {
	height: 100%;
}

body {
	font-family: var(--font-sans);
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	background: #fff;
	height: 100%;
}
body.deactive {
	overflow: hidden;
}

.site {
	height: 100%;
}

.wrapper {
	width: 100%;
	max-width: 1760px;
	padding: 0 60px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* height: 100%; */
}

h2 {
	font-family: var(--font-sans);
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	margin-bottom: 40px;
}

.descr {
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 32px;
}
.descr p {
	margin: 0;
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

/* Header */
.head {
	padding: 64px 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.breadcrumbs a,
.breadcrumbs .logo_head {
	font-family: var(--font-brand);
	font-weight: 900;
	font-size: 32px;
	line-height: 39px;
	text-decoration: none;
	color: #333333;
	position: relative;
}
.breadcrumbs a::after,
.breadcrumbs .logo_head::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #333333;
	position: absolute;
	left: 0;
	bottom: 0;
}
.breadcrumbs .breadcrumbs_link {
	margin-left: 34px;
	position: relative;
}
.breadcrumbs .breadcrumbs_link::before {
	content: '/';
	position: absolute;
	left: -24px;
}

/* About */
.about {
	width: 100%;
	padding: 56px 64px;
	background: -o-linear-gradient(
		345.76deg,
		rgba(126, 126, 126, 0.67) -6.68%,
		#7e7e7e 34.95%,
		rgba(126, 126, 126, 0.65) 104.33%
	);
	background: linear-gradient(
		104.24deg,
		rgba(126, 126, 126, 0.67) -6.68%,
		#7e7e7e 34.95%,
		rgba(126, 126, 126, 0.65) 104.33%
	);
	border-radius: 24px;
	margin: 64px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 32px;
	line-height: 50px;
	color: #ffffff;
	position: relative;
}
.about::after {
	content: '';
	width: 256px;
	height: 1px;
	background: #777777;
	position: absolute;
	bottom: -64px;
	left: 50%;
	margin-left: -128px;
}

.image_about {
	width: 262px;
	height: 262px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-right: 64px;
}
.image_about img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.text_about {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.title_about {
	font-family: var(--font-sans);
	font-weight: 500;
	font-size: 32px;
	line-height: 64px;
	padding-bottom: 25px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 24px;
}
.title_about span {
	font-family: var(--font-brand);
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	display: block;
}

.descr_about h1 {
	font-family: var(--font-sans);
	font-weight: 400;
	font-size: 32px;
	line-height: 50px;
}

.social {
	width: 311px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	color: #fff;
	margin-left: 64px;
	border-left: 2px solid rgba(255, 255, 255, 0.5);
	padding-left: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.link_social {
	margin-bottom: 64px;
	text-align: center;
}
.link_social:last-child {
	margin-bottom: 0;
}
.link_social a {
	width: 72px;
	height: 72px;
	display: block;
	margin: 0 auto 16px;
	border: none;
}
.link_social a img {
	display: block;
}
.link_social span {
	display: block;
	font-size: 20px;
	line-height: 32px;
}

/* Card */
.card {
	width: calc(33.33% - 40px);
	background: #efefef;
	border-radius: 24px;
	padding: 32px;
	margin: 0 20px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.image_card {
	width: 120px;
	height: 120px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-right: 32px;
}
.image_card img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.title_card {
	font-family: var(--font-sans);
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.title_card span {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.icon_card {
	width: 36px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-right: 16px;
}
.icon_card img {
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.inner_card {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.text_card {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.text_card p {
	font-size: 20px;
	line-height: 32px;
	margin: 0;
}
.text_card a {
	color: #333333;
}

.link_card {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.link_card .link {
	font-size: 20px;
	line-height: 32px;
	text-decoration: none;
	color: #333333;
}

.link {
	font-size: 18px;
	line-height: 28px;
	text-decoration: none;
	color: #333333;
	display: block;
	padding-right: 32px;
	margin-top: 0;
}

.link-content {
	font-size: 32px;
	text-align: center;
}

.link span {
	position: relative;
}
.link span::before {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/icon_link.svg) no-repeat;
	position: absolute;
	bottom: 0;
	right: -32px;
}
.link span::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #333333;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Carousel — CSS scroll-snap, no jQuery/Slick */
.carousel {
	width: calc(100% + 40px);
	margin: 0 -20px;
	padding-bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	gap: 0;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.carousel::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}
.carousel .item_carousel {
	height: auto;
	padding: 0 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
	scroll-snap-align: start;
	box-sizing: border-box;
}
.carousel .card,
.carousel .card_blog {
	width: 100%;
	height: 100%;
	margin: 0;
}
.carousel-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	margin: 8px 0 24px;
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
}
.carousel-nav .more_card {
	margin: 0;
	text-align: center;
}
.carousel-nav .more_card .link {
	margin: 0;
	display: inline-block;
}
.carousel-nav__btn {
	width: 56px;
	height: 56px;
	padding: 0;
	border: 0;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.carousel-nav__btn--prev {
	background-image: url(../img/arrow-prev.svg);
}
.carousel-nav__btn--next {
	background-image: url(../img/arrow-next.svg);
}
.carousel-nav__btn:disabled {
	opacity: 0.35;
	cursor: default;
}

/* Projects */
.projects {
	padding: 64px 0;
}

.wrap_projects {
	width: calc(100% + 40px);
	margin: 0 -20px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap_projects .card:first-child {
	width: calc(100% - 40px);
	padding: 45px 48px;
}
.wrap_projects .card:first-child .image_card {
	width: 170px;
	height: 170px;
	margin-right: 48px;
}
.wrap_projects .card:first-child .image_card img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.wrap_projects .card:nth-child(2),
.wrap_projects .card:nth-child(3) {
	width: calc(50% - 40px);
}

/* Podcasts */
.podcasts {
	padding: 64px 0 74px;
}

.wrap_podcasts {
	width: calc(100% + 40px);
	margin: 0 -20px 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.more_card {
	text-align: center;
	margin-top: 8px;
	clear: both;
	position: relative;
	z-index: 0;
}
.more_card .link {
	margin: 0;
}

/* Blog */
section.blog {
	padding: 64px 0 50px;
}

.card_blog {
	width: calc(33.33% - 40px);
	background: #efefef;
	-webkit-box-shadow: 0px 0px 32px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 32px rgba(255, 255, 255, 0.2);
	border-radius: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
}
.card_blog .image_blog {
	width: 100%;
	height: 288px;
	overflow: hidden;
}
.card_blog .image_blog a,
.card_blog .image_blog .image_blog__link {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.card_blog .image_blog img,
.card_blog .image_blog .image_blog__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.card_blog .icon_blog {
	width: 48px;
	height: 48px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 16px rgba(6, 6, 6, 0.5);
	box-shadow: 0px 0px 16px rgba(6, 6, 6, 0.5);
	border-radius: 16px;
	position: absolute;
	top: 12px;
	right: 12px;
	background-repeat: no-repeat;
	background-position: center;
}
.card_blog .icon_blog.icon_vc {
	background-image: url(../img/vc.svg);
}
.card_blog .icon_blog.icon_rb {
	background-image: url(../img/rb.png);
}
.card_blog .icon_blog.icon_habr {
	background-image: url(../img/habr.png);
}
.card_blog .icon_blog.icon_tproger {
	background-image: url(../img/tproger.webp);
}
.card_blog .icon_blog.icon_pikabu {
	background-image: url(../img/pikabu.png);
}
.card_blog .icon_blog.icon_vk {
	background-image: url(../img/vk-video.png);
}
.card_blog .inner_card {
	height: calc(100% - 288px);
	padding: 20px 24px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}
.card_blog:hover .image_blog a,
.card_blog:hover .image_blog img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.head_blog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 8px 12px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
}
.head_blog div {
	text-decoration: underline;
	text-transform: lowercase;
}
.head_blog div a {
	color: #333333;
}

.title_blog {
	font-family: var(--font-sans);
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 10px;
}

.card_blog p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	overflow: hidden;
}

.card_podcast .inner_card {
	height: 100%;
	padding: 32px;
}

.card_podcast .head_blog div {
	text-transform: none;
	text-decoration: none;
}

.card_podcast .tag_blog {
	position: relative;
	padding-left: 28px;
}
.card_podcast .tag_blog::before {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/podcasts.svg) no-repeat;
	position: absolute;
	top: 2px;
	left: 0;
}

.icon_card {
	background-position: center;
	background-repeat: no-repeat;
}
.icon_card.icon_ym {
	background-image: url(../img/ym.png);
}
.icon_card.icon_mw {
	background-image: url(../img/mw.png);
}
.icon_card.icon_youtube {
	background-image: url(../img/youtube.png);
}
.icon_card.icon_tv {
	background-image: url(../img/tv.png);
}
.icon_card.icon_radio {
	background-image: url(../img/radio.png);
}
.icon_card.icon_vk {
	background-image: url(../img/vk-video.png);
}

/* Callback */
.callback {
	width: 100%;
	padding: 48px;
	background: -o-linear-gradient(
		345.76deg,
		rgba(126, 126, 126, 0.67) -6.68%,
		#7e7e7e 34.95%,
		rgba(126, 126, 126, 0.65) 104.33%
	);
	background: linear-gradient(
		104.24deg,
		rgba(126, 126, 126, 0.67) -6.68%,
		#7e7e7e 34.95%,
		rgba(126, 126, 126, 0.65) 104.33%
	);
	-webkit-box-shadow: 0px 0px 24px rgba(255, 255, 255, 0.15);
	box-shadow: 0px 0px 24px rgba(255, 255, 255, 0.15);
	border-radius: 24px;
	margin: 64px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	position: relative;
}
.callback .social {
	width: 341px;
	padding: 0 30px 0 64px;
	margin-left: 10px;
}

.image_callback {
	width: 304px;
	border-radius: 16px;
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-right: 48px;
}
.image_callback img {
	width: 100%;
	height: auto;
	display: block;
}

.text_callback {
	-webkit-box-flex: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	-ms-flex: 2;
	flex: 2;
}
.text_callback p {
	margin: 0;
}

.title_callback {
	font-family: var(--font-sans);
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 16px;
}
.btn_callback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	text-decoration: none;
	padding: 15px 40px;
	margin-top: 24px;
	border-radius: 16px;
	background: #4f4f4f;
	text-align: center;
	box-sizing: border-box;
}
.btn_callback:hover,
.btn_callback:focus {
	background: #3a3a3a;
	color: #ffffff;
}

/* Subscribe */
.subscribe {
	padding: 64px 0;
	margin-bottom: 128px;
}
.subscribe h2 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 16px;
}

.wrap_subscribe {
	max-width: 528px;
	margin: 0 auto;
}

.form_subscribe {
	max-width: 520px;
	margin: 0 auto;
}
.form_subscribe input {
	display: block;
	width: 100%;
	height: 72px;
	background: #efefef;
	border-radius: 16px;
	border: none;
	padding: 0 29px !important;
	font-family: var(--font-sans);
	font-size: 20px;
	color: #000000;
	margin-bottom: 24px;
}
.form_subscribe input[type='submit'],
.form_subscribe button {
	display: block;
	width: 100%;
	height: 72px;
	background: #333333;
	border-radius: 16px;
	border: none;
	font-family: var(--font-sans);
	font-size: 24px;
	line-height: 29px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.form_subscribe input[type='submit']:hover,
.form_subscribe button:hover {
	background: #000000;
}

/* Page Blog */
.blog h1 {
	font-family: var(--font-sans);
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 24px;
}

.wrap_blog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 40px);
	margin: 0 -20px;
	padding: 64px 0 0;
}
.wrap_blog .card_blog {
	width: calc(33.3% - 40px);
	margin: 0 20px 40px;
}

/* Content */
.content {
	max-width: 1280px;
	margin: 0 auto 40px;
}
.content h1 {
	font-family: var(--font-sans);
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 24px;
}
.content h2 {
	font-family: var(--font-sans);
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	text-align: left;
	margin-bottom: 24px;
}
.content p {
	margin: 0 0 20px;
}
.content .wp-block-buttons,
.content .wp-block-button {
	margin: 16px 0 24px;
}
.content .wp-block-button__link {
	padding: 12px 20px;
	line-height: 1.3;
}

article img {
	border: 6px solid #efefef;
	border-radius: 16px;
	display: block;
	width: 100%;
	height: auto;
}

.post-thumbnail {
	margin-bottom: 64px;
	overflow: hidden;
}

.image_content {
	border: 6px solid #efefef;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 64px;
}
.image_content img {
	display: block;
	width: 100%;
	height: auto;
}

.wrap_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.wrap_text .image {
	width: 40%;
	max-width: 480px;
	height: 320px;
	border: 6px solid #efefef;
	border-radius: 12px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-bottom: 24px;
}
.wrap_text .image.image_left {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	margin-right: 24px;
}
.wrap_text .image.image_right {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: 24px;
}
.wrap_text .text {
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.wp-block-media-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.wp-block-media-text .wp-block-media-text__content {
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
	padding: 0;
}
.wp-block-media-text .wp-block-media-text__media {
	width: 40%;
	max-width: 480px;
	height: auto;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-bottom: 24px;
	margin-right: 24px;
}
.wp-block-media-text .wp-block-media-text__media img {
	border-radius: 12px;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	margin-left: 24px;
	margin-right: 0;
}

.category_blog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 28px;
}
.category_blog span {
	font-family: var(--font-sans);
	font-weight: 700;
	display: block;
	width: 100%;
	margin-bottom: 4px;
	text-align: center;
}

.list_category {
	padding: 0;
	margin: 0 0 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.list_category li {
	list-style-type: none;
	margin: 0;
}
.list_category li a {
	display: block;
	background: #efefef;
	border-radius: 4px;
	padding: 4px 10px;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
}
.list_category .children {
	display: none;
}

.comments {
	padding: 80px 0 0;
	font-size: 16px;
}
.comments a {
	color: #333333;
}
.comments form input {
	display: block;
	height: 72px;
	resize: none;
	overflow: hidden;
	width: 100%;
	max-width: 520px;
	background: #efefef;
	border-radius: 16px;
	border: none;
	padding: 20px 29px;
	font-family: var(--font-sans);
	font-size: 20px;
	color: #000000;
	margin: 0 auto 24px;
}
.comments form textarea {
	display: block;
	height: 200px;
	resize: none;
	overflow: hidden;
	width: 100%;
	background: #efefef;
	border-radius: 16px;
	border: none;
	padding: 20px 29px;
	font-family: var(--font-sans);
	font-size: 20px;
	color: #000000;
	margin-bottom: 24px;
}
.comments form button {
	display: block;
	width: 100%;
	max-width: 520px;
	height: 72px;
	background: #333333;
	border-radius: 16px;
	border: none;
	font-family: var(--font-sans);
	font-size: 24px;
	line-height: 29px;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.comment-form-cookies-consent {
	display: none;
}

.title_comments {
	font-family: var(--font-sans);
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 24px;
}

/* Footer */
footer {
	background: -o-linear-gradient(
		345.76deg,
		rgba(126, 126, 126, 0.67) -6.68%,
		#7e7e7e 34.95%,
		rgba(126, 126, 126, 0.65) 104.33%
	);
	background: linear-gradient(
		104.24deg,
		rgba(126, 126, 126, 0.67) -6.68%,
		#7e7e7e 34.95%,
		rgba(126, 126, 126, 0.65) 104.33%
	);
	-webkit-box-shadow: 0px 0px 24px rgba(255, 255, 255, 0.15);
	box-shadow: 0px 0px 24px rgba(255, 255, 255, 0.15);
	border-radius: 24px 24px 0px 0px;
	padding: 48px;
	color: #fff;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
footer a {
	display: block;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
}

.top_foot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #fff;
}

.logo_foot {
	font-family: var(--font-sans);
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	text-decoration: none;
}

.wrap_foot {
	padding-top: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wrap_foot p {
	max-width: 392px;
	font-size: 20px;
	line-height: 32px;
	margin: 16px 0 0;
}

.item_foot {
	max-width: 48%;
}
.item_foot:last-child {
	text-align: right;
}

.title_foot {
	font-family: var(--font-sans);
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
}

.menu_foot {
	padding: 0;
	margin: 0;
}
.menu_foot li {
	list-style-type: none;
	margin-top: 16px;
}

.post-views-label {
	display: none;
}

.post-views-count {
	font-size: 18px;
}

.content_404 {
	text-align: center;
	padding: 80px 0 80px;
}
.content_404 .btn {
	display: block;
	width: 100%;
	max-width: 360px;
	height: 60px;
	background: #333333;
	border-radius: 16px;
	border: none;
	font-family: var(--font-sans);
	font-size: 20px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	margin: 30px auto 0;
}
.content_404 .btn:hover {
	background: #000000;
}

.text_404 {
	font-family: var(--font-sans);
	font-weight: 900;
	color: #efefef;
	font-size: 360px;
	line-height: 1;
}

.title_rel {
	position: relative;
}
.count_posts {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	color: #4a4a4a;
	font-size: 24px;
}
.count_posts_img {
	margin-right: 12px;
}
@media only screen and (max-width: 578px) {
	.count_posts {
		font-size: 14px;
	}
	.count_posts_img {
		margin-right: 5px;
		max-width: 12px;
	}
}

@media only screen and (max-width: 1640px) {
	.head_blog {
		font-size: 18px;
		line-height: 30px;
	}
	.title_blog {
		font-size: 22px;
		line-height: 27px;
	}
	.about {
		padding: 56px 48px;
		font-size: 30px;
		line-height: 40px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.title_about {
		font-size: 30px;
		line-height: 60px;
	}
	.title_about span {
		font-size: 36px;
		line-height: 42px;
	}
	.title_card {
		font-size: 26px;
	}
}

@media only screen and (max-width: 1460px) {
	.about {
		padding: 48px;
		font-size: 24px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 1367px) {
	.text_404 {
		font-size: 300px;
	}
	.head_blog {
		font-size: 16px;
		line-height: 28px;
	}
	.title_blog {
		font-size: 20px;
		line-height: 25px;
	}
	.content h1,
	.blog h1 {
		font-size: 36px;
		line-height: 44px;
	}
	.callback .social {
		padding-left: 40px;
		padding-right: 0;
		margin-left: 30px;
	}
	.title_callback {
		font-size: 32px;
		line-height: 40px;
	}
	.callback {
		padding: 32px;
	}
	.image_callback {
		width: 260px;
	}
	.title_card {
		font-size: 24px;
		line-height: 30px;
	}
	.text_card p {
		font-size: 18px;
		line-height: 30px;
	}
	.link_card .link {
		font-size: 16px;
	}
	.link span::before {
		width: 20px;
		height: 20px;
		background-size: 100%;
		right: -28px;
	}
	.card {
		width: calc(33.33% - 30px);
		margin: 0 15px 30px;
	}
	.wrap_projects .card:first-child {
		width: calc(100% - 30px);
	}
	.wrap_projects .card:nth-child(2),
	.wrap_projects .card:nth-child(3) {
		width: calc(50% - 30px);
	}
	.wrap_projects {
		width: calc(100% + 30px);
		margin: 0 -15px 24px;
	}
	.wrap_projects .card:first-child .image_card {
		width: 140px;
		height: 140px;
		margin-right: 36px;
	}
	.image_card {
		width: 90px;
		height: 90px;
		margin-right: 20px;
	}
	.image_card img {
		width: 100%;
		height: auto;
	}
	h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.about {
		padding: 48px;
		font-size: 24px;
		line-height: 36px;
	}
	.head {
		padding: 50px 0;
	}
	.breadcrumbs a,
	.breadcrumbs .logo_head {
		font-size: 30px;
		line-height: 36px;
	}
	footer {
		padding: 32px;
	}
	footer a,
	.wrap_foot p {
		font-size: 18px;
		line-height: 30px;
	}
	.title_about {
		font-size: 28px;
		line-height: 58px;
	}
	.title_about span {
		font-size: 34px;
		line-height: 40px;
	}
	.about {
		padding: 32px;
		font-size: 22px;
		line-height: 34px;
	}
	.social {
		padding-left: 40px;
		margin-left: 40px;
		max-width: 290px;
	}
	.image_about {
		margin-right: 40px;
	}
}

@media only screen and (max-width: 1280px) {
	.wrap_blog .card_blog {
		width: calc(33.3% - 30px);
		margin: 0 15px 30px;
	}
	.card_blog .image_blog {
		height: 250px;
	}
	.card_blog .inner_card {
		padding: 24px;
		height: calc(100% - 250px);
	}
	.card_podcast .inner_card {
		height: 100%;
	}
	.wrap_blog {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.carousel .item_carousel {
		padding: 0 15px;
	}
	.carousel {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.card {
		width: calc(50% - 30px);
		margin: 0 15px 30px;
	}
}

@media only screen and (max-width: 1180px) {
	.wrap_blog .card_blog {
		width: calc(50% - 30px);
	}
	.image_callback {
		width: 200px;
	}
	.title_callback {
		font-size: 30px;
		line-height: 38px;
	}
	.callback {
		font-size: 18px;
		line-height: 30px;
	}
	.card {
		padding: 26px;
	}
	.image_about {
		width: 200px;
		height: 200px;
	}
	.title_about {
		font-size: 24px;
		line-height: 54px;
	}
	.title_about span {
		font-size: 30px;
		line-height: 36px;
	}
	.about {
		font-size: 18px;
		line-height: 30px;
	}
	.link_social span {
		font-size: 18px;
		line-height: 30px;
	}
	.link_social {
		margin-bottom: 40px;
	}
	.link_social a {
		width: 65px;
		height: 65px;
	}
	.link_social a img {
		width: 100%;
		height: auto;
	}
	.social {
		max-width: 260px;
	}
}

@media only screen and (max-width: 1024px) {
	.text_404 {
		font-size: 260px;
	}
	.wrap_blog {
		padding-top: 40px;
	}
	.content p {
		font-size: 18px;
		line-height: 30px;
	}
	.list_category li a {
		font-size: 18px;
		line-height: 22px;
	}
	.category_blog span {
		font-size: 18px;
	}
	.content h1,
	.blog h1 {
		font-size: 32px;
		line-height: 40px;
	}
	.logo_foot {
		font-size: 26px;
		line-height: 32px;
	}
	.top_foot {
		padding-bottom: 30px;
	}
	.head {
		padding: 40px 0;
	}
	.breadcrumbs a,
	.breadcrumbs .logo_head {
		font-size: 26px;
		line-height: 32px;
	}
	.wrapper {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 992px) {
	.carousel-nav__btn {
		width: 45px;
		height: 45px;
	}
	.link {
		font-size: 18px;
	}
	.category_blog {
		margin-bottom: 40px;
	}
	.post-thumbnail {
		margin-bottom: 40px;
	}
	.list_category li a {
		font-size: 16px;
		line-height: 20px;
	}
	.content h2 {
		font-size: 22px;
		line-height: 27px;
	}
	.content h1,
	.blog h1 {
		font-size: 30px;
		line-height: 38px;
	}
	.image_callback {
		margin-right: 32px;
	}
	.title_callback {
		font-size: 26px;
		line-height: 34px;
	}
	.title_about span {
		font-size: 28px;
	}
	.title_card {
		font-size: 22px;
	}
	.text_card p {
		font-size: 16px;
		line-height: 26px;
	}
	h2 {
		font-size: 30px;
		line-height: 38px;
	}
	.projects {
		padding: 30px 0;
	}
	.wrap_projects .card:nth-child(2),
	.wrap_projects .card:nth-child(3) {
		width: calc(100% - 30px);
	}
	.wrap_projects .card:first-child {
		padding: 26px;
	}
	.wrap_projects .card:first-child .image_card {
		width: 90px;
		height: 90px;
		margin-right: 20px;
	}
	footer {
		padding: 30px 25px;
	}
	footer a,
	.wrap_foot p {
		font-size: 16px;
		line-height: 28px;
	}
	.subscribe h2 {
		font-size: 28px;
		line-height: 34px;
	}
	.descr {
		font-size: 18px;
		line-height: 30px;
	}
	.form_subscribe input {
		font-size: 18px;
	}
	.form_subscribe button {
		font-size: 20px;
	}
	.subscribe {
		margin-bottom: 80px;
	}
}

@media only screen and (max-width: 990px) {
	.social,
	.callback .social {
		max-width: 100%;
		width: 100%;
		padding: 30px 0 0;
		border: none;
		border-top: 2px solid rgba(255, 255, 255, 0.5);
		margin: 40px 0 0;
	}
	.item_social {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.link_social {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
	.content_404 {
		padding-bottom: 40px;
	}
	.text_404 {
		font-size: 200px;
	}
	.wrap_blog .card_blog {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}
	.wrap_blog {
		width: calc(100% + 20px);
		margin: 0 -10px;
	}
	.wp-block-media-text {
		display: block;
	}
	.wp-block-media-text .wp-block-media-text__content {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
	.wp-block-media-text .wp-block-media-text__media {
		width: 100%;
		max-width: 100%;
		margin-bottom: 24px;
		margin-right: 0;
	}
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
		margin-left: 0;
		margin-right: 0;
	}
	.content p {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	.content h1,
	.blog h1 {
		font-size: 26px;
		line-height: 34px;
	}
	h2 {
		font-size: 26px;
		line-height: 34px;
	}
	.link_card .link {
		line-height: 24px;
		font-size: 14px;
	}
	.title_card {
		font-size: 20px;
	}
	.link span::before {
		bottom: -2px;
	}
	.card,
	.wrap_projects .card:first-child {
		padding: 20px;
	}
}

@media only screen and (max-width: 650px) {
	.callback {
		margin: 40px 0;
	}
	.wrap_blog {
		padding: 0;
	}
	.card_blog .inner_card {
		padding: 20px 15px;
	}
	.head_blog {
		font-size: 14px;
		line-height: 26px;
	}
	.title_blog {
		font-size: 18px;
		line-height: 23px;
	}
	.podcasts {
		padding: 20px 0 40px;
	}
	.carousel-nav__btn {
		width: 35px;
		height: 35px;
	}
	.link {
		font-size: 16px;
	}
	.list_category li a {
		font-size: 14px;
	}
	.category_blog span {
		display: none;
	}
	.list_category li {
		margin: 0;
	}
	.post-thumbnail {
		margin-bottom: 30px;
	}
	.content h2 {
		font-size: 20px;
		line-height: 25px;
	}
	.about {
		margin: 40px 0 60px;
	}
	.title_callback {
		font-size: 24px;
		line-height: 32px;
	}
	.callback {
		font-size: 16px;
		line-height: 28px;
	}
	.link_social a {
		width: 50px;
		height: 50px;
		margin-bottom: 10px;
	}
	.link_social span {
		font-size: 16px;
		line-height: 24px;
	}
	.title_about {
		font-size: 20px;
		line-height: 46px;
	}
	.title_about span {
		font-size: 24px;
	}
	.card {
		width: calc(100% - 30px);
		margin: 0 15px 20px;
	}
	.wrapper {
		padding: 0 16px;
	}
	.head {
		padding: 30px 0;
	}
	.breadcrumbs a,
	.breadcrumbs .logo_head {
		font-size: 22px;
		line-height: 28px;
	}
	.breadcrumbs a::after {
		height: 2px;
	}
	.subscribe h2 {
		font-size: 22px;
		line-height: 30px;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.descr {
		font-size: 14px;
		line-height: 22px;
	}
	.form_subscribe input {
		font-size: 16px;
		height: 60px;
		border-radius: 10px;
		margin-bottom: 16px;
		padding: 0 15px;
	}
	.form_subscribe button {
		font-size: 16px;
		height: 60px;
		border-radius: 10px;
	}
	.subscribe {
		margin-bottom: 40px;
	}
	.item_foot {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	.logo_foot {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	.top_foot {
		display: block;
		text-align: center;
	}
	.wrap_foot {
		padding-top: 30px;
	}
	.item_foot:last-child {
		text-align: center;
		margin-top: 35px;
	}
	.wrap_foot p {
		margin: 15px auto 0;
	}
	footer a,
	.wrap_foot p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 580px) {
	.text_404 {
		font-size: 120px;
	}
	.content_404 .btn {
		height: 55px;
		line-height: 55px;
		font-size: 16px;
	}
	.content_404 {
		padding-bottom: 0;
	}
	.callback {
		margin: 40px 0 20px;
	}
	.wrap_blog .card_blog {
		width: calc(100% - 20px);
		margin-bottom: 30px;
	}
	.content p {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.content h1,
	.blog h1 {
		font-size: 24px;
		line-height: 32px;
	}
	.callback {
		padding: 28px 32px;
	}
	.image_callback {
		width: 100%;
		max-width: 304px;
		margin: 0 auto 30px;
	}
	.text_callback {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		text-align: center;
	}
	.btn_callback {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
		padding: 14px 28px;
		text-align: center;
	}
	.image_about {
		width: 96px;
		height: 96px;
		position: static;
		top: auto;
		left: auto;
		margin: 0 0 16px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.text_about {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
	.about {
		padding: 20px;
		font-size: 16px;
		line-height: 26px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.title_about {
		border: none;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 12px;
		margin-bottom: 12px;
		line-height: 28px;
	}
	.title_about span {
		font-size: 22px;
		line-height: 28px;
	}
	.descr_about h1 {
		font-size: 16px;
		line-height: 24px;
	}
	.social {
		width: 100%;
		max-width: none;
		margin: 16px 0 0;
		padding: 16px 0 0;
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.35);
	}
}

@media only screen and (max-width: 1280px) {
	.carousel .item_carousel {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media only screen and (max-width: 650px) {
	.carousel_podcasts .item_carousel {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.carousel-nav__btn {
		width: 35px;
		height: 35px;
	}
	.home .pechat .card_blog {
		height: 420px;
	}
}
@media only screen and (max-width: 580px) {
	.carousel_blog .item_carousel {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 460px) {
	.content h1,
	.blog h1 {
		font-size: 22px;
		line-height: 30px;
	}
	.title_callback {
		font-size: 20px;
		line-height: 28px;
	}
	.item_social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		width: 100%;
		gap: 12px;
	}
	.link_social {
		margin-bottom: 0;
	}
	.image_about {
		width: 80px;
		height: 80px;
		position: static;
		top: auto;
		left: auto;
		margin: 0 0 12px;
	}
	.about {
		padding: 16px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.title_about {
		padding-left: 0;
		padding-top: 0;
	}
	.title_about span {
		font-size: 20px;
		line-height: 26px;
	}
	.callback {
		padding: 24px 28px;
	}
	.text_callback {
		text-align: center;
	}
	.btn_callback {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
		padding: 14px 24px;
		text-align: center;
	}
}

.home .pechat .card_blog {
	position: relative;
	height: 650px;
}
.home .pechat .card_blog .inner_card {
	flex-wrap: nowrap;
}

.home .pechat .image_blog {
	height: 100%;
}
.home .pechat .inner_card {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	backdrop-filter: blur(2px);
	background: #0000004d;
}

.home .pechat .inner_card,
.home .pechat .inner_card .head_blog div a,
.home .pechat .inner_card .link_card .link {
	color: #fff;
}
.home .pechat .inner_card .link span::before {
	filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg)
		brightness(104%) contrast(104%);
}

.home .pechat .inner_card .link span::after {
	background: #fff;
}

/* Footer recent posts without Slick */
.wrap_blog--footer {
	padding-top: 24px;
}
.wrap_blog--footer .card_blog {
	margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
	.wrap_blog--footer .card_blog {
		width: calc(100% - 20px);
	}
}
