@font-face {
    font-family: 'Segoe UI';
    src: url('/fonts/segoeui/segoeui.eot');
    src: local('&#9786;'),
    url('/fonts/segoeui/segoeui.woff') format('woff'),
    url('/fonts/segoeui/segoeui.ttf') format('truetype'),
    url('/fonts/segoeui/segoeui.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI light';
    src: url('/fonts/Segoe-UI/Cyrillic/Light/latest.eot');
    src: local('&#9786;'),
    url('/fonts/Segoe-UI/Cyrillic/Light/latest.woff') format('woff'),
    url('/fonts/Segoe-UI/Cyrillic/Light/latest.ttf') format('truetype'),
    url('/fonts/Segoe-UI/Cyrillic/Light/latest.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'Segoe UI';
}

html, body {
    margin: 0px;
    padding: 0px;
}

body {
    color: #333333;
    font-size: 12px;
    background: #fff;
}

a {
    color: #666666;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0px;
}

img, div, a {
    behavior: url(iepngfix.htc)
}

.menuhooverbgTrs {
    /*background:rgba(57,137,192,0.9);*/
    /* Web browsers that does not support RGBa */
    background: rgb(57, 137, 192);
    /* IE9/FF/chrome/safari supported */
    background: rgba(57, 137, 192, 0.9);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd1875b5, endColorstr=#dd1875b5)";
    /* Below IE7 supported */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd1875b5, endColorstr=#dd1875b5);

}

div.clear {
    clear: both;
}

div.pagetitle {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 2px;
}

div.bg_header {
    background: url(images/bg_header.gif) top left repeat-x;
}

div.bg_footer {
    /*background:url(images/bg_footer.gif) bottom left repeat-x;*/
}

div.bl_marg {
    width: 996px;
    margin: 0 auto;
}

div.bl_header {
    height: 72px;
    padding: 14px 0 38px;
}

div.bl_logo {
    width: 160px;
    float: left;
}

div.bl_login {
    float: left;
    width: 320px;
    margin: 0 13px;
}

div.bl_login_top {
    height: 36px;
}

div.bl_login_top a {
    color: #336699;
}

div.bl_login_bottom_on {
    height: 36px;
    background: url(images/bg_login_on.gif) bottom left no-repeat;
}

div.bl_login_bottom_on form {
    margin: 0px;
    padding: 0px;
}

div.bl_login_bottom_on .bl_1 {
    float: left;
    padding: 10px 0 0 20px;
    color: #fff;
}

div.bl_login_bottom_on .bl_2 {
    float: right;
    padding: 12px 10px 0 0;
}

div.bl_login_bottom_on .bl_2 input {
    color: #666;
    font-size: 10px;
    cursor: pointer;
    background: transparent;
    border: 0px;
    margin: 0px;
}

div.bl_login_bottom_off {
    height: 36px;
    background: url(images/bg_login_off.gif) bottom left no-repeat;
}

div.bl_login_bottom_off form {
    padding: 0px;
    margin: 0px;
}

div.bl_login_bottom_off .bl_1 {
    color: #fff;
    float: left;
    width: 65px;
    padding: 10px 0 0 10px;
}

div.bl_login_bottom_off .bl_2 {
    float: left;
    width: 75px;
    padding: 8px 0 0 20px;
}

div.bl_login_bottom_off .bl_3 {
    float: left;
    width: 75px;
    padding: 8px 0 0 22px;
}

div.bl_login_bottom_off .bl_2 input, div.bl_login_bottom_off .bl_3 input {
    font-size: 13px;
    color: #999;
    background: #fff;
    border: 0px;
    width: 75px;
    margin: 0px;
}

div.bl_login_bottom_off .bl_4 {
    float: left;
    padding: 11px 0 0 12px;
}

div.bl_login_bottom_off .bl_4 input {
    margin: 0px;
    width: 33px;
    height: 16px;
}

div.bl_login_bottom_off .bl_44 input {
    background: transparent;
    border: 0px;
    color: #666;
    font-size: 10px;
    cursor: pointer;
    width: 33px;
    margin: 0px;
    padding: 0px;
}

div.bl_topnav {
    width: 489px;
    float: right;
}

div.bl_topnav_top {
    height: 36px;
}

div.bl_topnav_top ul {
    margin: 5px 0 0 0;
    padding: 0px;
    list-style: none;
    float: left;
}

div.bl_topnav_top ul li {
    padding: 0px;
    margin: 0px;
    float: left;
    display: block;
    margin-right: 8px;
}

div.bl_topnav_search {
    float: right;
}

div.bl_topnav_search form {
    margin: 0px;
    padding: 0px;
}

div.bl_topnav_search .bl_1 {
    float: left;
    width: 23px;
    padding-top: 3px;
}

div.bl_topnav_search .bl_2 {
    border: 1px solid #ccc;
    border-left-width: 2px;
    width: 115px;
    height: 22px;
    background: #fff;
    float: left;
}

div.bl_topnav_search .bl_2 input {
    margin: 0px;
    padding: 2px 5px 0px;
    width: 100px;
    border: 0px;
    background: #fff;
    font-size: 13px;
    color: #666;
}

div.bl_topnav_search .bl_3 {
    float: left;
    padding-left: 3px;
}

div.bl_topnav_bottom {
    height: 36px;
    background: url(images/bg_topnav.gif) bottom left repeat-x;
    /*position: absolute;*/
}

div.bl_footer {
    padding-bottom: 16px;
    margin-top: 25px; /* 95px */
}

div.bl_copy {
    float: left;
    width: 200px;
    height: 233px;
    background: #ccc;
    font-size: 12px;
    color: #666;
}

div.bl_copy p {
    margin: 0;
    padding: 30px 25px 0px 25px;
}

div.bl_btm_panel {
    margin-left: 245px;
    border-top: 1px solid #999;
    padding-top: 15px;
}

.li-title {
    font-size: 14px;
    color: #000;
    line-height: 1 !important;
    margin-bottom: 4px;
}

div.bl_btm_menu {
    margin-right: 135px;
}

div.bl_btm_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 15px;
    float: left;
}

div.bl_btm_menu ul li {
    line-height: 18px;
}

div.bl_btm_login {
    width: 135px;
    float: right;
}

div.bl_btm_login span {
    display: block;
    margin: 0 0 10px 5px;
}

div.bl_btm_login form {
    margin: 0;
    padding: 0;
}

div.bl_btm_login .bl_1 {
    background: url(images/bg_login_btm.gif) top left no-repeat;
    width: 129px;
    height: 34px;
    margin-bottom: 5px;
}

div.bl_btm_login .bl_2 {
    background: url(images/bg_login_btm.gif) top left no-repeat;
    width: 129px;
    height: 34px;
    margin-bottom: 5px;
}

div.bl_btm_login .bl_1 input, div.bl_btm_login .bl_2 input {
    background: #fff;
    border: 0px;
    width: 106px;
    color: #666;
    font-size: 13px;
    padding: 2px;
    margin: 7px 0 0 10px;
}

div.bl_btm_login .bl_3 {
    text-align: right;
    width: 124px;
    padding-right: 5px;
}

div.bl_btm_login .bl_3 input {
    background: transparent url(images/btn_login_btm.gif) top left no-repeat;
    border: 0px;
    width: 61px;
    height: 23px;
    color: #666;
    font-size: 10px;
    cursor: pointer;
}

div.bl_index {
    /*border-top:1px solid #fff;*/
    z-index: 0;
}

div.bl_index {
    height: 171px;
    overflow: hidden;
}

div.bl_index div.bl_1 {
    float: left;
    background: #fee8a7 url(images/bl_i_1_tl.gif) top right no-repeat;
    width: 580px;
    height: 171px;
    margin-right: 20px;
}

div.bl_index div.bl_1 img {
    float: left;
    margin-right: 20px;
}

div.bl_index div.bl_1 div.bl_2 {
    margin-top: 20px;
    margin-right: 20px;
    padding: 0;
}

div.title-blue {
    color: #003366;
    margin-bottom: 5px;
    font-size: 16px;
}

div.more {
    margin-top: 5px;
}

span.datetime {
    color: #666;
}

div.bl_bnnrs {
    margin: 30px 0px;
}

div.bl_bnnrs .bl_1 {
    float: left;
    min-width: 100px;
}

div.bl_bnnrs .bl_2 {
    float: right;
    min-width: 100px;
}

div.bl_content {
    margin-bottom: 70px;
    z-index: 0;
}

div.bl_left {
    float: left;
    width: 262px;
}

div.bl_center {
    float: left;
    width: 700px;
    margin-left: 30px;
}

div.bl_bnrs div.bl_bnr {
    margin-bottom: 16px;
}

div.sect_descr {
    margin-bottom: 17px;
    margin-left: 24px;
}

div.cat_show {
    background: #ededed url(images/bg_show.gif) top left repeat-x;
    float: left;
    height: 13px;
    padding: 7px 10px 6px;
    /*margin-left:-6px;*/
    margin-bottom: 18px;
}

div.cat_show a {
    color: #003366;
}

div.cat_show a.cur {
    color: #666;
    text-decoration: none
}

span.gray {
    color: #666;
}

.lmenutitle {
    padding-bottom: 13px;
    margin: 0;
    font-size: 24px;
    color: #666;
    margin-left: 20px;
    margin-top: -20px;
}

#akalita {
    margin-left: 5px;
    background: url(https://www.akalita.com/upload/sign/sign1.gif) top left no-repeat;
    padding: 5px 0 0 25px;
}

#akalita a {
    font-size: 10px;
    color: #999999;
    text-decoration: underline;
}

