/*@font-face{

font-family: 'Roboto';

src: url('http://185.185.68.244/gks_site/styles/fonts/Roboto-Regular.ttf');

}*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=cyrillic,cyrillic-ext');
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain) */

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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
        outline: none;
}

.page_background{
    background-image: url("http://78.47.195.208/Petro/Docs/30062018162207_Fon.png");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
        box-sizing: border-box;
    min-height: 100%;
    margin: 0;
    position: relative;
        font-family: 'Roboto', sans-serif;
}
header{
    display: flex;
    justify-content: space-between;
    border-radius: 0;
    padding: 24px 0 0;
    box-sizing: border-box;
}
/* Menu */
.main_menu{
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    width: 230px;
}
.svg_main_menu{
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: bottom;
}
.text_main_menu{
    display: inline-block;
    vertical-align: middle;
}
/* Dropdown Button */
.dropbtn {
    font-size: 16px;
    cursor: pointer;
    width: 230px;
    height: 33px;
    text-align: center;
    background-color: rgba(255,255,255);
    color: #145da0;
    border: none;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    border: 1px solid #145da0;
    background-color: rgba(255,255,255,.8);
}
.dropdown{
    width: 1070px;
    height: 431px;
    position: absolute;
    top: 0px;
    z-index: 3;
    background-color: #fff;
    overflow: hidden;x
    transition: opacity .25s;
    border-bottom: 1px solid #145da0;
    border-radius: 0;
}
.dropdown .menu-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 366.6px 366.6px 366.6px;
    grid-template-columns: 366.6px 366.6px 366.6px;
    border: 1px solid #145da0;
    margin-bottom: -4px;
    height: 400px;
    padding: 15px 0;
    font-family: 'Roboto', sans-serif;
}
.dropdown .menu-inner .dropdown-menu-block {
    padding: 16px 60px;
    }
.dropdown .menu-inner .dropdown-menu-block h2 {
    color: #145da0;
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0;
}
.dropdown .menu-inner .dropdown-menu-block ul{
    list-style-type: none;
    width: 100%;
    padding-left: 20px;
    margin: -2px 0;
}
.dropdown .menu-inner .dropdown-menu-block ul li a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    cursor: pointer;
}
.dropdown .menu-inner .dropdown-menu-block ul li a pre{
    margin: 0;
    display: inline;
}
a {
    position: relative;
}
.main_menu a:hover::after {
    width: 100%;
}
.main_menu a::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: .2s;
    background-color: #145da0;
}

