html, body {
    height:100%;
}
body, td,
input,
select,
textarea {
    font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#6d6d6d;
}
h1{
    font-size:16px;
    font-weight:normal;
    color:#6d6d6d;
}
* {
    margin:0;
    padding:0;
}
body {
    background:#28262e;
}
img {
    border:0;
}
.rel {
    position:relative;
}
.abs {
    position:absolute;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
a, a:hover {
    color:#c81000;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a.logo-main,a.logo-mic{
    display:block;
    position:absolute;
    top:40px;
}
a.logo-main{left:5%;}
a.logo-mic{right:10%;}
p {
    margin-bottom:1em;
}
small {
    font-size:10px;
}
#mesureur {
    position:absolute;
    left:0;
    top:-20px;
    width:100%;
    height:10px;
}
#root {
    position:relative;
    min-width:995px;
    max-width:1600px;
    min-height:100%;
    text-align:left;
    margin:0 auto;
    background:#fff;
}
.header_img{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:604px;
}
* html #root {
    width:expression(document.getElementById('mesureur').clientWidth < 995? "995px" : document.getElementById('mesureur').clientWidth > 1600? "1600px" : "100%");
    height:100%;
}
.main,
.cright {
    position:relative;
    width:86%;
//width:85.9%;
    margin:-80px 7% 0 7%;
}
.sec .main,
.sec .cright {
    width:89%;
    margin:0 4% 0 auto;
    min-width:945px;
}
* html .sec .main,
* html .sec .cright {
    width:expression(document.getElementById('mesureur').clientWidth < 1062? "945px" : "89%");
}
.sec #root {
    background:#fff url(/images/tpl/mainim1.jpg) 0 0 no-repeat;
}
.v2 #root {
    background:#fff url(/images/tpl/mainim3.jpg) 0 0 no-repeat;
}
.v3 #root {
    background:#fff url(/images/tpl/mainim4.png) 0 0 repeat-x;
}
.bot {
    position:absolute;
    bottom:0;
    background:url(/images/tpl/bg_b.png) 0 0 repeat-x;
    height:45px;
    width:100%;
}
.cright,
.sec .cright {
    margin-top:28px;
}
.cright {
    padding-left:30px;
}
.flash {
    height:586px;
}
/*.flash {background:url(/netcat_files/Image/dom_v_kommunarke_052912123.png) no-repeat center top; background-size:auto 91%;}*/
.flashplan {
    position: absolute;
    width: 730px;
    height: 650px;
    top: 65px;
    margin-left: 5%;
}
.flashplan .m17 {
    margin:0 0 70px 0;
}
.c1,
.c2,
.c3,
.s_c1,
.s_c2 {
    float:left;
}
.c1 {
    width:22%;
}
.c2 {
    width:51%;
    background:url(/images/tpl/sep.png) 0 24px no-repeat;
    min-height:373px;
    -height:373px;
}
.c3 {
    width:26%;
}
.c1 .inn {
    margin:0 10px 100px 0;
}
.c2 .inn {
    margin:42px 50px 100px 50px;
}
.c3 .inn {
    margin:38px 40px 100px 0;
}
.s_c1 {
    width:70%;
}
.s_c2 {
    position:relative;
    /*overflow:hidden;*/
    width:29%;
    min-height:835px;
    -height:835px;
    -width:28%;
}
.s_c1 .inn {
    position:relative;
    margin:493px 10% 130px 0;
}
.v2 .s_c1 .inn {
    margin-top:460px;
}
.v3 .s_c1 .inn {
    margin:0 0 130px 0;
}
.s_c2 .inn {
    position:relative;
    margin:103px 17px 130px 20px;
}

.s_c2_bg1,
.s_c2_bg2 {
    position:absolute;
    width:50%;
    height:835px;
    overflow:hidden;
}
.s_c2_bg1 {
    left:0;
}
.s_c2_bg2 {
    left:50%;
}
.s_c2_bg1 div,
.s_c2_bg2 div {
    position:absolute;
    top:57px;
    height:835px;
    width:539px;
    background:url(/images/tpl/s_bg_r.png) 0 0 no-repeat;
    -background:none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/tpl/s_bg_r.png,sizingMethod=scale);
}
.s_c2_bg1 div {
    left:0;
}
.s_c2_bg2 div {
    right:0;
}
/* navigation index */
ul.nav,
ul.nav ul {
    list-style:none;
}
ul.nav{ margin-top:30px }
ul.nav li {
    vertical-align:top;
    margin-bottom:8px;
}
ul.nav li a,
ul.nav li div {
    display:block;
    padding:1px 0 0 26px;
    height:16px;
}
ul.nav li a strong,
ul.nav li div strong {
    display:block;
    height:14px;
    background:0 0 no-repeat;
    text-indent:-1000px;
    overflow:hidden;
    cursor:pointer;
}
ul.nav li div strong {
    cursor:default;
}
ul.nav li a:hover,
ul.nav li.sel a,
ul.nav li.sel div {
    background:url(/images/tpl/navli.png) 0 0 no-repeat;
}
ul.nav li a:hover strong,
ul.nav li.sel a strong,
ul.nav li.sel div strong {
    background-position:0 -14px;
}

ul.nav li ul {
    display:none;
}
ul.nav li.sel ul {
    display:block;
    margin:0 0 15px 27px;
    border-left:3px solid #ddd;
    padding-top:5px;
}
ul.nav li.sel ul li {
    margin:0 0 0 8px;
}
ul.nav li.sel ul li a,
ul.nav li.sel ul li a:hover {
    display:inline;
    padding:0;
    height:auto;
    background:none;
    color:#6d6d6d;
    text-decoration:none;
}
ul.nav li.sel ul li a:hover {
    color:#c81000;
}