#akalita a:hover {
    text-decoration: underline;
}

body {
    background: url('/bitrix/templates/saga/images/bg_header.gif') top left repeat-x;
}

.new_main {
    width: 990px;
    margin: 0 auto;
    border-left: solid 1px #d0cfcf;
    border-right: solid 1px #d0cfcf;
    border-bottom: solid 1px #d0cfcf;
    box-shadow: 0px 0px 5px #d0cfcf;
    padding-bottom: 40px;
}

.new_logo {
    width: 230px;
    height: 90px;
    float: left;
    text-align: center;
}

.new_logo:hover {
    opacity: 0.8;
}

.new_menu {
    padding-left: 20px;
    width: 560px;
    height: 90px;
    float: left;
    background: white;
}

.new_menu ul {
    margin: 0;
    padding: 0;
}

.new_menu ul li {
    float: left;
    list-style-type: none;
    width: 110px;
    margin-left: 35px;
    margin-top: 30px;
    text-align: center;
}

.new_menu ul li:hover {
    border-bottom: solid 1px #1b85ca;
}

.new_menu ul a {
    text-decoration: none;
    color: black;
}

.new_auth {
    width: 140px;
    height: 60px;
    float: left;
    background-image: url(/images/new_auth.jpg);
    background-repeat: no-repeat;
    background-color: white;
    background-position: 20px 30px;
    padding-top: 29px;
    font-size: 14px;
    padding-left: 40px;
}

