@import "news.css";
@import "reset.css";
@import "grid.css";
@import "forms.css";
@import "cookie.css";
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,700,400italic); /* Исправлен протокол на HTTPS */

.banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; 
    z-index: 1; /* Удален !important */
}

/********************** Navigation ************************/
.menu-bar {
    margin: 0;
    padding: 4px;
}

/* Удалены пустые правила .first и .last */
    
.menu-bar ul {
    /* Добавлено обнуление стилей */
    margin: 0;
    padding: 0;
    list-style: none;
}
    
.menu-bar li {
    display: inline;
    margin-right: 10px;
    padding: 5px;
}

/***************navigation*/

.table_border tr td {
     border-width: 1px;
     border-style: solid;
     border-color: #696969; /* Добавлен цвет границы */
}

body {
    background: url(../images/body-bg.gif) 50% 0;
    font-family: 'Ubuntu', 'Tahoma', 'Calibri', sans-serif; /* Исправлены кавычки и регистр */
    color: #696969;
    position: relative;
    min-width: 970px;
   /* font-size: 12px; /* Перенесено из удаленного font:12px */
}

/*.ic {
    border: 0;
    float: right;
    background: #fff;
    color: #f00;
    width: 50%;
    line-height: 10px;
    font-size: 10px;
    margin: -220% 0 0 0;
    overflow: hidden;
    padding: 0;
}*/

html, body {
    height: 100%;
}

sup { 
    color: #1FA22B; /* Добавляем фон желтого цвета */ 
    font-size: 14px; /* Устанавливаем размер шрифта */ 
    vertical-align: super; /* Позиция по умолчанию для <sup>, но можем задать своё значение */ 
}

.main {
    margin: 0 auto;
    position: relative;
    width: 950px;
}

.main-bg {
    background: url(../images/main-bg.jpg) no-repeat center 0;
    min-height: 100%;
}

/*----- alignment & clearing -----*/
.fleft { float: left; }
.fright { float: right; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }
.alignmiddle * { vertical-align: middle; }

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
  /*  overflow: hidden;*/
    height: 0;
    width: 100%;
}

.wrapper {
    overflow: hidden;
    position: relative;
}

.extra-wrap {
    overflow: hidden;
    display: block;
}

/*  Header styles */
h1, h2, h3, h4, h5, h6 {
    color: #454545;
    padding: 0 0 20px 0;
    font-weight: normal;
    text-shadow: 1px 1px #fbfbfb;
    letter-spacing: -1px;
}

h1 { font-size: 33px; line-height: 39px; }
h2 { font-size: 30px; line-height: 36px; }
h3 { font-size: 27px; line-height: 32px; } 
h4 { font-size: 24px; line-height: 30px; }  
h5 { font-size: 21px; line-height: 26px; }
h6 { font-size: 18px; line-height: 22px; }

h2 span {
    color: #1D9C29;
    text-transform: uppercase;
}

.heading-1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #1D9C29;
    padding: 0 0 10px 0;
}

/*----- text & typography -----*/
.str-1 {
    text-transform: uppercase;
    color: #1D9C29;
    font-weight: normal;
}

.str-2 {
    text-transform: uppercase;
}

.str-3 {
    color: #1D9C29;
}

.str-4 {
    color: #454545;
    display: block;
    font-size: 14px;
    padding: 0 0 6px 0;
}

.quote {
    font-size: 16px;
    line-height: 18px;
    position: relative;
    padding: 0 0 5px 0;
}

.quote:before {
    display: inline-block;
    background: url(../images/quote-before.png) no-repeat 0 0;
    content: "";
    width: 18px;
    height: 14px;
    margin: 0 5px 0 0;
}

.quote:after {
    display: inline-block;
    background: url(../images/quote-after.png) no-repeat 0 0;
    content: "";
    width: 18px;
    height: 14px;
    margin: 0 0 0 6px;
}

.quote-1 {
    background: url(../images/body-bg.gif);
    border-radius: 6px;
    box-shadow: 1px 1px 0 0 #fff;
    border: 1px solid #d8d8d8; /* Раскомментировано */
    position: relative;
    margin: 0 0 9px 0;
}

.quote-1:after {
    display: block;
    content: "";
    background: url(../images/quote-1-marker.gif) no-repeat 0 0;
    width: 22px;
    height: 22px;
    right: 20px;
    bottom: -22px;
    position: absolute;
}

