@import url('./bootstrap.min.css') all;
html {
    font-family: 'Open Sans', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    min-height: 100%;
}
body {
    height: 100%;
    min-height: 100%;
    margin: 0;
    font-family: 'RobotoRegular', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #212121;
    background: white;
}
h1 {
    color: black;
	font-size: 21px;
    font-weight: 300;
    line-height: 36px;
    text-align: left;
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1em;
    text-align: left;
    font-weight: 700;
}
h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 300;
    text-align: left;
    line-height: 1em;
}
h4 {
    font-size: 30px;
    line-height: 1em;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    color: black;
}
h5 {
    font-size: 21px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: left;
}
h6 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: left;
}
ul, ol {
    padding-left: 0;
    margin: 0;
}
.content ol {
    counter-reset: list;
}
.content ol > li:before {
    counter-increment: list;
    content: counters(list,".") ". ";
    position: absolute;
    left: 0;
}
ul li, ol li {
    list-style-type: none;
    position: relative;
}
.content ol ol, .content ol ul, .content ul ol, .content ul ul {
    margin-top: 17px;
}
.content ol ol > li {
    padding-left: 35px;
}
.content ul li, .content ol li {
    margin-top: 17px;
    padding-left: 22px;
    line-height: 26px;
}
.content ul li:first-child, .content ol li:first-child {
    margin-top: 0;
}
.content ul li span, .content ol li span, .content p span {
    font-weight: 600;
}
.content ul li:before {
    content: '';
    position: absolute;
    display: block;
    height: 5px;
    width: 5px;
    top: 9px;
    left: 0;
    border-radius: 9px;
}
p {
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1em;
}
p:first-child {
    margin-top: 0;
}
a {
    color: #f3740b;
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
    color: #f3740b;
}
.content a {
    text-decoration: underline;
}
button:focus, input:focus, button:focus {
    outline: 0;
}
* {
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
figure {
    margin: 0;
}
b, strong {
    font-weight: 600;
}
mark {
    background: inherit;
    color: inherit;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    display: block;
}
hr {
    box-sizing: content-box;
    height: 0;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: border-box;
    /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 25px 0;
}
td,
th {
    padding: 10px;
    border: 1px solid #333;
}
td span, th span {
    font-size: 14px;
}
.group {
    margin: 0 -15px;
    display: block;
}
.group:before,
.group:after,
.container:before,
.container:after {
    content: "";
    display: table;
}
.group:after,
.container:after {
    clear: both;
}
.group,
.container {
    zoom: 1;
}

/* Content style */
.container{
    padding: 0 15px;
}
.content{
    padding-bottom: 50px;
	background: none;
	width: 1280px;
	padding-right: 50px;
}
.header{
    height: 100%;
    background: url('../images/fon.webp') no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 910px;
}
.header .container{
    position: relative;
    height: 100%;
}
.logotype{
    margin-top: 30px;
    overflow: hidden;
}
.logotype img{
    float: left;
    position: relative;
    z-index: 1;
    width: 80px;
}
.logotype img:first-child{
    margin-right: -25px;
}
.logotype .logoText{
    float: left;
    position: relative;
    top: 40px;
    z-index: 2;
    color: white;
    display: table;
    text-align: center;
    margin-right: -25px;
}
.logotype .logoText .top{
    display: inline-block;
    border-bottom: 2px solid yellow;
    padding-bottom: 10px;
}
.logotype .logoText .bottom {
    padding-top: 10px;
    text-align: center;
}
.logotype .logoText .bottom span {
    display: block;
    margin-top: 5px;
    font-size: 20px;
}
.headerText {
    clear: both;
    position: absolute;
    top: 70px;
    right: 130px;
    width: 960px;
	background: rgba(253, 254, 252, 0.61);
	padding: 35px 200px 60px 100px;
}
.headerText p {
    font-size: 16px;
    color: black;
    margin-bottom: 0;
    line-height: 24px;
	margin-top: 20px;
}

.headerText span {
    color: #3949c2;
    font-weight: 500;
    font-size: 2.7em;
    text-transform: none;
    font-family: 'RobotoBold', sans-serif;
}

.header h1{
    line-height: 55px;
}
.article{
    /*display: table;*/
    margin-top: 50px;
}
.logoBPM{
    display: table-cell;
    vertical-align: top;
    width: 187px;
}
.logoBPM img{
    margin: 0 auto;
}
.logoBPM a{
    display: table;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    width: 100%;

}
.infoBPM{
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}

.gorod {
    margin-top: -13px !important;
}

.tablefooter{
    font-size: 12px !important;
    text-align: left !important;
    line-height: 13px;
}

.infoBPM p{
    line-height: 24px;
	margin-top: 20px;
	font-size: 16px;
}
.article > p{
    line-height: 24px;
	font-size: 14px;
}
.footer{
    padding: 15px 0;
    font-size: 14px;
	line-height: 1.67em;
}
.article thead {
    background: #3949c2;
}
.article td, th{
    border: 0px solid white;
	padding-top: 15px !important;
	padding-bottom: 20px;
}
.article th{
    color: white;
    text-align: center;
	font-size: 14px;
}

.article tbody tr td:nth-child(1){
	font-size: 14px;
}

.article tbody tr td:nth-child(2), .article tbody tr td:nth-child(3), .article tbody tr td:nth-child(4), .article tbody tr td:nth-child(5), .article tbody tr td:nth-child(6), .article tbody tr td:nth-child(7), .article tbody tr td:nth-child(8) {
    text-align: center;
	font-size: 0.9em;
}


.article thead tr td:nth-child(2), .article thead tr td:nth-child(3), .article thead tr td:nth-child(4), .article thead tr td:nth-child(5), .article thead tr td:nth-child(6), .article thead tr td:nth-child(7), .article thead tr td:nth-child(8){
    font-size: 2.3em;
    font-weight: 100;
    text-align: center;
    width: 28%;
    line-height: 29px;
}

.article tbody tr:nth-child(odd){
    background: #fff;
}
.article tbody tr:nth-child(even) {
    background: #e8e8e8;
}

.article tbody tr:nth-child(14) {
    vertical-align: top;
}

.article tbody tr td .icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1.6em;
    width: 1.6em;
}