.slider {
    position: relative;
    width: 990px;
}

.sliderbox {
    position: relative;
    width: 990px;
}

.sliderboxotherpages {
    position: relative;
    width: 990px;
    height: 172px;
}

.phonebox {
    z-index: 10;
    width: 230px;
    height: 82px;
    background: url('/images/phonebox.png');
    position: absolute;
}

.phoneboxotherpages {
    z-index: 10;
    width: 230px;
    height: 82px;
    background: url('/images/phonebox.png');
    position: absolute;
}

.new_searth {
    z-index: 10;
    position: absolute;
    top: 82px;
    width: 230px;
    height: 30px;
}

.new_searthotherpages {
    z-index: 10;
    position: absolute;
    top: 82px;
    width: 230px;
    height: 30px;
}

.new_searth input, .new_searthotherpages input {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.partbox {
    z-index: 10;
    top: 112px;
    position: absolute;
    width: 230px;
    height: 130px;
    background: url('/images/partbox.png');
}

.partbox a:hover {
    text-decoration: underline;
}

.new_list {
    margin: 0;
    padding: 0;
    margin-top: 12px;
    list-style-type: none;
}

.new_list li {
    float: left;
    width: 150px;
    height: 290px;
    margin-left: 13px;
    text-align: center;
    font-family: 'Segoe UI light';
}

.new_list li img {
    margin-top: 10px;
}

.new_list li div {
    text-transform: uppercase;
    margin-top: 15px;
    color: #1875b5;
    font-size: 12px;
    text-align: center;
    height: 65px;
}

.new_list li span {
    font-size: 10px;
    color: black;
    text-align: left;
    text-transform: uppercase;
}

.new_list li:hover {
    border-radius: 3px;
    box-shadow: 0 0 6px #336699;
}

.indx_btn {
    text-align: center;
    margin: 0px auto;
    margin-bottom: 6px;
    margin-top: 11px;
    background: url(/images/indx_btn.png);
    width: 265px;
    height: 60px;
}

.indx_btn a {
    color: white;
    font-size: 15px;
    text-decoration: none;
}

.indx_btn div {
    width: 265px;
    height: 35px;
    padding-top: 14px;

}

.indx_btn2 {
    text-align: center;
    /* margin: 0px auto; */
    background: url(/images/indx_btn2.png);
    width: 265px;
    height: 60px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -135px;
}

.indx_btn2 a {
    color: white;
    font-size: 15px;
    text-decoration: none;
}

.indx_btn2 div {
    width: 265px;
    height: 35px;
    padding-top: 14px;

}

.slider {
    height: 325px;
    margin-top: 0px;
}

.otherpages .slider {
    height: 172px;
    margin-top: 0px;
}

.slider-controls {
    position: absolute;
    left: 243px;
    bottom: 15px;
    text-align: center;
}

.slider-controls .control-slide:hover {
    cursor: pointer;
}

.slider-controls .control-slide {
    margin: 5px 3px 0 3px;
    display: inline-block;
    width: 20px;
    height: 14px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/btn.png) bottom center no-repeat;
}

