* {
    margin: 0;
    padding: 0;
}
body {
    color: #666;
    font-family: Arial, Helvetica, Garuda, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
img {
    border: none;
}
input[type="text"] {
    border: 1px solid #8F8F8F;
    border-radius: 5px;
}
ul {
    list-style-type: none;
}
table {
    font-size: 12px;
    border-collapse: collapse;
    line-height: 15px;
    margin-bottom: 15px;
}
th {
    vertical-align: top;
    text-align: left;
    color: white;
    background-color: #666;
}

th, td {
    border: 1px solid #D1D1D1;
    padding: 4px;
}
.av_wrapper_for_centering {
    /* width: 988px; */
    min-width: 988px;
    max-width: 1327px;
    width: 90%;
    margin: 0 auto;
}
.av_clear {
    clear: both;
}
.av_triangle {
    display: inline-block;
    width: 6px;
    height: 9px;
    padding-top: -15px;
    background-image: url(../images/pixel_triangle.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 0 6px;
}
.hoverLi {
    background-position: 0 0 !important;
}
#av_nav ul li {
    position: relative;
    width: auto;
    height: 27px;
}
#av_nav ul li a {
    padding-left: 15px;
    vertical-align: text-bottom;
}
.av_clear {
    clear: both;
}
.av_dotted_line {
    border-bottom: 1px dotted #CACACA;
    clear: both;
    margin-top: 15px;
    display: inline-block;
    width: 95%;
}
.av_border-shadow_img {
    border: 3px solid white;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
#av_scheme_box .av_border-shadow_img:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.7);
}
.av_article_img {
    float: left;
    margin: 0 10px 6px 0;
}
.av_float-right {
    float: right;
}
.av_text-center {
    text-align: center;
}

/*Ссылки*/

a {
    color: #3697c9;
}
a:hover {
    color: #eb7479;
    text-decoration: none;
}
#av_menu a {
    color: #f8f8f8;
    text-decoration: none;
}
#av_menu a:hover {
    text-decoration: underline;
}
#av_calc_box a {
    color: #666;
}
#av_production_box h3 a {
    color: #666;
    text-decoration: none;
}
#av_production_box h3 a:hover {
    text-decoration: underline;
}
#av_map_link {
    color: white;
    font-size: 12px;
}
#av_map_link1 {
    color: white;
    font-size: 12px;
}
.av_read_next_link {
    text-decoration: none;
    border-bottom: 1px dashed #3399cc;
}

/*Конец ссылок*/


/*Заголовки*/

#av_manager_box h3 {
    font-size: 16px;
}
#av_nav h2 a {
    font-size: 19px;
    color: #ed1b24;
    font-weight: bold;
    text-decoration: none;
}
#av_nav h2 a:hover {
    text-decoration: none;
}
h1 {
    font-size: 23px;
    font-weight: normal;
}
.av_manager_body h1 {
    color: #333;
}
h2 {
    font-size: 18px;
    font-weight: normal;
}
h3, h4, h5, h6 {
    font-size: 14px;
}
.av_reason_box h2 {
    color: #ff3333;
    font-size: 18px;
}
.av_calc_form h2 {
    font-size: 15px;
}
.av_calculation h2 {
    font-size: 18px;
}
.av_calc_form h3 {
    color: #1e1f1f;
    font-size: 13px;
}
#av_articles_box h2 {
    color: #ff3333;
    font-size: 25px;
}
#av_production_box h2 {
    color: #1e1f1f;
    font-size: 24px;
}
#av_production_box h3 {
    font-size: 20px;
    font-weight: normal;
}
#av_news_box h2 a {
    color: #ef1e27;
    font-size: 25px;
    text-decoration: none;
}
#av_news_box h3 {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
#av_sell_box h2 {
    color: #ef1e27;
    font-size: 23px;
}
.av_manager_body h2 {
    font-weight: bold;
}

/*Конец заголовков*/


/*Шапка*/

#av_header {
    margin-bottom: 25px;
    height: 220px;
}
#av_logo {
    margin: 25px 0 0 1px;
    float: left;
    display: block;
    overflow: hidden;
    height: 60px;
}

/*Блок поиска*/

#av_search_box {
    margin: 41px 0 0 100px;
    float: left;
    text-align: center;
    position: relative;
}
#av_search_box input {
    width: 287px;
    height: 29px;
    display: block;
}
#av_loupe_ico {
    position: absolute;
    top: 7px;
    right: 9px;
}
#av_search_box a {
    position: relative;
    left: 1px;
    top: 5px;
}

/*Конец блока поиска*/


/*Телефон*/

#av_phone {
    float: right;
    margin: 13px 27px 0 0;
    display: none;
}
#av_phone.av_active {
    display: block;
    margin-bottom: 30px;
}

/*Конец телефона*/


/*Блок менеджера*/

