@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Poppins"), url("../fonts/poppins-regular.woff2") format("woff2");
 }
@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: local("Poppins"), url("../fonts/poppins-italic.woff2") format("woff2");
 }
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local("Poppins"), url("../fonts/poppins-500.woff2") format("woff2");
 }
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local("Poppins"), url("../fonts/poppins-700.woff2") format("woff2");
 }
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local("Roboto"), url("../fonts/roboto-300.woff2") format("woff2");
 }
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Roboto"), url("../fonts/roboto-regular.woff2") format("woff2");
 }
* {
	box-sizing: border-box;
 }
ul {
	list-style: none;
 }
a {
	text-decoration: none;
	transition: all .3s ease-in-out;
 }
a:active,
input[type="button"]:active,
textarea:active,
button:active {
	outline: 0;
 }
img {
	height: auto;
	border: none;
	max-width: 100%;
	user-select: none;
}
body.wba-body {
	margin: 0;
	padding: 0;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	font-smoothing: antialiased;
	background: #d3d3d3;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	color: #212529;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.content-overlay {
	position: fixed;
	width: 100%;
	max-width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 120;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	margin: 0;
	transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
	background-color: rgba(0, 0, 0, 0.5);
 }
.content-overlay--is-visible {
	opacity: 1;
	visibility: visible;
 }
.main-container {
	padding-top: 25px;
 }
.wba-container {
	width: 100%;
	max-width: 1230px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	box-sizing: border-box;
 }
.wba-outline-container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background-color: #d3d3d3;
 }
.b2b-site-main-content {
	background-color: #fff;
	max-width: 1200px;
 }
.b2b-site-main,
.b2b-aside,
.b2b-content {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
 }
.b2b-aside {
	align-self: flex-start;
 }
.b2b-site-main-aside .b2b-site-main-content {
	display: grid;
	grid-template-columns: 1fr 300px;
	grid-gap: 30px;
	max-width: 1200px !important;
 }
.b2b-site-main-content.wba-container>.b2b-content {
	max-width: 1170px !important;
 }
.wba-progress-block {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
 }
.wba-progress-block__title {
	font-family: Roboto, sans-serif;
	color: #fff;
	font-size: 23px;
	line-height: 1;
	font-weight: 300;
	margin-top: 0;
 }
.wba-progress-block__item {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
 }
.wba-progress-block__item-labels {
	display: flex;
	justify-content: space-between;
	width: 100%;
 }
.wba-progress-block__item-title {
	font-family: Roboto, sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
 }
.wba-progress-block__progress {
	position: relative;
	width: 100%;
	height: 4px;
	background-color: #f5f5f5;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
 }
.wba-progress-block__progress-bar {
	background-color: #F8C22A;
	height: 4px;
	position: absolute;
	overflow: hidden;
 }
.wba-progress-block__progress-bar.bg-gradient {
	background-color: #F89E2A;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
 }
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
 }
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 }
.wba-slider-arrows {
	position: absolute;
	top: 40%;
	left: 0;
	transform: translateY(-40%);
	width: 100%;
 }
.wba-slider-arrows button {
	position: absolute;
	top: 0;
	background: transparent;
	border: 0;
	outline: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
 }
.wba-slider-arrows button:hover {
	opacity: .7;
	transition: all 0.3s ease-in-out;
 }
.wba-slider-arrows i {
	font-size: 20px;
	color: #fff;
 }
.wba-slider-prev {
	left: 10px;
 }
.wba-slider-next {
	right: 10px;
 }
.wba-body .footers-icon a,
.wba-body #scrollUp,
.wba-body .footer-icon a {
	line-height: inherit;
 }
.single-post .b2b-aside {
	margin-top: 7px;
 }
.error404 .b2b-aside {
	margin-top: 7px;
 }
.error404 .b2b-content {
	background: url(../img/404.png) no-repeat center top;
	background-size: 110%;
	display: flex;
	align-items: center;
	justify-content: center;
 }
.error404 .b2b-content .error404-link {
	position: relative;
	font-size: 20px;
 }
.error404 .b2b-content .error404-link a {
	color: #3784CC;
 }
.single-post #b2b-main {
	background-color: #d3d3d3;
 }
.single-post .b2b-site-main-content {
	background-color: #d3d3d3;
 }
@keyframes hu__hu__ {
	50% {
		transform: translateY(10px);
	}
 }
#wba-call-to-action .call-to-action__wrap {
	position: relative;
	width: 100%;
 }
#wba-call-to-action .call-to-action__overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(92, 161, 190, 0.5);
	opacity: 0.5;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
 }
#wba-call-to-action .call-to-action__content {
	position: relative;
	z-index: 2;
	display: flex;
	width: 100%;
	box-sizing: border-box;
 }
#wba-call-to-action .call-to-action__content {
	position: relative;
	display: flex;
	width: 100%;
	box-sizing: border-box;
 }
#wba-call-to-action .call-to-action__content-left {
	display: flex;
	width: 24%;
	box-sizing: border-box;
 }
#wba-call-to-action .call-to-action__content-right {
	width: 76%;
	box-sizing: border-box;
	margin-top: 55px;
 }