.quote-1-inner {
    background: url(../images/quote-before.png) no-repeat 19px 30px;
    padding: 28px 25px 29px 40px;
    position: relative;
}

.quote-1-inner:after {
    display: inline-block;
    background: url(../images/quote-after.png) no-repeat 0 0;
    content: "";
    width: 18px;
    height: 14px;
    margin: 2px 0 0 3px;
}

.def-list-1 dt {
    display: block;
    color: #1D9C29;
    font-size: 20px;
    line-height: 24px;
    text-shadow: 1px 1px #fff;
    font-family: 'Ubuntu', sans-serif;
    padding: 5px 0;
    word-spacing: -1px;
}

.def-list-1 dt a {
    text-decoration: none;
}

.def-list-1 dt a:hover {
    color: #454545;
}

.def-list-1 dd.extra {
    padding: 0 0 6px 0;
}

/*----- borders & lines -----*/
.hr-border {
    height: 2px;
    background: url(../images/list-1-border.gif) repeat-x 0 0;
    margin: 0 5px 12px 5px;
}

.hr-border-1 {
    padding: 0 0 10px 0;
}

.hr-border-2 {
    height: 2px;
    background: url(../images/list-1-border.gif) repeat-x 0 0;
    margin: 0 5px 35px 5px;
}

.hr-border-3 {
    height: 2px;
    background: url(../images/list-1-border.gif) repeat-x 0 0;
    margin: 0 0 27px 0;
}

/*----- boxes -----*/
.box-1 {
    background: #dcdcdc;
    border-radius: 7px;
    box-shadow: 1px 0 5px #bbb;
    text-align: center;
    padding: 0 0 6px 0;
    margin: 0 0 16px 0;
    position: relative;
    z-index: 2;
}

.box-1 .inner {
    border-radius: 7px 7px 0 0;
    padding: 22px 25px 11px 25px;
    position: relative;
}

.box-1 h3 {
    padding-bottom: 10px;
}

.button-box {
    display: inline-block;
    background: url(../images/button-box-tail.gif) repeat-x 0 0;
    border-radius: 6px;
    padding: 5px 6px 0 6px;
    margin: 0 0 -16px 0;
}

.btn-container {
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    text-align: center;
}

.box-2 {
    border-radius: 6px;
    box-shadow: 1px 1px 0 0 #fff;
    border: 1px solid #d8d8d8;
    padding: 19px 25px 29px 38px;
}

.boxes-bg {
    position: relative;
}

.boxes-bg:after {
    display: block;
    position: absolute;
    content: "";
    left: -5px;
    top: -39px;
    width: 970px;
    z-index: 1;
}

/*----- indents -----*/
.img-indent {
    float: left;
    margin: 0 10px 0 0;
}

.img-indent-1 {
    float: left;
    margin: 0 10px 12px 0;
}

.img-indent-bot {
    margin: 0 0 14px 0;
}

p {
    padding-bottom: 18px;
}

.p { padding-bottom: 18px; }
.p0 { padding-bottom: 0 !important; }
.p1 { padding-bottom: 6px !important; }
.p2 { padding-bottom: 12px !important; }
.p3 { padding-bottom: 25px !important; }

.a1 { margin: 0; } /* Исправлено значение */
.indent-bot { margin: 0 0 18px 0; }
.indent-bot-1 { margin: 0 0 33px 0; }
.indent-bot-2 { margin: 0 0 37px 0; }
.inner-indent { padding: 20px 35px 0 0; }
.indent-top { padding-top: 20px; }
.indents-1 { margin: 0 40px 0 0; }
.pad-right { padding-right: 20px; }

/*----- lists -----*/
.list-1 {
    padding: 0 0 20px 0;
    margin: 0; /* Добавлено */
    list-style: none; /* Добавлено */
}

.list-1 li {
    display: block;
    padding: 6px 0;
    background: url(../images/list-1-border.gif) repeat-x 0 0;
    line-height: 18px;
}

.list-1 li:first-child {
    padding: 0 0 6px 0;
    background: none;
}

.list-1 li a {
    color: #1D9C29;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 0 0 15px;
    background: url(../images/list-1-marker.gif) no-repeat 0 6px;
}

.list-1 li a:hover {
    color: #454545;
}

.list-2 {
    padding: 0;
    margin: 0; /* Добавлено */
    list-style: none; /* Добавлено */
}

.list-2 li {
    display: block;
    padding: 6px 0;
    background: url(../images/list-1-border.gif) repeat-x 0 0;
    line-height: 18px;
}

