	/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/font-awesome.css";
@import "../css/superfish.css";

@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(//fonts.googleapis.com/css?family=Lato:900);
@import url(//fonts.googleapis.com/css?family=Lato:400italic);


body{
	min-width: 960px;
	color: #494944;
	background: #222220;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 18px;
}

p {
	margin-bottom: 22px;
}

h1, h3, h5 {
	line-height: 51px;
	color: #222220;
	font-size: 51px;
}

h2 {
	font-size: 82px;
	text-transform: uppercase;
	line-height: 80px;
	color: #fff;
}

h3 {
	margin-bottom: 42px;
	display: inline-block;
	padding: 0 90px 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #222220;
}

h4 {
	color: #222220;
	font-size: 27px;
	padding-bottom: 17px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 27px;
	border-bottom: 1px solid #222220;
}

h5 {
	border-bottom: 1px solid #222220;
	padding: 0 50px 20px;
	display: inline-block;
	margin-bottom: 36px;
}

h6 {
	font-size: 20px;
	text-transform: uppercase;
	color: #222220;
	font-weight: 900;
	border-bottom: 1px solid #222220;
	padding-bottom: 14px;
	margin-bottom: 18px;
}

img {
	max-width: 100%;
}

input {
	border-radius: 0 !important;
	outline: none !important;
	-webkit-appearance: none;
}

a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

time {
	font-size: 15px;
	color: #494944;
	margin-bottom: 5px;
	display: block;
}

.extra_wrapper {
	overflow: hidden;
}


/*-----------Header------------*/
#header {
	padding-top: 12px;
}
.brd2 {
	position: relative;
}
.brd2:before {
	height: 4px;
	content: '';
	position: absolute;
	bottom: -4px;
	background: url('../images/bg1.png') repeat-x;
	width: 100%;
	left: 0;
}
#header h1 {
	clear: both;
	padding-top: 10px;
	float: left;
	margin-right: 40px;
}
#header h1 img {
	display: block;
}
.socials {
	float: left;
	padding-top: 6px;
}
.socials a {
	color: #727270;
	font-size: 13px;
}
.socials a+a {
	margin-left: 7px;
}
.brd {
	padding-bottom: 6px;
	border-bottom: 1px solid #4c4c4a;
}
.div1 {
	float: right;
	font-size: 10px;
	color: #727272;
	text-transform: uppercase;
}
.div2 {
	float: left;
	padding-left: 10px;
}
.div2 .fa {
	font-size: 14px;
	color: #a1a1a1;
	margin: 2px 5px 0 0;
}
.div2 .sp1 {
	margin-right: 5px;
}
.div2+.div2 {
	border-left: 1px solid #656666;
	margin-left: 10px;
}



/*-----------Content-----------*/
#content {
	background: url('../images/bg5.png') 0 0 repeat-x #dfdfd8;
	padding-top: 75px;
}
.bg2 {
	background: #f6f6f4;
	padding: 31px 0;
}
.bg3 {
	background: #e8e8e2;
	padding: 23px 0 20px;
}
.bg4 {
	background: url('../images/bg4.png') 0 0 repeat-x #dfdfd8;
}


/*------------Page1------------*/
.block1 {
	text-align: center;
	padding-bottom: 55px;
}
.div3 {
	margin-bottom: 23px;
}
.div3 a {
	font-size: 20px;
	font-weight: bold;
	color: #222220;
}
.div3 p {
	margin-bottom: 10px;
}
.div3>.extra_wrapper div {
	margin-bottom: 9px;
	padding-top: 4px;
}
.div4 {
	float: left;
	margin: 0 36px 20px 0;
	border: 4px solid #fff;
	display: inline-block;
	outline: 1px solid #2b2b2b;
}
.div5 {
	padding-top: 30px;
	font-size: 14px;
}
.brands {
	text-align: center;

}
.brands a {
	background: #e8e8e2;
	display: inline-block;
	margin-top: 7px;
}
.brands a+a {
	margin-left: 54px;
}
.brands a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


/*------------Page2------------*/
.div9 p {
	margin-bottom: 20px;
}


/*------------Page3------------*/
.div10 {
	padding-left: 13px;
}
.div10 span {
	color: #222220;
	font-weight: 700;
}
.div10 div {
	padding-top: 10px;
}


/*-------------Text------------*/
.txt {
	text-align: center;
}
.p1 {
	font-size: 27px;
	color: #fff;
	margin-bottom: 25px;
	display: inline-block;
	line-height: 27px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding: 0 200px 5px;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}
.p2 {
	line-height: 27px;
	font-weight: bold;
	color: #2b2b2b;
	font-size: 27px;
	margin-bottom: 20px;
}
.p3 {
	font-size: 36px;
	color: #222220;
	font-weight: bold;
	line-height: 46px;
}
.p4 {
	color: #00bff3;
	font-size: 22px;
	margin-bottom: 25px;
}
.p5 {
	border-bottom: none;
	padding: 15px 0 22px;
	position: relative;
	text-align: center;
	display: block;
	margin-bottom: 38px;
}
.p5:before {
	bottom: 0;
	position: absolute;
	left: 25%;
	content: '';
	width: 460px;
	background: #222220;
	height: 1px;
}
.p6 {
	font-size: 20px;
	color: #222220;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.p7,.p9 {
	font-size: 16px;
	color: #222220;
	font-weight: 700;
}
.p8 {
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	position: relative;
	padding: 20px 0 2px 13px;
}
.p8:before {
	top: 4px;
	position: absolute;
	width: 12px;
	background: url('../images/quotes.png') no-repeat;
	height: 10px;
	content: '"';
	left: 0;
}
.p9 {
	display: block;
}
.p10 {
	font-size: 18px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #222220;
}


