@font-face {
    font-family: 'Tahoma';
    src: url(/fonts/Tahoma.ttf);
}

body, html{
    height: 100%;
}

.wrap{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px;
    padding-bottom: 80px;
}

.container{
    width: 1000px !important;
    padding: 0 15px;
    box-sizing: content-box;
}

.block{
    margin: 13px 0;
    overflow: hidden;
}

.header_block{
    margin-top: 20px;
    height: 230px;
    position: relative;
}
.header_block_contact{
    height: 110px;
}
.header_block_contact_address{
    width: 250px;
    height: 100%;
    float: left;
    color: #393939;
}
.header_block_contact_address .name {
    text-transform: uppercase;
}
.header_block_contact_phone{
    width: 250px;
    height: 100%;
    float: right;
    text-align: right;
}
.header_block_contact_phone::after{
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url(/images/icon/phone.png);
    top: 0;
    right: 150px;
    position: absolute;

}
.header_block_contact_phone .phone{
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    color: #517b59;
}
#.header_block_logo{
    position: absolute;
    background: url(/images/logo.png);
    bottom: 20px;
    left: 50%;
    width: 479px;
    height: 179px;
    margin-left: -240px;
}
.header_block_logo{
    position: absolute;
    background: center / contain no-repeat url(/images/logo.png);
    bottom: 0;
    left: 50%;
    width: 479px;
    height: 250px;
    margin-left: -240px;
}

.menu_block{
    height: 55px;
    background: #507b58;
    overflow: hidden;
}
.menu_block ul{
    padding: 0 10px;
    text-align: justify;
    height: 100%;
}
.menu_block_item{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.menu_block ul::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
}
.menu_block_item a{
    color: #fff;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Tahoma';
    text-decoration: none;
    padding: 18px 16px;
}
.menu_block_item:hover a{
    color: #c6e976;
    transition: color 200ms linear;
    cursor: pointer;
}
.menu_block_item.active a{
    color: #c6e976;
}

.hr_block{
    background: #c6e876;
    width: 100%;
    height: 11px;
}

.slider_block{
    height: 243px;
    margin-bottom: 13px;
    overflow: hidden;
    position: relative;
    background: #517b58 linear-gradient(to bottom, #517b58, #2b452f);
    z-index: -1;
}
.slider_block_title{
    position: absolute;
    left: 0;
    top: 0;
    background: #517b58 linear-gradient(to bottom, #517b58, #2b452f);
    width: 400px;
    height: 100%;
    float: left;
    color: #fff;
    padding: 30px 25px;
    text-transform: uppercase;
    /*display: none;*/
    opacity: 0;
    transition: opacity 400ms linear;
}
.slider_block_title.active{
    opacity: 1;
}
.slider_block_title .title{
    font-size: 36px;
}
.slider_block_title .description p{
    margin: 0;
    font-weight: 200;
    height: 100%;
}
.slider_block .navigate{
    position: absolute;
    bottom: 15px;
    padding: 0;
    left: 25px;
}
.slider_block .navigate li{
    width: 13px;
    height: 13px;
    background: #c5e876;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin-right: 6px;
    cursor: pointer;
    transition: background 400ms linear;
}
.slider_block .navigate li.active{
    background: #fff;
}

.slider_block_images{
    position: absolute;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 601px;
}
.slider_block_images img{
    height: 100%;
    display: none;
}
.slider_block_images img.active{
    display: block;
}

.items_block{
    margin: 26px 0 13px;
    text-align: justify;
    overflow: hidden;
    height: 235px;
}
.items_block::after{
    content: '';
    display: inline-block;
    width: 100%;
}
.items_block_item{
    width: 300px;
    display: inline-block;
    height: 235px;
    overflow: hidden;

    cursor: pointer;
    transition: all 200ms linear;
}
.items_block_item .items_block_item_title{
    transition: all 200ms linear;
}
.items_block_item:hover .items_block_item_title{
    height: 58px;
}
.items_block_item:hover .items_block_item_img::before{
    opacity: 1;
    transition: all 200ms linear;
}
.items_block_item:hover .items_block_item_img img{
    transform: scale(1.05);
    transition: all 200ms linear;
}
.items_block_item_title{
    background: #81aa3f;
    height: 48px;
    padding: 15px;
    padding-bottom: 25px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Tahoma';
}
.items_block_item_img{
    position: relative;
    z-index: -1;
}
.items_block_item_img::before{
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(129, 170, 63, 0.5);
}
.items_block_item_img img{
    width: 100%;
}