.sec ul.nav li.sel ul li ul {
    margin:5px 0 10px 0;
    padding:0;
}
/* navigation other pages */
.sec ul.nav {
    margin-left:0;
    margin-top:43px;
}
.sec ul.nav li {
    margin-bottom:2px;
}
.sec ul.nav li a,
.sec ul.nav li div {
    vertical-align:top;
    display:block;
    padding:4px 0 4px 39px;
    height:15px;
}
.sec ul.nav li a:hover,
.sec ul.nav li.sel a,
.sec ul.nav li.sel div {
    background:#e4ecee;
    position:relative;
}
.sec ul.nav li span {
    display:block;
    visibility:hidden;
    position:absolute;
    top:0;
    left:-28px;
    width:28px;
    height:23px;
    background:url(/images/tpl/s_navli.png) 0 0 no-repeat;
    -background:none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/tpl/s_navli.png,sizingMethod=crop);
}
.sec ul.nav li a:hover span,
.sec ul.nav li.sel a span,
.sec ul.nav li.sel div span {
    visibility:visible;
}
.sec ul.nav li.sel ul li a,
.sec ul.nav li.sel ul li a:hover {
    background:none;
}
.sec ul.nav li.sel ul {
    margin:-4px 0 13px 40px;
}
.sec ul.nav li a strong {
    background:0 0 no-repeat;
}
.sec ul.nav li a:hover strong,
.sec ul.nav li.sel a strong,
.sec ul.nav li.sel div strong {
    background-position:0 -14px;
}
/* icons navigation index */
ul.icos {
    list-style: none;
    height: 10px;
    clear: both;
    margin: 45px 0 40px 29px;
}
ul.icos li,
ul.icos li a {
    display:block;
    height:10px;
    width:11px;
    overflow:hidden;
}
ul.icos li {
    float:left;
    margin-right:14px;
    background:url(/images/tpl/icos.png) 0 0 no-repeat;
}
ul.icos li.ic1 {
    background-position:0 -10px;
}
.sec ul.icos li.ic1 {
    background-position:0 0;
}
ul.icos li.ic2 {
    background-position:-11px 0;
}
ul.icos li.ic3 {
    background-position:-22px 0;
}
.sec ul.icos {
    margin:0px 0 13px 39px;
}
.search {
    margin:0 0 33px 29px;
}
.search .searchInp {
    position:relative;
    float:left;
    background:url(/images/tpl/search_bg.png) 0 0 no-repeat;
    width:93px;
    padding:0 3px;
    margin:0 5px 2px 0;
    -margin-right:2px;
    height:15px;
}
.search .searchInp input {
    position:absolute;
    border:none;
    background:none;
    width:93px;
    height:15px;
}
.search input.searchBtn {
    display:block;
    padding:3px 0;
}
.sec .search {
    margin:0 0 33px 39px;
}
.contacts {
    text-transform:uppercase;
    margin:0 0 0 32px;
}
.contacts a {
    text-transform:lowercase;
}
.phone {
    background:url(/images/tpl/phone.png) 0 0 no-repeat;
    /*text-indent:-1000px;*/
    overflow:hidden;
    margin:0 0 19px 0;
}
.contacts .phone {
    margin:10px 0 6px 0;
}
.sec .contacts {
    margin:0 0 0 10%;
    padding-left:32px;
}
h2 {
    font-size:21px;
    font-weight:normal;
    color:#c81000;
}
h2.img {
    background:0 0 no-repeat;
    overflow:hidden;
    text-indent:-1000px;
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
    margin-bottom:12px;
}

h3 {
    font-weight:normal;
    font-size:14px;
    color:#c81000;
}
h3 a, h3 a:hover {
    text-decoration:none;
    color:#c81000;
}
.about {
    border-left:4px solid #e3e3e3;
    padding:0 0 0 8px;
    margin-bottom:45px;
}
.about2 {
    border-left:4px solid #e3e3e3;
    padding:0 0 0 8px;
}
ul.news {
    list-style:none;
}
ul.news li {
    position:relative;
    padding:0 0 0 39px;
    margin-bottom:7px;
}
.date {
    font-size:10px;
    color:#8f8f8f;
}
.f11 {
    font-size:11px;
    color:#454242;
}
ul.news li .date {
    position:absolute;
    top:1px;
    left:1px;
    -left:-38px;
}
ul.news li .title {
    font-weight:bold;
}
ul.news li .more {
    font-size:11px;
    margin:2px 30px 0 0;
    background:url(/images/tpl/dot.gif) 0 100% repeat-x;
    padding-bottom:14px;
}
ul.news li.last .more {
    background:none;
    padding-bottom:11px;
}
.vote {
    margin:0 0 17px 32px;
}
.h3 {
    background:0 0 no-repeat;
    overflow:hidden;
    text-indent:-1000px;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
}
.vote ul {
    list-style:none;
    border-left:3px solid #ddd;
    margin:12px 0 10px 0;
    padding-left:7px;
}
.vote ul li {
    background:url(/images/tpl/dot.gif) 0 100% repeat-x;
    padding:2px 0 5px 0;
}
.vote ul li.last {
    background:none;
    padding-bottom:0;
}
.vote ul li div {
    background:url(/images/tpl/radio.png) -13px 0 no-repeat;
    padding:0 0 0 18px;
    cursor:pointer;
}
.vote ul li div.sel {
    background-position:0 -13px;
}

.adv{
    float:left;
}

.adv:last-child{

    margin-bottom:50px;
}
.adv img {
    display:block;
    margin-bottom:7px;
}
.adv .advTitle {
    margin:17px 0 7px 31px;
    background:0 0 no-repeat;
    overflow:hidden;
    text-indent:-1000px;
    height:22px;
}
.adv .advTxt {
    font-size:11px;
    border-left:3px solid #d6d6d6;
    padding-left:5px;
    line-height:11px;
    margin-bottom:15px;
}
.adv .advTxt .more {
    margin-top:4px;
}
.logo_mic,
a.logo_mic_Link {
    display:block;
    position:absolute;
    top:51px;
    left:47%;
    height:104px;
    width:180px;
    z-index:50;
}
.sec .adv {
    margin:20px 0 10px 10%;
}
.logo_mic {
    background:url(/images/tpl/logo.png) 0 0 no-repeat;
    -background:none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/tpl/logo.png,sizingMethod=scale);
    z-index:50;
    color: #D52F2F;
    font-size: 20px;
    line-height:20px;
    font-weight:bold;
    font-family: Arial;
    text-indent:5px;
}

