@font-face{

font-family: 'PT Sans Bold';

src: url('2223.ttf');

src: url('2223.ttf') format('truetype');

font-weight: normal;

font-style: normal;

}

*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'PT Sans Bold';
}
.zemlinewCSS{
	stroke-width: 2!important;
    stroke-opacity: 1!important;
    stroke: #035eac!important;
	fill-opacity:0.6!important;
	fill:#035eac!important;
}

body{
    overflow: hidden;
}

header{
    position: inherit;
}

header, a{
    color: #fff;
}

#map{
    height: 100%;
    width: 100%;
    position: sticky;
    z-index:0;
}

header, footer, .footer ,.shapka_i, .shapka_z, .shapka_d , .shapka_k ,.zapro2s_otp, .filtr_btn, .zapros_otp, .pechatat,
 .search-wrapper.active .input-holder, .link_menu :hover ,.link_podmenu :hover  {
    background: #E7AF17;
}

.fa-search, .fa-sliders-h, .arrow, .kont_text a{
    color:#E7AF17;
}

.fa-sliders-h, .filtbut{
    margin: auto;
}

.filtr__drop, .content_i, .content_z, .content_k, .content_d, .shapka_i ,.shapka_z ,.shapka_d,.shapka_k, .footer_d{
    display: none;
}

.footer_d{
    background:#fff;
}

.dblock{
    display: block;
}

.fa-sliders-h, .shapka_i ,.shapka_z ,.shapka_d ,.shapka_k{
    font-size: 1.25rem;
}

.shapka_i ,.shapka_z ,.shapka_d ,.shapka_k{
    padding: 0 30px;
    color: white;
    border-top: 1px solid #d09f1b;
}

.shapka_d{
    padding-left: 30px;
    padding-right: 12px;
}

.dflex, header, .hd_log_name, .head_ssyl, main, .vdvf,.input-holder, .head_ssyal, #km, .buttonclose, .buttonclose1,
 .buttonclose2, .buttonclose3, .print, .zapros_otp, .pechatat, .footer, footer{
    display: flex;
}

.search-wrapper, .hd_log_name, .head_ssyl, .vdvf, .icons, .iconspod, #distance, .shapka_i ,.shapka_z ,.shapka_d ,.shapka_k,
 .buttonclose, .buttonclose1, .buttonclose2, .buttonclose3, .footer, .zapros_otp, .print, .pechatat, footer{
    align-items: center;
}

.head_ssyal{
    overflow-x: scroll;
}

.pechatat, .zapros_otp{
    justify-content: center;
}

 .footer, footer{
    justify-content: center;
    font-size: 0.85rem;
 }

.hd_log_name, .head_ssyl, .vdvf{
    padding: 5px 15px;
}

.text_head_1{
    font-size: 1.6rem;
}

.ssul, .text_head_2{
    font-size: 1rem;
}

.filtr_font, .link_menu, .fa-search{
    font-size: 0.9rem;
}

.head_text{
    padding-left: 10px;
    line-height: 1.13;
}

.head_ssyl, .knopka{
    margin-left: auto;
}

.ssul{
    margin:1vw;
}

.ssul_6{
    margin:0vw;
    margin-left:1vw;
}

.filtr_font, .footer, #Uralsk-dist, #taskala-dist, #city, .zaprotp{
    text-align: center;
}

.n-input{
    margin:5px 0;
    padding-left: 7px;
    width: 220px;
}

.filtr_btn{
    padding: 10px;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 11px;
}

main{
}

.menu{
    background: #fff;
}

.menushka{
    overflow-x: hidden;
}

.content_i, .content_d{
    overflow-y: scroll;
}

.content_i, .content_z, .content_k{
   height: 91%;
}

.content_k{
   padding: 15px;
}

.content_d{
    height: 83%;
 }

.footer_d{
    height: 8%;
    border-bottom: 1px solid #d09f1b;
}

.pechatat {
    width: 13%;
    border-radius: 2px;
    margin: 1% 2%;
    padding: 7px 0;
}

.zapros_otp {
    padding: 10px;
    width: 87%;
    border-radius: 2px;
    margin: 1% 2%;
    font-size: 16px;
}

.karta{
    background-color: #A2A3D3;
}

.investory ,.zapros ,.dialog, .kontakti{
    background: #fff;
    z-index: 1000;
    position: absolute;
}

footer{
}

.menubutright{
    position: absolute;
    left: 3%; 
}

.menubutimg {
    height: 22px;
}

.search-wrapper {
    top:50%;
    left:50%;
    padding: 10px 8px;
    display: flex;
}
.search-wrapper.active {}

.search-icon{
    margin-left: auto;
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}

.search-wrapper .input-holder {    
    height: 36px;
    width:70px;
    overflow: hidden;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    width:84%;
    border-radius: 100px;
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}
.search-wrapper .input-holder .search-input {
    width: 100%;
    height: 21px;
    padding: 0px 70px 0 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF !important;
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}

.search-wrapper.active .input-holder .search-input {
    transform: translate(0, 10px);
}
.search-wrapper .input-holder .search-icon {
    width: 30px;
    background: #fff;
    height: 30px;
    border: none;
    border-radius: 50%;
    padding: 0px;
    outline: none;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-left: 15px;
}

.search-wrapper.active .input-holder .search-icon {
    width: 26px;
    height: 26px;
    margin: 5px;
    border-radius: 50%;
    margin-left: auto;
}

.search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.search-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.accordion_menu {
    display: block;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
} 

.link_active  {
    margin-right: 25px;
}

