@font-face {
    font-family: 'MariadPro';
    src: url(../../assets/fonts/MYRIADPRO-REGULAR.OTF);
}
html {
	scroll-behavior: smooth;
	height: 100%;
}

body {
	font-family:'MariadPro';
	background: #f1f1f1;
	height: 100%;
}

a {
	color: #000; text-decoration: none;
}
a:hover {
	color: #938800; text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

.first-background {
	background:#F1F1F1;
}
.second-background {
	background:#D9DADA;
}

.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}
main {
	flex: 1 0 auto;
}
footer {
	flex: 0 0 auto;
}

.header
{

	border-bottom:1px #EEE solid;
	background:#F1F1F1;
	/* background-color: #282828; */
}

.head {
	border-bottom: 1px solid #D9DADA;
}

.logo_top {
    width: 210px;  margin: 23px 0;
}

.mob_menu {
	width: 25px; height: 25px; position: absolute; top: 15px; right: 15px;
}

.num-rev {
	font-size: 1rem;
}

.num {
	font-size: 8rem;
	color: #9E2357;
	margin: 0 0 0px 0;
	padding: 0;
}

.top_menu {
	padding: 0px;
}

.top_menu li {
    border: none;
    font-weight: 700;
    padding: 0px 12px;
    text-transform: none;
    width: auto;

    font-size: 1em;
    position: relative;
    color: #222;
}

.form-check-label {
	font-size: small;
}

.top_icons {
	margin: 22px 0;
}

.home-poster
{
	min-height: 300px;
	overflow: hidden;
	position: relative;
}

/* Input normal */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    color: #777;
    border: 1px solid #eaeaea;
    padding: 11px 19px;
    line-height: inherit;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 0;
    height: auto;
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border ease .238s;
    -moz-transition: border ease .238s;
    transition: border ease .238s;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background-color: #FFED00;
    color: #000;
    padding: 1.285em 2.642em;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    background-color: #4b4b4b;
    color: #fff;
}


.inputfile {
    margin-bottom: 15px;
}

