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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, body,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    margin-bottom: 0px !important;
    position: relative;
    font-family: 'Lato', sans-serif;
    background-color: #f0f0f0;
    min-width: 1214px;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
input, textarea {
outline: none;
} 
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clr{
    clear: both;
}

.wrapper{
    width: 1214px;
    margin: 0 auto;
    position: relative;
}

header{
    height: 314px;
    background-image: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0px;
}

header a.logo{
    display: block;
    background-image: url(../images/logo.png);
    width: 315px;
    height: 231px;
    position: absolute;
    top: 55px;
    left: 10px;
}

header a.logo_pl{
    display: block;
    background-image: url(../images/logo_pl.png);
    width: 315px;
    height: 231px;
    position: absolute;
    top: 55px;
    left: 10px;
}

header .calendar_block{
    position: absolute;
    top: 33px;
    left: 372px;
}

header .calendar_block a{
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 41px;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../images/calendar_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

header .search_block{
    position: absolute;
    top: 275px;
    left: 363px;
}

header .search_block p.name{
    padding:0px 5px;
    height: 30px;
    display: block;
    float: left;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #010101;
    background-color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    margin-top: 1px;
}

header .search_block form{
    float: left;
}

header .search_block input[type=text]{
    display: block;
    float: left;
    width: 191px;
    height: 32px;
    border:2px solid rgba(161,163,165,0.7);
    padding-left: 10px;
    padding-right: 40px;
}

header .search_block input[type=submit]{
    display: block;
    background: none;
    padding: 0px;
    border: none;
    background-image: url(../images/submit_btn.png);
    width: 20px;
    height: 20px;
    float: left;
    margin-left: -30px;
    margin-top: 5px;
    cursor: pointer;
}

header .rss_block{
    position: absolute;
    top: 275px;
    left: 676px;
}

header .rss_block p.name{
    padding: 0px 9px;
    height: 30px;
    display: block;
    float: left;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #010101;
    background-color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    margin-top: 1px;
}

header .rss_block .search{
    float: left;
    margin-top: -16px;
}

.s2_message{
    float: right !important;
    margin-top: 26px !important;
    font-size: 13px;
    margin-left: 16px;
}

.s2_error{
    float: right !important;
    margin-top: 26px !important;
    font-size: 13px;
    margin-left: 16px;
}
    

header .rss_block .search p{
    float: left;
}

header .rss_block form{
    float: left;
}


header .rss_block input[type=text]{
    display: block;
    float: left;
    width: 167px;
    height: 32px;
    border:2px solid rgba(161,163,165,0.7);
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

header .rss_block input[type=submit]{
    display: block;
    background: none;
    padding: 0px;
    border: none;
    width: 99px;
    border-radius: 10px;
    height: 30px;
    border: 2px solid #a3abad;
    background-color: #ff0000;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    float: left;
    cursor: pointer;
    margin-left: 7px;
}

header .language_block{
    position: absolute;
    top: 32px;
    right: 0px;
}

header .language_block li{
    float: left;
    margin-left: 13px;
}

nav{
    height: 58px;
    background-color: #e20415;
}

nav>div>div>ul{
    margin-left: 35px;
}

nav>div>div>ul>li{
    float: left;
    padding-top: 10px;
    margin-right: 2px;
}

nav>div>div>ul>li:last-child{
    margin-right: 0px;
}

nav>div>div>ul>li.current-menu-item>a, nav>div>div>ul>li>a:hover, nav>div>div>ul>li.current-page-ancestor>a, nav>div>div>ul>li>a.hov{
    background-color: #fff;
    color: #000;
}

nav>div>div>ul>li>ul>li:hover, nav>div>div>ul>li>ul>li.current-menu-item{
    background-color: #e20415;
}

nav>div>div>ul>li>ul>li:hover a, nav>div>div>ul>li>ul>li.current-menu-item a{
    color: #fff;
}

nav>div>div>ul>li>a{
    text-decoration: none;
    line-height: 42px;
    height: 48px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    color: #fefefe;
    font-weight: 600;
    padding: 0px 10px;
}

nav>div>div>ul>li{
    position: relative;
}

nav>div>div>ul>li>ul{
    position: absolute;
    width: 200px;
    left: 0px;
    top: 58px;
    background-color: #fff;
    z-index: 999;
    padding: 10px 0px;
    display: none;
}

nav>div>div>ul>li>ul>li{
    margin-bottom: 10px;
}

nav>div>div>ul>li>ul>li>a{
    font-size: 16px;
    color: #000;
    text-decoration: none;
    display: block;
    width: 100%;
    box-sizing:boder-box;
    padding: 3px 10px;
}

#main_slider{
    margin-top: 30px;
}

.slider .box{
    height: 494px;
    width: 1164px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
 }

.slider .box .desc{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.6);
    padding-top: 20px;
    padding-bottom: 15px;
}

