/* TEMPLATE BASE STYLESHEET FILE */
@font-face {
    font-family: 'robotolight';
    src: url('/_fonts/Roboto-Light-webfont.ttf');
    src: local('robotolight'), url('/_fonts/Roboto-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: #ffffff;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    /*height: auto;*/
    width: 100%;
    height: 100%;
}
* {font-family: "robotolight", "Times New Roman", normal;/*Consolas, Monaco, Courier New, Courier, monospace;*/}
/* HEADER */
div.header {
    height: 140px;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 0px;
    border: 0px;
}

div.header div.header-content {
    max-width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
}
div.header div.phones {
    text-align: left;
    width: 323px;
    float: left;
    font-weight: normal;
    margin: 0px;
    height: 120px;
    /*background-color: #F5F5F5;*/
    padding: 10px 0 10px 10px;
}
div.header div.phones div.phone-item {
    width: 100%;
    min-height: 20px;
    float:left;
}
div.header div.phones div.phones_title { color: #b26edf; width: 100%; float: left; font-size: 14px; font-weight: bold; margin-bottom: 2px; }
div.header div.phones div.phone_label {
    font-size: 16px;
    /*font-weight: bold;*/
    color: #333;
    width: 80px;
    float: left;
    margin-top: 5px;
    line-height: 20px;
    min-height: 20px;
    text-align: right;
}
div.header div.phones div.phone_number, div.header div.phones div.phone_number a {
    width: 235px;
    font-size: 16px;
    /*font-weight: bold;*/
    text-decoration: none;
    float: right;
    text-align: left;
    margin-top: 5px;
    color: #b26edf;
    line-height: 20px;
    min-height: 20px;
}
div.header div.phones div.phone_number a {margin: 0px;}
div.header div.idom {
    width: 330px;
    height: 140px;
    float: left;
    -webkit-perspective: 1000;
    margin: 0 2px 0 0;
}
div.header div.title {
    background: transparent url('/images/title_img.png') center top no-repeat;
    background-size: contain;
    width: 330px;
    height: 140px;
    float: left;
    line-height: 20px;
    padding: 0;
    margin: 0;
    border: 0px;
    font-size: 12px;
    text-align: center;
    color: #333;
    z-index: 2;
    letter-spacing: 4px;
    cursor: pointer;
}
div.header div.flip {
    height: 86px;
    width: 86px;
    padding: 0px;
    margin: 30px 12px;
    float: right;
}
div.flipper{
    height: 45px;
    width: 80px;
    /*border-radius: 20px;
    border: 3px solid #b26edf;*/
    transition: 0.4s;
    -webkit-transition: 0.4s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    margin: 0px;
    padding: 20px 5px 15px 5px;
    position: relative;
    top: 0px;
    right: 0px;
    color: #b26edf;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    cursor: pointer;
    background-color: #f5f5f6;
}
div.flipper_back {
    position: absolute;
    top: -3px;
    left: -3px;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    width: 80px;
    height: 80px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 20px;
    border: 3px solid #b26edf;
    margin: 0px;
    cursor: pointer;
}
div.flip:hover div.flipper{
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}
div.back_731 { background: url("/images/731_2.png") center center no-repeat; }
div.back_cab { background: url("/images/cabinet_2.png") center center no-repeat; }
div.back_qa { background: url("/images/qa_1.png") center center no-repeat; }
div.header div.name {
    color: #222;
    width: 160px;
    height: 80px;
    line-height: 70px;
    float: left;
    font-size: 24px;
    text-align: center;
}
div.header div.phone div {
    float: right;
    font-size: 28px;
    font-weight: bold;
    color: #b10001;
}
div.header div.phone {
    color: #222;
    width: 240px;
    height: 80px;
    line-height: 70px;
    float: right;
    font-size: 24px;
    text-align: center;
}
/* /HEADER */

/* MENU */
div.top_area div.menu_area {
    height: 50px;
    background-color: #dddee0;
    color: #fff;
    display: block;
    font-size: 16px;
    position: relative;
    z-index: 10;
}
div.top_area div.menu_area div.menu_block {
    width: 1000px;
    max-width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
}
div.top_area div.menu_area div.menu_block ul {
    list-style: none;
    padding: 0;
    clear: both;
    display: inline-block;
    float: left;
    text-align: center;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}
div.top_area div.menu_area div.menu_block li.home_item {
    font-size: 0px;
    z-index: 2;
    min-width: 50px;
}
div.top_area div.menu_area div.menu_block li.home_item a {
    width: 50px;
    height: 45px;
    display: block;
}
div.top_area div.menu_area div.menu_block li.home_item a span {
    width: 50px;
    height: 45px;
    display: block;
}
div.top_area div.menu_area div.menu_block li.border-r { border-left: 0; }
div.top_area div.menu_area div.menu_block li.border-l { border-right: 0; }
div.top_area div.menu_area div.menu_block ul.menu li:hover { background-color: #d6a7f5;/* background: linear-gradient(#1D4070, #2B5FA5);*/ }
div.top_area div.menu_area div.menu_block ul.menu li {
    background-color: #b26edf;
}
div.top_area div.menu_area div.menu_block ul.menu li ul li {
    background-color: transparent;
}
div.top_area div.menu_area div.menu_block li {
    font-size: 16px;
    position: relative;
    display: table-cell;
    margin: 0 auto;
    min-width: 310px;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0 10px;
}
div.top_area div.menu_area div.menu_block li:first-child { border-left: 2px solid #ffffff; }
div.top_area div.menu_area div.menu_block li:last-child { border-right: 2px solid #ffffff; width: 312px; }
div.top_area div.menu_area div.menu_block li li:first-child { border: none; }
div.top_area div.menu_area div.menu_block li li:last-child { border: none; width: 100%; }

div.top_area div.menu_area div.menu_block li a { text-decoration: none; color: #ffffff; }
div.top_area div.menu_area div.menu_block li a span {
    width: 100%;
    height: 100%;
    display: block;
}
/*
div.top_area div.menu_area div.menu_block li#current:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    height:4px;
    border-radius: 1.5px;
    content: '';
    background-color: #2B5FA5;
    background: linear-gradient(#2c9fea, #2B5FA5);
}*/
div.top_area div.menu_area div.menu_block li:first-child#current:before { background: none; }
div.top_area div.menu_area div.menu_block li ul {
    display: none;
    min-width: 172px;
    width: 330px;
    background-color: rgba(178, 110, 223, 0.70);
    border-radius: 0 0 3px 3px;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 50px 0 0 0;
    padding: 0px;
    float: left;
    height: auto;
    overflow-y: hidden;
    z-index: 100;
}
div.top_area div.menu_area div.menu_block li ul li {
    font-size: 16px;
    position: relative;
    display: block;
    margin: 0;
    min-width: 150px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    padding: 0;
    /*font-family: Consolas, Monaco, 'Courier New', Courier, monospace;*/
    border: 0px;
    white-space: nowrap;
    text-align: left;
}
div.top_area div.menu_area div.menu_block li ul li a { display: block; padding: 0 10px; }
div.top_area div.menu_area div.menu_block li:hover ul { display: block; }
/* /MENU */
/* NEWS */
div.news {
    display: block;
    font-size: 16px;
    position: relative;
}
div.news-content {
    margin: 0 auto;
    height: 250px;
    max-width: 1000px;
    min-width: 1000px;
}
div.news div.news-item.hidden { display: none; }
div.news div.news-item:first-child { border-left: 0; }
div.news div.news-item:last-child:after { background: transparent; }
div.news div.news-item:hover { color: #333; }
div.news div.news-item {
    transition: 0.3s;
    width: 320px;
    height: 250px;
    float: left;
    position: relative;
    color: #555;
    cursor: pointer;
    padding: 0 10px;
}
div.news div.news-item div.news-item-date {
    float: left;
    height: 20px;
    line-height: 20px;
    width: 110px;
    padding-left: 22px;
    background: url("/images/calendar-128.png") no-repeat left 20%;
    background-size: 17px 17px;
    position: absolute;
    bottom: 2px;
    left: 10px;
    color: #2B5FA5;
}
div.news div.news-item div.news-item-title {
    font-size: 18px;
    float: left;
    margin: 0px;
    padding: 0 10px;
    width: 300px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    position: absolute;
    left: 10px;
    top: 120px;
    color: #ffffff;
    z-index: 3;
    background-color: rgba(0,0,0,0.5);
}
div.news div.news-item:first-child div.news-item-title, div.news div.news-item:first-child div.news-item-date { left: 0px; }
div.news div.news-item div.news-item-title2 {
    font-size: 18px;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 310px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    position: absolute;
    left: 21px;
    top: 126px;
    color: #222222;
    font-weight: bold;
    z-index: 2;
}
div.news div.news-item:first-child div.news-item-title2 { left: 11px; }
div.news div.news-item div.news-item-img {
    width: 320px;
    height: 150px;
    margin: 0px;
    padding: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}
div.news div.news-item:first-child:before { background-color: transparent; }
div.news div.news-item:before {
    background-color: #d8d2d2;
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    bottom: 0px;
    left:0;
}
div.news div.news-item div.news-item-body {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 50px;
    padding: 10px;
    width: 300px;
}
div.news div.news-item div.news-item-body p {
    margin-top: 0px;
    margin-bottom: 5px;
}
div.news div.news-item div.more {
    background: linear-gradient(#cce868, #608706);
    width: 80px;
    height: 25px;
    line-height: 25px;
    float: right;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-right: 3px;
    cursor: pointer;
}
div.attention {
    position: absolute;
    width: 80px;
    height: 20px;
    background-color: red;
    color: #fff;
    text-align: center;
    top: 25px;
    right: -5px;
}
div.hidden-news { display: none; }
/* /NEWS */
div.left_panel
{
    width: 330px;
    float: left;
    margin: 0 2px;
    min-height: 320px;
    padding: 0px;
}
div.main { float: left; }
div.top_area {
    width: 100%;
    position: relative;
    float: left;
    border: 0;
    margin: 0 auto;
    background-color: /*rgb(103,161,218)*/#ffffff;
}
div.center_column {
    width: 1000px;
    margin: 10px auto;
    overflow: hidden;
    min-height: 320px;
}
div.page_area {
    margin: 0px auto;
    display: block;
    font-size: 16px;
    position: relative;
    width: 100%;
    float: left;
    border: 0;
    background-color: transparent;
}
div.page_block {
    width: 1000px;
    max-width: 1000px;
    min-width: 1000px;
    margin: 0;
    padding: 0px;
    float: left;
}
div.page_block div.news-item-date { width: calc(100% - 22px) !important; }
div.footer_area {
    height: auto;
    line-height: 30px;
    color: #222;
    margin: 0px auto;
    text-align: center;
    font-size: 12px;
    display: block;
    width: 100%;
    position: relative;
    float: left;
    border: 0;
    border-top: 10px solid #b26edf;
    min-height: 350px;
    background-color: #ffffff;
}
div.copyright {
    width: 100%;
    text-align: center;
    height: 50px;
    margin: 10px auto 0;
    line-height: 50px;
    text-indent: 10px;
    font-size: 1em;
    background-color: #F5F5F5;
    color: #ffffff;
    float: left;
    position: relative;
}
div.copyright span {
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
    border: 0px;
    height: 50px;
}
div.copyright a {
    color: #2db3ff;
    display: block;
    float: left;
    line-height: 24px;
    height: 24px;
    margin: auto 0px;
    padding: 0px;
    border: 0px;
}
div.copyright div.copy_text {
    color: #000000;
    display: block;
    float: left;
    line-height: 50px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
div.copyright img {
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #1D4070;
    border-radius: 12px;
    padding: 2px 10px;
    margin: 13px 0;
}
div.footer_middle {
    width: 1000px;
    margin: 0 auto;
    padding: 0px;
    border: 0px;
    overflow: hidden;
}
div.loginform input { width: 99%; }
/* PHOTOGALLERY */
#picview-modal-content { display: none; padding: 0px !important; }
#picview-modal-content div.ajax-pic-loading {
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    background: url('/images/admin/ajax-loader-big.gif') no-repeat;
}
#picview-modal-content div.pic-description {
    float: left;
    width: 50%;
    height: 24px;
    padding: 5px;
    border-radius: 5px;
    border: 4px solid #c0c0c0;
    background-color: #fff;
    z-index:10;
    position:absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -25%;
    margin-top: -25px;
    display: none;
    font: 18px normal Helvetica, Arial, sans-serif;
    color: #898989;
    text-align: center;
}
div.gallery {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #c0c0c0;
    background-color: #ffffff;
    float: left;
}
div.galtitle {
    height: 50px;
    background-color: #b26edf;
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    margin: 1px;
    width: 998px;

}
/* /PHOTOGALLERY */
/* SLIDESHOW */
div.slideshow_module {
    width: calc( 100% - 340px);
    margin: 0px;
    padding: 0px;
    border: 0px;
    position: relative;
    /*height: 397px;*/
    background-color: #F5F5F5;
    float: left;
}
div.slideshow_module div.markers {
    position: absolute;
    width: 100%;
    left: 10px;
    top: 100%;
    height: 30px;
    margin-top: -40px;
}
div.slideshow_module div.markers div.marker {
    width: 12px;
    height: 12px;
    border: 2px solid #444444;
    border-radius: 5px;
    float: left;
    padding: 0px;
    margin: 7px 0px 7px 7px;
    background-color: #555555;/*: transparent url('/images/marker_off.png') no-repeat center center;*/
    cursor: pointer;
}
div.slideshow_module div.markers div.marker.selected { background-color: #d6a7f5;/* transparent url('/images/marker_on.png') no-repeat center center;*/ }
.slideshow {
    width: 100%;
    margin: 0px;
    padding: 10px;
    border: 0px;
}
.slideshow td.tabs {
    background-color: #898989;
    height: 50px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.slideshow td.tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slideshow td.tabs ul li {
    list-style: none;
    margin: 5px;
    padding: 0 0 0 70px;
    width: 130px;
    height: 50px;
    background-repeat: no-repeat;
    float: left;
    background-color: #dddddd;
    background-position: 3px center;
    line-height: 50px;
    cursor: pointer;
    color: #666666;
}
.slideshow td.tabs ul li.selected { background-color: #666666; color: #ffffff; }
.slideshow td.tabs ul li:hover { background-color: #ffffff; color: #666666; }
.slideshow td.sberbank {
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 400px;
    overflow: hidden;
    width: 322px;
    text-align: center;
}
.slideshow td.main {
    margin: 0px;
    padding: 0px;
    border: 0px;
    position: relative;
    height: 400px;
    overflow: hidden;
    width: 625px;
}
.slideshow td.main div {
    width: 100%;
    display: none;
    position: absolute;
    /*float: left;*/
    overflow:hidden;
}
.slideshow td.main img {
    left: 0px;
    top: 0px;
    width: 640px;
    height: 400px;
}
.slideshow td.main div.pic_text {
    width: 312px;
    opacity: 1;
    color: #222;
    position: absolute;
    top: 0;
    right: 0px;
    margin: 0 0 0 -30%;
    bottom: 0px;
    height: 100%;
    text-align: left;
    padding: 0 0 10px 10px;
    line-height: 24px;
    font-size: 11px;
}
.slideshow td.main div.pic_text h1 {
    width: 312px;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: #d6a7f5;
    text-align: center;
    margin: 0 0 10px 0;
    color: #ffffff;
    font-weight: normal;
}
.slideshow td.main div.pic_text p {
    margin: 0px;
    padding: 0px;
}
.slideshow td.main div.pic_text div {
    display: block;
    text-align: left;
    background: transparent;
    width: 100%;
    float: left;
    position: relative;
    font-size: 12px;
}
/* /SLIDESHOW */
/* NEWS PAGE */
div.news_item {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    border: 0;
    border-bottom: 1px solid #dddddd;
    position: relative;
}
div.news_item div.news_img {
    width: 320px;
    margin: 0;
    padding: 0;
    height: 150px;
    text-align: right;
    float: left;
    background-position: left top;
    background-repeat: no-repeat;
}
div.news_item div.news_title {
    margin: 0 0 0 10px;
    float: left;
    font-weight: bold;
    width: 990px;/*600px;*/
    /*height: 20px;*/
    line-height: 20px;
    font-size: 18px;
}
div.news_item div.news_date {
    margin: 0 0 0 10px;
    float: left;
    width: 990px; /*600px;*/
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #a6a6a6;
    vertical-align: top;
}
div.news_item div.news_date img { padding-top: 2px; }
div.news_item div.news_anounce {
    margin: 0 0 10px 10px;
    float: left;
    line-height: 20px;
    font-size: 16px;
    width: 990px;/*600px;*/
    max-height: 126px;
    overflow-y: hidden;
}
div.news_item div.news_anounce p { margin-top: 0px; }
div.news_item.opend div.news_anounce { display: none; }
div.news_item div.news_full {
    margin: 0 0 0 10px;
    float: left;
    line-height: 20px;
    font-size: 16px;
    width: 990px; /*670px*/;
    display: none;
}
div.news_image {
    width: 330px;
    height: 150px;
}
div.news_image.left {
    float: left;
    margin-right: 20px;
}
div.news_image.right {
    float: right;
    margin-left: 20px;
}
div.news_item div.news_full p { margin-top: 0px; }
div.news_item.opend div.news_full { display: block; }
div.news_item div.news_scroll {
    width: 31px;
    height: 20px;
    position: absolute;
    left: 950px;
    top: 100%;
    margin-top: -21px;
    background: url('/images/arrows_down.png') center center no-repeat;
    border: 1px solid #dddddd;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
}
div.news_item div.news_scroll:hover { background-color: #ededed; }
div.news_item.opend div.news_scroll { background: #dddddd url('/images/arrows_up.png') center center no-repeat; }
#content-info-area div.news-item:hover { color: #333; }
#content-info-area div.news-item.attention div.news-item-title { color: #bb0012 }
#content-info-area div.news-item.attention div.news-item-body { color: #c14f4f }
#content-info-area div.news-item:last-child:after { background-color: transparent; }
#content-info-area div.news-item {
    transition: 0.3s;
    width: 100%;
    float: left;
    position: relative;
    color: #555;
    cursor: pointer;
}
#content-info-area div.news-item:after {
    background-color: #d8d2d2;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left:0;
}
#content-info-area div.news-item div.news-item-date {
    float: left;
    height: 20px;
    line-height: 20px;
    width: 90px;
    padding: 10px 10px 10px 20px;
    background: url("/images/calendar-128.png") no-repeat left 48%;
    background-size: 17px 17px;
    margin-bottom: 5px;
    color: #a6a6a6
}
#content-info-area div.news-item div.news-item-title {
    font-size: 20px;
    float: right;
    margin-bottom: 5px;
    padding: 10px;
    width: 850px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    position: relative;
}
#content-info-area div.news-item div.news-item-body {
    display: none;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px;
    width: calc(100% - 20px);
}
#content-info-area div.news-item div.more {
    background: linear-gradient(#cce868, #608706);
    width: 80px;
    height: 25px;
    line-height: 25px;
    float: right;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-right: 3px;
    cursor: pointer;
}
/* /NEWS PAGE */
/* FOOTER */
div.footer-blocks {
    display: block;
    /*font-family: Consolas, Monaco, 'Courier New', Courier, monospace;*/
    font-size: 14px;
    height: 288px;
    margin: 0px auto;
    width: 1000px;
}
div.footer-blocks div:last-child { border-right: 0px #eee solid; margin: 0px; }
div.footer-blocks div:first-child { padding-left: 0px; }
div.footer-blocks div.layer.layer66 {
    width: 662px;
}
div.footer-blocks div.layer {
    width: 331px;
    min-height: 288px;
    margin: 0 2px 0 0;
    float: left;
    position: relative;
}
div.footer-blocks div.layer div.title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    background-color: #b3b3b3;
    padding: 0;
    margin: 2px 0 10px 0;
    text-align: left;
    cursor: pointer;
}
div.footer-blocks div.layer div.title div.icon {
    width: 24px;
    height: 24px;
    margin: 13px;
    float: left;
    vertical-align: middle;
}
div.footer-blocks div.layer div.title div.poll { background: transparent url('/images/icon-poll.png') left center no-repeat; }
div.footer-blocks div.layer div.title div.q-a{ background: transparent url('/images/icon-dialog.png') left center no-repeat; }
div.footer-blocks div.layer div.title div.gal{ background: transparent url('/images/icon-gallery.png') left center no-repeat; }
div.footer-blocks div.layer div.layer-body div.question, div.footer-blocks div.layer div.layer-body div.answer {
    font-size: 14px;
    color: #a5a4a4;
    width: 100%;
    float:left;
    padding: 10px;
    max-height: 150px;
    overflow: hidden;
}
div.q-title, div.a-title {
    float: left;
    font-size: 16px;
    color: #b26edf;
    line-height: 20px;
}
div.q-body {
    margin-bottom: 15px;
    overflow: hidden;
}
div.layer div.q-body { max-height: 80px; margin-bottom: 10px; }
div.q-body, div.a-body {
    color: #53585f;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}
div.layer div.a-body { max-height: 60px; overflow: hidden; }
div.galery-img { float: left; }
div.galery-img td { vertical-align: top; }
div.galery-img img { outline: 1px solid #ffffff; cursor: pointer; }
div.galery-img img:hover { outline-color: #a5a4a4; }
div.footer-link {
    text-align: right;
    position: absolute;
    left: -10px;
    top: 100%;
    margin-top: -40px;
    width: 100%;
    display: block;
}
div.footer-button {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: -40px;
    width: 100%;
    display: block;
}
div.footer-button div {
    background-color: transparent;
    color: #7EADD5;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    margin-right: 10px;
    text-decoration: underline;
    float: right;
}
div.footer-button:hover div { color: #9CCCF5; }
div.footer-loader {
    width: 100%;
    height: 20px;
    background: transparent url('/images/footer-loader.gif') center center no-repeat;
    display: none;
    float: left;
}
div.layer_body {
    height: 190px;
    overflow: hidden;
    float: left;
    display: block;
    width: 100%;
}
div.chart-block {
    width: 310px;
    height: 160px;
    float: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
div.chart-block span { color: #333; }
/* /FOOTER */
div.pagination {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 40px;
    width: 100%;
    border: 0px;
}
div.pagination div.pagination-button {
    float: left;
    padding: 10px;
    cursor: pointer;
    transition: 0.1s;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    /*font-family: Consolas, Monaco, 'Courier New', Courier, monospace;*/
    font-size: 18px;
}
div.pagination div.pagination-button:hover { background-color: #a6a6a6; }
div.pagination div.pagination-button.selected { font-size: 22px; font-weight: bold; }
div.pagination div.splitter {
    float: left;
    padding: 10px;
    cursor: pointer;
    transition: 0.1s;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.highcharts-tooltip text tspan { color: #222222 !important; }
/* PHOTOGALLERY */
div.galleriesList div.row {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
div.galleriesList div.row div.folder {
    width: 328px;
    height: 328px;
    float: left;
    position: relative;
    color: #555;
    cursor: pointer;
    margin: 1px;
    border: 1px solid #d6a7f5;
    overflow: hidden;
}
div.galleriesList div.row div.videofolder { width: 320px; height: 180px; }
div.galleriesList div.row div.folder:last-child { margin-right: 0px; }
div.galleriesList div.row div.folder div.folder-img {
    width: 328px;
    height: 328px;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    margin: 0px;
    padding: 0px;
    background-position: left top;
    background-repeat: no-repeat;
}
div.galleriesList div.row div.folder div.folder-title {
    float: left;
    width: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 16px;
    background-color: rgba(178, 110, 223, 0.70);
    color: #ffffff;
}
div.img-modal {
    display: none;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
div.next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    right: -25px;
    background: url("/images/next.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
}
div.prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: -25px;
    background: url("/images/prev.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
}
div.img-modal div.description {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    color: #303030;
    float: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
div.img-modal div.miniatures {
    width: 100%;
    height: 60px;
    background-color: #303030;
    margin: 0px;
    padding: 0px;
    border: 0px;
    float: left;
    overflow: hidden;
    position: relative;
}
div.img-modal div.miniatures div.miniaturesList {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 60px;
    margin: 0px 20px;
    padding: 0px;
    border: 0px;
    max-height: 60px;
}
div.miniaturesList img {
    outline: 1px solid #ffffff;
    cursor: pointer;
    margin: 10px 7px;
    padding: 0px;
    float: left;
    display: inline;
    width: 58px;
    height: 40px;
}
div.miniaturesList img.selected_mini {
    width: 73px;
    height: 50px;
    margin: 5px;
}
div.imgplace {
    float: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
div.miniatures_left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 60px;
    background-color: rgba(0,0,0,0);
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
div.miniatures_left:hover { background-color: rgba(0,0,0,0.5); }
div.miniatures_right {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 20px;
    height: 60px;
    background-color: rgba(0,0,0,0);
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    border: 0px;
    margin-left: -20px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
div.miniatures_right:hover { background-color: rgba(0,0,0,0.5); }
/* /PHOTOGALLERY */
/* NAVIGATION BAR */
div.navbar {
    height: 30px;
    margin: 0 0 10px 0;
    overflow: hidden;
}
div.navbar div {
    float: left;
    padding: 0 20px 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: url('/images/arrow_right.png') right center no-repeat;
}
div.navbar div:first-child { padding-left: 0px; }
div.navbar div:last-child { background: none; }
div.navbar a {
    color: #d6a7f5;
    text-decoration: none;
}
div.navbar a:hover { text-decoration: underline; }
/* /NAVIGATION BAR */
/* STRUCTURE */
div.structure-block {
    width: 998px;
    height: 998px;
    border: 0;
    border-radius: 5px;
    position: relative;
    float: left;
    margin-bottom: 50px;
}
div.structure-block div.block {
    border-radius: 5px;
    width: 210px;
    height: 70px;
    position: absolute;
    cursor: pointer;
    border-width: 3px;
    border-style: solid;
}
div.structure-block div.block h3 {
    font-size: inherit;
    font-weight: inherit;
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    text-align: center;
    width: inherit;
    color: inherit;
}
div.structure-block div.block:hover { box-shadow: 0 0 10px #898989; }
div.block_style1 { background-color: #2c60a3; border-color: #0B376F; color: #ffffff; }
div.block_style2 { background-color: #7380f0; border-color: #2c60a3; color: #ffffff; }
div.block_style3 { background-color: #a2d8f5; border-color: #2c60a3; color: #2c60a3; }
div.block_style4 { background-color: #ebebeb; border-color: #d6a7f5; color: #333231; }
div.block_style5 { background-color: #b26edf; border-color: #b26edf; color: #ffffff; }
div.block_style6 { background-color: #ebebeb; border-color: #555555; color: #555555; }
div.hint-block {
    background-color: rgb(178, 110, 223);
    background-color: rgba(178, 110, 223, 0.70);
    color: white;
    width: 400px;
    min-height: 30px;
    position: fixed;
    left: 0px;
    top: 0px;
    border: 0px;
    border-radius: 5px;
    display: none;
    z-index: 100;
}
div.hint-block tr td { vertical-align: top; }
div.hint-block tr td:first-child { text-align: right; }
div.hint-block tr td.fullrow { text-align: left !important; }
/* /STRUCTURE */
table.doc_list td a {
    display: block;
    padding: 10px 0 10px 40px;
    background: transparent url('/images/document.png') left center no-repeat;
    text-decoration: none;
    color: #b26edf;
}
table.doc_list td a:hover { background-color: #eeeeee; }
/* TIMETABLE */
div.timetable_item {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    border: 0;
    border-bottom: 1px solid #dddddd;
    position: relative;
}
div.timetable_item div.timetable_title {
    margin: 0 0 0 10px;
    float: left;
    font-weight: bold;
    width: 600px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
}
div.timetable_item div.timetable_short {
    margin: 0 0 0 10px;
    float: left;
    line-height: 20px;
    font-size: 16px;
    width: 600px;
    overflow: hidden;
}
div.timetable_item div.timetable_short p { margin-top: 10px; margin-bottom: 10px; }
div.timetable_item.opend div.timetable_short { display: none; }
div.timetable_item div.timetable_full {
    margin: 0 0 0 10px;
    float: left;
    line-height: 20px;
    font-size: 16px;
    width: 600px;
    display: none;
}
div.timetable_item div.timetable_full p { margin-top: 0px; }
div.timetable_item.opend div.timetable_full { display: block; }
div.timetable_item div.timetable_scroll {
    width: 31px;
    height: 20px;
    position: absolute;
    left: 950px;
    top: 100%;
    margin-top: -21px;
    background: url('/images/arrows_down.png') center center no-repeat;
    border: 1px solid #dddddd;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
}
div.timetable_item div.timetable_scroll:hover { background-color: #ededed; }
div.timetable_item.opend div.timetable_scroll { background: #dddddd url('/images/arrows_up.png') center center no-repeat; }
div.adress_selector { float: left; }
div.adress_selector div.street, div.adress_selector div.building {
    float: left;
    height: 30px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    margin-right: 15px;
}
div.adress_selector div.street span, div.adress_selector div.building span {
    height: 30px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    line-height: 30px;
}
div.adress_selector div.building { display: none; }
div.adress_selector div.loader {
    background: transparent url('/images/loader_black.gif') center center no-repeat;
    width: 16px;
    height: 16px;
    margin: 7px;
    float: left;
    display: none;
}
div.org_details {
    width: 1000px;
    margin: 20px auto 10px auto;
    overflow: hidden;
    float: left;
    position: relative;
    display: none;
}
div.org_details div.block {
    width: 944px;
    border: 3px solid #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
div.org_details div.block td.org_title {
    width: 200px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
div.org_details div.block td.org_info { background-color: #f8f9f3; }
div.org_details div.block div.unit-divider {
    height: 3px;
    width: 744px;
    line-height: 0px;
    float: left;
    margin: 0px !important;
}
div.org_details div.block td.unit-title {
    width: 202px;
    font-weight: bold;
    padding: 2px 5px;
    background-color: #cccccc;
    font-size: 12px;
    line-height: 14px;
}
div.org_details div.block td.unit-contacts {
    padding: 2px 5px;
    font-size: 12px;
    line-height: 14px;
    background-color: #dddddd;
}
div.org_details div.block td.org_info td.unit-timetable {
    height: 100%;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}
div.org_details div.block table.workhours {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    height: /*54px;*/100%;
    margin: 0px;
    padding: 0px;
    border: 0;
    float: left;
}
div.org_details div.block table.workhours td {
    width: 14%;
    border-spacing: 0px;
    border-collapse: collapse;
    text-align: center;
    border: 0;
    position: relative;
    font-size: 11px;
    vertical-align: top;
    padding-top: 4px;
}
div.org_details td.oddRow { background-color: transparent;}
div.org_details td.row { background-color: #dddddd;}
div.org_details div.block table.workhours td.hours-not-exist strong { color: #ff0004; }
div.org_details div.block div.unit_inf {
    width: 744px;
    overflow: hidden;
    float: left;
    margin: 0px !important;
    padding: 0px;
    border: 0px;
    background:url('/images/tt_bg.png') top right repeat;
}
div.org_details div.block div.unit_l {
    overflow: hidden;
    float: left;
    margin: 0px !important;
    padding: 0px;
    border: 0px;
    width: 212px;
    min-height: 31px;
    background-color: #dddddd;
}
div.org_details div.block div.unit_r {
    height: 100%;
    float: left;
    margin: 0px !important;
    padding: 0px;
    border: 0px;
    width: 532px;
    font-weight: normal;
}
div.org_details div.block_red {
    border-color: #e32023;
    background-color: #e32023;
    display: none;
}
div.org_details div.block_red td.org_title { color: #ffffff; }
div.org_details div.block_red td.org_info { color: #e32023; }
div.org_details div.block_red div.unit-divider { background-color: #e32023; }
div.org_details div.block_geu {
    background-color: #a2d8f5;
    border-color: #2c60a3;
    display: none;
}
div.org_details div.block_geu td.org_title { color: #2c60a3; }
div.org_details div.block_geu td.unit-title, div.block_geu td.unit-contacts { color: #2c60a3; }
div.org_details div.block_geu div.unit-divider { background-color: #a2d8f5; }
div.org_details div.block_uch {
    background-color: #b6cad6;
    border-color: #333231;
    display: none;
}
div.org_details div.block_uch td.org_title { color: #333231; }
div.org_details div.block_uch td.unit-title, div.block_geu td.unit-contacts { color: #333231; }
div.org_details div.block_uch div.unit-divider { background-color: #b6cad6; }
div.org_details div.block_otd {
    background-color: #7380f0;
    border-color: #7380f0;
    display: none;
}
div.org_details div.block_otd td.org_title { color: #ffffff; }
div.org_details div.block_otd td.unit-title, div.block_geu td.unit-contacts { color: #7380f0; }
div.org_details div.block_otd div.unit-divider { background-color: #7380f0; }
div.org_details div.block_off {
    background-color: #2c60a3;
    border-color: #2c60a3;
    display: none;
}
div.org_details div.block_off td.org_title { color: #ffffff; }
div.org_details div.block_off td.unit-title, div.block_geu td.unit-contacts { color: #2c60a3; }
div.org_details div.block_off div.unit-divider { background-color: #2c60a3; }
div.org_details div.back_to_scheme {
    position: absolute;
    left: 950px;
    top: 0px;
    cursor: pointer;
    background: transparent url('/images/scheme.png') center center no-repeat;
    width: 48px;
    height: 48px;
    display: block;
}
/* /TIMETABLE */
div.vacancy-title {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    padding: 0px;
    border: 0px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
}
div.layer_body div.question div.q-body p, div.layer_body div.answer div.a-body p { margin: 0px; }
div.block_404 {
    width: 674px;
    margin: 100px 0;
    height: 102px;
    padding: 0 0 0 326px;
    background: transparent url('/images/404.png') left center no-repeat;
}
div.layer a { color: #d6a7f5; }
div.layer a:hover { color: #9CCCF5; }

div.news_short_block
{
    width: 330px;
    float: left;
    margin: 0px 2px;
    margin-top: 10px;
    padding: 0px;
    border: 0px;
    background-color: #F5F5F5;
    min-height: 405px;
}

div.news_short_block div.title
{
    width: 100%;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: #d6a7f5;
    text-align: center;
}

div.news_short_block div.title a
{
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
}

div.short_items
{
    width: 100%;
    float: left;
}

div.short_item
{
    width: 100%;
    float: left;
    padding: 5px 0;
    cursor: pointer;
}

div.short_item:hover
{
    background-color: #D8D8D8;
}

div.item_info
{
    width: 100%;
    overflow: hidden;
    height: 40px;
    float: left;
}

div.item_txt
{
    width: 100%;
    overflow: hidden;
    float: left;
    text-align: center;
    font-size: 16px;
}


span.item_dt
{
    font-size: 14px;
    width: 100px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    float: left;
    color: #a7aaa9;
}

span.item_tpe
{
    font-size: 16px;
    width: 190px;
    text-align: left;
    height: 24px;
    line-height: 24px;
    margin: 0px;
    padding-left: 40px;
    border: 0px;
    float: right;
}
div.item_txt a
{
    color: #b26edf;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

div.item_txt a:hover
{
    text-decoration: underline;
}

div.item_important a
{
    color: #b26edf;
}


div.pageblock_item
{
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0px;
    border: 0px;
    background-color: #F5F5F5;
    float: left;
    overflow: hidden;
}

div.pageblock_item a
{
    color: #d6a7f5 !important;
    text-decoration: none;
}

div.pageblock_item a:hover
{
    text-decoration: underline;
}

div.pageblock_item, div.pageblock_item *
{
    text-indent: 0 !important;
}

div.pageblock_item table
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

div.pageblock_inner
{
    width: 100%;
    margin: 0px;
    padding: 2px;
    border: 0px;
    float: left;
}

div.pageblock_item div.title_fio
{
    height: 30px;
    line-height: 30px;
    background-color: #d6a7f5;
    text-align: left;
    margin: 0px;
    border: 0px;
    padding: 0 0 0 5px;
    color: #ffffff;
    float: left;
    width: 463px;
    cursor: pointer;
    font-size: 16px;
}
div.bigtitle { width: 735px !important; }

div.pageblock_item div.title_position
{
    height: 30px;
    line-height: 30px;
    background-color: #d6a7f5;
    text-align: right;
    margin: 0px;
    border: 0px;
    padding: 0 5px 0 0;
    color: #626262;
    float: left;
    width: 228px;
    cursor: pointer;
    font-size: 16px;
}

div.pageblock_item div.title_rolldn
{
    height: 30px;
    width: 30px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    float: left;
    cursor: pointer;
    background: transparent url('/images/arrow_dn.png') center center no-repeat;
}

div.pageblock_item div.title_rollup
{
    height: 30px;
    width: 30px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    float: left;
    cursor: pointer;
    background: transparent url('/images/arrow_up.png') center center no-repeat;
}

div.pageblock_item div.content_area
{
    padding: 4px;
    margin: 0px;
    border: 0px;
    width: 992px;
    float: left;
}

div.pageblock_item td.photo_place
{
    width: 130px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: top;
}

div.pageblock_item td.info-area
{
    padding: 0 0 0 10px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
    float: left;
    font-size: 16px;
}

div.pageblock_item img
{
    width: 125px;
    height: 146px;
    border: 2px solid #EAEAEA;
}

div.rolled { display: none; }
div.onegal_img
{
    overflow: hidden;
    margin: 0 2px 2px 0;
    float: left;
    border: 1px solid #d6a7f5;
    cursor: pointer;
    position: relative;
}

div.onegal_hover
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: rgba(0,0,0,0.5) url('/images/magnify.png') center center no-repeat;
    display: none;
    z-index: 2;
}

div.onegal_img img{
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: 0px;
    z-index: 1;
}

div.onegal_img:hover div.onegal_hover { display: block; }

div.iconbar {
    width: calc(100% - 4px);
    height: 84px;
    margin: 10px 2px 2px 2px;
    padding: 0px;
    border: 0px;
    background-color: #F5F5F5;
    float: left;
    position: relative;
}

div.visa_icons {
    position: absolute;
    left: calc(50% + 500px);
    margin-left: -240px;
    top: 5px;
    height: 40px;
    width: 240px;
    background: transparent url('/images/visa_block.png') right center no-repeat;
}

div.mastercard_icons {
    position: absolute;
    left: calc(50% - 500px);
    top: 5px;
    height: 40px;
    width: 280px;
    background: transparent url('/images/mastercard_block.png') left center no-repeat;
}

div.left_bg {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 300px;
    height: 100%;
    margin-left: -850px;
    padding: 0px;
    border: 0px;
    /*background: transparent url('/images/bg_1.png') right 200px no-repeat;*/
}

div.right_bg {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 300px;
    height: 100%;
    margin-left: 550px;
    padding: 0px;
    border: 0px;
    /*background: transparent url('/images/bg_2.png') left 200px no-repeat;*/
}

div.gisblock
{
    width: 281px;
    height: 50px;
    margin: 2px 0 2px 2px;
    padding: 0 0 0 50px;
    border: 0px;
    float: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    background: #b26edf url('/images/geo.png') 5px 5px no-repeat;
    cursor: pointer;
}

div.gisblock:hover
{
    background-color: #d6a7f5;
}

div.bank_logo
{
    width: 220px;
    height: 110px;
    margin: 0 2px;
    padding: 160px 55px 60px 55px;
    border: 0px;
    background: url('/images/title_img.png') center center no-repeat;
    float: left;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: 4px;
    background-size: contain;
}

div.bank_title {
    width: 652px;
    height: 50px;
    background-color: #d6a7f5;
    color: #000000;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    float: left;
    margin: 0px;
    padding: 0 0 0 10px;
    text-indent: 0 !important;
}

div.bank_info
{
    width: 652px;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    float: left;
    margin: 0px;
    padding: 0 0 0 10px;
    height: 280px;
    text-indent: 0 !important;
}

div.iconbar table {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

td.iconbar_icon {
    /*width: 150px;*/
    height: 64px;
    margin: 0px;
    padding: 5px;
    border: 0px;
    cursor: pointer;
    border-radius: 5px;
}
td.iconbar_icon:hover { background-color: #eaeaea !important; }
td.iconbar_icon a {width: 100%; height: 100%; margin: 0px; padding: 0px; border: 0px; display: block; }
td.icon1 { background: transparent url('/images/icn_structure.png') center center no-repeat; }
td.icon2 { background: transparent url('/images/icn_people.png') center center no-repeat; }
td.icon3 { background: transparent url('/images/icn_map.png') center center no-repeat; }
td.icon4 { background: transparent url('/images/icn_documents.png') center center no-repeat; }
td.icon5 { background: transparent url('/images/icn_faqs.png') center center no-repeat; }

div.half_page_block
{
    width: 498px;
    float: left;
    margin: 0 0 0 2px;
    padding: 0px;
    border: 0px;
}

div.page_content p, div.page_content div
{
    text-indent: 1.5em;
}

@media print {
    div.top_area {display: none;}
    div.footer_area {display: none;}
    div.navbar {display: none;}
    div.bank_logo {display: none;}
    div.bank_title { padding: 0px;}
}

#openinfo-modal {
    display: none;
}
#lk-modal {
    display: none;
}

#openinfo-modal div.openinfo-variants {
    width: 100%;
    margin: 0 auto;
    float: left;
}

#openinfo-modal div.variant:hover div.variant-title-bottom,
#openinfo-modal div.variant:hover div.variant-title-top
{
    text-decoration: underline;
}

#openinfo-modal div.variant {
    width: 200px;
    height: 150px;
    margin: 20px 20px 0;
    position: relative;
    float: left;
    cursor: pointer;
}

#openinfo-modal div.variant-title-bottom {
    width: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #919191;
    text-align: center;
}
#openinfo-modal div.variant-title-top {
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    text-align: center;
}

#openinfo-modal div.variant.reforma:after {
    content: '';
    position: absolute;
    height: 80%;
    top: 10%;
    right: -30px;
    width: 1px;
    background: rgba(255, 147, 67, 0.40);
}
#openinfo-modal div.variant.reforma {
    width: 250px;
    height: 150px;
    float: left;
    background: url("/components/services/images/logo_reforma.png") no-repeat center center;
}

#openinfo-modal div.variant.pp731 {
    float: right;
    width: 250px;
    height: 150px;
    background: url("/components/services/images/731_2.png") no-repeat center center;
}
/* 11111 */
#lk-modal div.lk-variants {
    width: 100%;
    margin: 0 auto;
    float: left;
}

#lk-modal div.variant:hover div.variant-title-bottom,
#lk-modal div.variant:hover div.variant-title-top
{
    text-decoration: underline;
}

#lk-modal div.variant {
    width: calc(100% - 40px);
    height: 150px;
    margin: 20px 20px 0;
    position: relative;
    float: left;
    cursor: pointer;
}

#lk-modal div.variant-title-bottom {
    width: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #919191;
    text-align: center;
}
#lk-modal div.variant-title-top {
    width: 250px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 125px);
    font-size: 18px;
    text-align: center;
}

#lk-modal div.variant.reforma:after {
    content: '';
    position: absolute;
    height: 80%;
    top: 10%;
    right: -30px;
    width: 1px;
    background: rgba(178, 110, 223, 0.40);
}
#lk-modal div.variant.reforma {
    width: 250px;
    height: 150px;
    float: left;
    background: url("/components/services/images/logo_reforma.png") no-repeat center center;
}

#lk-modal div.variant.pp731 {
    float: right;
    width: 250px;
    height: 150px;
    background: url("/components/services/images/731_2.png") no-repeat center center;
}

