.left-block-column, 
.pager-reload{
	width: 100%;
}
.rating-badges{
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.rating-badges li{
    padding: 0 4px;
    position: relative;
}
.rating-badges li:not(:first-child):not(:empty):before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 16px;
    width: 1px;
    content: '';
    background: var(--semi-black);
    opacity: 0.08;
    margin: auto;
}
.rating-badges .icon-placeholder{
    width: 28px;
    height: 28px;
    border-radius: 28px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rating-badges .icon-placeholder a{
    display: flex;
}
section:not(.bg-grey) .box {
  -webkit-box-shadow: 0 8px 48px rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.08);
}



/*=============*/
.article-itself{
	background: var(--white);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
	margin-bottom: 40px;
}
.article-itself .article-contents{
	padding: 24px;
}
@media (min-width: 768px){
	.article-contents:after {
		content: '';
		width: 1px;
		background: var(--mid-grey);
		flex-shrink: 0;
	}
}

.article-itself .article-header{
	margin-bottom: 0;
	padding: 24px;
}
.article-header-with-bg{
	border-radius: 8px 8px 0 0;
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: flex-end;
	color: var(--white);
}
.article-header-with-bg h1{
	color: var(--white);
}
.article-itself .article-header:not(.article-header-with-bg){
	padding-bottom: 0;
}
.article-header-with-bg>*{
	position: relative;
	z-index: 5;
}
.article-header-with-bg:after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	border-radius: 8px 8px 0 0;
}

.article-header .article-thumb-company{
	padding: 0;
}
.article-header.article-header--company .article-thumb-company{
	padding: 30px 0;
}
.article-header.article-header--company .article-thumb-company h1{
	text-transform: none;
}

.article-header .article-thumb-company h1{
	font-size: 2rem;
	font-weight: normal;
	margin: 0;
}
.article-header .article-thumb-company .company-name a{
	color: var(--white);
}
.article-header:not(.article-header-with-bg) .article-thumb-company .company-name a{
	color: var(--black);
}
.article-header:not(.article-header-with-bg) .article-thumb-company h1{
	max-width: 820px;
}
.article-header-f{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 24px;
	row-gap: 10px;
	margin-top: 30px;
	align-items: center;
	margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid var(--mid-grey);
}

.article-header--company .article-header-f{
	background: var(--bg-grey);
	border: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.article-header--company .article-header-f .article-header-brief{
	border: 0;
}

.article-header.article-header-with-bg .article-header-f{
	margin-top: 20px;
	padding-top: 0;
	border-top: 0;
}
@media (min-width: 767px){
	.article-header.article-header-with-bg .article-thumb-tags{
		margin-left: auto;
	}
	.article-header.article-header--company .article-thumb-company .company-img{
		width: 160px;
		height: 160px;
	}
	
}

.article-header.article-header-with-bg .article-thumb-tag{
	color: var(--white);
	border-color: var(--white);
}

.article-header .article-thumb-tags{
	margin-bottom: 0;
	margin-top: 0;
	display: flex;
    column-gap: 6px;
    flex-wrap: wrap;
}
.article-itself h4{
	font-size: 1.25rem;
	margin-top: 1em;
	margin-bottom: 1em;
}

.subsection-contents{
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
	row-gap: 20px;
}
.subsection-block{
	background: var(--white);
	box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 20px;
	width: calc(33.3334% - 16px);
	font-size: 0.9rem;
}
.subsection-block.news-element>figure:first-child:not(:last-child){
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	margin-bottom: 20px;
}
.subsection-block.news-element>figure:first-child:not(:last-child) img{
	border-radius: 8px 8px 0 0;
}

#interview .subsection-block,
#reviews .subsection-block{
	width: calc(50% - 12px);
}
.companies-review{
	display: flex;
    flex-wrap: wrap;
	column-gap: 24px;
	row-gap: 20px;
	padding-bottom: 30px;
}
.companies-review .author-text{
	align-self: center;
}
.companies-review .article-thumb-text{
	padding: 0;
}
.subsection{
	margin-bottom: 40px;
}
.subsection-block.videoplayer{
	padding: 0;
}
.subsection-block.videoplayer img{
	border-radius: 8px;
	overflow: hidden;
}
.subsection h3{
	margin-bottom: 1em;
}
.subsection-block .date{
	font-size: 0.875rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.subsection-block h3{
	margin-bottom: 1em;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 0;
}
.elements-unit h3:only-child{
	margin-bottom: 0;
}

.article-contents{
	display: flex;
	column-gap: 20px;
}

.article-contents aside{
	min-width: 320px;
	flex-shrink: 1;
	order:1;
}

.article-contents-proper{
	max-width: 50em;
	width: 100%;
} 
.article-contents-proper section{
	margin-top: 30px;
}

.article-contents-proper h3{
	margin-bottom: 0.5em;
	font-size: 1.5rem;
}

.article-contents-proper .company-contacts{
	background: var(--bg-grey);
    padding: 10px;
    border-radius: 3px;
    font-size: 0.8rem;
	flex-direction: row;
	column-gap: 20px;
	color: var(--black);
}
.article-contents-proper .company-contacts a{
	color: var(--black);
}

.company-contacts{
	padding: 24px;
    font-size: 0.875rem;
}
.article-thumb-company .company-contacts{
	background: var(--bg-grey);
	padding: 10px;
	font-weight: normal;
}
.article-thumb-company+.article-thumb-tags{
	margin-top: 10px;
}

.company-contacts h3{
	margin-bottom: 0.5em;
}
.elements-unit .news-element{
	margin-top: -5px;
	margin-bottom: -6px;
}  
.elements-unit h3,
.subsection-block h3{
	margin-bottom: 1em;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 0;
}
.subsection-block h3{
	font-size: 1.2rem;
}
.elements-unit h3:only-child{
	margin-bottom: 0;
}
.subsection-block.news-element figure a{
	position: relative;
	display: block;
	padding-top: 56.25%;
}
.subsection-block.news-element figure a img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}
.subsection-block.news-element p:last-of-type{
	margin-bottom: 0;
}

