
@font-face {
    font-family: wpshop-core;
    src: url(../../fonts/wpshop-core.eot?bz30xv);
    src: url(../../fonts/wpshop-core.eot?bz30xv#iefix) format("embedded-opentype"),url(../../fonts/wpshop-core.ttf?bz30xv) format("truetype"),url(../../fonts/wpshop-core.woff?bz30xv) format("woff"),url(../../fonts/wpshop-core.svg?bz30xv#wpshop-core) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
.single__section {
	padding-bottom: 120px;
	line-height: 1.7em;
}
.post__title {
	font-size: 27px;
	font-weight: 800;
	color: #333d46;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 15px
}
.post__img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	height: 362px;
	margin-bottom: 37px
}
.post__img img {
	width: 100%;
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.single__section p,
.single__section h2,
.single__section h3,
.single__section h4,
.single__section h5,
.single__section ul,
.single__section ol {
	margin-bottom: 33px;
}
.infoblock {
	margin-bottom: 55px;
	padding: 40px 40px 42px 93px;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	position: relative
}
.infoblock::before {
	content: '!';
	width: 52px;
	height: 52px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #4784b8;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0
}
.infoblock p,
.infoblock_2 p {
	margin-bottom: 0;
	font-weight: 600;
	color: #242424
}
.wp-block-columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.wp-block-column {
	width: 49%
}
.infoblock_2 {
	padding: 61px 63px 57px 57px;
	border: 1px solid #4784b8;
	position: relative;
	text-align: center;
	font-size: 20px;
	margin: 66px 0 96px
}
.infoblock_2 p {
	line-height: 1.6em
}
.infoblock_2::after,
.infoblock_2::before {
	content: '';
	display: block;
	width: 88.5%;
	height: 5px;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	background: #fff;
	z-index: 2
}
.infoblock_2::before {
	top: -2px
}
.infoblock_2::after {
	bottom: -2px
}
.wp-block-media-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.wp-block-media-text__media {
	margin: 0 !important;
	width: 48.5%
}
.wp-block-media-text__media img {
	height: auto;
	width: 100%
}
.wp-block-media-text__content {
	width: 48.5%
}
.single__section ul {
	margin: 42px 0;
	padding-left: 36px
}
.single__section ol {
	margin: 42px 0;
	padding-left: 52px
}
.single__section ul li {
	padding-left: 28px;
	position: relative;
	line-height: 1.7em
}
.single__section ol li {
	padding-left: 12px;
	display: list-item;
	line-height: 1.7em
}
.single__section ul li::before {
	content: '';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background: #4784b8;
	left: 0;
	top: 8px
}
.ez-toc-list li::before {
	display: none !important;
}
.single__section ul li:not(:last-child),
.single__section ol li:not(:last-child) {
	margin-bottom: 16px
}
.more-art {
	padding: 105px 0 93px;
	background: #f7f7f7
}
.more-art__title {
	margin-bottom: 47px
}
.artic__page-wrap {
	margin-bottom: 0 !important
}
.post__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin-bottom: 42px;
}
.post__meta-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right: 40px;
}
.post__meta-block svg {
	margin-right: 10px;
}

