

/* Start:/local/templates/ncpi/components/bitrix/menu/footer/style.min.css?1717402023490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/ncpi/components/bitrix/menu/footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/ncpi/components/ittas/cookie.banner/.default/style.css?17343460075000*/
.cookie-banner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #0088CC;
    text-align: center;
    z-index: 100000;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: rgba(243, 245, 247, 0.95);
}
.cookie-banner > p, .cookie-banner > h3{
    padding: 1rem 1rem 0.5rem;
    font-size: 1rem;
    margin: 0 24px;
    line-height: 1.4em;
}
.cookie-banner > h3{
    width: 100%;
    text-align: start;
    font-weight: 900;
}
.cookie-banner > span{
    width: 100%;
    padding: 0 16px;
    margin: 0 24px;
    font-size: 0.7rem;
    text-align: start;
    display: block;
}
.cookie-banner .buttons{
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 800px;
}
.cookie-button{
    cursor: pointer;
    padding: 5px;
    margin: 5px 1rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex: 1;
    max-width: 300px;
    background: #0088CC;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    transition: 0.2s;
}
.cookie-button:hover{
    background: #009fee;
}
.cookie-button span{
    /*display: block;*/
    font-size: 0.7rem;
    display: inline;
}
.cookie-link-doc,
.cookie-settings-link
{
    color: #0088CC;
    font-size: 0.7rem;
    text-decoration: underline;
    margin: 0.3rem;
}
.cookie-link-doc a,
.cookie-settings-link a{
    color: #0088CC;
}
.cookie-banner h3, .cookie-banner span, .cookie-banner .checboxes{
    text-align: center;
    max-width: 1100px;
}
.checboxes{
    width: 100%;
    padding: 10px 16px;
    margin: 0 24px;
    font-size: 1.2rem;
}
.checbox-row{
    text-align: start;
}
.large-button{
    padding: 10px;
}
#close{
    background-color: transparent;
    border: 1px #0088cc solid;
    color: #0088cc;
}
#close:hover{
    background: #0088cc;
    color: white;
}
#reject-all{
    color: #e5e5e5;
    background: #4b6f81;
}
#reject-all:hover{
    background: #0088cc;
    color: white;
}

/*---------Custom-checkbox---------------*/
.checboxes{
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.customCheckbox {
    display: none;
}
.customCheckbox + label {
    font-size: 0.8rem;
    position: relative;
    padding-left: 25px;
    margin-right: 30px;
    height: 1.5em;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
.customCheckbox + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #0088CC;
    border-radius: 3px;
}
.customCheckbox:checked + label::before {
    border-color: #0088CC;
    background-image: url('/local/templates/ncpi/components/ittas/cookie.banner/.default/./img/checkmark.png');
    background-size: contain;
}
.customCheckbox:not(:disabled):not(:checked) + label:hover::before {
    border-color: #0088CC;
}
.customCheckbox:focus + label::before {
    box-shadow: 0 0 3px 3px rgba(0, 136, 204, 0.4);
}
.customCheckbox:not(:disabled) + label:active::before {
    box-shadow: 0 0 3px 3px rgba(0, 136, 204, 0.4);
}
.customCheckbox:disabled + label {
    color: #687b84;
    cursor: not-allowed;
}
.customCheckbox:disabled + label::before {
    border-color: #687b84;
}
.customCheckbox:disabled:checked + label::before {
    background-image: url('/local/templates/ncpi/components/ittas/cookie.banner/.default/./img/checkmark-disabled.png');
}
/*---------------END-Custom-checkbox----------------------*/
#settings-form{
    display: none;
}
.cookie-browsers-list {
    display: flex;
    justify-content: center;
}

.cookie-browsers-list tr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.cookie-browsers-list td {
    text-align: center;
    padding: 10px;
}
.cookie-browsers-list a {
    display: block;
    line-height: 17px;
}

@media screen and (max-width: 991px){
    .cookie-banner h3,.cookie-banner span,.cookie-banner .checboxes, .cookie-banner > p{
        margin-right: 0;
        margin-left: 0;
    }
    .cookie-banner > p, .cookie-banner h3{
        line-height: 1.3rem;
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .cookie-banner > span{
        line-height: 1.1em;
        font-size: 1rem;
    }
    .cookie-button {
        font-size: 0.8rem;
        max-width: none;
        margin: 5px 16px;
        padding: 7px;
    }
    .cookie-button span{
        display: inline;
    }
    .buttons{
        flex-direction: column;
    }
    .large-button{
        padding: 7px;
    }
    .checboxes{
        flex-direction: column;
    }
    .customCheckbox + label {
        padding-left: 45px;
    }
}
/* End */


/* Start:/local/templates/ncpi/styles.css?17189964301500*/
.navbar ul.navbar-nav .ouractivity_menuitem .dropdown-menu {
  min-width: 200px !important;
  display: block !important;
}
.navbar ul.navbar-nav .ouractivity_menuitem .dropdown-menu li {
  width: 100% !important;
}
.pcpi-inner {
	display: flex;
}
#container .normalContentMenu ul li.active > a {
    color: #0083CA !important;
}
#blueheader .rightBox .searchBox form {
    width: 0;
    opacity: 0;
    transition: width 0.5s;
    float: left;
    position: absolute;
    right: 35px;
    top: -6px;
    overflow: hidden;
    z-index: 999;
  }
  #blueheader .rightBox .searchBox form .search_input {
    background: #32373D;
    color: #FFFFFF;
    border: none;
    border-radius: 0px;
    padding: 5px 0 5px 10px;
    width: 100%;
    margin: 0 -9px 0 0;
    position: initial !important;
    opacity: 1 !important;
  }
  #blueheader .rightBox .searchBox form #mm-submit {
    margin: 0 0 0 -53px;
    background: none;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.3s linear 0.2s;
    cursor: pointer;
  }
  #blueheader .rightBox .searchBox form.active {
    width: 250px;
    opacity: 1;
  }
  #blueheader .rightBox .searchBox form.active #mm-submit {
    opacity: 1;
  }
  #blueheader .rightBox .searchBox .search_btn {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding-left: 0;
  }
  #blueheader .rightBox .searchBox.active {
    width: 200px;
  }
/* End */


/* Start:/local/templates/ncpi/template_styles.css?1723787534565*/
html footer .footer-bottom .b-info-gas a{color:#f2f6f7}
.map-level-0{width: 33%; display: inline-block; vertical-align: top}
.map-level-0 > li{margin-bottom: 20px;}
.map-level-0 > li li{margin-bottom: 5px}
html a{outline: none}
.projects_box ,.regionalinfo_wrap .regional_infobox{position: relative}
.full-block-link{position: absolute;width: 100%;height: 100%;top: 0;left: 0; z-index: 1}
html .content .categoryWrap .category_item_list .category_item .bottom-btn a:nth-child(1){display: none}
.ez-psp-link{display: none}

.cart_page .cart_wrap{
    width: unset;
}
/* End */
/* /local/templates/ncpi/components/bitrix/menu/footer/style.min.css?1717402023490 */
/* /local/templates/ncpi/components/ittas/cookie.banner/.default/style.css?17343460075000 */
/* /local/templates/ncpi/styles.css?17189964301500 */
/* /local/templates/ncpi/template_styles.css?1723787534565 */
