*, *:after, *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
}



@media screen and (min-width: 1320px)
{
	.row {
		max-width: 1320px;
	}
}

.site_content {
	padding-bottom: 30px;
}
.spamplePage {
	padding-top: 50px;
	padding-bottom: 45px;
}

.spamplePage h1 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-align: center;
}

.spamplePage h1 {
	text-align: center;
	font-size: 40px;
	line-height: 49px;
	letter-spacing: 0;
	padding-top: 0!important;
	padding-bottom: 13px!important;
}

.site_content h1 {
	padding: 30px 0;
}

.row:after {
	display: block;
	content: '';
	clear: both;
}

h2.emHeading {
	font-weight: 700;
	padding-bottom: 22px;
	font-size: 24px;
}

.evroBlogPage__secondBlock__content__heading {
	padding-left: 30px;
}
.emHeading {
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	color: #000;
}

.evroBlog {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 20px;
	padding-bottom: 40px;
}
.evroBlog .paginator {
	width: 100%;
}
.evroBlog__item {
	--marginRight: 30px;
	--elements: 4;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	width: calc( 100% / var(--elements) - ( ((var(--elements) * var(--marginRight)) - var(--marginRight)) / var(--elements)));
	margin-right: var(--marginRight);
	margin-bottom: 30px;
	padding-top: 20px;
	border-radius: 10px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.evroBlog__item:nth-child(4){
	margin-right: 0;
}
@media (max-width: 991px) {
	.evroBlog__item {
		--elements: 3;
	}
	.evroBlog__item:nth-child(3){
		margin-right: 0;
	}
	.evroBlog__item:nth-child(4){
		margin-right: var(--marginRight);
	}
}
@media (max-width: 767px) {
	.evroBlog__item {
		--elements: 2;
	}
	.evroBlog__item:nth-child(2){
		margin-right: 0;
	}
	.evroBlog__item:nth-child(3){
		margin-right: var(--marginRight);
	}
	.evroBlog__item:nth-child(4){
		margin-right: var(--marginRight);
	}
}
@media (max-width: 425px) {
	.evroBlog__item {
		--elements: 1;
		margin-right: 0;
	}
	.evroBlog__item:nth-child(3){
		margin-right: 0;
	}
	.evroBlog__item:nth-child(4){
		margin-right: 0;
	}
}
.evroBlog__itemImgWrap {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.evroBlog__itemImg {
	display: block;
	height: 125px;
	margin-left: auto;
	margin-right: auto;
}
.evroBlog__itemContent {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.evroBlog__itemCap {
	margin-bottom: 15px;
	padding: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}
.evroBlog__itemDesc {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.8);
}
.evroBlog__itemDesc p {
	padding: 0;
}
.evroBlog__itemBtn {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 57px;
	margin-top: auto;
	padding-right: 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 16px;
	line-height: 21px;
	color: #333;
	transition: all .2s ease;
}
.evroBlog__itemBtn:hover {
	text-decoration: underline;
}
.evroBlog__itemBtn svg {
	margin-left: 15px;
	transition: all .2s ease;
}
.evroBlog__itemBtn:hover svg {
	margin-left: 10px;
}

.evroBlogPage p{
	line-height: 1.4;
}

/*blog page*/
.evroBlogPage {
	background-image: url('../img/blog/evro-blog-bg.png');
	background-position: center top;
	justify-content: center;
	flex-direction: row;
	display: flex;
	padding-top: 20px;
}
.evroBlogPage__mainText {
	position: relative;
	height: 228px;
	padding: 30px;
	margin-bottom: 41px;
	border-radius: 10px;
	background: #295170;
	box-sizing: border-box;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.8);
}
.evroBlogPage__mainText:before {
	content: '';
	z-index: -1;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: -11px;
	width: calc(100% - 20px);
	height: 51px;
	background: #23435B;
	border-radius: 10px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1400px) {
	.evroBlogPage__mainText {
		height: auto;
	}
}
.evroBlogPage__mainText__text {
	max-width: 900px;
	height: 168px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
}
@media (max-width: 1400px) {
	.evroBlogPage__mainText__text {
		max-width: 800px;
		min-height: 168px;
	}
}
.evroBlogPage__mainImgWrap {
	position: absolute;
	top: -15px;
	right: -35px;
}
@media (max-width: 991px) {
	.evroBlogPage__mainImgWrap {
		display: none;
	}
}
.evroBlogPage__secondBlock {
	display: flex;

	/*flex-direction: row-reverse;*/
	/*padding-top: 45px;*/
	padding-top: 20px;
}
.evroBlogPage__secondBlock--center {
	justify-content: center;
	flex-direction: row;
}
.evroBlogPage__secondBlock__content {
	/*flex: 1;*/
	width: 960px;
}
@media (max-width: 991px) {
	.evroBlogPage__secondBlock__content {
		flex: auto;
		width: 100%;
	}
}
.evroBlogPage__secondBlock__content__heading {
	padding-left: 30px;
}
@media (max-width: 991px) {
	.evroBlogPage__secondBlock__content__heading {
		padding-left: 0;
	}
}
.evroBlogPage__secondBlock__menu {
	margin-right: 22px;
}
@media (max-width: 1660px) {
	.evroBlogPage__secondBlock__menu {
		width: 360px;
	}
}
@media (max-width: 991px) {
	.evroBlogPage__secondBlock__menu {
		display: none;
	}
}
.evroBlogPage__secondBlock__menu .sidebar-left {
	top: 0 !important;
}


.evroBlog__list {
	margin: 0 !important;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 40px;
}
@media (max-width: 991px) {
	.evroBlog__list {
		padding-left: 0;
		padding-bottom: 0;
	}
}
.evroBlog__list > li {
	margin-bottom: 15px;
}
.evroBlog__list > li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.evroBlog__list > li:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 22px;
	background: #99AA00;
}
.evroBlog__list > li > span {
	flex: 1;
	display: block;
}
.evroBlog__list > li > a {
	/*flex: 1;*/
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.8);
}
.evroBlog__list > li > a:hover {
	color: #99AA00;
	text-decoration: underline;
}
.evroBlog__list ul {
	width: 100%;
	margin-top: 10px;
	padding-left: 27px;
}
.evroBlog__list ul > li {
	margin-bottom: 5px;
}
.evroBlog__list ul > li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.evroBlog__list ul > li:before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-right: 18px;
	border: 1px solid #99AA00;
}
.evroBlog__list ul > li > a {
	flex: 1;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.7);
}
.evroBlog__list ul > li > a:hover {
	color: #99AA00;
	text-decoration: underline;
}