#av_manager_box {
    margin-top: 3px;
    width: 290px;
    border: 2px solid #CECECE;
    border-radius: 10px;
    float: right;
    background-color: white;
}
#av_manager_box.av_active {
    display: block;
}
#av_manager_box h3 {
    margin: 1px 0 3px;
    white-space: nowrap;
    text-align: center;
}
#av_manager_box .av_triangle {
    position: relative;
    right: 3px;
    top: 1px;
}
#av_manager_box img {
    margin: 5px 0 0 4px;
    float: left;
}
#av_manager_box address {
    margin-left: 90px;
    font-style: normal;
    line-height: 18px;
}
#av_manager_box address span {
    display: block;
}
#av_manager_name {
    padding-bottom: 3px;
    border-bottom: 1px dotted #ddd;
    display: inline-block;
}

/*Конец блока менеджера*/


/*Меню*/

#av_menu {
    height: 36px;
    border: 1px solid #B31C23;
    clear: both;
    background-image: url(../images/menu_back.png);
    border-radius: 5px;
    position: relative;
    margin-bottom: -5px;
    text-align: center;
    font-size: 0px;
}
#av_menu li {
    display: inline-block;
    position: relative;
    color: #f8f8f8;
    border-left: 1px solid #AC131A;
}
#av_menu li:hover {
    background-color: #ae0309;
}
#av_menu li:first-child {
    border: none;
}
#av_menu a {
    padding: 0 15px;
    border-left: 1px solid #CA2E34;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-size: 14px;
}
#av_menu a:hover {
    text-decoration: none;
}
#av_menu a:first-child {
    border: none;
}

/* Вложенные меню */
#av_menu li:hover ul {
    display: block;
    position: absolute;
}

#av_menu li ul {
    display: none;
    width: 180%;
    background-color: #AC131A;
}

#av_menu li ul li {
    display: block;
    text-align: left;
}

#av_menu li ul li:hover {
    background-color: #DC3434;
}

/*Конец меню*/


/*Конец шапки*/


/*Левая колонка*/

.av_left_column {
    float: left;
    margin-right: 10px;
}

/*Навагиция*/

#av_nav {
    padding: 16px 5px 20px 12px;
    margin-bottom: 16px;
    width: 203px;
    line-height: 27px;
    background-image: url(../images/left_corner.png);
    background-repeat: no-repeat;
    border: 1px solid #EEE;
    border-radius: 2px;
}
#av_nav h2 {
    margin-bottom: 8px;
}
#av_nav .av_triangle {
    background-position: 0 -9px;
}
#av_nav ul .av_active {
    color: #eb7479;
    text-decoration: none;
}
.av_active .av_triangle {
    background-position: 0 0 !important;
}

/*Конец навигации*/

#av_special_box {
    border: 1px solid #D9D9D9;
}

/*Конец левой колонки*/


/*Центральная колонка*/

.av_center_column {
    /* width: 513px; */
    /* width: 52%; */
    /* float: left; */
    display: inline;
    margin: 0 auto;
}
#av_main_content_box {
    padding: 0 17px;
}
#av_main_content_box p {
    margin-bottom: 5px;
}
#av_title_p {
    margin-bottom: 31px !important;
}
h1 {
    margin-bottom: 31px;
}
#av_main_content_box h2 {
    margin-bottom: 5px;
}
.av_reason_box {
    padding-top: 30px;
    margin-bottom: 10px;
    background-image: url(../images/reason_box_shadow.png);
    background-position: top;
    background-repeat: no-repeat;
}
.av_first_reason_box {
    background-image: none;
    padding-top: 0;
}
.av_reason_box img {
    float: left;
}
.av_reason_box span, .av_reason_box h2 {
    display: block;
    padding-left: 60px;
}
.av_video_box {
    margin-top: 20px;
}

/*Конец центральной колонки*/


/*Правая колонка*/

.av_right_column {
    width: 230px;
    float: right;
    margin-left: 10px;
}

/*Калькулятор*/