/*-------------Links-----------*/
a.lightbox {
	position: relative;
	display: block;
	text-align: center;
}
a.lightbox img {
	width: 100%;
}
a.lightbox span {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	display: block;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('../images/magnify.png') -100px center no-repeat;
}
a.lightbox:hover span {
	background-position: center center;
}
a {
	text-decoration: none;
	color: inherit;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
a:hover {
	color: #f26522;
}
.a1 {
	border: 1px solid #232321;
	background: #f0f0ed;
	line-height: 12px;
	text-transform: uppercase;
	padding: 10px 35px 11px 25px;
	display: inline-block;
	color: #222220;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 20px;
}
.a1:hover {
	background: #222220;
	color: #dfdfd8;
	border-color: #222220;
}
.a2 {
	color: #f26522;
}
.a2:hover {
	color: #575555;
}
.a3 {
	background: #feb800;
	display: inline-block;
	font-size: 17px;
	float: right;
	padding: 23px 35px 23px 30px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
}
.a3:hover {
	color: #fff;
	background: #f26522;
}
.a4 {
	color: #d8d7d7;
}
.a4 span {
	display: inline-block;
	margin: 3px 6px 0 0;
}


/*-------------Images-----------*/
.img1 {
	margin-bottom: 38px;
}
.img2 {
	float: left;
	margin: 0 25px 10px 0;
}
.img3, .img4, .img6 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.img3{
	margin-top: 5px;
	border: 4px solid #cececa;
	outline: 1px solid #f4f4ef;
}
.img4, .img6 {
	margin-bottom: 25px;
	border: 4px solid #cececa;
	outline: 1px solid #f4f4ef;
}
.img5 {
	float: left;
	margin-right: 10px;
}
.img6 {
	float: left;
	margin: 4px 20px 25px 0;
}


/*--------------List-----------*/
.list {
	float: left;
}
.list+.list {
	margin-left: 40px;
}
.list li {
	padding-left: 22px;
	background: url('../images/marker2.png') 0 6px no-repeat;
}
.list li a {
	font-size: 14px;
	line-height: 24px;
}
.list1 {
	float: left;
}
.list1 li {
	padding-left: 34px;
	background: url('../images/marker.png') 14px 6px no-repeat;
}
.list1 a {
	line-height: 22px;
	text-transform: uppercase;
	font-size: 12px;
	color: #494944;
}
.list1 a:hover {
	color: #f26522;
}
.list2 a {
	font-size: 11px;
	color: #979797;
	line-height: 24px;
}
.list2 a:hover {
	color: #e8e8e2;
}
.list3+.list3 {
	margin-top: 20px;
}
.list3 {
	line-height: 24px;
	font-weight: 400;
}
.list3 dt {
	font-size: 24px;
	font-weight: bold;
	color: #222220;
	text-transform: uppercase;
	line-height: 48px;
	margin-bottom: 4px;
}
.list3 dd span {
	min-width: 152px;
	padding-top: 5px;
	display: inline-block;
	line-height: 14px;
}
.list3 dd {
	min-height: 30px;
}
.gal li {
	margin-bottom: 20px;
}
.gal p {
	margin-bottom: 16px;
}
.country {
	margin-bottom: 27px;
	font-style: normal;
	color: #494944;
	font-family: 'Lato', sans-serif;
}
.country span {
	display: inline-block;
	min-width: 55px;
}
.list li, .list1 li, .list3 {
	text-align: left;
}


/*-------------Indent-----------*/
.pad1 {
	padding-top: 43px;
}
.pad2 {
	padding: 7px 0 60px;
}
.pad3 {
	padding-top: 75px;
}
.pad4 {
	padding-top: 40px;
}
.pad5 {
	padding-top: 60px;
}
.pad6 {
	padding-top: 32px
}
.pad7 {
	padding-bottom: 75px
}
.pad8 {
	padding-bottom: 50px
}
.mrg1 {
	margin-bottom: 22px;
}
.mrg2 {
	margin-top: 0 !important;
}
.mrg3 {
	margin-bottom: 41px;
}
.mrg4 {
	margin-bottom: 33px;
}
.mrg5 {
	margin-bottom: 20px;
}
.mrg6 {
	margin-bottom: 36px;
}


/*-------------Footer-----------*/
footer {
	padding: 63px 0 105px;
}
footer h6 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 24px;
	color: #feb800;
	font-weight: 400;
	border-bottom: none;
	margin-bottom: 11px;
	padding-bottom: 0;
}
.div6 {
	padding-top: 13px;
	margin-right: 30px;
	border-right: 1px solid #424240;
	margin-bottom: 50px;
}
.div7 {
	font-size: 11px;
	color: #979797;
	line-height: 13px;
	margin-bottom: 36px;
}
.div8 {
	border-top: 3px solid #515150;
	padding-top: 32px;
}
footer h1 {
	margin: 19px 0 35px;
	font-size: 20px;
	line-height: 20px;
}
.privacy {
	color: #f4a321;
	font-size: 12px;
}
.privacy a:hover {
	color: #e8e8e2;
}
#footer_menu li {
	float: left;
	position: relative;
}
#footer_menu .active, #footer_menu a:hover {
	color: #feb800;
}
#footer_menu li a {
	color: #dfdfd8;
	text-transform: uppercase;
	font-size: 11px;
}
#footer_menu li+li {
	margin-left: 21px;
}
#footer_menu li:before{
	content: "/";
	color: #dfdfd8;
	width: 1px;
	display: block;
	left: -12px;
	top: 0;
	position: absolute;
	font-size: 11px;
}
#footer_menu li:first-child:before {
	display: none;
}