.company-contacts address{
	font-style: normal;
	position: relative;
	margin-bottom: 6px;
}
.company-contacts address .fa{
	width: 30px;
	text-align: center;
	color: var(--orange);
	font-size: 1rem;
	position: absolute;
	left: 0;
}
.solution-mobile-img{
	display: none;
}

@media (max-width:1024px){
	.subsection-block{
		width: calc(50% - 12px);
	}
}
@media (max-width:767px){
	.article-header.article-header--company .article-thumb-company{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.article-contents{
		flex-direction: column;
		row-gap: 36px;
	}
	.article-header-with-bg{
		background: none !important;
		color: var(--black);
	}
	.article-header-with-bg{
		min-height: 0;
	}
	.article-itself .article-header{
		padding-bottom: 0;
	}
	.article-header-f .article-header-contacts a,
	.article-header-f .article-header-contacts,
	.article-header .article-thumb-company .company-name a{
		color: var(--black);
	}
	.article-header.article-header-with-bg .article-thumb-tag{
		color: var(--orange);
		border-color: var(--orange)
	}
	.article-header-contacts{
		flex-wrap: wrap;
		row-gap: 10px;
		padding: 16px 24px;
		margin: 0 -24px;
		background: var(--bg-grey);
		font-weight: normal;
	}
	.article-header-with-bg:after{
		display: none;
	}
	.solution-mobile-img{
		display: block;
		margin: -24px -24px 24px -24px;
		width: calc(100% + 48px);
		max-width: max-content;
		border-radius: 8px 8px 0 0;
	}
	.article-header-f{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	
	.graphs-subsection,
	.subsection-contents{
		flex-direction: column;
		row-gap: 20px;
	}	
	#interview .subsection-block,
	#reviews .subsection-block,
	.graphs-col,
	.subsection-block{
		width: 100%;
	}
	.article-header .article-thumb-company {
		padding: 0;
		justify-items: flex-start;
		align-items: flex-start;
		row-gap: 20px;
	}
	.article-header .article-thumb-company h1 {
		font-size: 1.5rem;
		font-weight: normal;
		margin: 0;
		line-height: 1.2;
	}
	.article-header .article-thumb-tags {
		margin-bottom: 0;
		margin-top: 10px;
		align-self: flex-start;
	}
	.article-thumb-company .company-name{
		margin-bottom: 10px;
	}
	.graph-itself{
		max-width: 100%;
	}
	.subsection-block.videoplayer img{
		border-radius: 0;
	}
	.article .subsection-block figure{
		margin-left: -20px;
		margin-right: -20px;
	}
	.article .subsection-block .media-element:first-child{
		margin-top: -20px;
	}
	.article .subsection-block .media-element:first-child img{
		border-radius: 8px 8px 0 0;
	}
	.article-header-f{
		margin-bottom: 0px;
	}
}

.btn-play svg{
	display: none;
}
section:not(.bg-grey) .box {
	-webkit-box-shadow: 0 8px 48px rgba(0, 0, 0, 0.08);
	box-shadow: 0 8px 48px rgba(0, 0, 0, 0.08);
  }
  
  .elements-unit {
	margin-bottom: 8px;
	padding: 30px 24px;
  }

  .subsection-list{
	display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 0;
  }
  .subsection-list .elements-unit{
	width: 100%;
  }
  @media (min-width:991px){
	  .subsection-list .elements-unit{
		width: calc(50% - 12px);
	  }
  }

  .box {
	background: var(--white);
	border-radius: 10px;
	padding: 20px;
  }
  a.elements-unit{
	display: block;
	position: relative;
	padding-left: 60px;	
  }
  a.elements-unit.is-has-prize{
	padding-right: 60px;
  }
  a.elements-unit>svg,
  a.elements-unit i[class*="icon"]{
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 19px;
  }
  a.elements-unit>svg{
	width: 24px;
	height: 24px;
  }
  a.elements-unit .prize-placeholder,
  a.elements-unit .prize-placeholder img{
	width: 24px;
	height: 24px;
  }
  a.elements-unit .prize-placeholder{
	position: absolute;
	right: 20px;
	top: 15px;
  }

.solution-banner a {
    position: relative;
    display: block;
    padding-top: 56.25%;
}
.solution-banner img{
	width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}  
.solution-banner {
    width: calc(33.333% - 16px);
	text-align: center;
}
.solution-banner-text {
    display: inline-block;
    font-size: 0.8rem;
    background: lightgray;
    padding: 6px 12px;
    background: var(--white);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 10px;
}
.article-itself .article-header:not(.article-header-with-bg){
	padding-bottom: 20px;
}
.article-header:not(.article-header-with-bg) .article-header-contacts, 
.article-header:not(.article-header-with-bg) .article-header-contacts a{
	color: var(--grey);
}
.company-contacts {
    padding: 0; margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rating-badges li:before{
	display: none;
}
.article-header-f .solution-feature,
.rating-badges .icon-placeholder{
	width: 28px;
    height: 28px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.article-header-f{
	row-gap: 20px;
}
.article-header-f .solution-feature svg{
	width: 20px;
	height: 20px;
	fill: var(--orange-bright);
	stroke: var(--orange-bright);
}


.article-header-f{
	flex-wrap: nowrap;
}
.article-header-brief{
	flex-shrink: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--mid-grey);
	column-gap: 20px;
	justify-content: space-between;
}
.article-header-brief .company-contacts{
	align-items: flex-start;
	width: 100%;
	background: none;
	flex-direction: row;
}
.article-header-brief~.article-thumb-tags{
	align-self: flex-end;
	justify-content: flex-end;
}
.article-header-fact{
    display: flex;
    align-items: center;
    font-size: 1rem;
    column-gap: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 6px;
    color: #444;
}

.rating-badges li:first-child{
	padding-left: 0;
}
.rating-badges i,
.rating-badges svg{
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 991px){
	.article-header .article-thumb-company{
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	.article-header:not(.article-header-with-bg) .article-header-contacts {
		align-items: flex-start;
		width: auto;
		margin: 0;
		padding: 0;
		background: none;
		flex-direction: row;
		font-size: 0.8rem;
		column-gap: 1em;
		padding-bottom: 10px;
		border-top: 1px solid var(--mid-grey);
		width: 100%;
		padding: 10px 0;
	}
	.article-header-fact{
		font-size: 0.8rem;
		margin-top: 0;
		margin-bottom: 0;
		min-height: 28px;
	}
		.article-header-f{
		flex-direction: column;
	}
	.article-header-brief {
		width: 100%;
		flex-direction: column;
    row-gap: 6px;
	}
	.article-header-brief~.article-thumb-tags{
		justify-content: flex-start;
	}
	.graphs-col .article-thumb-tags{
		max-width: 100%;
	}
	.solution-banner {
		width: 100%;
	}
}

.row .row>.article{
	width: 100%;
}
#customers .elements-unit{
	padding-left:50px
}