#av_calc_box {
    height: 544px;
}
#av_show-hide_calc {
    display: block;
    overflow: hidden;
    height: 39px;
    line-height: 39px;
    background-image: url(../images/calc_back.png);
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
}
#av_show-hide_calc span {
    border-bottom: 1px dotted #686669;
}
#av_calc_box.av_active #av_show-hide_calc span {}
#av_calc_body {
    position: relative;
    display: none;
}
#av_calc_box.av_active #av_calc_body {
    display: block;
    height: 545px;
    background-color: #EEEEEC;
    position: relative;
}
#av_calc_nav {
    height: 27px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
}
#av_calc_nav li {
    display: inline;
}
#av_calc_nav li a {
    height: 27px;
    line-height: 27px;
    text-align: center;
    float: left;
    width: 76px;
    background-image: url(../images/calk_nav_back.png);
    border-left: 1px solid #A8AA94;
    border-bottom: 1px solid #979796;
    text-decoration: none;
}
#av_calc_nav li:first-child a {
    border-left: none;
}
#av_calc_nav li .av_active {
    background-image: url(../images/calk_nav_back_active.png);
    color: white;
}
#av_calc_nav a:hover {
    background-image: url(../images/calk_nav_back_active.png);
    color: white;
}
.av_calc_form {
    padding: 13px 5px 0 7px;
    display: none;
}
.av_calc_form.av_active {
    display: block;
}
.av_form_box {
    margin-top: 20px;
    display: inline-block;
    width: 162px;
    height: 162px;
}
.av_form_box:hover, .av_form_box.av_active {
    background-color: #FDFDFD;
    box-shadow: inset 0px 0px 6px 0 rgba(0, 0, 0, 0.4);
}
.av_calc_form h3 {
    text-align: left;
    margin: 4px 0 4px 10px;
}
#av_next_button, #av_prev_button {
    position: absolute;
    bottom: 5px;
    display: none;
    width: 71px;
    height: 27px;
    background-image: url(../images/nav_buttons.png);
    background-repeat: no-repeat;
}
#av_next_button {
    background-position: 0 -54px;
}
#av_prev_button {
    background-position: 0 0;
}
#av_next_button:hover {
    background-position: 0 -81px;
}
#av_prev_button:hover {
    background-position: 0 -27px;
}
#av_next_button.av_active, #av_prev_button.av_active {
    display: block;
}
#av_next_button {
    right: 10px;
}
#av_prev_button {
    right: 148px;
}
.av_type_box {
    padding: 15px 7px;
    display: inline-block;
}
.av_type_box:hover, .av_type_box.av_active {
    background-color: white;
    box-shadow: inset 0px 0px 6px 0 rgba(0, 0, 0, 0.4);
}
.av_calculation .av_clear {
    margin-bottom: 10px;
}
.av_calculation img {
    margin-left: 10px;
    float: left;
}
.av_calculation input[type="text"] {
    width: 40px;
    height: 15px;
}
.av_calculation .av_dotted_line {
    margin: 10px 0 !important;
}
.av_note {
    line-height: 15px;
    font-size: 12px;
    color: #A7A7A6;
}
.av_note strong {
    font-size: 14px;
    font-weight: normal;
}

/*Конец калькулятора*/


/*Статьи*/

#av_articles_box {
    margin-top: 50px;
    padding: 15px 15px;
    background: url(../images/left_corner.png) no-repeat, url(../images/right_corner.png) bottom right no-repeat;
    border: 1px solid #EEE;
    outline: 1px solid #F9F9F9;
}
#av_articles_box ul {
    margin-top: 20px;
}
#av_articles_box li {
    margin-bottom: 12px;
    line-height: 17px;
    padding-left: 15px;
}
.av_top_a_box {
    margin: -20px 0 20px;
}

/*Конец статей*/


/*Конец правой колонки*/


/*Продукция*/

#av_production_back {
    background: url(../images/production_back.jpg) center no-repeat;
}
#av_production_box {
    padding: 40px 5px 0;
    height: 412px;
    position: relative;
}
#av_production_box h2 {
    margin-bottom: 20px;
}
#av_production_img {
    float: left;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    margin-right: 30px;
}
#av_production_img:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.7);
}
.av_big_triangle {
    display: inline-block;
    width: 11px;
    height: 17px;
    margin-left: -11px;
    background-image: url(../images/big_pixel_triangle.png);
    position: relative;
    right: 5px;
    top: 3px;
}
#av_production_box p {
    margin-top: 10px;
    line-height: 18px;
}
#av_production_box strong {
    font-size: 18px;
    font-weight: normal;
}
#av_catalog_button {
    position: absolute;
    bottom: 153px;
    right: 0px;
    z-index: 9999;
    width: 150px;
    height: 28px;
    background-image: url(../images/catalog_buttons.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#av_catalog_button:hover {
    background-position: 0 -28px;
}
.jcarousel-prev:hover, .jcarousel-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
#av_slider {
    clear: both;
    height: 100px;
    padding-top: 30px;
}
.av_slide_box {
    display: block;
    width: 117px;
    float: left;
    margin-left: 17px;
    text-decoration: none;
    color: #666;
}
.av_first_slide_box {
    margin: 0;
}
.av_slide_box img {
    display: block;
    border: 4px solid #fff;
    margin-bottom: 3px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.av_slide_box img:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.7);
}
.av_slide_box span {
    font-size: 12px;
    line-height: 13px;
}
#av_next_slide {
    margin: 23px 0 0 30px;
    display: inline-block;
    width: 22px;
    height: 33px;
    background-image: url(../images/next_slide.png);
}

/*Конец продукции*/


/*Новости*/

#av_news_box {
    margin-right: 260px;
    padding-left: 7px;
}
#av_news_box h2 {
    margin-bottom: 20px;
}
.av_news {
    margin-top: 15px;
    font-size: 12px;
    line-height: 18px;
    color: #999;
    display: inline-block;
    width: 95%;
}
.av_news p {
    text-align: justify;
}
.av_news img {
    float: left;
}
.av_news img:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.7);
}
.av_news_text {
    padding-left: 135px;
}
.av_news.without_img .av_news_text {
    padding-left: 15px;
    border-left: 3px solid #EF1D26;
}
.av_read_next_link {
    position: relative;
    top: 10px;
}

/*Конец новостей*/