.list-2 li:first-child {
    padding: 0 0 6px 0;
    background: none;
}

.list-2 li a {
    color: #1D9C29;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    padding: 0 0 0 15px;
    background: url(../images/list-1-marker.gif) no-repeat 0 6px;
}

.list-2 li a:hover {
    color: #454545;
}

/*----- buttons & links -----*/
a {
    color: #1D9C29;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.button {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 14px 6px;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    text-decoration: none;
    background: url(../images/button-tail.gif) repeat-x 0 0 #ec6b23;
    text-shadow: 1px 1px #e36f15;
    border-radius: 6px;
}

.button:hover {
    background: url(../images/button-tail.gif) repeat-x 0 bottom #e5b81d;
}

.link {
    text-decoration: underline;
    color: #1D9C29;
    text-transform: uppercase;
    font-size: 11px;
}

.link:hover {
    text-decoration: none;
}

/*********************************header*************************************/
header {
    position: relative;
    z-index: 2;
}

header .inner {
    width: 950px;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.logo {
    display: inline-block;
    padding: 0;
}

.logo a {
    position: relative;
    background: url(../images/logo.png) no-repeat 0 0;
    height: 100px;
    width: 300px;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
}

.header-meta {
    text-align: right;
    padding: 10px 0 20px;
}

.header-meta .col-elem {
    display: inline-block;
    width: 190px;
    text-align: right;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #454545;
    text-transform: uppercase;
    text-shadow: 1px 1px #fbfbfb;
}

.header-meta .phone {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    color: #1D9C29;
    margin: -3px 0 0 0;
}

.attention {
    position: relative;
    z-index: 1;
    width: 950px;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

/********************** Slider ************************/
.mp-slider .items {
    display: none;
}

.mp-slider {
    overflow: visible !important;
}

.slider-container {
    position: relative;
    z-index: 1;
    height: 230px;
    width: 950px;
    margin: 0 auto;
    padding: 0 0 52px 0;
}

.slider-container .pic, .mp-slider {
    border-radius: 9px;
    box-shadow: 0 0 5px #d4d4d4;
}

.slider-container .mask {
    border-radius: 9px;
}

.pagination {
    position: absolute;
    bottom: -29px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0; /* Добавлено */
    padding: 0; /* Добавлено */
    list-style: none; /* Добавлено */
}

.pagination li {
    display: inline-block;
    margin: 0 1px;
}

.pagination li a {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/slider-pagination.png) no-repeat right 0;
    text-indent: -9999px; /* Скрытие текста */
}

.pagination li.current a, 
.pagination li a:hover {
    background: url(../images/slider-pagination.png) no-repeat 0 0;
}

/********************** Content ************************/
section#content {
    position: relative; 
    z-index: 1;
    padding: 0 0 18px 0;
}

.author {
    color: #454545;
    font-size: 14px;
    padding-top: 35px;
}

.author em {
    display: block;
    font-weight: bold;
}

.dropcap {
    float: left;
    font-size: 25px;
    line-height: 55px;
    color: #454545;
    text-shadow: 1px 1px #fff;
    margin: 0 5px 0 0;
    width: 25px;
}

.map-container {
    padding: 0 0 22px 0;
}

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

.adress dt {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.adress dd {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    margin: 0; /* Добавлено */
}

.adress dd span {
    float: left;
    width: 75px;
    text-align: right;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}

/******************** Footer ******************/
footer {
    width: 950px;
    margin: 0 auto;
    background: url(../images/list-1-border.gif) repeat-x 0 0;
    color: #a7a7a7;
    font-size: 12px;
    padding: 10px 0 20px 0;
    overflow: hidden;
}

footer a {
    color: #a7a7a7;
}

.copyright {
    padding: 0;
    float: left;
}

.footer-logo {
    display: inline-block;
    background: url(../images/footer-logo.png) no-repeat 0 0;
    width: 120px;
    height: 21px;
    overflow: hidden;
    text-indent: -9999px;
    margin: -5px 0;
}

.social-list {
    float: right;
    border-radius: 4px;
    background: url(../images/social-list-bg.png);
    padding: 5px 4px;
    margin: 0; /* Добавлено */
    list-style: none; /* Добавлено */
}

.social-list li {
    display: inline-block;
    width: 17px;
    height: 17px;
    padding: 0 1px;
}

.social-list li a {
    display: block;
}

.social-list li a:hover img {
    opacity: 0.5;
}