.evroBlog__textBlock__first {
	/*padding-top: 35px;*/
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.8);
}
.evroBlog__textBlock__first img {
	float: left;
	width: 300px;
	margin-right: 30px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.evroBlog__textBlock__first img {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
.evroBlog__textBlock__first p {
	padding: 0;
	margin-bottom: 30px;
}
.evroBlog__textBlock__first ul {
	/*max-width: 100%;
    width: 540px;*/
	margin-left: auto;
	margin-bottom: 45px;
}
/*@media (max-width: 1440px) {
  .evroBlog__textBlock__first ul {
    max-width: 100%;
    width: 450px;
  }
}*/
.evroBlog__textBlock__first ul li {
	position: relative;
	padding-left: 23px;
	margin-bottom: 15px;
}
.evroBlog__textBlock__first ul li:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #99AA00;
}

.evroBlog__textBlock__second {
	padding-top: 35px;
	padding-bottom: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.8);
}
.evroBlog__textBlock__second img {
	float: right;
	margin-left: 30px;
	margin-bottom: 23px;
}
.evroBlog__textBlock__second p {
	padding-bottom: 15px;
}


.evroBlog__textBlock__third {
	display: flex;
	align-items: flex-start;
	padding-top: 35px;
	padding-bottom: 40px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.8);
}
.evroBlog__textBlock__third--imgRight {
	flex-direction: row-reverse;
}
@media (max-width: 991px) {
	.evroBlog__textBlock__third {
		flex-direction: column;
	}
	.evroBlog__textBlock__third--imgRight {
		flex-direction: column;
	}
}
.evroBlog__textBlock__third--imgRight img {
	margin-right: 0;
	margin-left: 30px;
}
@media (max-width: 991px) {
	.evroBlog__textBlock__third--imgRight img {
		margin-left: auto;
		margin-right: auto;
	}
}
.evroBlog__textBlock__third img {
	margin-right: 30px;
}
@media (max-width: 991px) {
	.evroBlog__textBlock__third img {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
}
.evroBlog__textBlock__third p {
	padding-bottom: 15px;
}
.evroBlog__textBlock__third .emHeading {
	margin-right: 30px;
}
@media (max-width: 991px) {
	.evroBlog__textBlock__third .emHeading {
		margin-right: 0;
	}
}
.evroBlog__textBlock__third__advanList {
	padding-top: 5px;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}
.evroBlog__textBlock__third__advanList li {
	display: flex;
	align-items: center;
	margin-bottom: 15px !important;
}
.evroBlog__textBlock__third__advanList li p {
	padding: 0;
}
@media (max-width: 991px) {
	.evroBlog__textBlock__third__advanList img {
		margin-right: 30px;
		margin-bottom: 0;
	}
}
.evroBlog__textBlock__third__listTitle {
	padding-bottom: 5px !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}


.evroBlog__tableWrap {
	padding-top: 35px;
	padding-bottom: 40px;
}
@media (max-width: 991px) {
	.evroBlog__tableWrap {
		width: 100%;
		overflow-x: auto;
		padding-bottom: 27px;
		margin-bottom: 10px;
	}
	.evroBlog__tableWrap::-webkit-scrollbar {
		height: 7px;
		background-color: transparent;
	}
	.evroBlog__tableWrap::-webkit-scrollbar-thumb {
		background-color: #99AA00;
		border-radius: 1em;
	}
}
.evroBlog__table {
	width: 100%;
	border-spacing: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}
.evroBlog__table tr {
	box-sizing: content-box;
}
.evroBlog__table td, .evroBlog__table th {
	padding: 15px;
	border-right: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	box-sizing: content-box;
}
.evroBlog__table th {
	text-align: left;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	background: #99AA00;
	color: #fff;
}
.evroBlog__table tr:first-child td, .evroBlog__table tr:first-child th{
	border-top: 1px solid rgba(0,0,0,.1);
}
.evroBlog__table tr td:first-child, .evroBlog__table tr th:first-child {
	border-left: 1px solid rgba(0,0,0,.1);
}

.blogPage__advantagesCold {
	padding-top: 35px;
	padding-bottom: 40px;
}
.blogPage__advantagesCold__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	color: #000;
}
.blogPage__advantagesCold__title .mark {
	background-color: transparent;
	color: #9A0;
}
@media (max-width: 991px) {
	.blogPage__advantagesCold__title {
		font-size: 26px;
		line-height: 36px;
	}
}
.blogPage__advantagesCold__list {
	display: flex;
	margin: 0 -15px;
	padding: 0 !important;
	list-style: none;
}
@media (max-width: 991px) {
	.blogPage__advantagesCold__list {
		margin: 0;
		flex-direction: column;
	}
}
.blogPage__advantagesCold__item {
	width: calc(33.3333% - 30px);
	margin-right: 15px;
	margin-left: 15px;
	padding: 10px;
	border: 1px solid rgba(0,0,0,.05);
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
	.blogPage__advantagesCold__item {
		width: 100%;
		display: flex;
		align-items: center;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
}
.blogPage__advantagesCold__icon {
	display: block;
}
@media (max-width: 991px) {
	.blogPage__advantagesCold__icon {
		margin-right: 25px;
	}
}
.advantages-cold__description {
	margin-top: 8px;
	margin-bottom: 9px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}


.blogPage__numList {
	padding-top: 35px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.blogPage__numList .emHeading {
	padding-bottom: 30px;
}
.blogPage__numList ol {
	padding-left: 0;
	list-style-type: none;
	counter-reset: num;
	/*column-count: 2;
    list-style: none;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;*/
}
@media (max-width: 991px) {
	.blogPage__numList ol {
		column-count: 1;
	}
}
.blogPage__numList ol li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.blogPage__numList ol li div {
	flex: 1;
}
.blogPage__numList ol > li:before {
	content: counter(num);
	counter-increment: num;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-right: 18px;
	border-radius: 50% ;
	border: 7px solid rgba(255, 255, 255, 0.1);
	background: #FFFFFF;
	font-weight: 800;
	font-size: 30px;
	line-height: 30px;
	color: #295170;
	box-shadow: 0px 4px 20px rgba(41, 81, 112, 0.2);
}
.blogPage__numList ol ul li:before {
	content: '';
}
.blogPage__numList__title {
	padding-bottom: 5px !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}


.evroBlog__advanceListWrap {
	padding-top: 35px;
	padding-bottom: 10px;
}
.evroBlog__advanceList {
	padding: 0 !important;
}
.evroBlog__advanceList li {
	display: flex;
	align-items: center;
	margin-bottom: 30px !important;
}
.evroBlog__advanceList div:last-child {
	flex: 1;
}
.evroBlog__advanceList p:not(:first-child) {
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.8);
}
.evroBlog__advanceList__imgWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 67px;
	height: 67px;
	margin-right: 22px;
	background: #99AA00;
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0px 4px 20px rgba(153, 170, 0, 0.2);
}
.evroBlog__advanceList__title {
	padding-bottom: 5px !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}


