* {
    margin: 0;
    padding: 0;
}

.BanersCenter {
    text-align: center;
    margin-bottom: 10px;
}

img {
    border: 0;
    text-decoration: none;
}

html, body {
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    color: #000;
    font-size: 1em;
    font-family: Tahoma, Arial, "Trebuchet MS", sans-serif;
}

#container {
    /*position: relative;*/
    min-height: 100%;
    height: auto;
    width: auto;
    font-size: 0.85em;
}

#top {
    position: relative; /*отвечает за регионы*/
    background: #FFF;
    height: 118px;
    border-top: 2px solid #ddd;
}

#top_l {
    position: absolute;
    top: -2px;
    left: 0;
    width: 57px;
    height: 101px;
    background: url(/i/top_l.gif) 0 0 no-repeat;
}

#top_r {
    position: absolute;
    top: -2px;
    right: 0;
    width: 192px;
    height: 98px;
    background: url(/i/top_r.gif) 0 0 no-repeat;
}


#logo_3 {
    background-image: url(/i/logo_3.gif);
}

#logo_2 {
    background-image: url(/i/logo_2.gif);
}

#logo_1 {
    background-image: url(/i/logo_1.gif);
}

#logo_4 {
    background-image: url(/i/logo_4.gif);
}

#logo_5 {
    background-image: url(/i/logo_5.gif);
}

#icons {
    position: absolute;
    top: 80px;
    left: 5%;
}

#icons a, #icons div {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 20px 0 0;
    background-repeat: no-repeat;
}

#icons a {
    background-position: 0 0;
    text-decoration: none;
    display: block;
}

#icons a:hover {
    background-position: 0 -20px;
}

#icons div {
    background-position: 0 -40px;
}

#val_day {
    background: url(/i/val_day.png) left center no-repeat;
    display: block;
    color: #c52109;
    font-family: serif;
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    height: 63px;
    position: absolute;
    top: 20px;
    left: 28%;
    padding: 20px 0 10px 100px;
    text-decoration: none;
    width: 120px;
}

#sc {
    position: absolute;
    top: 66px;
    right: 210px;
}

#sc a {
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 10px 0 0;
    background-repeat: no-repeat;
}

#sc a {
    background-position: 0 0;
    text-decoration: none;
    display: block;
}

.fb {
    background: url("/i/fb1.png") no-repeat scroll center top, url("/i/fb.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}

.vk {
    background: url("/i/vk1.png") no-repeat scroll center top, url("/i/vk.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}

.vk:hover {
    background: url("/i/vk.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}

.fb:hover {
    background: url("/i/fb.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}

#home {
    background-image: url(/i/home.gif);
}

#mail {
    background-image: url(/i/mail.gif);
}

#map {
    background-image: url(/i/map.gif);
}


#top_top_menu {
    position: absolute;
    top: 15px;
    right: 3%;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
    font-size: 0.85em;
}

#top_top_menu li {
    float: left;
    margin: 0 0 0 15px;
}

#top_top_menu li.cur a {
    font-weight: bold;
}

#top_top_menu li a {
    color: #000;
}

#top_top_menu li a:hover {
    color: #ed454e;
}

#tel {
    position: absolute;
    height: 60px;
    top: 54px;
    right: 3%;
    font-size: 1.85em;
    color: #444;
    width: 180px;
    text-align: right;
}

/*#tel span {*/
    /*margin: 0 5px 0 25px;*/
    /*font-size: 0.6em;*/
    /*color: #8e8e8e;*/
/*}*/

#tel a {
    font-size: 0.5em;
}

#icq {
    position: absolute;
    height: 60px;
    top: 64px;
    right: 550px;
    font-size: 0.8em;
    color: #8e8e8e;
}

#icq ul {
    position: absolute;
    left: 30px;
    top: -4px;
    list-style: none;
    width: 170px;
}

#icq ul li {
    vertical-align: middle;
    line-height: 20px;
    color: #000;
}

#icq ul li img {
    vertical-align: middle;
    margin: 0 3px 0 0;
}


#sub_menu_box {
    position: relative;
    height: 90px;
    background: #f1f1f1 url(/i/boss_menu_box.gif) left bottom repeat-x;
    padding: 0 3% 0 3%;
}
#sub_menu_box_l {
    position: absolute;
    width: 97px;
    height: 88px;
    top: 0;
    left: 0;
    background: url(/i/boss_menu_box_l.gif) 0 0 no-repeat;
}
#sub_menu_box_r {
    position: absolute;
    width: 139px;
    height: 80px;
    top: 0;
    right: 0;
    background: url(/i/boss_menu_box_r.gif) 0 0 no-repeat;
}
#sub_menu {
    position: relative;
    height: 90px;
    list-style: none;
    margin: 0;
    border-left: 1px solid #FFF;
}

#sub_menu li.col {
    position: relative;
    float: left;
    width: 14.24%;
    height: 70px;
}

#sub_menu .bord {
    height: 80px;
    border-right: 1px solid #FFF;
    padding: 5px;
}

#sub_menu .round_box {
    display: block;
    position: relative;
    background: #FFF;
    height: 65px;
    text-decoration: none;
}

#sub_menu .round_box img {
    margin: 0 0 0 10px;
}

#sub_menu .round_box img.log {
    position: absolute;
    height: 65px;
    top: 0;
    left: 0;
    margin: 0 0 0 40%;
}

#boss_menu_box {
    position: relative;
    height: 175px;
    background: #f1f1f1 url(/i/boss_menu_box.gif) left bottom repeat-x;
    padding: 0 3% 0 3%;
}

#boss_menu_box_l {
    position: absolute;
    width: 97px;
    height: 145px;
    top: 0;
    left: 0;
    background: url(/i/boss_menu_box_l.gif) 0 0 no-repeat;
}

#boss_menu_box_r {
    position: absolute;
    width: 139px;
    height: 145px;
    top: 0;
    right: 0;
    background: url(/i/boss_menu_box_r.gif) 0 0 no-repeat;
}

#boss_menu {
    position: relative;
    height: 175px;
    list-style: none;
    margin: 0;
    border-left: 1px solid #FFF;
}

#boss_menu li.col {
    position: relative;
    float: left;
    width: 14.24%;
    height: 145px;
}

#boss_menu .bord {
    height: 165px;
    border-right: 1px solid #FFF;
    padding: 5px;
}

#boss_menu .round_box {
    display: block;
    position: relative;
    background: #FFF;
    height: 65px;
    text-decoration: none;
}

#boss_menu .round_box img {
    margin: 0 0 0 10px;
}

#boss_menu .round_box img.log {
    position: absolute;
    height: 65px;
    top: 0;
    left: 0;
    margin: 0 0 0 40%;
}

.tl, .tr, .br, .bl {
    position: absolute;
    width: 5px;
    height: 5px;
    background-image: url(/i/white_star.gif);
    background-repeat: no-repeat;
    overflow: hidden;
}

.tl {
    background-position: -5px -5px;
    top: 0;
    left: 0;
    cursor: move;
}

.tr {
    background-position: 0 -5px;
    top: 0;
    right: 0;
}

.br {
    background-position: 0 0;
    bottom: 0;
    right: 0;
}

.bl {
    background-position: -5px 0;
    bottom: 0;
    left: 0;
}

.pod_boss {
    list-style: none;
    padding: 0;
    margin: 16px 0 0 10px;
}

.pod_boss li {
    position: relative;
    margin: 14px 0;
    font-size: 0.9em;
}

.pod_boss li a {
    position: relative;
    background: #FFF url(/i/pod_boss_r.gif) right no-repeat;
    margin: 0 0 0 33px;
    padding: 4px 12px 4px 5px;
    color: #666;
    font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
}

.pod_boss li a:hover {
    color: #8e8e8e;
}

.pod_boss li img {
    position: absolute;
    width: 33px;
    height: 26px;
    top: -5px;
    left: 0;
}

#main {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 140px;
}

#otb {
    padding: 20px 3% 0 3%;
}

#left_col {
    float: left;
    width: 26%;
}

#right_col {
    float: right;
    width: 72%;
}

#one_col {
    float: left;
    width: 100%;
}

#box .span_h1 {
    color: #000;
}

#box .span_h1 a {
    color: #414141;
    text-decoration: underline;
}

#box .span_h1 a:hover {
    color: #8e8e8e;
    text-decoration: none;
}

.status_box_img {
    /*position: absolute;*/
    width: 60px;
    height: 50px;
    top: 0;
    right: 10%;
}

#box p {
    font-size: 0.9em;
    padding: 0.2em 0 0.5em 0;
}

#search_box {
    background: #e5e5e5;
    padding: 10px 20px;
    margin: 12px 0;
}

#search_box table {
    width: 100%;
}

#search_box table td.but_cell {
    width: 96px;
    text-align: right;
}

#search_box table .text_search {
    width: 100%;
    border: 1px solid #999;
    padding: 3px 2px 2px 2px;
    height: 23px;
    color: #8e8e8e;
}

#box table.def td {
    padding: 10px 0;
    font-size: 0.9em;
}

