body { min-width: 992px; }
html, body{
    height:100%;
    background-color:#fff;
}
.sub_page{padding-bottom:6%;}
.padding {padding-bottom: 1.5em;}
/*Прижатый футер*/
.wrapper{
    display:table;
    height:100%;
    width:100%;
    table-layout: fixed;
}
.wrapper > .content{
    display:table-row;
    height:100%;
}
/*Текст*/
h1, .h1{
    font:300 36px/37px "Roboto", sans-serif;
    color:#383c3f;
    margin:0 0 34px;
    padding-bottom: 4px;
}
h2, .h2{
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: 300;
}
h3, .h3{
    font:500 16px/20px "Roboto", sans-serif;
    color:#383c3f; margin:0 0 20px;
    text-transform: uppercase;
}
div.clientsmap > ul li {
    color: white;
}

div.clientsmap > ul li:before{
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-left: -17px;
    color: yellow;
}
.column {
    padding: 0 .6em;
}
.third_section div {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: stretch;
    justify-content: space-around;
}
.third_section > div > a {
    justify-content: baseline;
    flex-grow: 1;
    padding: 1em;
    max-width: 33%;
    min-height: 7em;
    border: solid #ff0 5px;
    font-family: "Roboto",sans-serif;
    font-size: 1.8em;
    font-weight: 200;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    color: #fff;
}
span.plugin_picture > img{
    margin: auto;
}
.third_section a:hover{
    color: #fff;
}
ul{
    margin-bottom: 4px;
    list-style-type: none;
}
ul li{
    font:300 14px/19px "Roboto", sans-serif;
    margin:0 0 4px;
}
ul li:last-child{margin-bottom:0;}

p{
    font:300 14px/19px "Roboto", sans-serif;
    color:#383c3f; margin:0 0 16px;
}
a{

}
a:hover, a:focus{

}
.textBlock > :last-child{
    margin-bottom:0;
}


/*Хлебные крошки*/
.bread_crumbs{
    padding-top:12px;
    margin-bottom:18px;
}
.bread_crumbs_content > div{
    font-size: 1px; line-height: 0;
    float:left; padding-bottom:5px;
}
.bread_crumbs_content a{
    font:700 11px/12px "Roboto", sans-serif;
    color:#333333; text-decoration: underline;
    display:inline-block;
}
.bread_crumbs_content .arrow{
    width:4px; height:6px;
    display:inline-block;
    background:url('/media/img/list_marker.png') no-repeat 0 0;
    margin:0 13px;
}
.breadCrumbsSpan{
    font:300 11px/12px "Roboto", sans-serif;
    float:left; color:#959595;
}

/*Постраничная навигация*/
.pageNavigationCase a{
    font:500 14px/15px "Roboto", sans-serif;
    color:#fff; width:28px; float:left;
    text-decoration: none; padding:7px 0 6px;
    background-color:#383c3f; text-align: center;
    margin-left: 7px;
}
.pageNavigationCase a:first-child{margin-left:0;}

.pageNavigationCase a:hover, a.activPageNav{
    background-color:#3073a2;
}

/*Хедер*/
.headerTop{
    padding:26px 0;
}
a.header_left_content{
    font:300 30px/30px "Roboto", sans-serif;
    color:#383c3f; text-decoration: none;
    display:block;
}
a.header_left_content span{
    font-size: 14px;
    display:block;
}
.headerTopRight{margin-top:2px;}

.headerPhoneNum{
    font:300 30px/31px "Roboto", sans-serif;
    color:#383c3f; margin:0 0 8px;
}
a.headerMailTo{
    font:300 14px/15px "Roboto", sans-serif;
    color:#2775aa; float:right;
    text-decoration: underline;
}
.headerBottom{
    border-top:1px dotted #383c3f;
    border-bottom:1px dotted #383c3f;
}
.headerMenu{
    margin:-1px 0 -1px -25px; padding:0;
    list-style-type: none;
}
.headerMenu > li{
    font:500 16px/17px "Roboto", sans-serif;
    float:left; margin:0 2px 0 0;
    padding-left:0; background:none;
}
.headerMenu > li:last-child{margin-right: 0;}

.headerMenu > li > a{
    color:#383c3f; display:block;
    padding: 18px 26px 19px;
}
.headerMenu > li > a:hover,
.headerMenu > li > a:focus,
.headerMenu .activeMenuItem{
    color:#fff600;
    background-color:#383c3f;
    text-decoration: underline;
}
.headerMenu > li > ul {
    padding: 1em 0;
}
.headerMenu > li > ul > a {
    line-height: 1em;
    color: #0f0f0f;
}
.footerMenu > li > ul{
    display: none;
}
.header_search{
    position:relative;
    width:360px; height:54px;
    margin-bottom:-2px;
    border-bottom:3px solid #383c3f;
}
.header_search input[type="text"]{
    width:100%; height:100%;
    border-style: none;
    padding:0 52px 0 7px;
    font:14px/15px "Roboto", sans-serif;
    color:#383c3f;
}
.header_search input[type="text"]::-webkit-input-placeholder{
    color:#383c3f;
}
.header_search input[type="text"]::-moz-placeholder{
    color:#383c3f;
    opacity:1;
}

.header_search .submit{
    position:absolute;
    width:19px; height:18px;
    /*background:url('/media/img/search.png') no-repeat 0 0 transparent;*/
    background-color: transparent;
    right:18px; top:50%; margin-top:-9px;
    border-style: none;
}