.evroBlog__alrt {
	position: relative;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 40px;
	padding-top: 30px;
	padding-left: 100px;
	padding-right: 40px;
	padding-bottom: 30px;
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
@media (max-width: 991px) {
	.evroBlog__alrt {
		text-align: center;
		padding-top: 40px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 40px;
	}
}
.evroBlog__alrt--questionable {
	display: flex;
	align-items: center;
	padding-right: 30px;
}
@media (max-width: 991px) {
	.evroBlog__alrt--questionable {
		flex-direction: column;
	}
}
.evroBlog__alrt--questionable > div {
	flex: 1;
}
.evroBlog__alrt:before {
	content: '';
	position: absolute;
	top: 0;
	left: -118px;
	width: 199px;
	height: 187.29px;
	border-radius: 100%;
	background: #295170;
}
@media (max-width: 991px) {
	.evroBlog__alrt:before {
		width: 96px;
		height: 96px;
		top: -30px;
		left: -30px;
	}
}
.evroBlog__alrt:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 26px;
	width: 20px;
	height: 58px;
	background-image: url('../img/blog/evro-exclamation.svg');
	background-repeat: no-repeat;
}
@media (max-width: 991px) {
	.evroBlog__alrt:after {
		transform: none;
		top: 16px;
		left: 21px;
		width: 10px;
		height: 29px;
		background-size: 100% 100%
	}
}
.evroBlog__alrt--questionable:after {
	left: 14px;
	width: 47px;
	height: 59px;
	background-image: url('../img/blog/evro-questionable.svg');
}
@media (max-width: 991px) {
	.evroBlog__alrt:after {
		transform: none;
		top: 15px;
		left: 20px;
		width: 22px;
		height: 30px;
		background-size: 100% 100%
	}
}
.evroBlog__alrt__text {
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.8);
}
.evroBlog__alrt__title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	color: #000;
}
@media (max-width: 991px) {
	.evroBlog__alrt__title {
		font-size: 23px;
		line-height: 27px;
		margin-bottom: 30px;
	}
}
.evroBlog__alrt__title .mark {
	color: #99AA00;
}
.evroBlog__alrt--questionable .evroBlog__alrt__title {
	font-size: 26px;
	line-height: 32px;
}
@media (max-width: 991px) {
	.evroBlog__alrt--questionable .evroBlog__alrt__title {
		font-size: 23px;
		line-height: 27px;
	}
}
.evroBlog__alrtBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 60px;
	margin-left: 30px;
	border: none;
	border-radius: 30px;
	background: #99AA00;
	color: #fff;
}
@media (max-width: 1400px) {
	.evroBlog__alrtBtn {
		width: 200px;
		margin-left: 20px;
	}
}
@media (max-width: 991px) {
	.evroBlog__alrtBtn {
		margin-top: 30px;
		width: 260px;
	}
}