.slider-controls .control-slide.active {
    background-position: center top;
    background: url(/images/btn2.png) bottom center no-repeat;
}

.phonee {
    color: white;
    font-size: 14px;
    position: absolute;
    font-family: 'Segoe UI light';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 14px 7px;
    text-align: center;
    letter-spacing: 1.5px;
}

.phoneebox {
    color: white;
    font-size: 14px;
    position: absolute;
    top: 15px;
    left: 30px;
    font-family: 'Segoe UI light';
}

.phoneeotherpages {
    color: white;
    font-size: 14px;
    position: absolute;
    font-family: 'Segoe UI light';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 14px 7px;
    text-align: center;
    letter-spacing: 1.5px;
}

.phoneeboxotherpages {
    height: 82px;
    color: white;
    font-size: 14px;
    position: absolute;
    top: 15px;
    left: 30px;
    font-family: 'Segoe UI light';
}

.zvonok {
    background: url(/images/icon1.png) bottom center no-repeat;
    width: 170px;
    height: 30px;
    position: absolute;
    left: 30px;
    top: 90px;
    padding-left: 30px;
    background-position: 0px 0px;
    font-family: 'Segoe UI light';
}

.zvonokotherpages {
    background: url(/images/icon1.png) bottom center no-repeat;
    width: 170px;
    height: 30px;
    position: absolute;
    left: 30px;
    top: 80px;
    padding-left: 30px;
    background-position: 0px 0px;
    font-family: 'Segoe UI light';
}

.zvonok a, .zvonokotherpages a {
    color: white;
    font-size: 16px;
    font-family: 'Segoe UI light';
}