/*--------------To_Top----------*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}


/*--------------Map-------------*/
.map {
	font-weight: 400;
	overflow: hidden;
	padding: 5px 20px 30px 0;
	color: #494944;
}
.map figure {
	display: block;
	width: 582px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.map figure iframe {
	width: 582px;
	height: 332px;
	max-width: 100%;
}
.map address {
    line-height: inherit;
    font-family: 'Lato', sans-serif;
    font-style: normal;
	display: block;
}
.map address dt {
	color: #222220;
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
}
.map address dd{
	height: 18px;
}
.map address dd span {
	color: inherit;
	padding: 0;
	min-width: 72px;
	display: inline-block;
	text-align: left;
}
.map address a{
	color: #f26522;
}
.map address a:hover{
	color: #282b2d;
}
.div4 iframe {
	width: 500px;
	height: 281px;
}


/*---------search---------*/
.search {
	position: absolute;
	right: 0;
	top: 33px;
	display: none;
}
#search { 
	position: relative;
	float: right;
}
#search input { 
	color: #a1a1a1;
	border: 1px solid #656666;
	position: relative;
	height: 32px;
	background: #222220;
	padding: 5px 25px 5px 15px;
	outline: none;
	width: 216px;
	margin-bottom: 15px;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	z-index: 1300;
	line-height: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#search fieldset {
	position: relative;
	text-align: center;
}
#search .error {
	position: absolute;
	overflow: hidden;
	display: none;
	font-size: 10px;
	top: 0;
	color: red;
	right: 48px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#search .success {
	border-radius: 0;
	padding: 0;
	border: 1px solid #40515e;
	text-align: center;
	background: #b6b6b6;
	position: absolute;
	z-index: 10;
	display: none;
	top: 0;
	width: 85%;
	color: #40515e;
}
#search label.invalid .error {
	height: 19px;
}
#search .a7{
    position: absolute;
	width: 15px;
    top: 9px;
    right: 5px;
    display: block;
    height: 16px;
    cursor: pointer;
    z-index: 1301;
    background: url('../images/search.png') no-repeat;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#search .a7:hover{
	opacity: 0.5;
	filter:alpha(opacity=50);
}


/*=======================RESPONSIVE LAYOUTS===========================*/
@media only screen and (max-width: 1800px) {
	.camera_pag {
		bottom: 30% !important;
	}
	.caption {
		top: 25% !important;
	}
}

@media only screen and (max-width: 1500px) {
	.camera_pag {
		bottom: 25% !important;
	}
	.caption {
		top: 20% !important;
	}
}

@media only screen and (max-width: 1300px) {
	.camera_pag {
		bottom: 22% !important;
	}
	.caption {
		top: 18% !important;
	}
	.caption h2 {
		font-size: 75px !important;
		line-height: 75px !important;
	}
}

@media only screen and (max-width: 1100px) {
	.camera_pag {
		bottom: 15% !important;
	}
	.caption {
		top: 15% !important;
	}
	.caption h2 {
		font-size: 65px !important;
		line-height: 65px !important;
	}
}

@media only screen and (max-width: 995px) {
	body {
		min-width: 768px;
	}
	#header, footer, #content {
		text-align: center;
	}
	#header h1 {
		float: none;
		display: inline-block;
	}
	h4 {
		font-size: 25px;
		line-height: 25px;
	}
	.camera_pag {
		bottom: 10% !important;
	}
	.caption {
		top: 13% !important;
	}
	.caption h2 {
		font-size: 55px !important;
		line-height: 55px !important;
	}
	.p1 {
		padding: 0 100px 5px;
		font-size: 25px;
	}
	h3, h5 {
		font-size: 45px;
		line-height: 45px;
	}
	.div4, .list1, .a3, .list, .img6 {
		float: none;
	}
	.list1, #footer_menu, .list, .img6 {
		display: inline-block;
	}
	.a3 {
		margin-top: 20px;
	}
	.div6 {
		margin-right: 0;
	}
	.p5:before {
		left: 20%;
	}
	.div4 {
		margin: 0 0 20px;
	}
	.brands a {
		margin: 7px 0 10px;
	}
	.brands a+a {
		margin-left: 20px;
	}
	.div6 {
		border-right: none;
	}
	.div4 iframe {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	body {
		min-width: 420px;
	}
	.socials {
		float: none;
		margin: 10px 0 20px;
	}
	.div1 {
		float: none;
		margin-bottom: 20px;
	}
	.socials a+a {
		margin-left: 15px;
	}
	.privacy {
		margin-bottom: 30px;
	}
	#footer_menu li+li {
	    margin-left: 16px;
	}
	#footer_menu li:before {
		display: none;
	}
	.p3 {
		margin-bottom: 20px;
	}
	.img2, .img3 {
		float: none;
		margin: 0 0 20px;
		display: inline-block;
	}
	h3, h5 {
		font-size: 40px;
		line-height: 40px;
	}
	.p5:before {
		width: 100%;
		left: 0;
	}
	.gallery li {
		margin-bottom: 30px;
	}
	.pad2 {
		padding-bottom: 30px;
	}
	.map figure, .map figure iframe {
		width: 100%;
	}
	.map {
		padding: 0 0 30px;
	}
	.img6 {
		margin: 0 0 20px;
	}
	.camera_pag {
		bottom: 8% !important;
	}
	.caption {
		top: 10% !important;
	}
	.caption h2 {
		font-size: 45px !important;
		line-height: 45px !important;
	}
	.p1 {
		padding: 0 50px 5px;
		font-size: 20px;
	}
}