.block.pal-hover:before {
    content: '';
    position: absolute;
    display: block;
    border-top: 2px solid #145da0;
    top: -8px;
    right: calc(50% + 8px);
    width: 0;
    height: 0;
    transition: .15s height,.15s width;
}
.block.pal-hover:after {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2px solid #145da0;
    width: 0;
    height: 0;
    bottom: -8px;
    left: calc(50% + 8px);
    transition: .25s height,.25s width;
}
.block.pal-hover:hover {
    transition: all .55s;
    background-color: rgba(255,255,255,.8);
}
.block.pal-hover:hover:before {
    border-left: 2px solid #145da0;
}
.block.pal-hover:hover:after, .block.pal-hover:hover:before {
    width: 50%;
    height: 50%;
    transition: .25s width,.25s height;
}
.block.pal-hover:hover:after, .block.pal-hover:hover:before {
    width: 50%;
    height: 50%;
    transition: .25s width,.25s height;
}
.block.pal-hover:hover:after {
    border-right: 2px solid #145da0;
}
/* The container <div> - needed to position the dropdown content */
.dropdown_menu {
    position: relative;
    display: inline-block;
}
.left_sidebar .news-link:hover {
    background-color: rgba(237,240,243,.8);
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    z-index: 5;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover 
.dropdown-content a:hover {border: 1px solid #145da0}
*/
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
/* End menu*/
.logo{
    width: 500px;
    flex-direction: column;
    justify-content: center;
    height: 150px;
}
.logo img{
    width: 100%;
}
.access_form{
    display: flex;
    align-items: flex-end;
    /* font-family: 'Roboto', sans-serif; */
    width: 230px;
    position: relative;
    padding-bottom: 20px;
}
.container{
    width: 1070px;
    margin: 0 auto;
    display: block;
    padding: 20px 20px 145px;
}
.page{
    display: grid;
    -ms-grid-columns: 230px 20px 275px 20px 275px 20px 230px;
    grid-template-columns: 230px 275px 275px 230px;
    grid-gap: 20px;
    -ms-grid-rows: auto 20px auto 20px auto;
    grid-template-areas: "g g g g" "a b c d" "a e f d";
}
.page_in{
    display: block;
}
.advertisement{
    -ms-grid-column-span: 4;
grid-column: 1/span 4;
min-height: 92px;
background-color: #fff;
padding: 25px 50px;
box-sizing: border-box;
display: -ms-grid;
display: grid;
-ms-grid-columns: 110px auto;
grid-template-columns: 110px auto;
grid-gap: 30px;
grid-area: g;
box-sizing: border-box;
border-radius: 0;
}
.attention{
    color: #145da0;
    font-size: 22px;
    line-height: 48px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    display: flex;
}
.ad_text{
    color: #145da0;
    letter-spacing: -.16px;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.left_sidebar{
    height: 426px;
    grid-area: a;
    padding: 38px 0;
    position: relative;
}
.block h4{
    margin-bottom: 6px;
    color: #145da0;
    font-weight: 400;
    letter-spacing: .22px;
    margin-top: 0;
    font-size: 22px;
}
.block{
    min-height: 203px;
    text-align: center;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 0;
    box-sizing: border-box;
}
.block a{
    padding: 0 20px;
    margin-top: 10px;
    height: 60px;
    text-decoration: none;
}
.news-item p{
    color: #666;
    letter-spacing: -.14px;
    font-weight: 300;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.block.news-item{
    text-overflow: clip;
max-height: 40px;
line-height: 20px;
font-size: 14px;
color: #145da0;
font-style: italic;
font-weight: 400;
    vertical-align: middle;
}
.news-item-name{
        text-overflow: clip;
    max-height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #145da0!important;
    font-style: italic;
    font-weight: 400;
    text-decoration: none;
}
.news-item.content{
    max-height: 80px;
    font-weight: 400;
    text-align: left;
    text-indent: 5px;
}
.news-item{
    padding: 5px 10px;
    text-align: justify;
}
.bottom-link{
    height: 13px;
    width: 13px;
    color: #666;
    position: absolute;
    right: -1px;
    bottom: -1px;
    cursor: pointer;
}
.block.leanpub{
    grid-area: b;
}
.square{
        height: 203px;
}
.square a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
        color: #145da0;
}
.mat-icon{
    display: inline-block;
        width: 70px;
    height: 63px;
}
.block h2{
        line-height: 24px;
    letter-spacing: -.2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 25px;
}
.block.pal-hover:hover {
    transition: all .55s;
    background-color: rgba(255,255,255,.8);
}
.block.home{
    grid-area: c;
}
.block.report{
    grid-area: e;
}
.block.wrench{
    grid-area: f;   
}
.block.contacts{
-ms-grid-column: 4;
grid-column: 4;
height: 426px;
grid-area: d;
padding: 38px 17px;
color: #666;
font-family: 'Roboto', sans-serif;
line-height: 25px;
position: relative;
}
.block.contacts.mat-icon{
    height: 24px;
    width: 24px;
    margin-top: 5px;
}
a.bottom-link.not-block-link mat-icon {
    width: 13px;
}
.block.contacts .phone .number {
    font-weight: 500;
    color: #145da0;
    font-size: 20px;
}
footer{
    position: absolute;
    bottom: -52px;
    width: 100%;
    min-width: 1110px;
    height: 125px;
    display: flex;
    justify-content: center;
    background-color: rgba(255,255,255,.6);
}
.container .logos {
width: 765px;
display: flex;
justify-content: space-between;
align-items: center;
float: left;
}
.copyright {
    width: 228px;
    color: #145da0;
    font-size: 16px;
    letter-spacing: .16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    text-align: right;
    float: right;
}
.logos img{
    max-height: 56px;
}
footer .container{
        padding: 30px 0px 0px 0px;
}
.question_button{
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 10;
}
.open-window{
    width: 55px;
    height: 55px;
    cursor: pointer;
    border: 3px solid #145da0;
    border-radius: 50%;
    background-color: #fff;
    line-height: 55px;
    font-size: 32px;
    vertical-align: middle;
    text-align: center;
    color: #145da0;
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}/*
.question_form{
    display: none;
    width: 400px;
    background: white;
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 5;
    height: 535px;
}*/
.question_form{
    display: none;
    box-sizing: border-box;
    position: fixed;
    bottom: 113px;
    right: 40px;
    width: 400px;
    height: 405px;
    border: 1px solid #145da0;
    background-color: #fff;
    color: #145da0;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    padding: 15px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    overflow-y: auto;
    z-index: 5;
}
.opened{
    display: block;
}
.form_head{
        font-size: 22px;
        text-align: center;
        margin: 20px 0px;
}
.form_text{
    font-size: 18px;
    color: #666;
}
#btn_submit_question {
    border-radius: 0;
    width: 125px;
    height: 34px;
    line-height: 34px;
    background-color: #145da0;
    color: #fff;
    padding: 0;
    letter-spacing: .28px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 10px 2px;
    outline: none;
    cursor: pointer;
}
#user_email{
    border-bottom: 2px solid #145da0;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 5px;
    height: 30px;
    font-size: 15px;
    outline: none;
}
#text_comment{
    border-bottom: 2px solid #145da0;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    height: 65px;
    margin-top: 0px;
    outline: none;
    font-size: 15px;
}
.podlojka{
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    padding: 36px;
    display: block;
    box-sizing: border-box;
}
.breadcrumbs{

}
.podlojka_content{

}
.news_list{

}
.news_item{

}
.news_heading{
    margin-top: 34px;
    font-size: 20px;
    line-height: 24px;
    color: #145da0;
    font-weight: bold;
}
.news_heading:hover{
    text-decoration: underline;
}
.news_data{
    margin-top: 24px;
    font-size: 14px;
    line-height: 14px;
    color: #515557;
}
.news_text300{
    margin-top: 25px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}