.home-poster-slick
{
	position: relative;
	z-index: 10;
	margin-bottom: 0px;
}
.home-poster-slick-item:before
{
}
.home-poster-slick-item
{
	background-image: url('../images/home-poster-img1.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 6;
}
.poster1 {
	background-image: url('../../assets/img/banners/1.jpg');
}
.poster2 {
	background-image: url('../../assets/img/banners/2.jpg');
}
.poster3 {
	background-image: url('../../assets/img/banners/3.jpg');
}
.poster4 {
	background-image: url('../../assets/img/banners/4.jpg');
}
.poster5 {
	background-image: url('../../assets/img/banners/5.jpg');
}
.poster6 {
	background-image: url('../../assets/img/banners/6.jpg');
}

.home-poster-slick img {
	display: block;
	width: 100%;
	height: 100%;
}
.home-poster-slick-mob img {
	display: none;
}

.top-ico {
opacity:0.8;
}

.top-ico:hover {
opacity: 1;
cursor: pointer;

}

@media (max-width: 767px) {
	.poster1 {
		background-image: url('../../assets/img/banners/mobile/1.jpg');
	}
	.poster2 {
		background-image: url('../../assets/img/banners/mobile/2.jpg');
	}
	.poster3 {
		background-image: url('../../assets/img/banners/mobile/3.jpg');
	}
	.poster4 {
		background-image: url('../../assets/img/banners/mobile/4.jpg');
	}
	.poster5 {
		background-image: url('../../assets/img/banners/mobile/5.jpg');
	}
	.poster6 {
		background-image: url('../../assets/img/banners/mobile/6.jpg');
	}
	.home-poster-slick img {
		display: none;
	}
	.home-poster-slick-mob img {
		display: block;
		width: 100%;
		height: 100%;
	}
}

.home-poster-slick-item .container
{
	height: 100%;
}
.home-poster-slick-item-content
{
	width: 398px;
	height: 612px;
	position: relative;
	padding-top: 57px;
	z-index: 8;
}
.home-poster-slick-item-brand
{
	width: 300px;
	height: 85px;

	margin-bottom: 48px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 0px;
	font-size: 20px;
	font-family: "Gotham-Pro-Medium", sans-serif;
	color:#FFF;
	line-height: 62px;

}
.home-poster-slick-item-brand-left
{
	width: 70px;
	height: 62px;
	border-right:solid 3px #fff;
	display: table-cell;
	vertical-align: middle;
	font-size: 32px;
	font-family: "Gotham-Pro-Medium", sans-serif;
	color: #fff;
	line-height: 18px;
	letter-spacing: 0px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}
.home-poster-slick-item-brand-right
{
	width: 164px;
	height: 62px;
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-family: " Gotham-Pro-Medium", sans-serif;
	color: #fff;
	line-height: 19px;
	letter-spacing: 2px;
	position: relative;
	text-transform: uppercase;
	text-align: left;
	padding-left: 23px;
	padding-left: 20px;
}
.home-poster-slick-item-text
{

	font-family: "Gotham-Pro-Medium", sans-serif;
	color: #fff;


	position: relative;

	margin-bottom: 50px;
}
.home-poster-slick-item-link
{
	font-size: 14px;
	font-family: "Gotham-Pro-Medium", sans-serif;
	color: #fff;
	line-height: 20px;
	letter-spacing: 0.3px;
	position: relative;
	text-transform: uppercase;
}
.home-poster-slick-item-link>span
{
	position: relative;
}
.home-poster-slick-item-link>span:after
{
	content: '';
	position: absolute;
	width: 18px;
	height: 12px;
	background-image:url('../images/arrow-right2.png');
	background-position:0px 0px;
	background-repeat: no-repeat;
	right: -31px;
	top: -webkit-calc((100% - 12px) / 2);
	top: calc((100% - 12px) / 2);
}
.home-poster-slick-item-link:hover>span:after
{
	background-position:0px -12px;
}
.home-poster-slick-item-link>span:before
{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #f2f2f2;
	left: 0px;
	bottom: -4px;
	-webkit-transition:all .15s linear;
	-o-transition:all .15s linear;
	transition:all .15s linear;
	opacity: 1;
}
.home-poster-slick-item-link:hover>span:before
{
	opacity: 0;
}
.home-poster-slick-number
{
	width: 90px;
	font-size: 18px;
	font-family: "Gotham-Pro-Regular", sans-serif;
	color: #fff;
	line-height: 20px;
	letter-spacing: 0px;
	position: relative;
	text-transform: uppercase;
	position: absolute;
	bottom: 15px;
	right: 92px;
}
.home-poster-slick-number-active
{
	font-size: 30px;
	font-family: "Gotham-Pro-Medium", sans-serif;
	color: #fff;
	margin-right: 14px;
}
.home-poster-slick-number>span
{
	display: inline-block;
}

.home-poster-slick .slick-arrow
{
	width: 93px;
	height: 60px;
	background:url(../img/opacity50.png);

	top: inherit;
	bottom: 0;

	position: absolute;
	border:0;
	text-indent: -999999px;
	left: 100px;
	z-index: 10;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.home-poster-slick .slick-arrow:hover
{
	background-color: #fff;
}
.home-poster-slick .slick-arrow:before
{
	display: none;
}
.home-poster-slick .slick-arrow:after
{
	content: '';
	position: absolute;
	width: 33px;
	height: 22px;
	background-image: url('../img/btn-slick.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: -webkit-calc((100% - 33px) / 2);
	left: calc((100% - 33px) / 2);
	top: -webkit-calc((100% - 22px) / 2);
	top: calc((100% - 22px) / 2);
}
.home-poster-slick .slick-prev
{
	left: -webkit-calc(((100% - 800px) / 2) + 15px);
	left: calc(((100% - 800px) / 2) + 15px);
}

.home-poster-slick .slick-prev:hover:after
{
	background-position: 0px -23px;
}

.home-poster-slick .slick-next
{
	left: -webkit-calc(((100% - 800px) / 2) + 108px);
	left: calc(((100% - 800px) / 2) + 108px);
}
.home-poster-slick .slick-next:after
{
	background-position: -38px 0px;
}
.home-poster-slick .slick-next:hover:after
{
	background-position: -38px -23px;
}

.bot_menu {
	display: block; margin: 0; padding: 0;
}
.bot_menu li {
 display:  inline-block; margin: 0 0 0 15px;  padding: 0;
}
.social {
	width: 130px;
}
.bot_menu_zag {
	color: #333; font-weight: bold;
}
.socico img {
	width: 30px;
}
.cards img {
	width: 200px;
}

.bot_logo {
	width: 150px;
}

.btn-primary {
    color: #000;
    background-color: #FFED00 !important;
    border-color: #FFED00 !important;
}
.btn-primary:hover {
    color: #000;
    background-color: #E6D500 !important;
    border-color: #E6D500 !important;
}
.btn {
	border-radius: 5px;
}

@media (max-width: 767px) {
}

@media (max-width: 480px) {
	.footer-content-top-social { text-align: center; }
}


.logo-mobile { display:none; }
@media (max-width: 992px) {
	.logo-desktop { display:none; }
	.logo-mobile { display:block; }
}

.slide {
	cursor: grab;
	position: relative;
	width: 230px;
	height: 230px;
}



@media (max-width: 767px) {
  .article-header__item-title { font-size:22px; }
	.construction-gallery .slick-next { right:0; }
	.construction-gallery .slick-prev { left:0; }
	.construction-gallery .slick-next:after, .construction-gallery .slick-prev:after { content:normal; }

		.navbar-expand-lg .container {
			background: #ffffff;
		}

.top_menu .nav-item {
padding: 10px 15px 10px 5px;
text-align: right;
}

.slide {

	width: 100%;
	height: 100%;
}

}
ul li:before {
	content: "";
}


.zag {
	font-size: 30px; margin-bottom: 40px; text-transform: uppercase;
}
.podzag {
	font-size: 30px; margin-bottom: 40px; text-transform: uppercase;
}
.podzag2 {
	font-size: 16px; line-height: 20px;
}

.fit-cover {
	object-fit: cover;
}

#buyers_section_1 h1 {
	color: rgb(255,255,255);
	text-align: left;
	font-size: 52px;
}

#buyers_buttom_1:hover {
	background: #ffffff!important;
}

@media (max-width: 767px) {
	#buyers_section_1 h1 {
		font-size: 2.5rem;
	}
}