@media only screen and (max-width: 480px) {
	body {
		min-width: 300px;
	}
	.p1 {
		padding: 0 30px 5px;
		font-size: 18px;
	}
	.caption h2 {
		font-size: 35px !important;
		line-height: 35px !important;
	}
	h3, h5 {
		font-size: 30px;
		line-height: 30px;
	}
	h3 {
		padding: 0 25px 20px;
	}
	.div1 {
		overflow: hidden;
	}
	.div2 {
		display: inline-block;
		margin-bottom: 7px;
		float: none;
	}
	.div2 + .div2{
		border: none;
	}
	.list3 {
		line-height: 13px;
		font-size: 13px;
	}
	.list3 dd span {
		padding-top: 1px;
	}
}
.brd2 .grid_12{
	display:flex;
	align-items:center;
}

.menu{
	flex:1;
	text-align:center;
}

.sf-menu{
	display:inline-block;
}
#header h1 a{
    display:flex;
    align-items:center;
}
.logo a{
    display:flex;
    align-items:center;
}

.logo img{
    height:110px;
    width:auto;
}

.logo-divider{
    width:1px;
    height:40px;
    background:#999;
    margin:0 15px;
}
.img1 {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brd2 .grid_12{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.brd2 .container_12 .grid_12{
    display:flex !important;
    align-items:flex-start !important;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 15px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
}

.contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-form button {
    border: 1px solid #232321;
    background: #f0f0ed;
    line-height: 12px;
    text-transform: uppercase;
    padding: 12px 30px;
    display: inline-block;
    color: #222220;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.contact-form button:hover {
    background: #222220;
    color: #dfdfd8;
    border-color: #222220;
}
.contact-form {
    padding-top: 10px;
}

.contact-form label {
    display: block;
    margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cfcfc8;
    background: #fff;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 18px;
    color: #494944;
    font-family: 'Lato', sans-serif;
}

.contact-form textarea {
    min-height: 160px;
    resize: vertical;
}

.contact-form .btns {
    margin-top: 10px;
}

.contact-form button.btn1 {
    border: 1px solid #232321;
    background: #f0f0ed;
    line-height: 12px;
    text-transform: uppercase;
    padding: 10px 35px 11px 25px;
    display: inline-block;
    color: #222220;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.contact-form button.btn1:hover {
    background: #222220;
    color: #dfdfd8;
    border-color: #222220;
}

.contact-form .fields {
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
    color: #777;
}
.product-gallery {
    text-align: center;
    margin-bottom: 30px;
}

..product-gallery img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    margin: 0 10px 15px;
    border: 4px solid #cececa;
    outline: 1px solid #f4f4ef;
    box-sizing: border-box;
}

bottom-gallery img {
    width: 220px;
    height: 150px;
    object-fit: cover;
}

.product-gallery {
    text-align: center;
}

.product-text {
    font-size: 15px;
    line-height: 24px;
    color: #494944;
    padding-bottom: 40px;
}

.product-text h4 {
    margin-top: 35px;
}

.product-text p {
    margin-bottom: 20px;
}

.product-list {
    margin: 0 0 25px 25px;
    padding: 0;
}

.product-list li {
    margin-bottom: 15px;
    line-height: 24px;
}

.product-text img {
    max-width: 100%;
    height: auto;
    border: 4px solid #cececa;
    outline: 1px solid #f4f4ef;
    box-sizing: border-box;
}
.more-btn{
    text-align: center;
    margin: 40px 0;
}
.about-top {
    padding-bottom: 45px;
}

.about-photo {
    float: left;
    width: 340px;
    margin: 5px 30px 20px 0;
}

.about-photo img {
    display: block;
    width: 100%;
    height: auto;
}

.about-intro {
    overflow: hidden;
    font-size: 15px;
    line-height: 24px;
}

.about-lead {
    font-size: 20px;
    line-height: 28px;
    color: #222220;
    font-weight: 700;
    margin-bottom: 18px;
}

.about-highlight {
    font-size: 20px;
    line-height: 28px;
    color: #222220;
    font-weight: 700;
    margin-bottom: 12px;
}

.weldman-blue {
    color: #0080FF;
}

.about-columns {
    padding-bottom: 50px;
}

.about-box {
    padding-bottom: 20px;
}

.history-item {
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #cfcfc8;
}

.history-year {
    font-size: 30px;
    line-height: 34px;
    font-weight: 900;
    color: #f26522;
    margin-bottom: 10px;
}

.about-strong {
    font-size: 18px;
    line-height: 26px;
    color: #222220;
    font-weight: 900;
    margin-bottom: 18px;
}

.about-list {
    margin: 0 0 20px 22px;
    padding: 0;
}

.about-list li {
    margin-bottom: 10px;
    line-height: 22px;
}
.div3 {
    margin-bottom: 30px;
}
.div4 img {
    width: 350px;   /* tady si můžeš doladit velikost */
    height: auto;
}
footer {
    padding: 40px 0;
}
#footer_menu li a {
    color: #222220;   /* tmavá barva */
}
.div4 img {
    width: 320px;
    height: auto;
}