/*Список товаров*/

#av_sell_box {
    padding-left: 15px;
    min-height: 450px;
    border-left: 2px dotted #E0E0E0;
}
#av_sell_box h2 {
    margin-bottom: 15px;
}
#av_sell_box li {
    /*line-height: 26px;*/
}

.av-sell-box__title {
    margin-top: 16px;
    text-align: right;
    font-size: 16px;
    color: #3697c9;
}

.av-sell-box__phone {
    color: #CB141C;
    font-size: 20px;
    margin: 5px 0;
}

.av-sell-box__tel {
    text-align: center;
}
/*Конец списка товаров*/


/*Футер*/

#av_footer {
    margin-top: 30px;
    padding-bottom: 15px;
    background-image: url(../images/footer_back.png);
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    clear: both;
}
#av_counter {
    width: 88px;
    height: 31px;
    line-height: 31px;
    color: white;
    background-color: #990000;
    text-align: center;
    position: absolute;
    bottom: 26px;
    right: 122px;
}
#av_map_link {
    position: absolute;
    bottom: -1px;
    right: 17px;
}
#av_map_link img {
    display: block;
    position: relative;
    left: 5px;
    top: 3px;
}
#av_map_link1 {
    position: absolute;
    bottom: -1px;
    right: 12px;
}
#av_map_link1 img {
    display: block;
    position: relative;
    left: 5px;
    top: 3px;
}

/*Конец футера*/


/*Контакты*/

#av_scheme_box {
    margin-top: 15px;
}
#av_scheme_box .av_border-shadow_img {
    margin-bottom: 30px;
}
.av_incr_button {
    position: relative;
    bottom: 30px;
}
.av_incr_button_1 {
    background-image: url(../images/incr_button.png);
    background-position: 0 0;
    width: 77px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
}
.av_incr_button_1:hover {
    background-position: 0 -25px;
}

/*Всплывающее окно*/

.av_popup {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 2;
}
.av_popup.av_active {
    display: block;
}
.av_popup_back {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
.av_popup_content {
    padding-top: 20px;
    position: relative;
    z-index: 2;
    width: 842px;
    height: 693px;
    margin: 180px auto;
    background-color: white;
    box-shadow: 0px 2px 56px 10px rgba(0, 0, 0, 0.4);
}
.av_popup_content h2 {
    font-size: 24px;
    margin: 20px;
}
.av_close_popup {
    position: absolute;
    right: 10px;
    top: 10px;
}
.av_popup_text {
    width: 405px;
    border-left: 3px solid #FF0000;
    padding-left: 5px;
    position: absolute;
    bottom: 90px;
    right: 100px;
    color: #000;
}
.av_popup_text p {
    margin: 20px 0 0 !important;
}
.av_popup_text p:first-child {
    margin-top: 0 !important;
}

/*Конец всплывающего окна*/


/*Конец контактов*/


/*Расширенный поиск:*/

.av_big_input {
    display: block;
    width: 402px;
    height: 25px;
    margin-bottom: 15px;
}
.av_select_label {
    margin-left: 4px;
}
#av_search_button {
    float: right;
    position: relative;
    bottom: 50px;
    right: 76px;
}
#av_search_res {
    line-height: 30px;
    margin-top: 25px;
}
#q {
    padding-left: 10px;
}
.hidden {
    display: none;
}
#av_search_res_nav {
    text-align: center;
    margin-top: 50px;
}
#av_search_res_nav a {
    display: inline-block;
    width: 19px;
    height: 19px;
    text-align: center;
}
#av_search_res_nav a.av_active {
    background-image: url(../images/search_nav_back.png);
}

/*Кастомный селект*/

.dd-container {
    margin-bottom: 20px;
}
.dd-select {
    background-color: #fff !important;
    border: 1px solid #8F8F8F !important;
    border-radius: 5px !important;
    width: 192px !important;
    height: 24px !important;
    line-height: 6px !important;
    z-index: 0 !important;
}
.dd-select a {
    color: #ccc !important;
    font-weight: normal !important;
    font-size: 14px !important;
}
.dd-options {
    width: 192px !important;
}
.dd-pointer {
    border: none !important;
    width: 26px !important;
    height: 26px !important;
    background-image: url(../images/select_arrow.png);
    top: -1px !important;
    right: -1px !important;
    ;
    margin: 0 !important;
}

/*Конец кастомного селекта*/


/*Конец расширенного поиска*/


/*Страница менеджера*/