#footer {
    position: relative;
    background: #FFF;
    width: auto;
    height: 130px;
    margin-top: -60px;
 }

 #bot_menu_one {
     font-size: 0.7em;
     list-style: none;
     margin: 0;
     padding: 0;
 }
 #bot_menu_two {
     font-size: 0.7em;
     list-style: none;
     margin: 0;
     padding: 0;
 }

 #bot_menu_two li,#bot_menu_one li {
     float: left;
 }

 #bot_menu_two li.cur,#bot_menu_one li.cur {
     font-weight: bold;
 }

 #bot_menu_two li.sep,#bot_menu_one li.sep {
     margin: 0 10px;
 }

 #bot_menu_two li a ,#bot_menu_one li a {
     color: #000;
 }

 #bot_menu_two li a:hover,#bot_menu_one li a:hover {
     color: #b7111b;
     text-decoration: none;
 }

 #cop {
     position: absolute;
     top: 35px;
     color: #565656;
     font-size: 0.8em;
 }

 #cop {
     left: 14px;
 }

 #tf {
     position: absolute;
     left: 85%;
     padding: 20px 0 0 45px;
     margin-left: -45px;
     font-size: 0.7em;
     line-height: 1.2em;
 }

 #tf img {
     position: absolute;
     left: 0;
     top: 17px;
 }

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

 a:hover {
     text-decoration: none;
     color: #ed454e;
 }

 .black_dot_link {
     color: #000!important;
     text-decoration: none;
     border-bottom: 1px dashed #000!important;
 }

 .black_dot_link:hover {
     color: #ed454e!important;
     text-decoration: none;
     border-bottom: 1px dashed #ed454e!important;
 }

 .note {
     text-decoration: none;
     display: inline-block;
     width: 15px;
     height: 15px;
     background: url(/i/note.gif) 0 0 no-repeat;
     margin: 0 10px 0 7px;
     cursor: pointer;
     vertical-align: middle;
     margin: 0 2px 4px 5px;

 }

 .note:hover {
     background-position: 0 -15px;
 }

 .noteNumbers {
     margin-top: 4px;
 }

 .noteCart {
     margin: 4px 10px 0 7px;
 }

 .act_box {
     position: absolute;
     margin-top: 5px;
 }

 .act {
     font-size: 0.85em;
     padding: 0 0 0 17px;
     background: url(/i/act.gif) 0 2px no-repeat;
     color: #b7111b;
 }

 .change_act {
     font-size: 11px !important;
     padding: 0 0 0 10px;
 }

 .change_act a {
     color: #8e8e8e;
 }

 .change_act a:hover {
     color: #000;
     text-decoration: none;
 }

 .choice_link {
     text-decoration: none;
     border-bottom: 1px dashed #b7111b;
 }

 .choice_link:hover {
     text-decoration: none;
     color: #ed454e;
     border-bottom: 1px dashed #ed454e;
 }

 ol {
     margin: 0 0 0 15px;
 }

 ol li {
     padding: 0.3em 0;
 }

 p {
     line-height: 1.5em;
 }

 h1 {
     margin: 0 0 0.5em 0;
     font-size: 1.7em;
     font-weight: normal;
     color: #db0000;
 }

 h2 {
     margin: 1em 0 0.3em 0;
     font-size: 1.3em;
     font-weight: normal;
     color: #555;
 }

 h2 a {
     margin: 1em 0 0.3em 0;
     font-size: 1.0em;
     font-weight: normal;
     color: #555;
 }

 h4 {
     margin: 0.3em 0 0.7em 0;
 }

 .span_h1 {
     margin: 0 0 0.5em 0;
     font-size: 1.5em;
     font-weight: normal;
     color: #db0000;
 }

 .h1 {
     margin: 0 0 0.5em 0;
     font-size: 1.7em;
     font-weight: normal;
     color: #db0000;
 }

 .span_h2 {
     margin: 1em 0 0.3em 0;
     font-size: 1.1em;
     font-weight: bold;
     color: #555;
 }

 .zag_page {
     padding: 0 0 0 20px;
 }

 .zag_page h1 span {
     color: #454545;
 }

 .zag_page .h_line {
     bottom: 25px;
 }

 .line_zag {
     border-bottom: 1px solid #ddd;
     padding: 0 0 3px 0;
 }

 #breadcrumps {
     position: relative;
     margin: 0 0 17px 20px;
     color: #999;
     font-size: 11px;
 }

 #breadcrumps a {
     text-decoration: underline;
     color: #565656;
     padding: 0 20px 0 0;
     background: url(/i/breadcrumps_narrow.gif) right 5px no-repeat;
 }

 #breadcrumps a:hover {
     color: #000;
     text-decoration: none;
 }

 .tel_inline {
     padding: 0 20px 0 21px;
     background: url(/i/ic_tel.gif) 0 0 no-repeat;
 }

 .mail_inline {
     padding: 0 0 0 25px;
     line-height: 2em;
     background: url(/i/mail.gif) 0 -40px no-repeat;
     overflow: hidden;
 }

 .clock_inline {
     padding: 0 0 0 24px;
     background: 0 0 no-repeat;
 }

 #job {
     background-image: url(/i/job.gif);
 }

 #sab {
     background-image: url(/i/sab.gif);
 }

 .print_box {
     display: block;
     float: right;
     top: -0px;
     right: 17px;
     width: 100px;
     height: 40px
 }

 .print_box a {
     padding: 0 0 1px 24px;
     margin: 0 0 0 20px;
     background: 0 1px no-repeat;
     color: #3059b5;
     text-decoration: none;
 }

 .print_box a span {
     border-bottom: 1px dashed #3059b5;
 }

 .print_box a:hover {
     background: 0 -18px no-repeat;
     color: #ed454e;
     text-decoration: none;
 }

 .print_box a:hover span {
     border-bottom: 1px dashed #ed454e;
 }

 #print {
     background-image: url(/i/print.gif);
 }

 #doc {
     background-image: url(/i/doc.gif);
 }

 .star {
     padding: 1em 0 1.5em 20px;
     background: url(/i/red_star.gif) 7px 1.4em no-repeat;
 }

 .listing {
     margin: 35px 0 15px 0;
     font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
 }

 .listing .zag {
     font-size: 1.2em;
     color: #454545;
     font-weight: bold;
     margin: 0 15px 0 0;
 }

 .listing .tuda_suda span, .listing .tuda_suda a {
     margin: 0 7px;
     font-size: 1.1em;
 }

 .listing a {
     color: #3059b5;
     text-decoration: underline;
 }

 .listing a:hover {
     color: #ed454e;
     text-decoration: underline;
 }

 .listing .pages {
     margin: 12px 0;
     font-size: 1.2em;
 }

 .listing .pages span, .listing .pages a {
     padding: 7px 10px;
 }

 .listing .pages span {
     background: #f5f5f5;
 }

 .full_link {
     display: block;
     margin: 5px 0 10px 0;
     padding: 0 0 0 15px;
     background: url(/i/narrow_down.gif) 0 6px no-repeat;
     color: #3059b5;
     text-decoration: none;
 }

 .full_link:hover {
     background-position: 0 -14px;
 }

 .full_link span {
     border-bottom: 1px dashed #3059b5;
 }

 .full_link:hover span {
     border-bottom: 1px dashed #ed454e;
 }

 .box_tarif {
     position: relative;
     margin: 0 0 10px 0;
     width: 100%;
     overflow: hidden;
     background: url(/i/dot.gif) 0 100% repeat-x;
     padding-bottom: 20px;
 }

 .box_tarif .span_h2 {
     margin: 0.3em 0 0.6em 0;
     color: #555;
     font-size: 1.3em;
     font-weight: bold;
 }

 .box_tarif .no_url {
     text-decoration: none;
     color: #ed454e
 }

 .box_tarif .left_col_tarif {
     float: left;
     width: 15%;
     text-align: center;
     position: relative;
 }

 .box_tarif .left_col_tarif .type_img {
     position: absolute;
     width: 16px;
     height: 16px;
     top: 17px;
     right: 4px;
 }

 .box_tarif .right_col_tarif {
     float: right;
     width: 83%;
 }

 .box_tarif .right_col_tarif .span_h2 {
     margin-left: 0;
 }

 .box_tarif .list {
     list-style: none;
     margin: 15px 0 0 0;
     padding: 0;
 }

 .box_tarif .list li {
     background: url(/i/left_menu_point.gif) 0 8px no-repeat;
     font-size: 0.9em;
     padding: 3px 0 3px 15px;
 }

 .news_box {
     padding: 10px 0;
     clear: left
 }

 .news_box div {
     float: left;
     display: block
 }

 .news_box div.grey {
     min-width: 130px;
     max-width: 130px;
     width: 20%
 }

 .news_box div.name {
     width: 80%;
 }

 .news_box.f12 div.name {
     width: auto;
 }

 .f12 {
     font-size: 12px !important;
 }

 .no_dot {
     margin: 15px 0;
     background: none;
     padding: 0;
 }

 .no_dot .left_col_tarif {
     text-align: right;
 }

 .no_dot .right_col_tarif {
     margin: 5px 0 0 0;
 }

 .country {
     font-size: 0.9em;
     margin: 20px 0;
 }

 .country select {
     padding: 1px;
     width: 400px;
     border: 1px solid #999;
     color: #666;
     margin: 0 0 0 20px;
     font-size: 1em;
 }

 #left_menu {
     list-style: none;
     margin: 0;
     padding: 0;
 }

 #left_menu li {
     background: url(/i/dot.gif) 0 100% repeat-x;
     font-size: 15px;
     padding: 7px 0 9px;
     font-weight: 600;
 }

 #left_menu li a {
     padding: 0 0 0 17px;
     color: #000;
     text-decoration: underline;
     background: url(/i/left_menu_point.gif) 8px 8px no-repeat;
 }

 #left_menu li a:hover {
     color: #000;
     text-decoration: underline;
 }

 #left_menu li.cur a {
     background-image: url(/i/left_menu_point_cur.gif);
     color: #000;
 }

 #left_menu li.cur span {
     padding: 0 0 0 17px;
     color: #000;
     text-decoration: none;
     background: url(/i/left_menu_point_cur.gif) 8px 8px no-repeat;
 }

 #left_menu li ul {
     list-style: none;
     margin: 7px 0 3px 0;
 }

 #left_menu li ul li {
     background: none;
     padding: 3px 0 4px 10px;
     font-size: 14px;
     font-weight: normal;
 }

 #left_menu li ul li a {
     background: url(/i/left_menu_point.gif) 5px 4px no-repeat !important;
     text-decoration: underline;
     color: #000 !important;
 }

 #left_menu li ul li.cur {
     background: #f5f5f5;
     margin: 0 0 3px 0;
     padding: 7px 0 4px 15px;
 }

 #left_menu li ul li.cur a {
     background: url(/i/left_menu_point_cur.gif) 5px 5px no-repeat !important;
 }

 #left_menu li ul li.cur span {
     background: url(/i/left_menu_point_cur.gif) 5px 5px no-repeat !important;
     font-weight: normal;
     color: #000;
 }

 #left_menu li ul li.cur ul li a {
     background-image: none !important;
 }

 #left_menu li ul li a:hover {
     color: #b7111b !important;
 }

 #left_menu li ul li ul {
     margin: 7px 0 5px 0;
 }

 #left_menu li ul li {
     font-size: 13px !important;
 }

 #left_menu li ul li ul li.cur {
     padding: 0px 0 1px 10px;
     margin: 0;
 }

 #left_menu li ul li ul li a {
     color: #b7111b !important;
     padding: 0 0 0 12px !important;
     background: none !important;
 }

 #left_menu li ul li ul li a:hover {
     text-decoration: none;
 }

 #left_menu li ul li ul li.cur span {
     color: #b7111b;
     padding: 0 0 1px 12px !important;
     margin-top: 4px !important;
     background: none !important;
     font-weight: bold;
 }

 .def_list {
     list-style: none;
     margin: 0 0 2em 10px;
     padding: 0;
 }

 .def_list li {
     padding: 5px 0 5px 20px;
     background: url(/i/li.gif) 0 7px no-repeat;
 }

 .switcher {
     position: relative;
     top: -37px;
     right: 7px;
     list-style: none;
     margin: 0;
     padding: 0;
     font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
     font-size: 0.9em;
 }

 .switcher li {
     float: left;
     position: relative;
     padding: 6px 12px;
 }

 .switcher li.cur {
     background: #FFF;
     border: 1px solid #b7a8aa;
     border-bottom: none;
     padding: 6px 12px;
     border-radius: 5px 5px 0 0;
 }

 .switcher li.cur span {
     text-decoration: none !important;
 }

 .switcher li a {
     color: #000;
     text-decoration: underline;
 }

 .switcher li a:hover {
     color: #b7111b;
     text-decoration: none;
 }

 .switcher li.cur a {
     color: #000;
 }

 .switcher li.cur a:hover {
     color: #000;
     text-decoration: none;
 }

 .switcher li span {
     cursor: pointer;
     text-decoration: underline;
 }

 .switcher li span:hover {
     color: #b7111b;
     text-decoration: none;
 }

 .twocols {
     list-style: none;
     margin: 20px 0 10px 0;
     padding: 0;
     width: 100%;
     overflow: hidden;
 }

 .twocols li {
     float: left;
     width: 50%;
 }

 .twocols .first_li {
     width: 75%;
 }

 .twocols .second_li {
     width: 25%;
 }

 #fourcols {
     list-style: none;
     margin: 0;
     padding: 0;
     width: 100%;
     overflow: hidden;
 }

 #fourcols li.col {
     float: left;
     width: 24%;
     margin: 0 3% 0 0;
 }

 #fourcols li.small_col {
     width: 16%;
 }

 #fourcols li.small_col ul li {
     padding: 15px 0;
 }

 #fourcols h2 {
     margin: 0.3em 0 0.7em 0;
     color: #db0000;
 }

 #fourcols li ul {
     list-style: none;
     margin: 10px 0 20px 20px;
     padding: 0;
 }

 #fourcols li ul li {
     padding: 5px 0;
 }

 #fourcols li ul li a {
     color: #000;
     font-weight: bold;
 }

 #fourcols li ul li a:hover {
     text-decoration: none;
     color: #ed454e;
 }

 #fourcols li ul li .map_img {
     color: #000;
     font-weight: normal;
     font-size: 0.9em;
     text-decoration: none;
 }

 #fourcols li ul li .map_img img {
     border: 1px solid #FFF;
     margin: 0 0 1px -3px;
 }

 #fourcols li ul li .map_img span {
     border-bottom: 1px solid #000;
 }

 #fourcols li ul li a.map_img:hover {
     color: #db0000;
     font-weight: normal;
     text-decoration: none;
 }

 #fourcols li ul li a.map_img:hover img {
     border: 1px solid #db0000;
 }

 #fourcols li ul li a.map_img:hover span {
     border-bottom: 1px solid #db0000;
 }

 #fourcols li ul li div.map_img {
     margin: 0 0 1px 0;
 }

 #fourcols li ul li div.map_img img {
     border: 1px solid #db0000;
     margin: 0 0 4px -3px;
 }

 #fourcols li ul li div.map_img span {
     text-decoration: none;
     color: #db0000;
     border-bottom: 1px solid #FFF;
 }

 #fourcols li ul li ul {
     margin: 5px 0 15px 15px;
 }

 #fourcols li ul li ul li {
     padding: 2px 0;
 }

 #fourcols li ul li ul li a {
     color: #3059b5;
     font-weight: normal;
     font-size: 0.9em;
 }

 #fourcols li ul li ul li a:hover {
     text-decoration: underline;
 }

 #fourcols li ul li ul li ul {
     margin: 3px 0 7px 15px;
 }

 #fourcols li ul li ul li ul li {
     padding: 1px 0;
     font-size: 0.9em;
 }

 .black {
     color: #000 !important;
     border-color: #000;
 }

 .white {
     color: #FFF;
 }

 .red {
     color: #b7111b !important;
 }

 .grey {
     color: #8e8e8e;
 }

 .orange {
     color: #e66e33;
 }

 no_decor {
     text-decoration: none !important;
     font-weight: bold;
 }

 .dot_but {
     border: none;
     height: 14px;
     background: #f5f5f5 0 0 no-repeat;
     margin: 0 7px 4px 7px;
     padding: 0 0 0 0;
     cursor: pointer;
     vertical-align: middle;
 }

 .dot_but:hover {
     background-position: 0 -14px;
 }

 #bot_tab_viev {
     width: 153px;
     background-image: url(/i/bot_tab_viev.gif);
 }

 #destroy_number {
     width: 113px;
     background-image: url(/i/clear_check.gif);
 }

 #clear_number {
     width: 68px;
     background-image: url(/i/show_all.gif);
 }

 #bot_tab_buy {
     width: 123px;
     background-image: url(/i/bot_tab_buy.gif);
 }

 .but_cross {
     width: 20px;
     height: 20px;
     background: url(/i/cross.gif) 0 0 no-repeat;
     border: none;
     cursor: pointer;
     font-size: 0px;
     color: #db0000;
     display: block;
     text-decoration: none;
 }

 .but_cross:hover {
     background-position: 0 -20px;
     color: #FFF;
 }

 table.def {
     width: 100%;
     margin: 10px 0 10px;
     font-size: 0.95em;
 }

 table.def tr:hover {
     background-color: #fffae3;
 }

 table.def tr.no_h:hover {
     background-color: #fff;
 }

 table.def tr.tab_head {
     background: #fff url(/i/tab_head.gif) 0 100% repeat-x;
 }

 table.def tr.tab_head th {
     padding: 10px 0 15px 7px;
     font-weight: bold;
 }

 .with_img {
     padding-left: 37px !important;
 }

 .in_call {
     background: url(/i/in_call.gif) 0 9px no-repeat;
 }

 .out_call {
     background: url(/i/out_call.gif) 0 9px no-repeat;
 }

 .sms {
     background: url(/i/sms.gif) 0 10px no-repeat;
 }

 table.def th {
     font-weight: normal;
     text-align: left;
     padding: 6px 0 6px;
 }

 table.def td {
     vertical-align: top;
     padding: 6px 7px;
 }

 table.def td.td {
     width: 100px;
     vertical-align: top;
     padding: 6px 7px;
 }

 table.def td.ic {
     width: 18px;
     padding: 7px 7px 4px 7px;
 }

 table.def td.td_but {
     padding: 3px 7px;
     text-align: center;
     font-size: 11px;
     width: 120px
 }

 table.def td.td_push {
     text-align: left !important;
 }

 table.def td.td_act {
     padding: 6px 7px 30px 7px;
 }

 table.def td.def_td_price {
     text-align: right;
     font-size: 11px !important;
     white-space: nowrap;
 }

 table.def td.min {
     white-space: nowrap;
     width: 85px
 }

 table.def td.abon {
     white-space: nowrap;
     width: 110px
 }

 table.def td.cost {
     white-space: nowrap;
     width: 70px
 }

 table.dot td.td_act {
     padding: 6px 7px 30px 7px !important;
 }

 .nombers_tab {
     position: relative
 }

 .nombers_tab tr {
     z-index: 1
 }

 .nombers_tab tr.no_h {
     z-index: 2
 }

 .nombers_tab td {
     font-size: 1.0em;
     padding: 3px 1px 3px 1px !important;
     color: #454545;
 }

 .nombers_tab td.chec {
     width: 18px;
     padding: 1px 7px 3px 12px !important;
 }

 .nombers_tab td.td_act .act_box {
     margin-top: 6px;
     margin-left: 6px;
     font-size: 11px;
 }

 .nombers_tab td.td_act .act {
     font-size: 11px;
 }

 .nombers_tab td.search_nomber {
     font-size: 1em;
 }

 .nombers_tab td.search_nomber .text_search {
     width: 100%;
     border: 1px solid #999;
     padding: 3px 2px 2px 2px;
     height: 23px;
     color: #8e8e8e;
 }

 .nombers_tab td.search_nomber span {
     position: relative;

     font-size: 11px;
     margin-right:15px;
     padding-top:10px;
 }

 .href {
     text-decoration: none;
     border-bottom: 1px dashed #B7111B;
     padding: 0 !important;
     cursor: pointer;
     top: 0 !important;
     color: #B7111B;
 }

 .href:hover {
     text-decoration: none;
     border-bottom: 1px dashed #ed454e;
     color: #ed454e;
 }

 .checkbox {
     vertical-align: bottom;
 }

 .point {
     cursor: pointer;
 }

 .bot_tab {
     background: #f5f5f5;
     padding: 4px 4px 12px 12px;
     font-size: 11px;
     vertical-align: middle;
 }

 .nomb_page {
     float: right;
 }

 .nomb_page select {
     padding: 2px;
     width: 50px;
     margin: 0 0 0 3px;
 }

 .nomb_page_up {
     white-space: nowrap;
     font-size: .85em;
     background: #f5f5f5;
     padding: 3px 4px 3px 15px;
 }

 .nomb_page_up select {
     padding: 2px;
     width: 54px;
     margin: 0 0 0 3px;
 }

 #box table.def {
     margin: 10px 0 0 0;
 }

 #box table.dot td.td_act {
     padding: 10px 0 33px 0 !important;
 }

 table.dot tr {
     background-image: url(/i/dot.gif);
     background-position: 0 bottom;
     background-repeat: repeat-x;
 }

 table.dot tr.no_dot {
     background: none;
 }

 #box table.def tr:hover {
     background-color: #FFF;
 }

 a.in_box {
     position: relative;
     top: 5px;
     color: #65ac12;
     font-size: 11px;
     font-weight: bold;
 }

 a.in_box:hover {
     color: #000;
     text-decoration: none;
 }

 table.box_page {
     width: 77%;
     margin: 10px 0 15px;
     font-size: 0.95em;
 }

 table.box_page tr.dot_tr {
     background: url(/i/dot.gif) 0 bottom repeat-x;
     padding: 0 0 20px 0;
 }

 table.box_page tr.dot_tr td {
     padding-bottom: 19px;
 }

 table.box_page tr.dot_tr td.td_act {
     padding-bottom: 36px;
 }

 table.box_page tr.first_row td {
     padding-top: 17px;
 }

 table.box_page tr.first_row td.cross {
     padding-top: 13px;
 }

 table.box_page tr.first_row td.td_nomber {
     padding-top: 13px;
 }

 table.box_page td {
     vertical-align: top;
 }

 table.box_page td.ic {
     width: 18px;
     padding-left: 15px;
 }

 table.box_page td.td_act {
     padding-bottom: 30px;
 }

 table.box_page td.cross {
     width: 40px;
     padding: 0 0 0 17px;
 }

 table.box_page td.td_nomber {
     font-size: 1.5em;
     padding-top: 0;
 }

 table.box_page td.td_nomber .act_box {
     font-size: 0.65em;
     margin-top: 2px;
 }

 table.form_with_note {
     width: 100%;
     margin: 10px 0 10px;
     font-size: 0.95em;
 }

 table.form_with_note td {
     vertical-align: top;
     padding: 7px;
 }

 table.form_with_note td.labe {
     width: 23%;
     padding: 9px 8px;
 }

 table.form_with_note td.inp {
     width: 53%;
 }

 table.form_with_note td.inp input {
     width: 100%;
     padding: 2px;
     border: 1px solid #999;
 }

 table.form_with_note td.inp textarea {
     font-size: 1em;
     width: 100%;
     padding: 2px;
     margin: 0 0 10px 0;
     border: 1px solid #999;
     font-family: Tahoma, Arial, "Trebuchet MS", sans-serif;
 }

 table.form_with_note td.note_td {
     color: #999;
     font-size: 11px;
     padding: 5px 7px 0 7px;
 }

 table.form_with_note td.sub {
     background: #f5f5f5;
     padding: 14px 7px;
 }

 table.properties {
     width: 100%;
     margin: 0px 0 25px;
     font-size: 0.9em;
 }

 table.properties td {
     font-weight: bold;
     padding: 15px 0 0 0;
 }

 table.properties td.bot_dot_td {
     background: url(/i/dot.gif) 0 100% repeat-x;
 }

 table.properties td.bot_dot_td span {
     background: #FFF;
     padding: 0 3px 0 3px;
 }

 table.properties td.right_td {
     padding: 15px 0 0 5px;
     width: 15%;
 }

 table.tarif_tab {
     width: 100%;
     margin: 20px 0 0 0;
     border: 1px solid #ccc;
 }

 table.tarif_tab td {
     padding: 9px 15px 9px 15px;
     font-size: 11px;
     color: #667076;
 }

 table.tarif_tab td.zag_tarif_tab {
     padding: 12px 0 6px 15px;
     background: #eee;
     font-size: 1.3em;
     color: #FFF;
     font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
 }

 table.tarif_tab td.zag_tarif_tab div {
     position: relative; /*отвечает за просмотр тарифа*/
}