.evroBlog__quesitng {
	margin-top: 75px;
	margin-bottom: 40px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
	.evroBlog__quesitng {
		margin-top: 50px;
		padding-left: 0;
		padding-right: 0;
		background: transparent;
		box-shadow: none;
	}
}
.evroBlog__quesitngTitle {
	padding-bottom: 34px;
}
.evroBlog__quesitng__item {
	margin-bottom: 20px;
}
.evroBlog__quesitng__item__title {
	position: relative;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #99AA00;
	cursor: pointer;
}
@media (max-width: 991px) {
	.evroBlog__quesitng__item__title {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 9px;
		padding-left: 20px;
		padding-right: 15px;
		padding-bottom: 9px;
		background: #FFFFFF;
		border-radius: 20px;
		box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
	}
}
.evroBlog__quesitng__item__title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 96%;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
	.evroBlog__quesitng__item__title:before {
		display: none;
	}
}
.evroBlog__quesitng__item__title span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-right: 7px;
	background-color: #fff;
}
.evroBlog__quesitng__item__title svg {
	position: absolute;
	bottom: 4px;
	z-index: 2;
	right: 0;
	background-color: #fff;
	fill: #000;
}
.evroBlog__quesitng__item__title.active svg {
	bottom: 1px;
	transform: rotate(45deg);
	fill: #99AA00;
}
@media (max-width: 991px) {
	.evroBlog__quesitng__item__title svg {
		position: static;
	}
}
.evroBlog__quesitng__item__content {
	display: none;
	margin-top: 8px;
	margin-left: 7px;
	margin-right: 30px;
	padding: 10px 15px;
	border-radius: 10px;
	background: #F5F5F5;
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991px) {
	.evroBlog__quesitng__item__content {
		margin-left: 0;
		margin-right: 0;
	}
}

