@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Lobster|Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic';
@font-face {
    font-family: 'Candara';
    src: url('/fonts/Candara.eot');
    src: local('☺'), url('/fonts/Candara.woff') format('woff'), url('/fonts/Candara.ttf') format('truetype'), url('/fonts/Candara.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Candarab';
    src: url('/fonts/Candarab.eot');
    src: local('☺'), url('/fonts/Candarab.woff') format('woff'), url('/fonts/Candarab.ttf') format('truetype'), url('/fonts/Candarab.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
img {
    border: none;
}
textarea {
    resize: none;
}
h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    color: #3E4950;
    font-weight: 700;
    margin-bottom: 10px;
}
textarea,
input,
button,
a {
    outline: none;
}
select:focus {
    outline: none;
}
button {
    border: none;
    background: none;
    cursor: pointer;
}
input {
    -webkit-appearance: none;
}
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
}
input:focus::-webkit-input-placeholder {
    color: transparent !important
}
input:focus::-moz-placeholder {
    color: transparent !important
}
input:focus:-moz-placeholder {
    color: transparent !important
}
input:focus:-ms-input-placeholder {
    color: transparent !important
}
input::-webkit-input-placeholder {
    color: #9A9A9A
}
input::-moz-placeholder {
    color: #9A9A9A
}
input:-moz-placeholder {
    color: #9A9A9A
}
input:-ms-input-placeholder {
    color: #9A9A9A
}
label,
a {
    cursor: pointer;
}
.clear:after {
    width: 100%;
    display: inline-block;
    clear: both;
    content: '';
}
body {
    font-family: 'Candara';
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Roboto', sans-serif;
}
.wraper {
    background: url(/i/v2/bg/4.jpg) repeat-y top center;
    position: relative;
}
.wraper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 425px;
    background: #fff;
    z-index: 0;
    -webkit-box-shadow: 0px 120px 150px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 120px 150px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 120px 150px 0px rgba(255, 255, 255, 1);
}
.content_width {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    min-width: 270px;
    background: #fff;
}
.top {
    text-align: justify;
    padding: 10px 35px 0;
}
.lang {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.lang li {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #6A7378;
}
.lang li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.lang li a {
    color: #065500;
    font-size: 15px;
    text-decoration: underline;
    display: block;
    font-family: 'Candara';
    text-decoration: none;
}
.lang .lang_active a {
    /*color: #3E4950;*/
    color: #c7525c !important;
    text-decoration: none;
    cursor: default;
}
.cabinete {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 11px 0 23px;
}
.cabinete a span {
    border-bottom: 1px dotted #065500;
}
.cabinete a {
    background: url(/i/v2/icons/1.png) left center no-repeat;
    padding-left: 20px;
    padding-right: 10px;
    color: #065500;
    font-family: 'Candara';
    font-size: 15px;
display:block;
}
.cabinete #auth a {
    background-image: none;
}
.cabinete #auth a.b_cabinet {
    background: url(/i/v2/icons/1.png) no-repeat;
}


/*.cabinete:before{
    background:url(/i/v2/icons/1.png) no-repeat; width:16px; height:16px; top:50%; margin-top:-8px; left:0; content:''; display:block; position:absolute;
}
.cabinete:after{
    background:url(/i/v2/icons/2.png) no-repeat; width:9px; height:4px; top:50%; margin-top:0; right:0; content:''; display:block; position:absolute;
}
.cabinete span{
    color:#065500; font-family: 'Candara'; border-bottom:1px dotted #065500; font-size:15px; cursor:pointer;
}*/