table.tarif_tab td.zag_tarif_tab div span {
    position: absolute;
    top: -1px;
    left: 0;
    color: #555;
}

table.tarif_tab td.right_td {
    padding: 9px 0 9px 5px;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.vat {
    vertical-align: top;
}

.vam {
    vertical-align: middle;
}

.small {
    font-size: 11px;
}

.normal_small {
    font-size: 0.9em;
}

.big {
    font-size: 1.2em;
}

.bigger {
    font-size: 1.5em;
}

.t_box {
    font-family: Tahoma, Arial, "Trebuchet MS", sans-serif;
    font-weight: normal;
    font-size: 11px;
    margin: 0 10px 0 0;
}

.dot_line {
    margin: 15px 0;
    overflow: hidden;
    height: 1px;
    background: url(/i/dot.gif) 0 center repeat-x;
}

.b_round_box {
    /*position: relative;*/
    background: #FFF;
    border: 1px solid #b7a8aa;
    padding: 10px 10px 10px 10px;
    margin: 0 0 10px 0;
    border-radius: 5px;
}

.t_r_b {
    text-align: justify;
    font-size:1em;
    color: rgb(128, 128, 128);
}

.t_r_b ul {
    list-style: none;
}

.t_r_b ul li {
    padding: 5px 0;
}

.t_r_b a {
    text-decoration: none;
    color: rgb(118, 118, 118);
}

.q_t {
    text-align: justify;
    font-size: 0.95em;
    color: rgb(64, 64, 64);
}

.q_t a {
    text-decoration: none;
    color: #000;
}

.q_t ul {
    list-style: none;
}

.q_t ul li {
    padding: 5px 0;
}

.banners {
    background: #e8e8e8 url(/i/banners_fon.gif) right 0 no-repeat;
}

a.banners {
    display: block;
    text-decoration: none;
}

.banners .btl, .banners .btr, .banners .bbr, .banners .bbl {
    background-image: url(/i/star_banners.gif);
}

#dostavka {
    height: 82px;
    background-image: url(/i/clock.gif);
}

