.proizvodstvo-gal{
	display: flex;
	width: 100%;
}

.proizvodstvo-gal .proizvodstvo-gal-item{
	cursor: pointer;
}

.proizvodstvo-gal.proizvodstvo-gal-4 .proizvodstvo-gal-item{
	width: 25%;
}

.proizvodstvo-gal.proizvodstvo-gal-4 .proizvodstvo-gal-item img{
	height: 264px;
	object-fit: cover;
	object-position: right;
}

.proizvodstvo-gal.proizvodstvo-gal-2 .proizvodstvo-gal-item{
	width: 50%;
}

.proizvodstvo-gal.proizvodstvo-gal-2 .proizvodstvo-gal-item img {
	height: 344px;
	object-fit: cover;
	width: 100%;
}

.proizvodstvo{
	margin-bottom: 70px;
}

.proizvodstvo p{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 17px;
}

.proizvodstvo-gal{
  margin-top: 38px;
}

.proizvodstvo h3{
  margin-top: 46px;
  margin-bottom: 18px;
}

.intec-content .proizvodstvo-icons{
  margin-top: 37px;
  margin-bottom: -36px;
}

.proizvodstvo-icons .widget-item .widget-item-name{
  padding-left: 18px;
}

.proizvodstvo-icons .widget-item{
  margin-bottom: 41px;
  margin-left: 0px;
}

.proizvodstvo-icons .widget-item .widget-item-picture{
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
}

@media all and (max-width: 370px){
	.proizvodstvo-icons .intec-grid > .intec-grid-item-370-1 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media all and (max-width: 768px){
	.proizvodstvo-gal {
		overflow-x: auto;
	}
	
	.proizvodstvo-gal.proizvodstvo-gal-4 .proizvodstvo-gal-item{
		min-width: 264px;
	}
	
	.proizvodstvo-gal.proizvodstvo-gal-2 .proizvodstvo-gal-item{
		min-width: 527px;
	}
}

/* CRM форма на главной */
#mainpage_subscribe_form {
	display: flex;
	padding: 75px;
	background-color: #f4f4f4;
	background-image: url(../images/crm-form-background.png);
	background-position: right;
	background-repeat: no-repeat;
	letter-spacing: 0.05em;
	--crm-form-letter-spacing: 0.1em;
}
#mainpage_subscribe_form .form-part,
#mainpage_subscribe_form .img-part {
	width: 50%;
	flex-basis: 50%;
}
#mainpage_subscribe_form .b24-form-control-string input,
#mainpage_subscribe_form .b24-form-control-not-empty {
	border-radius: 0;
	border: none;
	border-bottom: 2px solid var(--b24-primary-color);
	color: #222 !important;
	background: transparent !important;
	letter-spacing: var(--crm-form-letter-spacing);
}
#mainpage_subscribe_form .b24-form-control-label {
	color: #222;
	font-size: 13px;
	letter-spacing: var(--crm-form-letter-spacing);
}
#mainpage_subscribe_form .b24-form-header-title {
	color: #111;
	text-transform: uppercase;
	letter-spacing: var(--crm-form-letter-spacing);
}
#mainpage_subscribe_form .b24-form-field-agreement .b24-form-control-desc {
	background: transparent !important;
	color: #333 !important;
	letter-spacing: var(--crm-form-letter-spacing);
}
#mainpage_subscribe_form .b24-form-wrapper {
	max-width: unset;
	margin: 0;
	background-color: #f4f4f4;
}
#mainpage_subscribe_form .b24-form-btn {
	text-transform: uppercase;
	letter-spacing: var(--crm-form-letter-spacing);
}
@media (max-width: 950px) {
	#mainpage_subscribe_form {
		background-size: 40%;
	}
	#mainpage_subscribe_form .form-part {
		width: 65%;
		flex-basis: 65%
	}
	#mainpage_subscribe_form .img-part {
		width: 35%;
		flex-basis: 35%;
	}
}
@media (max-width: 768px) {
	#mainpage_subscribe_form {
		background-image: unset;
		padding: 36px;
	}
	#mainpage_subscribe_form .form-part {
		width: 100%;
		flex-basis: 100%;
	}
	#mainpage_subscribe_form .img-part {
		display: none;
	}
}

.catalog_download {
	display: inline-block;
	padding: 12px 30px;
	margin-top: 12px;
	background-color: #363d8e;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	border-radius: 2px;
	font-size: 12px;
	transition: .2s ease;
	user-select: none;
}
.catalog_download:hover,
.catalog_download:visited {
	text-decoration: none;
	color: #fff;
}

.cookie-bamper {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 24px;
	background-color: #fff;
	z-index: 100000;
	transition: .5s;
	transform: translateY(100%);
}
.cookie-bamper .text-part {
	line-height: 1.5;
}
.cookie-bamper .bamper-close {
	padding: 8px 20px;
	text-transform: uppercase;
	border: none;
	border-radius: 20px;
	background-color: #44558f;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.04em;
	transition: .3s;
}
.cookie-bamper .bamper-close:hover {
	background-color: #5366a5;
}
.cookie-bamper.opened {
	transform: translateY(0);
	box-shadow: 0 0 10px rgb(0 0 0 / 0.2);
}
.cookie-bamper .flex-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
@media (max-width: 768px) {
	.cookie-bamper .flex-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.cookie-bamper .text-part {
		font-size: 12px;
	}
}