.showsms {
    cursor: pointer;
}

.sms {
    background: url(/images/icon2.png) bottom center no-repeat;
    width: 170px;
    height: 30px;
    position: absolute;
    left: 30px;
    top: 120px;
    padding-left: 30px;
    background-position: 0px 0px;
    font-family: 'Segoe UI light';
}

.smsotherpages {
    background: url(/images/icon2.png) bottom center no-repeat;
    width: 170px;
    height: 30px;
    position: absolute;
    left: 30px;
    top: 110px;
    padding-left: 30px;
    background-position: 0px 0px;
    font-family: 'Segoe UI light';
}

.sms a, .smsotherpages a {
    font-family: 'Segoe UI light';
    color: white;
    font-size: 16px;
}

.new_title {
    font-family: 'Segoe UI light';
    width: auto;
    padding: 0 10px;
    line-height: 35px;
    position: absolute;
    top: 20px;
    z-index: 20;
    font-size: 30px;
    color: white;
    left: 250px;
    background: #1875b5;
}

.new_title2 {
    font-family: 'Segoe UI light';
    width: 94px;
    padding: 0 10px;
    position: absolute;
    top: 63px;
    line-height: 30px;
    z-index: 20;
    font-size: 15px;
    color: white;
    left: 250px;
    background: rgba(24, 117, 181, 0.7);
}

.new_footer {
    font-size: 14px;
    width: 990px;
    margin: 0 auto;
    color: #525252;
    padding-bottom: 40px;
}

.cop {
    margin: 20px;
    float: left;
}

.bot_menu {
    margin-top: 20px;
    margin-left: 200px;
    float: left;
}

.bot_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bot_menu ul li {
    margin-top: 5px;
}

.bot_phone {
    float: right;
    margin-right: 30px;
    margin-top: 20px;
}

.linkbox {
    background: url(/images/icon3.png) no-repeat;
    height: 50px;
    background-position: 0 center;
    margin-left: 20px;
    margin-top: 10px;
}

.linkbox div {
    font-family: 'Segoe UI light';
    font-size: 16px;
    width: 160px;
    margin-left: 50px;
}

.partbox a {
    margin-left: 20px;
    font-size: 18px;
    color: black;
    text-decoration: none;
}

.catalog-section {
    width: 728px;
    float: left;
}

.catdivimg {
    width: 340px;
    height: 196px;
}

.catdivborder {
    width: 340px;
    height: 196px;
    border: solid 1px #cfcfcf;
}

.catdiv {
    width: 340px;
    float: left;
    margin-left: 24px;
    margin-bottom: 36px;
    margin-top: 4px;
}

.catdiva:hover .catdivimg {
    opacity: 0.7;
}

.catdivname {
    color: #353535;
    font-size: 18px;
    height: 29px;
}

.catdivprop {
    color: #777777;
    font-size: 14px;
}

.xleb {
    height: 43px;
}

.xleb .breadcrumb-navigation {
    margin-left: 10px;
}

.xleb .breadcrumb-navigation ul li a {
    color: #858585;
    font-size: 14px;
    font-family: 'Segoe UI light';
}

.centerdiv {
    padding-left: 20px;
    padding-right: 20px;
}

.authdiv {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    display: none;
}

.success_message {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    display: none;
}

.success_message .ttlee {
    padding-top: 114px;
}

.wind {
    width: 530px;
    height: 315px;
    background: #1875b5;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -265px;
}

.ttlee {
    width: 100%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Segoe UI light';
    margin-top: 25px;
}

.closs {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 5px;
    margin-top: 5px;
}

.inpt {
    margin: 24px auto;
    width: 320px;
    height: 38px;
    display: block;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}

.entr {
    text-align: center;
}

.entr input {
    width: 130px;
    height: 37px;
    border: none;
    background: #29a8ff;
    color: white;
    font-size: 15px;
    cursor: pointer;
    vertical-align: top;
}