.logo {
    display: block;
    width: 80%;
    max-width: 550px;
    margin: 0 auto;
}
.logo img {
    width: 100%;
}
header {
    margin-bottom: 30px;
}
nav {
    margin: 0 0 -5px;
    position: relative;
}
.menu {
    text-align: center;
    list-style: none;
}
.menu.lvl3 {
    border-top: 1px solid #ccc;
    padding: 15px 0 0 0;    
}
.menu > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 15px;
}
.menu > li > a {
    display: block;
    color: #065500;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.menu.lvl3 > li > a {
    font-size: 14px;
}
.menu > li > a i {
    font-size: 12px;
    position: relative;
    top: -10px;
    left: -1px;
    color: #06550075;
}
.menu > li.active > a {
    /*color: #22272B;*/
    color: #c7525c;
}
.slide {
    height: 400px;
    width: 100%;
    position: relative;
}
.slider_block > div {
    position: relative;
}
.slider_text {
    position: absolute;
    text-indent: 0;
    bottom: -15px;
    left: 0;
    right: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    z-index: 9;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
.content_page .content_width {
    width: 980px;
    padding: 35px 15px;
}
.about {
    padding-left: 40px;
    padding-right: 380px;
    position: relative;
    min-height: 220px;
}
.about_left {} .about_left h2 span {
    font-family: 'Lobster', cursive;
    font-size: 36px;
    font-weight: 400;
}
.about_left p {
    color: #3E4950;
    font-size: 18px;
    font-family: 'Candara';
}
.about_right {
    position: absolute;
    width: 300px;
    top: 5px;
    right: 40px;
    text-align: center;
    display: block;
}
.about_right p {
    color: #3E4950;
    font-size: 13px;
    font-family: 'Candara';
}
.responsive_img {
    padding-bottom: 60%;
    position: relative;
    margin-bottom: 10px;
}
.responsive_img span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.news {
    padding: 40px 0;
    margin: 0 -5px;
}
.news_item {
    display: block;
    margin: 0 5px;
    position: relative;
    height: 478px;
}
.news_item_small {
    height: 234px;
}
.news_item_small + .news_item_small {
    margin-top: 10px;
}
.news_item_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background: rgba(2, 16, 1, .7);
}
.news_item_text p {
    color: #4DA2FF;
    font-family: 'Candara';
    font-size: 18px;
    font-family: 'Candarab';
}
.news_item_text span {
    font-size: 15px;
    color: #fff;
    font-family: 'Candara';
}
.search_block {
    background: #EEF3F7;
    padding: 30px 55px 20px 50px;
    border-radius: 5px;
}
.search_left {
    display: inline-block;
    vertical-align: middle;
    width: 38.28%;
}
.search_left a {
    display: block;
    position: relative;
}
.search_left img {
    width: 90%;
    max-width: 260px;
}
.search_left span {
    background: #097900;
    padding: 5px;
    position: absolute;
    bottom: 20px;
    right: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.search_right {
    display: inline-block;
    vertical-align: middle;
    width: 59.28%;
}
.search_right span {
    color: #3E4950;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 15px;
}
.search_right form {
    position: relative;
    padding-right: 106px;
}
.search_submit {
    position: absolute;
    top: 0;
    right: 10px;
    width: 106px;
}
.search_submit input {
    background: #097900;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    border: 0;
    width: 100%;
    line-height: 32px;
}
.input_search {
    width: 100%;
    background: #fff;
    height: 28px;
    border: 2px solid #253846;
    border-right: 0;
    padding: 0 10px;
}
.search_submit:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(9, 121, 0, 0);
    border-left-color: #097900;
    border-width: 8px;
    border-bottom-width: 16px;
    border-top-width: 16px;
    margin-top: -16px;
}
.footer_top {
    padding: 70px 0 0;
}
.footer_top,
.footer_bottom {
    text-align: justify;
}
.footer_info {
    display: inline-block;
    vertical-align: top;
}
.footer_info > span {
    color: #3E4950;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
}
.nav_footer {
    list-style: none;
}
.nav_footer li {
    margin-bottom: 7px;
}
.nav_footer li a {
    color: #065500;
    font-size: 15px;
    font-family: 'Candara';
}
.footer_map {} .footer_bottom {
    padding: 40px 20px 0;
}
.footer_left {
    display: inline-block;
    vertical-align: top;
}
.footer_left p {
    color: #3E4950;
    font-size: 15px;
    font-family: 'Candara';
    margin-bottom: 5px;
}
.footer_left a {
    color: #065500;
    font-size: 12px;
    font-family: 'Candara';
    text-decoration: none;
}
.footer_left a:hover {
    text-decoration: none;
}
.footer_right {
    display: inline-block;
    vertical-align: top;
}
.logo_bottom {
    text-align: center;
    /*padding-bottom: 40px;*/
}
.page_image {
    height: 130px;
}
.yahre {
    list-style: none;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    margin:0 !important;
}
.yahre li {
    margin-bottom: 10px;
}
.yahre a {
    color: #065500;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto';
    padding: 5px 13px;
    display: block;
    min-height: 18px;
}
.yahre .active_yahre a {
    background: #CED9E2;
    color: #3E4950;
}
.content_wrap {} .breadcrumb {} .breadcrumb p {
    color: #B0B6BA;
    font-size: 13px;
    font-family: 'Roboto';
}
.breadcrumb p a {
    color: #B0B6BA;
}
.breadcrumb p span.separate {
    color: #3E4950;
    font-size: 13px;
}
.news_list {} .news_list_item {
    border-bottom: 1px solid #E8EDF0;
    padding: 15px 0 20px;
}
.news_list .news_list_item:last-child {
    border: none;
}
.news_list_photo {
    float: left;
    width: 140px;
    display: block;
}
.news_list_text {
    padding-left: 155px;
}
.news_list_text p {
    color: #3E4950;
    font-size: 13px;
    font-family: 'Candara';
}
.news_list_text p.new_describe {
    font-size: 15px;
}
.news_list_text a {
    color: #065500;
    font-size: 18px;
    font-family: 'Candarab';
    display: block;
    margin: 3px 0;
}
.news_small {
    padding-top: 50px;
}
.news_small .news_item {
    height: 235px;
}
.image_about {
    background: url(/i/v2/bg/2.jpg) no-repeat center;
    background-size: cover;
    height: 401px;
    position: relative;
}
.image_about_logo {
    background: url(/i/v2/icons/big_logo.png) no-repeat;
    background-size: 100%;
    width: 395px;
    height: 200px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -197.5px;
}
.about_page {
    background: rgba(243, 246, 248, 1);
    background: -moz-linear-gradient(top, rgba(243, 246, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243, 246, 248, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(243, 246, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(243, 246, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(243, 246, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(243, 246, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f6f8', endColorstr='#ffffff', GradientType=0);
}
.benefits {
    background: #F0F7ED;
    text-align: center;
    padding: 70px 0;
}
.benefits span {
    color: #3E4950;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    display: block;
    font-size: 30px;
}
.benefits span.title_benefits {
    font-size: 36px;
    margin-bottom: 60px;
}
.benefits_item {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    margin: 0 10px;
}
.benefits_item_img {
    margin-bottom: 30px;
}
.politics {
    margin-top: 55px;
    padding: 0 75px;
}
.politics h2 {
    margin-bottom: 30px;
}
.politics p {
    color: #3E4950;
    font-size: 18px;
    font-family: 'Candara';
}
.sertifikate {
    margin-top: 20px;
    background: #F5F8FB;
    text-align: center;
    padding: 30px 0;
}
.sertifikate_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.category_menu {} .category_menu_search {
    padding-right: 20px;
    position: relative;
}
.category_menu_search:after {
    content: '';
    position: absolute;
    right: 0;
    background: url(/i/v2/icons/3.png) no-repeat;
    width: 13px;
    height: 13px;
    top: 50%;
    margin-top: -6.5px;
}
.category_menu_sub {
    padding-right: 14px;
    position: relative;
}
.category_menu_sub:after {
    content: '';
    position: absolute;
    right: 0;
    background: url(/i/v2/icons/4.png) no-repeat;
    width: 7px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
}
.active .category_menu_sub:after {
    background-image: url(/i/v2/icons/5.png);
}
.category_menu_edit {
    padding-right: 20px;
    position: relative;
}
.category_menu_edit:after {
    content: '';
    position: absolute;
    right: 0;
    background: url(/i/v2/icons/6.png) no-repeat;
    width: 14px;
    height: 13px;
    top: 50%;
    margin-top: -6.5px;
}
.train {
    padding-top: 30px;
}
.train_item {
    display: table;
    border: 1px solid #4E585E;
    background: #EEF3F7;
    float: left;
    width: 49%;
    margin-right: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 65px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.train_item_img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 155px;
}
.train_item_img img {
    opacity: .5;
}
.train_item_text {
    display: table-cell;
    vertical-align: middle;
    width: 290px;
}
.train_item_text span {
    color: #3E4950;
    font-size: 18px;
    font-weight: 700;
    padding-right: 20px;
    display: block;
}
.train .train_item:nth-child(2n) {
    margin-right: 0;
}
.slider-nav {
    margin: 0 -2px 40px;
}
.slider_nav_img {
    height: 80px;
    overflow: hidden;
    margin: 0 2px;
}
.left_content {
    padding-right: 350px;
}
.content_page {
    position: relative;
}
.new_autor {
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #B0B6BA;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 5px;
}
.new_date {
    float: right;
}
.new_text p {
    color: #3E4950;
    font-size: 18px;
    font-family: 'Candara';
    margin-bottom: 15px;
}
aside {
    float: right;
    width: 300px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.scroll-pane {
    outline: none;
    height: 415px;
    /* Высота видимой области*/
    
    overflow: auto;
    /* Если отключены скрипты это правило позволит отобразить обычный скролл */
}
.aside_new {
    padding: 25px 15px;
    background: #EEF3F7;
    margin-bottom: 40px;
}
.aside_new span {
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    display: block;
    font-size: 15px;
}
.aside_new p {
    color: #000;
    margin-bottom: 15px;
    font-family: 'Candara';
    font-size: 13px;
}
.new_doc {
    padding: 0 20px;
}
.new_doc a {
    color: #065500;
    font-size: 15px;
    font-family: 'Candara';
    position: relative;
    padding-left: 22px;
    display: block;
}
.new_doc a:before {
    content: '';
    background: url(/i/v2/icons/7.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.new_doc a span.link_bord {
    text-decoration: underline;
}
.new_doc a span.link_size {
    color: #B0B6BA;
}
.fixed {
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
}
footer {
    padding: 0 35px;
}
.default_menu .logo {
    display: none;
}
.fixed .logo {
    display: block;
    max-width: 305px;
    width: 40%;
    padding-top: 15px;
    margin-bottom: 7px;
}
.fixed .menu > li {
    margin: 0 10px -10px;
}
.fixed .menu > li > a {
    font-size: 15px;
}
.list_aside {
    text-align: center;
    padding: 20px 35px;
    background: #EEF3F7;
}
.news_list_content .left_content {
    padding-right: 210px;
}
.news_list_content aside {
    width: 200px;
}
.about_page {
    margin-top: -35px;
    padding-top: 35px;
    min-height: 260px;
}
.about_page .about_right {
    top: 40px;
}
.slider_for_img {
    height: 320px;
}
.slider-for {
    margin-bottom: 5px;
}
.slider-nav .slick-list:before {
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    width: 15px;
    background: #fff;
    content: '';
    display: block;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 30px 27px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 30px 27px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 30px 27px rgba(255, 255, 255, 1);
}
.slider-nav .slick-list:after {
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    width: 15px;
    background: #fff;
    content: '';
    display: block;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 30px 27px rgba(255, 255, 255, 1);
    margin-right: -14px;
    -moz-box-shadow: 0px 0px 30px 27px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 30px 27px rgba(255, 255, 255, 1);
}
.wraper2 {
    background: url(/i/v2/bg/5.png) repeat;
    min-height: 100vh;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.christmas_wrap {
    max-width: 700px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.christmas_wrap img {
    width: 100%;
    margin: 30px 0;
}
.christmas_wrap span {
    color: #FFE400;
    font-size: 48px;
    font-family: 'Lobster', cursive;
    margin-bottom: 20px;
    display: block;
}
.christmas_wrap p {
    color: #FFE400;
    font-size: 24px;
    font-family: 'Lobster', cursive;
    margin-bottom: 20px;
    padding: 0 40px;
}
.search_block_catalog {
    padding: 30px 30px 35px;
    margin: 15px -30px 25px;
}
.search_block_catalog .search_right {
    width: 100%;
}
.search_block_catalog h2 {
    font-weight: 400;
}
.search_block_catalog h2 a {
    color: #097900;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 1px dotted #097900;
}
.search_block_catalog .search_right span {
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}
.sort {
    float: right;
    display: block;
    padding-top: 11px;
}
.sort a {
    display: inline-block;
    vertical-align: top;
    color: #065500;
    font-size: 13px;
    font-family: 'Candarab';
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #6A7378;
}
.sort a span {
    border-bottom: 1px dotted #097900;
}
.sort a:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.sort a.sort_active {
    color: #3E4950;
    cursor: default;
    font-family: 'Candara';
}
.sort a.sort_active span {
    border-bottom-color: #fff;
}
.catalog_wrap {} .catalog > div {
    float: left;
    width: 19%;
    padding-right: 1.25%;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEF3F7;
    margin-bottom: 30px;
}
.catalog > div:nth-child(5n) {
    padding-right: 0;
}
.catalog2 > div {
    width: 31.33%;
    padding-right: 3%;
}
.catalog2 > div:nth-child(5n) {
    padding-right: 2%;
}
.catalog2 > div:nth-child(3n) {
    padding-right: 0;
}
.product_img {
    border: 2px solid #6E767B;
    display: block;
    background: url(/i/v2/product/no_photo.png) no-repeat center;
}
.product_img {
    padding-bottom: 100%;
}
.product_name {
    color: #097900;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}
.product_name:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
    content: '';
    display: block;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 30px 27px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 30px 27px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 30px 27px rgba(255, 255, 255, 1);
}
.product_option {
    color: #3E4950;
    font-size: 13px;
    margin-bottom: 5px;
}
.product_option2 {
    color: #B0B6BA;
    font-size: 13px;
    margin-bottom: 5px;
}
.button {
    display: block;
    color: #3E4950;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    background: #E6EDF3;
    width: 102px;
    text-align: center;
    line-height: 32px;
    margin: 10px auto 0;
}
.pagination {
    text-align: center;
}
.pagination a {
    color: #B0B6BA;
    font-size: 18px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
}
.pagination span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #065500;
    line-height: 18px;
    font-weight: 700;
}
.category {
    padding: 30px 20px 20px;
    background: #EEF3F7;
}
.category ul {
    list-style: none;
}
.category li {} .category a {
    color: #22272B;
    font-size: 13px;
    padding: 8px 20px;
    display: block;
    border-radius: 3px;
    position: relative;
}
.category a:before {
    width: 3px;
    height: 3px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 9px;
    top: 14px;
    content: '';
    background: #22272B;
}
.active_category a {
    color: #fff;
    font-weight: 700;
    background: #097900;
}
.active_category a:before {
    background-color: #fff;
}
.product_big {
    border: 2px solid #6E767B;
    height: 160px;
    padding: 20px 25px 15px;
    margin-bottom: 20px;
}
.product_big_left {
    float: left;
    height: 100%;
    width: 175px;
}
.product_big_right {
    padding-left: 235px;
}
.product_big_left .product_img {
    border: none;
}
.product_big .product_name {
    font-size: 24px;
}
.product_big .button {
    margin: 10px 0 0;
}
.father_text {
    padding: 0 2% 20px;
}
.father_text p {
    color: #3E4950;
    font-size: 18px;
    font-family: 'Candara';
}
.father_wrap {} .father {
    float: left;
    width: 28.33%;
    margin-right: 1.5%;
    padding: 20px 2% 30px;
    background: #EEF3F7;
    margin-bottom: 30px;
}
.father p {
    color: #000000;
    font-size: 15px;
    font-family: 'Candara';
    margin-bottom: 10px;
}
.father span {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.father a {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    display: block;
}
.father_wrap > .father:nth-child(3n) {
    margin-right: 0;
}
.father_photo {
    margin-bottom: 20px;
    padding-bottom: 150%;
}
.aside .father {
    float: none;
    margin: 0;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.service_photo {
    padding-bottom: 50%;
    margin-bottom: 20px;
}
.services {
    padding-top: 5px;
}
.service_item {
    display: block;
    float: left;
    text-align: center;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.services .service_item:nth-child(4n) {
    margin-right: 0;
}
.service_item p {
    color: #141D0E;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.service_item_photo {
    padding-bottom: 50%;
    overflow: hidden;
}
.services_wrap .left_content > p {
    color: #3E4950;
    font-size: 18px;
    font-family: 'Candara';
    margin-bottom: 20px;
}
.product_item_photo {
    float: left;
    width: 250px;
    border: 1px solid #555F65;
}
.product_item_img {
    padding-bottom: 100%;
}
.product_item_describe {
    padding-left: 300px;
}
.product_item_describe p {
    color: #3E4950;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
}
.product_item_describe p span {
    font-family: 'Candarab';
    color: #3E4950;
    font-size: 15px;
}
.product_item_describe .button {
    margin: 0;
    width: 185px;
    line-height: 53px;
    font-size: 24px;
}
.product_item_text {} .title_product {
    display: block;
    color: #3E4950;
    font-weight: 700;
    padding-left: 24px;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}
.title_product:before {
    background: url(../img/icons/10.png) no-repeat;
    width: 16px;
    height: 19px;
    display: block;
    top: 50%;
    margin-top: -9px;
    left: 0;
    position: absolute;
    content: '';
}
.product_item_text p {
    color: #3E4950;
    font-size: 15px;
    font-family: 'Candara';
    margin-bottom: 15px;
}
.table_product {
    margin-top: 20px;
    border-collapse: collapse;
    width: 100%;
}
.table_product th {
    background: #EEF3F7;
    padding: 7px 17px;
    color: #3E4950;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-align: left;
}
.table_product td {
    padding: 10px 17px;
    color: #3E4950;
    font-family: 'Candara';
    font-size: 15px;
    border-bottom: 1px solid #D7DEE6;
}
.table_product tr:last-child td {
    border: none;
}
.cell1 {
    width: 300px;
}
.cell2 {
    width: 240px;
}
.recommend {
    margin: 50px 40px 0;
}
.recommend_list {} .recommend_item {
    border-bottom: 1px solid #EEF3F7;
    padding: 10px;
}
.recommend_item a {
    color: #097900;
    font-size: 13px;
}
.recommend_item p {
    color: #3E4950;
    font-size: 13px;
}
.recommend_list .recommend_item:last-child {
    border: none;
}
.contact_title1 {
    color: #3E4950;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
}
.contacts_wrap p {
    color: #3E4950;
    font-size: 15px;
    font-family: 'Candara';
    margin-bottom: 10px;
}
.contact_title2 {
    color: #3E4950;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.mail {
    display: inline-block;
    vertical-align: top;
    color: #065500;
    font-size: 15px;
    font-family: 'Candarab';
    padding-left: 21px;
    position: relative;
}
.mail:before {
    content: '';
    display: block;
    background: url(../img/icons/11.png) no-repeat;
    width: 16px;
    height: 13px;
    position: absolute;
    top: 50%;
    margin-top: -6.5px;
    left: 0;
}
.contact1 {
    float: left;
    width: 33%;
}
.contact2 {
    float: left;
    width: 28%;
}
.contact3 {
    width: 39%;
    float: right;
    margin-top: 20px;
}
.map {
    height: 630px;
    margin-top: 15px;
}
.form_cell {
    float: left;
    width: 28.33%;
    margin-right: 3%;
    margin-bottom: -25px;
}
.form_cell p {
    color: #3E4950;
    font-size: 15px;
    min-height: 18px;
}
.form_cell:nth-child(3n) {
    margin-right: 0;
}
.input {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 13px;
    height: 32px;
    border: 1px solid #3E4950;
}
.search_block_catalog .search_right form {
    padding-right: 0;
}
.search_block_catalog .search_submit {
    right: 0;
}
.form_cell .search_submit {
    position: relative;
    width: 100%;
    right: auto;
}
div.fancy-select {
    position: relative;
    font-size: 15px;
    color: #3E4950;
}
div.fancy-select.disabled {
    opacity: 0.5;
}
div.fancy-select div.trigger {
    cursor: pointer;
    padding: 6px 24px 6px 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: #fff;
    border: 1px solid #3E4950;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
}
div.fancy-select div.trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #22272B;
    top: 12px;
    right: 9px;
}
div.fancy-select div.trigger.open {
    box-shadow: none;
}
div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 40px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    max-height: 200px;
    overflow: auto;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    min-width: 100%;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}
div.fancy-select ul.options.open {
    visibility: visible;
    top: 36px;
    opacity: 1;
    /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
    /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
    
    transition: opacity 300ms ease-out, top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}
div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 40px;
    transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}
div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 50px;
    transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}
div.fancy-select ul.options li {
    padding: 8px 12px;
    color: #3E4950;
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: 0;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
}
div.fancy-select ul.options li:before {
    display: none;
}
div.fancy-select ul.options li.selected {
    color: #097900;
}
div.fancy-select ul.options li.hover {
    color: #097900;
}
.scroll_table {
    margin: 10px 0 30px;
}
.catalog_table {
    width: 100%;
    border-collapse: collapse;
}
.catalog_table th {
    color: #3E4950;
    font-size: 18px;
    background: #EEF3F7;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    padding: 7px 10px;
    text-align: left;
}
.catalog_table span {
    color: #3E4950;
    font-size: 13px;
}
.catalog_cell1 {
    width: 340px;
}
.catalog_cell2 {
    width: 150px;
}
.catalog_cell3 {
    width: 215px;
}
.catalog_cell4 {
    width: 110px;
}
.catalog_cell5 {
    width: 130px;
}
.catalog_table_sort {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.catalog_table_sort:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-width: 3.5px;
    border-right-width: 3.5px;
    border-top-color: #22272B;
    margin-top: 3px;
}
.catalog_cell1 a {
    color: #097900;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    position: relative;
    margin-left: 10px;
}
.catalog_before:before {
    background: url(../img/icons/12.png) no-repeat;
    width: 9px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    content: '';
}
.catalog_after:after {
    background: url(../img/icons/13.png) no-repeat;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    content: '';
}
.catalog_table .button {
    width: 80px;
    line-height: 20px;
    margin: 0;
    font-size: 14px;
}
.catalog_table td {
    border-bottom: 1px solid #EEF3F7;
    height: 40px;
    padding: 0 10px;
}
.catalog_table tr:last-child td {
    border-bottom: none;
}
.nav_history {} .nav_history ul {
    text-align: justify;
    list-style: none;
}
.nav_history li {
    display: inline-block;
    vertical-align: top;
}
.nav_history a {
    color: #065500;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px dotted #065500;
}
#history_block1 .slider_nav_img {
    height: 135px;
}
.history_page h3 {
    font-size: 18px;
    color: #3E4950;
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 15px;
}
.history_page p {
    color: #3E4950;
    font-size: 18px;
    font-family: 'Candara';
    margin-bottom: 15px;
}
.history_big_foto {
    margin-bottom: 70px;
}
.history_big_foto img {
    width: 100%;
}
.history_block {
    margin-bottom: 70px;
}
.museum_bg {
    background: url(../img/history/11.jpg) no-repeat center;
    background-size: cover;
}
.museum {
    padding: 25px 30px 0;
    margin-bottom: 40px;
}
.museum h2 {
    margin-bottom: 30px;
}
.museum_left p {
    font-size: 15px;
}
.museum_left {
    float: left;
    width: 48%;
}
.museum_right {
    float: right;
    width: 48%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}
.museum_right .slider-nav {
    margin: 0 -2px 0;
}
/*
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px 0; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }
.box-modal {
    position: relative;
    width: 960px;    margin: 0 auto; 
}
.box-modal_close { position: absolute;     background: url(../img/icons.png) no-repeat -68px -131px;
    width: 30px;
    border-radius: 40px;
    height: 30px;    right:-43px;    top: 0px;    cursor: pointer; }
*/
.product_link {
    display: block;
}
.stop {
    position: relative;
    z-index: 101;
}
.sticky {
    position: fixed;
    z-index: 10;
}
.open_mobile_menu,
.news_mobile {
    display: none;
}
/* mod: feedback */
#feedback {
    margin: 15px auto;
    width: 100%;
    max-width: 500px;
    min-width: 330px;
    border: 1px solid #ccc;
    padding: 30px; 
    box-shadow: 0px 0px 20px #ccc;
    background: rgba(6, 85, 0, 0.03);
}
#feedback td {
    padding:4px 0;
}
#feedback .attach {
    font-size:12px;
}
#feedback .send:hover {
    background: #c1c403;
}
#feedback .send {
    background: rgb(6, 85, 0);
    color: #fff;
    margin: 15px auto;    
}
#feedback .small {
    font-size:80%;
    color:#ccc;
}
#feedback .w50 {
    width:50%;
}
#feedback input,
#feedback textarea {
    border: 1px solid #ccc;
    font-size: 24px;
    width: 100%;
    background:#fff;
}
#feedback .require {
    display: none;
}
#feedback .descr {
    text-align:right;
    line-height: 1em;
    padding-right:10px;
}
/** textual **/
.content_wrap a {
    color: #118608;
    /*#065500;*/
}
.content_wrap a:hover {
    text-decoration: underline;
}
.textual {
    line-height: 1.5em;
}
.textual h1 {
    padding: 0px 0 30px;
    line-height: 1em;
}
.textual h2 {
    margin: 15px 0;
    font-size: 23px;
}
.textual h3 {
    margin: 15px 0;
    font-size: 21px;
}
.textual .right {
    float:right;
}
.textual .left {
    float:left;
}
.textual .w100 {
    width:100%;
}
.textual a {
    color:#337bca;
}
.download_link { text-decoration:none; margin-top:5px; margin-bottom:15px; display:block; }
.download_link:hover { text-decoration:underline; }
.download_link:hover span { text-decoration:none !important; }
.download_link span { color:silver; text-decoration:none; font-size:80%; margin-left:10px; }
a.file_archive { margin-left:15px; padding-left:22px; background:url(/i/icons/file.archive.gif) left center no-repeat; }
a.file_empty { margin-left:15px; padding-left:22px; background:url(/i/icons/file.empty.gif) left center no-repeat; }
a.file_html { margin-left:15px; padding-left:22px; background:url(/i/icons/file.html.gif) left center no-repeat; }
a.file_lang { margin-left:15px; padding-left:22px; background:url(/i/icons/file.lang.gif) left center no-repeat; }
a.file_note { margin-left:15px; padding-left:22px; background:url(/i/icons/file.note.gif) left center no-repeat; }
a.file_pdf { margin-left:15px; padding-left:22px; background:url(/i/icons/file.pdf.gif) left center no-repeat; }
a.file_pic { margin-left:15px; padding-left:22px; background:url(/i/icons/file.pic.gif) left center no-repeat; }
a.file_ppt { margin-left:15px; padding-left:22px; background:url(/i/icons/file.ppt.gif) left center no-repeat; }
a.file_script { margin-left:15px; padding-left:22px; background:url(/i/icons/file.script.gif) left center no-repeat; }
a.file_text { margin-left:15px; padding-left:22px; background:url(/i/icons/file.text.gif) left center no-repeat; }
a.file_word { margin-left:15px; padding-left:22px; background:url(/i/icons/file.word.gif) left center no-repeat; }
a.file_word1 { margin-left:15px; padding-left:22px; background:url(/i/icons/file.word1.gif) left center no-repeat; }
a.file_xls { margin-left:15px; padding-left:22px; background:url(/i/icons/file.xls.gif) left center no-repeat; }
a.file_point { margin-left:15px; padding-left:22px; background:url(/i/icons/file.point.gif) left center no-repeat; }
a.point { margin-left:15px; padding-left:15px; background:url(/i/point.gif) left center no-repeat; }