.slider .box .desc p{
    padding-left: 50px;
    padding-right: 50px;
    font-size: 35px;
    color: #fefefe;
    margin-bottom: 5px;
    font-weight: 500;
}

.slider .box .desc a.more{
    display: block;
    width: 195px;
    height: 35px;
    background-color: #e20415;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 16px;
    color: #fefefe;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 50px;
    margin-top: 20px;
}

 .slider {
    position: relative;
    width: 1164px;
    margin: 0 auto;
    overflow: hidden;
    height: 494px;
 }
    
 .slides {
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
       -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
        -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
         -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
            transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
 }
    
 .slide {
    height: 100%;
    float: left;
    clear: none;
 }

 .slider-arrow {
    position: absolute;
    display: block;
 }

 .slider-arrow--right { bottom: 50%; right: 7px; }
 .slider-arrow--left { bottom: 50%; left: 7px; }    

 .slider-arrow--right{
    padding: 0px;
    display: block;
    width: 41px;
    height: 0;
    padding-top: 73px;
    background-image: url(../images/slider_arr.png);
    background-repeat: no-repeat;
    background-position: top right;
    overflow: hidden;
    margin-bottom: -36px;
 }


 .slider-arrow--left{
    padding: 0px;
    display: block;
    width: 41px;
    height: 0;
    padding-top: 73px;
    background-image: url(../images/slider_arr.png);
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: -36px;
 }

 .slider-nav {
    position: absolute;
    top: 15px;
    right: 20px !important;
    left: auto !important;
 }

.slider-nav__item {
    padding: 0px;
    display: block;
    width: 17px;
    height: 0;
    padding-top: 17px;
    background-image: url(../images/slider_nav.png);
    background-repeat: no-repeat;
    background-position: top right;
    overflow: hidden;
    float: left;
    margin: 0px 5px;
}

.slider-nav__item:hover { 
    background-position:left bottom;
}
.slider-nav__item--current { 
    background-position: left bottom;
}

#main_content{
    margin-top: 41px;
}

#main_content .wrapper{
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing:border-box;
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 30px;
}

#main_content h1.main_title{
    font-size: 37px;
    color: #11140e;
    font-weight: bold;
    padding-top: 21px;
    padding-bottom: 6px;
    padding-left: 56px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 5px solid #818285;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.main_news{
    position: relative;
}

.main_news .box{
    width: 248px;
    margin: 0 auto;
}

.main_news .box .img_block{
    width: 248px;
    height: 147px;
    background-repeat: no-repeat;
    background-position: 50% 0px;
    background-size: cover;
    margin-bottom: 7px;
}

.main_news .box .img_block a{
    display: block;
    width: 100%;
    height: 100%;
}

.main_news .box a.name{
    font-size: 17px;
    color: #11140e;
    text-decoration: none;
    font-weight: bold;
    line-height: 21px;
}

.main_news .box .desc{
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
}

.owl-carousel{
    width: 1100px !important;
    margin: 0 auto;
}

.main_news .prev{    
    padding: 0px;
    display: block;
    width: 23px;
    height: 0;
    padding-top: 56px;
    background-image: url(../images/prev_btn.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: -31px;
    top: 50%;
    left: 0px;
    position: absolute;
    cursor: pointer;
}

.main_news .next{    
    padding: 0px;
    display: block;
    width: 23px;
    height: 0;
    padding-top: 56px;
    background-image: url(../images/next_btn.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: -31px;
    top: 50%;
    right: 0px;
    position: absolute;
    cursor: pointer;
}

footer{
    height: 151px;
    background-color: #d8d8d6;
    margin-top: 22px;
}

footer a.logo{
    background-image: url(../images/footer_logo.png);
    width: 384px;
    height: 115px;
    position: absolute;
    top: 22px;
    left: 0px;
}

footer a.logo_pl{
    background-image: url(../images/footer_logo_pl.png);
    width: 384px;
    height: 115px;
    position: absolute;
    top: 22px;
    left: 0px;
}

footer .info{
    position: absolute;
    top: 30px;
    left: 413px;
}

header .call{
    font-size: 15px;
    color: #11140e;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 0px;
    border: none;
    width: 198px;
    text-align: center;
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    border: 2px solid #a3abad;
    background-color: #ff0000;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 5px;
    position: absolute;
    top: 33px;
    left: 372px;
}
footer .info .modal.thank{
    display: none !important;
}

footer .info p.mail{
    font-size: 15px;
    color: #11140e;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin-bottom: 23px;
    margin-top: 27px;
}

footer .info p.mail a{
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    color: #e20415;
    text-transform: initial;
    padding-left: 4px;
}

footer .info .adres{
    font-size: 15px;
    color: #11140e;
    line-height: 18px;
}

footer .map_block{
    width: 400px;
    height: 118px;
    position: absolute;
    top: 21px;
    right: 25px;
    background-color: #e9e5dc;
}

.map_block{
    margin-top: 20px;
}

#content .left_bar{
    width: 280px;
    float: left;
    background-color: #fff;
    padding-top: 32px;
    margin-left: 14px;    
}

#content .left_bar li{
    margin-bottom: 9px;
}