.entr div {
    -float: right;
    display: inline-block;
    width: 130px;
    height: 28px;
    background: #6aa8d2;
    color: white;
    font-size: 15px;
    text-align: center;
    padding-top: 9px;
}

.closwin2 {
    vertical-align: top;
}

.smsdiv {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    display: none;
}

.smsdiv .wind {
    width: 991px;
    height: 353px;
    background: #1875b5;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -495px;
}

.smsdiv .entr {
    float: left;
    margin-top: 20px;
    margin-left: 365px;
}

.smsdiv .entr input {
    height: 40px;
}

.smsdiv .entr div {
    height: 31px;
}

.zvonokdiv {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    display: none;
}

.zvonokdiv .wind {
    width: 991px;
    height: 353px;
    background: #1875b5;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -495px;
}

.doptext {
    font-size: 18px;
    font-family: 'Segoe UI light';
    color: white;
    padding-left: 24px;
    padding-right: 24px;
}

.inpt01 {
    margin: 0 auto;
    margin-top: 24px;
    width: 320px;
    height: 38px;
    display: block;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-left: 24px;
}

.inpt02 {
    margin: 0 auto;
    margin-top: 24px;
    width: 260px;
    height: 38px;
    display: block;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-left: 20px;
}

.inpt03 {
    margin: 0 auto;
    margin-top: 20px;
    width: 620px;
    height: 38px;
    display: block;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-left: 24px;
}

.inpt04 {
    margin: 0 auto;
    margin-top: 20px;
    width: 920px;
    height: 90px;
    display: block;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-left: 24px;
}

.zvonokdiv .entr {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.zvonokdiv .entr input {
    height: 40px;
}

.zvonokdiv .entr div {
    height: 31px;
}

.sotrdiv {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    display: none;
}

.sotrdiv .wind {
    width: 991px;
    height: 380px;
    background: #1875b5;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -495px;
}

.sotrdiv .entr {
    width: 601px;
    margin: 0;
    float: right;
    margin-top: 20px;
    margin-right: 25px;
}

.selectbox {
    vertical-align: middle;
    cursor: pointer;
    float: left;
}

.selectbox .select {
    margin: 0 auto;
    margin-top: 24px;
    width: 260px;
    height: 38px;
    display: block;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
    background: white;
}

.selectbox .select:active {
    background: #f5f5f5;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}

.selectbox.focused .select {
    border: 1px solid #5794BF;
}

.selectbox .select .text {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    color: #9B9B9B;
    font-size: 13px;
}

.selectbox .trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #CCC;
}

.selectbox .trigger .arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.selectbox:hover .arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}

.selectbox .dropdown {
    top: 33px;
    width: 280px;
    margin: 0;
    padding: 4px 0;
    background: #FFF;
    top: 62px;
    left: 20px;
}

.selectbox ul {
    margin: 0;
    padding: 0;
}

.selectbox li {
    text-align: left;
    list-style-type: none;
    padding: 10px 10px 10px;
    color: #231F20;
    font-size: 13px;
}

.selectbox li.selected {
    background: #A3ABB1;
    color: #FFF;
}

.selectbox li:hover {
    background: #08C;
    color: #FFF;
}

.selectbox li.disabled {
    color: #AAA;
}

.selectbox li.disabled:hover {
    background: none;
}

#btn-file-wrapper .form-btn {
    color: #5F5F5F;
    font-size: 13px;
    margin: 0 auto;
    margin-top: 20px;
    width: 280px;
    height: 38px;
    display: block;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
    background: url('/images/upload.jpg');
    float: left;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

#btn-file-wrapper input {
    position: absolute;
    visibility: hidden;
}

.star01 {
    color: white;
    font-family: 'Segoe UI light';
    font-size: 22px;
    position: absolute;
    top: 107px;
    left: 25px;
}

.star02 {
    color: white;
    font-family: 'Segoe UI light';
    font-size: 22px;
    position: absolute;
    top: 107px;
    left: 385px;
}