.list_block{
    /*margin: 13px 0;*/
    width: 730px;
    float: left;
}
.list_block_title{
    text-transform: uppercase;
    line-height: 32px;

}
.list_block_items{
    height: 100%;

}
.list_block_items ul{
    padding-left: 32px;
}
.list_block_items_item{
    line-height: 32px;
    text-transform: uppercase;
    margin: 0;
    list-style-type: none;
    position: relative;
}
.list_block_items_item::after{
    content: '';
    position: absolute;
    left: -32px;
    top: 7px;
    width: 18px;
    height: 18px;
    background: #c6e976;
}
.vk_block{
    display: inline-block;
    width: 270px;
    padding-top: 10px;
}

.green_block{
    height: 315px;
    background: #517b58 linear-gradient(to bottom, #517b58, #2b452f);
    padding: 13px 26px;
    margin-bottom: 70px;
}
.green_block_title{
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.green_block_items{
    text-align: justify;
    overflow: hidden;
    height: 230px;
}
.green_block_items::after{
    content: '';
    display: inline-block;
    width: 100%;
}
.green_block_items_item{
    width: 230px;
    height: 230px;
    display: inline-block;
    overflow: hidden;
}
.green_block_items_item img{
    width: 100%;
}

.footer_block{
    overflow: hidden;
    margin-bottom: 20px;
}
.footer_block .line{
    display: block;
}
.footer_block_cop{
    width: 250px;
    height: 100%;
    float: left;
    color: #383838;
    text-align: left;
}
.footer_block_address{
    width: 250px;
    height: 100%;
    float: right;
    color: #383838;
    text-align: right;
}

.breadcrumb{
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    margin-bottom: 20px;
}
.breadcrumb a{
    color: #517b58;
}

.title_block{
    text-transform: uppercase;
    color: #517b59;
}
.margin{
    margin-top: 20px;
}
.title_block.margin{
    margin-bottom: 6px;
}
.sub_title_block{
    color: #000;
    margin: 13px 0 6px;;
}
.sub_title_block .main{
    text-transform: uppercase;
}

.photos_block{
    text-align: justify;
    overflow: hidden;
}
.photos_block::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
}
.photos_block_item{
    display: inline-block;
    width: 490px;
    height: 240px;
    overflow: hidden;
    margin: 16px 0;
    position: relative;
}
.photos_block_item a{
    color: #000;
    text-decoration: none;
}
.photos_block.gallery .photos_block_item{
    width: 490px;
    height: 367px;
    margin-top: 0;
}
.photos_block_item:hover .photos_block_item_title .main{
    color: #517b59;
    transition: color 100ms linear;
}
.photos_block_item:hover .photos_block_item_image::before{
    opacity: 1;
    transition: opacity 200ms linear;
}
.photos_block_item:hover .photos_block_item_image img{
    transform: scale(1.05);
    transition: all 200ms linear;
}
.photos_block_item_title{
    margin: 4px 0;
}
.photos_block_item_title .main{
    text-transform: uppercase;
}
.photos_block_item_image{
    z-index: -1;
    position: relative;
    overflow: hidden;
}
.photos_block_item_image::before{
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(129, 170, 63, 0.5);
}
.photos_block_item_image img{
    width: 100%;
}
.photos_block_item_image_description{
    position: absolute;
    background: red;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(129, 170, 63, 0.5);
    color: #fff;
    padding: 10px;
    z-index: 2;
    font-size: 16px;
}

