@import "../font/font.css";
*{
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
    position: relative;
    line-height: 1.75;
    font-family: roboto-light, sans-serif;
    color: #4c4c4c;
    overflow-x: hidden;
	max-width: 1024px;
}
ul{
	margin: 0;
	list-style: none;
	padding: 0;
}
*, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
p{
	margin: 0;
}
article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}
section{
	display: block;
}
.page-oferta {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    padding-top: 0;
}
.page-oferta .oferta {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 60px 0 20px;
}
.container {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.page-oferta .part__title {
    font-family: intro, sans-serif;
    font-size: 22px;
    color: #006;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
    margin-bottom: 25px;
}
.page-oferta .part__title:before {
    content: '';
    width: 36px;
    height: 33px;
	background: url(../img/sprite-title.png) -126px -113px no-repeat;
    position: absolute;
    top: -5px;
    left: 0;
}
ol, ul {
    list-style-type: none;
}
a {
    color: #337ab7;
    text-decoration: none;
}
.page-oferta .oferta ul {
    counter-reset: oferta-num;
}
.page-oferta .oferta .left-fixed-wrapper .menu-list-link {
    counter-increment: oferta-num;
    position: relative;
    padding-top: 26px;
    line-height: 1.4;
}
li.menu-list-item {
    margin-bottom: 27px;
}
.page-oferta .oferta .left-fixed-wrapper .menu-list-link:before {
    content: counter(oferta-num);
    color: #0cf;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    width: auto;
	min-width: 24px;
    height: 24px;
    border: 1px solid #0cf;
    font-family: intro, sans-serif;
    position: absolute;
    top: 0;
    left: 0;
	padding: 0px 2px;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}
.page-oferta .oferta ul p {
    margin-bottom: 20px;
}
.page-oferta .header-titles {
    font-family: 'Roboto';
    margin: 25px 0 10px;
    font-weight: 900;
    font-size: 22px; 
}
.page-oferta .menu-list-item-anchor ol {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
}