@font-face {
  font-family: 'PFDinTextCondProMedium';
  src: url('../fonts/PFDinTextCondPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinTextCondPro-Medium.otf')  format('opentype'),
        url('../fonts/PFDinTextCondPro-Medium.woff') format('woff'),
        url('../fonts/PFDinTextCondPro-Medium.ttf')  format('truetype'),
        url('../fonts/PFDinTextCondPro-Medium.svg#PFDinTextCondPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoBlack';
  src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Black.otf')  format('opentype'),
        url('../fonts/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto-Black.ttf')  format('truetype'),
        url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoBlackItalic';
  src: url('../fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-BlackItalic.otf')  format('opentype'),
        url('../fonts/Roboto-BlackItalic.woff') format('woff'),
        url('../fonts/Roboto-BlackItalic.ttf')  format('truetype'),
        url('../fonts/Roboto-BlackItalic.svg#Roboto-BlackItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaRegular';
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.otf')  format('opentype'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf')  format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoRegular';
  src: url('../fonts/RobotoRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoRegular.woff') format('woff'),
        url('../fonts/RobotoRegular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

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;
}

html {height: 100%;}

body {
    height: 100%;
    font: 14px/18px Arial, Tahoma, sans-serif;
    background: #fff;
}

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 {position: relative; padding: 0 15px; margin: 0 auto; }

.fr {float: right;}
.fl {float: left;}

.tc {text-align: center;}
.tr {text-align: right;}
.tl {text-align: left;}

.img-responsive {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

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

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;
            appearance: textfield;
}

input[type="search"] {
    box-sizing: border-box !important;
}
/*
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
*/

/*
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
*/

.bg_body {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 14;
    opacity: 0.8;
    background-color: #000;
}
.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}
@media (min-width:768px){.container{width:750px}}
@media (min-width:992px){.container{width:960px}}




.panel_top {padding-top: 10px; padding-bottom: 10px;}
.panel_top.active_panel {position: fixed; top: 0; left: 0; width: 100%; z-index: 15; background: #fff;}
.panel_top.active_panel.fixed {top: -100%;}
.panel_top.active_panel .logo img {width: 150px;}
.panel_top.active_panel .wrap_menu {padding-top: 5px;}
.panel_top.active_panel .button_mmenu {margin-top: 7px;}
.logo {float: left;}
.logo a {display: block;}
.logo img {width: 250px;}

.wrap_menu {float:right;padding-top: 15px;}
.wrap_menu li:last-child:after {display: none;}
.wrap_menu ul {text-align:center;}
.wrap_menu li {position: relative; display: inline-block; padding-right: 45px; padding-left: 45px;}
.wrap_menu li:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -1px;
    width: 4px;
    height: 4px;
    background: #d5d5d5;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
        -ms-border-radius: 50px;
         -o-border-radius: 50px;
            border-radius: 50px;
}
.wrap_menu a {
    display: block;
    font: 16px/20px PFDinTextCondProMedium, sans-serif;
    color: #222;
}
.close_menu {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-size: cover;
    background: url(../images/close_white.png) no-repeat center;
}


.button_mmenu {float: right;margin-top: 15px; cursor: pointer; display: none;}
.button_mmenu .line {
    width: 40px;
    height: 4px;
    margin-bottom: 2px;
    background: #d5d5d5;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.button_mmenu .line:last-child {margin-bottom: 0;}
.button_mmenu:hover .line {
    background: #222;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}





.banner {
    height: 300px;
    width: 100%;
    background: url(../images/img1.jpg) no-repeat center;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    align-items: center;
}
.banner h1 {
    font: 48px/52px RobotoBlack, sans-serif;
    color: white;
    text-align: center;
}





.color_1 {color: #222;}
.color_2 {color: #fff;}
.name_sect { font: 24px/28px RobotoRegular, sans-serif; }
.sect_1 .name_sect {margin-top: 50px; margin-bottom: 80px;}
.list {font-size: 0;}
.list > li {display: inline-block; width: 25%; margin-bottom: 80px; vertical-align: top;}
.list > li.prelast {width: 35%;}
.list > li.last {width: 100%;}
.list h4 {min-height: 55px; margin-bottom: 15px; font: 20px/30px PFDinTextCondProMedium, sans-serif; color: #00adf2; text-transform: uppercase;}
.list p,
.list li li {font: 16px/24px ProximaNovaRegular, sans-serif; color: #868686;}





.sect_2 {min-height: 320px; background: url(../images/img2.jpg) no-repeat center;   background-size: cover;}
.descr_compan {max-width: 720px; padding-top: 80px; padding-bottom: 80px;}
.descr_compan p {font: 17px/30px ProximaNovaRegular, sans-serif; color: #fff;}
.sect_3 .name_sect {margin-top: 50px; margin-bottom: 45px;}
.list_2 {font-size: 0;}
.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;
        -ms-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:hover {
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-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 {
    background: url(../images/01_novoarhangelsk.jpg) no-repeat center;
    object-fit: cover;
}
.list_2 li.bg_img2:hover {
    background: url(../images/02_krasniy-hutor.jpg) no-repeat center;
    object-fit: cover;
}
.list_2 li.bg_img3:hover {
    background: url(../images/03_gaivoronska.jpg) no-repeat center;
    object-fit: cover;
}
.list_2 li.bg_img4:hover {
    background: url(../images/04_ternivska.jpg) no-repeat center;
    object-fit: cover;
}
.list_2 li.bg_img5:hover {
    background: url(../images/05_suriska.jpg) no-repeat center;
    object-fit: cover;
}
.list_2 li.bg_img6:hover {
    background: url(../images/hover.jpg) no-repeat center;
    object-fit: cover;
}
.list_2 li.bg_img7:hover {
    background: url(../images/07_martinkivska.jpg) no-repeat center;
    object-fit: cover;
}
.list_2 li.bg_img8:hover {
    background: url(../images/08_poloniste.jpg) no-repeat center;
    object-fit: cover;
}
.list_2 li.bg_img9:hover {
    background: url(../images/09_peregonivka.jpg) no-repeat center;
    object-fit: cover;
}
.list_2 li.bg_img10:hover {
    background: url(../images/10_velika-sorochinska.jpg) no-repeat center;
    object-fit: cover;
}
.list_2 li.bg_img11:hover {
    background: url(../images/11_davidovka.jpg) no-repeat center;
    object-fit: cover;
}
.list_2 li.bg_img12:hover {
    background: url(../images/12_chijovka.jpg) no-repeat center;
    object-fit: cover;
}
.list_2 li.bg_img13:hover {
    background: url(../images/13_ses.jpg) no-repeat center;
    object-fit: 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: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ececec;
}
.list_2 li:before {
    content: '';
    position: absolute;
    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: 13px/18px ProximaNovaRegular, sans-serif;
    text-align: center; color: #868686; text-transform: uppercase;
}
.list_2 p {display: block; font: 20px/30px PFDinTextCondProMedium, sans-serif; text-align: center; color: #00adf2; text-transform: uppercase;
}







.sect_4 {padding-bottom: 60px; background: url(../images/img3.jpg) no-repeat center; background-size: cover;}
.sect_4 .name_sect {margin-top: 50px; margin-bottom: 45px; display: inline-block;}

.table_1 {width: 100%; border-spacing: inherit;}
.table_1 th {font: 19px/27px ProximaNovaRegular, sans-serif; color: white; vertical-align: top; padding-bottom: 25px; text-align: left; border-bottom: 1px solid #fff;}
.table_1 td {font: 14px/27px ProximaNovaRegular, sans-serif; color: white; vertical-align: top; padding-top: 15px; vertical-align: middle;}
.table_1 tr:nth-child(2) td {padding-top: 25px;}
.table_1 td p {position: relative; padding-left: 20px;}
.table_1 td p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -9px;
    background: url(../images/icon.png) no-repeat center;
}





.sect_5 .name_sect {margin-top: 50px; margin-bottom: 45px; display: inline-block;}
.sect_5 {padding-bottom: 55px;}
.date {margin-bottom: 15px; font: 14px/18px PFDinTextCondProMedium, sans-serif; color: #00adf2; text-transform: uppercase;}
.name_news {font: 32px/40px ProximaNovaRegular, sans-serif; color: #222;}
.sect_5 p {margin-top: 30px; font: 17px/30px ProximaNovaRegular, sans-serif; color: #868686; text-align: justify; /*max-width: 720px;*/}





.sect_6 {padding-bottom: 55px; background: url(../images/img4.jpg) no-repeat center; background-size: cover;}
.sect_6 .name_sect {margin-top: 50px; display: inline-block;}
.sect_6 p {margin-top: 25px; margin-bottom: 45px; font: 24px/28px ProximaNovaRegular, sans-serif; color: #fff; }
.over_auto { overflow: auto;}
.table_2 {width: 100%; border-spacing: inherit;}
.table_2 span {font: 14px/18px ProximaNovaRegular, sans-serif;}
.table_2 th {font: 19px/27px ProximaNovaRegular, sans-serif; min-width: 116px; color: white; vertical-align: top; padding-bottom: 20px; padding-top: 20px; text-align: left; }
.table_2 td {font: 14px/20px ProximaNovaRegular, sans-serif; min-width: 116px; color: white; vertical-align: top; padding-top: 15px; vertical-align: middle;}
.table_2 tr:nth-child(2) td {padding-top: 30px;}
.table_2 td p {position: relative; padding-left: 20px;}
.table_2 tr:first-child {padding-left: 30px; background-color: #3c8ed1;}
.table_2 tr:first-child th {min-width: 100px;}
.table_2 tr:first-child th:first-child {padding-left: 30px; }
.table_2 tr td:first-child {padding-left: 30px;}
.table_2 tr td:nth-child(2),
.table_2 tr th:nth-child(2) {min-width: 240px;}
.table_2 td {min-width: 100px;}
.download_link {margin-top: 55px;}
.download_link a {
    display: inline-block;
    border: 2px solid white;
    width: 160px;
    font: 13px/26px ProximaNovaRegular, sans-serif;
    color: #fff;
    border-radius: 50px;
}



.left_width {width: 50%; float: left; background-color: #222;}
.right_width {width: 50%; float: right;}
#map {width: 100%; height: 360px;}
.right_bl {
    padding-right: 80px;
    padding-top: 35px;
    padding-bottom: 35px;
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    align-items: center;
}

.right_bl p {
    margin-right: 50px;
    font: 20px/30px PFDinTextCondProMedium, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
}
.right_bl ul {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
}
.right_bl li {margin-bottom: 45px;}
.right_bl li:last-child {margin-bottom: 0;}
.right_bl li span {display: block; padding-left: 30px; font: 16px/24px ProximaNovaRegular, sans-serif; color: rgba(255,255,255,.6);}
.right_bl .title_name {position: relative;padding-left: 32px; margin-bottom: 13px; font: 20px/30px PFDinTextCondProMedium, sans-serif; color: #fff; text-transform: uppercase;}
.right_bl .title_name.ic_1:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 27px;
    height: 20px;
    margin-top: -10px;
    background: url(../images/icon1.png) no-repeat center;
}
.right_bl .title_name.ic_2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 27px;
    height: 20px;
    margin-top: -10px;
    background: url(../images/icon2.png) no-repeat center;
}
.right_bl .title_name.ic_3:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 22px;
    height: 21px;
    margin-top: -10px;
    background: url(../images/icon3.png) no-repeat center;
}