#wba-call-to-action .call-to-action__services {
	width: 100%;
	border-right: 2px solid #D3D3D3;
	margin: 15px 0px 15px 25px;
	background-color: rgba(92, 161, 190, 0.5);
	padding: 10px;
 }
#wba-call-to-action .call-to-action__services .services-wrap {
	position: relative;
	width: 100%;
	box-sizing: border-box;
 }
#wba-call-to-action .call-to-action__all {
	width: 100%;
	padding: 0px 20px 0px 20px;
	margin-top: 13px;
 }
#wba-call-to-action .call-to-action__top {
	display: flex;
	width: 100%;
 }
#wba-call-to-action .call-to-action__top-left {
	width: 23%;
 }
#wba-call-to-action .call-to-action__top-left-title {
	font-family: Roboto, sans-serif;
	color: #fff;
	font-size: 23px;
	font-weight: 300;
 }
#wba-call-to-action .call-to-action__top-left-icon {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
 }
#wba-call-to-action .call-to-action__top-right {
	width: 77%;
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	text-align: center;
 }
#wba-call-to-action .call-to-action__top-right-title {
	font-family: Roboto, sans-serif;
	font-size: 23px;
	font-weight: 300;
	line-height: 1.3em;
	color: #fff;
	transition: all 0.3s ease-in-out;
 }
#wba-call-to-action .call-to-action__top-right-title:hover {
	opacity: .7;
	transition: all 0.3s ease-in-out;
 }
#wba-call-to-action .call-to-action__center {
	width: 100%;
 }
#wba-call-to-action .call-to-action__center-title {
	font-family: Roboto, sans-serif;
	font-size: 23px;
	font-weight: 300;
	line-height: 1.3em;
	color: #fff;
	margin-top: 0;
 }
#wba-call-to-action .call-to-action__slider {
	background-color: rgba(92, 161, 190, 0.47);
 }
#wba-call-to-action .call-to-action__slider .slick-list {
	margin-right: -10px;
 }
#wba-call-to-action .call-to-action__slider-item {
	position: relative;
	width: 260px;
	height: 120px !important;
	margin-right: 10px;
	box-sizing: border-box;
 }
#wba-call-to-action .call-to-action__slider-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 }
#wba-call-to-action .call-to-action__slider-title {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.1em;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 10px;
	background-color: rgba(92, 161, 190, 0.47);
 }
#wba-call-to-action .call-to-action__slider-img-wrap {
	display: block;
	width: 100%;
	height: 80px;
 }
#wba-call-to-action .call-to-action__slider-img {
	object-fit: cover;
	object-position: center;
 }
#wba-call-to-action .call-to-action__bottom {
	width: 100%;
	display: flex;
	margin-top: 17px;
 }
#wba-call-to-action .call-to-action__btn-client,
#wba-call-to-action .call-to-action__btn-producer {
	font-family: Roboto, sans-serif;
	color: #0055B7;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	background-color: #fff;
	border-style: groove;
	border-color: #0055B7;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	height: 43px;
	flex-grow: 0.5;
	display: flex;
	justify-content: center;
	align-items: center;
 }
#wba-call-to-action .call-to-action__btn-client:hover,
#wba-call-to-action .call-to-action__btn-producer:hover {
	background-color: #F89E2A;
	transition: all 0.3s ease-in-out;
 }
#wba-call-to-action .call-to-action__btn-client {
	border-radius: 20px 0px 0px 20px;
	border-width: 3px 0px 3px 3px;
 }
#wba-call-to-action .call-to-action__btn-producer {
	border-width: 3px 3px 3px 3px;
 }
#wba-call-to-action .call-to-action__btn-member {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 60px;
	font-size: 28px;
	color: #fff;
	background-color: #0055B7;
	border-style: groove;
	border-width: 3px 3px 3px 0px;
	border-color: #0055B7;
	border-radius: 0px 20px 20px 0px;
	transition: all 0.3s ease-in-out;
 }
#wba-call-to-action .call-to-action__btn-member:hover {
	opacity: .8;
	transition: all 0.3s ease-in-out;
 }
.call-to-action-page__substrate {
	position: relative;
	width: 100%;
	height: 25px;
	background-color: #17568b;
 }
.call-to-action-page__substrate-white {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	height: 25px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	background-color: #fff;
 }
.call-to-action-page__container {
	margin-top: -25px;
 }
.call-to-action-page__top {
	display: flex;
	justify-content: flex-end;
	width: 100%;
 }
.call-to-action-page__top-title-wrap {
	display: inline-block;
	max-width: 620px;
	margin-right: 20px;
	margin-top: 95px;
	padding: 20px 70px;
	text-align: center;
	background-color: rgba(92, 161, 190, 0.48);
 }
.call-to-action-page__top-title {
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 23px;
	font-weight: 300;
	line-height: 33px;
	color: #fff;
 }
.call-to-action-page__bottom {
	display: flex;
	width: 100%;
	margin-left: 20px;
	margin-top: 67px;
	margin-bottom: 45px;
 }
.call-to-action-page__bottom-title {
	width: 100%;
	max-width: 490px;
	font-family: Roboto, sans-serif;
	color: #FFFFFF;
	font-size: 23px;
	font-weight: 300;
	line-height: 23px;
	background-color: #F89E2A;
	padding: 10px 0px 10px 20px;
 }