.produkt-detaily .list {
    float: none;
    margin-bottom: 20px;
}

.produkt-btn {
    display: inline-block;
    clear: both;
}
.product-specs {
    padding-bottom: 30px;
}

.product-specs .grid_6 {
    margin-bottom: 20px;
}

.more-btn {
    text-align: center;
    margin: 35px 0 10px;
}
.div4 {
    position: relative;
    z-index: 1;
}

.div5 {
    position: relative;
    z-index: 2;
}
.produkt-galerie {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.produkt-galerie img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.3s;
}

.produkt-galerie img:hover {
    transform: scale(1.05);
}
.produkt-spec {
    margin-top: 15px;
    margin-bottom: 35px;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: #fff;
}

.spec-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #d9d9d3;
    vertical-align: top;
}

.spec-table td:first-child {
    width: 38%;
    font-weight: 700;
    color: #222220;
}

.spec-table tr:nth-child(even) {
    background: #f5f5f2;
}
.produkt-galerie img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.produkt-galerie {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    overflow: visible;
    margin: 0;
    padding: 0;
}

.produkt-galerie li {
    float: none !important;
    width: calc(33.333% - 14px) !important;
    margin: 0 !important;
    list-style: none;
    box-sizing: border-box;
    text-align: center;
}

.produkt-galerie .img4 {
    display: block;
}

.produkt-galerie .img4 img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.pad2 {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.pad2 {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.div4 {
    flex: 0 0 340px;
}

.div4 img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #999;
    padding: 4px;
    background: #fff;
    box-sizing: border-box;
}

.div5 {
    flex: 1;
    padding-top: 10px;
}
.div4 {
    flex: 0 0 320px;
}
.fakta-box {
    padding: 22px;
    background: #f5f5f5;
    min-height: 260px;
    box-sizing: border-box;
}

.fakta-box p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.fakta-nadpis {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 14px;
    font-weight: 700;
}
.gallery {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.gallery li {
    flex: 1;
    display: flex;
}

.fakta-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.fakta-item {
    width: calc(25% - 15px);
    box-sizing: border-box;
}

.fakta-box {
    height: 100%;
    padding: 22px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.fakta-box p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.fakta-nadpis {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 14px;
    font-weight: 700;
}
.cisla-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.cisla-item {
    width: calc(33.333% - 14px);
    box-sizing: border-box;
}

.cisla-box {
    height: 100%;
    padding: 22px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.cisla-box h6 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 14px;
    font-weight: 700;
}

.cisla-box p {
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
}
.cisla-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.cisla-item {
    width: calc(33.333% - 14px);
    box-sizing: border-box;
    display: flex;
}

.cisla-box {
    width: 100%;
    min-height: 250px;
    padding: 22px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.cisla-box h6 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 18px;
    padding-bottom: 12px;
    font-weight: 700;
    border-bottom: 1px solid #666;
}

.cisla-box p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}
#content {
    padding-bottom: 60px;
}
.cislo-nadpis {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    min-height: 48px; /* KLÍČOVÉ – srovná výšku */
    margin: 0;
}

.cislo-line {
    width: 100%;
    height: 1px;
    background: #666;
    margin: 10px 0 15px 0;
}
.fakta-box,
.cisla-box {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    padding: 28px;
    box-sizing: border-box;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fakta-box:hover,
.cisla-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.10);
}
.fakta-nadpis,
.cislo-nadpis {
    color: #1f1f1f;
    letter-spacing: 0.3px;
}

.cislo-line {
    width: 70px;
    height: 2px;
    background: #c9a227;
    margin: 12px 0 18px 0;
    border-radius: 2px;
}
.fakta-wrap,
.cisla-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 35px;
    margin-bottom: 60px;
}

.fakta-item {
    width: calc(25% - 21px);
    box-sizing: border-box;
}

.cisla-item {
    width: calc(33.333% - 19px);
    box-sizing: border-box;
    display: flex;
}

.fakta-box,
.cisla-box {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    padding: 28px;
    box-sizing: border-box;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fakta-box:hover,
.cisla-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.10);
}

.fakta-nadpis,
.cislo-nadpis {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f1f1f;
    letter-spacing: 0.3px;
    margin: 0;
}

.cislo-nadpis {
    min-height: 48px;
}

.fakta-box p,
.cisla-box p {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
    margin: 0;
}

.cislo-line {
    width: 70px;
    height: 2px;
    background: #c9a227;
    margin: 12px 0 18px 0;
    border-radius: 2px;
}

@media only screen and (max-width: 900px) {
    .fakta-item,
    .cisla-item {
        width: calc(50% - 14px);
    }
}

@media only screen and (max-width: 600px) {
    .fakta-item,
    .cisla-item {
        width: 100%;
    }
}
.produkt-text ul {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 20px;
}

.produkt-text li {
    margin-bottom: 10px;
}
.grid_12 {
    margin-bottom: 30px;
}
footer {
    background: #f5f5f5 !important;
    color: #333;
    border-top: 1px solid #ccc;
}

footer a {
    color: #333;
}

footer a:hover {
    color: #000;
}
.more-btn {
    text-align: center;
    margin: 30px 0 40px;
    position: relative;
    z-index: 5;
}

