/* reset.css */

/* reset.css */

html {
    color: #000;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

caption, th {
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

td{
    vertical-align: top;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

legend {
    color: #000;
}

p{
    margin-bottom: 20px;
}

:focus {
    outline: 0;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* site.css */

body {
	font: 14px "Times New Roman", Times, serif;

    min-height: 100%;

    color: #626262;
    background:  url(bg-b.png) no-repeat 50% 100%;
}

html{
    height: 100%;

    background: #e7f3f7 url(bg-bg.png) repeat-y 50% 0;
}

a {
    font-style: italic;
    
    color: #db9545;
}

a:hover{
    text-decoration: none;
}

a:visited{
}

body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

.wrap {
    min-height: 100%;
}

.wrap__i {
    padding-bottom: 200px;
}

.container{
    position: relative;
    
    width: 962px;
    margin: 0 auto;
}

.bg{
    background: url(bg-t.png) no-repeat 50% 0;
}

/* head.css */

.head{
    position: relative;
    
    height: 275px;
}

.head__logo{
    position: absolute;
    top: 20px;
    left: 80px;
}

.head__logo a,
.head__logo div{
    display: block;

    width: 120px;
    height: 111px;

    background: url(logo.png) no-repeat 0 0;
}

.head__woman{
    position: absolute;
    bottom: 0;
    right: 10px;

    width: 167px;
    height: 275px;

    background: url(head-woman.jpg) no-repeat 0 0;
}

.head__slogan{
    position: absolute;
    top: 30px;
    left: 240px;
    
    width: 339px;
    height: 70px;

    background: url(head-slogan.png) no-repeat 0 0;
}

.head__slogan span{
    display: none;
}

.head__phone{
    font-size: 22px;
    font-style: italic;

    position: absolute;
    z-index: 100;
    top: 10px;
    right: 150px;

    width: 192px;
    height: 78px;
    padding: 55px 0 0 7px;

    color: #603811;
    background: url(phone-bg.png) no-repeat 0 0;
}

.head__phone div{
    font-size: 20px;

    margin-left: 10px;
}

/* foot.css */

.foot {
    height: 130px;
    margin-top: -130px;

    text-decoration: none;
    text-shadow: 0 0 4px #000;

    color: #fff;
}

.foot a,
.foot a:visited {
    font-style: normal;

    text-decoration: none;
    text-shadow: 0 0 4px #000;

    color: #fff;
    border: none;
}

.foot a:hover {
    color: #e7f3f7;
}
.foot__bd{
    height: 2px;
    margin: 0 210px 0 55px;
    
    background: url(foot-dots.png) repeat-x 0 0;
}

.foot__i{
    width: 660px;
    margin: 10px 0 0 40px;
    padding: 5px 30px;

    border: 4px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #93c15d;
}

.foot__copy{
    float: left;
}

.foot__design{
    float: right;

    margin-top: 8px;
}

.foot .cont{
    position: relative;
}

.foot .cont span{
    position: absolute;
    z-index: -1;
    top: 1px;
    left: 1px;

    color: #62803d;
}

.foot__links{
    float: left;

    display: inline;

    margin-left: 160px;
}

.foot__links ul{
    list-style: none;
}

.foot__links li{
}

/* menu.css */

.menu {
    font-style: italic;

    position: absolute;
    top: 165px;
    left: 50px;

    padding: 10px 40px 10px 20px;

    border: 4px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #93c15d;

    
}

.menu__vk {
    position: absolute;
    top: 11px;
    right: 17px;

    display: block;

    width: 16px;
    height: 16px;

    background: url(ico-vk.png) no-repeat 0 0;
}

.menu ul {
    list-style: none;
}

.menu li {
    display: inline;

    margin: 0 8px;
}

.menu li span{
    position: absolute;
    z-index: -10;
    top: 1px;
    left: 1px;

    color: #62803d;
}

.menu li a,
.menu li a:visited {
    position: relative;
    z-index: 100;
    
    text-decoration: none;
    text-shadow: 1px 2px 4px #303f1e;

    color: #fff;
    border: none;
}

.menu li a:hover {
    color: #e7f3f7;
}

.menu .active a,
.menu .active a:visited{
    text-shadow: 0 0;
}

.menu li.active span{
    display: none;
}

/* img.css */

.img{
    position: relative;

    width: 104px;
    height: 103px;
}

.img_l{
    float: left;

    margin: 0 10px 10px 0;
}

.img_r{
    float: right;

    margin: 0 0 10px 10px;
}

.img__mask{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 104px;
    height: 103px;

    background: url(photo-mask.png) no-repeat 0 0;
}

.img__pic{
    position: absolute;
    top: 7px;
    left: 7px;
    
    width: 90px;
    height: 90px;

    background: no-repeat 50% 50%;
}

/* content.css */

.content{
    padding: 0 60px 0 40px;
}

.content h1{
    font-size: 18pt;
    font-style: italic;

    margin-bottom: 15px;

    color: #91c05a;
}

.content h2{
    font-size: 18px;
    font-style: italic;

    margin-bottom: 15px;

    color: #44b6d0;
}

.content h3{
    font-size: 16px;
    font-style: italic;

    margin-bottom: 5px;
   
    color: #db9545;
}

.meeting_h3{
    font-size: 16px;
    font-style: italic;
margin: 0;
 font-size: 100%;
    font-weight: normal;
    margin-bottom: 5px;

    color: #db9545;
    padding: 0;
}

.content h4{
    font-weight: bold;

    margin-left: 15px;
    margin-bottom: 5px;

    color: #91c05a;
}

.content h5{
    font-weight: bold;

    margin-left: 15px;
    margin-bottom: 5px;

    color: #44b6d0;
}

.content h6{
    font-weight: bold;

    margin-left: 15px;
    margin-bottom: 5px;

    color: #db9545;
}

.content__i{
    margin-bottom: 20px;
}

.content__i ul,
.content__i ol{
    margin-bottom: 20px;
}

.content__i ul{
    list-style: none;
}

.content__i ul li{
    margin-bottom: 5px;
    padding-left: 30px;

    background: url(ul-01.png) no-repeat 3px 0;
}

.content__i li ul,
.content__i li ol{
    margin-top: 10px;
    margin-bottom: 10px;
}

.content__i li ul li{
    margin-left: 30px;
    
    background: url(ul-02.png) no-repeat 3px 0;
}

.content__i li li ul li{
    background: url(ul-03.png) no-repeat 3px 4px;
}


.content__i ol{
    margin: 0 0 30px 10px;

    list-style: none;

    counter-reset: list_item;
}

.content__i ol li{
    position: relative;

    margin-bottom: 5px;
    padding-left: 20px;
}

.content__i ol li:before {
    content: counter(list_item) ".";
    counter-increment: list_item;
}

.content__i ol li:before,
.content__i ol li .list-item-before {
    position: absolute;
    left: 0;
    top: 0;

    color: #00baff;
}

.content__i li ol li:before,
.content__i li ol li .list-item-before {
    color: #000;
}

.content__i li li ol li:before,
.content__i li li ol li .list-item-before {
    color: #91c05a;
}

.content__i table{
    margin-bottom: 20px;

    border: 1px solid #93c15d;
}

.content__i th{
    font-size: 12px;
    font-style: italic;

    padding: 5px;

    color: #db9545;
    border-left: 1px solid #999;
    background: #ededed;
}

.content__i td{
    font-size: 12px;

    padding: 5px;

    border-left: 1px solid #999;
    border-top: 1px solid #999;
}

.content__i td:first-child{
    border-left: none;
}

/* quote.css */

.quote{
    position: relative;
    
    padding: 20px;
    
    border: 3px solid #d99441;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    
}

.quote__img{
    float: left;

    margin-right: 15px;
}

.quote__text{
    /*overflow: hidden;*/

    padding-top: 10px;
}

/* intro.css */

.intro{
    margin-bottom: 30px;
}

.intro__quote{
    float: left;

    width: 29%;
    margin-right: 20px;
}

.intro__welcome{
    overflow: hidden;
}

.intro__title{
    font-size: 18px;
    font-style: italic;

    margin-bottom: 10px;

    color: #44b6d0;
}

/* faq.css */

.faq{
    margin-bottom: 40px;
}

.faq__title{
    font-size: 18px;
    font-style: italic;

    margin-bottom: 15px;

    color: #44b6d0;
}

.faq__item{
    margin-bottom: 40px;
}

.faq__q{
    margin-bottom: 7px;
}

.faq__author{
    font-style: italic;

    color: #db9545;
}

.faq__text{

}

.faq__a{

}



/* buys.css */

.buys{

}

.buys__title{
    font-size: 18px;
    font-style: italic;

    margin-bottom: 15px;

    color: #44b6d0;
}

.buys__i{
    margin-left: -10px;
    padding: 10px 10px 0 45px;

    border: 2px solid #47b7d1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    
}

.buys ul{
    list-style: none;
}

.buys li{
    display: inline-block;

    width: 33%;
    margin-bottom: 16px;

    vertical-align: top;
}

.buys a{
    margin-right: 20px;

    color: #888;
}

/* breadcrump.css */

.breadcrump{
    margin-bottom: 20px;
    
    list-style: none;

    color: #c3c3c3;
}

.breadcrump li{
    display: inline;

    margin-right: 10px;
}

.breadcrump li:before{
    position: relative;
    left: -7px;

    content: "-";
}

.breadcrump li:first-child:before{
    content: "";
}

.breadcrump a{
    font-style: italic;

    text-decoration: none;

    color: #c3c3c3;
}

.breadcrump a:hover{
    color: #666;
}

/* pages.css */

.pages {
    font-size: 18px;

    margin-bottom: 20px;

    text-align: center;
}

.pages  ul {
    list-style: none;

}

.pages  li {
    display: inline;
}

.pages  li a {
    font-style: normal;

    display: inline-block;

    padding: 0 3px;

    text-align: center;
    text-decoration: none;

    color: #484848;
    border: 1px solid #93c15d;

}

.pages  li a:hover {
}

.pages .prev a,
.pages .next a{
    font-style: italic;

    text-decoration: underline;

    color: #93c15d;
    border: none;
}

.pages .active a{
    font-style: italic;
}

/* news-list.css */

.news-list{

}

.news-list__item{
    margin-bottom: 10px;
}

.news-list__img{
    float: left;

    margin-right: 10px;
}

.news-list__i{
    overflow: hidden;

    padding-top: 10px;
}

.news-list__link{

}

.news-list__link a{
    text-decoration: none;

    color: #44b6d0;
}

.news-list__text{

}

.news-list__text a{
    color: #dd9c51;
}



/* news.css */

.news{
    margin-bottom: 20px;
}

.news__i{
    margin-bottom: 10px;
}

.news h1{
    font-size: 18px;
    font-style: italic;

    margin-bottom: 5px;

    color: #91c05a;
}

/* gallery.css */

.gallery{

}

.gallery__item{
    display: inline-block;

    width: 180px;
    margin: 0 50px 40px 0;
    padding: 15px;

    vertical-align: top;

    border: 1px solid #b4d48e;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.gallery__img{
    margin-bottom: 10px;
}

.gallery__text{
    padding: 10px;

    text-align: center;

    background: #e7f3f7;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    
}



/* form.css */

.form {
    margin: 0;
    padding: 0;
}

.form fieldset {
}

.form legend {
    display: none;
}

.form__row{
    margin-bottom: 10px;
}

.form__label{
    margin-bottom: 5px;
}

.form label {
    float: left;

    width: 110px;
    padding: 0 10px 0 0;
}

.form  div.fm-multi input {
    width: 1em;
}

.form  div.fm-multi label {
    float: none;
    display: block;

    width: 200px;
    padding-left: 120px;
    margin-bottom: 5px;
}


.form input[type="text"],
.form input[type="password"],
.form textarea,
.form select{
    font-size: 14px;

    width: 140px;
    padding: 2px 5px;

    border: 1px solid #93c15d;
}

.form select{
    padding: 0;

    width: 152px;
}

.form textarea{
    overflow-y: auto;

    width: 380px;
    height: 220px;
}

.form__btn{
    margin-top: 20px;
}

.form__btn input{
    overflow: visible;

    padding: 10px 30px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #93c15d;
    background: #93c15d;
    color: #fff;

    
}

/* feedback.css */

.feedback{
    width: 520px;
    padding: 10px 100px 20px 20px;

    border: 1px solid #93c15d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  /* background: url(feedback-bg.jpg) no-repeat 100% 0;*/

    
}

.feedback_right{
    width: 820px;
   
    background: url(faq_sm.jpg) no-repeat left 72%;

    
}

.ArticlesListItem{
	margin-bottom: 20px;
}

.SectionListItem{
	margin-bottom: 25px;
}

.SectionListItem h1 {
	margin-bottom: 5px;
}

.SectionListItem h1 a {
	text-decoration: none;
}

.SectionListItem_Description a {
	color: #000;
}


.feedback__title{
    font-size: 20px;

    margin-bottom: 20px;
    
    color: #000;
}