.call-to-action-page__line {
	width: 760px;
	height: 3px;
	margin: 10px 20px 0 35px;
	background-color: #F89E2A;
 }
.call-to-action-page__wrap {
	padding-bottom: 10px;
 }
.b2b-activity-union .activities__h2 {
	margin: 0;
	margin-top: 20px;
	flex-basis: 100%;
 }
.b2b-activity-union .activities__h2 h2,
.b2b-activity-union .activities__h2 a {
	color: #0055B7;
	font-size: 23px;
	font-weight: 300;
	flex-basis: 100%;
	margin-bottom: 20px;
	margin-left: 20px;
 }
.b2b-activity-union .activities__h2 a:hover {
	opacity: .7;
 }
.b2b-activity-union .activities__text {
	display: flex;
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	width: 440px;
	margin-top: 20px;
	padding: 10px;
	margin-left: 20px;
	line-height: 26px;
 }
.b2b-activity-union .activities {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	background: #fff;
	border-bottom: 2px solid #d3d3d3;
	padding: 10px;
 }
.b2b-activity-union .activities__zone {
	width: 100%;
	max-width: 660px;
	margin-top: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	z-index: 1;
 }
.b2b-activity-union .btn {
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	text-decoration: none;
	background: #5ca1be;
	color: #fff;
	text-align: center;
	padding: 12px 24px;
	margin-bottom: 20px;
 }
.b2b-activity-union .btn:hover {
	background-color: #b4995e;
	color: #fff;
	transition: 1s linear;
 }
.b2b-activity-union .photo__icon {
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	width: 100px;
	height: 80px;
	margin-top: -60px;
	margin-bottom: -30px;
	margin-left: 560px;
 }
.b2b-activity-union-wrap {
	padding-top: 20px;
 }
#wba-partner .partner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 30px 0;
	background-color: #fff;
 }
#wba-partner .partner__card {
	width: 47%;
	margin: 0px 5px 0px 20px;
	padding: 0px 0px 0px 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
 }
#wba-partner .partner__card.partner__card--right {
	margin: 0px 20px 0px 5px;
 }
#wba-partner .partner__card-body {
	position: relative;
	transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
	box-shadow: rgba(255, 255, 255, 0) 0px 45px 100px;
	background-color: #5CA1BE;
	padding: 20px;
	text-align: center;
	overflow: hidden;
 }
#wba-partner .partner__card-box {
	position: relative;
	background: rgba(110, 193, 228, 0.3);
	z-index: 2;
	text-align: center;
	background-color: rgba(35, 164, 85, 0);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	margin: 0px 0px 2px 0px;
 }
#wba-partner .partner__card-box-icon {
	position: absolute;
	top: 0;
	left: 0;
 }
#wba-partner .partner__card-box-icon i {
	font-size: 48px;
	color: #F89E2A;
 }
#wba-partner .partner__card-box-content {
	padding: 10px 50px;
 }
#wba-partner .partner__card-box-content-title {
	margin: 0px 0px 10px 0px;
	font-family: Roboto, sans-serif;
	color: #fff;
	font-size: 23px;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0.1px;
 }
#wba-partner .partner__card-box-content-txt {
	margin: 17px 0px 0px 0px;
	font-family: Roboto, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4em;
	letter-spacing: 2.7px;
 }
#wba-partner .partner__card-box-content-more {
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	border: 2px solid #fff;
	margin: 15px 0px 10px 0px;
	padding: 3px 20px 3px 20px;
	background: transparent;
	transition: all .3s ease-in-out;
 }
#wba-partner .partner__card-box-content-more:hover {
	background-color: #B4995E;
	transition: all .3s ease-in-out;
 }
#wba-partner .partner__card-box--hover {
	position: absolute;
	right: 1px;
	bottom: 1px;
 }
#wba-partner .partner__card-box--hover i {
	font-size: 200px;
	color: #F89E2A;
 }
#b2b-special-price .special-price {
	width: 100%;
	background-color: #fff;
 }
#b2b-special-price .special-price-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
 }
#b2b-special-price .special-price-left {
	width: 37%;
 }
#b2b-special-price .special-price-card {
	background-color: #5CA1BE;
	margin: 20px 0px 18px 20px;
	padding: 10px;
	padding-bottom: 37px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
 }
#b2b-special-price .special-price-card .wba-progress-block {
	margin-top: 10px;
 }
#b2b-special-price .special-price-card-body {
	position: relative;
	width: 100%;
 }
#b2b-special-price .special-price-card-title {
	font-family: Roboto, sans-serif;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 10px;
 }
#b2b-special-price .special-price-card-desc {
	font-family: Roboto, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0;
 }
#b2b-special-price .special-price-right {
	width: 60%;
	margin-left: 20px;
	margin-right: 20px;
 }
#b2b-special-price .special-price-slider {
	position: relative;
	width: 100%;
	margin-top: 20px;
 }
#b2b-special-price .special-price-slider .slick-list {
	margin-right: -10px;
 }
#b2b-special-price .special-price-slider .top-slider__item {
	display: flex;
	flex-direction: column;
	position: relative;
	border: 5px solid #F5F5F5;
	margin-right: 10px;
 }
#b2b-special-price .special-price-slider .top-slider__item.slick-slide {
	min-height: 230px !important;
 }