#left_col #banners {
    text-align: left;
}

#banners {
    text-align: center;
}

#akciya {
    height: 82px;
    background-image: url(/i/simki.png);
    background-position: right;
    margin-bottom: -20px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#nomer {
    height: 95px;
    background-image: url(/i/777.png);
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#corporate {
    height: 91px;
    background-image: url(/i/ur_lica.png);
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#simterv {
    height: 65px;
    background-image: url(/i/simtreval-1.png);
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#general {
    height: 122px;
    background-image: url(/i/general.png);
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#ipad {
    height: 100px;
    background-image: url(/i/ipad-2.png);
    margin-right: -10px;
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#iphone4 {
    height: 100px;
    background-image: url(/i/iphone4-1.png);
    margin-bottom: -10px;
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#feb23 {
    height: 90px;
    background-image: url(/i/23-feb.png);
    margin-bottom: -10px;
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#valen {
    height: 90px;
    background-image: url(/i/velen.png);
    margin-bottom: -10px;
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#iphonegold {
    height: 100px;
    background-image: url(/i/iphone-gold.png);
    margin-right: -10px;
    margin-bottom: -15px;
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#iphone5 {
    height: 100px;
    background-image: url(/i/iphone5-ban.png);
    margin-right: -10px;
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#conserge1 {
    height: 100px;
    background-image: url(/i/conserge1.png);
    margin-right: -20px;
    margin-bottom: -30px;
    margin-top: -10px;
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#nano {
    height: 111px;
    background-image: url(/i/nano_sim.png);
    margin-right: -10px;
    margin-bottom: -10px;
    margin-top: -10px;
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#bee {
    height: 100px;
    background-image: url(/i/medal.png);
    margin-top: -10px;
    background-position: right;
    background-repeat: no-repeat;
}