.av_manager_body {
    background-image: url(..//images/manager_header_back.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 15px;
}
.av_manager_body .av_center_column {
    padding-left: 30px;
    width: auto;
}
.av_manager_body h1 {
    margin-bottom: 2px;
}
.av_manager_body h1 + span {
    display: block;
    margin-bottom: 40px;
}
.av_manager_body h2 {
    margin-top: 10px;
}
.av_manager_body ul {
    margin-left: 5px;
}
.av_manager_body .av_center_column .av_border-shadow_img {
    margin: 20px 30px 0 0;
}
.av_success_hist {
    margin: 0 !important;
    line-height: 20px;
}
.av_manager_body .av_left_column address {
    font-style: normal;
    margin: 5px 0 30px;
    line-height: 22px;
}
.av_manager_body .av_left_column address strong {
    font-size: 18px;
    font-weight: normal;
}

/*Конец страницы менеджера*/

.search-input {
    padding-left: 10px !important;
}
body.js-enabled #noscript {
    display: none;
}
#form {
    display: inline-block;
}
#av_main_content_box table {
    /*width: auto !important;*/
}
#av_main_content_box {
    margin: 0 230px 0 230px;
}
.av_contacts {
    margin: 0 !important;
}

/* TREE begin */

#content {
    padding-bottom: 20px;
}
#content .indent {
    padding: 10px;
}
#content .cols {
    display: table;
    width: 100%;
}
#content .cols .col {
    display: table-cell;
    vertical-align: top;
}
.map {}
#content .map .cols .col {
    width: 25%;
}
#content .map .cols .col .inner {
    padding: 10px;
}

/* TREE end */

.calc-img-text {
    display: inline !important;
    float: none !important;
    margin: 0px !important;
}
.result-text {
    margin-left: 0 !important;
}
.RP_link:hover {
    text-decoration: underline !important;
}
#buttons > table > tr > td {
    width: 125px;
}
#buttons > table {
    margin: 0 auto;
}
#av_main_content_box h1 {
    margin-bottom: 10px;
    text-align: center;
}
.yashare-auto-init {
    margin-bottom: 10px;
}
#buttons td {
    padding: 0;
    border: none;
}
.dn {
    display: none;
}
.button-shadow_img {
    border: 3px solid white;
}
.button-shadow_img:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.7);
}
ul.tabs {
    height: 28px;
    line-height: 25px;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 20px;
}
.tabs li {
    display: inline;
    font-size: 1em;
    outline: 0;
    border: 0;
    background: #D8D8D8;
    color: #555;
    padding: 7px 10px;
    margin: 20px 0 0 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}