.back-btn {
    display: inline-block;
    padding: 12px 26px;
    border: 1px solid #444;
    background: #f5f5f5;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.back-btn:hover {
    background: #e9e9e9;
    color: #000;
}
.more-btn {
    clear: both;
    display: block;
    text-align: center;
    margin-top: 70px;
}
.produkt-galerie .produkt-box a {
    display: block;
    width: 100%;
    float: none;
}

.produkt-galerie .produkt-box img {
    display: block;
    margin: 0 auto;
}

.produkt-galerie .produkt-box .img-popis {
    position: static !important;
    float: none !important;
    display: block !important;
    clear: both !important;
    width: 100% !important;
    margin-top: 12px !important;
    text-align: center !important;
}
/* FIX: popisky pod obrázky */
.produkt-galerie li {
    display: block;
    text-align: center;
}

.produkt-galerie li a {
    display: block;
    float: none;
}

.produkt-galerie li img {
    display: block;
    margin: 0 auto;
}

.produkt-galerie li p.img-popis {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100%;
    margin-top: 12px;
    text-align: center;
    font-size: 18px;
}
/* PROFIL SPOLEČNOSTI - sjednocení vzhledu */
.obsah-sekce,
.about-box {
    margin-bottom: 45px;
}

.about-intro h4,
.about-box h4 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1f1f1f;
}

.about-intro p,
.about-box p,
.about-list li {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.about-intro p,
.about-box p {
    margin-bottom: 16px;
}

.about-lead {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
    color: #222;
    margin-bottom: 18px;
}

.about-highlight {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-strong {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about-list {
    margin: 20px 0 20px 22px;
    padding: 0;
}

.about-list li {
    margin-bottom: 12px;
}

.about-box {
    background: #f7f7f7;
    padding: 30px;
    border-radius: 10px;
    box-sizing: border-box;
}

.history-item {
    margin-bottom: 30px;
}

.history-year {
    font-size: 24px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.about-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.about-top {
    margin-bottom: 50px;
}
.about-photo {
    text-align: center;
}

.logo-box {
    background: #f5f5f5;
    padding: 25px 15px;
    text-align: center;
    border-radius: 10px;
}

.logo-box img {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto 25px;
}

.logo-box img:last-child {
    margin-bottom: 0;
}
.logo-box {
    background: #f5f5f5;
    padding: 25px 15px;
    text-align: center;
    border-radius: 10px;
}

.logo-box img {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto 25px;
}
.logo-box img {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto 25px;
}
.sluzby-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.sluzba-box {
    width: calc(33.333% - 20px);
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    box-sizing: border-box;
    transition: 0.3s;
}

.sluzba-box:hover {
    transform: translateY(-5px);
}

.sluzba-ikona {
    font-size: 40px;
    margin-bottom: 15px;
}

.sluzba-box h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.sluzba-box p {
    font-size: 16px;
    line-height: 1.6;
}
@media (max-width: 900px) {
    .sluzba-box {
        width: calc(50% - 15px);
    }
}

@media (max-width: 600px) {
    .sluzba-box {
        width: 100%;
    }
}
.sluzba-ikona {
    width: 48px;
    height: 48px;
    border: 1px solid #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #333;
    margin-bottom: 18px;
}
.sluzba-box h5 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 14px;
}
.sluzba-box h5 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 14px;
}
/* ===== MODERNĚJŠÍ VZHLED SLUŽEB ===== */

.sluzby-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 25px;
}

.sluzba-box {
    width: calc(33.333% - 19px);
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    padding: 28px 24px 24px;
    box-sizing: border-box;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    display: flex;
    flex-direction: column;
    min-height: 280px;
}

.sluzba-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
    border-color: #d9d9d9;
}

.sluzba-ikona {
    width: 62px;
    height: 62px;
    border: 1px solid #dcdcdc;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #1f1f1f;
    margin-bottom: 18px;
    background: #fafafa;
    transition: all 0.25s ease;
}

.sluzba-box:hover .sluzba-ikona {
    color: #0d6efd;
    border-color: #bcd3ff;
    background: #f4f8ff;
}

.sluzba-box h5 {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    color: #1f1f1f;
    margin: 0 0 14px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #d7d7d7;
    min-height: 80px;
}

.sluzba-box p {
    font-size: 17px;
    line-height: 1.75;
    color: #444;
    margin: 0;
}

@media (max-width: 980px) {
    .sluzba-box {
        width: calc(50% - 14px);
    }
}

@media (max-width: 640px) {
    .sluzba-box {
        width: 100%;
        min-height: auto;
    }

    .sluzba-box h5 {
        min-height: auto;
    }
}
.gallery img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
}
.gallery img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
}
.produkt-text ul {
    padding-left: 0;
    margin-top: 10px;
}

.produkt-text li {
    list-style: none;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
}

.produkt-text li::before {
    content: "★";
    color: #ff6b00;
    margin-right: 8px;
}
.more-btn a,
.a1 {
    display: inline-block;
    padding: 10px 22px;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
}
.more-btn a:hover,
.a1:hover {
    background: #2a7de1;
    color: #fff;
    border-color: #2a7de1;
}
#content .grid_12 {
    margin-bottom: 40px;
}

#header .grid_12 {
    margin-bottom: 0;
}
.proc-vyhody {
    margin-top: 50px;
    padding: 35px 30px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.proc-vyhody h4 {
    font-size: 26px;
    margin-bottom: 15px;
}

.proc-highlight {
    font-weight: 700;
    font-size: 16px;
    color: #2a7de1;
    margin-bottom: 15px;
}

.proc-vyhody p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #444;
}

