@font-face {
    font-family: 'Merriweather';
    src: url(../fonts/merriweather-regular-webfont.woff2) format("woff2"), url(../fonts/merriweather-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Merriweather';
    src: url(../fonts/merriweather-bold-webfont.woff2) format("woff2"), url(../fonts/merriweather-bold-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "IBM Plex Sans";
    src: url(../fonts/ibmplexsans-bold-webfont.woff2) format("woff2"), url(../fonts/ibmplexsans-bold-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

html,
body {
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
	font-family: 'Merriweather', serif;
	font-size: 22px;
	color: #000;
	background-color: #F4F7FA;
}

#title_block {
	height: auto;
	width: 100%;
}

.title_block_wrapper {
	width: 100%;
	height: 100%;
}

.title_block_content {
	position: relative;
	width: 100%;
	height: 100%;
}

.title_block_shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background: #000 !important;
	opacity: 0.5;
}

.title_block_texts {
	position: relative;
	z-index: 9;
	background: transparent !important;
	padding: 40px 21px;
}
.mb{
	margin-top: 30px;
}
.title_block_bread a {
	color: #fff;
	font: bold 10px/16px "IBM Plex Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: .88;
}

.title_h1 {
	font: 700 40px/48px "IBM Plex Sans", sans-serif;
	color: #fff;
}

.title_bq {
	border-left: 4px solid #349dee;
	padding-left: 16px;
	color: #fff;
	opacity: 0.88;
	font-size: 24px;
	line-height: 40px;
}

.title_block_author {
	margin-top: 26px;
}

.tauthor {
	font: 700 19px/24px "IBM Plex Sans", sans-serif;
	color: #349dee;
}

.tdate {
	margin-top: 2px;
	color: #fff;
	font: 700 10px/16px "IBM Plex Sans", sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.title_block_texts div {
	background: transparent !important;
}

.lead_text {
	color: #565d6d;
}

#top {
	height: 160px;
	background: transparent;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top right;
}

#topwrap {
	height: 156px;
	max-width: 1000px;
	margin: 0 auto;
	background: transparent;
}

.topleft {
	height: 80px;
	width: 740px;
	float: left;
	position: relative;
	margin-left: 10px;
}

.toplogo {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 28px;
}

#bodyWrapper {
	max-width: 1000px;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

#mainWrapper {
	width: 100%;
	height: 100%;
}

#mainWrapper div {
	background-color: #FFFFFF;
}

#wrapper {
	max-width: 1000px;
	margin: 0px auto;
}

#content {
	padding: 0px;
	text-align: left;
	width: 100%;
}

#content .padWrap {
	padding: 15px;
}

#content img {
	max-width: 100%;
	display: block;
	margin: 20px 0px;
}

#content p {
	font-size: 18px;
	line-height: 29px;
}

.pg {
	font-size: 19px !important;
	line-height: 36px !important;
	margin-bottom: 20px;
	text-align: justify;
}

#content .date {
	display: inline-block;
	color: #a3b0b9;
	font-size: 13px;
}

#content .date::before {
	display: inline-block;
	content: "";
	margin-right: 10px;
	width: 10px;
	height: 10px;
}

#content h1 {
	font-size: 36px;
	line-height: 50px;
	font-weight: bold;
}

#content h2 {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 28px;
	margin-bottom: 33px;
	line-height: 32px;
}

#content h3 {
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 20px;
}

#content ul li span {
	display: block;
	font-size: 16px;
	color: gray;
	font-weight: normal;
	line-height: 20px;
}

.glava {
	list-style-image: url(../images/qtick.png);
}

.glava li {
	margin-bottom: 20px;
	line-height: 32px;
	font-weight: bold;
	font-family: "IBM Plex Sans", sans-serif;
}

#content ul {
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
}

#content ul li {
	margin-bottom: 20px;
}

#content blockquote {
	border-left: 5px solid;
	border-color: #39b4ff;
	padding: 10px 25px 10px 25px;
	margin: 35px;
	color: #39b4ff;
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#comments {
	margin-top: 40px;
}

#comments .item a {
	font-weight: 700;
}
.comment-photo{
	max-width: 300px !important;
	margin-bottom: 0 !important;
	margin-top: 10px !important;
}
#comments .pg {
	margin-bottom: 10px;
	font-size: 16px !important;
	line-height: 28px !important;
	padding-left: 65px;
}