#b2b-special-price .special-price-slider .top-slider__img-wrap {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
 }
#b2b-special-price .special-price-slider .top-slider__img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 }
#b2b-special-price .special-price-slider .top-slider__title {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #0055B7;
	text-align: center;
	margin-top: auto;
 }
#wba-innovative .innovative {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 30px;
 }
#wba-innovative .innovative-all {
	display: flex;
	justify-content: flex-end;
	width: 100%;
 }
#wba-innovative .innovative-all-link {
	font-family: Roboto, sans-serif;
	color: #0055B7;
	font-size: 13px;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
 }
#wba-innovative .innovative-all-link:hover {
	opacity: .7;
	transition: all 0.3s ease-in-out;
 }
#wba-innovative .innovative-left {
	width: 42%;
	padding: 10px;
	margin-left: 20px;
 }
#wba-innovative .innovative-title {
	font-family: Roboto, sans-serif;
	color: #0055B7;
	font-size: 23px;
	font-weight: 300;
	margin: 0;
 }
#wba-innovative .innovative-baner {
	display: inline-block;
	width: 100%;
 }
#wba-innovative .innovative-right {
	display: flex;
	justify-content: space-between;
	width: 57%;
	margin-right: 18px;
	padding-top: 10px;
 }
#wba-innovative .innovative-slider-wrap {
	position: relative;
	width: 48%;
 }
#wba-innovative .innovative-slider-wrap iframe .ytp-chrome-top,
#wba-innovative .innovative-slider-wrap .ytp-chrome-bottom {
	display: none !important;
 }
#wba-innovative .innovative-slider-wrap .slick-slide {
	height: 150px !important;
	overflow: hidden;
 }
#wba-innovative .video-wrapper {
	padding-bottom: 0;
 }
#wba-innovative .video-slider-arrows {
	position: absolute;
	top: 40%;
	left: 0;
	transform: translateY(-40%);
	width: 100%;
 }
#wba-innovative .video-slider-arrows button {
	position: absolute;
	top: 0;
	background: transparent;
	border: 0;
	outline: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
 }
#wba-innovative .video-slider-arrows button:hover {
	opacity: .7;
	transition: all 0.3s ease-in-out;
 }
#wba-innovative .video-slider-arrows i {
	font-size: 20px;
	color: #fff;
 }
#wba-innovative .video-slider-prev {
	left: 10px;
 }
#wba-innovative .video-slider-next {
	right: 10px;
 }
#wba-add-offer .add-offer {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	background-color: #fff;
	padding: 30px 20px;
 }
#wba-add-offer .add-offer__btn-wrap {
	position: relative;
	width: 37%;
	height: 100px;
	text-align: center;
	background-color: #5CA1BE;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
 }
#wba-add-offer .add-offer__btn-link {
	position: relative;
	font-family: Roboto, sans-serif;
	font-size: 23px;
	font-weight: 300;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0);
	padding: 10px 20px 10px 20px;
	display: inline-block;
 }
#wba-add-offer .add-offer__btn-link:hover {
	background-color: #B4995E;
	animation: hu__hu__ infinite 2s ease-in-out;
 }
#wba-add-offer .add-offer__btn-link-cart {
	position: relative;
	z-index: 2;
	display: block;
	color: #F89E2A;
	border-color: #F89E2A;
	font-size: 49px;
 }
#wba-add-offer .add-offer__slider-wrap {
	position: relative;
	width: 60%;
 }
#wba-add-offer .add-offer__slider {
	width: 100%;
 }
#wba-add-offer .add-offer__slider .slick-active .add-offer__slider-link {
	transition: 1s;
	animation: show-slider-link 1s 1;
	animation-fill-mode: forwards;
	animation-delay: 1s;
 }
#wba-add-offer .add-offer__slider-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
 }
#wba-add-offer .add-offer__slider-item.slick-slide {
	height: 80px !important;
 }
#wba-add-offer .add-offer__slider-link {
	font-family: Roboto, sans-serif;
	font-size: 23px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	text-align: center;
	max-width: 350px;
	opacity: 0;
	transform: translateY(50px);
 }
@keyframes show-slider-link {
	0% {
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
 }
#wba-trend .trend {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding: 30px 20px;
	background-color: #fff;
 }
#wba-trend .trend-title {
	font-family: Roboto, sans-serif;
	color: #0055B7;
	font-size: 23px;
	font-weight: 300;
	line-height: 1;
	width: 100%;
 }
#wba-trend .trend-icon {
	width: 16%;
 }
#wba-trend .trend-card-block {
	display: flex;
	justify-content: space-between;
	width: 83%;
 }
#wba-trend .trend-card {
	display: flex;
	width: 48%;
 }
#wba-trend .trend-card-body {
	width: 100%;
	padding: 0 0 30px 0;
	background-color: #5CA1BE;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
 }
#wba-trend .trend-card-title {
	width: 100%;
	margin-top: 43px;
	margin-bottom: 20px;
	text-align: center;
 }
#wba-trend .trend-card-title-link {
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 20px;
 }
#wba-trend .trend-card-title-link:hover {
	background-color: #B4995E;
	animation: hu__hu__ infinite 2s ease-in-out;
 }
