:root {
		--color-text: #484848;
		--color-primary: #61C13B;
		--color-on-primary: #351d4a;
		--color-secondary: #394754;
		--color-background: #27272c;
		--color-on-background: #c5c5ce;
		--color-background-alt: #1e1c22;
		--color-background-alt-alpha: #1e1c22bf;
		--color-inverse: #fff;
		--color-gray: #e6e6e6;
		--color-darkgray: #7f7f7f;
		--color-yellow: #dedf40;
		--color-green: #62cb5c;
		--color-blue: #00bbcb;
		--color-on-blue: #004a09;
		--gradient: var(--color-secondary) 10%, var(--color-yellow) 25%, var(--color-green) 50%, var(--color-blue) 75%, var(--color-primary) 90%;
		--brand-font: "Kanit", serif;
		--brand-font-weight: 800;
		--brand-font-alt: "Baloo 2", system-ui, sans-serif;
		--brand-font-alt-weight: normal;
		--brand-font-alt-weight-bold: 500;

		--types-list-item: 24px;

		--layout-column-min: 360px;
		--layout-grid-gap: 3vmax;
	}

	.hrblog2 .container{
		max-width: 1200px;
	}

	.hrblog2-header__block{
		position: relative;
		padding-right: 300px;
	}
	.hrblog2-search{
		position: absolute;
		top: 12px;
		right: 0;
	}
	.hrblog2-search__input{
		height: 38px;
		border-radius: 20px;
		border: 2px solid #E5E5E5;
		background: #fff;
		box-shadow: none;
		font-size: 16px;
		color: #000;
		width: 280px;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.5s;
	}
	.hrblog2-search__input:focus {
    outline: none !important;
	}
	.hrblog2-search__icon{
		position: absolute;
		top: 4px;
		right: 5px;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		cursor: pointer;
		background-color: #F5F5F5;
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 13.5L10 10' stroke='black'/%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='black'/%3E%3C/svg%3E%0A");
		background-position: center;
		background-size: 14px auto;
		background-repeat: no-repeat;
	}
	.hrblog2-search__icon input{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		pointer-events: none;
	}
	.hrblog2-search__icon:hover{
		background-color: var(--color-primary);
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 13.5L10 10' stroke='white'/%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='white'/%3E%3C/svg%3E%0A");
	}
	.hrblog2-search.open .hrblog2-search__input{
		opacity: 1;
		pointer-events: auto;
	}
	.hrblog2-search.open .hrblog2-search__icon input{
		pointer-events: auto;
	}

	.hrblog2-header__breadcrumbs{
		padding: 22px 0;
		font-size: 14px;
	}
	.hrblog2-header__breadcrumbs .breadcrumbs-list{
		gap: unset;
	}
	.hrblog2-header__breadcrumbs .breadcrumbs{
		padding-bottom: 9px;
	}
	.hrblog2-header__breadcrumbs .breadcrumbs-item{
		display: flex;
		align-items: center;
	}
	.hrblog2-header__breadcrumbs .breadcrumbs-item a{
		color: var(--color-primary);
	}
	.hrblog2-header__breadcrumbs .breadcrumbs-item+.breadcrumbs-item:before{
		content: '';
		display: inline-block;
		position: relative;
		width: 8px;
		min-width: 8px;
		height: 12px;
		margin: 0 10px;
		background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 6.2381L1 11' stroke='black' stroke-width='0.5'/%3E%3C/svg%3E%0A");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		background-color: transparent;
		opacity: 1;
		transform: none;
	}

	.hrblog2-header__title h1{
		margin: 0;
		color: #393A3C;
		padding: 5px 0;
	}
	.hrblog2-header__text{
		font-size: 16px;
		line-height: 1.25;
		font-weight: 400;
		letter-spacing: normal;
		color: #777;
	}
	.hrblog2-header__title + .hrblog2-header__text{
		margin-top: 10px;
	}

	.hrblog2-filters{
		margin-top: 60px;
	}
	.hrblog2-filters__main{
		display: flex;
		align-items: center;
		font-size: 30px;
		line-height: 1.2;
		font-weight: 400;
		letter-spacing: normal;
		color: #4F5052;
	}
	.hrblog2-filters__main br{
		display: none;
	}
	.hrblog2-filters__main-item{
		position: relative;
		cursor: pointer;
		user-select: none;
	}
	.hrblog2-filters__main-item:hover{
		color: var(--color-primary);
	}
	.hrblog2-filters__divider{
		width: 2px;
		height: 30px;
		background: #ccc;
		margin: 0 24px;
	}
	.hrblog2-filters__main div.active{
		font-weight: 500;
	}
	.hrblog2-filters__main + .hrblog2-filters__theme{
		margin-top: 58px;
	}
	.hrblog2-filters__theme > div{
		display: none;
		align-items: center;
		flex-wrap: wrap;
		font-size: 13px;
		line-height: 1.2;
		font-weight: 300;
		letter-spacing: normal;
	}
	.hrblog2-filters__theme > div.active{
		display: flex;
	}
	.hrblog2-filters__theme-item{
		height: 42px;
		padding: 0 20px;
		border-radius: 21px;
		white-space: nowrap;
		display: flex;
		align-items: center;
		background: #E6E6E6;
		color: #000;
		margin: 10px 10px 0 0;
		cursor: pointer;
		user-select: none;
	}
	.hrblog2-filters__theme-item:hover{
		background: var(--color-primary);
		color: #fff;
	}
	.hrblog2-filters__theme-item.active{
		background: #394754;
		color: #fff;
	}
	.hrblog2-filters__theme-clear{
		flex: 1;
		text-align: right;
		white-space: nowrap;
		font-size: 13px;
		line-height: 1.2;
		font-weight: 500;
		letter-spacing: normal;
		color: #969696;
		cursor: pointer;
		margin: 10px 0 0 0;
	}
	.hrblog2-filters__theme-clear:hover{
		color: var(--color-primary);
	}

	.hrblog2-articles{
		margin-top: 17px;
		position: relative;
		/*opacity: 0;*/
		transition: opacity 0.3s;
	}
	.hrblog2-articles:not(show){
		min-height: 100vh;
	}
	.hrblog2-articles.show{
		opacity: 1;
	}
	.hrblog2-articles__section{
		display: none;
	}
	.hrblog2-articles__section.active{
		display: block;
	}
	.hrblog2-articles__content{
		display: flex;
		flex-wrap: wrap;
	}
	.hrblog2-articles__item{
		line-height: 1.375;
	  border-radius: 12px;
	  background: #fff;
	  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	  font-size: 14px;
		line-height: 1.42;
		font-weight: 400;
		letter-spacing: normal;
	  overflow: hidden;
	  position: relative;
		width: 30.9%;
		margin-right: 2.43%;
		margin-top: 45px;
		color: #484848;
		outline: none;
		user-select: none;
    display: flex;
    flex-direction: column;
	}
	.hrblog2-articles__item.emptyitem{
		background: none;
    box-shadow: none;
	}
	.hrblog2-articles__item.hidden{
		display: none;
	}
	.hrblog2-articles__item.last{
		width: 100%;
    flex-direction: row;
		min-height: 417px;
	}
	.hrblog2-articles__item.last .hrblog2-articles__item-photo{
		width: 48.61%;
		height: 100%;
	}
	.hrblog2-articles__item.last .hrblog2-articles__item-content{
		padding: 33px 58px 40px 33px;
	}
	.hrblog2-articles__item-label{
		display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    color: #fff;
    padding: 10px 24px;
    white-space: nowrap;
    border-radius: 5px;
		font-size: 14px;
		line-height: 1;
		font-weight: 500;
    width: fit-content;
	}

	.hrblog2-articles__item.last .hrblog2-articles__item-theme{
		position: absolute;
		right: 33px;
		top: 33px;
	}
	.hrblog2-articles__item.last .hrblog2-articles__item-title{
		font-size: 30px;
		line-height: 1.06;
		max-height: 100px;
	}
	.hrblog2-articles__item-label + .hrblog2-articles__item-title{
		margin-top: 33px;
	}
	.hrblog2-articles__item.last .hrblog2-articles__item-text{
		font-size: 16px;
		line-height: 1.5;
	}
	.hrblog2-articles:not(.notopitem) .hrblog2-articles__item:nth-child(3n+1){
		/*margin-right: 0;*/
	}
	.hrblog2-articles.notopitem .hrblog2-articles__item:nth-child(3n){
		margin-right: 0;
	}


	.hrblog2-articles__item:hover{
		text-decoration: none;
	}
	.hrblog2-articles__item:hover .hrblog2-articles__item-title{
    color: #61c13a;
	}
	.hrblog2-articles__item-photo {
    height: 200px;
    /* height: 230px; */
    overflow: hidden;
	}
	.hrblog2-articles__item-photo picture{
    display: block;
    height: 100%;
	}
	.hrblog2-articles__item-photo img{
    height: 100%;
    width: 100%;
    object-fit: cover;
		object-position: center;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(.02,.74,.29,.64);
	}
	.hrblog2-articles__item:hover .hrblog2-articles__item-photo img{
	  -webkit-transform: scale(1.05);
	  transform: scale(1.05);
	}
	.hrblog2-articles__item-content{
		padding: 25px 24px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
		position: relative;
	}
	.hrblog2-articles__item-theme{
		color: #7F7F7F;
		font-size: 14px;
		line-height: 1.2;
		font-weight: 300;
		text-transform: lowercase;
		display: flex;
		flex-wrap: wrap;
	}
	.hrblog2-articles__item-theme span{
		display: inline-block;
		white-space: nowrap;
		margin-right: 5px;
		/* cursor: pointer; */
	}
	/* .hrblog2-articles__item-theme span:hover{
		color: var(--color-primary);
	} */
	.hrblog2-articles__item-title{
		font-size: 20px;
		line-height: 1.2;
		font-weight: 500;
	  text-decoration: none;
	  color: #484848;
	  transition-timing-function: linear;
	  transition-duration: .3s;
	  transition-property: color, background, opacity, border, visibility, box-shadow;
	  max-height: 72px;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.hrblog2-articles__item-theme + .hrblog2-articles__item-title{
		margin-top: 20px;
	}
	.hrblog2-articles__item-text{
		margin-top: 20px;
	  color: #484848;
	}
	.hrblog2-articles__item-info{
		margin-top: 20px;
		color: #7F7F7F;
		font-size: 14px;
    display: flex;
    align-items: flex-end;
    flex: 1;
	}
	.hrblog2-articles__item-info span::before{
		content: '•';
		display: inline-block;
		width: 25px;
		text-align: center;
	}
	.hrblog2-articles__item-info span:first-child::before{
		display: none;
	}
	.hrblog2-articles__notfound{
		font-size: 14px;
		line-height: 1.42;
		font-weight: 400;
		letter-spacing: normal;
		padding: 50px 0;
	}

	.hrblog2-nav{
		list-style: none;
		padding: 0;
		text-align: center;
		display: flex;
		justify-content: center;
		margin-top: 29px;
	}
	.hrblog2-nav__item {
	  min-width: 48px;
	  padding: 10px 15px;
	  height: 56px;
	  box-sizing: border-box;
	  font-size: 20px;
	  font-weight: 500;
	  overflow: hidden;
	  text-decoration: none;
	  color: #484848;
	  display: flex;
	  align-items: center;
	  justify-content: center;
		user-select: none;
	}
	.hrblog2-nav__next a, .hrblog2-nav__previous a, .hrblog2-nav__next span, .hrblog2-nav__previous span{
	  line-height: 1;
	  display: flex;
	  min-width: 56px;
	  height: 56px;
	  color: #61c13a;
	  border-radius: 5px;
	  background: #fff;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  text-decoration: none;
	  transition: all 0.3s linear;
	}
	.hrblog2-nav__item a, .hrblog2-nav__item span {
	  color: #bababa;
	}
	.hrblog2-nav__item.is-active a, .hrblog2-nav__item.is-active span {
		color: var(--color-primary) !important;
	}
	.hrblog2-nav__item:not(.is-active){
		cursor: pointer;
	}
	.hrblog2-nav__previous a, .hrblog2-nav__previous span{
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='21' viewBox='0 0 14 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 19L2 10.0952L12 2' stroke='%2361C13A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
		background-size: 12px auto;
		background-position: center;
		background-repeat: no-repeat;
	}
	.hrblog2-nav__next a, .hrblog2-nav__next span{
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='21' viewBox='0 0 14 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L12 10.9048L2 19' stroke='%2361C13A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
		background-size: 12px auto;
		background-position: center;
		background-repeat: no-repeat;
	}
	.hrblog2-nav__item:not(.is-active):not(.hrblog2-nav__previous):not(.hrblog2-nav__next):hover{
		text-decoration: underline;
	}
	.hrblog2-nav__item--ellipsis a,.hrblog2-nav__item--ellipsis, .hrblog2-nav__item--ellipsis span{
		color: #000 !important;
		cursor: default !important;
	}
	.hrblog2-nav__item.hidden{
		display: none !important;
	}

	.hrblog2-more{
		background-color: #f6f6f6;
		text-align: center;
		padding: 46px 0;
		margin-top: 33px;
	}
	.hrblog2-more__content{
		display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	}
	.hrblog2-more h2 {
	  font-size: 30px;
		line-height: 1;
	  font-weight: 700;
		letter-spacing: normal;
		color: #000;
		margin: 0 !important;
		padding: 0 0 27px;
	}
	.hrblog2-more a{
		background-color: #fff;
    text-decoration: none;
    color: #000;
    padding: 0 20px;
		height: 58px;
    border: 2px solid #000;
    border-radius: 5px;
    font-weight: 500;
		margin-bottom: 21px;
	  font-size: 16px;
		line-height: 1.25;
	  font-weight: 400;
		letter-spacing: 0.01em;
		display: flex;
		align-items: center;
	}
	.hrblog2-more a::after{
		content: '';
		display: block;
		width: 12px;
		height: 20px;
		background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1L10.5 10.36L1.5 19' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		margin-left: 20px;
	}
	.hrblog2-more a:last-child{
		margin-bottom: 0;
	}
	@media (max-width: 1250px){
		.hrblog2-filters__main{
			font-size: 24px;
		}
	}
	@media (max-width: 992px) {
		.hrblog2-articles__item{
			width: calc(50% - 40px);
			margin-left: 20px !important;
			margin-right: 20px !important;
		}
		.hrblog2-articles__content{
			margin-left: -20px;
			margin-right: -20px;
		}
		.hrblog2-filters__theme-item{
			height: 34px;
			padding: 0 12px;
			font-size: 14px;
		}
	}
	@media (max-width: 767px){
		.hrblog2-filters__main{
      justify-content: space-between;
	    font-size: 20px;
	    letter-spacing: -0.02em;
		}
	}
	@media (max-width: 576px) {
		.hrblog2-header__title h1{
			font-size: 35px;
      line-height: 1;
      letter-spacing: -0.02em;
			padding: 0;
		}
		.hrblog2-header__title + .hrblog2-header__text {
		  margin-top: 14px;
		  letter-spacing: -0.025em;
		}
		.hrblog2-filters__main br{
			display: block;
		}
		.hrblog2-filters__divider{
			margin: 0 14px;
			height: 20px;
		}
		.hrblog2-filters{
			margin-top: 30px;
		}
		.hrblog2-articles{
			margin-top: 0;
		}
		.hrblog2-articles__item{
			width: 100%;
			margin-left: 0 !important;
			margin-right: 0 !important;
			margin-top: 40px !important;
		  font-size: 17px;
			line-height: 1.5;
		}
		.hrblog2-articles__content{
			margin-left: 0;
			margin-right: 0;
		}
		.hrblog2-articles__item-title,
		.hrblog2-articles__item.last .hrblog2-articles__item-title {
		  font-size: 20px;
		  line-height: 1.2;
		  max-height: 72px;
		}
		.hrblog2-articles__item-label + .hrblog2-articles__item-title{
			margin-top: 18px;
		}
		.hrblog2-articles__item-content,
		.hrblog2-articles__item.last .hrblog2-articles__item-content{
			padding: 23px 16px;
		}
		.hrblog2-articles__item-text{
			margin-top: 25px;
		}
		.hrblog2-articles__item-info {
		  margin-top: 25px;
		  font-size: 15px;
		}
		.hrblog2-articles__item-theme{
			font-size: 16px;
		}
		.hrblog2-articles__item.last{
			min-height: unset;
      flex-direction: column;
		}
		.hrblog2-articles__item.last .hrblog2-articles__item-photo {
		  width: 100%;
		  height: 100%;
		}
		.hrblog2-articles__item.last .hrblog2-articles__item-theme{
			position: relative;
			top: 0;
			right: 0;
			margin-top: 16px;
		}
		.hrblog2-articles__item.last .hrblog2-articles__item-content::before{
		  padding: 15px 24px;
		  white-space: nowrap;
		  border-radius: 5px;
		  font-size: 16px;
		}
		.hrblog2-nav{
			flex-wrap: wrap;
		}
		.hrblog2-nav__item{
			min-width: unset;
		  padding: 10px 12px;
		}
		.hrblog2-nav__next a, .hrblog2-nav__previous a, .hrblog2-nav__next span, .hrblog2-nav__previous span{
			min-width: 16px;
		}
		.hrblog2-header__block{
			padding-right: 0;
		}
		.hrblog2-search{
			position: relative;
			top: 0;
			margin-top: 40px;
		}
		.hrblog2-search__input{
			width: 100%;
			opacity: 1;
			pointer-events: auto;
		}
		.hrblog2-search__icon input{
			pointer-events: auto;
		}
	}

.breadcrumbs-list:after{
	display: none !important;
}

.hrblog2-author{
	position: relative;
}
.hrblog2-author .hrblog2-header__breadcrumbs{
	position: relative;
	z-index: 1;
	margin-bottom: 28px;
}
.hrblog2-author__main{
	position: relative;
	min-height: 342px;
}
.hrblog2-author__bg{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 100vw;
	height: 100%;
	min-width: 1920px;
	background: linear-gradient(104.86deg, #F5F5F5 6.31%, #E3EBEE 75.47%);
}
.hrblog2-author__block{
	position: relative;
	z-index: 1;
	display: flex;
}
.hrblog2-author__img{
	width: 286px;
	height: 286px;
	overflow: hidden;
	border-radius: 16px;
	margin-bottom: -56px;
}
.hrblog2-author__img img{
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
}
.hrblog2-author__info{
	margin-left: 43px;
	padding-top: 55px;
	padding-bottom: 110px;
}
.hrblog2-author__title{
}
.hrblog2-author__mail{
	display: flex;
	align-items: center;
	color: #383838;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	margin-top: 14px;
}
.hrblog2-author__mail::before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16.2022L6.14387 9.51832L0 3.66406V16.2022Z' fill='%2361C13B'/%3E%3Cpath d='M19.9993 16.2022V3.66406L13.8555 9.51832L19.9993 16.2022Z' fill='%2361C13B'/%3E%3Cpath d='M9.99949 12.1856C9.34234 12.1856 8.68519 11.9416 8.17312 11.4537L6.99191 10.3282L0.748047 17.1208H19.251L13.0071 10.3281L11.8259 11.4536C11.3138 11.9416 10.6566 12.1856 9.99949 12.1856Z' fill='%2361C13B'/%3E%3Cpath d='M8.98258 10.6045C9.55344 11.1484 10.4477 11.1484 11.0185 10.6045L19.1222 2.88281H0.878906L8.98258 10.6045ZM11.6194 8.04019H8.38168C8.05809 8.04019 7.79574 7.77785 7.79574 7.45426C7.79574 7.13066 8.05809 6.86832 8.38168 6.86832H11.6194C11.943 6.86832 12.2054 7.13066 12.2054 7.45426C12.2054 7.77785 11.943 8.04019 11.6194 8.04019ZM6.22531 4.84172C6.22531 4.51812 6.48766 4.25578 6.81125 4.25578H13.1899C13.5135 4.25578 13.7758 4.51812 13.7758 4.84172C13.7758 5.16531 13.5135 5.42766 13.1899 5.42766H6.81125C6.48762 5.42766 6.22531 5.16531 6.22531 4.84172Z' fill='%2361C13B'/%3E%3C/svg%3E%0A");
	margin-right: 9px;
}
.hrblog2-author__mail:hover{
	color: #61C13B;
}
.hrblog2-author__text{
	margin-top: 88px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	max-width: 855px;
}
.hrblog2-author__text p{
	margin: 0;
}
.hrblog2-author__text p + p{
	margin-top: 32px;
}
.hrblog2-author__subtitle{
	margin: 30px 0 -62px;
}

@media (max-width: 767px) {
	.hrblog2-author .hrblog2-header__breadcrumbs{
		margin-bottom: 14px;
	}
	.hrblog2-author__main{
		min-height: 176px;
	}
	.hrblog2-author__img{
		width: 124px;
		height: 124px;
		margin-bottom: -21px;
	}
	.hrblog2-author__title.title-50{
		font-size: 20px;
	}

	.hrblog2-author__info{
		margin-left: 12px;
		padding-top: 30px;
		padding-bottom: 28px;
	}
	.hrblog2-author__mail{
		font-size: 12px;
		line-height: 1.4;
		margin-top: 6px;
	}
	.hrblog2-author__mail::before{
		width: 16px;
		height: 16px;
		margin-right: 6px;
	}
	.hrblog2-author__text{
		margin-top: 35px;
		font-size: 16px;
		line-height: 1.4;
	}
	.hrblog2-author__text p + p{
		margin-top: 8px;
	}
	.hrblog2-author__subtitle{
		margin: 8px 0 -52px;
	}
}

@media (max-width: 767px) {
	.page-type-standart .container{
		max-width: unset !important;
	}
	.hrblog2-header__breadcrumbs{
		padding: 7px 0 14px;
	}
	.breadcrumbs-item:last-child{
		display: block !important;
	}
}
