/*
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&ampsubset=cyrillic,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic);
*/
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/robotocondensed/robotocondensed.eot');
    src: url('../fonts/robotocondensed/robotocondensed.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed/robotocondensed.woff2') format('woff2'),
         url('../fonts/robotocondensed/robotocondensed.woff') format('woff'),
         url('../fonts/robotocondensed/robotocondensed.ttf') format('truetype'),
         url('../fonts/robotocondensed/robotocondensed.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/robotocondensed/robotocondensed-bold.eot');
    src: url('../fonts/robotocondensed/robotocondensed-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed/robotocondensed-bold.woff2') format('woff2'),
         url('../fonts/robotocondensed/robotocondensed-bold.woff') format('woff'),
         url('../fonts/robotocondensed/robotocondensed-bold.ttf') format('truetype'),
         url('../fonts/robotocondensed/robotocondensed-bold.svg#roboto_condensedbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/robotocondensed/robotocondensed-italic.eot');
    src: url('../fonts/robotocondensed/robotocondensed-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed/robotocondensed-italic.woff2') format('woff2'),
         url('../fonts/robotocondensed/robotocondensed-italic.woff') format('woff'),
         url('../fonts/robotocondensed/robotocondensed-italic.ttf') format('truetype'),
         url('../fonts/robotocondensed/robotocondensed-italic.svg#roboto_condenseditalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/robotocondensed/robotocondensed-bolditalic.eot');
    src: url('../fonts/robotocondensed/robotocondensed-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed/robotocondensed-bolditalic.woff2') format('woff2'),
         url('../fonts/robotocondensed/robotocondensed-bolditalic.woff') format('woff'),
         url('../fonts/robotocondensed/robotocondensed-bolditalic.ttf') format('truetype'),
         url('../fonts/robotocondensed/robotocondensed-bolditalic.svg#roboto_condensedbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

/*
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/robotocondensed/robotocondensed-light.eot');
    src: url('../fonts/robotocondensed/robotocondensed-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed/robotocondensed-light.woff2') format('woff2'),
         url('../fonts/robotocondensed/robotocondensed-light.woff') format('woff'),
         url('../fonts/robotocondensed/robotocondensed-light.ttf') format('truetype'),
         url('../fonts/robotocondensed/robotocondensed-light.svg#roboto_condensedlight') format('svg');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/robotocondensed/robotocondensed-lightitalic.eot');
    src: url('../fonts/robotocondensed/robotocondensed-lightitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed/robotocondensed-lightitalic.woff2') format('woff2'),
         url('../fonts/robotocondensed/robotocondensed-lightitalic.woff') format('woff'),
         url('../fonts/robotocondensed/robotocondensed-lightitalic.ttf') format('truetype'),
         url('../fonts/robotocondensed/robotocondensed-lightitalic.svg#roboto_condensedlight_italic') format('svg');
    font-weight: lighter;
    font-style: italic;
}
*/

.logo-text{
	padding-left: 120px;
	background: url("/images/design/sed_ico.png") no-repeat;
	background-size: contain;
}

p img{margin: 15px !important;}

td, tr td {padding: 7px;}

.instrukciya table, .instrukciya td, .instrukciya tr td {border: 1px solid #dddddd;}

@media (max-width: 768px) {

}

@media (max-width: 480px) {
	.logo-text{
		padding-left: 0;
		background: none;
	}
}