.tabs li:hover {
    background: #2e4c79;
    color: #fff
}
.tabs li.current {
    background: #2e4c79;
    color: #fff
}
.box {
    display: none;
}
.box.visible {
    display: block;
}
#av_nav ul li:nth-child(7) {
    font-weight: bold;
}
#multLink {
    z-index: 999;
    top: 228px;
    position: fixed;
    left: -133px;
    background-image: url('/i/mult.png');
    background-repeat: no-repeat;
    width: 183px;
    height: 66px;
}
#gameLink {
    z-index: 999;
    top: 288px;
    position: fixed;
    left: -133px;
    background-image: url('/i/games.jpg');
    background-repeat: no-repeat;
    width: 183px;
    height: 66px;
}
#mailLink {
    z-index: 999;
    top: 348px;
    position: fixed;
    left: -133px;
    background-image: url('/i/2.png');
    background-repeat: no-repeat;
    width: 183px;
    height: 66px;
}
#gameLink:hover, #mailLink:hover, #multLink:hover {
    left: -2px;
}
#gameShadow {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=55);
    -moz-opacity: 0.55;
    -khtml-opacity: 0.55;
    opacity: 0.55;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
}
#gameBlock {
    position: fixed;
    background-color: #FFF;
    z-index: 301;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -300px;
}
#gameClose {
    background-image: url('/images/fancy_close.png');
    display: block;
    z-index: 150;
    width: 30px;
    height: 30px;
    position: fixed;
    margin-left: 798px;
}
#clients {
    display: none;
}
.clients_active {
    display: block !important;
}
#rp_calculator {
    font: 14px Arial;
    line-height: 21px;
}
#rp_calculator form div {
    padding: 10px 0 10px 0;
    padding-left: 30px;
}
#rp_calculator form div:last-child {
    border-bottom: none;
}
#rp_calculator input {
    /*margin-left: 30px;*/
}
#rp_calculator input[type="text"] {
    margin-bottom: 10px;
    padding-left: 6px;
}
#rp_calculator h2 {
    margin-left: -30px;
}
#rp_calculator h2, #rp_calculator h1 {
    color: #090909;
    font-size: 26px;
    line-height: 29px;
    display: block;
    font-weight: normal;
}
#rp_calculator h1 {
    font-size: 30px;
    text-align: center;
}
#calc_user_text {
    width: 400px;
    height: 200px;
    resize: none;
    padding-left: 4px;
}
a.mailPhoneLink {
    color: #FFF;
    background: #DC3434;
    padding: 3px 6px 3px 6px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 2px;
    display: inline-block;
}
a.mailPhoneLink:hover {
    text-decoration: underline;
}
#top_slider {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    font-family: Arial;
    height: 60px;
    margin-top: -40px;
}
#top_slider h3 {
    font-size: 24px;
    color: #555459;
    margin-top: 14px;
    width: 257px;
    float: left;
    display: block;
    font-weight: normal;
}
#top_slider .top_slider_item {
    position: absolute;
    display: none;
    margin-left: 260px;
}
#top_slider .top_slider_item img {
    vertical-align: middle;
}
.manager_block {
    overflow: hidden;
    border: 2px #eee solid;
    padding: 10px;
    padding-left: 0;
    margin: 10px 0 10px 0;
}
.manager_block > div {
    float: left;
    margin-left: 10px;
}
.manager_block > div > span {
    display: block;
}
.manager_block > div > h4 {}
.manager_block > div > h4 > b {
    color: #F00;
    font-weight: normal;
}
.manager_block > div a {
    color: #F00;
}
.manager_block > div:first-child {
    width: 75px;
}
.manager_block > div img {
    width: 75px;
}
.manager_block {
    overflow: hidden;
    border: 2px #eee solid;
    padding: 10px;
    padding-left: 0;
    margin: 10px 0 10px 0;
}
.manager_block_top > div {
    float: left;
    margin-left: 10px;
}
.manager_block_top > div > span {
    display: block;
}
.manager_block_top > div > h4 {}
.manager_block_top > div > h4 > b {
    color: #F00;
    font-weight: normal;
}
.manager_block_top > div a {
    color: #F00;
}
.manager_block_top > div:first-child {
    width: 75px;
}
.manager_block_top > div img {
    width: 75px;
}
.manager_block_top {
    overflow: hidden;
    border: 2px #eee solid;
    padding: 10px;
    padding-left: 0;
    margin: 10px 0 10px 0;
}
#av_manager_box {
    background: url('/i/92503453.jpg');
}
#av_manager_box > div h4 {
    display: inline-block;
    font-weight: normal;
    border-bottom: 1px #eee dashed;
    margin-bottom: 2px;
    padding-bottom: 2px;
}
#av_manager_box > h4 {
    margin-left: 10px;
}
#av_manager_box > h4:before {
    content: "";
    width: 12px;
    height: 12px;
    background: url('/i/arroy_rp.png');
    display: inline-block;
    margin-left: 2px;
}
#av_manager_box span {
    display: inline
}
#av_manager_box > div:last-child {
    width: 190px
}
#av_sell_box_ul {
    font-size: 12px;
}
#av_news_box_a {
    line-height: 50px;
}
#av_news_box_img {
    width: 50px;
}
#av_special_box_object {
    width: 220px;
    height: 150px;
}
#av_special_box_object_embed {
    width: 220px;
    height: 150px;
}
#av_articles_box {
    padding: 15px 10px;
}
#images {
    width: 206px;
    margin-top: 10px;
}
#footer_outside {
    margin-left: -9999px;
    top: 0;
    left: 0;
}
#metrica_couner_img {
    left: -9999px;
}
#profile_div {
    margin-top: 20px;
}
.topbanner {
    height: 5px;
}
.tel {
    width: 227px;
    margin-top: 5px;
}
.nom {
    color: #CB141C;
    font-size: 30px;
    font-weight: bold;
    float: right;
}
.nom.ots {
    margin-top: 6px;
    margin-bottom: 14px;
}
.nom span {
    color: #666;
    font-size: 15px;
    font-weight: normal;
}
.zvon {
    text-align: center;
    clear: right;
}
#content {
    width: 600px;
    margin: 0px auto;
}
.start_title {
    text-align: center;
    font-size: 16px;
    margin-top: 45px;
}
.start_button {
    display: block;
    margin: 30px auto;
    font-size: 20px;
    padding: 3px;
}
#seogame {
    width: 650px;
    min-height: 400px;
    border: 1px silver dotted;
    border-radius: 3px;
    display: none;
}
#seogame.act {
    display: block;
}
.seogame_info {
    position: relative;
}
.question_num {
    position: absolute;
    top: 5px;
    left: 5px;
}
.timer {
    top: 5px;
    right: 5px;
    position: absolute;
}
form.seogame {
    width: 100%;
    min-height: 400px;
    position: relative;
}
button.next_button {
    position: absolute;
    bottom: 40px;
    left: 38%;
    font-size: 18px;
}
p.question_text {
    position: relative;
    top: 50px;
    margin-left: 5%;
}
p.question_text > img.text {
    width: 750px;
    position: absolute;
}
.answer_item > input {
    float: left;
}
.answer_item > .answer_text {
    float: left;
    width: 700px;
    position: relative;
    top: -13px;
    left: 15px;
}
.answers_list {
    position: absolute;
    top: 120px;
    left: 10px;
}
div.msg {
    text-align: center;
    font-size: 16px;
    padding-top: 150px;
    color: red;
    text-decoration: underline;
}
#seogame > div.msg > .success {
    color: green;
    font-size: 18px;
}
button.reload {
    margin: 0 auto;
    position: relative;
    top: 300px;
    left: 43%;
}
.last_res {
    /*
position: absolute;
top: 280px;
left: 10px;
*/
}
.true_answer {
    color: green;
}
.hidden {
    visibility: hidden;
}
#av_main_content_box h1, h2, h3 {
    text-align: center;
}
#av_production_back h3 {
    text-align: left;
}
#av_articles_box h2 > a {
    color: #ff3333;
    text-decoration: none;
}
#av_sell_box h2 > a {
    color: #ff3333;
    text-decoration: none;
}