#bee .text {
    padding-top: 10px;
}

#travel {
    height: 78px;
    background-image: url(/i/travel.png);
    background-position: right;
    background-repeat: no-repeat;
}

#skidka .span_h1 {
    font-size: 2em;
    margin: 0.4em 0 0.1em 0;
    color: #000;
}

#skidka .span_h2 {
    margin: 0.1em 0 0.3em 0;
}

.btl, .btr, .bbr, .bbl {
  display: none;
}


.pop_up_box {
    position: relative;
    background: #FFF;
    padding: 10px 30px 20px;
}

.pop_up_box h2 {
    margin-top: 5px;
    text-align: left;
}

.close_win {
    position: absolute;
    top: 12px;
    right: 30px;
    text-decoration: none;
    color: #db0000;
    border-bottom: 1px dashed #db0000;
    font-size: 0.8em;
}

.close_win:hover {
    color: #000;
    border-bottom: 1px dashed #000;
}

.pop_up_box .act {
    font-size: 0.8em;
}

.pop_up_box .item {
    font-size: 1.5em;
}

.hide {
    display: none
}

.nohide {
    display: block
}

.loader {
    background-color: #fff;
    background-image: url(/img/boxen/ajax-loader.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: visible;
    width: 100%;
    height: 100%;
}

.ch_link_list_box {
    position: relative;
    padding: 30px 0 10px;
    z-index: 2;
}

.ch_link_list {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 5px 0 5px;;
    top: 0;
    left: -10px;
}

.ch_link_list .img {
    left: -18px !important;
    width: 16px !important;
    height: 16px !important;
    top: 5px !important;
}

.ch_link_list li {
    position: relative;
    display: block;
}

.ch_link_list li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.ch_link_list li ul.active {
    padding: 10px 0 0 0;
}

.ch_link_list li ul.active li.cur {
    padding: 5px 20px 7px 20px;
    color: #b7111b;
    display: inline;
}

.ch_link_list li ul.active li a {
    display: block;
    padding: 4px 20px 6px 20px;
    border: none;
    text-decoration: underline;
    margin: 0 -20px;
}

.ch_link_list li ul.active li a:hover {
    background: #b7111b;
    color: #FFF;
    border: none;
}

.ch_link_list li.cur {
    padding: 4px 20px 10px 20px;
    color: #b7111b;
}

.ch_link_list li.cur a {
    text-decoration: none;
    display: inline;
    padding: 0;
    border-bottom: 1px dashed #b7111b;
}

.ch_link_list li.cur a:hover {
    text-decoration: none;
    color: #ed454e;
    border-bottom: 1px dashed #ed454e;
}

.ch_link_list li.cur img {
    position: absolute;
    width: 12px;
    height: 7px;
    top: 10px;
    left: 7px;
}

.num_search {
    padding: 3px 0 5px 5px;
    color: #666666;
}

.num_search label {
    vertical-align: middle;
}

.num_search label input {
    position: relative;
    vertical-align: middle;
    margin: 2px 0 0;
}

#f_w {
    display: none
}

.op_img img {
    margin-left: -5px !important;
}

#fourcols li.small_col {
    width: 15.5%;
}

#cluetip-close img {
    border: 0;
}

#cluetip-title {
    overflow: hidden;
}

#cluetip-title #cluetip-close {
    float: right;
    position: relative;
}

#cluetip-waitimage {
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url(/img/tip/wait.gif);
}

.cluetip-arrows {
    display: none;
    position: absolute;
    top: 0;
    left: -11px;
    height: 22px;
    width: 11px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#cluetip-extra {
    display: none;
}

/*************************************** =cluetipClass: 'default' -------------------------------------- */
.cluetip-default {
    background-color: #FFFFFF;
}

.cluetip-default #cluetip-outer {
    position: relative;
    margin: 0;
    background-color: #F7F7F7;
}

.cluetip-default h3 #cluetip-title {
    margin: 0 0 5px;
    padding: 8px 10px 4px;
    font-size: 0em;
    font-weight: normal;
    background-color: #E8E8E8;
    color: #000;
}

.cluetip-default #cluetip-title a {
    color: #d9d9c2;
    font-size: 0em;
}

.cluetip-default #cluetip-inner {
    padding: 10px;
}

.cluetip-default div #cluetip-close {
    text-align: right;
    margin: 0 5px 5px;
    color: #900;
}

/* default arrows */
.clue-right-default .cluetip-arrows {
    background-image: url(/img/tip/darrowleft.gif);
}

.clue-left-default .cluetip-arrows {
    background-image: url(/img/tip/darrowright.gif);
    left: 100%;
    margin-right: -11px;
}

.clue-top-default .cluetip-arrows {
    background-image: url(/img/tip/darrowdown.gif);
    top: 100%;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}

.clue-bottom-default .cluetip-arrows {
    background-image: url(/img/tip/darrowup.gif);
    top: -11px;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}

/*************************************** =cluetipClass: 'jtip'-------------------------------------- */
.cluetip-jtip {
    background-color: transparent;
}

.cluetip-jtip #cluetip-outer {
    border: 2px solid #ccc;
    position: relative;
    background-color: #fff;
}

.cluetip-jtip h3 #cluetip-title {
    margin: 0 0 5px;
    padding: 2px 5px;
    font-size: 16px;
    font-weight: normal;
    background-color: #ccc;
    color: #333;
}

.cluetip-jtip #cluetip-inner {
    padding: 0 5px 5px;
    display: inline-block;
}

.cluetip-jtip div #cluetip-close {
    text-align: right;
    margin: 0 5px 5px;
    color: #900;
}

/* jtip arrows */
.clue-right-jtip .cluetip-arrows {
    background-image: url(/img/tip/arrowleft.gif);
}

.clue-left-jtip .cluetip-arrows {
    background-image: url(/img/tip/arrowright.gif);
    left: 100%;
    margin-right: -11px;
}

.clue-top-jtip .cluetip-arrows {
    background-image: url(/img/tip/arrowdown.gif);
    top: 100%;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}

.clue-bottom-jtip .cluetip-arrows {
    background-image: url(/img/tip/arrowup.gif);
    top: -11px;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}

/*************************************** =cluetipClass: 'rounded'-------------------------------------- */
.cluetip-rounded {
    background: transparent url(/img/tip/bl.png) no-repeat 0 100%;
    margin-top: 37px;
    margin-left: -68px;
}

.cluetip-rounded #cluetip-outer {
    background: transparent url(/img/tip/tl.png) no-repeat 0 0;
    margin-top: -20px;
}

.cluetip-rounded #cluetip-title {
    background-color: transparent;
    padding: 25px 20px 23px 20px;
    margin: 0;
    position: relative;
    font-size: 0em;
}

.cluetip-rounded #cluetip-extra {
    position: absolute;
    display: block;
    background: transparent url(/img/tip/tr.png) no-repeat 100% 0;
    top: -12px;
    right: -12px;
    width: 50px;
    height: 50px;
    margin: 0 0 0 0;
    z-index: 100;
}

.cluetip-rounded #cluetip-inner {
    background: url(/img/tip/br.png) no-repeat 100% 100%;
    padding: 0 20px 20px 20px;
    margin: -18px -12px 0 0;
    position: relative;
    font-size: .8em;
    color: #1c3e58;
}

#cluetip-inner p {
    padding: 0.3em 0 0.3em 0;
}

.cluetip-rounded div #cluetip-close {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 11px;
    right: 11px;
    z-index: 200;
}

#cluetip-close a {
}

#cluetip-close a:hover {
}

.cluetip-rounded div #cluetip-close a {
    color: #777;
}

/* rounded arrows */
.clue-right-rounded .cluetip-arrows {
    background-image: url(/img/tip/rarrowleft.gif);
}

.clue-left-rounded .cluetip-arrows {
    background-image: url(/img/tip/rarrowright.gif);
    left: 100%;
    margin-left: 12px;
}

.clue-top-rounded .cluetip-arrows {
    background-image: url(/img/tip/rarrowdown.gif);
    top: 100%;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}

.clue-bottom-rounded .cluetip-arrows {
    background-image: url(/img/tip/rarrowup.gif);
    top: -23px;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title, .cluetip-rounded #cluetip-inner {
    zoom: 1;
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    padding-bottom: 13px;
    display: block;
    z-index: 5000;
}

#debugMode {
    background: #000;
    position: fixed;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    overflow: scroll;
    opacity: 0.8;
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    z-index: 100000;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none
}