.single__section .wp-block-quote {
    position: relative;
    padding: 20px 20px 20px 65px;
    margin: 33px 0;
}
.single__section .wp-block-quote p {
    margin: .75em 0;
}
.single__section .wp-block-quote:before {
    font-family: 'wpshop-core';
    speak: none;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -15px
}
.single__section blockquote.wp-block-quote {
    background: #eff4f5;
    background: -webkit-gradient(linear,left top,right top,from(#eff4f5),to(#e8f4f5));
    background: -webkit-linear-gradient(left,#eff4f5 0,#e8f4f5 100%);
    background: -o-linear-gradient(left,#eff4f5 0,#e8f4f5 100%);
    background: -webkit-gradient(linear,left top, right top,color-stop(0, #eff4f5),to(#e8f4f5));
    background: -moz-linear-gradient(left,#eff4f5 0,#e8f4f5 100%);
    background: linear-gradient(to right,#eff4f5 0,#e8f4f5 100%)
}
.single__section blockquote.wp-block-quote:before {
    content: "“";
    color: #9ca9c7
}
.single__section blockquote.is-style-warning {
    background-color: #fff4d4;
    background: -webkit-gradient(linear,left top,right top,from(#fff4d4),to(#ffeadc));
    background: -webkit-linear-gradient(left,#fff4d4 0,#ffeadc 100%);
    background: -o-linear-gradient(left,#fff4d4 0,#ffeadc 100%);
    background: -webkit-gradient(linear,left top, right top,color-stop(0, #fff4d4),to(#ffeadc));
    background: -moz-linear-gradient(left,#fff4d4 0,#ffeadc 100%);
    background: linear-gradient(to right,#fff4d4 0,#ffeadc 100%)
}
.single__section blockquote.is-style-warning:before {
    content: "❗";
    color: #f58128
}
.single__section blockquote.is-style-question {
    background: #e3f1f4;
    background: -webkit-gradient(linear,left top,right top,from(#e3f1f4),to(#e3edff));
    background: -webkit-linear-gradient(left,#e3f1f4 0,#e3edff 100%);
    background: -o-linear-gradient(left,#e3f1f4 0,#e3edff 100%);
    background: -webkit-gradient(linear,left top, right top,color-stop(0, #e3f1f4),to(#e3edff));
    background: -moz-linear-gradient(left,#e3f1f4 0,#e3edff 100%);
    background: linear-gradient(to right,#e3f1f4 0,#e3edff 100%)
}
.single__section blockquote.is-style-question:before {
    content: "❓";
    color: #3da2e0
}
.single__section blockquote.is-style-danger {
    background: #ffe3db;
    background: -webkit-gradient(linear,left top,right top,from(#ffe3db),to(#ffebd8));
    background: -webkit-linear-gradient(left,#ffe3db 0,#ffebd8 100%);
    background: -o-linear-gradient(left,#ffe3db 0,#ffebd8 100%);
    background: -webkit-gradient(linear,left top, right top,color-stop(0, #ffe3db),to(#ffebd8));
    background: -moz-linear-gradient(left,#ffe3db 0,#ffebd8 100%);
    background: linear-gradient(to right,#ffe3db 0,#ffebd8 100%)
}
.single__section blockquote.is-style-danger:before {
    content: "×";
    color: #ff6547
}
.single__section blockquote.is-style-check {
    background: #def9e5;
    background: -webkit-gradient(linear,left top,right top,from(#def9e5),to(#effbce));
    background: -webkit-linear-gradient(left,#def9e5 0,#effbce 100%);
    background: -o-linear-gradient(left,#def9e5 0,#effbce 100%);
    background: -webkit-gradient(linear,left top, right top,color-stop(0, #def9e5),to(#effbce));
    background: -moz-linear-gradient(left,#def9e5 0,#effbce 100%);
    background: linear-gradient(to right,#def9e5 0,#effbce 100%)
}
.single__section blockquote.is-style-check:before {
    content: "✅";
    color: #34bc58
}
.single__section blockquote.is-style-info {
    display: flex;
    align-items: center;
    background: #faf6f2;
    border: 1px solid #f9e5d1;
    border-radius: 2px;
    padding: 20px 50px;
}
.info_icon {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
	min-width: 52px;
    height: 52px;
    background: #fd8006;
    border-radius: 50%;
    margin-right: 45px;
}
.info_icon::after {
    content: "";
    position: absolute;
    top: -14px;
    left: -14px;
    width: 100%;
    height: 100%;
    border: 1px solid #f9e5d1;
    border-radius: 50%;
    padding: 13px;
}
.info_icon svg {
	width: 10px;
	height: 29px;
    color: white;
}
.single__section blockquote.is-style-info:before {
    display: none;
}
.single__section blockquote.is-style-thumbs-up {
    background: #def9e5;
    background: -webkit-gradient(linear,left top,right top,from(#def9e5),to(#effbce));
    background: -webkit-linear-gradient(left,#def9e5 0,#effbce 100%);
    background: -o-linear-gradient(left,#def9e5 0,#effbce 100%);
    background: -webkit-gradient(linear,left top, right top,color-stop(0, #def9e5),to(#effbce));
    background: -moz-linear-gradient(left,#def9e5 0,#effbce 100%);
    background: linear-gradient(to right,#def9e5 0,#effbce 100%)
}
.single__section blockquote.is-style-thumbs-up:before {
    content: "👍";
    color: #34bc58
}
.single__section blockquote.is-style-thumbs-down {
    background: #ffe3db;
    background: -webkit-gradient(linear,left top,right top,from(#ffe3db),to(#ffebd8));
    background: -webkit-linear-gradient(left,#ffe3db 0,#ffebd8 100%);
    background: -o-linear-gradient(left,#ffe3db 0,#ffebd8 100%);
    background: -webkit-gradient(linear,left top, right top,color-stop(0, #ffe3db),to(#ffebd8));
    background: -moz-linear-gradient(left,#ffe3db 0,#ffebd8 100%);
    background: linear-gradient(to right,#ffe3db 0,#ffebd8 100%)
}
.single__section blockquote.is-style-thumbs-down:before {
    content: "👎";
    color: #ff6547
}
.single__section blockquote cite {
    display: block;
    margin-top: 1em;
    font-size: .9em;
}
.wp-block-quote cite {
    color: #6c7781;
    font-size: 13px;
    margin-top: 1em;
    position: relative;
    font-style: normal;
}
.post__author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0;
}
.post__author-desc {
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px);
    background: #f2f6fa;
    border: 1px solid #dce8f2;
    -webkit-border-radius: 0 5px 5px 0;
       -moz-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;
    overflow: hidden;
    padding: 40px 50px;
}
.post__author-photo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
}
.post__author-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.post__author-specialist {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 36px;
    width: 300px;
    font-size: 15px;
    padding: 14px 40px;
    margin: auto;
}
.post__author-position p {
    font-size: 16px;
    font-weight: 500;
    color: #333d46;
    margin-bottom: 20px;
}
.post__author-info_text p {
    font-size: 15px;
    font-weight: 300;
    color: #585858;
    line-height: 25px;
    margin: 0;
}
.post__author-fullname {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: #fd8006;
    margin-bottom: 30px;
}
.post__author-info_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 215px;
    height: 33px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: white;
    background: #4784b8;
    padding-left: 15px;
    margin-bottom: 10px;
}
.post__author-info:not(:last-child) {
    margin-bottom: 25px;
}
.single__section .wp-block-table table tr {
    margin: 0;
    padding: 0;
}
.single__section .wp-block-table table td {
    width: auto;
    border: none !important;
    margin: 0;
    padding: 0;
}
.wp-block-table {
    margin: 0;
}
.wp-block-table table {
    border-collapse: collapse;
	empty-cells: hide;
}
.wp-block-table table tr {
    background: #f7fafc;
}
.wp-block-table table tr:nth-child(odd) {
    background: #eef2f6;
}
.wp-block-table table tr:first-child {
    background: #4784b8;
    color: white;
    border-radius: 2px;
}
.wp-block-table table td {
    font-size: 14px;
    line-height: 23px;
    vertical-align: top;
    padding: 15px 20px !important;
}
.wp-block-table table td:nth-child(2) {
    min-width: 125px;
}
.wp-block-table table td:nth-child(5) {
    min-width: 50px;
}
.wp-block-table table td:nth-child(6) {
    min-width: 108px;
}
.wp-block-table table tr:not(:first-child) td {
    border: 1px solid #dce8f2 !important;
}
.wp-block-table table tr:first-child td {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}

@media screen and (max-width: 993px) {
	.wp-block-media-text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.wp-block-media-text__media {
		margin: 0 auto 20px !important
	}
	.wp-block-media-text__content {
		width: 100%
	}
	.single__section {
		padding-bottom: 20px
	}
	.infoblock_2 {
		font-size: 16px
	}
	.wp-block-table {
		overflow: auto;
	}
}
@media screen and (max-width: 768px) {
	.wp-block-columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.wp-block-column {
		width: 100%
	}
	.infoblock_2 {
		padding: 40px 63px;
		margin: 40px 0 70px
	}
	.post__author {
		flex-wrap: wrap;
	}
	.post__author-photo {
		width: 100%;
	}
	.post__author-desc {
		width: 100%;
		border-radius: 0 0 5px 5px;
		padding: 20px;
	}
	.post__author-specialist {
		width: 80%;
		font-size: 12px;
		padding: 12px 20px;
	}

}
@media screen and (max-width: 577px) {
	.post__img {
		height: 195px
	}
	.wp-block-media-text__media {
		width: 83%
	}
	.more-art {
		padding: 60px 0
	}
	.single__section p {
		margin-bottom: 20px
	}
	.infoblock {
		padding: 30px 20px 30px 73px;
		margin-bottom: 30px
	}
	.infoblock_2 {
		padding: 25px 20px;
		margin: 25px 0 49px
	}
}