.accordion_menu .link_podmenu {
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.arrow{
    transform: rotate(180deg);
}

.submenuha{
    border-radius: 5px;
}

.accordion_menu .link_menu {
    cursor: pointer;
    display: block;
    color: #4D4D4D;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion_menu li:last-child .link {
    border-bottom: 0;
}

.accordion_menu li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion_menu li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.submenu,.podsubmenu {
    display: none;
    background: #f7f5f5;
    font-size: 14px;
    border-radius: 5px;
}

.submenu a ,.podsubmenu a {
    display: flex;
    text-decoration: none;
    color: #000;
    padding-top: 12px;
    padding-bottom: 12px;
    justify-content:left;
    align-items: center;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.link_menu :hover ,.link_podmenu :hover {
    color: #FFF;
    border-radius: 2px;
}

.icons, .iconspod{
    transition: 0.6s;
}

.icons{
    margin-right: 10px;
}

.iconspod{
    margin-right: 5px;
}

.menu__cont{
    background: #fff;
}

.foter_a{
    font-family: 'PT Sans';
}

.buttonclose, .buttonclose2, .buttonclose1, .buttonclose3 {
    background-color: #E7AF17;
    border: 0px;
}

.butclose {
    height: 17px;
    width: 17px;
}

.printer{
    height: 22px;
}

/*дистанция*/

#distance{
    position: absolute;
    z-index: 1;
    max-width: 2000px;
    height: auto;
    background: #fff;
    border-radius: 2px;
    display: flex;
}

#Uralsk-dist, #taskala-dist{
    margin: 0;
    vertical-align: middle;
    padding-left: 5px;
}

#city{
    margin: 0;
    padding-left: 10px;
    vertical-align: middle;
	float: left;
    text-align: left;
}

#km{
    margin: 0;
    padding:0;
    border: 0;
	float: right;
    text-align: right;
}

.kilemetr, .Uralsk-dist, .city, .kilemetr2 {
    padding-top: 3.5px;
    margin: 0 4px;
}

.invblock {
    display:flex;
    padding: 10px;
}

.imgincsv{
    padding:8px;
}

.sdsins{
    color:#808080;
}

.inscves{
    height:60px;
    margin:auto;
}

.texinst{
    padding: 8px;
}

.texpdf{
    font-size:16px;
    margin-bottom:7px;
}

.cvettexp{
    color:#6ab609;
}

.textpdf{
    font-weight: 600;
    font-size: 12px;
    font-family: 'PT Sans';
}

.form-controlas{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-controlass{
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.plsinp, .plsinpd{
    margin: 15px 20px; 
}

.leaflet-control-layers{
    display:none;
}

.leaflet-interactive {
    fill-opacity: 0.25;
    stroke-width: 1;
    stroke-opacity: 1;
    stroke: #E7AF17;
    fill: #E7AF17;
}

.leaflet-interactive:hover {
    fill-opacity: 0;
    stroke-width: 1;
    stroke-opacity: 0.9;
    stroke: #E7AF17;
    fill: #E7AF17;
}

.kz_kontur {
    fill-opacity: 0.17;
    stroke-width: 1;
    stroke-opacity: 1;
}

.kz_kontur:hover {
    fill-opacity: 0;
    stroke-width: 1;
    stroke-opacity: 0.9;
}

.lod{
    stroke: red;
    fill: red;
    stroke-opacity: 0.2;
    fill-opacity: 0.2;
}

.rf_kontur {
    fill-opacity: 0.5;
    stroke-width: 1;
    stroke-opacity: 1;
    stroke: #C3C3C3;
    fill: #C3C3C3;
}

.rf_kontur:hover {
     fill-opacity: 0;
    stroke-width: 1;
    stroke-opacity: 0.9;
    stroke: #C3C3C3;
    fill: #C3C3C3;
}

.leaflet-control-attribution{
  display:none;
}



.dnone{
  display: none;
}

.dblock{
  display: block;
}

.doroga_ts_ak, .doroga_us_sr, .doroga_zhd, .domapodleelevator, .domapodlekolc, .uchastok_1, .uchastok_2, .insvestojekt_1,
 .insvestojekt_2 {
  display: none;
}

.show_road {
  display:block !important;
  stroke-width: 2 !important;
}

.show_road1 {
  display:block !important;
  stroke-width: 4 !important;
}

.zhddoroga,.avtodorogi,.naspunkti,.kan1{
  display: none;
}

.show_myblock {
  display:block !important;
}

.hide_myblock {
  display:none;
}

.tb-right{
    background:#EAEAEA;
    width:100%;
}

.gray_td{
    background:#fff;
}

.blue_td{
    background:#E7AF17;
}

.tb-right td {
    padding: 10px;
}

td{
    background:#fff;
}

td a{
    color:black;
}

.success{
    margin: 3vh;
    font-size: 19px;
}

.wdiframe{
    width:100%;
    height: -webkit-fill-available;
}

.zapro2s_otp {
    margin-left: auto;
    padding: 10px;
    width: 96%;
    border: 0;
    color: white;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    margin: 1% 2%;
    font-size: 16px;
    text-align: center;
}

.mask{
    display:none;
}

.maska{
    display:block;
    opacity: 0.5;
    height: 100vh;
    width: 100vw;
    z-index:999;
    top: 0;
    position: absolute;
    background: #000;
}

@-moz-document url-prefix() {
    .accordion_menu .link_menu , #city  {
        font-weight: 100;
    }
    .wdiframe {
        height:100% 
    }   

}
html[data-useragent*='MSIE 10.0'] .link_menu{
        padding:0;
        margin:0 !important;
    }
.wdiframe {
    height:100% 
}

ul {
    list-style-type: none;
}