#comments h2 {
	background-repeat: no-repeat;
	margin: 10px 0;
	padding-left: 40px;
	color: #000;
	border-bottom: 0px solid;
	border-color: #000;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: left;
}

.no-webp #comments h2 {
    background-image: url("../images/comentsm.jpg");
}

.webp #comments h2 {
    background-image: url("../images/comentsm.webp");
}

#comments .item {
	text-align: left;
	padding: 10px;
	margin: 10px 0px;
	border-bottom: 1px dashed #05519d;
}

#comments .item :last-child {
	border-bottom: none;
}

#comments .item .name {
	font-size: 16px;
	font-weight: bold;
	color: #05519d;
}

#comments .item .info p {
	display: block;
	font-size: 15px;
	line-height: 19px;
	margin-top: 4px;
	text-align: justify;
	margin-right: 20px;
}

#comments .coment_ava {
	float: left;
	margin-right: 15px;
}

#comments .coment_ava img {
	margin: 0px;
	width: 50px;
	height: 50px;
	border-radius: 5px;
}

#comments .date {
	font-weight: normal;
	background: none;
	display: inline;
}

#comments .date::before {
	background-image: none;
	margin-right: 0px;
}

@media screen and (max-width: 1020px) {

	#content {
		width: 100%;
	}
}

@media screen and (max-width: 780px) {
	.topleft {
		width: 100%;
	}

	.title_block_texts {
		padding: 20px;
	}

	#content h1 {
		margin: 10px 0;
		line-height: 1.2;
	}

	.title_bq {
		line-height: 1.2;
	}
}

@media screen and (max-width: 690px) {
	.topleft {
		width: 100%;
	}
}

@media screen and (max-width: 660px) {
	.title_bq{
		font-size: 20px;
	}
	#content h1 {
		font-size: 28px;
	}
}

@media screen and (max-width: 560px) {

	.pg {
		margin-left: 0px;
		margin-right: 0px;
	}

	#content .padWrap {
		padding: 8px;
	}
}

@media screen and (max-width: 420px) {

	.title_bq {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.tauthor {
		font-size: 14px;
	}

	.title_block_author {
		margin-top: 15px;
	}

	#content h1 {
		font-size: 26px;
	}
}

@media screen and (max-width: 470px) {
	.mainLogo {
		width: 200px;
	}

	#top {
		height: 80px;
	}
}

@media screen and (max-width: 380px) {
	.mainLogo {
		width: 180px;
	}
}

@media screen and (max-width: 345px) {
	.mainLogo {
		width: 150px;
	}
}

@media screen and (max-width: 310px) {

	#top {
		background-position: top center;
	}
}

@media screen and (min-width: 1300px) {

	#wrapper {
		max-width: 1000px;
	}

	#content {
		width: 100%;
	}

	#topwrap {
		max-width: 1000px;
	}
}

@media screen and (min-width: 1600px) {

	#wrapper {
		max-width: 1000px;
	}

	#content {
		width: 100%;
	}

	#topwrap {
		max-width: 1000px;
	}
}

#top {
	position: relative;
	overflow: hidden;
}

#top::before {
	content: '';
	display: block;
	height: 150px;
	width: 100px;
	position: absolute;
	top: 57px;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: rotate(10deg);
}

.no-webp #top::before {
    background-image: url("../images/jornal.jpg");
}

.webp #top::before {
    background-image: url("../images/jornal.webp");
}

#footer {
	padding: 20px 0 30px;
}

#footer img {
	max-width: 200px;
}

.mainLogo {
	max-width: 300px;
}

header ul {

	margin: 0;
	background: #294ea0;
	padding: 5px 0;
}

header ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}

header ul li:nth-of-type(1):after {
	content: none;
}

header ul li:after {
	content: '|';
	position: absolute;
	left: -5px;
	top: 1px;
	color: #999;
	font-size: 12px;
}

header ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

header ul li a:hover {
	color: #999;
}

a {
	color: #004b9c;
	text-decoration: none;
}

.photo img {
	display: block !important;
	margin: 0 auto 20px !important;
}