#wba-trend .trend-card-desc {
	font-family: Roboto, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
	margin-left: 20px;
 }
#wba-trend .trend-card-btn-wrap {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin: -35px 20px 0px 0px;
 }
#wba-trend .trend-card-btn-wrap.trend-card-btn-r {
	margin-top: -12px;
 }
#wba-trend .trend-card-btn {
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-align: center;
	background-color: #F89E2A;
	padding: 12px 24px;
	margin-right: 20px;
	transition: all .3s;
 }
#wba-trend .trend-card-btn:hover {
	background-color: #B4995E;
	transition: all .3s;
 }
#wba-business .business {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 30px 20px;
	background-color: #fff;
 }
#wba-business .business-wrap {
	width: 100%;
	border-style: solid;
	border-width: 4px 4px 4px 4px;
	border-color: #F89E2A;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 0px 0px 0px;
 }
#wba-business .business-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
 }
#wba-business .business__btn-block {
	width: 25%;
	padding: 10px 20px 0 20px;
	position: relative;
	top: -14px;
	z-index: 3;
	background-color: #fff;
 }
#wba-business .business__btn-wrap {
	position: relative;
	height: 134px;
	text-align: center;
	background-color: #5CA1BE;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
 }
#wba-business .business__btn-link {
	position: relative;
	font-family: Roboto, sans-serif;
	font-size: 23px;
	font-weight: 300;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0);
	padding: 10px 20px 10px 20px;
	margin-top: 20px;
	display: inline-block;
 }
#wba-business .business__btn-link:hover {
	background-color: #B4995E;
	animation: hu__hu__ infinite 2s ease-in-out;
 }
#wba-business .business__btn-link-cart {
	position: relative;
	z-index: 2;
	display: block;
	color: #F89E2A;
	border-color: #F89E2A;
	font-size: 49px;
 }
#wba-business .business__slider-wrap {
	position: relative;
	width: 71%;
	margin-right: 20px;
	top: -7px;
 }
#wba-business .business__slider {
	width: 100%;
 }
#wba-business .business__slider .slick-active .business__slider-link {
	transition: 1s;
	animation: show-slider-link 1s 1;
	animation-fill-mode: forwards;
	animation-delay: 1s;
 }
#wba-business .business__slider-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
 }
#wba-business .business__slider-item.slick-slide {
	height: 80px !important;
 }
#wba-business .business__slider-link {
	font-family: Roboto, sans-serif;
	font-size: 23px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	text-align: center;
	max-width: 350px;
	opacity: 0;
	transform: translateY(50px);
 }
#wba-business .business-bottom {
	width: 100%;
	margin-bottom: -4px;
	padding-left: 20px;
 }
#wba-business .business__video {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 1rem;
	width: 100%;
 }
#wba-business .video-card {
	width: 100%;
	height: auto;
 }
#wba-business .video-card:last-child {
	position: relative;
	bottom: 0px;
	right: -1px;
	background: #fff;
	padding-bottom: 20px;
	padding-right: 21px;
 }
#wba-business .video-card iframe {
	width: 100%;
 }
#wba-business .video-card-body {
	width: 100%;
	height: auto;
 }
@keyframes show-slider-link {
	0% {
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
 }
#wba-desc-catalog .desc-catalog {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding: 30px 20px;
	background-color: #fff;
 }
#wba-desc-catalog .desc-catalog-img-wrap {
	width: 37%;
 }
#wba-desc-catalog .desc-catalog-img {
	object-fit: cover;
 }
#wba-desc-catalog .desc-catalog-content {
	width: 60%;
 }
#wba-desc-catalog .desc-catalog-txt {
	font-family: Roboto, sans-serif;
	width: 100%;
 }
#wba-desc-catalog .desc-catalog-txt h2 {
	color: #0055B7;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
 }
#wba-desc-catalog .desc-catalog-txt p {
	color: #0055B7;
	font-size: 18px;
	font-weight: 300;
 }
.b2b-organization {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	grid-gap: 20px;
	margin-top: 80px;
	margin-left: 15px;
 }
.b2b-single-post {
	width: 100%;
	margin-top: 8px;
	background-color: #fff;
	padding: 15px 30px;
 }
.b2b-single-post .b2b-post__date {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	}
.b2b-single-post .b2b-post__date span {
	font-family: Roboto, sans-serif;
	color: #54595f;
	font-size: 18px;
	font-weight: 400;
 }
.b2b-single-post .b2b-post__title {
	display: flex;
	align-items: flex-start;
	width: 100%;
	background-color: #f89e2a;
	margin-top: 20px;
	padding: 10px;
 }
.b2b-single-post .b2b-post__title h1 {
	font-family: Roboto, sans-serif;
	color: #FFFFFF;
	font-size: 23px;
	font-weight: 300;
	line-height: 1;
	margin-left: 10px;
 }
.b2b-single-post .b2b-post__title img {
	max-width: 100px;
 }
.b2b-single-post .b2b-post__content p {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	color: #000;
	line-height: 30px;
	font-size: 18px;
	}
.b2b-single-post .b2b-post__content figure {
	margin-top: 1em;
 }
.b2b-single-post .b2b-post__content a {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	color: #0055b7;
 }
.b2b-category {
	width: 100%;
	margin-top: 30px;
	background-color: #d3d3d3;
 }