.st0{fill:#145DA0;}
.router-viewer-div {
    margin-bottom: 10px;
    width: 100%;
}
.main-title {
    display: inline!important;
    font-size: 18px;
    color: #145da0;
    text-decoration: none;
}
.added-title {
    display: inline!important;
    font-size: 18px;
    color: #666;
    white-space: nowrap;
}
.ui-tabs-anchor {
    top: 10px;
    padding: 8px 50px;
    border: 1px solid;
    line-height: 0px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .16px;
}
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a {
    background-color: #145da0;
    color: white;
    text-decoration: none;
}
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
    z-index: 2;
    height: 50px;
}
ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header{
    display: flex;
}
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab a {
    color: #333;
    border-color: #145da0;
    text-decoration: none;
}
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab:first-child{
    margin-left:336px;
}

.news_link{
    text-decoration: inherit;
    color: inherit;
}
.news_link:hover .news_heading{
    text-decoration: underline;
}

.news_solo_header{
    color: #145da0;
    font-weight: 300;
    letter-spacing: .6px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 43px;
}
.news_solo_content{
    margin-top: 25px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    color: #666;
}
.news_solo_content img {
    width: 100%;
}
.go-back-link{
    display: inline;
    max-width: 100px;
    width: auto;
    height: 28px;
}
.go-back-link .mat-icon{
    transition: all .3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 16px;
    width: 16px;
    position: relative;
    top: 2px;
}
.go-back-link a{
    text-decoration: none;
    color: #656565;
}
.go-back-link a:hover {
    color: #145da0!important;
    transition: all .3s;
}
.go-back-link a:hover mat-icon {
    -webkit-transform: rotate(180deg) translateX(10px);
    transform: rotate(180deg) translateX(10px);
}
#map {
  height: 100%;
}
.gmaps {
    float: right;
    width: 479px;
    height: 320px;
}
.tabs_dvu{
    width:499px;
    height:427px;
}
#tabs_dvu li:first-child {
    margin-left: 91.26px;
}
.podlojka_content p{
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
span.head_punkt {
    font-weight: 400;
    color: #666;
}
.left_col{
    float: left;
}
.right_col{
    float: right;
}
.licences {
    width: 100%;
    display: inline-block;
    margin-top: 26px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}
.licences a {
    color: #145da0;
    text-decoration: none;
}
.date_lic {
    color: #666;
    margin: 0;
}
.who_lic {
    color: #666;
    margin: 0;
}
.license {
    margin-top: 20px;
}
.h2_about{
    color: #145da0;
    letter-spacing: .6px;
    text-align: left;
    font-weight: 400;
    font-size: 20pt;
    margin: 0px 0px 20px 0px;
}
.contacts_table th{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    align-items: center;
    padding: 0 24px;
    box-sizing: border-box;
    color: #717171;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    word-wrap: break-word;
    overflow: hidden;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
    padding: 0 10px;
    border-color: #e6e6e6;
}
.contacts_table tr{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    align-items: center;
    padding: 0 24px;
    font-weight: 400;
    overflow: hidden;
    word-wrap: break-word;
    color: rgba(0,0,0,.7);
    font-size: 14px;
    line-height: 20px;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
    padding: 10px;
    box-sizing: border-box;
    border-color: #e6e6e6;
}
.contacts_table td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    align-items: center;
    padding: 0 24px;
    font-weight: 400;
    overflow: hidden;
    word-wrap: break-word;
    color: rgba(0,0,0,.7);
    font-size: 14px;
    line-height: 20px;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
    padding: 0px;
    box-sizing: border-box;
    width: 250px;
    border-color: #e6e6e6;
    vertical-align: middle;
}
.podlojka_content {
    margin-top: 30px;
}
.podlojka_content a{
        color: #145da0;
    text-decoration: none;
}
.reward_item {
    width: 404px;
    height: 570px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 65px;
    height: auto;
    border: 1px solid #145da0;
    overflow: hidden;
    display: inline-flex;
    margin-left: 65px;
}
.reward_item img {
    width: 100%;
}
.diploma_about{
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 20px;
    word-wrap: break-word;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    opacity: 0;
    transition: all .3s;
    z-index: 2;
}
.reward_item:hover .diploma_about{
        opacity: 1;
    top: 0;
}
.diploma_name {
    margin-top: 5%;
    height: 60%;
}
.head_punkt_blue{
    color: #83aebe;
}
.choose_house {
    margin-bottom: 25px;
    width: 100%;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 479px!important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 0px;
    border-bottom: 1px solid #145da0;
}
.chooser_text {
    font-size: 13px;
    color: #656565;
}
.tabs_dvu h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #145da0;
}
.tabs_dvu p{
    display: inline-block;
    margin: 5px;
    width: 100%;
}















































































