@font-face {
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: local('IBM Plex Sans'), local('IBMPlexSans'),
		 url('../fonts/ibm-plex-sans-v7-latin-ext_latin-regular.woff2') format('woff2'),
		 url('../fonts/ibm-plex-sans-v7-latin-ext_latin-regular.woff') format('woff');
}

@font-face {
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'),
		 url('../fonts/ibm-plex-sans-v7-latin-ext_latin-500.woff2') format('woff2'),
		 url('../fonts/ibm-plex-sans-v7-latin-ext_latin-500.woff') format('woff');
}

@font-face {
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'),
		 url('../fonts/ibm-plex-sans-v7-latin-ext_latin-700.woff2') format('woff2'),
		 url('../fonts/ibm-plex-sans-v7-latin-ext_latin-700.woff') format('woff');
}

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

@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: local('Merriweather Bold'), local('Merriweather-Bold'),
		 url('../fonts/merriweather-v21-latin-ext_latin-700.woff2') format('woff2'),
		 url('../fonts/merriweather-v21-latin-ext_latin-700.woff') format('woff');
}

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

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;
	/* background: url(../images/promo.jpg) no-repeat 50%; */
}

.title_block_bread span {
	color: #fff;
	font: bold 10px/16px "IBM Plex Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: .88;
}

.title_h1 {
	font: 600 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: 24px/40px Merriweather, serif;

}

.title_block_author {
	margin-top: 26px;
}

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

.tdate {
	margin-top: 2px;
	color: #fff;
	font: 500 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: 33px;
}

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

#content .date::before {
	display: inline-block;
	content: "";
	margin-right: 10px;
	width: 10px;
	height: 10px;
	background-image: url(../fonts/clock.svg);
}

#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: 33px;
}

.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;
}

#comments {
	margin-top: 40px;
}

#comments .item a {
	font-weight: 700;
}

#comments .pg {
	margin-bottom: 10px;
	font-size: 16px !important;
	line-height: 28px !important;
}

#comments h2 {
	background: url('../images/comentsm.jpg') 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;
}

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

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

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

#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) {

	#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: url(../images/jornal.jpg)no-repeat center center / contain;
	transform: rotate(10deg);
}

#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 {
	width: 400px;
	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: 24px;
	line-height: 1.3;
	background-color: green;
	color: #fff !important;
	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: url(../images/promo.jpg) no-repeat 50%;
	background-size: cover;
}

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

@media screen and (max-width: 1020px) {
	.pg {
		font-size: 18px !important;
		line-height: 1.5 !important;
	}

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

	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;
		/* margin-top: 10px; */
	}

	#top::before {
		display: none;
		background-image: 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: 18px;
		line-height: 1.4;
	}
	.bgrnd {
		background-image: url("../images/promo_mob.jpg");
	}
}

@media screen and (max-width: 470px) {
	.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;
	}

}

.mod-clear {
	clear:both;
}

.mod-2 {
	display: block;
}

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

.mod-4 {
	background:#FFF5F7 !important;
	padding:10px;
	margin-bottom:33px;
}
::-ms-clear {
    display: none;
  }
  
  * {
    -webkit-tap-highlight-color: transparent;
  }
  
  #comebacker_main_div {
    display: none !important;
    height: 0px !important;
  }
  
  html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  
  select:-moz-focusring,
  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;
  }
  
  select {
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("https://179523.selcdn.ru/public/layout-images/select-triangle.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 10px;
  }
  
  select:hover {
    background-size: 10px 10px;
    background-position: right 10px center;
  }
  
  select:focus {
    outline: none !important;
    outline-color: transparent;
    outline-width: 0;
  }
  
  select::-ms-expand {
    display: none !important;
    background: none !important;
    position: fixed;
    border: none !important;
    outline: none !important;
  }
  
  button::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  select::-moz-focus-inner,
  option::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
  }
  
  *:not(#fake) {
    outline: none;
  }
  
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }

  input[type='number']::-webkit-outer-spin-button,
  input[type='number']::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  input[type='number'] {
      -moz-appearance: textfield;
  }

  input:invalid {
    box-shadow: none;
}