/*Главная*/
.company_section{
    padding:32px 0 75px;
    background:url('/media/pictures/company_bg.jpg') no-repeat center center;
    background-size: cover;
}
.section_heading{
    font:300 45px/47px "Roboto", sans-serif;
    color:#383c3f; padding-bottom:20px;
    margin-bottom:22px;
}
div.geography_section > div > div.row > div.clientsmap > ul li {
    padding-bottom: 1rem;
}
.section_heading_border{border-bottom:1px dotted #383c3f;}
.companyItem > :last-child{
    margin-bottom:0;
    padding-bottom:0;
}
.companyItemPic{
    font-size: 1px;
    line-height: 0;
    height:174px;
    margin-bottom:28px;
}
.companyItemPic:before{
    content:" "; height:100%;
    display:inline-block;
    vertical-align: middle;
    width:0;
}
.companyItemPic img{
    max-height: 100%;
    max-width: 97%;
    display:inline-block;
    vertical-align: middle;
}
.companyItemTitle{
    font:300 36px/37px "Roboto", sans-serif;
    color:#383c3f; margin-bottom:20px;
}
.bagTeam p{
    font:14px/18px "Roboto", sans-serif;
    color:#383c3f; padding-bottom:15px;
    margin:0;
}
.readMoreLink{
    position:relative;
    font:300 13px/17px "Roboto", sans-serif;
    padding-right:23px; display:inline-block;
}
.readMoreLink:after{
    content:" "; position:absolute;
    width:17px; height:17px;
    top:0; right:0;
    background:url('/media/img/readMore.png') no-repeat;
}
.companyMore{
    color:#2775aa;
    margin-top:25px;
}
.companyMore:hover{color:#2775aa;}
.companyMore:after{background-position: left top;}
.eventItem{margin-bottom:33px;}
.eventItemTop{margin-bottom:10px;}
.eventItemDate{
    font:300 14px/15px "Roboto", sans-serif;
    color:#383c3f;
}
.eventItemDate span{font-size: 24px;}
.eventItemLink{
    width:17px; height:17px;
    padding-right: 0;
}
.eventItemLink:hover:after{
    background-position: left bottom;
}
.event_preview{
    padding:17px;
    background-color:rgba(56, 60, 63, .65);
    border-left:3px solid #fff600;
}
.event_preview p{
    font:300 14px/19px "Roboto", sans-serif;
    color:#fff; max-height: 76px;
    overflow:hidden; margin:0;
}
.decisions_section{
    padding:50px 0 40px;
    background-color:#fff;
}
.decisions_section > .container > :last-child{margin-bottom:0;}
.decisions_section p{
    font:300 14px/19px "Roboto", sans-serif;
    color:#383c3f; margin:0 0 15px;
}
/*
.decisions_section p > span{
    font-weight: 500;
    font-size: 18px;
}
*/
.decisions_section ul{
    padding-left:15px;
    list-style-type: none;
}
.decisions_section ul > li{
    font:300 14px/19px "Roboto", sans-serif;
    color:#383c3f; padding-left:15px;
    background:url('/media/img/list_marker.png') no-repeat left 7px;
    margin-bottom:4px;
}
.news {
    color: #fff;
    background: rgba(56, 60, 63, 0.85);
    margin: 1em 0.5em;
    padding: 1em;
    border-left: solid 5px yellow;
}

.decisions_section ul > li:last-child{margin-bottom:0;}
.column img {
    min-height: 128px;
    padding-bottom: 1em;
    margin: 0 auto;
    display: block;
}
.third_section{
    padding:47px 0 45px;
    background:url('/media/pictures/section_3_bg.jpg') no-repeat center center;
    background-size: cover;
}
.third_section_item{
    height:210px;
    border:3px solid #fff600;
    display:table; width:100%;
}
.third_section_item_in{
    position:relative;
    display:table-cell;
    vertical-align: middle;
    overflow:hidden;
    padding:0 12px;
}
.third_section_item_title{
    font:300 30px/31px "Roboto", sans-serif;
    color:#fff;
}
.third_section_item_link{
    position:absolute;
    color:#fff600;
    bottom:25px; left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
}
.third_section_item_link:hover,
.third_section_item_link:focus{color:#fff600;}

.third_section_item_link:after{background-position: left bottom;}

.third_section_hidden_block{
    position:absolute;
    width:100%; top:100%; left:0;
    height:100%; padding:13px 12% 10px;
    background-color:#fff600;
}
.third_section_hidden_title{
    font:300 26px/28px "Roboto", sans-serif;
    color:#383c3f; padding-bottom:14px;
    border-bottom:1px dotted #383c3f;
    margin-bottom:15px;
}
.third_section_hidden_list{
    margin:0; padding:0;
    list-style-type: none;
    display:inline-block;
    text-align: left;
}
.third_section_hidden_list > li{
    font:300 14px/17px "Roboto", sans-serif;
    padding-left:0; background: none;
}
.third_section_hidden_list > li > a{
    padding-left:13px; color:#383c3f;
    background:url('/media/img/list_marker_2.png') no-repeat left 6px;
}
.support_section{
    padding:50px 0;
    background-color:#fff;
}
/*
.support_section_item{
    width:90%; margin:0 auto;
    text-align: center;
}*/
.support_section_pic{
    font-size: 1px;
    line-height: 0;
    height:131px;
    margin-bottom:28px;
}
.support_section_pic:before{
    content:" "; height:100%;
    display:inline-block;
    vertical-align: middle;
}
.support_section_pic img{
    max-width: 97%;
    max-height: 100%;
    display:inline-block;
    vertical-align: middle;
}
.support_section_item p{
    font:300 14px/18px "Roboto", sans-serif;
    color:#000; margin:0;
}
.geography_section{
    padding:50px 0;
    background:url('/media/pictures/geography_bg.jpg') no-repeat center center;
    background-size: cover;
}
.white_heading{color:#fff;}

.geographyList{
    margin:0; padding:0;
    list-style-type: none;
}
.geographyList > li {
    display: block;
    font:300 14px/15px "Roboto", sans-serif;
}

.geographyList > li:before{
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #cccc00;
}

.contacts_section{
    padding:54px 0 75px;
    background:url('/media/pictures/contacts_bg.jpg') no-repeat center center;
    background-size: cover;
}
.contacts_one_item{margin-bottom:45px;}

.contacts_one_item:last-child{margin-bottom:0;}

.contacts_one_item img{
    display:block;
    margin:0 auto 16px;
}
.contact_one_item_text{
    font:300 14px/19px "Roboto", sans-serif;
    color:#fff;
}
.contact_one_item_text a[href^="mailto"]{color:#fff;}

.contacts_section_form_prompt{
    font:300 13px/18px "Roboto", sans-serif;
    color:#fff; margin:0 0 28px;
}
.contacts_section_field{
    font:300 14px/20px "Roboto", sans-serif;
    color:#fff; padding:0 20px 0 18px;
    width:100%; margin:0 0 20px;
    border:3px solid #fff;
    background-color:transparent;
}
.contacts_section_field::-webkit-input-placeholder{color:#fff;}

.contacts_section_field::-moz-placeholder{
    color:#fff; opacity:1;
}
.contacts_section_input{height:54px;}

.contacts_section_textarea{
    height:178px; resize:none;
    padding-top:12px;
}
.contacts_section_form .submit{
    font:700 18px/19px "Roboto", sans-serif;
    text-transform: uppercase;
    color:#171e23; height:55px;
    background-color:#fff600;
    border-style: none;
    padding:0 45px 0 43px;
    margin-left:20px;
}
.contacts_section_form .submit:hover{
    background-color:#3073a2;
    color:#fff;
}
.contacts_section_field.code{
    width:160px; height:55px;
    margin:0 0 0 20px;
}
button.captcha_refresh{
    width:40px; height:40px; padding:0;
    background-color:#fff600; color:#0c3f76;
    border-style: none; margin-top:7px;
    border-radius: 22px; font-size: 16px;
}
button.captcha_refresh:hover{
    color:#fff;
    background-color: #3073a2;
}

/*Страница контакты*/
.contactsBlock{padding:4.3% 0 6.3%;}

.contacts_head{
    font:300 36px/37px "Roboto", sans-serif;
    color:#383c3f; margin:0 0 34px;
}
.textColor{color:#383c3f;}

.contact_one_item_text_1 a[href^="mailto"]{color:#383c3f;}

.contacts_section_field_1::-webkit-input-placeholder{color:#383c3f;}

.contacts_section_field_1::-moz-placeholder{
    color:#383c3f; opacity:1;
}
.contacts_section_field_1{border-color:#2e363b;}

.contactsLeft{padding-top:6.5%;}

button.captcha_refresh_1{
    color:#fff600;
    background-color:#2e363b;
}
.contacts_section_form .submit_1{
    color:#fff;
    background-color:#2e363b;
}
.contacts_map{border:1px solid #d6d6d6;}

#contacts_map{height:500px;}

/*Страница события*/
.eventsBlock{padding-bottom:28px;}

.one_event_block{
    padding-bottom:20px;
    border-bottom:1px dotted #383c3f;
    margin-bottom:30px;
}
.one_event_block:last-child{margin-bottom:0;}

.one_event_block img{
    width:auto; height:118px;
    float:left; margin-right: 22px;
}
.eventItemDate_1{margin-bottom:13px;}

.one_event_block p{
    font:300 14px/19px "Roboto", sans-serif;
    color:#383c3f; margin:0 0 12px;
    height:57px; overflow:hidden;
}
.eventsMore{margin:0;}

.eventItemDate_2{margin-bottom:17px;}

/*Страница решения*/

.decisions_heading{
    font:300 30px/31px "Roboto", sans-serif;
    color:#383c3f; margin:0 0 19px;
}
.decisions_left_list{
    margin:0; padding:0;
    list-style-type: none;
}
.decisions_left_list > li{
    padding:13px 0 14px 7px;
    border-top:1px dotted #383c3f;
    background:none; margin:0;
}
.decisions_left_list > li:last-child{
    border-bottom: 1px dotted #383c3f;
}
.decisions_left_list > li > a{
    position:relative;
    text-decoration: none;
    color:#383c3f; padding-left:28px;
    font:500 14px/18px "Roboto", sans-serif;
    display:inline-block;
}
.decisions_left_list > li > a:before{
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
}
.decisions_left_list > li > a:hover{color:#2f82b6;}

.decisions_left_list > li > a:hover:before{
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
}
.decision_tabs_ul{
    margin-bottom: 23px;
    border-bottom-style: none;
}
.decision_tabs_ul > li{
    margin:0 20px 0 0;
    padding-left:0;
    background: none;
}
.decision_tabs_ul > li:last-child{margin: 0;}

.decision_tabs_ul > li > a{
    font:500 14px/15px "Roboto", sans-serif;
    color:#383c3f; text-transform: uppercase;
    border:2px solid #2f82b6; border-radius: 0;
    padding:13px 19px 12px;
}
.decision_tabs_ul > li.active > a,
.decision_tabs_ul > li.active > a:hover,
.decision_tabs_ul > li.active > a:focus,
.decision_tabs_ul > li > a:hover,
.decision_tabs_ul > li > a:focus{
    background-color:#2f82b6;
    border:2px solid #2f82b6;
    color:#fff;
}

/*Интерактивная карта*/

.mapBlock{
    margin-top:174px;
    background-color:#3083b7;
}
.interactiveMapCase{margin-bottom:35px;}

.interactiveMap{
    position:relative;
    margin-top:-174px;
}
.map_point{
    position:absolute;
    width:17px; height:16px;
    border:1px solid #0c3f76;
    border-radius: 20px;
    cursor:pointer; opacity:0;
}
.map_point:hover{opacity:1;}

.map_point:hover .city_info{display:block;}

.city_info{
    padding:15px; position: absolute;
    background-color:#fdfdfd;
    left:-41px; bottom:56px;
    white-space: nowrap; z-index:2;
    box-shadow: 0 0 3px 0 rgba(1, 1, 1, .18);
    display:none;
}
.city_info:before{
    content:" "; position:absolute;
    top:76%; left:90px;
    border:22px solid transparent;
    border-top-color: #fdfdfd;
    transform:rotate(-59deg) skewX(58deg);
    -webkit-transform:rotate(-59deg) skewX(58deg);
    -moz-transform:rotate(-59deg) skewX(58deg);
    -o-transform:rotate(-59deg) skewX(58deg);
    -ms-transform:rotate(-59deg) skewX(58deg);
}
.city_info_item{
    font:300 12px/18px "Roboto", sans-serif;
    color:#000;
}
.city_info_item span{font-weight: 700;}

.kiev_point{top: 138px; left: 392px;}
.lvov_point{top: 164px; left: 96px;}
.lutsk_point{top: 108px; left: 157px;}
.ternopol_point{top: 188px; left: 172px;}
.ivano_frank_point{top: 233px; left: 125px;}
.vinnitsa_point{top: 225px; left: 301px;}
.chernigov_point{top: 63px; left: 430px;}
.poltava_point{top: 193px; right: 258px;}
.dnepr_point{top: 270px; right: 233px;}
.nikolaev_point{top: 381px; right: 374px;}
.odesa_point{bottom: 142px; left: 391px;}
.zaporoje_point{bottom: 247px; right: 221px;}
.lugansk_point{bottom: 315px; right: 31px;}

.mapBottom{
    padding-bottom:70px;
}

.stickyMenu{
    position:fixed;
    left:0; top:0;
    width:100%; z-index:10;
    background-color:#fff;
}



/*Футер*/
.footer{
    padding:32px 0 12px;
    background-color:#fff;
    border-top:2px solid #252f33;
}
.footerMenu{
    padding:0 0 25px;
    border-bottom:1px dotted #383c3f;
    margin:0 0 23px;
    list-style-type: none;
}
.footerMenu > li{
    font:300 16px/17px "Roboto", sans-serif;
    float:left; margin:0 43px 0 0;
    padding-left:0; background:none;
}
.footerMenu > li:last-child{margin-right: 0;}

.footerMenu > li > a{color:#000;}

a.footerMailTo{
    font:300 14px/22px "Roboto", sans-serif;
    color:#0c3f76; padding-left:35px;
    display:inline-block; vertical-align: middle;
}
.footer_right_content{
    font:300 24px/26px "Roboto", sans-serif;
    color:#383c3f; text-align: right;
}
.footer_right_content span{
    font-size: 13px;
    line-height: 15px;
    display:block;
    margin-top:20px;
}
.copyright{
    font:11px/13px "Roboto", sans-serif;
    color:#333333; clear:both;
    padding-top:20px;
}
.copyright a{
    color:#098adb;
    text-decoration: underline;
}


/*Вспомогательные классы*/

.float_left{float:left;}

.float_right{float:right;}

.display{display:block;}

.no_display{display:none;}

.text_center{text-align: center;}

.Case{overflow:hidden;}

.clearAfter:after{
    content:" ";
    display:block;
    height:0; clear:both;
}
.opacity{opacity:1;}

/*Фокус*/
:focus{outline:0 !important;}

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


/*Медиа запросы*/
@media (min-width: 1200px){
    .headerMenu{
        display:block !important;
    }
}
@media (min-width:992px) and (max-width: 1199px){
    h1, .h1{
        font-size: 34px;
        line-height: 35px;
    }
    a.header_left_content{
        font-size: 27px;
        line-height: 28px;
    }
    .headerPhoneNum{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 6px;
    }
    .headerMenu{
        margin-left:-23px;
        display:block !important;
    }
    .headerMenu > li{
        font-size: 15px;
        line-height: 16px;
    }
    .headerMenu > li > a{padding: 18px 23px 19px;}

    .header_search{
        width:310px;
        height:53px;
    }
    .section_heading{
        font-size: 40px;
        line-height: 42px;
        margin-bottom:20px;
    }
    .companyItemPic{margin-bottom:25px;}

    .companyItemPic img{max-width: 75%;}

    .companyItemTitle{
        font-size: 32px;
        line-height: 33px;
        margin-bottom:18px;
    }
    .companyMore{margin-top:20px;}

    .eventItemDate span{font-size: 22px;}

    .decisions_section{padding-top:35px;}

    .decisions_section p > span{font-size: 16px;}

    .third_section_item_title{
        font-size: 26px;
        line-height: 28px;
    }
    .third_section_item{height:188px;}

    .third_section_hidden_title{
        font-size: 23px;
        line-height: 25px;
        padding-bottom:12px;
    }
    .third_section{padding-top:42px;}

    .support_section{padding: 37px 0 45px;}

    .support_section_pic{
        width: 63%;
        margin: 0 auto 22px;
    }
    .geography_section{padding-top:40px;}

    .contacts_section_form .submit{
        padding:0 40px;
        margin-left: 15px;
    }
    .contacts_section_field.code{
        width:140px;
        margin-left: 15px;
    }
    button.captcha_refresh{
        width:38px; height:38px;
        font-size: 15px; margin-top:9px;
    }
    .contacts_section{padding: 45px 0 60px;}

    .footerMenu > li{margin-right: 40px;}

    .footerPhoneNum{
        font-size: 26px;
        line-height: 30px;
        margin-right: 55px;
        max-width: 230px;
    }
    .footer_right_content{
        font-size: 22px;
        line-height: 24px;
    }
    .event_preview{padding-right: 10px;}

    .eventsMore{margin:0;}

    .mapBlock{margin-top:165px;}

    .interactiveMap{margin-top:-150px;}

    .lugansk_point{bottom: 275px; right: 26px;}
    .zaporoje_point{bottom: 214px; right: 192px;}
    .dnepr_point{top: 234px; right: 202px;}
    .poltava_point{top: 168px; right: 224px;}
    .chernigov_point{top: 54px; left: 374px;}
    .kiev_point{top: 119px; left: 341px;}
    .nikolaev_point{top: 331px; right: 326px;}
    .odesa_point{bottom: 123px; left: 340px;}
    .vinnitsa_point{top: 195px; left: 261px;}
    .ternopol_point{top: 163px; left: 149px;}
    .lutsk_point{top: 93px; left: 136px;}
    .lvov_point{top: 143px; left: 83px;}
    .ivano_frank_point{top: 203px; left: 108px;}

    .decisions_heading{
        font-size: 28px;
        line-height: 29px;
    }
    .decision_tabs_ul > li{margin-right: 8px;}

    .decision_tabs_ul > li > a{
        font-size: 13px;
        line-height: 14px;
        padding: 10px 12px 9px;
        border-width: 1px;
    }
    .decision_tabs_ul{margin-bottom:20px;}

    .decision_tabs_ul > li.active > a,
    .decision_tabs_ul > li.active > a:hover,
    .decision_tabs_ul > li.active > a:focus,
    .decision_tabs_ul > li > a:hover,
    .decision_tabs_ul > li > a:focus{
        border-width: 1px;
    }
    .contacts_head{margin-bottom:30px;}

    #contacts_map{height:470px;}
}
/*
@media (min-width:768px) and (max-width:991px){
    h1, .h1{
        font-size: 32px;
        line-height: 34px;
        margin-bottom:28px;
    }
    a.header_left_content{
        font-size: 21px;
        line-height: 25px;
    }
    .headerPhoneNum{
        font-size: 24px;
        line-height: 27px;
        margin-bottom:6px;
    }
    .headerMenu{
        margin-left:-17px;
        display:block !important;
    }
    .headerMenu > li{
        font-size: 14px;
        line-height: 17px;
    }
    .headerMenu > li > a{padding: 14px 17px 16px;}

    .header_search{
        width:223px;
        height:47px;
    }
    .section_heading{
        font-size: 35px;
        line-height: 39px;
        padding-bottom: 15px;
    }
    .company_section{padding: 28px 0 50px;}

    .companyItemPic{
        height:120px;
        margin-bottom: 25px;
    }
    .companyItemTitle{
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 17px;
    }
    .eventItemDate span{font-size: 20px;}

    .companyMore{margin-top:20px;}

    .eventItem{margin-bottom: 30px;}

    .decisions_section{padding: 33px 0 40px;}

    .third_section_item_title{
        font-size: 20px;
        line-height: 24px;
    }
    .third_section_item{height:180px;}

    .third_section_item_link{bottom:20px;}

    .third_section_hidden_title{
        font-size: 18px;
        line-height: 21px;
        padding-bottom:12px;
    }
    .third_section_hidden_list > li{
        font-size: 13px;
        line-height: 16px;
        margin:0 0 3px;
    }
    .third_section{padding:42px 0;}

    .support_section_pic{
        height:130px;
        margin-bottom:23px;
    }
    .support_section_item{
        margin-bottom:30px;
    }
    .support_section{padding:32px 0;}

    .geography_section{padding: 32px 0 45px;}

    .geography_section .img{
        width:88%;
        margin-bottom: 40px;
    }
    .contacts_one_item{margin:0 -8px 40px;}

    .contacts_section_form_prompt{margin-bottom:25px;}

    .contacts_section_form .submit{
        font-size: 17px;
        padding: 0 25px 0 28px;
        margin-left: 14px;
        height:52px;
    }
    .contacts_section_field.code{
        width: 120px; height: 52px;
        margin-left: 14px;
        padding: 0 18px 0 16px;
    }
    button.captcha_refresh{
        width:37px; height:37px;
        margin-top:8px;
    }
    .footerMenu{padding-bottom:22px;}

    .footerMenu > li{
        font-size: 15px;
        line-height: 16px;
        margin-right: 30px;
    }
    .footerPhoneNum{
        font-size: 26px;
        line-height: 30px;
        margin-right: 50px;
        max-width: 230px;
    }
    .footer_right_content{
        font-size: 18px;
        line-height: 22px;
    }
    .eventsMore{margin:0;}

    .footer_right_content span{margin-top: 15px;}

    .map_point{width:16px; height:15px;}

    .poltava_point{top: 162px; right: 216px;}
    .lugansk_point{bottom: 265px; right: 25px;}
    .zaporoje_point{bottom: 207px; right: 186px;}
    .dnepr_point{top: 226px; right: 195px;}
    .chernigov_point{top: 52px; left: 362px;}
    .kiev_point{top: 116px; left: 330px;}
    .vinnitsa_point{top: 189px; left: 253px;}
    .nikolaev_point{top: 320px; right: 315px;}
    .odesa_point{bottom: 119px; left: 329px;}
    .ternopol_point{top: 158px; left: 144px;}
    .ivano_frank_point{top: 196px; left: 105px;}
    .lvov_point{top: 138px; left: 81px;}
    .lutsk_point{top: 90px; left: 131px;}

    .one_event_block:last-child{margin-bottom:30px;}

    .eventsBlock{padding-bottom:0;}

    .decisions_heading{
        font-size: 23px;
        line-height: 27px;
        margin-bottom:16px;
    }
    .decision_tabs_ul{margin-bottom:20px;}

    .decision_tabs_ul > li{
        float:none;
        margin:0 0 8px;
    }
    .decision_tabs_ul > li > a{
        font-size: 13px; line-height: 14px;
        padding: 11px 14px 10px; margin:0;
        border-width: 1px;
    }
    .decision_tabs_ul > li.active > a,
    .decision_tabs_ul > li.active > a:hover,
    .decision_tabs_ul > li.active > a:focus,
    .decision_tabs_ul > li > a:hover,
    .decision_tabs_ul > li > a:focus{
        border-width: 1px;
    }
    #contacts_map{height:400px;}

    .contacts_head{
        font-size: 33px;
        line-height: 34px;
        margin:0 0 20px;
    }
}
@media (min-width:480px) and (max-width: 767px){
    h1, .h1{
        font-size: 26px;
        line-height: 31px;
        margin:0 0 28px;
    }
    a.header_left_content{
        font-size: 21px;
        line-height: 23px;
    }
    a.header_left_content span{
        line-height: 17px;
        margin-top:8px;
    }
    .headerPhoneNum{
        font-size: 23px;
        line-height: 27px;
        margin-bottom:6px;
    }
    .headerBottom{
        position:relative;
    }
    .headerMenu{
        position:absolute;
        top:50px; width:100%;
        background-color:#383c3f;
        float:none; margin:0;
        left:0; padding: 18px 0 20px;
        z-index:2; display:none;
    }
    .headerMenu > li{
        display:block;
        text-align: center;
        float:none;
        margin:0 0 16px;
    }
    .headerMenu > li > a{
        display:inline;
        color:#fff;
        padding:0;
    }
    .sandwichBut{
        padding:9px 10px;
        border:1px solid #ddd;
        border-radius: 4px;
        background:transparent;
        float:left; margin-top:7px;
    }
    .sandwichBut:hover{background-color:#ddd;}

    .sandwichBut span{
        width:22px; display:block;
        height:2px; background-color:#888;
        margin-bottom:4px;
    }
    .sandwichBut span:last-child{margin:0;}

    .header_search{
        width:270px;
        height:52px;
    }
    .section_heading{
        font-size: 37px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom:22px;
    }
    .company_section{padding:30px 0;}

    .companyItem{
        overflow:hidden;
        margin:0 0 25px;
    }
    .companyItemPic{
        height:auto; width:128px;
        float:left; margin:0 25px 10px 0;
    }
    .companyItemTitle{
        font-size: 30px;
        line-height: 33px;
        margin:0 0 12px;
    }
    .companyItemPic img{
        display:block;
        width:100%; height:auto;
        max-width: none;
    }
    .companyMore{
        margin-top:0;
        float:right;
    }
    .eventItem{
        padding-top:10px;
        margin-bottom: 25px;
    }
    .decisions_section{padding: 32px 0 38px;}

    .decisions_section p > span{font-size: 17px;}

    .third_section{padding:40px 0 30px;}

    .third_section_item{
        width:320px;
        margin:0 auto 30px;
        height:195px;
    }
    .third_section_item_title{
        font-size: 24px;
        line-height: 27px;
    }
    .third_section_item_link{bottom:20px;}

    .third_section_hidden_title{
        font-size: 22px;
        line-height: 24px;
    }
    .support_section{padding:33px 0 15px;}

    .support_section .row > div,
    .geography_section .row > div.visible-xs{
        width:50%;
        float:left;
    }
    .support_section_pic, .contacts_section_form_prompt{margin-bottom: 20px;}

    .support_section_item{margin-bottom: 28px;}

    .geographyList{margin-top:14px;}

    .geography_section .img{
        width:88%;
        margin-bottom:22px;
    }
    .geography_section{padding: 28px 0 40px;}

    .contacts_section{padding: 35px 0 50px;}

    .contacts_one_item{
        overflow:hidden;
        margin:0 0 25px;
    }
    .contacts_one_item img{
        display:inline-block;
        margin:0 17px 0 0;
        vertical-align: middle;
        width:36px;
    }
    .contact_one_item_text{
        overflow:hidden;
        text-align: left;
        margin:0;
        display:inline-block;
        vertical-align: middle;
    }
    .contacts_one_item:last-child{margin-bottom: 35px;}

    .contacts_section_form .submit{
        font-size: 17px;
        line-height: 17px;
        height:49px;
        padding: 0 20px 0 21px;
        margin-left: 16px;
    }
    .contacts_section_field.code{
        width:120px; height:49px;
        margin-left: 13px;
        padding-left: 14px;
    }
    button.captcha_refresh{
        width:36px; height:36px;
        margin-top:8px;
    }
    .footerMenu{
        font-size: 1px;
        line-height: 0;
        text-align: justify;
        text-align-last: justify;
        padding-bottom:22px;
    }
    .footerMenu:after{
        content:" ";
        display:inline-block;
        width:100%; height:0;
    }
    .footerMenu > li{
        font-size: 15px;
        line-height: 16px;
        display:inline-block;
        margin:0; float:none;
    }
    .footer_left{
        float:none;
        margin:0 0 22px;
    }
    .footer_right{float:none;}
    div.footer_right_content{
        padding-top: 1em;
    }
    .footer_right_content{
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }
    .footer_right_content span{margin-top:5px;}

    .footerPhoneNum{
        font-size: 26px;
        line-height: 32px;
        max-width: 225px;
    }
    .one_event_block:after{
        content:" "; display:block;
        clear:both; height:0;
    }
    .eventsMore{float:left;}

    .one_event_block:last-child{margin-bottom:30px;}

    .eventsBlock{padding-bottom:0;}

    .mapBlock{margin-top:0;}

    .mapBottom{padding:20px 0 55px;}

    .mapBottom .row > div{
        width:50%;
        float:left;
    }
    .decisions_left_list{margin-bottom:30px;}

    .decisions_left_list > li{text-align: center;}

    .decisions_heading{
        font-size: 23px;
        line-height: 28px;
    }
    .decision_tabs_ul > li{
        float:none; display:block;
        margin:0 0 8px;
    }
    .decision_tabs_ul > li > a{
        font-size: 13px; line-height: 14px;
        border-width: 1px; padding: 11px 17px 10px;
    }
    .decision_tabs_ul > li.active > a,
    .decision_tabs_ul > li.active > a:hover,
    .decision_tabs_ul > li.active > a:focus,
    .decision_tabs_ul > li > a:hover,
    .decision_tabs_ul > li > a:focus{
        border-width: 1px;
    }
    .footer{padding-top:24px;}

    .contactsLeft{padding-top:15px;}

    .contacts_head{
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 17px;
    }
    .contactsBlock{padding-bottom:40px;}

    #contacts_map{height:270px;}

}
@media (max-width:479px){
    h1, .h1{
        font-size: 24px;
        line-height: 28px;
        margin:0 0 26px;
    }
    a.header_left_content{
        font-size: 22px;
        line-height: 26px;
        float:none; text-align: center;
        margin-bottom:20px;
    }
    a.header_left_content span{
        line-height: 18px;
        margin-top:4px;
    }
    .headerTopRight{
        font-size: 1px;
        line-height: 0;
        text-align: justify;
        text-align-last: justify;
        margin:0; float:none;
    }
    .headerTopRight:after{
        content:" ";
        display:inline-block;
        width:100%; height:0;
    }
    .headerPhoneNum{
        display:inline-block;
        font-size: 20px; margin-bottom:0;
        vertical-align: middle;
        line-height: 26px;
        text-align: left;
        max-width: 155px;
    }
    a.headerMailTo{
        display:inline-block;
        vertical-align: middle;
        float:none; margin-top:-2px;
    }
    .headerBottom{
        position:relative;
    }
    .headerMenu{
        position:absolute;
        top:50px; width:100%;
        background-color:#383c3f;
        float:none; margin:0;
        left:0; padding: 18px 0 20px;
        z-index:2; display:none;
    }
    .headerMenu > li{
        display:block;
        text-align: center;
        float:none;
        margin:0 0 16px;
    }
    .headerMenu > li > a{
        display:inline;
        color:#fff;
        padding:0;
    }
    .sandwichBut{
        padding:9px 10px;
        border:1px solid #ddd;
        border-radius: 4px;
        background:transparent;
        float:left; margin-top:7px;
    }
    .sandwichBut:hover{background-color:#ddd;}

    .sandwichBut span{
        width:22px; display:block;
        height:2px; background-color:#888;
        margin-bottom:4px;
    }
    .sandwichBut span:last-child{margin:0;}

    .header_search{width:190px; height:52px;}

    .header_search .submit{
        width:17px; height:16px;
        background-size: 100% 100%;
        right:13px;
    }
    .header_search input[type="text"]{padding-right: 43px;}

    .section_heading{
        font-size: 26px;
        line-height: 28px;
        padding-bottom: 16px;
        margin-bottom: 18px;
    }
    .company_section{padding: 25px 0 20px;}

    .companyItem{margin-bottom: 30px;}

    .companyItemPic{
        height:auto; float:left;
        margin:0 20px 10px 0;
    }
    .companyItemPic img{
        max-width: none;
        width:96px;
        max-height: none;
        display:block;
    }
    .companyItemTitle{
        font-size: 22px;
        line-height: 24px;
        margin-bottom:12px;
    }
    .companyMore{margin-top:0;}

    .eventItemDate span{font-size: 21px;}

    .eventItem{margin-bottom:25px;}

    .decisions_section{padding: 28px 0 35px;}

    .decisions_section p > span{font-size: 16px;}

    .third_section {padding: 40px 0 30px;}

    .third_section_item_title{
        font-size: 25px;
        line-height: 27px;
    }
    .third_section_hidden_title{
        font-size: 22px;
        line-height: 24px;
        padding-bottom:12px;
    }
    .third_section_item{
        width:280px;
        margin:0 auto 25px;
    }
    .support_section {padding: 35px 0 20px;}

    .support_section_pic{margin-bottom: 17px;}

    .support_section_item{
        width:75%;
        margin-bottom:25px;
    }
    .geography_section .row > div.visible-xs{
        float:left;
        width:50%;
    }
    .geographyList > li{margin-bottom: 10px;}

    .geographyList{margin-top:10px;}

    .geography_section .img{margin-bottom:18px;}

    .geography_section {padding: 30px 0 40px;}

    .contacts_one_item{
        overflow:hidden;
        margin:0 0 25px;
    }
    .contacts_one_item img{
        display:inline-block;
        margin:0 17px 0 0;
        vertical-align: middle;
        width:36px;
    }
    .contact_one_item_text{
        overflow:hidden;
        text-align: left;
        margin:0;
        display:inline-block;
        vertical-align: middle;
    }
    .contacts_one_item:last-child{margin-bottom: 40px;}

    .contacts_section_form_prompt{margin-bottom: 22px;}

    .contacts_section_field{margin-bottom: 14px;}

    .contacts_section_form .submit{
        padding: 0 34px 0 33px;
        height:53px; float:none;
        position:relative; top:57px;
        display:block; margin:20px auto 0;
    }
    .contacts_section_field.code{
        width:115px; height:51px;
        margin-left: 14px;
    }
    button.captcha_refresh{
        width:38px; height:38px;
        margin-top:8px;
    }
    .contacts_section_field.code, button.captcha_refresh{
        position:relative; top:-71px;
    }
    .contacts_section {padding: 32px 0 60px;}

    .headerTop {padding: 20px 0;}
    .footerSize{
        font-size: larger;
    }
    .footerMenu > li{
        display:block; float:none;
        margin:0 0 12px;
    }
    .footerMenu{
        width:80%; margin:0 auto 23px;
        padding-bottom: 22px;
    }
    .footer{padding: 28px 0 15px;}

    .footer_left{
        float:none; text-align: center;
        margin-bottom: 25px;
    }
    .footerPhoneNum{
        font-size: 18px; line-height: 22px;
        max-width: 165px; display:block;
        margin:0 auto 15px; text-align: left;
        padding-left:30px;
    }
    a.footerMailTo{
        padding-left: 32px;
        margin-left: -13px;
    }
    .footer_right_content{
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        width:80%; margin:0 auto;
        padding-bottom: 1em;
    }
    div.footer_right_content{padding-top: 1em;}
    .footer_right_content span{margin-top:10px;}

    .copyright{width:80%; margin:0 auto;}

    .one_event_block{
        width:272px;
        margin:0 auto 28px;
    }
    .one_event_block img{
        width:100%; float:none;
        height:auto; margin:0 0 23px;
    }
    .one_event_block:last-child{margin-bottom: 28px;}

    .eventsBlock{padding-bottom:0;}

    .mapBlock{margin-top:0;}

    .mapBottom{padding:20px 0 50px;}

    .mapBottom .row > div{
        width:50%;
        float:left;
    }
    .decisions_left_list{margin-bottom:27px;}

    .decisions_left_list > li{text-align: center;}

    .decisions_heading{
        font-size: 20px;
        line-height: 24px;
    }
    .decision_tabs_ul > li{
        float:none; display:block;
        margin:0 0 8px;
    }
    .decision_tabs_ul > li > a{
        font-size: 13px; line-height: 14px;
        border-width: 1px; padding: 11px 17px 10px;
    }
    .decision_tabs_ul > li.active > a,
    .decision_tabs_ul > li.active > a:hover,
    .decision_tabs_ul > li.active > a:focus,
    .decision_tabs_ul > li > a:hover,
    .decision_tabs_ul > li > a:focus{
        border-width: 1px;
    }
    .footer{padding-top:24px;}

    .sub_page{padding-bottom: 28px;}

    .contacts_one_item:last-child{margin-bottom:35px;}

    .contacts_head{
        font-size: 32px;
        line-height: 33px;
        margin:0 0 20px;
    }
    .contactsBlock{padding-bottom:50px;}

    #contacts_map{height:380px;}
}
*/