.evroBlog__rel {
	padding-top: 35px;
	padding-bottom: 10px;
}
.evroBlog__rel__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.evroBlog__rel__item {
	--marginRight: 30px;
	--elements: 3;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc( 100% / var(--elements) - ( ((var(--elements) * var(--marginRight)) - var(--marginRight)) / var(--elements)));
	height: 165px;
	margin-right: var(--marginRight);
	margin-bottom: 30px;
	border-radius: 10px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}
.evroBlog__rel__item:nth-child(3){
	margin-right: 0;
}
@media (max-width: 991px) {
	.evroBlog__rel__item {
		--elements: 2;
	}
	.evroBlog__item:nth-child(2){
		margin-right: 0;
	}
	.evroBlog__item:nth-child(3){
		margin-right: var(--marginRight);
	}
}
@media (max-width: 767px) {
	.evroBlog__rel__item {
		--elements: 1;
		margin-right: 0;
	}
	.evroBlog__item:nth-child(3){
		margin-right: 0;
	}
}
.evroBlog__rel__itemImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.evroBlog__rel__itemContent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.47);
}
.evroBlog__rel__itemTitle {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
}


.evroBlog__product {
	width: 875px;
	max-height: 470px;
	overflow: hidden;
}
@media (max-width: 991px) {
	.evroBlog__product {
		/*display: none;*/
		width: 100%;
	}
}

.evroBlog__product .bakeriesOpening__buttonTabs {
	display: none;
}

.evroBlog__product .bakeriesOpening__tabsCaptionListWrap {
	display: none;
}

.evroBlog__product .bakeriesOpening__tabsCaptionList {
	width: 100%;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.evroBlog__product .bakeriesOpening__tabsCaptionList--sub {
	width: 310px;
	top: 88px;
}
.evroBlog__product .bakeriesOpening__tabsCaptionItem {
	font-size: 12px;
	margin-bottom: 0 !important;
}
.evroBlog__product .bakeriesOpening__listWrap {
	width: 100%;
	padding: 0 !important;
}
.evroBlog__product .bakeriesOpening__list {
	margin-top: 0 !important;
	padding-left: 0 !important;
}
@media (max-width: 991px) {
	.evroBlog__product .bakeriesOpening__list {
		display: flex;
		flex-wrap: wrap;
	}
}
.evroBlog__product .bakeriesOpening__item {
	flex: 1;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px !important;
}
@media (max-width: 991px) {
	.evroBlog__product .bakeriesOpening__item {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
.evroBlog__product__more {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	width: 264px;
	height: 57px;
	border-radius: 28.5px;
	border: 1px solid #99AA00;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}
.evroBlog__product__more:hover {
	background-color: #99AA00;
	color: #fff;
}


.content__left{
	font-size: 16px;
	line-height: 1.4;
}