.formError .formErrorContent {
    width: 100%;
    /*background: #fff;*/
    color: #ee0101;
    width: 198px;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    /*border: 1px solid #ddd;*/
    /*padding: 3px 10px 3px 10px;*/
    padding: 3px 0px 3px 0px;
    /*border-radius: 6px;*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 15px;
    height: 15px;
    z-index: 5001;
}

.formError .formErrorArrowBottom {
    top: 0;
    margin: -6px;
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0px 2px 3px #444;
    -moz-box-shadow: 0px 2px 3px #444;
    -webkit-box-shadow: 0px 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0px;
    font-size: 0px;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 15px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0px solid #ddd;
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}

.grey_bg {
    background: #505050 !important
}

.t7 {
    padding-bottom: -7px !important
}

.vip_fly {
}

.fl {
    float: left;
}

.clear_fl {
    clear: both;
}

.vip_fly .vip_name {
    text-decoration: underline;
    cursor: pointer;
}

.vip_fly .vip_row {
    font-size: 1em;
}

.vip_fly .vip_img {
    margin: 0 10px;
}

.padding30 {
    margin-top: 30px
}

textarea.expanding {
    line-height: 18px;
}

.spiner {
    width: 40px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 0 0;
}

.spiner .inputText {
    height: 16px;
    padding: 2px 0 0 0 !important;
    width: 37px !important;
    color: #000;
    border: 1px solid #b3c2c7;
}

.spiner BUTTON {
    width: 20px;
    position: absolute;
    top: 1px;
    left: 19px;
    height: 18px;
}

.spiner DIV {
    background: url(/i/bg_spiner.gif) no-repeat center center;
    height: 18px;
    width: 19px;
    position: absolute;
    top: 1px;
    left: 20px;
}

.spiner A {
    display: block;
    width: 100%;
    height: 9px;
    line-height: 0;
    font-size: 0;
    background: #000;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#tel .phone, #tel .phone2 {
    white-space: nowrap;
    font-size: 21px;
    text-decoration: none
}

.box_tarif li, .FontAction li, .EquipmentTable li {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}

.box_tarif li, .FontAction li, .EquipmentTable li {
    background: url(/i/left_menu_point.gif) 0 8px no-repeat;
    padding: 3px 0 3px 15px;
}

.tarif_tab tr:nth-child(odd) td:not([class="zag_tarif_tab"]),
.tarif_tab tr:nth-child(odd) th:not([class="zag_tarif_tab"]) {
    background: #f7f7f7;
}

table.tarif_tab tr:hover, table.tarif_tab tr.color:hover {
    background: #fffae3;
}

.EquipmentTable, .box_tarif, .FontAction {
    font-size: 12px;
    padding: 3px 0 3px 15px;
}

.number-table {
    font-size: 1.3em;
}


.img-operator {
    padding-top: 3px
}

.action:after {
    content: "";
    background: url("http://yota-store.ru/i/month-gift.png") no-repeat;
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    height: 96px;
    width: 96px;
}

.list-menu-left {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}

.list-menu-left li {
    background: url(/i/left_menu_point.gif) 0 10px no-repeat;
    font-size: 1.1em;
    padding: 3px 0 3px 15px;
}

.special-block {
    background: url("/i/spec.png") no-repeat scroll right 10px rgba(0, 0, 0, 0);
    cursor: pointer;
    cursor: pointer;
    height: 90px;
    margin-bottom: -30px;
    margin-top: -15px;
    padding-top: 15px;
}


.multi-block {
    background: url("/i/d-t.gif") no-repeat scroll right 10px rgba(0, 0, 0, 0);
    cursor: pointer;
    cursor: pointer;
    height: 70px;
    margin-top: -15px;
    padding-top: 15px;
}

.span_h1_spec {
    font-size: 1.5em;
    font-weight: normal;
}

@media (max-width: 1580px) {
    .span_h1_spec {
        font-size: 1.5em;
        font-weight: normal;
        max-width: 200px;
        margin-top: -17px;
    }

}

@media (max-width: 1300px) {
    .box_tarif .left_col_tarif {
        width: 20%;
    }

    .box_tarif .right_col_tarif {
        width: 78%;
    }
}

.top_menu, #boss_menu, #sub_menu, #otb, #footer-menu, #header-menu {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

.main-page-tariff {
    font-size: 1.1em;
}

.main-page-tariff strong {
    font-weight: normal;
}

.hand {
    cursor: pointer;
}

.__open__ div:before,
.__open__ span:before {
    content: '\25B2';
    padding-right: 5px;
    font-size: 0.6em;
    vertical-align: middle;
}

.__close__ div:before,
.__close__ span:before {
    content: '\25BC';
    padding-right: 5px;
    font-size: 0.6em;
    vertical-align: middle;
}

table.def td.td_tariff {
    padding-bottom: 9px !important;
    padding-top: 7px !important;
}

table.tarif_tab td {
    font-size: 12px;
    color: #000
}
.lk-item p {
    margin-bottom: 15px;
}
.lk-item {
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
    padding: 30px 10px;
    overflow: auto;
}
.lk-item-text {
    margin-left: 160px;
}
.lk-item-text-left {
    float: left;
    margin-right: 4%;
    width: 46%;
}
.lk-item  .lk-ag-sv-active{
    display:none;
}
.form-wrapper {
    background: #fffae3;
    border: 1px solid #ddd;
    margin: 15px 0 30px;
    padding: 20px 10px;
}
.form-control {
    height: 18px;
    width: 150px;
    margin-right: 10px;
    padding: 2px 10px;
    border: 1px solid #999;
}
.form-text {
    margin: 15px 0 0;
}

.pull-left {
    float: left;
    margin: -15px 30px 20px 0;
}
.red_but {
    background: #b7111b;
    background: #ef171b;
    background: -moz-linear-gradient(top,  #ef171b 0%, #d15153 50%, #c63b3d 52%, #b7111b 100%);
    background: -webkit-linear-gradient(top,  #ef171b 0%,#d15153 50%,#c63b3d 52%,#b7111b 100%);
    background: linear-gradient(to bottom,  #ef171b 0%,#d15153 50%,#c63b3d 52%,#b7111b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef171b', endColorstr='#b7111b',GradientType=0 );
    border: 1px solid #a92d2d;
    border-radius: 2px;
    color: #fff;
    display: block;
    padding: 5px 30px 6px;
    text-decoration: none;
}
.red_but:hover {
    color: #fff;
    opacity: 0.9;
}
#header-menu .red_but {
    position: absolute;
    top: 64px;
    right: 320px;
}

@media (min-width:0px) and (max-width:520px){
    .display-on-phone { display: block;}
    .display-phone { display: none;}
    .display-data { display: none;}
    .display-table { display: none;}
    #fourcols li.col {
        float: none;
        width: 100%;
    }
}

@media (min-width:520px){
    .display-on-phone { display: none;}
    .display-phone { display: table-cell;}
    .display-data { display: inline-flex;}
    .display-table { display: table-cell;}
    #fourcols li.col {
        float: none;
        width: 100%;
    }
}

@media (max-width:319px){
    .display-block-news { display: none;}
}

@media (min-width:100px) and (max-width:820px){
    .display-type { display: none;}
    .display-block { display: none;}
    .display-invert { display:inline;}
    #logo {top:16px;}
    #fourcols li.col {
        float: none;
        width: 100%;
    }
}

@media (min-width:820px) {

    .display-nav {
        display: table-cell;
    }
    .display-block { display: block;}
    .display-invert { display: none!important;}
    #logo {
        top: 26px;
    }

    #fourcols li.col {
        float: left;
        width: 24%;
    }
}

@media (min-width:811px) {

    #fon_l {
        position: absolute;
        width: 118px;
        height: 391px;
        left: 0;
        top: 163px;
        background: url(/i/fon_l.gif) 0 0 no-repeat;
    }

    #fon_r {
        position: absolute;
        width: 83px;
        height: 356px;
        right: 0;
        top: 163px;
        background: url(/i/fon_r.gif) 0 0 no-repeat;
    }


    #top_menu_box {
        position: relative;
        height: 43px;
        background: url(/i/top_menu.gif) 0 0 repeat-x;
        padding: 0 3% 0 3%;
    }

    .top_menu {
        position: relative;
        height: 43px;
        list-style: none;
        border-left: 1px solid #FFF;
    }

    .top_menu li {
        position: relative;
        float: left;
        width: 14.24%;
        height: 43px;
        background-repeat: repeat-x;
        background-position: 0 -43px;
    }

    .top_menu li div {
        display: block;
        height: 35px;
        background-repeat: no-repeat;
        background-position: right 3px;
        border-right: 1px solid #FFF;
        color: #FFF;
        /*font-size: 1.35em;*/
    }

    .top_menu li div a {

        height: auto;
        background: none;
        padding: 0;
        border: none;
        text-decoration: none;
        color: #FFF;
        /*font-size: 1em;*/
    }

    .top_menu li div a:hover {
        text-decoration: none;
    }

    .top_menu li a {
        display: block;
        height: 35px;
        background-repeat: repeat-x;
        background-position: 0 0;
        border-right: 1px solid #FFF;
        text-decoration: none;
        color: #414141;
        font-size: 1.35em;
    }

    nav a#top_menu {
        display: none;
    }

    #mts {
        background-image: url(/i/top_m_3.gif);
    }

    #megafon {
        background-image: url(/i/top_m_2.gif);
    }

    #beeline {
        background-image: url(/i/top_m_1.gif);
    }

    #simtravel {
        background-image: url(/i/top_m_4.gif);
    }

    #yota {
        background-image: url(/i/top_m_5.gif);
    }

    #gold-numbers {
        background-image: url(/i/top_m_10.gif);
    }

    #tele2 {
        background-image: url(/i/top_m_8.gif);
    }

    #gold-numbers div {
        background-image: url(/i/top_m_10_fon.gif);
    }


    #dmobile {
        background-image: url(/i/top_m_17.gif);
    }

    .top_menu li a:hover {
        background-position: 0 -43px;
        color: #FFF;
    }

}

