/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Version:  6.00 11.08.15 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic);
@import url("modals/slit.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;
    color: #494949;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    word-wrap: break-word;
}

input, button, select, textarea, html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #038203;
    text-decoration: underline;
}

a:hover, a:hover:visited {
    text-decoration: none;
}

.nu a:hover, a.nu:hover {
    text-decoration: underline;
}

.nu a, a.nu {
    text-decoration: none;
}

a.link_dashed, .link_dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.link_dashed:hover, .link_dashed a:hover {
    border: 0;
    text-decoration: none;
}

.h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 28px;
    line-height: 1.1;
}

.h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 29px;
    line-height: 1.1;
}

.h3 {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    margin: 0 0 1em;
}

.h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 1.33em;
}

.h5 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1.67em;
}

.h6 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 2.33em;
}

/*colors*/
/*end colors*/
/*fonts*/
.f-10 {
    font-size: 10px;
    font-size: 1rem;
}

.f-11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.f-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.f-13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.f-14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.f-15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.f-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.f-17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.f-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.f-20 {
    font-size: 20px;
    font-size: 2rem;
}

/*end fonts*/
/*forms fields*/
.field {
    border: 1px solid #ddd;
    padding: 5px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field::-moz-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field.placeholder {
    color: gray;
    font-style: italic;
}

.field.invalid {
    border-color: red;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
    overflow: hidden;
}

.cx:before, .cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 24px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #e9e9e9;
}

::-moz-selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

img::-moz-selection {
    background-color: transparent;
    -moz-box-shadow: none;
}

img::selection {
    background-color: transparent;
    box-shadow: none;
}

/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
    min-width: 1000px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.main_bg {
    background: url(../images/bg.png) no-repeat;
    width: 1200px;
    height: 1505px;
    margin-left: -600px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -3;
}

.main_bg .bg_left {
    background: url(../images/bg_left.png) repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -10000px;
}

.main_bg .bg_right {
    background: url(../images/bg_right.png) repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -10000px;
}

.bg_bottom {
    background: url(../images/bg_bottom.png) repeat-y;
    width: 1200px;
    margin-left: -600px;
    position: absolute;
    top: 1505px;
    bottom: 0;
    left: 50%;
    z-index: -3;
}

.bg_bottom .bg_bottom_left {
    background: #b9deb8;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -10000px;
}

.bg_bottom .bg_bottom_right {
    background: #b9deb8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -10000px;
}

.bg_top {
    background: #fff;
    height: 173px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -2;
}

.inner {
    width: 1000px;
    margin: auto;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 232px 0 0 0;
    position: relative;
}

.map {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    text-align: center;
}

.map .list {
    display: inline-block;
    margin: 0 0 0 -10px;
}

.map .item {
    float: left;
    display: inline-block;
    margin: 0 0 0 10px;
}

.address {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #313131;
    text-align: center;
}

.address .text {
    background: url(../images/pic1.png) no-repeat;
    display: inline-block;
    padding: 0 0 8px 26px;
    line-height: 1.8;
}

.address:before {
    content: "";
    border-top: 1px solid #e5e5e5;
    position: absolute;
    bottom: 0;
    right: -10000px;
    left: -10000px;
}

.logo_1 {
    background: url(../images/logo_1.png) no-repeat;
    width: 185px;
    height: 88px;
    position: absolute;
    top: 75px;
    left: 0;
}

.logo_1 .link {
    display: block;
    width: 185px;
    height: 88px;
}

.contacts_1 {
    position: absolute;
    top: 74px;
    left: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #606060;
}

.contacts_1 .title {
    display: block;
    margin: 0 0 2px;
    font-size: 19px;
    color: #595959;
}

.contacts_1 .phone {
    font-size: 22px;
    color: #ef6701;
    line-height: 1.2;
}

.contacts_1 .link {
    font-weight: bold;
    color: #038203;
}

.contacts_2 {
    position: absolute;
    top: 74px;
    right: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #606060;
    text-align: right;
}

.contacts_2 .title {
    display: block;
    margin: 0 0 2px;
    font-size: 17px;
    color: #595959;
}

.contacts_2 .phone {
    font-size: 22px;
    color: #ef6701;
    line-height: 1.2;
}

.contacts_2 .link {
    font-weight: bold;
    color: #038203;
}

.logo_2 {
    background: url(../images/logo_2.png) no-repeat;
        width: 300px;
    height: 97px;
    position: absolute;
    top: 70px;
    right: 303px;
}

.logo_2 .link {
    display: block;
    width: 224px;
    height: 150px;
}

.nav {
    max-width: 1000px;
    margin: auto;
    position: absolute;
    top: 182px;
    left: 0;
    right: 0;
    z-index: 10;
}