.star03 {
    color: white;
    font-family: 'Segoe UI light';
    font-size: 22px;
    position: absolute;
    top: 172px;
    left: 685px;
}

.star04 {
    color: white;
    font-family: 'Segoe UI light';
    font-size: 22px;
    position: absolute;
    top: 344px;
    left: 232px;
}

.star05 {
    color: white;
    font-family: 'Segoe UI light';
    font-size: 22px;
    position: absolute;
    top: 293px;
    left: 365px;
}

.zayzvkadiv {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    display: none;
}

.zayzvkadiv .wind {
    width: 991px;
    height: 490px;
    background: #1875b5;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -495px;
}

.zayzvkadiv #btn-file-wrapper .form-btn {
    color: white;
    font-size: 13px;
    margin: 0 auto;
    width: 190px;
    height: 38px;
    display: block;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 24px;
    background: url('/images/upload2.jpg');
    float: left;
    text-align: left;
    padding-left: 50px;
    padding-right: 10px;
}

.zayzvkadiv #btn-file-wrapper input {
    position: absolute;
    visibility: hidden;
}

.zayzvkadiv .entr {
    margin: 0;
    margin-top: 20px;
    width: 850px;
}

.zayzvkadiv .entr input {
    margin-left: 16px;
}

.podat_zayavku {
    margin-top: 30px;
    background: #bb0000 !important;
}

.l1 {
    position: absolute;
    right: 240px;
    bottom: 15px;
    z-index: 99;
}

.l2 {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 99;
}

.l3 {
    position: absolute;
    right: 235px;
    bottom: 15px;
    z-index: 99;
}

.btmenu li a:hover {
    color: #1875b5;
}

.asign {
    width: 120px;
    height: 60px;
    background: url('https://www.akalita.com/img/sign.png') top right no-repeat;
    padding-top: 15px;
    text-align: right;
    position: absolute;
    margin-top: 15px;
    margin-left: 80px;
}

.asign a {
    color: #666666;
    font-size: 10px;
}

.z11 {
    font-size: 24px;
    font-family: 'Segoe UI light';
    margin-left: 20px;

}

.divads {
    display: block !important;
    width: 350px;
    float: left;
    margin-left: 20px;
    font-size: 14px;
    font-family: 'Segoe UI light';
    margin-top: 25px;
}

.divads span {
    font-size: 20px;
    font-family: 'Segoe UI';
    display: block;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
}

.leftdiv {
    float: left;
    width: 230px;
}

.rightdiv {
    float: left;
    width: 760px;
}

div.contentattributed {
    padding-left: 15px;
}

.centerdiv h3 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    font-size: 24px;
    color: #666;
}

.yamap {
    float: left;
    width: 340px;
    height: 370px;
    margin-right: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.map-img {
    float: left;
    width: 340px;
    height: 370px;
}

.contacts_left {
    width: 285px;
    float: left;
}

.fl_right {
    float: right;

}

.p_advantages {
    width: 100%;
    overflow: hidden;
}

.p_advantages .p_item {
    width: 340px;
    margin-right: 35px;
    float: left;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.p_advantages .p_item name {
    text-transform: uppercase;
    margin: 15px 0 15px 0;
    display: block;
    font-size: 20px;
    color: #333;
}

.p_advantages .p_item a {
    display: block;
    color: #0077ba;
    margin-bottom: 50px;
}

.p_advantages .p_hidden {
    position: absolute;
    background-color: #f2f2f2;
    padding: 13px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    width: 740px;
    display: none;
    font-size: 14px;
}

.p_advantages .p_hidden img {
    margin: 0 15px 15px 0;
}

.p_advantages .p_hidden .close {
    position: absolute;
    width: 19px;
    height: 19px;
    cursor: pointer;
    margin: -12px 0 0 732px;
    background: url('images/close-new.png');
}

.br_logo img {
    width: 100%;
}

.br_pic img {
    width: 100%;
    height: 90px;
}




