.green { color:#517138; }
.red { color:red; }
.white { background:#fff; }

.textual br.clear, .textual br.break {
    clear: both;
    width: 100%;
    display: table;
    vertical-align: top;
}
.textual .usluga { 
    width: calc(30% - 5px);
    min-width:120px;
    float: left;
    margin: 15px 10px 15px 10px;
    /* border: 1px solid #ccc; */
    /* background: #f9f9f9; */
    /* font-size: 11px; */
    display: inline-block;
    vertical-align: top;
    display: flex;
    text-align: center;
}
.textual .usluga a img { margin-bottom:8px; min-width:120px; }
.textual .tehostnastka {}
.textual .tehostnastka .primer { width:165px; height:180px; font-weight:bold; float:left; font-size:80%; margin:15px 20px 15px 0; line-height: 1.2em; }
.textual .tehostnastka .primer img { margin-bottom:10px; }
.textual .tehostnastka .person { background:#eef3f7; /*padding:15px;*/ display: table; margin:30px 0; font-weight:bold; width:100%; }
.textual .tehostnastka .person img { margin:15px; }
.textual .tehostnastka .person span { display:block; font-size:80%; font-weight:normal; margin:15px 0 0 0; }
.textual .uslugi img { margin:0 0 0 10px; }
.textual .uslugi1 img { margin: 0 10px 0 0; }
.textual ul, .textual ol { margin: 0 0 0 30px; }

.textual .rea-usluga { float:left; width:300px; margin:0 30px 20px 0; font-size:11px; line-height: 1.4em; }
.textual .rea-usluga strong { font-size:12px; }
.textual .rea-oborud { width:100%; }
.textual .rea-oborud .o { width:310px; height:260px; font-size:11px; padding:0 30px 30px 0; float:left; }
.textual .rea-oborud .o img { margin-bottom:10px; }
.textual .rea-oborud .oo { width:310px; font-size:11px; padding:0 30px 30px 0; float:left; }

.textual .rea-example { background:rgb(248, 243, 201); display: flex; padding: 15px; width: 650px; }
.textual .rea-exmaple h2 { width: 100px; margin-right: 30px; }
.textual .rea-example .ex { width:330px; float:left; font-size:11px; margin-right: 15px; }

.textual .laser_obor { width:100%; }
.textual .laser_obor td { padding:4px; width:14%; vertical-align: top; border-left:1px solid #517138; }
.textual .laser_obor td a { font-size:12px; line-height:1.1em; }
.textual .uslugi_tbl td { padding:6px; font-size:12px; line-height:1.4em; vertical-align: top; }
.textual .uslugi_tbl td img { margin-bottom:6px; }
.textual .uslugi_tbl td strong { font-size:12px; }

.textual div.grey { padding:2em; background:url(/i/grey-bg.gif); font-size:18px; color:#5a5a5b; font-weight: bold; line-height: 1.4em;}
.textual span.green { 
    color: #00662c;
    font-size: 16px;
    font-weight: bold; }

.textual .rekvizit {}
.textual .rekvizit table { margin: 0 0 30px 0; border-top:1px dotted #ccc;}
.textual .rekvizit table td { border-bottom:1px dotted #ccc; padding:4px 10px; }
.textual .rekvizit table td.d { color:#517138; }

.textual .certif {}
.textual .certif img { margin:6px;     box-shadow: 0px 0px 30px #d6d6d6; }

.textual .chlen {}
.textual .chlen .name { font-size:14px; }
.textual .chlen .descr { font-size:11px; padding:0 30px; /*text-align:justify;*/ }

.textual .partners { border-collapse:collapse; }
.textual .partners img { text-align: center;}
.textual .partners td { padding:1em 0 1em 1em; border-bottom:1px solid #ccc; font-size:11px; line-height: 1.4em; }
.textual .partners td a {  }
.textual .partners td strong { font-size:12px; }

.textual .history {}
.textual .history .year { color:#c72717; font-weight: bold;}

.textual .uslugi {}
.textual .uslugi img { margin:0 0 0 10px; }

.textual .uslugi1 {}
.textual .uslugi1 img { margin: 0 10px 0 0; }

.textual .present div {     
    float: left;
    width: 25%;
    min-width: 170px;
    height: 290px;
    font-size: 12px;
    line-height: 1.4em; 
}
.textual .present div a { 
    text-decoration: none;
    display: block;
    padding: 0 10px 0 0;
}
.textual .present div a:hover { text-decoration:underline; }
.textual .present div img { 
    /* float: left; */
    margin-right: 10px;
    box-shadow: 0 0 30px #d6d6d6;
}
.textual .present div b { 
    font-weight: bold;
    display: block;
    font-size: 16px;
    /* margin-bottom: 10px; */
}

.textual .info-page {}
.textual .info-page a:hover {
    background: #f3f3f3;
    color: #5aa6f9;
} 
.textual .info-page a i { 
    display: block;
    float:left;
    margin:0 10px 0 0;
}
.textual .info-page a { 
    display: block;
    width: 30%;
    margin: 30px;
    background: #f5f5f5;
    font-size: 26px;
    float: left;
    padding: 30px;
    border-radius: 10px;
}

.textual .image_zoom img {
    border:1px solid transparent;
}
.textual .image_zoom:hover img {
    border:1px solid #ccc;
    opacity:0.9;
}
.fancybox-inner {
    overflow: hidden !important;
}
.textual .history_page {}
.textual .history_page .block {
    margin:15px 0 30px;
}
.textual .history_page .event .item {
    margin:0 0 30px 0;
}
.textual .history_page .event {
    padding: 0 30px;
    border-left: 4px solid #ccc;    
}
.textual .history_page .video span {
    width:300px;
    height:200px;
    display: block;
    background-size: cover;
    background-position: center;    
}
.textual .history_page .year {
    font-size: 32px;
    padding: 15px;
    vertical-align: top;    
}

.textual .shema { background:#fff; padding: 15px; }
.textual .shema h1 { text-align:center; color:darkgreen; }
.textual .shema .item { margin:18px; }
.textual .shema .item a.link { text-decoration: none; border-bottom:1px dashed; }
.textual .shema .item a.link:hover { border-bottom:1px solid; }
.textual .shema .item img { margin-left:4px; border:2px solid green; }
.textual .shema .item img:hover { border:2px solid rgb(139, 229, 139); }
.textual .shema .item span {    
    background: darkgreen;
    border-radius: 50%;
    width: 24px;
    height: 20px;
    color: #fff;
    display: block;
    float: left;
    padding: 0px 0 2px 0px;
    text-align: center;
    margin-right: 7px;
    font-weight: bold;
    font-size: 10px;    
}

.textual .shemy { background:#fff; padding: 15px; }
.textual .shemy .tbl {  }
.textual .shemy .tbl td { font-size:16px; padding:15px 0 15px 0 !important; border-bottom: 1px solid #ccc; }
.textual .shemy .tbl td.img { text-align:  center; padding:0px;  text-align: center; }

@media only screen and (max-width: 1050px) {
    .footer {
        padding: 48px 35px 0;
    }
    .footer_bottom {
        padding: 40px 35px 0;
    }
    .content_page .content_width {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}


@media only screen and (max-width: 980px) {
    .about {
        padding-left: 0;
    }
    .about_right {
        right: 0;
    }
    .about {
        padding-right: 315px;
    }
    .footer_map img {
        width: 200px;
    }
    .search_block {
        padding: 30px 20px 20px;
    }
    .slider_text {
        font-size: 50px;
    }
    .menu > li {
        margin: 0 10px 10px;
    }
    .benefits_item {
        width: 200px;
    }
    .benefits span {
        font-size: 25px;
    }
    .image_about_logo {
        width: 300px;
        height: 151px;
        margin: -100px 0 0 -150px;
    }
    .politics {
        padding: 0;
    }
    .sertifikate_item {
        margin: 0 7px;
    }
    .category_menu > li {
        margin: 0 10px 10px;
    }
    .search_block_catalog {
        margin: 15px 0 25px;
    }
    .catalog > div,
    .catalog > div:nth-child(5n) {
        width: 24%;
        padding-right: 1.25%;
    }
    .catalog > div:nth-child(4n) {
        padding-right: 0;
    }
    .catalog2 > div,
    .catalog2 > div:nth-child(5n),
    .catalog2 > div:nth-child(4n) {
        width: 31.33%;
        padding-right: 3%;
    }
    .catalog2 > div:nth-child(3n) {
        padding-right: 0;
    }
    .product_big {
        padding: 20px 15px 15px;
    }
    .product_big_right {
        padding-left: 190px;
    }
    .product_big .product_name {
        font-size: 21px;
    }
    .contact1 {
        width: 38%;
    }
    .contact2 {
        width: 31%;
    }
    .contact3 {
        width: 30%;
    }
    .about_page {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 330px;
    }
    .about_page .about_right {
        right: 15px;
    }
}


@media only screen and (max-width: 860px) {
    .product_big_left {
        float: none;
        height: auto;
        width: 200px;
        margin: 0 auto;
    }
    .product_big_right {
        padding-left: 0;
    }
    .product_big {
        height: auto;
    }
    .catalog2 > div,
    .catalog2 > div:nth-child(5n),
    .catalog2 > div:nth-child(4n),
    .catalog2 > div:nth-child(3n) {
        width: 49%;
        padding-right: 2%;
    }
    .catalog2 > div:nth-child(2n) {
        padding-right: 0;
    }
    .service_item {
        width: 49%;
        margin-right: 2%;
    }
    .services > .service_item:nth-child(2n) {
        margin-right: 0;
    }
    .product_item_photo {
        width: 165px;
    }
    .product_item_describe {
        padding-left: 185px;
    }
    .contact1 {
        width: 60%;
    }
    .contact2 {
        width: 40%;
    }
    .contact3 {
        width: 100%;
    }
    .form_cell {
        width: 31.33%;
    }
    .nav_history ul {
        text-align: center;
    }
    .nav_history li {
        margin: 0 20px 10px;
    }
    .museum_left {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .museum_right {
        float: none;
        width: 100%;
    }
}


@media only screen and (max-width: 760px) {
    .open_mobile_menu {
        display: block;
        width: 36px;
        padding: 10px;
    }
    .bar {
        display: block;
        width: 100%;
        background: #065500;
        height: 3px;
        margin-bottom: 3px;
    }
    .mobile_menu {
        display: none;
    }
    .lang {
        position: relative;
    }
    .mobile_menu {
        position: absolute;
        background: #EFF5FA;
        padding: 30px 30px 10px;
        border-radius: 3px;
        left: 0;
        top: 40px;
        z-index: 99;
        width: 240px;
        -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
    }
    .mobile_menu:after {
        bottom: 100%;
        left: 10px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(239, 245, 250, 0);
        border-bottom-color: #EFF5FA;
        border-width: 14px;
        border-left-width: 8px;
        border-right-width: 8px;
    }
    .menu_index {
        text-align: left;
        margin-top: 20px;
    }
    .menu_index > li {
        margin: 0 0 15px;
        width: 49%;
        border: none;
        padding: 0;
    }
    .slick-dots {
        display: none !important;
    }
    .about {
        padding-right: 0;
    }
    .about_right {
        position: static;
        margin: 35px auto 0;
    }
    .about_left h2 {
        text-align: center;
    }
    .search_left {
        display: block;
        width: 265px;
        margin: 0 auto 35px;
    }
    .search_right {
        width: 100%;
    }
    .footer_info {
        width: 48%;
        text-align: left;
        margin-bottom: 30px;
    }
    .footer_info li {
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
    }
    .footer_bottom {
        padding: 0;
    }
    .news_list_photo {
        float: none;
        margin-bottom: 20px;
    }
    .news_list_text {
        padding-left: 0;
    }
    .default_menu {
        display: none;
    }
    .sertifikate_item {
        margin: 0 14px 20px;
    }
    .benefits_item_img img {
        max-width: 100%;
    }
    .benefits_item {
        width: 176px;
    }
    .benefits_item_img {
        margin-bottom: 10px;
        height: 112px;
    }
    .benefits span {
        font-size: 20px;
    }
    .benefits span.title_benefits {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .train_item {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .catalog > div,
    .catalog > div:nth-child(5n),
    .catalog > div:nth-child(4n) {
        width: 32%;
        padding-right: 2%;
    }
    .catalog > div:nth-child(3n) {
        padding-right: 0;
    }
    aside {
        float: none;
        margin: 30px auto 0;
    }
    .left_content {
        padding-right: 0;
    }
    .catalog2 > div,
    .catalog2 > div:nth-child(5n),
    .catalog2 > div:nth-child(4n),
    .catalog2 > div:nth-child(2n) {
        width: 32.33%;
        padding-right: 1.5%;
    }
    .catalog2 > div:nth-child(3n) {
        padding-right: 0;
        width: 32.33%;
    }
    .catalog2 + .news_small {
        padding: 0;
    }
    .father span {
        font-size: 16px;
    }
    .scroll_table {
        overflow: auto;
        width: 100%;
    }
    .catalog_table {
        width: 900px;
    }
    .catalog_page2 aside {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .about_page {
        padding-right: 15px;
    }
    .usluga { 
        width: calc(50% - 5px);
    }
}


@media only screen and (max-width: 650px) {
    .content_page .content_width {
        padding: 25px;
    }
    .footer_map img {
        width: 160px;
    }
    .news_list_content aside {
        width: 100%;
        margin: 0;
    }
    .yahre {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
    .news_list_content .left_content {
        padding-right: 0;
        clear: both;
        padding-top: 30px;
    }
    .yahre a {
        padding: 5px 0;
    }
    .about_page {
        margin-top: -25px;
    }
    .image_about + .slider_text {
        font-size: 42px;
    }
    .benefits_item {
        width: 100%;
        margin: 0 0 30px;
    }
    .benefits {
        padding: 70px 0 20px;
    }
    aside {
        float: none;
        margin: 30px auto 0;
    }
    .left_content {
        padding-right: 0;
    }
    .new_text p {
        font-size: 15px;
    }
    h2 {
        font-size: 24px;
    }
    .breadcrumb {
        margin: 0 0 20px;
    }
    .content_page .menu > li {
        margin: 0 10px 10px;
    }
    .catalog {
        margin-bottom: 40px;
    }
    .product_img {
        border: 2px solid #7D8489;
    }
    .catalog > div {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .catalog .product {
        margin: 0 15px;
    }
    .pagination {
        display: none;
    }
    .catalog .slick-list:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 15px;
        background: #fff;
        content: '';
        display: block;
        z-index: 1;
        -webkit-box-shadow: 0px 0px 30px 27px rgba(255, 255, 255, 1);
        -moz-box-shadow: 0px 0px 30px 27px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 30px 27px rgba(255, 255, 255, 1);
    }
    .catalog .slick-list:after {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 15px;
        background: #fff;
        content: '';
        display: block;
        z-index: 1;
        -webkit-box-shadow: 0px 0px 30px 27px rgba(255, 255, 255, 1);
        -moz-box-shadow: 0px 0px 30px 27px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 30px 27px rgba(255, 255, 255, 1);
    }
    .catalog2 > div,
    .catalog2 > div:nth-child(5n),
    .catalog2 > div:nth-child(4n),
    .catalog2 > div:nth-child(2n),
    .catalog2 > div:nth-child(3n) {
        width: 100%;
        padding-right: 0;
    }
    .catalog .slick-prev,
    .catalog .slick-next {
        top: 32% !important;
    }
    .father,
    .father_wrap > .father:nth-child(3n) {
        width: 45%;
        margin-right: 2%;
    }
    .father_wrap > .father:nth-child(2n) {
        margin-right: 0;
    }
    .contact1 {
        width: 100%;
    }
    .contact2 {
        width: 100%;
    }
    .about_page {
        margin-left: -25px;
        margin-right: -25px;
        padding-left: 25px;
        padding-right: 25px;
    }
}


@media only screen and (max-width: 560px) {
    .catalog .slick-prev,
    .catalog .slick-next {
        top: 37% !important;
    }
}


@media only screen and (max-width: 480px) {
    .catalog .slick-prev,
    .catalog .slick-next {
        top: 25% !important;
    }
    .footer_info {
        width: 100%;
    }
    .footer_map img {
        width: 100%;
    }
    .cabinete {
        padding: 0;
    }
    .cabinete:after {
        display: none;
    }
    .cabinete span {
        opacity: 0;
        width: 16px;
        overflow: hidden;
        display: block;
        height: 19px;
        padding: 9px 0;
    }
    .footer {
        padding: 0 25px 0;
    }
    .news {
        padding: 20px 0;
        margin: 0;
    }
    .news_item {
        display: block;
        margin: 0 0 30px;
        position: relative;
        height: 170px;
    }
    .carousel {
        display: none !important;
    }
    .news_mobile {
        display: block;
    }
    .about_right {
        width: 100%;
    }
    .search_left {
        width: 249px;
    }
    .search_right span {
        display: block;
    }
    .search_right form {
        padding-right: 0;
    }
    .input_search {
        border: 2px solid #253846;
        border-right: 2px solid #253846;
    }
    .search_submit {
        position: relative;
        top: 0;
        right: 0;
        width: 180px;
        margin: 20px auto 0;
    }
    .footer_right {
        display: none;
    }
    .footer_left {
        display: block;
        text-align: center;
    }
    .slide {
        height: 280px;
    }
    .top {
        padding: 10px 25px 0 15px;
    }
    footer {
        padding: 0;
    }
    .list_aside {
        padding: 10px 5px;
    }
    .sertifikate_item {
        margin: 0 3px 20px;
    }
    .category_menu > li {
        margin: 0 4px 7px;
    }
    .train {
        padding-top: 0;
        margin: 0 -15px;
    }
    .train_item_img img {
        max-width: 85px;
    }
    .train_item_img {
        width: 90px;
    }
    .train_item_text span {
        padding-right: 0;
    }
    .train_item_text {
        width: 190px;
    }
    .train_item_text span {
        font-size: 15px;
    }
    .new_date {
        float: none;
        display: block;
    }
    .slider-nav .slick-list {
        padding: 0 20px !important;
    }
    .slider-nav .slick-list:before,
    .slider-nav .slick-list:after {
        display: none;
    }
    aside {
        float: none;
        margin: 30px -25px 0;
        width: auto;
    }
    .slider-nav,
    .slider-for {
        margin-left: -25px;
        margin-right: -25px;
    }
    .slider-nav .slick-prev {
        left: 0 !important;
    }
    .christmas_wrap span {
        padding: 0 20px;
    }
    .sort {
        float: none;
        text-align: center;
        display: block;
        padding-top: 17px;
    }
    .father,
    .father_wrap > .father:nth-child(3n) {
        width: 88%;
        float: none;
        padding: 20px 6% 40px;
        margin-right: 0;
    }
    .father_wrap {
        margin: 0 -15px;
    }
    .father_text {
        padding: 0 0 20px;
        margin: 0 -15px;
    }
    .service_photo {
        margin: 0 -25px 20px;
    }
    .service_item {
        width: 100%;
        margin-right: 0;
        float: none;
        overflow: hidden;
        text-align: left;
    }
    .service_item_photo {
        padding-bottom: 0;
        overflow: hidden;
        width: 135px;
        float: left;
        margin-right: 20px;
        height: 80px;
    }
    .services {
        background: #EEF3F7;
        margin: 0 -25px 35px;
        padding: 40px 15px 0px;
    }
    .service_item:last-child {
        margin-bottom: 0;
    }
    .product_item_photo {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .product_item_describe {
        padding-left: 0;
    }
    .product_item_describe .button {
        width: 100%;
    }
    .product_item_text {
        padding-top: 30px;
    }
    .table_product {
        width: auto;
        margin: 20px -25px 0;
    }
    .recommend {
        margin: 30px 25px 0;
    }
    .contact3 {
        width: auto;
        float: none;
        margin: 25px -25px 0;
    }
    .map {
        height: 500px;
        margin: 15px -25px 0;
    }
    .form_cell .search_submit {
        margin: 0;
    }
    .form_cell {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .select_wrap {
        margin-bottom: 13px;
    }
    .catalog_table {
        width: 816px;
    }
    .museum {
        margin: 0 -25px 40px;
    }
    .benefits {
        padding: 70px 25px 20px;
        margin: 0 -25px;
    }
}
.lang li a,
.menu > li > a,
.search_submit,
.nav_footer li a,
.breadcrumb p a,
.news_list_text a,
.train_item_img img,
.train_item,
.train_item_text span,
.news_item_text p,
.news_item,
.search_left a span,
.footer_map,
.new_doc a,
.fixed,
.search_block_catalog h2 a,
.sort a,
.sort a span,
.product_name,
.button,
.pagination a,
.category a,
.category a:before,
.service_item p,
.catalog_cell1 a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service_item_photo span {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}


@media only screen and (min-width: 761px) {
    .cabinete span:hover {
        color: #3E4950;
        border-bottom-color: #fff;
    }
    .lang li a:hover,
    .lang .lang_active a,
    .yahre a:hover,
    .search_block_catalog h2 a:hover,
    .nav_footer li a:hover,
    .news_list_text a:hover,
    .sort a:hover {
        color: #3E4950;
        text-decoration: none;
    }
    .search_submit:hover {
        opacity: .9;
    }
    .train_item:hover img {
        opacity: 1;
    }
    .train_item:hover,
    .product_img:hover {
        border-color: #065500;
    }
    .train_item:hover .train_item_text span,
    .breadcrumb p a:hover,
    .menu > li > a:hover,
    .product_name:hover,
    .pagination a:hover,
    .service_item:hover p {
        color: #065500;
    }
    .news_item:hover .news_item_text p {
        color: #EEF3F7;
    }
    .search_left:hover span {
        background-color: #21851A;
    }
    .footer_map:hover {
        opacity: .9;
    }
    .new_doc a:hover {
        color: #22272B;
    }
    .sort a:hover span {
        border-bottom-color: #fff;
    }
    .button:hover {
        color: #fff;
        background: #065500;
    }
    .category a:hover {
        color: #fff;
        background: #097900;
    }
    .category a:hover:before {
        background-color: #fff;
    }
    .service_item:hover .service_item_photo span {
        transform: scale(1.3, 1.3);
    }
    .catalog_cell1 a:hover {
        color: #49545A;
    }
}

.feedback-button:hover {
	background:#085601db;
}
.feedback-button {
    display: block;
    border: 1px solid #ccc;
    padding: 4px 10px;
    margin: 15px 0 0 0;
    width: 180px;
    border-radius: 10px;
    color: #ffffff !important;
    background: #08560199;
    box-shadow: -2px 7px 15px #ccc;
}

#regform textarea { 
    width:100%;
}
.ramka .require {
    color: #c72717;
}
#regform, .ramka input {
    font-size:22px;
}
/*#regform, .ramka input[type=checkbox] {
    width: 20px;
    height: 20px;
    background: #ccc;
}*/
.ramka input.submit {
    font-size:26px;
    padding: 4px 8px;
}
.login_form {
    background: #00662c1a;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 15px #eee;
    border: 1px solid #eee;    
}

#errorform {
    background: #ff07075c;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 15px #eee;
    border: 1px solid #eee;   
    margin-bottom: 15px;
}

/* new year */
.newyear a div {
    background-position: center center;
    background-size: cover;
    min-height: 150px;
    width:100%; 
    border-radius: 5px;
}
@media only screen and (max-width: 400px) {
    .newyear a div {
        background-position: center center;
        border-radius: 5px;
    }    
}

#regform, .ramka input {
    font-size: 18px;
}
.ramka #submit {
	color:#fff;
}
div.video.responsive_img:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
    height: 60px;
    background: transparent url('/i/v2/play.svg') no-repeat center center;
    background-size: contain;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    z-index: 1;
}
a.tour360:hover {
	opacity:1;
}
a.tour360 {
	display:block;
	width:100%;
	height:400px;
	background:url('/i/v2/360.png') no-repeat center center;
	opacity:0.9;
}
.logo_bottom {
	display:none;
}

/* video.js */
.video-js .vjs-poster img { width:100%; }
.video-js .vjs-big-play-button { top:49% !important; left:49% !important; border-radius:3em !important; }