.b2b-category__wrap {
	width: 100%;
 }
.b2b-category__top {
	display: flex;
	justify-content: space-between;
	width: 100%;
 }
.b2b-category__title-wrap {
	margin-top: 22px;
	width: 100%;
	display: flex;
	justify-content: space-between;
 }
.b2b-category__title {
	font-family: Roboto, sans-serif;
	color: #FFFFFF;
	font-size: 23px;
	font-weight: 300;
	line-height: 23px;
	margin: 0;
	padding: 10px 10px 10px 20px;
	background-color: #f89e2a;
 }
.b2b-category__date-wrap {
	display: flex;
	justify-content: center;
	width: 69%;
 }
.b2b-category__title-wrap__author {
	display: block;
 }
.b2b-category__title-wrap__author .b2b-category__date-wrap {
	width: 100%;
	justify-content: flex-end;
	margin-bottom: 20px;
 }
.b2b-category__today {
	display: inline-block;
	font-family: Roboto, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 400;
	margin-top: -4px;
 }
.b2b-category__date {
	display: inline-block;
	font-family: Roboto, sans-serif;
	color: #FFFFFF;
	font-size: 23px;
	font-weight: 300;
	margin: 0 5px;
 }
.b2b-category__week {
	display: inline-block;
	font-family: Roboto, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 400;
	margin-top: -4px;
 }
.b2b-category__card-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 15px;
	margin-top: 20px;
 }
.b2b-category__card-switch-wrap {
	margin-top: 40px;
 }
.b2b-category__card-switch {
	display: flex;
	flex-wrap: wrap;
 }
.b2b-category__switch-btn {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	background-color: transparent;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #FFFFFF;
	cursor: pointer;
	padding: 7px 20px;
	margin: 0 5px;
	transition: all .3s ease-in-out;
 }
.b2b-category__switch-btn:hover {
	color: #f89e2a;
	border-color: #f89e2a;
	transition: all .3s ease-in-out;
 }
.b2b-category__switch-btn.active {
	border-color: #f89e2a;
	color: #f89e2a;
 }
.b2b-category .mix.b2b-post-card {
	display: none;
 }
body.category .b2b-site-main-content,
body.archive.author .b2b-site-main-content {
	background-color: #d3d3d3;
 }
body.category .b2b-site-main-content .b2b-aside {
	margin-top: 75px;
 }
body.tax-rcat .b2b-site-main-content {
	background-color: #d3d3d3;
 }
body.tax-rcat .b2b-site-main-content .b2b-aside {
	margin-top: 75px;
 }
.b2b-search {
	width: 100%;
	margin-top: 30px;
	background-color: #d3d3d3;
 }
.b2b-search__wrap {
	width: 100%;
 }
.b2b-search__top {
	display: flex;
	justify-content: space-between;
	width: 100%;
 }
.b2b-search__title-wrap {
	margin-top: 20px;
	padding: 10px 10px 10px 20px;
	background-color: #f89e2a;
	width: 100%;
 }
.b2b-search__title {
	font-family: Roboto, sans-serif;
	color: #FFFFFF;
	font-size: 23px;
	font-weight: 300;
	line-height: 23px;
	margin: 0;
 }
.b2b-search__card-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 15px;
	margin-top: 20px;
	margin-bottom: 50px;
 }
body.search .b2b-site-main-content {
	background-color: #d3d3d3;
 }
body.search .b2b-site-main-content .b2b-aside {
	margin-top: 50px;
 }
.b2b-post-card {
	display: flex;
	flex-direction: column;
	background: #F5F5F5;
 }
.single-organisation-slide.owl-carousel .b2b-post-card {
	height: 100%;
 }
.b2b-post-card .text_news {
	display: flex;
	flex-direction: column;
	height: 100%;
 }
.b2b-post-card .text_news a {
	transition: all .3s ease-in-out;
 }
.b2b-post-card .text_news a:hover {
	color: #6ec1e4;
	transition: all .3s ease-in-out;
 }
.b2b-post-card .date_news {
	margin-top: auto;
 }
.b2b-post-card .date_news:hover {
	color: inherit;
 }
.b2b-post-card .date_news_wrap {
	display: flex;
	width: 100%;
	margin-top: 8px;
 }
.b2b-post-card .date_news_content_separator {
	color: #54595f;
	margin: 0 3px;
 }
.b2b-post-card .date_news_comment_link {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	transition: all .3s ease-in-out;
 }
.b2b-post-card .date_news_comment_link:hover {
	color: #6ec1e4;
	transition: all .3s ease-in-out;
	cursor: pointer;
 }
.b2b-post__content-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 10px;
	margin-top: 30px;
 }
.single-gallery .b2b-aside {
	margin-top: 7px;
 }
.single-gallery .b2b-site-main-content {
	background-color: #d3d3d3;
 }
.b2b-gallery-main .b2b-site-main-content {
	background-color: #d3d3d3;
 }
.b2b-gallery-main .b2b-category__title-wrap {
	width: 100%;
 }
.b2b-gallery-main .b2b-aside {
	margin-top: 22px;
 }
#JoinUnion .setup-content,
#OrderCourse .setup-content {
	margin-top: 20px;
 }