@media (min-width:100px) and (max-width:600px){
    .cost-table {
        font-size: 0.9em;
    }
    .cost-rental {font-size: 1em;}
    .cost-i-width{width:80px}
    .cost-width{width:60px;}
    .cost-table{padding-top: 4px}
    .img-operator {
        padding-top: 3px;
    }
    .note{
        display: none;
    }

    .pop_up_box .item {
        font-size: 1.1em;
    }

    .pop_up_box {

        padding: 10px 10px 10px;
    }

    .twocols .second_li .item{
        text-align: right;
        white-space:nowrap;
    }

    .twocols .second_li .small{
        text-align: center;
    }

    .number-table {
        font-size: 1.2em;
        padding-top: 3px;
    }
}

@media (min-width:600px) {
    .cost-table {
        font-size: 1.3em;
    }
    .cost-i-width{width:130px}
    .cost-width{width:80px}
    .pop_up_box .item {
        font-size: 1.3em;
    }
}


@media (min-width:810px) and (max-width:992px) {

    .number-width{width:130px}
    .switcher{
        display: none;
    }

    .display-type{
        display: none;
    }

    /*.top_menu li div a {*/
    /*    font-size: 0.85em;*/
    /*}*/

    #footer {
        min-width: 100%;
    }

    #boss_menu_box{
        display: none;
    }
    #sub_menu_box{
        display: none;
    }
    #banners{
        display: none;
    }

    #left_col {
        float: left;
        width:0;
        display: none;
    }

    #right_col {
        float: right;
        width: 100%;
    }

    .cabinet{
        display: none;
    }

    .top_menu,  #boss_menu,#sub_menu, #otb, #footer-menu, #header-menu {
        max-width: 100%;
        position: inherit;
    }

    .top_menu li a {
        padding: 8px 0 0 5px;

    }

    .top_menu li div {
        padding: 8px 0 0 5px;
    }

    #container {
        min-width:348px;
        font-size: 0.75em;
    }
    #top_top_menu {
        font-size: 0.95em;
    }
    .box_tarif .left_col_tarif {
        width: 0;
        display: none;
    }
    .box_tarif .right_col_tarif {
        width: 100%;
    }


    .nombers_tab td.td_act {
        padding: 3px 7px 30px 0px !important;
    }
    table.box_page td {

        padding: 0;
    }
    table.box_page {
        width: 99%;
    }

}


@media (max-width:810px){

    .t_r_b {
        font-size: 1em;
    }

    #otb {
        padding: 1px 3% 0 3%;
    }

    .top_menu li { width: 100%; }

    .top_menu:before,
    .top_menu:after {
        content: " ";
        display: table;
    }
    .top_menu:after {
        clear: both;
    }
    .top_menu {
        *zoom: 1;
    }

    .select-main-menu{
        background-color: #d8d8dc;
    }

    #tele2 div{
        background-image: url(/i/d-t.gif);
    }

    #mts {
        background-image: url(/i/d-t.gif);
    }

    #megafon {
        background-image: url(/i/d-t.gif);
    }

    #beeline {
        background-image: url(/i/d-t.gif);
    }

    #simtravel {
        background-image: url(/i/d-t.gif);
    }

    #yota {
        background-image: url(/i/d-t.gif);
    }

    #gold-numbers {
        background-image: url(/i/d-t.gif);
    }

    #tele2 {
        background-image: url(/i/d-t.gif);
    }

    #dmobile {
        background-image: url(/i/d-t.gif);
    }

    .number-width{width:130px}
    .switcher{
        display: none;
    }

    .display-type{
        display: none;
        width:1px;
    }

    #footer {
        min-width: 100%;
    }

    #boss_menu_box{
        display: none;
    }

    #sub_menu_box{
        display: none;
    }

    #banners{
        display: none;
    }

    #left_col {
        float: left;
        width:0;
        display: none;
    }

    #right_col {
        float: right;
        width: 100%;
    }

    .cabinet{
        display: none;
    }

    .top_menu,  #boss_menu,#sub_menu, #otb, #footer-menu, #header-menu {
        max-width: 100%;
        position: inherit;
    }

    .top_menu li a {
        padding: 0;

    }

    .top_menu li div {
        padding:0;
    }

    #container {
        min-width:348px;
        font-size: 0.75em;
    }

    .box_tarif .left_col_tarif {
        width: 0;
        display: none;
    }
    .box_tarif .right_col_tarif {
        width: 100%;
    }

    .nombers_tab td.td_act {
        padding: 3px 7px 20px 0px !important;
    }
    table.box_page td {

        padding: 0;
    }
    table.box_page {
        width: 100%;
    }

}
@media (min-width: 1400px) {
    .top_menu li a {
        font-size: 1.35em;
    }
    /*.top_menu li div a {*/
    /*    font-size: 1.35em;*/
    /*}*/
}
@media (max-width: 1400px) {
    .top_menu li a {
        font-size: 1.25em;
    }
    /*.top_menu li div a {*/
    /*    font-size: 1.25em;*/
    /*}*/
}
@media (max-width: 1310px) {
    .top_menu li a {
        font-size: 1.1em;
    }
    /*.top_menu li div a {*/
    /*    font-size: 1.15em;*/
    /*}*/
}
/*@media (max-width: 1220px) {*/
/*    .top_menu li a {*/
/*        font-size: 1em;*/
/*    }*/
/*    !*.top_menu li div a {*!*/
/*    !*    font-size: 1.10em;*!*/
/*    !*}*!*/
/*}*/
@media (max-width: 1180px) {
    .top_menu li a {
        font-size: 1.05em;
    }
    /*.top_menu li div a {*/
    /*    font-size: 1.05em;*/
    /*}*/
}
@media (max-width: 1135px) {
    .top_menu li a {
        font-size: 0.99em;
    }
    /*.top_menu li div a {*/
    /*    font-size: 1em;*/
    /*}*/
}
@media (max-width: 1070px) {
    .top_menu li a {
        font-size: 0.95em;
    }
    /*.top_menu li div a {*/
    /*    font-size: 0.9em;*/
    /*}*/
}
/*@media (min-width: 1070px) {*/
/*     .pod_boss li {*/
/*         font-size:0.95em;*/
/*     }*/
/*}*/
@media (max-width: 1070px) {
    .pod_boss li {
        font-size:0.85em;
    }
}
@media (min-width: 1310px) {
    .bord-img-hide{
        display: block;
    }
    .boss-menu-img-hide {
        display: block;
    }
    .sub-menu-img-hide{
        display: block;
    }
    .pod_boss li a {
        margin: 0 0 0 33px;
    }
    #boss_menu .round_box img.log {
        margin: 0 0 0 40%;
    }
}
@media (max-width: 1310px) {

    .pod_boss li {
        font-size:0.75em;
    }
    .bord-img-hide{
        display: none;
    }
    .sub-menu-img-hide{
        display: none;
    }
    .boss-menu-img-hide {
        display: none;
    }
    .pod_boss li a {
        margin: 0 0 0 0px;
    }

    element.style {
    }
    #boss_menu .round_box img.log {
        margin: 0 0 0 10%;
    }
}
@media (min-width: 992px) {

    #boss_menu_box {
        display: block;
    }

    .tip_block_2{
        display: block;
    }

    .cost-width{width:100%}
    .number-width{width:150px}
    body {
        font-size: 1em;
    }

    .switcher{
        display: block;
    }

    .display-type{
        display: table-cell;
    }

    .top_menu  dl a {
        font-size: 0.7em;
    }

    #container {
        min-width: 1000px;
        font-size: 0.85em;
    }

    #footer {
        min-width: 1000px;
    }

    #banners{
        display: block;
    }

    #left_col {
        float: left;
        width: 26%;
        display: block;
    }

    #right_col {
        float: right;
        width: 72%;
    }

    .cabinet{
        display: block;
    }

    .top_menu,  #boss_menu,#sub_menu, #otb, #footer-menu, #header-menu {
        max-width: 1500px;
        position: relative;
    }

    .top_menu li a {
        padding: 12px 0 0 10px;

    }

    .top_menu li div {
        padding: 12px 0 0 10px;
    }

    .box_tarif .left_col_tarif {
        width: 17%;
        display: block;
    }

    .box_tarif .right_col_tarif {
        width: 83%;
    }

    .nombers_tab td.td_act {
        padding:  3px 12px 30px 0px !important;
    }

    table.box_page td {
        padding: 4px 7px;
    }

    table.box_page {
        width: 77%;
    }

}

@media (max-width:810px) {

    .top_menu li a {
        font-size: 1.1em;
    }
    .top_menu li div a {
        font-size: 1.1em;
    }

    .tip_block_2{
        display: block;
    }

    nav {
        height: 40px;
        width: 100%;
        background: #f7f7f7;
        font-weight: bold;
        position: relative;
        border-bottom: 1px solid #d8d8dc;
    }

    nav ul {
        padding: 0;
        margin: 0 auto;
        width: 600px;
        height: 40px;
    }

    nav li {
        display: inline;
        float: left;
    }

    .top_menu:before,
    .top_menu:after {
        content: " ";
        display: table;
    }

    .top_menu:after {
        clear: both;
    }

    .top_menu {
        *zoom: 1;
    }

    nav a {

        display: inline-block;
        width: 100px;
        text-align: center;
        text-decoration: none;
        line-height: 40px;
        font-size: 1.2em;

    }

    nav li a {
        border-right: 1px solid #d8d8dc;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    nav li:last-child a {
        border-right: 0;
    }

    nav a:hover, nav a:active {
        background-color: #d8d8dc;
    }

    nav a#top_menu {
        display: none;
    }

}
/*сворачиваем меню*/
@media screen and (max-width: 810px) {

    table.box_page .ic-number {font-size: 1.3em;}

    table.box_page td{
        min-height: 40px;
    }

    table.box_page td.cross {
        width: 20px;
        padding: 0 0 0 0;
    }

    table.box_page td.ic {
        padding-left: 5px;
    }

    .tip_block_2{
        display: block;
    }

    nav {
        height: auto;
        border-bottom: 0;
    }
    nav ul {
        width: 100%;
        display: none;
        height: auto;
    }
    nav li {
        width: 100%;
        float: left;
        position: relative;
    }
    nav li a {
        border-bottom: 1px solid #e9e9ed;
        border-right: 1px solid #e9e9ed;
        width: 100%;
    }
    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }


    .tip_block_2{
        display: none;
    }

    nav a#top_menu {
        display: block;
        background-color: #d8d8dc;
        width: 100%;
        position: relative;
    }
    nav a#top_menu:after {
        content:"";
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
        background: url('/i/d-t.gif') no-repeat;
    }

    #top_menu {

        text-indent: 2px;
    }

    table.def td.td_but {
        width: 60px;
    }

    table.def td.td_but .btn {
        padding: 4px 3px;
    }

    .main-page-tariff {
        font-size: 1.2em;
    }

    table.def {
        font-size: 1em;
    }

    h2 {
        margin: 0 0 0.3em 0;
        font-size: 1.1em;
    }
}

