@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,500,500italic,700,700italic&subset=latin,cyrillic);
/*reset*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(../boxsizing.htc);
}
html, body {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
table {
    border-spacing: 0;
}
tr, td {
    vertical-align: top;
}
input, textarea, select {
    outline: none;
}
textarea {
    resize: none;
    overflow: auto;
}
header, footer, aside, article, section, nav, video {
    display: block;
}
/*reset*/
html, body {
    height: 100%;
}
body {
    font: 300 14px 'Roboto', sans-serif;
    background: #fff;
    cursor: default;
}

h1, .h1 {
    font: 300 30px/34px 'Roboto', sans-serif;
    color: #373435;
    margin: 0px 0 20px 0;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
h2, .h2 {
    font: 300 24px/30px 'Roboto', sans-serif;
    color: #373435;
    margin: 0px 0 20px 0;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
h3, .h3 {
    font: 400 16px/20px 'Roboto', sans-serif;
    color: #373435;
    margin: 0px 0 10px 0;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
a {
    color: #373435;
}
a:hover {
    text-decoration: none;
}
ul {
    margin: 1em 0;
    padding: 0 0 0 15px;
    list-style-image: url(../img/list_style.png);
}
ul.blue_list {
    list-style-image: url(../img/list_style_blue.png);
}
ul.brown_list {
    list-style-image: url(../img/list_style_brown.png);
}
li {
    margin-bottom: 5px;
}
p {

}
hr {
    margin: 1em 0;
    border: 0;
    height: 1px;
    background: #d9d9d9;
}
.green {
    color: #62ba3f;
}
/*footer-pusher*/
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -458px 0; /* на высоту футера */
    padding: 0;
}
.footer-push {
    height: 458px;
    margin: 0;
    padding: 0;
}
/* fp end */
.container {
    position: relative;
    width: 980px;
    padding: 0 10px;
    margin: 0 auto;
}
/* Header start */
.header {
    position: relative;
    min-width: 980px;
    height: 131px;
    padding: 20px 0 0 0;
    background: #fff;
    border-bottom: 1px solid #dcdcdd;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
}
.header .container {
    position: relative;
}
.logo {
    float: left;
    margin: 12px 0 0 0;
    display: block;
    width: 199px;
    height: 60px;
}
.logo img{
    max-width: 199px;
}

.header__right {
    float: right;
    width: 690px;
    font-size: 15px;
    padding: 5px 0 0 0;
    border-bottom: 1px solid #e4e4e4;
}
.tel, .mail {
    float: left;
    display: block;
    margin: 5px 25px 0 0;
    text-decoration: none;
    color: #757575;
    line-height: 18px;
    padding-left: 20px;
    background: url(../img/handset.png) left center no-repeat;
}
.mail {
    margin-right: 0;
    padding-left: 23px;
    background: url(../img/paperplane.png) left center no-repeat;
}



.search {
    position: relative;
    float: right;
    width: 215px;
    margin-bottom: 15px;
}
.search__input {
    padding: 0 30px 0 10px;
    width: 100%;
    height: 29px;
    line-height: 29px;
    background: #efefef;
    border: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.search__magnifier {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 6px;
    width: 16px;
    height: 16px;
    border: 0;
    cursor: pointer;
    background: url(../img/magnifier.png) no-repeat;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.search__magnifier:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.search__magnifier:active {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}
.menu {
    margin: 20px 0px 0 0;
    float: right;
    width: 740px;
    height: 40px;
}
.menu__item {
    position: relative;
    z-index: 3;
    float: right;
    margin-left: 30px;
    padding-right: 13px;
    height: 100%;
}
.menu__item:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -12px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0px solid #62ba3f;

}
.menu__item:after {
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
    width: 8px;
    height: 5px;
    background: url(../img/scope_vertical_green.png) left bottom no-repeat;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.menu__item.open:before {
    border-bottom: 10px solid #62ba3f;
}
.menu__item.open:after {
    background-position: left top;
}
.menu__link {
    color: #373435;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.menu__link:hover {
    color: #62ba3f;
}
.menu__dd {
    display: none;
    position: absolute;
    z-index: 100;
    top: 122px;
    min-width: 200px;
    background: #fff;
    border-top: 4px solid #62ba3f;
    padding: 15px 25px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
}
.menu__dd__title {
    color: #373435;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.menu__dd__lcol {
    float: left;
    width: 505px;
    overflow: hidden;
}
.menu__dd__rcol {
    float: right;
    width: 220px;
    overflow: hidden;
}
.menu__dd__prod {
    margin: 0 20px 15px 0;
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.menu__dd__prod img {
    vertical-align: middle;
    max-width: 150px;
    max-height: 45px;
}
.menu__dd__prod:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.menu__dd__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu__dd__list li {
    margin-bottom: 12px;
}
.menu__dd__list a {
    font-size: 15px;
    color: #888;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.menu__dd__list a:hover {
    color: #373435
}


.prod_dd, .equip_dd {
    left: 155px;
    width: 815px;
}
.serv_dd {
    left: 525px;
}
.events_dd {
    left: 680px;
}
.about_dd {
    right: 10px;
}

/**/
/* Promo start */
.promo {
    clear: both;
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-width: 980px;
    height: 480px;
}
.promo_slider {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slide {
    background-color: #000;
    text-align: center;
    height: 480px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slide__title {
    padding-top: 120px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-size: 48px;
    line-height: 53px;
    margin-bottom: 15px;
}
.slide__txt {
    margin: 0 auto;
    padding: 20px;
    width: 620px;
    border-top: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}
.slide__bot {
    overflow: hidden;
    width: 620px;
    margin: 0 auto;
}
.slide__bot__left {
    margin-top: 18px;
    float: left;
    height: 1px;
    width: 220px;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.slide__bot__right {
    margin-top: 18px;
    float: right;
    height: 1px;
    width: 220px;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.air_button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 38px;
    font: 700 13px/34px 'Roboto',sans-serif;
    color: #fff;
    padding: 0 24px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.air_button:hover {
    color: #373435;
    background: #fff;
}
/**/
/* Content start */
section.content {
    clear: both;
    padding: 20px 0 0px 0;
    min-width: 980px;
    background: #fff;
}
section.content.gray_bg, .gray_bg {
    background: #f8f8f9;
    padding-bottom: 20px;
}
.index section.content {
    padding: 20px 0 0px 0;
}
.box {
    margin-right: -30px;
}
.center_title {
    position: relative;
    color: #494949;
    font-size: 25px;
    text-align: center;
    margin: 15px 0 30px 0;
}
.center_title.line_bot:after {
    position: absolute;
    content: "";
    margin-left: -12px;
    left: 50%;
    bottom: -15px;
    width: 24px;
    height: 2px;
    background: #62ba3f;
}
.center_title span {
    position: relative;
    padding: 0 40px;
}
.center_title span:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 1px;
    width: 25px;
    background: #b6b6b6;
}
.center_title span:after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    height: 1px;
    width: 25px;
    background: #b6b6b6;
}
.soft_s {
    list-style: none;
    margin: 0;
    padding: 0;
}
.soft_s__slide {
    width: 980px !important;
    margin: 0 -20px 0 0;
}
.item {
    position: relative;
    margin: 0 10px 14px 0;
    display: inline-block;
    vertical-align: top;
    width: 310px;
    padding: 30px 20px 20px 20px;
    height: 282px;
    background: #f7f7f7;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.item__logo {
    width: 161px;
    height: 161px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.item__title {
    color: #373435;
    font-size: 20px;
}
.item__dd {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}
.item__dd__txt {
    line-height: 19px;
    max-height: 152px;
    margin: 30px 0 15px 0;
    overflow: hidden;
}
.item:hover .item__dd {
    display: block;
}
.item__dd:hover {
    background: url(../img/tr.png) repeat;
    background: rgba(0,0,0,0.75);
}
.blue_button {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font: 700 13px/37px 'Roboto', sans-serif;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #7c9cc3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.blue_button:hover {
    background: #87b0e2;
}
.blue_button:active {
    background: #698cb7;
}
/**/
.info {
    padding: 35px 0;
    background: #f8f8f9;
    min-width: 980px;
}
.info .container {
    overflow: hidden;
}
.info__title {
    font-size: 28px;
    color: #373435;
    line-height: 100%;
    margin-bottom: 15px;
}
.rss {
    /*margin-top: 8px;*/
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background: url(../img/rss.png) left top no-repeat;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}
.rss:after {
    position: absolute;
    content: "";
    right: 17px;
    top: 17px;
    width: 17px;
    height: 17px;
    background: url(../img/rss.png) left bottom no-repeat;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.rss:hover:after {
    right: 0;
    top: 0;
}
.info__events {
    position: relative;
    float: left;
    width: 635px;
    background: #fff;
    margin: 1px 0 3px 0;
    padding: 15px 15px 0 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 3px 1px #eaeaeb;
    -moz-box-shadow: 0 0 3px 1px #eaeaeb;
    box-shadow: 0 0 3px 1px #eaeaeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.info__events:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 16px solid #62ba3f;
    border-left: 16px solid transparent;
}
.w_all {
    position: relative;
    padding-right: 23px;
    color: #888;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.w_all span {
    position: absolute;
    right: 3px;
    top: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.w_all:hover {
    color: #373435;
}
.w_all:hover span {
    right: 0;
}
.info__events .w_all, .info__news .w_all {
    position: absolute;
    right: 25px;
    top: 24px;
}
aside .w_all {
    font-size: 14px;
}
.calendar {
    float: left;
    width: 270px;
}
.info__events .plate {
    display: block;
    margin: 10px 0 0 300px;
}
.plate {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.plate__date {
    color: #bfbfbf;
    font-size: 13px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 10px;
}
.plate__title {
    display: block;
    color: #373435;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0 5px 12px;
    border-left: 3px solid #62ba3f;
    text-decoration: none;
    margin-bottom: 10px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.plate__title:hover {
    color: #62ba3f;
}
.plate__txt {
    line-height: 19px;
    color: #767676;
}
.info__news {
    position: relative;
    float: right;
    width: 300px;
    padding-top: 15px;
}
/**/
/* breadcrumbs start */
.breadcrumbs {
    list-style: none;
    margin: 5px 0 20px 0;
    padding: 0;
    overflow: hidden;
}
.breadcrumbs li {
    float: left;
    margin: 0 5px 0 0;
    color: #888;
}
.breadcrumbs a {
    color: #888;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.breadcrumbs a:hover {
    color: #373435;
}
/**/
.aside_left {
    float: left;
    width: 300px;
}
.aside_right {
    float: right;
    width: 240px;
}
.content_narrow {
    margin: 0 0 50px 330px;
}
.content_narrow.cn_left {
    margin: 0 260px 50px 0;
}
.aside_menu {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 20px 0 0 0;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
}
.aside_menu li {
    margin-bottom: 20px;
}
.aside_menu__link {
    font-weight: 400;
    font-size: 16px;
    padding: 2px 22px;
    border-left: 3px solid #fff;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.aside_menu__link:hover {
    color: #62ba3f;
}
.aside_menu__link.active {
    border-color: #62ba3f;
    color: #62ba3f;
    cursor: default;
}
.aside_events {
    margin: 0 0 25px 0;
    background: #fff;
    padding: 15px 0 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
}
.aside_events .info__title {
    margin: 0 0 15px 15px;
}
.aside_events .calendar {
    float: none;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}
.aside_events .hasDatepicker {
    margin: 0 auto;
    width: 270px;
}
.aside_events .plate {
    margin: 15px 0;
}
.aside_events .plate__date {
    padding: 2px 15px 2px 12px;
    border-left: 3px solid #62ba3f;
    margin: 0;
}
.aside_events .plate__title {
    font-size: 18px;
    line-height: 23px;
}
.aside_events .plate__txt {
    padding: 0 15px;
}
/**/
.wbox {
    padding: 20px;
    background: #fff;
    color: #7b7b7b;
    font-weight: 400;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
}
.wbox h1, .wbox .h1 {
    margin-bottom: 10px;
}
h1 + p, .h1 + p {
    margin-top: 0;
}
.title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #373435;
}
td p {
    margin: 0 0 1em 0;
}
.green_pattern {
    color: #fff;
    font: italic 400 20px/27px 'Roboto',sans-serif;
    margin: 15px -20px 30px -20px;
    padding: 20px;
    background: url(../img/green_pattern.jpg) repeat;
}
.special {
    line-height: 21px;
    padding: 10px 18px;
    background: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/**/
.select_right {
    float: right;
    width: 145px;
}
.col {
    width: 300px;
}
.new {
    margin: 0 0 25px 0;
    width: 100%;
    background: #fff;
    border-bottom: 3px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
}
.new.green {border-color: #62ba3f;}
.new.brown {border-color: #e27c4b;}
.new.red {border-color: #f23d50;}
.new.sky {border-color: #1ba7cb;}
.new.blue {border-color: #7c9cc3;}
.new.dark_blue {border-color: #3e596a;}
.new__img {
    width: 300px;
    max-height: 280px;
    overflow: hidden;
}
.new__img img {
    width: 300px;
    max-height: 280px;
}
.new__date {
    margin: 20px 15px 5px 15px;
    color: #aeaeae;
    font-size: 13px;
}
.new__img + .new__date {
    margin-top: 10px;
}
.new__title {
    display: block;
    position: relative;
    text-decoration: none;
    color: #373435;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    padding: 0 15px 10px 15px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.new__title:hover {
    color: #767676;
}
.green .new__title:hover {color: #62ba3f;}
.brown .new__title:hover {color: #e27c4b;}
.red .new__title:hover {color: #f23d50;}
.sky .new__title:hover {color: #1ba7cb;}
.blue .new__title:hover {color: #7c9cc3;}
.dark_blue .new__title:hover {color: #3e596a;}
.new__title:after {
    position: absolute;
    left: 15px;
    bottom: 0;
    content: "";
    width: 44px;
    height: 2px;
    background: #ccc;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.new__title:hover:after {
    width: 66px;
}
.green .new__title:after {background: #62ba3f;}
.brown .new__title:after {background: #e27c4b;}
.red .new__title:after {background: #f23d50;}
.sky .new__title:after {background: #1ba7cb;}
.blue .new__title:after {background: #7c9cc3;}
.dark_blue .new__title:after {background: #3e596a;}
.new__txt {
    padding: 10px 15px 20px 15px;
    color: #848484;
    font-weight: 400;
}
.aside_new {
    background: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.aside_new img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.aside_new .new__date {
    margin-left: 0;
}
.aside_new .new__title {
    padding: 0 0 10px 0;
}
.aside_new .new__title:after {
    left: 0;
}
.aside_new .new__txt {
    padding: 10px 0;
}
/**/
/* paginator start */
.paginator_wrapper {
    margin: 10px 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.paginator {
    display: inline-block;
    vertical-align: top;
    clear: both;
    background: #e6e6e6;
    line-height: 30px;
    height: 32px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.paginator__link {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 30px;
    width: 32px;
    color: #9a9a9a;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.paginator__link:hover {
    color: #000;
}
.paginator__link.active {
    background: #fff;
    cursor: default;
    color: #545454;
}
/**/
.contact {
    position: relative;
    padding: 5px 0 0 65px;
    margin: 20px 0 0 0;
    font-weight: 400;
}
.contact:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 52px;
    height: 52px;
    background: url(../img/contacts_ico_big.png) no-repeat;
}
.contact.address:after {background-position: left top;}
.contact.phone:after {background-position: left center;}
.contact.email:after {background-position: left bottom;}
.contact__title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
    color: #373435;
}
.contact__txt {
    color: #7b7b7b;
}
a.contact__txt {
    text-decoration: none;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
a.contact__txt:hover {
    border-color: transparent;
}
.main_form {

}
.contact_form {
    position: relative;
    z-index: 10;
    background: #fff;
    margin: 30px 0 0 0;
    padding: 15px 20px;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.main_form__title {
    color: #373435;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
}
.label {
    position: relative;
    display: block;
    margin: 0 0 15px 0;
    color: #7b7b7b;
    font-size: 15px;
}
.half_label {
    width: 48%;
}
.third_label {
    width: 32%;
}
.text_input, .select, .textarea {
    display: block;
    margin: 5px 0 0 0;
    padding: 0 10px;
    background: #fff;
    width: 100%;
    height: 34px;
    font: 400 16px/32px 'Roboto',sans-serif;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.text_input:focus, .textarea:focus {
    border-color: #7b7b7b;
}
.textarea {
    height: 160px;
    padding: 10px;
}
.wrong {
    border-color: #E95959;
    background: url(../img/wrong.png) right center no-repeat;
    -webkit-border-radius: 5px 5px 0 5px;
    -moz-border-radius: 5px 5px 0 5px;
    border-radius: 5px 5px 0 5px;
}
.error_plate {
    position: absolute;
    right: 0;
    top: 100%;
    color: #fff;
    background: #E95959;
    padding: 2px 5px;
}
.main_form__controls {
    margin-bottom: 10px;
}
.green_button {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    height: 38px;
    text-align: center;
    font: 700 14px/38px 'Roboto',sans-serif;
    cursor: pointer;
    border: 0;
    color: #fff;
    background: #62ba3f;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.green_button:hover {
    background: #7ebd40;
}
.green_button:active {
    background: #6c9c3b;
}
.map {
    margin: -40px -20px -20px -20px;
    position: relative;
    overflow: hidden;
    height: 445px;
}
.info_block {
    color: #7b7b7b;
    font-weight: 400;
    padding-bottom: 40px;
}
.info_block p {
    line-height: 21px;
}
.info_block__img_con {
    position: relative;
    margin-bottom: 25px;
}
.content_narrow .info_block__img_con img {
    width: 630px;
}
.ribbon {
    position: absolute;
    left: 0;
    top: 30px;
    padding: 0 15px;
    font-size: 60px;
    line-height: 73px;
    height: 73px;
    color: #fff;
    background: #e27c4b;
}
.ribbon:after {
    position: absolute;
    right: -21px;
    top: 0;
    content: "";
    width: 21px;
    height: 100%;
    background: url(../img/ribbon.png) no-repeat;

}
.info_block__selection {
    color: #242424;
    font: italic 400 16px/22px 'Roboto',sans-serif;
    padding: 2px 0 2px 15px;
    margin: 15px 0;
    border-left: 3px solid #e27c4b;
}
.back_link {
    text-decoration: none;
    color: #888;
    font-weight: 300;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.back_link:hover {
    color: #373435;
}
.carousel_slider {
    list-style: none;
    margin: 0;
    padding: 0;
}
.c_slide {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    margin: 0 10px;
    text-decoration: none;
    text-align: center;
}
.c_slide__img {
    text-align: center;
    overflow: hidden;
    width: 220px;
    height: 140px;
    line-height: 140px;
}
.c_slide__img img {
    max-width: 220px;
    max-height: 140px;
    vertical-align: middle;
}
.c_slide__title {
    font-size: 16px;
    line-height: 23px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.c_slide:hover .c_slide__title {
    color: #62ba3f;
}
.c_slide__undertitle {
    color: #aeaeae;
}
/**/
.special_top {
    margin: -20px 0 30px 0;
    padding: 20px 0 15px 0;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}
.special_top .breadcrumbs {
    margin-bottom: 10px;
}
.col.center {
    margin: 0 auto;
}
.a_filter {
    font-weight: 400;
}
.a_filter__right {
    float: right;
}
.a_filter__right .chosen-container {
    margin: 2px 0 0 10px;
}
/**/
.cat_link {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0 15px;
    text-decoration: none;
    border-bottom: 1px solid;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.cat_link:before {
    position: absolute;
    left: -15px;
    top: 7px;
    content: "";
    width: 5px;
    height: 5px;
    background: #888;
}
.cat_link:hover {
    border-color: transparent;
}
.cat_link.blue {color: #7c9cc3;}
.cat_link.green {color: #62ba3f;}
.cat_link.red {color: #f23d50;}
.cat_link.brown {color: #e27c4b;}
.cat_link.dark_blue {color: #3e596a;}
.cat_link.sky {color: #1ba7cb;}

.cat_link.blue:before {background: #7c9cc3;}
.cat_link.green:before {background: #62ba3f;}
.cat_link.red:before {background: #f23d50;}
.cat_link.brown:before {background: #e27c4b;}
.cat_link.dark_blue:before {background: #3e596a;}
.cat_link.sky:before {background: #1ba7cb;}


.cat_list {
    list-style: none;
    margin: 10px 0 30px 0;
    padding: 0 0 0 15px;
}
.no_padding {
    padding: 0;
    margin-top: 0;
}
.cat_list li {
    margin-bottom: 8px;
}
.cat_list a {
    font-size: 15px;
    color: #888;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.cat_list a:hover {
    color: #373435;
}
.categories_producers {
    padding-top: 30px;
    border: 1px solid #ebebeb;
}
/**/
.services {
    padding-bottom: 150px;
}
.service {
    display: inline-block;
    vertical-align: top;
    width: 310px;
    padding: 0 20px 20px 20px;
    margin: 0 10px 30px 0;
    background: #fff;
    text-align: center;
    text-decoration: none;
    border: 2px solid #fff;
    border-bottom: 3px solid #888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
}
.service.green {border-bottom: 3px solid #89c251;}
.service.green:hover {border-color: #89c251;}
.service.red {border-bottom: 3px solid #f23d50;}
.service.red:hover {border-color: #f23d50;}
.service.blue {border-bottom: 3px solid #7c9cc3;}
.service.blue:hover {border-color: #7c9cc3;}
.service.sky {border-bottom: 3px solid #1ba7cb;}
.service.sky:hover {border-color: #1ba7cb;}
.service.dark_blue {border-bottom: 3px solid #3e596a;}
.service.dark_blue:hover {border-color: #3e596a;}
.service.brown {border-bottom: 3px solid #e27c4b;}
.service.brown:hover {border-color: #e27c4b;}

.service__title {
    margin-bottom: 10px;
}
.service__img {
    margin: 30px auto 15px auto;
    width: 161px;
    height: 161px;
    overflow: hidden;
}
.service__img img {
    width: 161px;
    height: 161px;
}
.service__title {
    color: #373435;
    font-size: 20px;
}
.service__txt {
    color: #848484;
    font-size: 14px;
    font-weight: 21px;
}
.helper {
    background: #fff;
    padding: 10px;
    margin: 0 0 25px 0;
    font-weight: 400;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
}
.helper__title {
    color: #373435;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}
.helper__person {
    overflow: hidden;
    border-bottom: 1px solid #d5d5d5;
}
.helper__img {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    overflow: hidden;
    margin: 0 0 10px 5px;
}
.helper__img img {
    width: 50px;
    height: 50px;
}
.helper__name {
    margin: 5px 0 5px 65px;
    font-size: 16px;
    color: #464646;
}
.helper__status {
    margin: 0 0 10px 65px;
    color: #9e9e9e;
    font-size: 13px;
}
.helper__contacts {
    padding: 10px 0 0 0;
}
.helper__contact {
    display: block;
    color: #848484;
    padding: 0 0 5px 25px;
    text-decoration: none;
}
.helper__contact.phone {
    background: url(../img/handset_blue.png) 8px 4px no-repeat;
}
.helper__contact.email {
    background: url(../img/envelope.png) 8px 6px no-repeat;
}
.aside_right .new__img {
    width: 240px;
}
.aside_right .new__img img {
    max-width: 240px;
}
.s_title {
    color: #e27c4b;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
.s_title + .new__date {
    margin-top: 10px;
}
/**/
.producers {
    padding-bottom: 150px;
}
.producer {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 15px 0;
    padding: 10px;
    width: 230px;
    height: 150px;
    text-decoration: none;
    background: #fff;
    overflow: hidden;
    font-weight: 400;
    color: #535353;
    text-align: center;
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.producer:hover {
    border-color: #89c251;
}
.producer__img {
    width: 100%;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
}
.producer__img img {
    vertical-align: middle;
    max-height: 90px;
    max-width: 100%;
}
.producer__title {
    margin-bottom: 5px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
}
.producer__num {
    color: #a8a8a8;
    font-size: 13px;
}
/**/
.card {

}
.event {

}
.card__top {
    overflow: hidden;
}
.a_gallery {
    float: left;
    width: 265px;
    overflow: hidden;
    background: #fff;
}
.a_gallery__main {
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
    max-height: 300px;
    overflow: hidden;
}
.a_gallery__main img {
    max-width: 265px;
    max-height: 300px;
    margin-top: 10%;
}
.a_gallery__preview {
    padding: 0;
    margin: 0 -15px 20px 0;
}
.a_gallery__preview__link {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 5px 10px 5px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #d8d8d8;
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.a_gallery__preview__link img {
    max-width: 52px;
    max-height: 52px;
    vertical-align: middle;
}
.a_gallery__preview__link.active {
    border-color: #97c36b;
    cursor: default;
}
.card__img {
    float: left;
    width: 320px;
    height: 235px;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.card__main {
    color: #919191;
    font-weight: 400;
    line-height: 19px;
    margin: 0 0 20px 290px;
}
.event .card__main {
    margin-left: 355px;
}
.card__main h1 {
    margin-bottom: 5px;
}
.prod_link {
    color: #aeaeae;
    border-bottom: 1px solid #dbdbdb;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.prod_link:hover {
    border-color: transparent;
}
.card__bot {
    border-top: 1px solid #ebebeb;
    padding: 20px 0 50px 0;
}
.partnership {
    font-size: 14px;
    color: #848484;
    margin: 0 0 15px 0;
    padding: 20px;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
}
.partnership__img {
    width: 200px;
    max-height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
}
.partnership__img img {
    max-height: 200px;
    max-width: 200px;
}
.partnership__txt span {
    color: #373435;
}
/* tabs */
.tabs {
    height: 48px;
    padding-top: 1px;
    background: #e6e6e6;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.tab {
    float: left;
    padding: 0 15px;
    height: 47px;
    cursor: pointer;
    text-decoration: none;
    line-height: 47px;
    color: #8b8b8b;
    font-size: 15px;
    font-weight: 400;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.tab:hover {
    color: #545454;
}
.tab.active {
    background: #fff;
    color: #545454;
    cursor: default;
}
.tab_white_con {
    padding: 20px;
    background: #fff;
    font-weight: 400;
    color: #7b7b7b;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    /*overflow: hidden;*/
}
.tab_white_con p {
    margin-top: 0;
}
.tab_white_con h2 {
    margin-bottom: 10px;
}
.tab_white_con .box {
    margin-bottom: 10px;
}
.card__table {
    width: 100%;
    margin: 10px 0;
}
.card__table td {
    color: #373435;
    padding: 5px;
}
.card__table td.ct_left {
    width: 150px;
    color: #848484;
    padding-left: 0;
}
.products_subscribe {

}
.selects {
    margin-bottom: 15px;
}
.selects .chosen-container {
    margin: 0 10px 0 0;
}
.a_prod {
    display: block;
    border-top: 1px solid #e0e0e0;
    overflow: hidden;
    padding: 25px 0;
    text-decoration: none;
    color: #848484;
}
.a_prod__img {
    float: left;
    width: 130px;
    text-align: center;
}
.a_prod__img img {
    max-width: 130px;
    max-height: 200px;
}
.a_prod__txt {
    margin-left: 140px;
}
.a_prod__title {
    color: #373435;
    font-size: 18px;
    padding-top: 5px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.a_prod:hover .a_prod__title {
    color: #62ba3f;
}
.a_prod__category {
    color: #aeaeae;
    margin-bottom: 5px;
}
.a_prod__desc {
    line-height: 19px;
}
.tripple_col {
    overflow: hidden;
    padding:  0 0 20px 0;
}
.card__head {
    float: left;
    width: 240px;
    margin-bottom: 10px;
}
.card__logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.card__logo img {
    max-width: 240px;
    max-height: 100px;
}
.card__head h1 {
    margin-bottom: 5px;
}
.card__verifying {
    margin-bottom: 10px;
    padding-left: 15px;
    color: #848484;
    background: url(../img/green_tick.png) left 4px no-repeat;
}
.download_pricelist {
    display: inline-block;
    vertical-align: top;
    padding: 8px 10px 8px 30px;
    color: #919191;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    background: url(../img/download_ico.png) 12px 10px #fff no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.17);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.17);
    box-shadow: 0 1px 3px rgba(0,0,0,0.17);
}
.download_pricelist:hover {
    background-color: #fafafa;
}
.download_pricelist:active {
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.card__desc {
    margin-left: 260px;
    margin-bottom: 10px;
    padding: 5px 0 2px 10px;
    border-left: 4px solid #e1e1e1;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    color: #919191;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.js_link, .link_arrow {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
    color: #888;
    text-decoration: none;
}
.js_link span {
    border-bottom: 1px dashed #b7b7b7;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.link_arrow span {
    border-bottom: 1px solid #b7b7b7;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.js_link:hover span, .link_arrow:hover span {
    border-color: transparent;
}
p.special .title {
    display: block;
    margin: 5px 0;
}
/**/
.p404 {
    padding: 200px 0 400px 465px;
    background: url(../img/p404.png) 75px 155px no-repeat;
}
.p404__title {
    position: relative;
    color: #373435;
    font-weight: 300;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.p404__title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 32px;
    height: 2px;
    background: #62ba3f;
}
.p404__txt {
    color: #7b7b7b;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
/**/
.photo, .video {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 15px 0;
    width: 215px;
    height: 150px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.photo img, .video img {
    width: 215px;
    height: 150px;
}
.photo:after, .video:after {
    position: absolute;
    content: "";
    left: 0;
    top: 160px;
    text-align: center;
    height: 100%;
    width: 100%;
    line-height: 150px;
    background: url(../img/plus.png) center center no-repeat rgba(0,0,0,0.5);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.video:after {
    background: url(../img/play.png) center center no-repeat rgba(0,0,0,0.5);
}
.photo:hover:after, .video:hover:after {
    top: 0;
}
.amount {
    position: relative;
}
.amount_plus {
    position: absolute;
    right: 10px;
    bottom: 18px;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 16px;
    border: 0;
    cursor: pointer;
    background: url(../img/amount_arrows.png) center 7px no-repeat;
}
.amount_minus {
    position: absolute;
    right: 10px;
    bottom: 1px;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 16px;
    border: 0;
    cursor: pointer;
    background: url(../img/amount_arrows.png) center -22px no-repeat;
}
.search_form {
    margin-bottom: 25px;
}
.search_form .text_input {
    display: inline-block;
    vertical-align: top;
    width: 660px;
    height: 32px;
    margin: 0;
}
.search_form .chosen-container {
    margin: 0 10px;
}
.search_form .green_button {
    height: 32px;
    line-height: 32px;
}

.search_results {
    padding: 0 0 30px 0;
}
.search_results__section {
    margin-bottom: 10px;
    background: url(../img/border.png) left center repeat-x;
}
.search_results__section span {
    padding: 0 10px 0 0;
    background: #fff;
    color: #afafaf;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.search_result {
    margin: 0 0 30px 0;
    font-weight: 400;
}
.search_result__img {
    float: left;
    width: 70px;
    height: 80px;
    margin: 0 10px 0 0;
    overflow: hidden;
}
.search_result__img img {
    max-width: 70px;
    max-height: 80px;
}
.search_result__img + .search_result__txt {
    margin-left: 80px;
}
.search_result__title {
    color: #373435;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.search_result__title:hover {
    color: #62ba3f;
}
.search_result__desc {
    margin: 5px 0;
    font-size: 15px;
    color: #848484;
}
.search_result__desc span {
    color: #739055;
    background: #edf9e1;
    padding: 0 5px;
}
.no_results {
    margin: 100px auto 220px auto;
    padding: 20px;
    width: 500px;
    background: #f8f8f9;
    text-align: center;
}
.no_results__title {
    font-size: 30px;
    margin-bottom: 15px;
}
.no_results__txt {
    color: #7b7b7b;
    line-height: 20px;
    font-weight: 400;
}













/**/
/* Footer start */
.bot_links {
    border-top: 1px solid #ebebeb;
    min-width: 980px;
    overflow: hidden;
    background: #fff;
}
.bot_slider {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bot_slide {
    width: 960px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.bot_slide__partner {
    display: inline-block;
    vertical-align: middle;
    width: 145px;
    margin: 0 5px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.bot_slide__partner:hover {
    opacity: 0.6;
    filter: alpha(opacity=60s);
}
.bot_slide__partner img {
    vertical-align: middle;
    max-width: 145px;
    max-height: 60px;
}
.footer {
    min-width: 980px;
    padding-top: 28px;
    background: #373435;
}
.footer__left_col {
    float: left;
    width: 240px;
    margin-bottom: 10px;
}
.f_logo {
    display: block;
    width: 171px;
    height: 51px;
    margin-bottom: 10px;
}
.f_contact {
    position: relative;
    padding-left: 15px;
    color: #848484;
    margin-bottom: 15px;
}
.f_contact a {
    color: #b5b5b5;
    text-decoration: none;
}
.f_contact:before {
    position: absolute;
    content: "";
    left: 0;
    height: 10px;
}
.f_contact.address:before {
    top: 3px;
    width: 7px;
    background: url(../img/contacts_ico.png) left top no-repeat;
}
.f_contact.phone:before {
    top: 3px;
    width: 8px;
    background: url(../img/contacts_ico.png) left -20px no-repeat;
}
.f_contact.email:before {
    top: 5px;
    width: 9px;
    height: 6px;
    background: url(../img/contacts_ico.png) left bottom no-repeat;
}
.f_box {
    float: right;
    width: 700px;
}
.f_block {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0 0px 10px 15px;
}
.f_block:first-child {
    margin-left: 0;
}
.f_block li {
    margin-bottom: 10px;
}
.f_block__title {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #737373;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.f_block__title:hover {
    color: #fff;
}
.f_block__link {
    color: #b5b5b5;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.f_block__link:hover {
    color: #fff;
}
.success_send {
    text-align: center;
    padding: 220px 0;
    color: #373435;
    font-size: 24px;
    background: url(../img/tick_green.png) 160px center no-repeat;

}



.footer__bot {
    clear: both;
    margin: 20px 0 0 0;
    height: 60px;
    line-height: 60px;
    background: #302d2e;
    color: #787878;
}
.f_copyright {
    float: left;
}
.socials {
    position: relative;
    float: left;
    margin: 0 30px;
    padding: 0px 0 0 0;
    text-align: center;
}
.socials:before {
    position: absolute;
    content: "";
    left: 0;
    top: -2px;
    width: 100%;
    height: 2px;
    background: #62ba3f;
}
.socials__link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 18px;
    background: url(../img/socials.png) no-repeat;
}
.socials__link:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 20px;
    height: 18px;
    background: url(../img/socials.png) no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.socials__link:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.socials__link.vk {
    margin-right: 10px;
    background-position: 4px 0px;
}
.socials__link.vk:after {
    background-position: 4px -25px;
}
.socials__link.fb {
    margin-right: 10px;
    background-position: -30px 0px;
}
.socials__link.fb:after {
    background-position: -30px -25px;
}
.socials__link.tw {
    margin-right: 15px;
    background-position: -63px 0px;
}
.socials__link.tw:after {
    background-position: -63px -25px;
}
.socials__link.vi {
    background-position: -103px 0px;
}
.socials__link.vi:after {
    background-position: -103px -25px;
}
.mitra {
    margin: 10px 0 0px 0;
    float: right;
    display: block;
    position: relative;
    width: 99px;
    height: 39px;
    background: url(../img/mitra.png) no-repeat;
}
.mitra div {
    position: absolute;
    height: 1px;
    width: 0%;
    left: 50%;
    top: 25px;
    background: transparent;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.mitra:hover div {
    left: 0%;
    width: 100%;
    background: #565656;
}
/* Hack's'N'Toggles */
.clearfix::after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.lchl {
    margin-right: 0;
}
.overflow {
    overflow: hidden;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.bold {
    font-weight: 700;
}
.no_border {
    border-bottom: 0;
}
img.left {
    float: left;
    margin: 0 10px 10px 0;
}
img.right {
    float: right;
    margin: 0 0 10px 10px;
}