#JoinUnion .setup-content h3,
#JoinUnion .setup-content h5,
#OrderCourse .setup-content h3,
#OrderCourse .setup-content h5 {
	margin: 20px 0;
	font-family: Poppins, sans-serif;
	font-weight: 400;
 }
#JoinUnion .setup-content h3,
#OrderCourse .setup-content h3 {
	margin-top: 0;
 }
#JoinUnion .setup-content ul,
#OrderCourse .setup-content ul {
	padding-left: 25px;
	margin-bottom: 1em;
	color: #7a7a7a;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	list-style: initial;
 }
#JoinUnion .setup-content ul li,
#OrderCourse .setup-content ul li {
	list-style: initial;
 }
#JoinUnion .stepwizard-step p,
#OrderCourse .stepwizard-step p {
	margin-top: 10px;
 }
#JoinUnion .stepwizard-row,
#OrderCourse .stepwizard-row {
	display: table-row;
	/* max-height: 30px; */
	/* height: 30px; */
	}
#JoinUnion .stepwizard,
#OrderCourse .stepwizard {
	display: table;
	width: 100%;
	position: relative;
 }
#JoinUnion .stepwizard-step button[disabled],
#OrderCourse .stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
 }
#JoinUnion .stepwizard-row:before,
#OrderCourse .stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;
 }
#JoinUnion .stepwizard-step,
#OrderCourse .stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
 }
#JoinUnion .stepwizard-step .btn[disabled],
#OrderCourse .stepwizard-step .btn[disabled] {
	border: 1px solid #ccc;
	cursor: not-allowed;
	opacity: .65;
	box-shadow: none;
	background-color: #fff;
 }
#JoinUnion .btn-circle,
#OrderCourse .btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
	border: 1px solid #ccc;
	background-color: #fff;
 }
#Handling .modal-dialog {
	max-width: 700px;
 }
#Handling .modal-body {
	background-color: rgba(89, 196, 190, 0.25);
 }
.handling {
	width: 100%;
 }
.handling .handling-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
 }
.handling .handling-link-wrap {
	width: 100%;
 }
.handling .handling-link-button {
	padding: 0px 0px 5px 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #D3D3D3;
 }
.handling .handling-link {
	font-family: Roboto, sans-serif;
	color: #5CA1BE;
	font-size: 23px;
	font-weight: 300;
	border: 0;
	background-color: transparent;
	transition: all .3s ease-in-out;
 }
.handling .handling-link:hover {
	opacity: .7;
	transition: all .3s ease-in-out;
 }
.handling .handling-img-wrap {
	width: 35%;
 }
.handling .handling-img {
	object-fit: cover;
 }
#b2b-header-author-slider {
	width: 100%;
 }
#b2b-header-author-slider .b2b-author-slider {
	width: 100%;
	background-color: #f89e2a;
	padding-top: 5px;
 }
#b2b-header-author-slider .b2b-author-slider__item {
	width: 100%;
 }
#b2b-header-author-slider .b2b-author-slider__item:hover .b2b-author-slider__img {
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
 }
#b2b-header-author-slider .b2b-author-slider__link {
	display: flex;
	align-items: center;
	border: 2px solid #969696;
	margin-right: 5px;
	background-color: #5CA1BE;
 }
#b2b-header-author-slider .b2b-author-slider__title {
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
 }
#b2b-header-author-slider .b2b-author-slider__img {
	display: block;
	width: 95px;
	height: 80px;
 }
#b2b-header-author-slider .b2b-author-slider .slick-list {
	margin-right: -5px;
 }
.b2b-aside {
	margin-top: -2rem;
	position: relative;
	z-index: 5;
	box-shadow: 0px -5px 8px 5px rgb(34 60 80 / 20%);
	background-color: #fff;
}
.b2b-aside .widget {
	margin-bottom: 35px;
 }
.b2b-aside .widget h4.widget-title {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 15px;
 }
.b2b-aside .b2b-widget-one {
	padding: 15px;
 }
.b2b-aside .b2b-widget-one.widget_recent_entries {
	background-color: #fff;
 }
.b2b-aside .b2b-widget-one.widget_recent_entries li {
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	width: 100%;
 }
.b2b-aside .b2b-widget-one.widget_recent_entries a {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #323232;
	line-height: 20px;
	margin-bottom: 3px;
	display: inline-block;
 }
.b2b-aside .b2b-widget-one.widget_recent_entries .post-date {
	display: block;
	font-family: Poppins, sans-serif;
	font-size: 12px;
	color: #969696;
	font-weight: 400;
	line-height: 24px;
 }
.b2b-aside .b2b-widget-one.widget_recent_entries .post-date::before {
	font-family: "Font Awesome 5 Free";
	content: "\f073";
	margin-right: 7px;
	color: #0055b7;
 }
.b2b-aside .b2b-widget-one.widget_recent_entries .post-date i {
	margin-right: 7px;
	color: #0055b7;
 }
.b2b-aside .b2b-widget-one.widget_search {
	background-color: #fff;
	margin-bottom: 0;
	padding-bottom: 30px;
 }
.b2b-aside .b2b-widget-one.widget_search .search-form {
	background: transparent;
	opacity: 1;
	position: relative;
	transition: all 0.3s ease 0s;
	visibility: visible;
	width: 100%;
 }