.logo_mic small{
    font-size:13px;
    line-height:20px;
}
a.logo_mic_Link {
    z-index:100;
}

.logo_komm,
a.logo_komm_Link {
    display:block;
    position:absolute;
    top:48px;
    left:3%;
    height:104px;
    width:180px;
    z-index:50;
}

.logo_komm {
    background:url(/images/tpl/logoK.png) 0 0 no-repeat;
    -background:none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/tpl/logoK.png,sizingMethod=scale);
}
a.logo_komm_Link {
    z-index:100;
}

.content {
    font-size:12px;
    border-left:4px solid #e3e3e3;
    padding-left:10px;
    clear:both;
    color:#454242;
}
.content ul {
    list-style:none;
}
.content ul li {
    background:url(/images/tpl/li3.gif) 0 6px no-repeat;
    padding-left:9px;
}
.images {
    width:266px;
    float:left;
    border-right:1px solid #d8d8d8;
}
.images img {
    border:1px solid #bbb;
    margin-bottom:4px;
}
.text {
    margin-left:292px;
}
.plan {
    position:relative;
    margin:30px 0 29px 0;
    height:170px;
    background:url(/images/tpl/star.png) 100px 70px no-repeat;
}

.plankom4 {
    height:260px;
    background:url(/images/tpl/star.png) 25px 200px no-repeat;
}
.plan_243{
    background-position:105px 100px;
    height:185px;
    width:185px;
}
.plan_242{
    height:150px;
    width:230px;
    background-position:right bottom;
    margin-top:0;
}
img.dop_star{
    position:relative;
    top:350px;
    left:240px;
}

.plan_ov {
    position:absolute;
    background-position:0 0;
}
.plan_ov a {
    display:block;
    width:100%;
    height:100%;
}
.plan_ov_sel a,
.plan_ov a {
    outline:none;
}
.plan_ov_sel {
    position:absolute;
    background-position:-100% 0;
}
.ico_print {
    display:block;
    font-size:11px;
    background:url(/images/tpl/ico_print.png) 0 0 no-repeat;
    padding:3px 0 0 24px;
    width:96px;
}
.plan_img {
    position:relative;
    float:left;
    border-right:1px solid #d8d8d8;
    margin-right:15px;
}
.plan_img .title {
    text-transform:uppercase;
}
.plan_img .ico_print {
    position:absolute;
    top:-6px;
    right:25px;
}
.plan_img .img {
    margin:28px 15px 27px 0;
}
.plan_img .subtext {
    margin-left:32px;
}
.plan_text {
    position:relative;
    float:left;
    margin-right:-92px;
}
ul.lined {
    list-style:none;
    position:relative;
}
ul.lined li {
    border-top:1px solid #c4c4c4;
    font-size:11px;
    padding:2px 0 4px 0;
}
ul.lined li a.sel {
    font-weight:bold;
}
.content ul.lined li {
    background:none;
    padding-left:0;
}
.m17 {
    margin-left:17px;
}
.m17 .date {
    margin-bottom:7px;
}
.line {
    height:1px;
    overflow:hidden;
    background-color:#e3e3e3;
    margin:9px 0 5px 0;
}
.news_arch {
    margin:70px 0 0 14%;
    width:185px;
}
.news_arch ul,
.news_arch ul ul {
    list-style:none;
}
.news_arch ul li {
    border-bottom:1px solid #cdcdcd;
    font-size:12px;
    color:#686868;
    font-weight:bold;
    padding:5px 0 5px 0;
    cursor:pointer;
}
.news_arch ul li.sel {
    padding-bottom:15px;
    cursor:default;
}
.news_arch ul li ul {
    display:none;
    height:55px;
    border-left:2px solid #c7c7c7;
    padding:2px 0 1px 8px;
}
.news_arch ul li.sel ul {
    display:block;
}
.news_arch ul li ul li {
    font-size:11px;
    font-weight:normal;
    float:left;
    width:58px;
    height:55px;
    border-bottom:none;
    padding:0;
    cursor:default;
}
.news_arch ul li ul li div {
    color:#b4b4b4;
}
.news_arch ul li ul li div.sel {
    color:#686868;
    font-weight:bold;
}
.sitemap ul {
    list-style:none;
}
.sitemap ul li {
    font-weight:bold;
    background:url(/images/tpl/li1.gif) 0 5px no-repeat;
    padding-left:11px;
    margin:2px 0;
}
.sitemap ul li ul {
    margin:6px 0 6px 25px;
}
.sitemap ul li ul li {
    font-weight:normal;
    background:url(/images/tpl/li2.gif) 0 6px no-repeat;
    padding-left:9px;
}
.sitemap ul li ul li ul li {
    font-size:11px;
}
.feedback {
    position:relative;
    /*height:137px;*/
    border-top: 1px solid #dcdddf;
    padding:27px 25px 0 0;
    float:left;
    width:100%;
    padding-bottom: 10px;
    margin-top: 30px;
}
.feedback form {
    margin-top:10px;
}
.inputText {
    position:relative;
    width:296px;
    height:20px;
    background:url(/images/tpl/bg_text.png) 0 0 no-repeat;
    margin-bottom:2px;
}
.inputText input {
    position:absolute;
    background:none;
    border:none;
    padding:3px 10px 2px 10px;
    width:275px;
}
.textarea {
    position:relative;
    width:296px;
    height:68px;
    background:url(/images/tpl/bg_textarea.png) 0 0 no-repeat;
}
.textarea textarea {
    position:absolute;
    overflow:auto;
    border:none;
    background:none;
    padding:3px 10px 2px 10px;
    width:275px;
    height:62px;
}
.feedbackPopup {
    display:none;
    position:absolute;
    top:0;
    left:-348px;
    border:1px solid #d0d2d3;
    background:#fff;
    width:336px;
    height:164px;
}
.feedbackPopup form {
    margin:21px 25px 15px 15px;
}
.tl, .tr, .bl, .br {
    position:absolute;
    width:10px;
    height:10px;
    background:url(/images/tpl/send_brd.png) no-repeat;
}
.tl, .tr {
    top:-1px;
}
.bl, .br {
    bottom:-1px;
}
.tr, .br {
    right:-1px;
}
.tl, .bl {
    left:-1px;
}
.tl {
    background-position:0 0;
}
.tr {
    background-position:100% 0;
}
.bl {
    background-position:0 100%;
}
.br {
    background-position:100% 100%;
}
.close {
    position:absolute;
    width:10px;
    height:9px;
    background:url(/images/tpl/ico_close.gif) 0 0 no-repeat;
    top:7px;
    right:9px;
    cursor:pointer;
}
.contacts2 {
    margin:42px -80px 0 350px;
}
.send {
    position:relative;
    width:150px;
    font-size:11px;
    padding:15px 15px 17px 16px;
    color:#6d6d6d;
    -height:53px;
}
.send .sendbrt,
.send .sendbrb {
    position:absolute;
    left:0;
    top:0;
    height:50%;
    width:181px;
    overflow:hidden;
    background:url(/images/tpl/send_brd.png) 0 0 no-repeat;
}
.send .sendbrb {
    top:50%;
    background-position:0 100%;
}
.send a {
    font-size:12px;
    text-decoration:underline;
}
.gal {
    width:517px;
    float:left;

    min-height:345px;

}
.gal img {
    border:1px solid #b8b8b8;
}
.gal .descr {
    color:#6d6d6d;
    margin-right:20%;
    margin-top:13px;
}
.vert {
    position:relative;
    height:345px;
    overflow:hidden;
    border-left:1px solid #d8d8d8;
    margin-left:7px;
    padding-left:7px;
}
.vert .gal1 {
    list-style:none;
    position:absolute;
    top:0;
    margin:0;
    padding:0;
    height:345px;
}
.vert .gal1 li {
    margin:0 3px 3px 0;
    float:left;
    position:relative;
    height:89px;
    width:133px;
    overflow:hidden;
    background:none;
    padding:0;
}
.vert .gal1 li img {
    border:1px solid #bebebe;
}
.vert .gal1 li a span {
    display:none;
}
a.linkKom1,
a.linkKom2,
a.linkKom3,
a.linkKom8,
a.linkKom4,
a.linkKom72,
a.linkKom71{
    display:block;
    position:absolute;
    z-index:1050;
}
a.linkKom1 {
    top:209px;
    left:40px;
    width:162px;
    height:100px;
}
a.linkKom2 {
    top:165px;
    left:480px;
    width:305px;
    height:195px;
}

