#title a {
	display: inline-flex;
	gap: 10px;
	align-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 1;
	height: 100%;
	font-weight: 700;
	font-family: "Inter", Helvetica, arial, sans-serif;
}

.blog_container ul li {
	line-height: 1.7em;
}

.blog_container .items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	/*grid-template-rows: 250px;*/
	grid-column-gap: 20px;
	grid-row-gap: 30px;
	grid-auto-rows: minmax(250px, auto);
}

.blog_container .items .blog_post {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #F5F5F5;
	box-shadow: 0px 5px 10px #bbb;
	transition: all 0.3s ease;
	border-radius: 10px;
	overflow: clip;
}

.blog_container .items .blog_post:hover {
	box-shadow: 0px 0px 10px #999;
	transition: all 0.3s ease;
}

.blog_container .items .blog_post .blog_preview_image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
}

.blog_wrapper {
	background-color: #FFFFFF;
	background-position: 0 0;
	background-repeat: repeat-x;
	font: 400 13pt/16pt Inter, sans-serif;
}

.blog_wrapper h1 {
	margin: 30px 0 30px 0;
	line-height: 1em;
	font: 600 30pt/32pt Inter, sans-serif;
	color: #0281ff;
}

.blog_wrapper h2 {
	margin: 40px 0 20px 0;
	line-height: 1.6em;
	font: 600 25pt/28pt Inter, sans-serif;
	color: #0281ff;
}

.blog_post_content {
	padding: 0 0 30px 0;
	color: #333;
}

.blog_post_content ul li {
	list-style-type: disc;
	font-size: inherit;
	line-height: 1.8em;
	margin-left: 1em;
}

.blog_post_content p {
	line-height: 1.6em;
	font-size: 15pt;
}


.blog_container img.main {
	float: left;
	width: 400px;
	max-width: 100%;
	padding: 0 40px 30px 0;
}
.view.blog_post img {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}

.view.blog_post h3 {
	display: inline-block;
	width: 100%;
	padding: 20px 20px;
	font-size: 18px;
	font-weight: 500;
	min-height: auto;
	background-color: #FFF;
	line-height: 22px;
}

.blog_post .blog_text {
	color: #676767;
	padding: 0 20px 20px 20px;
	font-size: 17px;
	font-weight: 400;
}

.blog_post_content a {
	color: #139c59;
	text-decoration: underline;
}


.gt {
	color: #00BFA5;
}



.price_wrapper {
	display: block;
	position: relative;
}

.price_table {
	display: flex;
	position: relative;
	text-align: center;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}

.tariff_item {
	display: inline-block;
	width: 30%;
	padding: 0;
	margin: 0;
	box-shadow: 5px 5px 10px rgba(157, 157, 157, 0.5);
	border-radius: 10px; 
}

.tariff_title {
	display: block;
	width: 100%;
	background-color: #0050a0;
	padding: 20px 10px;
	text-align: center;
	font: 600 20px/ 30px "Inter", sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 10px 10px 0 0;
}


.tariff_selected .tariff_title {
	background-color: orangered;
}


.tariff_content > div.tariff_subtitle {
	color: #ff6000;
	font: 600 12px/17px "Inter", sans-serif;
	text-align: center;
	padding: 10px 5px;
	line-height: 20px;
	display: inline-flex;
	align-content: center;
	justify-content: center;
	width: 100%;
	gap: 10px;
}

.tariff_content {
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	padding: 0;
	color: orangered;
	text-align: left;
	/*border: 1px solid #e5f6ff;*/
	border-radius: 0 0 10px 10px;
}

.tariff_content > div {
	position: relative;
	padding: 10px 10px 10px 30px;
	color: #4f5867;
	font: 600 12pt/16pt "Inter", sans-serif;
}

.tariff_content > div:nth-child(2n) {
	background-color: #e5efff;
}

.tariff_content > div:last-child {
	background-color: #00a78e;
	color: #FFF;
	border-radius: 0 0 10px 10px;
	padding: 10px;
}

.tariff_item .orangered_text {
	color: orangered;
	margin-right: 10px;
	font-weight: 300;
}

.tariff_item .tariff_item_checked {
	position: absolute;
	left: 10px;
	color: orangered;
	font-weight: 300;
}


.tariff_value {
	display: block;
	width: 100%;
	font: 600 17px/22px "Inter", sans-serif;
	/*color: #00a78e;*/
	text-align: center;
	border-radius: 0 0 10px 10px;
}


.col320 {
	position: relative;
	display: inline-block;
	width: 320px;
}
.col240 {
	position: relative;
	display: inline-block;
	width: 240px;
}