#content .left_bar a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    background-color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding-left: 20px;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 26px;
}

#content .left_bar a:hover, #content .left_bar .current_page_item a{
    background-color: #e20415;
    border-top: 2px solid #231f20;
    border-bottom: 2px solid #231f20;    
    color: #fff;
}

#content .right_content{
    width: 868px;
    float: left;
    margin-left: 29px;
    margin-top: 22px;
}

.catalog li{
    float: left;
    margin-right: 60px;
    margin-bottom: 34px;
    min-height: 400px;
}

.catalog li:nth-child(3n+3){
    margin-right: 0px;
}

.catalog .box{
    width: 248px;
}

.catalog .box .img_block{
    width: 248px;
    height: 147px;
    background-repeat: no-repeat;
    background-position: 50% 0px;
    background-size: cover;
    margin-bottom: 7px;
}

.catalog .box .img_block a{
    display: block;
    width: 100%;
    height: 100%;
}

.catalog .box a.name{
    font-size: 14px;
    color: #11140e;
    text-decoration: none;
    font-weight: bold;
    line-height: 21px;
}

.catalog .box .desc{
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
}

.text_block h1{
    font-size: 37px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 27px;
    padding-top: 19px;
    line-height: 39px;
}

.text_block li{
    list-style: disc;
}

.text_block a{
    font-size: 15px;
    color: #000000;
    line-height: 18px;    
}

.text_block{
    font-size: 15px;
    color: #000000;
    line-height: 18px;
}

.text_block p{
    margin-bottom: 18px;
}

.catalog_news{
    margin-top: 40px;
    text-align: center;
}

.catalog_news li{
    /*float: left;
    margin-right: 71px;
    margin-bottom: 34px;*/
    text-align: left;
    display: inline-block;
    margin: 0px 47px;
    margin-bottom: 30px;
    vertical-align: top;
}

.catalog_news li:nth-child(4n+4){
    margin-right: 0px;
}

.catalog_news .box{
    width: 248px;
}

.catalog_news .box .img_block{
    width: 248px;
    height: 147px;
    background-repeat: no-repeat;
    background-position: 50% 0px;
    background-size: cover;
    margin-bottom: 7px;
}

.catalog_news .box .img_block a{
    display: block;
    width: 100%;
    height: 100%;
}

.catalog_news .box a.name{
    font-size: 14px;
    color: #11140e;
    text-decoration: none;
    font-weight: bold;
    line-height: 21px;
}

.catalog_news .box .desc{
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
}

.aligncenter {
    text-align: center;
    margin: 1.5em auto;
    display: block;
    max-width: 100%;
}

.text_block img{
    max-width: 100%;
}

.text_block table tr{
    border: 1px solid #000;
}

.text_block table tr td{
    border-right: 1px solid #000;
    padding: 10px;
}

.text_block table tr td:last-child{
    border: none;
}

.full_content{
    min-height: 400px;
    width: 100%;
    padding: 0px 100px;
    box-sizing:border-box;
}

.find li{
    margin-bottom: 10px;
}

.rss_block label{
    display: none;
}

header .s2_message, header .s2_error{
    margin-top: -60px;
}

.language_block li img{
    display: none;
}

.language_block li{
    width: 67px;
    height: 35px;
    background-image: url(../images/pol_flag.png);
}

.language_block li.lang-item-uk{
    background-image: url(../images/uk_flag.png);    
}

.language_block li a{
    display: block;
    width: 100%;
    height: 100%;
}

.modal_wrapper{
    width: 400px;
    background-color: #fff;
    padding: 40px;
}

.modal_wrapper input[type=text]{
    display: block;
    width: 100%;
    box-sizing:border-box;
    height: 36px;
    border: 2px solid rgba(161,163,165,0.7);
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}

input[type=text].error{
    border-color: red !important;
}