.b2b-aside .b2b-widget-one.widget_search .search-form input[type=text],
.b2b-aside .b2b-widget-one.widget_search .search-form input[type=search] {
	font-family: Poppins, sans-serif;
	width: 100%;
	padding: 0 15px;
	height: 46px;
	background: #fff;
	border-radius: 3px;
	color: #969696;
	font-size: 14px;
	padding-right: 30px;
	border: 1px solid #e5e5e5;
 }
.b2b-aside .b2b-widget-one.widget_search .search-form input[type=text]::placeholder,
.b2b-aside .b2b-widget-one.widget_search .search-form input[type=search]::placeholder {
	color: inherit;
	font-size: inherit;
 }
.b2b-aside .b2b-widget-one.widget_search .search-form .screen-reader-text {
	display: inline-block;
	top: -10000em;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
 }
.b2b-aside .b2b-widget-one.widget_search .search-form .search-button {
	background: 0 0;
	border: none;
	position: absolute;
	right: 2px;
	top: 0;
	line-height: 46px;
	padding: 0 10px;
	color: #969696;
	cursor: pointer;
	transition: all .3s ease-in-out;
 }
.b2b-aside .b2b-widget-one.widget_search .search-form .search-button:hover {
	color: #0055b7;
	transition: all .3s ease-in-out;
 }
.modal .btn-primary {
	background: #5CA1BE !important;
	transition: all .3s ease-in-out;
 }
.modal .btn-primary:hover {
	opacity: .7;
	transition: all .3s ease-in-out;
 }
.modal-header {
	background: #5CA1BE !important;
 }
.btn-primary:not(:has(.rcli.rcl-bttn__ico)) {
	/* background-color: #5CA1BE !important; */
	/* border-color: #5CA1BE !important; */
}
.modal-body input[type=radio] {
	border: 1px solid #ced4da;
	width: 10px;
	height: 10px;
	border-radius: 50%;
 }
.modal-body input[type=radio]:checked {
	background-color: #5CA1BE;
 }
.b2b-professions-main .b2b-aside {
	margin-top: -37px !important;
 }
div.wpcf7 .ajax-loader.is-active {
	visibility: visible !important;
	display: block !important;
 }
.call-to-action-page__top-title-wrap {
	display: inline-block;
	max-width: 620px;
	margin: 0 auto;
	padding: 20px 70px;
	text-align: center;
	background-color: rgba(92, 161, 190, 0.48);
 }
#wba-business .video-card:last-child {
	position: relative;
	bottom: 0px;
	right: -1px;
	background: #fff;
	padding-bottom: 35px;
	padding-right: 21px;
 }
.tags_list button {
	background-color: transparent;
	color: inherit;
	text-transform: uppercase;
	border: 0;
	transition: all .3s ease-in-out;
 }
.tags_list button:href {
	color: #F89E2A;
	transition: all .3s ease-in-out;
 }
.wrap_organization-title {
	width: 100%;
	display: flex;
	flex-direction: column;
 }
.wrap_organization-title .wrap_organization {
	align-self: flex-end;
 }
.wrap_organization-title .head_organization {
	position: relative;
	top: 100px;
	margin: 0;
	margin-left: 50px;
	padding: 12px 20px;
	align-self: flex-start;
 }
.b2b-professions-main .b2b-aside {
	margin-top: -37px !important;
 }
.b2b-professions-main .b2b-professions {
	position: relative;
	top: -160px;
 }
.b2b-professions-main .wba-container {
	max-width: 1260px;
 }
.b2b-professions-main .tags {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	grid-gap: 10px;
 }
.b2b-professions-main .tags .item_tags_grid {
	padding: 0;
 }
.head_organization h1 {
	font-size: 23px;
	color: #fff;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
 }
.tags_container h2 a {
	transition: all .3s ease-in-out;
 }
.tags_container h2 a:hover {
	opacity: .7;
	transition: all .3s ease-in-out;
 }
.item-views.accordion {
	background: transparent !important;
 }
.item-views.accordion::after {
	display: none;
 }
.wp-polls-ul li {
	position: relative;
 }
.wp-polls-ul li label {
	display: inline-block;
	padding-left: 20px;
	color: #fff;
 }
.wp-polls ul li,
.wp-polls-ul li,
.wp-polls-ans ul li {
	color: #fff;
 }
.wp-polls-ul li input {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 1.2em;
	height: 1.2em;
	padding: 3px;
	border-radius: 50%;
	border: 1px solid;
	color: #ffffff;
	border-color: #5ca1be;
	background: rgba(255, 255, 255, 0.75);
	transition-duration: 200ms;
	transition-property: all;
	transition-timing-function: ease-out;
 }
.wp-polls-ul li input:checked {
	background: #ccc;
 }
div#wp-zaglushka4tinyredaktor-wrap {
	display: none !important;
 }
.footer-top-area.pt-40 {
	margin: 0 !important;
 }
[class="col-md-9"] + aside.b2b-aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-right: 0;
}
.post-block-files a i.fiv-cla {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
}
.post-block-files ul.download-files>li a>i.fiv-cla {
    vertical-align: middle;
}
.post-block-files ul.download-files>li {
    list-style-type: none;
    margin-bottom: .25rem;
}