@media only screen and (max-width : 320px) {

    .tip_block_2{
        display: none;
    }

    nav li {
        display: block;
        float: none;
        width: 100%;
    }
    nav li a {
        border-bottom: 1px solid #d8d8dc;
    }
    table.def td.td_but {
        width: 100px;
    }

    table.def td.td_but .btn {
        padding: 4px 3px;
    }


}

@media only screen and (max-width : 1040px) {

    #top_menu_box .dropdown-control{
        display: none!important;
    }

}
.tip_block_3 {
    font-family: Tahoma, Arial, "Trebuchet MS", sans-serif;
    font-size: 1em;
    color: #000000;
}

[data-tooltip] {
    position: relative;
    cursor: pointer;
    white-space:normal;

}
[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    width: 200px;
    left: -200px; top: 0;
    background: #f7f7f7;
    color: #000;
    padding: 0.5em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    opacity: 0;
    transition: 1s;
    z-index: 10;
    font-size: 14px;
    text-align: center;
    white-space:normal;

}
[data-tooltip]:hover::after {
    opacity: 1;
    top: 1em;
    display: block;
    text-align: center;
    position: absolute;
    z-index: 100;
    font-size: 14px;
    white-space:normal;

}

.top_menu dl a:hover {
    color: #ed454e;
    font-size: 1.1em;
    padding: 3px 0 0 15px;
}

.top_menu div dl a:hover {
    color: #ed454e;
    font-size: 0.9em;
    padding: 0;
}

.top_menu dl a {
    font-size: 1em;
    height: 20px;
    padding: 3px 0 0 15px;
}

.top_menu div dl a {
    font-size: 0.9em;
    color: #000;
}


.top_menu div dl a dl a{
    font-size: 1em;
    color: #000;
}

.top_menu div dl{
    font-size: 1em;
    height: 20px;
    padding: 3px 0 0 15px;
    color: #000;
}

.nowrap {
    white-space: nowrap;
}
.left-text{
    text-align: left;
}

.conf_text {
    font-size: 0.8em;
}

.h2_block_text {
    margin: 0 0 0.5em 0;
    font-size: 1.7em;
    font-weight: normal;
    color: #db0000;
}

/*.cart-down {*/
/*    position: fixed;*/
/*    z-index:999999;*/
/*    height: 35px;*/
/*    margin-top:5px;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    background-color: #d8d8dc;*/
/*    text-align: right;*/
/*}*/
/*.cart-down-text{*/
/*    padding-right: 3%;*/
/*    padding-top:5px*/
/*}*/

.main-mobile-menu{display: none}


@media (max-width:810px){
    .main-mobile-menu{display:block}
    .lk-item img {width:60px}
    .lk-item .pull-left {
        margin: 0 20px 0 0;
    }
}

@media (min-width: 920px) { /*что бы было можно разворачивать экран*/
    #container-panel {
        display: none;
    }

}
@media screen and (max-width: 920px) { /*скрываем корзину в верхнем меню*/

    a.in_box {
        pointer-events: none;
        text-decoration: none;
        white-space: nowrap;
    }

    .td_but:after {text-align: justify;}

    #c_u {
        display: none;
    }
    .tip_block_3 {
        display: none;
    }
    .nomb_page_up{
        display: none;
    }
    .bot_tab{
        display: none;
    }
    .listing{
        display: none;
    }
    #footer{
        display: none;
    }
    #main {
        padding-bottom: 0;
        overflow:unset;
    }
}
footer {
    padding-left:15px;
}
#region-nav{
    padding-top:78px;
    padding-left: 5%;
}
.nav-region{
    margin-top:86px;
    padding-left: 5%;
}
#logo a {
    display: block;
    /*width: 210px;*/
    height: 63px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-decoration: none;
}
#logo {
    position: absolute;
    /*width: 210px;*/
    height: 61px;
    left: 5%;
}
.logo-svg {
    height:61px;
    float: left;
}
.logo-text {
    float: left;
    margin-top:17px
}
@media (min-width:100px) and (max-width:810px){
    .display-block-news{
        display: none;
    }
    #top_top_menu {
        display: none;
    }
    .logo-text {
        display: none;
    }
    #tel {
        top: 1px;
        right:3%;
        height: auto;
    }
    .display-nav {
        display: none;
    }
    #top {
        height: 87px;
    }
    #region-nav{
        padding-top:58px;
        /*padding-right: 3%;*/
        /*float:right;*/
    }

    #logo a {
        display: block;
        /*width: 210px;*/
        height: 53px;
        background-position: 0 0;
        background-repeat: no-repeat;
        text-decoration: none;
    }
    #logo {
        position: absolute;
        /*width: 210px;*/
        height: 53px;
        left: 5%;
        top:2px;
    }
    .logo-svg {
        height:53px;
        float: left;
    }
    #fon_l{
        display: none;
    }
    #fon_r{
        display: none;
    }
    #breadcrumps{
        margin: 10px 0 10px 20px;
    }
    .zag_page{
        display: none;
    }

    .EquipmentTable, .box_tarif, .FontAction {
        padding: 3px 0 3px 3px;
    }
}

@media screen and (max-width: 1090px) {  /*до этого момента умещается на экран в одну линию*/

    footer {
        height: auto;
        padding-left:30%;
    }
    #footer {
        height: 300px;
        min-width: 348px;
    }
    footer ul {
        width: 49%;
        display: block;
        height: auto;
        float:left;
        max-width: 200px;
    }
    footer li {
        width: 100%;
        float: left;
        position: relative;
        margin: 5px 7px;
    }
    footer li a {
        border-bottom: 1px solid #e9e9ed;
        border-right: 1px solid #e9e9ed;
        width: 100%;
    }
    footer .sep{
        display: none;
    }

    footer a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
    #cop {
        display: none;
    }

}
#left_col .t_r_b {
    padding: 10px 20px 30px 10px;
}

/* spiner load
 -------------------------------------------------- */
.main_loader_spiner {

    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 90000000 !important;
}

.loader_spiner {

    width: 20em;
    height: 20em;
    font-size: 10px;
    position: relative;
    left: calc(47% - 87px);
    top: calc(45% - 58px);
    perspective: 780px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader_spiner .face {
    position: absolute;
    border-radius: 50%;
    border-style: solid;
    animation: animate 3s linear infinite;
}

.loader_spiner .face:nth-child(1) {
    width: 100%;
    height: 100%;
    color: gold;
    border-color: currentColor transparent transparent currentColor;
    border-width: 0.2em 0.2em 0em 0em;
    --deg: -45deg;
    animation-direction: normal;
}

.loader_spiner .face:nth-child(2) {
    width: 70%;
    height: 70%;
    color: lime;
    border-color: currentColor currentColor transparent transparent;
    border-width: 0.2em 0em 0em 0.2em;
    --deg: -135deg;
    animation-direction: reverse;
}

.loader_spiner .face .circle {
    position: absolute;
    width: 50%;
    height: 0.1em;
    top: 50%;
    left: 50%;
    background-color: transparent;
    transform: rotate(var(--deg));
    transform-origin: left;
}

.loader_spiner .face .circle::before {
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    content: '';
    width: 1em;
    height: 1em;
    background-color: currentColor;
    border-radius: 50%;
    box-shadow: 0 0 2em,
    0 0 4em,
    0 0 6em,
    0 0 8em,
    0 0 10em,
    0 0 0 0.5em rgba(255, 255, 0, 0.1);
}

@keyframes animate {
    to {
        transform: rotate(1turn);
    }
}
.loader_content {margin-bottom: 1000px}
@media screen and (max-width: 380px) {
    .b_round_box{
        padding: 5px 5px 0px 5px;
    }
    #otb {
        padding: 1px 2px 0 2px;
    }
}

#button-up {
    position: fixed;
    right: 2.25%;
    bottom: 2.25%;
    margin: 0;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    background: #ffffff00;
    z-index: 9999;
}
.button-up{
    opacity: 1;
    display: block;
}
#button-up span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border: 1px solid #dddddd;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #b7111b;
}
.button-up svg{
    width: 20px;
    height: 20px;
    position:relative;
    top:-1px;
}
.header_fixed {
    position: fixed;
    left: 0;
    top: 0;
}

#number-container thead {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 200;
}