.modal_wrapper textarea{
    display: block;
    width: 100%;
    box-sizing:border-box;
    height: 80px;
    border: 2px solid rgba(161,163,165,0.7);
    padding: 10px;
    margin-bottom: 15px;
}

.modal_wrapper p.name{
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}

.modal_wrapper input[type=submit]{
    display: block;
    background: none;
    padding: 0px;
    border: none;
    width: 150px;
    height: 36px;
    border: 2px solid #a3abad;
    background-color: #ff0000;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
}

a.thank{
    display: none;
}


.kont li{
    float: left;
    list-style: none;
    margin-right: 40px;
}

.kont_form{
    margin-top: 30px;
}

.kont_form input[type=text]{
    display: block;
    width: 400px;
    box-sizing:border-box;
    height: 36px;
    border: 2px solid rgba(161,163,165,0.7);
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}

.kont_form input[type=text].error{
    border-color: red !important;
}

.kont_form p.name{
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}

.kont_form textarea{
    display: block;
    width: 400px;
    box-sizing:border-box;
    height: 80px;
    border: 2px solid rgba(161,163,165,0.7);
    padding: 10px;
    margin-bottom: 15px;
}

.kont_form p.form_name{
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
}

.kont_form input[type=submit]{
    display: block;
    background: none;
    padding: 0px;
    border: none;
    width: 150px;
    height: 36px;
    border: 2px solid #a3abad;
    background-color: #ff0000;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
}

.wp-pagenavi span.pages{
    display: none;
}

.wp-pagenavi span.current{
    border:none !important;
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    background-color: red;
    color: #fff;
}

.wp-pagenavi a.page{
    border:none !important;
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    background-color: #fff;
    color: #000;
}

.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink{
    border: none !important;
    color: red;
    font-size: 20px;
}

.wp-pagenavi a, .wp-pagenavi span{
    margin: 5px !important;
    font-size: 18px;
}

.wp-pagenavi{
    text-align: center;
}

.person ul{
    text-align: center;
}

.person ul li{
    width: 240px;
    margin: 0px 22px;
    display: inline-block;
    margin-bottom: 50px;
}

.person ul li .name{
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.person ul li .img_block{
    width: 240px;
    height: 240px;
    background-repeat: no-repeat;
    background-position: 50% 0px;
    background-size: cover;
    margin-bottom: 10px;
}

.person ul li p.dolg{
    text-transform: uppercase;
    font-size: 17px;
    color: #000;
    font-weight: 800;
    padding-bottom: 10px;
    border-bottom: 2px solid #e20415;
    margin-bottom: 10px;
}

.left_box{
    width: 45%;
    float: left;
}
.right_box{
    width: 45%;
    float: right;
}

.doc li a{
    text-decoration: none;
}

.doc li{
    float: left;
    width: 232px;
    height: 140px;
    margin: 21px 0 0 21px !important;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ececec;
    background: #fbfbfb;
    transition: background 0.1s ease-out, border-color 0.1s ease-out;
}

.docs-title {
    height: 68px;
    margin: 15px 22px 14px 22px;
    overflow: hidden;
    color: #323f51;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.docs-file {
    padding: 0 15px 0 21px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    position: relative;
    z-index: 2;
}

.docs-file:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #e20415;
    position: absolute;
    left: 0;
    top: -2px;
}

/*.doc li:hover {
    background: rgba(226,4,21,0.4);
    border-color: #e20415;
}

.doc li:hover .docs-file:before {
    background: #fff;
    padding: 0 1px;
    left: -1px;
}*/

.docs-file .name {
    float: left;
    width: 130px;
    overflow: hidden;
    color: #626c7f;
}
.docs-file p {
    height: 28px;
    margin: 0;
    padding: 13px 0 0 0;
    white-space: nowrap;
}

.docs-file .name.pdf {
    width: 106px;
    padding-left: 24px;
    background: url(../images/icon-pdf.png) no-repeat 0 10px;
}

.docs-file .size {
    float: right;
    width: 60px;
    color: #b9bcc2;
    font-size: 11px;
    line-height: 15px;
    text-align: right;
}

.docs-file p {
    height: 28px;
    margin: 0;
    padding: 13px 0 0 0;
    white-space: nowrap;
}

.footer_partners p.title{
    padding-top: 15px;
    margin-bottom: 14px;
    /*padding-left: 100px;*/
    font-size: 16px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.footer_partners ul{
    text-align: center;
}

.footer_partners ul li{
    display: inline-block;
    /* float: left; */
    margin: 0px 50px;
    height: 100px;
}

.footer_partners ul li img{
    max-height: 100px;
    width: auto;
}