.article tbody tr td .icon.icon_yes {
    background-image: url("../images/sign_1.svg");
}

.article tbody tr td .icon.icon_no {
    background-image: url("../images/sign_2.svg");
}


.wrapTable{
    max-width: 100%;
    overflow-x: auto;
}
.wrapTable table{
    width:100%;
}
@media screen and (max-width: 1190px) {
    .headerText {
        position: static;
        width: 100%;
        display: table;
        margin: 50px auto 0 auto;
        padding: 15px 100px 15px 30px;
    }
    .header h1{
        font-size: 23px;
        line-height: 50px;
    }
    .container {
        width:100%;
    }
    .content {
        width:100%;
        padding: 0 30px;
    }
    html, body{
        height: auto;
        min-height: 0;
        overflow-x:hidden;
    }
}
@media screen and (max-width: 768px) {
    .logoBPM{
        display: block;
    }
    .infoBPM{
        display: block;
        padding-left: 0;
        margin-top: 30px;
    }
    .headerText {
        position: static;
        width: 100%;
        display: table;
        margin: 50px auto 0 auto;
        padding: 15px;
    }
    .header h1{
        font-size: 20px;
        line-height:30px;
        display: table;
    }
    .header h1 span {
        line-height:1em;
        margin-top:10px;
        display:block;
    }
    .content {
        width:100%;
        padding: 0 30px;
    }
    .logoBPM img {
        margin: 0;
    }
    html, body{
        height: auto;
        min-height: 0;
        overflow-x:hidden;
    }

}
@media screen and (max-width: 639px) {
    .logotype{
        display: table;
        margin: 30px auto 0 auto;
    }
    .headerText{
        position: static;
        width: 100%;
        display: table;
        margin: 50px auto 0 auto;
        padding: 15px;
    }
    .header h1{
        font-size: 16px;
        line-height:26px;
        display: table;
    }
    .header h1 span {
        line-height:1em;
        margin-top:10px;
        display:block;
    }
    .content {
        width:100%;
        padding: 0 30px;
    }
    .logoBPM img {
        margin: 0;
    }
    .content p{
        font-size: 14px;
    }
    .article tbody tr td:nth-child(1) {
        font-size:12px;
    }
    th, td{
        font-size: 14px;
    }
    html, body{
        height: auto;
        min-height: 0;
        overflow-x:hidden;
    }
    .header{
        /*background: black;*/
        background-size:contain;
        background-position: top center;
        height: auto;
        padding-bottom: 50px;
    }
}

