﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

body {
	background-color: #F3F3F3;
	color: #222122;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #222122;
}
#offCont {
	overflow: hidden;
	margin: 15px auto 0;
	text-align: left;
	max-width:690px;
	background-color:#fff;
	width:100%;
}
#offCont #sOW2 {
	padding:0px 60px 0px;
}
#opis {
	background:#fbc900;	
	text-align:center;
	padding:40px 20px;
}
#opis1 {
	padding:40px 60px;
	background:#eee;	
	text-align:center;
}
.JobTitle {     
	font-size:28px; 
	font-weight: bold; 
	line-height: normal;
}
#WorkPlace {
	margin-top:10px;
	margin-bottom:10px;
}
#t h2 {
	margin:0 auto; 
	display:block; 
	text-align: left; 
	font-size:27px; 
	font-weight:bold;
	margin-top:20px; 
	margin-bottom:10px;
	color:#000 !important;
    }

#t {
	background:#fbc900;	
	margin:0 -60px;
	padding: 5px 68px 20px;	
}
#t ul li {  
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height:20px;
	margin-left: 10px;
	border-left: 3px dotted #fff;
	padding: 10px 0 0px 12px;
	list-style:none;
}
#t ul {  
	padding-left: 0px !important;
}
#t li::before {
    display: inline-block;
    margin-right: 10px;
    margin-left: -15px;
    width: 5px;
    height: 5px;
    border-radius: 30px;
    background: #000;
    content: '';
    vertical-align: middle;
}

#t2 h2 {
	margin:0 auto; 
	display:block; 
	text-align: left; 
	font-size:27px; 
	font-weight:bold;
	margin-top:20px; 
	margin-bottom:10px;
	color:#000 !important;
    }

#t2 {
	background:#fff;	
	margin:0 -60px;
	padding: 5px 68px 20px;	
}
#t2 ul li {  
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height:20px;
	margin-left: 10px;
	border-left: 3px dotted #eee;
	padding: 10px 0 0px 12px;
	list-style:none;
}
#t2 ul {  
	padding-left: 0px !important;
}
#t2 li::before {
    display: inline-block;
    margin-right: 10px;
    margin-left: -15px;
    width: 5px;
    height: 5px;
    border-radius: 30px;
    background: #000;
    content: '';
    vertical-align: middle;
}

#bottom {
	background:#222122;
	margin:0 -60px;
	padding:20px;		
}
.icons {
    display: flex;
    flex-direction: inherit;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 0 0;
}
.icons li {
    margin-left: 0;
    list-style-type: none;
    display: block;
    width: 18%;
    text-align: center;
    padding: 70px 10px 10px;
    font-size: 12px;
    border: 2px solid #e9e9e9;
    border-radius: 10px;
    margin-bottom: 15px;
}
.icon1 {
    background: url(_res/icon10.png) no-repeat top center;
}
.icon2 {
    background: url(_res/icon1.png) no-repeat top center;
}
.icon3 {
    background: url(_res/icon3.png) no-repeat top center;
}
.icon4 {
    background: url(_res/icon4.png) no-repeat top center;
}
.icon5 {
    background: url(_res/icon8.png) no-repeat top center;
}
.icon6 {
    background: url(_res/icon13.png) no-repeat top center;
}
.icon7 {
    background: url(_res/icon14.png) no-repeat top center;
}
.icon8 {
    background: url(_res/icon5.png) no-repeat top center;
}
.icon9 {
    background: url(_res/icon2.png) no-repeat top center;
}
.icon10 {
    background: url(_res/icon12.png) no-repeat top center;
}
.icon11 {
    background: url(_res/icon7.png) no-repeat top center;
}
.icon12 {
    background: url(_res/icon12.png) no-repeat top center;
}
.bottom-box {
    text-align: justify;
    background: #eeeeee url(_res/bottom-102022.png) no-repeat scroll top center;
    background-size: 690px;
    padding: 110px 60px 20px;
    margin: 0 -60px;
}
.button1 {
    background-color:#222122;
    font-size:16px;
    display: block;
    width:263px;
    height: 36px;
    line-height:36px;
    margin:30px auto 0;
    text-align: center;
    text-decoration: none;
    width:160px;
    color: #fff !important;
    text-transform:uppercase;
	cursor: pointer;
	transition: 0.4s;
	border:none;
}
.button {
    background-color:#fbc900;
    font-size:24px;
    display: block;
    height:55px;
    line-height:55px;
    margin:20px auto;
    text-align: center;
    text-decoration: none;
    width:225px;
    color: #222122;
    text-transform:uppercase;
	cursor: pointer;
	transition: 0.4s;
	border:none;
}
#offCont #sOW2 .button:hover {
}
#Clause {
	font-size:10px;
	text-align:justify;
	background-color:#fbc900;
	color:#000;
	margin:0 -60px;
	padding:30px 60px;
}
@media all and (max-width:650px) {
.icons li {
    width: 100%;
}
}