a.linkKom3 {
    top:165px;
    left:365px;
    width:420px;
    height:185px;
}
a.linkKom4 {
    top:210px;
    left:50px;
    width:300px;
    height:110px;
}
a.linkKom8 {
    top:200px;
    left:210px;
    width:245px;
    height:132px;
}

a.linkKom71 {
    top:160px;
    left:460px;
    width:330px;
    height:205px;
}
a.linkKom72 {
    top:188px;
    left:216px;
    width:223px;
    height:128px;
}
a.linkKomThis{
    display: block;
    position: absolute;
    z-index: 1050;
    top: 50px;
    left: 230px;
    width: 30%;
    height: 60%;
}

/* content */
.style2  {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.style13 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #333333; }
.style14 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #000000; }
.style16 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #CC3300;
}
.style17 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #CC3300; font-weight: bold; }
.style19 {font-size: large}
.style20 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.style21 {color: #000000}
.style22 {color: #333333}
.style3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #CC0000;
}
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }
.style5 {font-family: Arial, Helvetica, sans-serif}
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.style8 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333333; }
.style9 {color: #000000}
.style10 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; }



.zagolovok {color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.cifri     {color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.cena      {color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
.supercena {font-size: 12px; font-weight: bold; color: #FF0000; font-family: Arial, Helvetica, sans-serif;}
.zagolovok1 {color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold; }
.supercena1 {font-size: medium; font-weight: bold; color: #FF0000; font-family: Arial, Helvetica, sans-serif; }

.st strong {
    font-weight: normal;
}

.st h2 {
    font-size:16px;
    font-weight:normal;
    color:#6d6d6d;
}

.mic {
    padding-top: 15px;
    font-size: 10px;
    padding-right: 15px;
}

.news-list__rss {
    float: right;
    position: relative;
    margin-top: -30px;
}
.news-list__rss .news-list__link {
    width: 16px;
    height: 16px;
    background: url(/images/rss.png) no-repeat 0 0;
    display: block;
}

.plan_kom8 {
    background-position: center;
    height: 235px;
}
.plan_176 {
    background-position: top left;
}

.content table {
    border-collapse: collapse;
    margin: 0 0 1em 0;
}
.content table td,
.content table th {
    padding: 2px 4px;
}
table.sell_buy tr td{
    text-align:center;
    font-size:12px;
    color:#000;
}
table.sell_buy th{text-align:center; background:#eceded;font-size:12px !important;}
table.sell_buy tr.odd{background:#d1e9ef;}
.content table th {
    font-size: 90%;
}
img.com_plan{
    margin:50px 0;
}

a.video_popup{
    display:block;
    width:310px;
    height:145px;
    background:url('img/kommun_play.png') no-repeat;
    margin:50px 0 0px 0px;
    outline:none;
}
h3.popup_title{background:url('img/about1.png') no-repeat;font-size:20px;margin:10px 0px 25px -3px;}

.content .video_popup{margin:0 15px;}
.content .popup_title{margin:10px 15px;}
div.kom5vid a.video_popup{
    margin:50px 0 0px 25px;
    background:url('img/kom5play.gif') no-repeat;
}
div.komm72{
    position: absolute;
    right: 0px;
    margin-top: 30px;
}
div.komm72 .video_popup{width:272px;}
div.kom5vid h3{margin:10px 0 0;text-align:center;width:275px;}
div.kom5vid h3.popup_title{display:none}
a.enlarge{display:block;text-align:right;padding-right:100px;outline: none;}
.press-list {
    margin: 0 0 1em;
    overflow: hidden;
}
.press {
    margin: 1.5em 0;
    overflow: hidden;
}
.press .date {
    float: left;
    margin-right: 10px;
    font-size: 11px;
    color: #999;
}
.press .link {
    color: #C03535;
    font-weight: normal;
    font-size: 100%;
    margin: 1em 0;
}
.press .image {
    float: left;
    margin-right: 20px;
    cursor:pointer;
}
.press .info {
    overflow: hidden;
}
.press .announce {
    margin: 0 0 1em 0;
}
.press .text {
    margin-left: 0;
}

/*--------------------------- FAQ PAGE -----------------------------*//*
div.nc_list.nc_guestbook_faq{ width:690px }
div.nc_list.nc_guestbook_faq p.nc_message{ line-height: 18px; word-wrap:break-word }
div.nc_list.nc_guestbook_faq div{ padding:20px }
div.nc_question{ background-color:#f6f6f7 }
div.nc_question span.nc_author{ font-size:18px;color:#000; }
div.nc_question span.nc_datetime{ display:block;margin:5px 0 10px 0;padding-left:15px; background:url('img/clock.gif') 2px 2px no-repeat }
div.nc_answer_faq{ background:#eeeeee;border-top:solid 1px #d5d6db;position:relative }
div.nc_answer_faq img{ position:absolute; left:25px; top:-15px }
div.nc_answer_faq div.nc_answer{padding:0; line-height:18px; word-wrap:break-word }
div.nc_answer_faq div.nc_answer b{font-size:18px;color:#000;display:block;margin-bottom:25px; font-weight:normal }
div.right_quest{padding:0 0 0 40px !important; background:url('img/blocq_left.gif') 0 3px no-repeat}
div.left_quest{padding:0 40px 0 0 !important; background:url('img/blocq_right.gif') right bottom no-repeat}

div.add_quest{margin-left:20px;}
div.add_quest h1 { color: #C81000; font-size:18px; margin-bottom:10px; }
div.add_quest input[type='text']{
	outline:none;
	border: none;
	padding: 0px 0 2px 10px;
	position: relative;
	width: 296px;
	height: 20px;
	background: url(/images/tpl/bg_text.png) 0 0 no-repeat;
	margin:0 0 2px 5px;
}
div.add_quest input[name='f_PhoneCode']
{
	width: 83px;
	background: url(/images/tpl/bg_text_sm.gif) 0 0 no-repeat;
}
div.add_quest input[name='f_FromTime'],
div.add_quest input[name='f_TillTime']
{
	width: 120px;
	background: url(/images/tpl/bg_date.gif) 0 0 no-repeat;
	margin-left:12px;
}
div.support{
	width:500px;
	overflow:hidden;
}
div.support input[name='f_FromTime'],
div.support input[name='f_TillTime']
{
	margin:0 20px 0 10px;
}
div.add_quest input[name='f_Phone']{ width:182px; background: url(/images/tpl/bg_text.gif) 0 0 no-repeat; margin-left:7px;}
div.add_quest label{ display:block; width:115px; float:left;}
div.support label{ width:140px; }
div.add_quest label sup{ color: #C81000; }
div.add_quest textarea{
	position: relative;
	overflow:auto;
	width: 286px !important;
	outline:none;
	border:none;
	height: 66px !important;
	padding: 2px 0 2px 10px;
	background: url(/images/tpl/bg_textarea.png) 0 0 no-repeat;
	margin:0 0 2px 5px;
}
div.support textarea{ width: 296px !important; height:70px !important }
div.support input[name='f_Phone']{ width:192px; }
div.paginator{
	padding:0 20px 10px !important;
}

*//*------------------------- / FAQ PAGE -----------------------------*/
/*--------------------------- FAQ PAGE -----------------------------*/
div.nc_list.nc_guestbook_faq{ width:690px }
div.nc_list.nc_guestbook_faq p.nc_message{ line-height: 18px; word-wrap:break-word }
div.nc_list.nc_guestbook_faq div{ padding:20px }
div.nc_question{ background-color:#f6f6f7 }
div.nc_question span.nc_author{ font-size:18px;color:#000; }
div.nc_question span.nc_datetime{ display:block;margin:5px 0 10px 0;padding-left:15px; background:url('img/clock.gif') 2px 2px no-repeat }
div.nc_answer_faq{ background:#eeeeee;border-top:solid 1px #d5d6db;position:relative }
div.nc_answer_faq img{ position:absolute; left:25px; top:-15px }
div.nc_answer_faq div.nc_answer{padding:0; line-height:18px; word-wrap:break-word }
div.nc_answer_faq div.nc_answer b{font-size:18px;color:#000;display:block;margin-bottom:25px; font-weight:normal }
div.right_quest{padding:0 0 0 40px !important; background:url('img/blocq_left.gif') 0 3px no-repeat}
div.left_quest{padding:0 40px 0 0 !important; background:url('img/blocq_right.gif') right bottom no-repeat}
.form-feedback p.hide {display:none;}
.jq-selectbox {
	background:#f2f2f2;
	width: 288px;
	font-size: 14px;
	height: 18px;
	    margin: 0 0 10px 10px;
	line-height: 18px;
	    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border: solid 1px #b5b8bc;
 }
.jq-selectbox__select-text {padding: 0 18px 0 10px;}
.jq-selectbox__trigger{
	z-index: 100;
  position: absolute;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  cursor:pointer;
  width: 100%;
  }
 .jq-selectbox__trigger-arrow {background:url('img/ic_sel.png') no-repeat -40px -5px; height:18px; width:18px;  right: 0;
  position: absolute;
  top: 0;}
  .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  background: url('img/ic_sel.png') no-repeat -10px -5px;
}
  .jq-selectbox.opened {
  		    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;

  }
 .jq-selectbox__dropdown {background:#f2f2f2;
	width:100%;
	margin-left: -1px;
		    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;

  border: solid 1px #b5b8bc;

	}
 .jq-selectbox__dropdown ul {margin:0; padding:0; list-style-type:none;}
 .jq-selectbox__dropdown ul li {padding:0 10px; line-height:30px; cursor:pointer; color:#445a00; background:none;}

div.add_quest{margin-left:20px;}
div.add_quest h1 { color: #C81000; font-size:18px; margin-bottom:10px; }
div.add_quest input[type='text']{
    outline:none;
    border: none;
    padding: 0px 0 2px 10px;
    position: relative;
    width: 296px;
    height: 20px;
    background: url(/images/tpl/bg_text.png) 0 0 no-repeat;
    margin:0 0 2px 5px;
}
div.add_quest input[name='f_PhoneCode']
{
    width: 83px;
    background: url(/images/tpl/bg_text_sm.gif) 0 0 no-repeat;
}
div.add_quest input[name='f_FromTime'],
div.add_quest input[name='f_TillTime']
{
    width: 120px;
    background: url(/images/tpl/bg_date.gif) 0 0 no-repeat;
    margin-left:12px;
}
div.support{
    width:500px;
    overflow:hidden;
}
div.ipoteka{
    width:460px;
    overflow:hidden;
    margin: auto;
}

div.ipoteka input[type='text']{
    height:22px; line-height:20px;

    background: url(/images/tpl/input_consult.gif) 0 0 no-repeat;
}
div.ipoteka label + input[type='text'] {float:left;}
div.ipoteka > p, div.ipoteka form > p {overflow:hidden;}

div.ipoteka h1{
    margin:0;
    color: #e60000;
}
div.ipoteka h4{
    margin:0 0 10px 0;
    color: #e60000;
}
div.ipoteka input[type='image']{
    float:right;
}
p.for_sel{
    position:relative;
    height:22px;
}
.for_sel select {opacity:0; filter:alpha(opacity=0); position:absolute; right:12px; z-index:1; width:296px; height:22px;}
.for_sel span{display:block;position:absolute; right:12px; z-index:0; width:296px; height:22px;  background: url(/images/tpl/select_consult.gif) no-repeat; text-indent:12px; line-height: 1.8;}
div.ipoteka .remark{
    font-weight: bold;
}
div.support input[name='f_FromTime'],
div.support input[name='f_TillTime']
{
    margin:0 20px 0 10px;
}
div.add_quest.support input[name='f_Phone']{ width:182px; background: url(/images/tpl/bg_text.gif) 0 0 no-repeat; margin-left:7px;}
div.add_quest label{ display:block; width:115px; float:left;}
div.ipoteka label{width:145px;}
div.support label{ width:140px; }
div.add_quest label sup{ color: #C81000;  font-size:11px;}
div.add_quest textarea{
    position: relative;
    overflow:auto;
    width: 286px !important;
    outline:none;
    border:none;
    height: 66px !important;
    padding: 2px 0 2px 10px;
    background: url(/images/tpl/bg_textarea.png) 0 0 no-repeat;
    margin:0 0 2px 5px;
}
div.support textarea{ width: 296px !important; height:70px !important }
div.support input[name='f_Phone']{ width:192px; }
div.paginator{
    padding:0 20px 10px !important;
}
a.consult{
    float:right;
    margin-right:-27px;
}

/*------------------------- / FAQ PAGE -----------------------------*/
a.doc{ float:right; display:block; margin:-10px 45px 0 0;}
a.doc2 ,a.docs{ float: right;display: block;margin: -10px 45px 0 0;background: url(img/file-pdf.gif) no-repeat;padding-left: 65px;color: red;position: relative;height: 62px;font-size: 17px;}
a.doc2:hover,a.docs:hover{text-decoration: none;}
div.items.album{clear:both;overflow:hidden; margin:10px 0;}
a.docs{float:left; margin: 20px 10% 0 5%;;}
a.doc2 span,a.docs span{display: block;color: #666;font-size: 12px;margin: 1px 0 0 3px;}
a.ban-support{ margin-left:18px; }
p.sup-descr{ margin-left:32px; width:170px;}
p.phone_support{ margin:6px 0 0 60px; position: relative;}

img.of-mic{position:absolute;top:0;left:71%;}

.flash-phone {color: #cc0000; font:bold 20px/20px Arial, sans-serif; margin: 0; padding: 0; position:absolute; right:103px; top:120px; overflow:hidden; display:none;}
.flash-phone i {color: #cc0000; font:bold 13px/20px Arial, sans-serif; float:left; display:block; padding-right:3px;}
.flash-phone b {overflow:hidden; float:left; display:block; text-align:left; width:115px; margin-right:-10px;}
.flash-phone b span a {color: #cc0000; font:bold 20px/20px Arial, sans-serif;}
.flash-phone i, .flash-phone span {
    color: #cc0000;
}
.phone-mob {position:absolute; line-height:1; top:55px; left:0;}
.for-mob-phone {position:absolute; display:block; width:100%;height:100%; opacity:0; filter:alpha(opacity=0); top:0; left:0;}

.main-title {
    font-size: 9px;
}

.main-title h1,h2 {
    font-size: 9px;
    font-weight: bold;
    color:#6d6d6d;
}

/* modal declaration*/

.media-container > a.docs {float:right; margin:-30px 0 0 3%; width:170px;}
.media-container .media {padding:20px 0;}
.media:after {display:table; line-height:0; content:""; clear:both;}
.media-body {overflow:hidden; display:block;}
.media-object {display:block;}
.media > .pull-left {margin-right:15px; margin-bottom:0;}
.media > .pull-right {margin-left:15px; margin-bottom:0;}
.media img {max-width:100%;}
.media .img {display:block; border:1px solid #666;}
.media .img img {display:block;}
.media-label {width:85px; text-align:right; color:#4f4f4f;}
.pull-right {float:right;}
.pull-left {float:left;}

h2.none-img {color:#c81000; margin:0 0 20px;}

.mode-unscroll {overflow:hidden !important; width: auto;}
.test-scrollbar {position:absolute; height:100px; width:100px; top:-300px; left:-300px; overflow:scroll; overflow-y:scroll;}
.test-scrollbar .inner {height:200px;}
.modal-wrapper {position:fixed; top:0; right:0; bottom:0; left:0; height:100%; overflow-x:auto; overflow-y:auto; background:rgba(0,0,0,.5) center center no-repeat; z-index:9999; cursor:hand; cursor:-webkit-zoom-out; cursor:-moz-zoom-out; opacity:0; filter:alpha(opacity=0);}
.modal-wrapper.loading {opacity:.3; filter:alpha(opacity=30); background-image:url(ajax-loader.gif);}
.modal-wrapper.loading .modal {background:transparent;}
.modal {max-width:90%; margin:50px auto; cursor:auto; background:#fff; box-shadow:0 2px 12px rgba(0,0,0,.4); position:relative; z-index:1050;}
.modal-wrapper:not(.in) .modal {top:-50px !important;}
.modal-wrapper.in .modal {top:100px;}
.modal .close {position:absolute; right:30px; top:30px; float:none;}
.modal .modal-body {padding:10px; opacity:1; filter:alpha(opacity=100);}
.modal .modal-body img {max-width:100%;}
.modal-wrapper , .modal {-webkit-transition:opacity .3s linear, top .3s linear; -o-transition:opacity .3s linear, top .3s linear; transition:opacity .3s linear, top .3s linear;}
.modal-wrapper.in {opacity:1; filter:alpha(opacity=100);}

.modal .close {float:right; width:auto; height:auto; font-size:21px; font-weight:bold; line-height:19px; color:#333; opacity:1; filter:alpha(opacity=100);}
.modal .close:hover {color:#000; text-decoration:none; cursor: pointer; opacity:1; filter:alpha(opacity=100);}
.modal button.close {padding:0; margin:0; cursor:pointer; background:transparent; border:0; -webkit-appearance:none;}

/*partners events styles*/
.bank-partners{
    margin:10px 0;
    font-size:20px;
}
.events-banners{
    list-style: none;
    padding:0;
}
.events-banners li{
    display:inline-block;
    margin-right:20px;
    vertical-align:top;
    background:none !important;
}
.events-banners li img{
    max-width: 300px;
}
h3.booklet_title{background:url('img/info-booklet.png') no-repeat;font-size:20px;margin:18px 0 0 11px;height: 25px;}



.ok{cursor:pointer;margin-left:32px;width:191px;height:86px;overflow:hidden;margin-bottom:15px;font-family:Tahoma;background:url(/netcat_files/css/img/form1.png) no-repeat}
.ok h3{font-size:15px;font-weight:bold;color:#fff;margin:7px 0px;text-align:center}
.ok p{padding-left:48px;font-size:12px;color:#fff;line-height:1.5;margin-top:12px}
.ok span{color:#b6b4a8}
.ok1{background:url(/netcat_files/css/img/form1.png) no-repeat}
.ok2{background:url(/netcat_files/css/img/form2.png) no-repeat}
.ok2 p{padding-left:60px !important}


#popup{display:none;position:fixed;z-index:9999;position:fixed;width:1056px;font-family:Tahoma;height:620px;border:7px solid #cbcec3;background:#fff;left:50%;top:50%;margin-top:-315px;margin-left:-530px;}
#popup .close{position:absolute;top:-18px;right:-18px;cursor:pointer;width:24px;height:24px;background:url('/netcat_files/css/img/close2.png') no-repeat;}
.popup{width:1056px;height:620px;overflow:hidden}
.popup-text{float:left;width:469px;height:620px;overflow:hidden;}
.p-t-p{width:400px;margin:20px auto;margin-bottom:15px;overflow:hidden;}
.p-t-p h2{font-size:14px;color:#3c3c3c;font-weight:bold;margin-bottom:14px}
.p-t-p p{font-size:13px;line-height:1.4;color:#282828;margin-bottom:15px}
.p-t-p p tel{color:#f31529;font-weight:bold;text-decoration:underline}
.grafik{width:469px;height:95px;overflow:hidden;background:url('/netcat_files/css/img/uzor2.png') no-repeat;}
.grafik p{font-size:13px;width:400px;margin:0 auto;margin-bottom:10px;line-height:1.5}
.grafik p:first-child{margin-top:10px}
.popup-img{float:left;width:587px;height:620px;overflow:hidden}
.popup-img img{display:block}
#hide{display:none;position:fixed;z-index:9998;background:#000;display: none; width: 100%; height:100%;left:0px;top:0px;opacity: 0.5;filter: alpha(opacity=50);}


#popup2, #popup3{display:none;z-index:9999;position:fixed;width:680px;font-family:Tahoma;background:#fff;left:50%;top:50px;margin-left:-340px;}
#popup2 .close, #popup3 .close{position:absolute;top:30px;right:30px;cursor:pointer;width:20px;height:20px;background:url('/netcat_files/css/img/close_new.png') no-repeat;}
.popup2{width:680px;}
.popup2-header{width:620px;font-size:24px;color:#434343;text-align:left;margin:30px auto;padding:0px 30px 0px 30px;line-height:1}
#pop_text2{width:620px;height:430px;overflow:auto;overflow-x:hidden;margin:0 auto;color:#2f3d4d;font-size:14px;line-height:1.4;margin-bottom:20px}
#popup3 #pop_text2 {height: 250px;}
#pop_text2 p{margin-bottom:20px}
.popup2 img{display:block;margin:0 auto}

.ok_header1{top:70px;right:710px;/*margin-right:144px;*/position:absolute;width:150px;height:55px;z-index:899;font-size:12px;}
.ok_header1 h3{font-size:12px;color:#fff;font-weight:bold;background:#e41d25;padding:2px 5px;}
.ok_header1 p{font-size:12px;line-height:1.4;color:#444649}
.ok_header1 p span{font-size:12px;color:#000}
.ok_header2{top:70px;right:400px;margin-right:20px;position:absolute;width:105px;height:55px;z-index:1113;font-size:12px;}
.ok_header2 h3{font-size:12px;text-align:cetner;font-size:12px;color:#fff;font-weight:bold;background:#e77002;padding:2px 5px;}
.ok_header2 p{font-size:12px;line-height:1.4;color:#444649}
.ok_header2 p a{font-size:12px;color:#c81000;text-decoration:underline}



.pie{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url('/netcat_files/css/img/PIE.htc');
}

.phonenumber,
.phonenumber:hover,
.phonenumber:active,
.phonenumber:visited {
    color: inherit;
    text-decoration: inherit;
}

/* CONTACTS */
.contacts-tab {
    margin-top: 25px;
    position: relative;
    margin-left: 6px;
}

.contacts-tab span {
    padding: 11px 24px;
    font-weight: bold;
    margin-left: -3px;
    color: rgb(166, 166, 166);
    position: relative;
    z-index: 2;
}

.contacts-tab span:hover {
    cursor: pointer;
}

.contacts-tab span.current {
    color: rgb(239, 239, 239);
    background-color: #E41F26;
}

.contacts-tab .bg {
    position: absolute;
    width: 166px;
    height: 33px;
    border: 2px solid rgb(171, 171, 171);
    top: -11px;
    margin-left: -4px;
}

#contact-map-1 {
    float: left;
    width: 60%;
    height: 360px;
    display: none;
    margin-top: 25px;
}

#contact-map-2 {
    float: left;
    width: 400px;
    height: 550px;
    display: none;
    margin-top: 25px;
    margin-right: 20px;
    margin-left: -20px;
}
.flat_tb tr td {background:#ffffff !important; border-top:1px solid #868686;}
.flat_tb {border-bottom:1px solid #dedede; border-left:1px solid #dedede; border-right:1px solid #dedede;}
.flat_tb tr th {background:#d03732 !important;}
.flat_tb tr td:first-child {font-weight:bold;}
.mt20 {margin-top:48px;}
.add_inf h1 {margin-bottom:20px; font-weight:normal; text-transform:uppercase; margin-top:30px;}
.form-ask {position:relative;}
.form-ask input, .form-ask textarea {width:351px; padding:0 12px;height:26px; line-height:26px; border:1px solid #dedede; cursor:pointer;}
.form-ask textarea {height:46px;}
.form-ask input:hover, .form-ask textarea:hover,.form-ask input:focus, .form-ask textarea:focus {border-color:#000000;}
.form-ask button {background:none; border:none;
display:block;
font-weight:bold;
color:#ffffff;
background:#f6821f; font-size:15px;
margin-bottom:20px;
line-height:40px; height:40px;
width:370px;
text-align:center;
text-transform:uppercase;}
.block_phone {position:absolute; top:0; right:0; width:575px; text-align:right; line-height:25px;}
.form-ask .block_phone .txt_phone {vertical-align:bottom;}
.form-ask .block_phone {width:490px;}
.form-ask .jq-selectbox {  margin:0; width:375px; line-height:26px; height:26px; border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.form-ask .jq-selectbox__trigger-arrow {background-position:-40px 0px;}
.form-ask  .jq-selectbox.opened  .jq-selectbox__trigger-arrow {background-position:-10px 0px;}

.form-ask .jq-selectbox__dropdown {border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;}
#b-popup-overlay {position:fixed; top:0; left:0; z-index:999; height:100%; width:100%; background:rgba(0,0,0,0.25);}
.popup {background:#f1f1f1; padding:20px; width:740px; color:#000000; font-size:20px; line-height:22px; font-family:Tahoma; z-index:1001; position:absolute; top:155px; left:50%; margin-left:-370px; height:auto;}
.popup .popup-close {display:block; position:absolute; top:10px; right:10px; height:20px; width:20px; overflow:hidden;background:url('../Image/close-popup.png')no-repeat 0 0;}
.popup div {margin-bottom:20px;}
.block_phone .txt_right {display:inline-block; vertical-align:top; width:380px; margin-right:10px;}
.block_phone .txt_phone {color:#f6821f;display:inline-block; vertical-align:top;  width:185px; font-weight:bold; font-size:18px; font-family:Tahoma;text-align:justify;}
.block_phone .txt_phone a {display:block; text-decoration:none; color:#ffffff; background:#f6821f;font-weight:normal; float:right; width:160px;font-size:13px; height:20px; letter-spacing:0;text-align:center;line-height:20px;padding:0 5px;}
.contact__department {
display: block;
  color: #cc0000;
  font: bold 13px/20px Arial, sans-serif;
  text-align: right;
}


.social-block-wrapper {
	position: absolute;
	top: 60px;
	right: 480px;
	background: #fff;
	width: 155px;
	height: 70px;
	font-weight: 700;
	color: #111111;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 19px;
	z-index: 10;
	box-shadow: 0 5px 15px #b7b7b7;
}

.social-block-wrapper.left-block {
	right: auto;
	left: 244px;
	z-index: 900;
}


.social-block-wrapper ul {
	padding: 0;
	list-style: none;
	font-size: 0;
	margin: 10px -8px 0;
}

.social-block-wrapper ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 6px;
}

.social-block-wrapper ul li a {
	background: url(img/social-icons.png) no-repeat 0 0;
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
}

.social-block-wrapper ul li a.tw {
	background-position: 0 0;
}

.social-block-wrapper ul li a.fb {
	background-position: -30px 0;
}

.social-block-wrapper ul li a.vk {
	background-position: -60px 0;
}

.social-block-wrapper ul li a.ig {
	background-position: -90px 0;
}
.sp {
    padding-left: 39px;
}