/************************************************/
/*
.price_wrapper {
	display: block;
	position: relative;
}

.price_wrapper .col320,
.price_wrapper .col240 {
	text-align: center;
	vertical-align: top;
}

.price_wrapper .price_description {
	font-size: 15px;
	padding: 20px 0;
}


table.price_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.price_table th {
	padding: 20px;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
}

table.price_table td {
	text-align: center;
	border: 1px solid #e5f6ff;
	padding: 1em;
}

table.price_table td:nth-child(1) {
	text-align: left;
}

table.price_table tr:last-child td {
	font-weight: bold;
	color: #00BFA5;
}

table.price_table tr:nth-child(2n) {
	background-color: #e5f6ff;
}


table.price_table th:nth-child(2),
table.price_table th:nth-child(3),
table.price_table th:nth-child(4),
table.price_table th:nth-child(5),
table.price_table th:nth-child(6),
table.price_table td:nth-child(2),
table.price_table td:nth-child(3),
table.price_table td:nth-child(4),
table.price_table td:nth-child(5),
table.price_table td:nth-child(6) {
	min-width: 20px;
}
*/

/** Guide info card **/

.guide_info_card_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-content: flex-end;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

.guide_info_card {
	display: flex;
	width: 400px;
	min-height: 120px;
	border: 1px solid #FFFFFF;
	margin-bottom: 20px;
	box-shadow: 3px 3px 4px rgba(170, 170, 170, 0.3);
	background: #ebf1f4;
	background-blend-mode: screen;
	transition: all 0.5s ease;
	align-items: center;
	justify-content: center;
	height: auto;
	border-radius: 12px;
}

.guide_info_card:hover {
	transition: all 0.5s ease;
	box-shadow: 0px 0px 20px rgba(170, 170, 170, 0.9);
}

.guide_info_card_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
	font-size: 17pt;
	font-weight: 900;
	line-height: 1.6em;
	color: #0077d6;
}


.guide_info_card_content a {
	text-shadow: 1px 1px #FFFFFF;
}

/********************/


#header {
	width: 100%;
	height: auto;
	background-color: #0050a0;
	border-top: 2px solid orangered;
}

header #header_content {
	width: 1260px;
	height: 56px;
	margin: 0 auto;
}



@media all and (max-width: 1024px) {

	.blog_wrapper { background-image: none; }
	.blog_container .items { display: block; }
	
	.view.blog_post img,
	.blog_container img,
	.blog_container img.main {
		width: 100%;
		margin: 10px 0;
		padding: 0;
		float: none;
	}
	
	.blog_container h1,
	.blog_post_content h1 {
		margin: 0 0 10px 0;
		padding: 5px 0;
	}
	
	.blog_post_content p {
		line-height: 1.7em;
		font-size: 13pt;
	}

	.blog_container table td, .blog_container table th {
		word-break: break-all;
	}
	
	/*
	table.price_table th:nth-child(2),
	table.price_table th:nth-child(3),
	table.price_table th:nth-child(4),
	table.price_table th:nth-child(5),
	table.price_table th:nth-child(6),
	table.price_table td:nth-child(2),
	table.price_table td:nth-child(3),
	table.price_table td:nth-child(4),
	table.price_table td:nth-child(5),
	table.price_table td:nth-child(6) {
		min-width: 20px;
		word-break: break-all;
	}
	*/
	
	.tariff_item {
		width: 450px;
	}
	
	#title .logo_text_full,
	#title a {
		font-size: 18px;
		line-height: 18px;
	}
	
}

@media all and (max-width: 800px) {
	.tariff_item {
		width: 75%;
		margin: 0 0 30px 0;
	}
}


@media all and (max-width: 400px) {
	.tariff_item {
		width: 98%;
		margin: 0 0 30px 0;
	}
}








/** Spheres */

.use_section {
    display: flex;
    justify-content: space-between;
	gap: 40px;
    padding: 40px 0;
    border-top: 1px solid #c4cce4;
}

.use_section .use_example {
    flex-basis: 60%;
}

.use_section .use_example img {
    max-width: 100%;
	box-shadow: 10px 10px 0px 3px #0058ff3b;
}

.use_section .use_description {
    flex-basis: 40%;
}

.use_section .use_description p,
.use_section .use_description ul li,
.use_section .use_description ol li {
	font-size: inherit;
    font-weight: 400;
    color: #3b5680;
}

.use_description h2 {
    font-size: 26px;
    margin: 0 0 0.5em 0;
    padding: 0;
}