/*==========================*/
.fb {
    text-align: center;
    position: relative;
}

.fb_lable {
    background: #DC3434;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 8px;
    width: 300px;
    height: 30px;
    margin: 40px auto;
    display: inline-block;
    font-family: 'Times New Roman';
}
.fb_main {
    background: linear-gradient(to top, #EEEEEC, #F7F6F6);
    margin: 0px 30px 30px 30px;
    padding-top: 30px;
    border: 1px solid #ccc;
}

.fb_m:nth-child(2n+2) {
    position: relative;
    left: 122px;
    margin-bottom: 60px;
}

.fb_block {
    position: relative;
    background: linear-gradient(to top, #3697c9, #F5F5F5);
    margin: 10px 0 0px;
    /* left: 10px; */
    color: #545252;
    width: 92%;
    box-sizing: border-box;
    box-shadow: 0 0 7px #666;
    padding: 10px;
    left: -30px;
    border: 1px solid #D4D2D2;
    z-index: 2;
}

.fb_m {
    position: relative;
    margin-bottom: 60px;
}

.fb_angle {
    position: absolute;
    background: url(../images/angle_l.png);
    background-repeat: no-repeat;
    height: 30px;
    margin-left: -30px;
    width: 30px;
}

.fb_m:nth-child(2n+2) .fb_angle {
    position: absolute;
    background: url(../images/angle_r.png);
    background-repeat: no-repeat;
    height: 30px;
    right: 92px;
    width: 30px;
}
.fb_m .fb_your_feedback {
    position: absolute;
    right: 93px;
    width: 158px;
    font-size: 12px;
}

.fb_m:nth-child(2n+2) .fb_your_feedback {
    position: absolute;
    left: -27px;
    font-size: 12px;
}

span.fb_comment {
    position: relative;
    right: 665px;
}

.fb_m:nth-child(2n+2) .fb_comment  {
 left: 25px;
}

.fb_name {
    display: inline-block;
    color: #2275a0;
    font-size: 16px;
    font-weight: bold;
    vertical-align: top;
}
.fb_rating {
    display: inline-block;
}
.feedbaks_stars {
    display: inline-block;
}

.fb_divide  {
    color: #737373;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    margin-left: 24px;
}
.fb_divide:hover {
    color: red;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    cursor: pointer;
    margin-left: 24px;
}

.fb_divide {
    display: inline-block;
    float: right;
    margin-right: 10px;
    padding-left: 24px;
    background: url(/images/fb_arrow_grey.png) no-repeat; /* Путь к файлу с исходным рисунком  */
}

.fb_divide:hover {
background: url(/images/fb_arrow_red.png) no-repeat; /* Путь к файлу с заменяемым рисунком  */
}

.fb_date {
    display: inline-block;
    float: right;
    color: #737373;
    font-size: 12px;
}
.popup-window{
    width: 147px;
    height: 40px;
    /*margin: 50px auto;*/
    display: none;
    background: #fff;
    z-index: 200;
    position: absolute;
    /*left: 934px;*/
    right: 0;
    /*top: 358px;*/
    bottom: 0;
    padding: 16px;
    border: 1px solid #ccc;
}

/*.popup-feedback-window{
    width: 700px;


    background: #fff;
    z-index: 200;
    position: fixed;

    bottom: 30%;
    padding: 16px;
    border: 2px solid #ccc;
    border-radius: 10px;
}*/

.fb_w_angle_l{
    border-top-left-radius: 8px;
    border-top: 16px solid red;
    border-right: 528px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
}

.fb_w_angle_r{
    border-bottom-right-radius: 8px;
    border-bottom: 16px solid red;
    border-left: 528px solid transparent;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 16px;
    z-index: -100;
}

.fb_close{
    margin-left: 134px;
    margin-top: -65px;
    cursor: pointer;
}

img.fb_comm_close {
    position: absolute;
    right: 10px;
    top: 10px;
}


span.fb_comment {
    position: absolute;
    right: 100px;
    cursor: pointer;
}

.fb_w_label {
    text-align: center;
    font-size: 24px;
    color: #3697C9;
    font-weight: bold;
    margin: 20px 0 20px 0;
}

.form_feedback .buttons input:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


.form_feedback .buttons input {
    margin: 25px 0 0 250px;
    background: #DC3434;
    border: 1px solid red;
    border-radius: 6px;
    color: #FFDBDB;
    width: 20%;
    line-height: 21pt;
    text-shadow: 1px 1px 1px #DC4E1C;
    cursor: pointer;
    font-size: 13pt;
}

/*.form_feedback div {
    height: 30px;
    background: #F7F6F6;
    border: 1px solid #fff;
    padding: 5px;
}*/

.fb_i{
    /*height: 30px;*/
    background: #F7F6F6;
    border: 1px solid #fff;
    /*padding: 5px;*/

}
.fb_irating{
    background: #F7F6F6;
    border: 1px solid #fff;
    padding-bottom: 6px;
}

div.fb_tarea{

    background: #F7F6F6;
    /*padding: 5px;*/
    border: 1px solid #fff;
}
/*.form_feedback .fb_textarea div{
    height: 50px;
    background: #F7F6F6;
    border: 1px solid #fff;
    padding: 5px;
}*/

.form_feedback span{


}
/*.form_feedback .fb_input  {
    height: 28px;
    /* margin-right: 10px; */
    left: 180px;
    /*position: absolute;*/
    width: 526px;
}*/

.form_feedback .fb_input_code  {
    height: 28px;
    left: 140px;
    position: absolute;
    width: 50px;
    top: 3px;
}

.form_feedback .fb_textarea  {
    margin-top: 5px;
    height: 70px;
    padding-left: 5px;
    width: 436px;
}


.form_feedback .buttons{
   background: #FFF;
}

#paginator a.av_active {
    background: #716F6F;
    padding: 6px;
    border: 1px solid #989896;
    border-radius: 4px;
    color: #F5F5F2;
    text-decoration: none;
    margin: 5px;
    text-align: center;
    margin-top: 0px;
}