.action-mess {
	margin: 0 auto;
	max-width: 690px;
	color: #00b0f0;
	text-align: center;
}

.action-mess a {
	color: red;
}

.text-red {
	color: red;
}

.prod img {
	display: block !important;
	margin: 0 auto !important;

}

.order-btn {
	max-width: 320px;
	margin: 0 auto;
	padding: 15px 15px;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.3;
	background-color: green;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

.order-btn:hover {
	text-decoration: underline;
}

#fullscroll_element {
	text-align: center;
}

.text-center {
	text-align: center;
}

.bgrnd {
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.no-webp .bgrnd {
    background-image: url("../images/promo.jpg");
}

.webp .bgrnd{
    background-image: url("../images/promo.webp");
}

.order-btn_bottom {
	margin: -10px 0 20px;
}

.mod-1 {
	padding-top:33px;
}

#mainWrapper div.mod-2{
	background:#FFF5F7;
	padding:10px;
	margin-bottom:33px;
}

@media screen and (max-width: 1020px) {
	#content ul li{
		font-size: 20px;
		line-height: 1.2;
	}
	.pg {
		font-size: 18px !important;
		line-height: 1.5 !important;
		text-align: left;
	}

	header ul {
		height: 38px;
		padding: 0;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	header ul li {
		height: 38px;
		display: flex;
		align-items: center;
	}

	header ul li:after {
		top: 50%;
		left: -2px;
		transform: translateY(-50%);
	}

	header {
		text-align: center;
	}

	#content h3 {
		font-size: 20px;
		line-height: 1.5;
	}

	#footer img {
		width: 150px;
	}

	#footer {
		padding: 5px 0 15px;
	}
}

@media screen and (max-width: 660px) {

	.pg {
		margin-bottom: 10px;
		font-size: 16px !important;
	}

	#content h2 {
		margin-bottom: 23px;
	}

	.glava {
		margin: 5px 0 !important;
	}

	.glava li {
		margin-bottom: 10px !important;
		line-height: 1.1;
	}

	.glava li:last-child {
		margin-bottom: 0 !important;
	}

	#content blockquote {
		margin: 20px 0;
		font-size: 18px;
		line-height: 1.3;
	}

	#content h3 {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.order-btn_bottom .order-btn {
		max-width: 290px;
		font-size: 20px;
	}
}

@media screen and (max-width: 590px) {
	#topwrap {
		height: auto;
	}

	#top {
		height: 120px;
	}

	.topleft {
		margin: 0;
	}

	.toplogo {
		width: 190px;
		top: 24px;
		left: 50%;
		transform: translateX(-50%);
	}

	.mainLogo {
		width: 170px;
	}

	
	#top::before {
		background-image: none;
		content: none;
	}
}

@media screen and (max-width: 560px) {
	.order-btn_bottom {
		margin-top: 0;
	}
}


@media screen and (max-width: 479px) {
	.order-btn {
		max-width: 250px;
		font-size: 20px;
		line-height: 1.4;
	}

	.no-webp .bgrnd {
		background-image: url("../images/promo_mob.jpg");
	}
	
	.webp .bgrnd{
		background-image: url("../images/promo_mob.webp");
	}
	.order-btn_bottom .order-btn{
		font-size: 18px;
	}
}

@media screen and (max-width: 470px) {
	#content h2{
		line-height: 29px;
	}
	.glava li {
		font-size: 17px;
	}

	#content blockquote {
		padding-left: 10px;
	}

	#content h2 {
		font-size: 23px;
	}

	#content h3 {
		margin: 20px 0;
		font-size: 17px;
	}

	#comments .pg {
		line-height: 1.4 !important;
	}

	.order-btn_bottom .order-btn {
		max-width: 250px;
	}

	.order-btn_bottom {
		margin-top: 0;
	}
}

#comebacker_main_div {
    display: none !important;
    height: 0px !important;
}

::-ms-clear {
    display: none;
}

* {
    -webkit-tap-highlight-color: transparent;
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

*:focus,
*:visited,
*:active,
*:hover {
    outline: 0 !important;
}
  
a,
a:focus,
a:visited,
a:active,
a:hover {
    outline: 0 !important;
}

*::-moz-focus-inner {
    border: 0;
    outline: none;
}

*:not(#fake) {
    outline: none;
}