.proc-vyhody ul {
    margin: 15px 0;
    padding-left: 0;
}

.proc-vyhody li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 15px;
}

.proc-vyhody li::before {
    content: "✔";
    color: #2a7de1;
    margin-right: 8px;
}
.proc-vyhody {
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 45px;
    padding: 38px 36px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
    clear: both;
}

.proc-vyhody h4 {
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d7d7d7;
}

.proc-highlight {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    color: #2a7de1;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.proc-vyhody p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 16px;
}

.proc-vyhody ul {
    margin: 18px 0;
    padding: 0;
}

.proc-vyhody li {
    list-style: none;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.proc-vyhody li::before {
    content: "✔";
    color: #2a7de1;
    margin-right: 10px;
    font-weight: 700;
}
.about-photo img {
    width: 100%;
    max-width: 520px;   /* ← tady si můžeš upravit velikost */
    height: auto;
    display: block;
}
.sluzba-box h5 {
    font-size: 26px !important;
    line-height: 1.3;
    font-weight: 700;
    color: #1f1f1f;

    margin: 0 0 14px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #d7d7d7;

    min-height: 110px;   /* 🔥 KLÍČOVÉ – sjednotí výšku */
    display: flex;
    align-items: center; /* vycentruje text */
}
.div1 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.div2 {
    margin-right: 15px; /* aby byly položky blíž u sebe */
}
/* submenu v horním menu */
.sf-menu ul {
    width: 240px; /* klidně 260px, když budeš chtít */
}

.sf-menu ul li {
    margin: 0;
}

.sf-menu ul li a {
    display: block;
    padding: 10px 16px;
    line-height: 1.5;
    font-size: 14px;
    white-space: normal; /* dovolí zalomení textu */
}
.kontakt-nadpis {
    color: #ffffff;
    text-align: center;
    max-width: 600px;
    margin: 40px auto 20px auto;
}
.form-box {
    max-width: 700px;
    margin: 0 auto 60px auto;
    background: #2b2b2b;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    box-sizing: border-box;
}
.kontakt-box {
    padding-left: 30px;
}

.kontakt-box h4 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.kontakt-box dt {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.6;
}

.kontakt-box dd {
    margin: 8px 0;
    font-size: 15px;
    line-height: 1.5;
}

.kontakt-box dd span {
    display: inline-block;
    min-width: 160px;
    color: #888;
    font-weight: 500;
}

.kontakt-box a {
    color: #e74c3c;
    text-decoration: none;
}

.kontakt-box a:hover {
    text-decoration: underline;
}
.kontakt-box dd {
    margin: 10px 0;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.kontakt-box dd i {
    width: 25px;
    color: #e74c3c;
    margin-right: 10px;
    font-size: 16px;
}

.kontakt-box dd span {
    min-width: 150px;
    color: #888;
    margin-right: 5px;
}
.services-section {
    overflow: hidden;
    margin-bottom: 40px;
}

.services-section .row {
    clear: both;
    margin-bottom: 30px;
}

.services-section .block1 {
    margin-bottom: 20px;
}

.services-section .img1 img {
    width: 100%;
    height: auto;
    display: block;
}
/* Úklidové služby – větší text */
#content .list li {
    font-size: 16px;
    line-height: 1.6;
}

#content .p2 {
    font-size: 22px;
    font-weight: bold;
}

#content p {
    font-size: 15px;
    line-height: 1.6;
}.a1 {
    font-size: 14px;
    padding: 10px 18px;
}.pad2 p {
    clear: both;
    width: 100%;
}

.pad2 a.a1 {
    clear: both;
    display: inline-block;
    margin-top: 10px;
}footer {
    margin-top: 40px;
}

#content .block1 .img1 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

#content .block1 p {
    margin-bottom: 20px;
}
#content p,
#content li {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

#content .about-lead,
#content .about-highlight,
#content .about-strong {
    font-size: 16px !important;
    font-weight: bold;
}
/* Co nabízíme - srovnání ikon a textů */
.div3 {
    position: relative;
    min-height: 150px;
    margin-bottom: 30px;
    padding-left: 70px;
}

.div3 .img2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    margin: 0;
}

.div3 .img2 img {
    width: 42px;
    height: 42px;
    display: block;
}

.div3 .extra_wrapper {
    margin: 0;
    padding: 0;
}

.div3 .extra_wrapper > div {
    margin-bottom: 8px;
}

.div3 .extra_wrapper p {
    margin: 0;
    line-height: 1.6;
}
.div1 .div2,
.div1 .div2 a,
.div1 .div2 span {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

.div1 .div2 a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.div1 .div2 a:hover {
    color: #f2c94c !important;
}
.div1 .div2 a {
    color: #ffffff !important;
    text-decoration: none !important;
    text-transform: lowercase !important;
}
.produkty-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0 40px 0;
}

.produkt-item {
    width: calc(50% - 15px);
    box-sizing: border-box;
}

.produkt-box {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}

.produkt-img {
    margin: 0 0 18px 0;
}

.produkt-img img {
    width: 100%;
    max-width: 420px;
    height: 250px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.produkt-content h4 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.produkt-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.produkt-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #1f1f1f;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.produkt-btn:hover {
    background: #d4a017;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .produkt-item {
        width: 100%;
    }

    .produkt-img img {
        height: auto;
    }

    .produkt-content h4 {
        font-size: 20px;
    }

    .produkt-content p {
        font-size: 16px;
    }
}
.produkty-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0 50px 0;
}