#paginator a {
    background: #FFF;
    padding: 6px;
    border: 1px solid #989896;
    border-radius: 4px;
    color: #989896;
    font-weight: bold;
    text-decoration: none;

}

.fb_add {
    position: relative;
    top: -25px;
}

.fb_add_yours a{
text-decoration: none;
}

.fb_add_yours {
    display: inline-block;
    color: red;
    font-size: 24px;
    margin-left: 25px;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 25px;
}

#paginator {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: -5px;

}

.fb_add img{
    position: relative;
    top: 10px;
    left: -10px;
}

a.fb_uri {
    text-decoration: underline;
    font-size: 11px;
    cursor: pointer;
    color: #545252;
}

.fb_heart {
    display: inline-block;
    margin-top: 45px;
    position: absolute;
    right: 33px;
}

.fb_heart a {
    color: #737373;
    text-decoration: none;
}

.fb_heart img{
    vertical-align: middle;
}
/*==========стиль звезд=====================*/
.rating, .rating__stars {
    display: inline-block;
}
.feedbaks_stars {
    width: 20px;
    height: 20px;
    /*vertical-align: baseline;
    -webkit-background-size: 52px;
    background-size: 52px;
    position: relative;*/
    vertical-align: top;
    background: url("../images/star_small_y.png") no-repeat center;
}

.feedbaks_stars.che {
    background: url("../images/star_small_w.png") no-repeat center;
    background-size: 20px;
}


/*.che {
    background: url("../images/star-glow.png") no-repeat center;
    position: relative;
    width: 30px;
    vertical-align: top;
    background-size: 30px;
    cursor: pointer;
}*/
.rating__stars:before {
    display: block;
    content: '';
    background: url("../images/star-shut.png") no-repeat center;
}
.rating {
    padding-top: 5px;
    margin-left: 64px;
}
.che {
    background: url("../images/star-shut.png") no-repeat center; !important;
    background-size: 30px;
}
/*==========capcha=====================*/
.fb_capcha{
    display: inline-block;
    /*margin-left: 70px;*/
}

a#yw1_button {
    position: relative;
    top: -5px;
    left: 10px;
}

#feedback_name_error {
    color: red;
}
#feedback_text_error {
    color: red;
}
#feedback_email_error {
    color: red;
}
#feedback_captcha_error {
    color: red;
    margin-left: -30px;
}
/**/
.test_n {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-top: 12px;
}
.test_i {
    display: inline-block;
    margin-left: 80px;
    left: 164px;
}




.test_iemail {
    display: inline-block;
    margin-left: 106px;
    left: 164px;
}

.test_irating{
    display: inline-block;
    margin-left: -5px;
    /*left: 164px;*/
}

.fb_input {
    margin: 5px 0 5px 0;
    height: 28px;
    width: 440px;
}
.fb_input_code {
    margin: 5px 0 5px 20px;
    height: 28px;
    width: 50px;
}

.fb_input_c {
    display: inline-block;
    vertical-align: top;
    margin-left: 67px;
    padding-top: 8px;
}

.test_iarea {
    display: inline-block;
    margin-left: 104px;
}

.test_narea {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-top: 30px;
}

#captcha-input{
    line-height: 30px;
    width: 50px;
    border-radius: 0px;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 6px;
}

#captcha-input-label{
    margin-top: -15px;
}
.fb_name img{
vertical-align: top;
}

.fb_txt a {
    color: #7B7B79;
    cursor: pointer;
}

a.fb_your_feedback {
    border-bottom: 2px #7B7B79 dotted;
    margin-top: 5px;
}
.vote{
    display: inline-block;
    vertical-align: top;
}
/*==============================*/
th.bg_img:hover {
    background-color: white;
}

.callus {
    display: inline-block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 5px solid #ccc;
    border-right: 5px solid #ccc;
}

.writeus {
    margin-left: 30px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 5px solid #ccc;
    border-right: 5px solid #ccc;
}

.form_btn {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
}