#buyers_buttom_2:hover {
	background: #faff2e;
	color: #000000!important;
}

@media (max-width: 767px) {
	#buyers_section_2 {
		background: #f0f0f0!important;
	}
}

.bs-icon {
	--bs-icon-size: 0.75rem;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	font-size: var(--bs-icon-size);
	width: calc(var(--bs-icon-size) * 2);
	height: calc(var(--bs-icon-size) * 2);
	color: var(--primary);
}

.bs-icon-xs {
	--bs-icon-size: 1rem;
	width: calc(var(--bs-icon-size) * 1.5);
	height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
	--bs-icon-size: 1rem;
}

.bs-icon-md {
	--bs-icon-size: 1.5rem;
}

.bs-icon-lg {
	--bs-icon-size: 2rem;
}

.bs-icon-xl {
	--bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
	color: var(--white);
	background: var(--primary);
}

.bs-icon.bs-icon-primary-light {
	color: var(--primary);
	background: rgba(0,123,255,0.2);
}

.bs-icon.bs-icon-semi-white {
	color: var(--primary);
	background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
	border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
	border-radius: 50%;
}

.lightbox {
	display: none;
}

.lb-loader, .lightbox {
	text-align: center;
	line-height: 0;
}

body:after {
	content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
	display: none;
}

.lb-dataContainer:after, .lb-outerContainer:after {
	content: "";
	clear: both;
}

body.lb-disable-scrolling {
	overflow: hidden;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	font-weight: 400;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	border-radius: 3px;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
}

.lb-loader, .lb-nav {
	position: absolute;
	left: 0;
}

.lb-outerContainer:after {
	display: table;
}

.lb-container {
	padding: 4px;
}

.lb-loader {
	top: 43%;
	height: 25%;
	width: 100%;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../img/prev.png) left 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../img/next.png) right 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	display: table;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../img/close.png) top right no-repeat;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1;
}

.form_suppliers input {
	border-color: rgb(255,255,255);
	color: rgb(255,255,255);
}

.form_suppliers .form_button {
	color: rgb(0,0,0);
	/*background: #e7f54f;*/
	border-style: none;
	font-size: 14px;
	padding: 14px 40px;
	border-radius: 5px;
}

.form_suppliers .form-control::placeholder {
	color: #ffffff;
}

.form_buyers input {
	border-color: rgb(255,255,255);
	color: rgb(0,0,0);
	background: rgb(255,255,255);
}

.form_buyers .form_button {
	color: rgb(0,0,0);
	background: #e7f54f;
	border-style: none;
	font-size: 14px;
	padding: 14px 90px;
	border-radius: 5px;
}

.form_suppliers .form-control:focus {
	color: #ffffff;
}

.b24-window-close {
	padding: 0;
}

.b24-form-recaptcha {
	display: none!important;
}