html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
}

body input:required:valid,
body textarea:required:valid {
}

ol, ul {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
    outline: none;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:hover {
    text-decoration: none;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

/*----------------------*/

.container {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.tc {
    text-align: center;
}

/*----------------------*/

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0;
}

input[type='number'] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    -ms-appearance: textfield;
    -o-appearance: textfield;
}

@font-face {
    font-family: 'Alegreya';
    src: url('/app/res/Alegreya-Regular.ttf');
}

@font-face {
    font-family: 'AlegreyaSans';
    src: url("/app/res/AlegreyaSans-Regular.ttf");
}

html {
    height: 100%;
}

body {
    height: 100%;
    background-color: rgb(255, 237, 136) !important;
    font-family: 'AlegreyaSans';
}

input[type="search"] {
    box-sizing: border-box !important;
}

.container {
    margin-right: auto;
    margin-left: auto;
    margin-top: 2%;
    padding: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px
    }
}

h1,h2,h3,h4,h5 {
    font-family: 'Alegreya';
}

.my_navbar {
    width: 100%;
    overflow: hidden;
    background:rgb(255, 237, 136);
    position: fixed;
    text-align: center;
    z-index: 1000;
    padding-top: 1%;
    top: 0%;
}

.my_nav_menu {
    margin-left: 5%;
}

.my_navbar a {
    display: inline-flex;
    color: black;
    text-align: center;
    margin-left: 1%;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'AlegreyaSans';
    font-weight: 600;
    font-size: 18px;
}

.my_navbar a:hover {
    background: rgb(252, 225, 48);
    text-decoration: none;
    color: black;
}

.main {
    margin-top: 30px;
    height: 1500px;
    text-align: center;
}

.logo {
    width: 100%;
    height: 350px;
    background: url("../res/logo.png") no-repeat center;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    align-items: center;
}

.logo h1 {
    color: white;
    font-style: italic;
    margin-left: -5%;
    font-weight: 600;
    font-size: 38px;
    text-shadow: 1px 3px 3px black;
}

.title {
    margin-top: 2%;
    padding-top: 3%;
    margin-bottom: 2%;
    font-size: 26px;
    font-family: 'Alegreya';
    text-align: center;
    font-weight: 600;
}

.list {
    font-family: 'AlegreyaSans';
    font-size: 18px;
    text-align: center;
}

.list > li {
    display: inline-block;
    text-align: left;
    width: 25%;
    margin: 2%;
    min-width: 200px;
    background: #fffbce;
    border: none;
    border-radius: 5px;
    vertical-align: top;
}

.list h4 {
    min-height: 55px;
    margin-bottom: 15px;
    font-family: 'Alegreya';
    color: #0c4b0b;
    text-transform: capitalize;
}

.list p,
.list li li {
    color: #848484;
}

.sect_2 {
    font-family: 'AlegreyaSans';
    font-size: 20px;
    margin-top: 2%;
    margin-bottom: 2%;
    background: url("/app/res/s1_station.png") no-repeat center;
    background-size: cover;
    margin-bottom: 2%;
}

.descr_compan {
    margin-top: 3%;
    padding: 2%;
    margin-bottom: 5%;
}

.descr_compan p {
    word-spacing: 15px;
    text-align: center;
    padding: 3%;
    font-weight: 600;
    color: #072d06;
    backdrop-filter: blur(1px);
    border-radius: 10px;
}

.list_2 {
    font-size: 0;
    text-align: center;
}

.list_2 li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    height: 239px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.elem_st{
    width: 100%;
    height: 100%;
    background: url("../res/station.jpg") no-repeat;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-size: cover;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}

.list_2 li:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.list_2 li.bg_img1:hover {

    opacity: 1.0;
    color: white;
    background: url("../res/station.jpg") no-repeat;
    background-size: cover;
}

.list_2 li:hover span,
.list_2 li:hover p {
    color: #fff;

}

.list_2 li:nth-child(4n):after {
    display: none;
}

.list_2 li:after {
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ececec;
}

.list_2 li:before {
    content: '';
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;

    background-color: #ececec;
}

.displ_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    height: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
}

.list_2 span {
    display: block;
    margin-bottom: 10px;
    font: 14px/18px AlegreyaSans, sans-serif;
    text-align: center;
    color: #868686;
    text-transform: uppercase;
}

.list_2 p {
    display: block;
    font: 22px/30px AlegreyaSans, sans-serif;
    text-align: center;
    color: #00adf2;
    text-transform: uppercase;
}

.sect_4 {
    width: 100%;
    height: 600px;
    background: url("/app/res/proj.png") no-repeat;
    background-size: cover;
    padding-top: 2%;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

.my_table{
    overflow-y: auto;
    padding: 2%;
    font-size: 19px;
    font-family: 'AlegreyaSans';
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.sect_6 {
    height: 600px;
    background: url("/app/res/otch.png") no-repeat;
    background-size: cover;
    padding-bottom: 55px;
    margin-bottom: 2%;
    margin-top: 2%;
    z-index: -1;
    color: black;
}
.sect_6 p {
    margin-top: 25px;
    margin-bottom: 45px;
}

.over_auto {
    overflow: auto;
}

.table_2 {
    width: 100%;
    padding: 2%;
    border: 1px black;
    font-family: 'AlegreyaSans';
    font-size: 18px;
    font-weight: 600;
    border-spacing: inherit;
}

.table_2 th {
    min-width: 116px;
    vertical-align: top;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    border-bottom: 1px solid #000;
}

.table_2 td {
    min-width: 116px;
    padding: 1%;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 3%;
}

.download_link {
    font-family: 'AlegreyaSans';
    margin-top: 55px;
}

.download_link a {
    display: inline-block;
    padding: 1%;
    width: 160px;
    background: #ffffff;
    border: 1px  solid #1af1a1;
    border-radius: 50px;
}

.download_link a:hover{
    text-decoration: none;
}

.left_width {
    width: 50%;
    float: left;
    background-color: #222;
}

.right_width {
    width: 50%;
    float: right;
}
.map_map{
    width: 100%;
    height: 350px;
}

.map_map iframe{
    width: 100%;
    height: 100%;
}

.right_bl {
    padding: 1%;
    height: 350px;
}

.right_bl a{
    margin-top: 1%;
    margin-left: 1%;
    color: #00adf2;
}

.right_bl a:hover{
    text-decoration: none;
}

.right_bl p {
    margin-right: 50px;
    text-transform: uppercase;
    text-align: center;
    -ms-flex-order: 1;
    color: white;
    order: 1;
    -webkit-box-ordinal-group: 1;
}

.right_bl .title_name {
    position: relative;
    padding-left: 32px;
    margin-bottom: 13px;

    color: #fff;
    text-transform: uppercase;
}