.nav:after {
    content: '';
    background: #b9deb8;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    bottom: -9px;
    z-index: -1;
}

.nav.fixed {
    position: fixed;
    top: 0;
}

.nav:before {
    content: "";
    border-top: 1px solid #fff;
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: -1;
}

.nav> .list {
    margin: 0 0 0 -33px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.nav> .list> .item {
    margin: 0 0 0 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.nav> .list> .item> .link {
    border-radius: 2px;
    display: inline-block;
    padding: 5px 18px 6px;
    position: relative;
    color: #605F63;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 2;
}

.nav> .list> .item:hover> .link, .nav> .list> .active> .link {
    background: #ef6701;
    color: #fff;
}

.nav .sub {
    position: absolute;
    top: 30px;
    left: 0;
    width: 300px;
    display: none;
    z-index: 11;
}

.nav .sub_menu {
    background: #728d9a;
    border-radius: 2px;
    display: block;
    padding: 18px 23px 11px;
    float: left;
    position: relative;
}

.nav .sub_menu .item {
    margin: 0 0 7px;
    font-size: 16px;
}

.nav .sub_menu .link {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav .sub_menu .link:hover {
    text-decoration: underline;
}

.nav> .list> .item:hover .sub {
    display: block;
}

.carousel_1 {
    width: 1000px;
    height: 340px;
    margin: 0 0 39px;
    position: relative;
}

.carousel_1 .item {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.carousel_1 .active {
    opacity: 1;
    z-index: 1;
}

.carousel_1 .img {
    -moz-box-shadow: 0 3px 3px rgba(79, 99, 108, .34);
    -webkit-box-shadow: 0 3px 3px rgba(79, 99, 108, .34);
    box-shadow: 0 3px 3px rgba(79, 99, 108, .34);
    border-radius: 2px;
    vertical-align: top;
}

.catalog_list_1 {
    margin: 0 0 46px -51px;
}

.catalog_list_1> .item {
    background: #5c9a5e;
    border-radius: 2px;
    width: 161px;
 /*   min-height: 346px;   */
    margin: 0 0 0 51px;
    padding: 0px 24px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.catalog_list_1> .item> .title {
    margin: 0 0 21px;
    line-height: 1.1;
}

.catalog_list_1> .item> .title> .link {
    color: #fff;
    text-decoration: none;
}

.catalog_list_1> .item> .title> .link:hover {
    text-decoration: underline;
}

.catalog_list_1 .text {
    display: table;
    width: 161px;
    height: 70px;
}

.catalog_list_1 .in {
    display: table-cell;
    vertical-align: middle;
    width: 161px;
    height: 70px;
}

.catalog_list_1 .fig {
    margin: 0 -35px;
}

.catalog_list_1 .img {
    vertical-align: top;
}

.catalog_list_1 .list {
    text-align: left;
}

.catalog_list_1 .list .item {
    margin: 0 0 9px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
}

.catalog_list_1 .list .link {
    background: url(../images/pic8.png) no-repeat 0 2px;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #fff;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    border-right: 1px solid #e1e1e1;
    width: 244px;
    margin: 0 15px 0 0;
    padding: 52px 5px 0 0;
    position: relative;
    float: left;
}

.box_2 {
    background: #fff;
    border-radius: 2px;
    margin: 0 0 35px;
    padding: 0 21px 0 15px;
    overflow: visible;
}

.box_2:before, .box_2:after {
    content: "";
    display: table;
}

.box_2:after {
    clear: both;
}

.catalog_list_2 {
    margin: 0 0 50px;
}

.catalog_list_2> .item {
    margin: 0 0 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.catalog_list_2> .item> .title {
    margin: 0 0 4px;
    line-height: 1.3;
}

.catalog_list_2> .item> .title> .link {
    color: #605f63;
    text-decoration: none;
}

.catalog_list_2> .item> .title> .link:hover {
    text-decoration: underline;
}

.catalog_list_2 .fig {
    display: block;
    margin: 0 0 3px;
}

.catalog_list_2 .img {
    vertical-align: top;
}

.catalog_list_2 .list {
    margin: 1px 0 0 0;
}

.catalog_list_2 .list .item {
    margin: 0 0 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
}

.catalog_list_2 .list .link {
    background: url(../images/pic8.png) no-repeat 0 1px;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #ef6701;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.main_page .content {
    overflow: visible;
    padding: 0;
}

.main_page .content:before, .main_page .content:after {
    content: "";
    display: table;
}

.main_page .content:after {
    clear: both;
}

.content {
    padding: 13px 0 0 0;
    position: relative;
    overflow: hidden;
}

.box_1 {
    padding: 19px 0 53px;
    position: relative;
}

.box_1:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.box_1 .h1 {
    margin: 0 0 24px;
    position: relative;
}

.box_1 .h1:before {
    content: "";
    border-top: 3px solid #ef6701;
    width: 78px;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.address_content {
    margin: 10px 0 19px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #313131;
    text-align: center;
}

.contacts_content_2 {
    float: right;
    width: 160px;
    margin: 0 0 21px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.2;
}

.contacts_content_2 p {
    margin: 0;
}

.contacts_content_2 .title {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    color: #4f4f4f;
}

.contacts_content_2 .phone {
    font-size: 18px;
    font-weight: bold;
    color: #ef6701;
    line-height: 1.2;
}

.contacts_content_2 .link {
    color: #038203;
}

.contacts_content_1 {
    float: left;
    width: 160px;
    margin: 0 0 21px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.2;
}

.contacts_content_1 p {
    margin: 0;
}

.contacts_content_1 .title {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    color: #4f4f4f;
}

.contacts_content_1 .phone {
    font-size: 18px;
    font-weight: bold;
    color: #ef6701;
    line-height: 1.2;
}

.contacts_content_1 .link {
    color: #038203;
}

.fig_1 .img {
    vertical-align: top;
}

.w-610 {
    width: 580px;
}

.more {
    background: #bdbdbd;
    display: inline-block;
    height: 31px;
    padding: 0 12px;
    color: #fff;
    text-decoration: none;
    line-height: 31px;
}

.main_page .promo {
    padding: 0;
}

.main_page .promo:before {
    background: none;
}

.promo {
    position: relative;
    padding: 15px 0 30px;
    font-size: 12px;
    color: #828282;
    line-height: 1.5;
}

.promo:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.crumbs {
    margin: 0 0 18px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/pic11.png) no-repeat 2px 4px;
    display: inline;
    padding: 0 0 0 14px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #a3a3a3;
    line-height: 1.6;
}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
}

.crumbs .item:before, .crumbs .item:after {
    display: none;
}

.crumbs .item:after {
    clear: both;
}

.crumbs .link {
    color: #605f63;
}

.map_list_1> .item {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: bold;
}

.map_list_1> .item> .link {
    color: #21937A;
}

.map_list_1> .item> .list {
    margin: 7px 0 0 36px;
}

.map_list_1> .item> .list> .item {
    margin: 2px 0 0 0;
    font-size: 13px;
}

.map_list_1> .item> .list> .item> .link {
    color: #21937A;
}

.map_list_1 .list .list {
    margin: 2px 0 0 36px;
}

.map_list_1 .list .list .item {
    font-size: 13px;
    font-weight: normal;
}

.map_list_1 .list .list .link {
    color: #464646;
}

.fig_2 {
    float: left;
    margin: 6px 14px 10px 0;
}

.fig_2 .img {
    vertical-align: top;
}

.back {
    color: #605f63;
}

.catalog_list_3 {
    margin: 0 0 44px -33px;
}

.catalog_list_3> .item {
    width: 161px;
  /*  min-height: 446px; */
    margin: 0 0 0 24px;
    padding: 0 29px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.catalog_list_3> .item> .title {
    margin: 0 0 21px;
    line-height: 1.1;
}

.catalog_list_3> .item> .title> .link {
    color: #605f63;
    text-decoration: none;
}

.catalog_list_3> .item> .title> .link:hover {
    text-decoration: underline;
}

.catalog_list_3 .text {
    display: table;
    width: 161px;
    height: 69px;
}

.catalog_list_3 .in {
    display: table-cell;
    vertical-align: middle;
    width: 161px;
    height: 69px;
}

.catalog_list_3 .fig {
    margin: 0 -35px;
}

.catalog_list_3 .img {
    vertical-align: top;
}

.catalog_list_3 .list {
    text-align: left;
}

.catalog_list_3 .list .item {
    margin: 0 0 9px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
}

.catalog_list_3 .list .link {
    background: url(../images/pic8.png) no-repeat 0 2px;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #ef6701;
}

.modal {
    position: fixed;
    z-index: 1000;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal, .modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.modal__bg {
    background: #000;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show .modal__bg {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal__content {
    background: #fff;
    padding: 24px;
    position: relative;
}

.modal__close_btn {
    background: url(../images/pic16.png) no-repeat 50% 50%;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 35px;
    z-index: 2;
}

.modal_lightbox__title {
    margin: 0 0 19px;
}

.modal_lightbox__image img {
    vertical-align: top;
}

.modal_lightbox__prev, .modal_lightbox__next {
    cursor: pointer;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.modal_lightbox__next {
    left: auto;
    right: 0;
}

.up.active {
    opacity: 1;
    visibility: visible;
}
.up {
    bottom: 59px;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    position: fixed;
    right: 0;
    text-align: center;
    transition: all 1s ease 0s;
    visibility: hidden;
    width: 63px;
    z-index: 99;
}

.up .link {
    background: rgba(0, 0, 0, 0) url("../images/pic17.png") no-repeat scroll 50% 0;
    color: #131010;
    display: block;
    padding: 72px 0 0;
    text-decoration: none;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    background: #ededed;
    height: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.footer .in {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.counter {
    position: absolute;
    top: 18px;
    left: 0;
}

.counter .img {
    vertical-align: top;
}

.company_footer {
    position: absolute;
    top: 25px;
    left: 10px;
    font-size: 12px;
    color: #7f7f7f;
}

.securitypolicy {
    position: absolute;
    top: 45px;
    left: 10px;
    font-size: 12px;
    color: #7f7f7f;
}

.securitypolicy .link {
    color: #7f7f7f;
}
.developer {
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 12px;
}

.developer .link {
    color: #7f7f7f;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
@media only screen and (max-width: 767px) {
    .wrapper {
        min-width: 0;
    }

    body {
        font-size: 15px;
    }

    .header {
        background: #fff;
        padding: 15px;
    }

    .inner {
        width: auto;
        margin-bottom: 0!important;
    }

    .footer {
        height: auto;
        padding: 15px;
        position: relative;
    }

    .catalog_list_1,
    .carousel_1,
    .map,
    .address,
    .logo_1,
    .contacts_1,
    .contacts_2,
    .nav {
        margin: 0 0 20px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .logo_1 {
        margin: 0 auto 20px;
    }

    .contacts_1 {
        text-align: center;
    }

    .contacts_2 {
        text-align: center;
    }

    .main_page .content,
    .content {
        padding: 15px;
    }

    .fl.w-610,
    .fr.w-360 {
        width: auto;
        float: none;
    }

    .nav {
        height: 40px;
        margin: 0;
        top: 0;
    }

    .nav.fixed {
        position: relative;
        top: 0;
    }

    .nav:before {
        content: 'МЕНЮ';
        position: absolute;
        top: 7px;
        left: 50px;
        color: #000;
        font-size: 15px;
    }

    .box_2 {
        margin: 0;
        padding: 0;
    }

    .catalog_list_3 {
        margin: 0;
    }

    .catalog_list_3 .img {
        width: 100%;
    }

    .catalog_list_3> .item {
        width: auto;
        min-height: 0;
        margin: 0;
        padding: 0;
    }


    .nav:after {
        content: '';
        background: #000;
        box-shadow: 0 6px 0 #000, 0 12px 0 #000;
        width: 30px;
        height: 3px;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .nav> .list {
        background: #fff;
        box-shadow: 0 2px 4px rgba(0,0,0,.5);
        display: none;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

    .nav_active> .list {
        display: block;
    }

    .nav> .list> .item {
        display: block;
        margin: 0;
    }

    .nav> .list> .item> .link {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nav .sub {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .nav .item_active .sub {
        display: block;
    }

    .nav .sub_menu {
        float: none;
    }

    .carousel_1 {
        width: auto;
        height: 0;
        padding-bottom: 46.25%;
    }

    .carousel_1 .img {
        height: 100%;
        margin: auto;
        position: absolute;
        left: -1000em;
        right: -1000em;
        top: 0;
    }

    .catalog_list_1 {
        margin: 0;
    }

    .catalog_list_1> .item {
        display: block;
        width: auto;
        min-height: 0;
        margin: 0 0 20px;
        padding: 0 15px 15px;
    }

    .catalog_list_1 .img {
        width: 100%;
    }

    .box_1 {
        padding: 10px 0;
    }

    .contacts_content_1,
    .contacts_content_2 {
        float: none;
        width: auto;
        text-align: center;
    }

    .fig_1 {
        margin-bottom: 20px;
    }

    .footer .in {
        width: auto;
    }

    .developer,
    .counter,
    .company_footer {
        margin-bottom: 20px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .promo {
        padding: 15px;
    }


    .side {
        float: none;
        width: auto;
        margin: 0;
        padding: 15px;
    }

    .catalog_list_2 {
        margin: 0;
    }

    .catalog_list_2 .img {
        width: 83%;
    }

    .modal__horisontal_inner {
        width: 100%;
    }

    .modal_lightbox__image img {
        width: 100%
    }

    .up {
        display: none;
    }

}

/* print media */
@media print {
    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
        clear: none !important;
    }

    html, body, article, header, section, footer, aside, div {
        width: 100% !important;
    }

    a, a:link, a:visited, a:hover, a:active, abbr, acronym {
        text-decoration: none;
        border-bottom: 0 none;
    }

    h1, h2, h3, h4, h5, h6, p, li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    nav {
        display: none;
    }
}