.produkt-item {
    width: calc(50% - 15px);
    box-sizing: border-box;
}

.produkt-box {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}

.produkt-img {
    margin: 0 0 18px 0;
}

.produkt-img img {
    width: 100%;
    max-width: 420px;
    height: 250px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.produkt-content h4 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.produkt-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.produkt-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #1f1f1f;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.produkt-btn:hover {
    background: #d4a017;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .produkt-item {
        width: 100%;
    }

    .produkt-img img {
        height: auto;
    }

    .produkt-content h4 {
        font-size: 20px;
    }

    .produkt-content p {
        font-size: 16px;
    }
}
.row::after {
    content: "";
    display: block;
    clear: both;
}

.grid_4.block1 {
    margin-bottom: 20px;
}
.produkty-sekce {
    margin-top: 10px;
    margin-bottom: 15px;
}

.produkt-karta {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 14px;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.produkt-karta img {
    width: 100%;
    max-width: 100%;
    height: 260px;
    object-fit: contain;
    display: block;
    margin: 0 auto 12px auto;
    background: #ffffff;
}

.produkt-karta h4 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
    min-height: 48px;
}

.produkt-karta p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 14px;
    min-height: 90px;
}

.produkt-btn {
    display: inline-block;
    padding: 9px 20px;
    background: #1f1f1f;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: auto;
}

.produkt-btn:hover {
    background: #d4a017;
    color: #ffffff;
}

.sekce-bez-mezery {
    margin-top: 10px !important;
    padding-top: 0 !important;
}

@media only screen and (max-width: 767px) {
    .produkt-karta {
        min-height: auto;
    }

    .produkt-karta img {
        height: auto;
    }

    .produkt-karta h4,
    .produkt-karta p {
        min-height: auto;
    }
}
.produkty-sekce {
    margin-top: 10px;
    margin-bottom: 15px;
}

.produkt-karta {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 14px;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.produkt-karta img {
    width: 100%;
    max-width: 100%;
    height: 260px;
    object-fit: contain;
    display: block;
    margin: 0 auto 12px auto;
    background: #ffffff;
}

.produkt-karta h4 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
    min-height: 48px;
}

.produkt-karta p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 14px;
    min-height: 90px;
}

.produkt-btn {
    display: inline-block;
    padding: 9px 20px;
    background: #1f1f1f;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: auto;
}

.produkt-btn:hover {
    background: #d4a017;
    color: #ffffff;
}

.sekce-bez-mezery {
    margin-top: 10px !important;
    padding-top: 0 !important;
}

@media only screen and (max-width: 767px) {
    .produkt-karta {
        min-height: auto;
    }

    .produkt-karta img {
        height: auto;
    }

    .produkt-karta h4,
    .produkt-karta p {
        min-height: auto;
    }
}
/* ===== NAŠE SLUŽBY FIX ===== */

.services-section .block1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding-bottom: 30px;
    position: relative;
}

.services-section .block1 p {
    flex-grow: 1;
}

.services-section .block1 .a1 {
    position: static;
    transform: none;
    margin-top: auto;
    align-self: center;
}

/* stejné výšky boxů */
.services-section .grid_4 {
    display: flex;
}

/* obrázky */
.services-section .img1 {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.services-section .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* ===== MODERNÍ SEKCE SLUŽEB ===== */

.clean-services {
    padding: 40px 0 60px;
}

.clean-services h3 {
    text-align: center;
    margin-bottom: 60px;
}

.clean-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.clean-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.clean-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: #1f1f1f;
    color: #fff;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
}

.clean-content h4 {
    font-size: 28px;
    line-height: 1.3;
    color: #00cc00;
    margin-bottom: 20px;
    border: none;
    padding: 0;
}

.clean-content ul {
    margin: 0;
    padding-left: 18px;
}

.clean-content li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 8px;
    color: #333;
}

@media only screen and (max-width: 900px) {

    .clean-grid {
        grid-template-columns: 1fr;
    }

}
/* ======================================================
   FIX HOMEPAGE - NAŠE SLUŽBY
====================================================== */

#content .block1 {
    min-height: 620px;
    position: relative;
    padding-bottom: 80px;
    box-sizing: border-box;
    text-align: center;
}

#content .block1 .img1 {
    width: 100%;
    height: 230px;
    overflow: hidden;
    margin-bottom: 20px;
}

#content .block1 .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#content .block1 h4 {
    min-height: 70px;
}

#content .block1 p {
    min-height: 170px;
    margin-bottom: 25px;
}

#content .block1 .a1 {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

/* ======================================================
   CO NABÍZÍME - IKONY A TEXTY
====================================================== */

.div3 {
    position: relative;
    padding-left: 70px;
    margin-bottom: 35px;
    min-height: 170px;
    box-sizing: border-box;
}

.div3 .img2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    margin: 0;
}

.div3 .img2 img {
    width: 42px;
    height: 42px;
    display: block;
}

.div3 .extra_wrapper {
    margin: 0;
    padding: 0;
}

.div3 .extra_wrapper div {
    margin-bottom: 10px;
}

.div3 .extra_wrapper p {
    margin: 0;
    line-height: 1.6;
}

/* ======================================================
   FOOTER FIX
====================================================== */

footer .div8 {
    max-width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-top: 2px solid #555;
}
.video-section {
    margin-top: 50px;
    text-align: center;
}

.video-gallery video {
    width: 350px;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    background: #000;
}