.article_block,
.image_block{
    margin-bottom: 20px;
}
.article_block.paragraph{
    margin-bottom: 80px;
}
.article_block p{
    margin: 6px 0;
    text-align: justify;
}
.article_block.about p {
    margin: 12px 0;
}
.article_block.paragraph p{
    line-height: 24px;
    margin: 20px 0;
}
.article_block.paragraph p:nth-child(3){
    text-indent: 3em;
}

.article_block_title{
    text-transform: uppercase;
    text-align: center !important;
}
.article_block_author{
    font-style: italic;
    text-align: right !important;
}
.image_block img{
    width: 100%;
}

.map_block{
    width: 100%;
    height: 600px;
    margin-bottom: 80px;

    animation: show 200ms 1 normal;
}

.grid_images_block{
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    height: 700px;
    margin-bottom: 80px;
    opacity: 0;
    transition: opacity 200ms linear;
}
.grid_images_block img{
    width: 320px;
    margin: 10px;
    float: left;
}

@keyframes show{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes hide{
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

img:not(.fancybox-image){
    animation: show 200ms 1 normal;
}

.articles{
    margin-top: 20px;
}
.article_title{
    text-transform: uppercase;
}
.article_title a{
    color: #000;
}
.article_title:hover a{
    color: #517b59;
    transition: color 200ms linear;
}
.article_author {
    font-style: italic;
}

.section_block{
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin: 26px 0;
    clear: both;
}
.section_green_block{
    background: #507b58;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 26px;
    margin: 6px 0;
    clear: both;
}

.list_section_block{
    overflow: hidden;
    margin-top: 4px;
    text-align: justify;
}
.list_section_block_column4,
.list_section_block_column3,
.list_section_block_column2,
.list_section_block_column1{
    float: left;
    color: #517b58;
}
.list_section_block_column4{
    width: 25%;
}
.list_section_block_column3{
    width: 33.333%;
}
.list_section_block_column2{
    width: 50%;
}
.list_section_block_column1{
    width: 100%;
}
.list_section_block a{
    color: #517b58;
}
.list_section_block.title_block{
    margin-top: 20px;
}

.empty_block{
    height: 80px;
}

.price_table_block{
    margin-top: 13px;
    margin-bottom: 80px;
}
.price_table_block td{
    border: solid 1px #fff !important;
}
.price_table_block tbody tr{
    background-color: #c6e876 !important;
}
.price_table_block thead tr{
    background-color: #517b58 !important;
    color: #fff;
}
.price_table_block tbody tr:hover{
    opacity: 0.8;
    transition: opacity 200ms linear;
}
.price_table_block .price_table_block_title{
    background-color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    opacity: 1 !important;
}

.price_block{
    width: 100%;
    height: 100px;
    margin: 13px 0;
}
.price_block::after{
    content: '';
    clear: both;
}
.price_block_links{
    width: 20%;
    float: left;
    height: 100%;
}
.price_block_links_title{
    text-transform: uppercase;
    color: #517b59;
    margin-bottom: 6px;
}
.price_block_links_word,
.price_block_links_excel{
    position: relative;
    color: #84ac44;
    display: block;
    width: 100%;
    height: 32px;
    padding: 4px 6px;
    padding-left: 40px;
    margin-bottom: 4px;
}
.price_block_links_word:hover,
.price_block_links_excel:hover{
    opacity: 0.8;
    cursor: pointer;
    transition: opacity 200ms linear;
}
.price_block_links_word::before{
    content: '';
    position: absolute;
    width: 32px;
    height: 30px;
    background: url(/images/icon/word.png);
    top: 0;
    left: 0;
}
.price_block_links_excel::before{
    content: '';
    position: absolute;
    width: 32px;
    height: 30px;
    background: url(/images/icon/excel.png);
    top: 0;
    left: 0;
}
.price_block_links_word:hover::before{
    left: 4px;
    transition: left 200ms linear;
}
.price_block_links_excel:hover::before{
    left: 4px;
    transition: left 200ms linear;
}
.price_block_description{
    width: 54%;
    float: right;
    height: 100%;
    text-align: right;
    line-height: 30px;
    font-size: 18px;
}

.question_block{
    background: #517b59;
    height: 400px;
    margin: 13px 0;
    padding: 25px 15px;
    position: relative;
}
.question_block::after{
    content: '';
    clear: both;
}
.question_form_block{
    float: left;
    width: 50%;
    height: 100%;
}
.question_form_block_item{
    width: 100%;
    margin: 10px 0;

    padding-right: 15px;
    position: relative;
}
.question_form_block_item.required::before{
    content: '*';
    color: #fff;
    position: absolute;
    right: 4px;
    top: -4px;
    font-size: 20px;
}
.question_form_block_item input,
.question_form_block_item textarea{
    border: none;
    color: #517b59;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    min-height: 40px;
    padding: 7px;
}
.question_form_block_item textarea{
    min-height: 85px;
    max-height: 115px;
    resize: vertical;
}
.question_form_block_item.captcha{
    text-align: right;
    margin-right: 10px;
    line-height: 38px;
}
.question_form_block_item.captcha input{
    width: 90px;
    float: right;
    height: 40px;
}
.question_description_block{
    float: left;
    width: 50%;
    height: 100%;
    padding-top: 6px;
    padding-left: 15px;
    color: #fff;
    padding-bottom: 50px;
}
.question_form_submit{
    position: absolute;
    bottom: 25px;
    right: 15px;
}

input:focus,
textarea:focus{
    outline: none;
}

.btn-green{
    background: #c6e876;
    color: #000;
    border-radius: 0;
    padding: 8px 59px;
    font-size: 16px;
    text-transform: uppercase;
}

.question_items_block{
    margin: 13px 0;
    margin-bottom: 80px;
}
.question_items_block_item{
    padding-bottom: 1px;
    transition: all 100ms linear;
}
.question_items_block_item:after{
    content: '';
    display: block;
    border-bottom: solid 1px #b9dc73;
}
.question_items_block_item:last-child:after{
    display: none;
}
.question_items_block_item:last-child{
    border: none;
}
.question_items_block_item:hover{
    background: rgba(198,232,118,0.2);
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: -10px;
}
.question_items_block_item_title{
    text-transform: uppercase;
    color: #517b59;
    padding-top: 13px;
}
.question_items_block_item_value{
    color: #000;
    margin-bottom: 10px;
}

.help-block{
    background: #c6e876;
    margin-top: 0;
    padding-left: 6px;
    padding-right: 6px;
}
textarea + .help-block{
    margin-top: -5px;
}
.captcha img{
    height: 40px;
    margin-right: 15px;
}
.captcha .form-group{
    position: relative;
}
.captcha .help-block{
    position: absolute;
    width: 100%;
}
.alert{
    margin-top: 20px;
}
#vk_groups{
    float: right;
    max-height: 182px;
}

span.green{
    color: #517b58;
}

.sort_type_block{
    height: 240px;
    background: #517b58;
}
.sort_type_block_image{
    width: 320px;
    height: 100%;
    float: left;
}
.sort_type_block_info {
    padding: 15px;
    padding-left: 335px;
    height: 100%;
    padding-bottom: 45px;
    color: #fff;
    position: relative;
    text-transform: lowercase;
}
.sort_type_block_info .key{
    color: #c6e876;
    display: inline-block;
}
.sort_type_block_info .key:first-letter{
    text-transform: uppercase;
}
.sort_type_block_info .price{
    position: absolute;
    bottom: 15px;
    font-size: 20px;
    right: 15px;
    left: 335px;
}

.filter_block{
    margin: 12px -5px;
    overflow: hidden;
}
.filter_block_item{
    float: left;
    margin: 0 5px;
    padding: 4px 10px;
    transition: all 200ms linear;
}
.filter_block_item.active {
    background: #c6e876;
}
.filter_block_item{
    color: #517b58;
    text-decoration: none;
}
.filter_block_item:hover{
    background: rgba(198, 232, 118, .6);
}