/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 28.02.16 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900,700italic,400italic,500,300&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,cyrillic);
@import url("modals/fade_in_and_scale.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: #ececeb url(../images/pic14.jpg);
    height: 100%;
    color: #323232;
    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: 'Roboto', sans-serif;
}

a {
    color: #3b9010;
    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;
}

.main_page .h1 {
    margin: 0 0 35px;
}

.h1 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 900;
    color: #3a3a3a;
    margin: 0 0 9px;
    line-height: 1.1;
}

.main_page .h2 {
    margin: 0 0 51px;
    color: #210707;
}

.h2 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 900;
    color: #3a3a3a;
    margin: 0 0 9px;
    line-height: 1.1;
}

.main_page .h3 {
    margin: 0 0 31px;
}

.h3 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 900;
    color: #3a3a3a;
    margin: 0 0 9px;
    line-height: 1.1;
}

.h4 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: normal;
    margin: 0 0 7px;
    line-height: 1.1;
}

.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 {
    background: #fff;
    border: 2px solid #bdbdbd;
    border-radius: 2px;
    padding: 6px 10px 6px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #6d6d6d;
}

.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;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #6d6d6d;
}

.field::-moz-placeholder {
    opacity: 1;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #6d6d6d;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #6d6d6d;
}

.field:-ms-input-placeholder {
    opacity: 1;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #6d6d6d;
}

.field.placeholder {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #6d6d6d;
}

.field.invalid {
    background: #f7e5e5;
    border: 2px solid #de5a5a;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    margin: 0 0 0 3px;
    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 10px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #a5b136;
}

::-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;
}

.inner {
    width: 940px;
    margin: auto;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 125px 0 0;
    position: relative;
}

.carousel_1 {
    width: 2969px;
    height: 519px;
    margin: 0 0 0 -1484px;
    position: absolute;
    top: 0;
    left: 50%;
}

.carousel_1:before {
    content: "";
    background: rgba(255, 255, 255, 0.84);
    height: 125px;
    position: absolute;
    top: 0;
    right: -10000px;
    left: -10000px;
    z-index: 1;
}

.carousel_1 .next, .carousel_1 .prev {
    background: url(../images/pic2.png) no-repeat;
    display: block;
    width: 25px;
    height: 49px;
    position: absolute;
    top: 328px;
    right: 1014px;
    z-index: 2;
}

.carousel_1 .prev {
    background: url(../images/pic1.png) no-repeat;
    right: auto;
    left: 1014px;
}

.carousel_1 .in {
    width: 2969px;
    height: 452px;
    position: relative;
    overflow: hidden;
        margin-top: 125px;
}

.carousel_1> .in> .list {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.carousel_1> .in> .list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_1> .in> .list:before, .carousel_1> .in> .list:after, .carousel_1> .in> .list> .item:before, .carousel_1> .in> .list> .item:after {
    display: none;
}

.carousel_1> .in> .list> .item {
    display: table-cell;
    width: 989px;
    padding: 0 1px 0 0;
    position: relative;
    opacity: 0.5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.carousel_1> .in> .list> .active {
    opacity: 1;
}

.carousel_1 .img {
    vertical-align: top;
}

.carousel_1 .text {
    width: 416px;
    position: absolute;
    bottom: 88px;
    left: 23px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 3px 2px rgba(0, 1, 5, .9);
    line-height: 1;
    opacity: 0;
}

.carousel_1> .in> .list> .active .text {
    opacity: 1;
}

.carousel_1 .tabs {
    position: absolute;
    right: 1042px;
    bottom: 12px;
    text-align: center;
    z-index: 3;
}

.carousel_1 .tabs .list {
    display: inline-block;
}

.carousel_1 .tabs .item {
    float: left;
    margin: 0 0 0 4px;
}

.carousel_1 .tabs .link {
    background: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    display: block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    position: relative;
}

.carousel_1 .tabs .active {
    background: none;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    width: 120x;
    height: 122px;
    position: absolute;
    top: 0;
    left: -3px;
    z-index: 11;
}

.logo .link {
    display: block;
    width: 186px;
    height: 90px;
}

.slogan {
    position: absolute;
    top: 57px;
    left: 140px;
    font-size: 18px;
    font-weight: bold;
    color: #210707;
    z-index: 3;
}

.phone {
    background: url(../images/pic3.png) no-repeat 0 3px;
    padding: 0 0 0 42px;
    position: absolute;
    top: 12px;
    right: 0px;
    font-weight: 900;
    color: #333333;
    z-index: 2;
        font-size: 18px;
}

.mail {
    position: absolute;
    top: 62px;
    right: 3px;
    font-weight: 500;
    z-index: 3;
}

.mail .link {
    background: url(../images/pic4.png) no-repeat 0 7px;
    display: inline-block;
    padding: 0 0 0 21px;
    color: #3b9010;
}

.send_request {
    position: absolute;
    top: 92px;
    right: 0;
    font-weight: 500;
    z-index: 3;
}

.send_request .link {
    background: url(../images/pic5.png) no-repeat 0 3px;
    display: inline-block;
    padding: 0 0 0 20px;
    color: #3b9010;
}

.main_page .nav {
    margin: 0 0 418px;
}

.nav {
    height: 25px;
    margin: 0 0 15px;
    padding: 4px 0 4px 0px;
    position: relative;
    z-index: 10;
}

.nav:before {
    content: "";
    background: #f36c30;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.nav> .list {
    display: table;
    width: 933px;
    position: relative;
    z-index: 1;
}

.nav> .list:before, .nav> .list:after, .nav> .list> .item:before, .nav> .list> .item:after {
    display: none;
}

.nav> .list> .item {
    display: table-cell;
    vertical-align: top;
    position: relative;
    font-weight: 500;
    text-shadow: 1px 1px 0 #000004;
}

.nav> .list> .item> .link {
    display: table;
    width: 100%;
    height: 25px;
    position: relative;
    color: #fff;
    text-decoration: none;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav> .list> .item:hover> .link, .nav> .list> .active> .link {
    background: rgba(59, 144, 16, 0.8);
    border-radius: 2px;
}

.nav .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
}

.nav .sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    display: none;
}

.nav .sub_menu {
    background: rgba(0, 0, 0, 0.59);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: 7px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    display: block;
    padding: 11px 19px 15px;
    float: left;
    position: relative;
}

.nav .sub_menu .item {
    margin: 0 0 6px;
    font-weight: normal;
    text-shadow: none;
}

.nav .sub_menu .link {
    display: block;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav> .list> .item:hover .sub {
    display: block;
}

.services_box {
    margin: 0 0 29px;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
}

.services_box:before {
    content: "";
    background: #f36c30 url(../images/pic12.png) repeat-x;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.services_box .h1 {
    color: #210707;
}

.services_list_1 {
    margin: 0 0 0 -39px;
        text-align: center;
}

.services_list_1 .item {
    width: 287px;
    margin: 0 0 35px 39px;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.services_list_1 .link {
    color: #3b9010;
    text-decoration: none;
    font-weight: bold;
}

.services_list_1 .link:hover {
    text-decoration: underline;
}

.services_list_1 .fig {
    display: block;
    margin: 0 0 6px;
}

.services_list_1 .img {
    border: 5px solid #3b9010;
    vertical-align: top;
}

.projects_list_1 {
    margin: 0 0 39px -42px;
}

.projects_list_1 p {
    margin: 0 0 15px;
}

.projects_list_1 .item {
    width: 285px;
    margin: 0 0 0 42px;
    font-size: 13px;
    color: #727272;
    line-height: 1.4;
}

.projects_list_1 .title {
    margin: 0 0 13px;
}

.projects_list_1 .link {
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

.projects_list_1 .link:hover {
    text-decoration: underline;
}

.projects_list_1 .text {
    display: block;
    margin: 0 0 15px;
}

.projects_list_1 .fig {
    display: block;
}

.projects_list_1 .img {
    border: 6px solid #fff;
    vertical-align: top;
}

.projects_list_1 .more {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    color: #b71c1c;
}

.promo_fig {
    background: url(../images/pic27.jpg) no-repeat;
    width: 1920px;
    height: 101px;
    margin: 0 0 0 -960px;
    position: absolute;
    top: 0;
    left: 50%;
}

.promo_fig:before {
    content: "";
    background: rgba(255, 255, 255, 0.84);
    height: 68px;
    position: absolute;
    top: 0;
    right: -10000px;
    left: -10000px;
    z-index: 1;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 236px;
    margin: 27px 40px 0 0;
    position: relative;
    float: left;
}

.services_list_2> .item {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 300;
}

.services_list_2> .item> .link {
    color: #3b9010;
    text-decoration: none;
    font-weight: bold;
}

.services_list_2> .item:hover> .link, .services_list_2> .active> .link {
    color: #f36c30;
}

.services_list_2 .list {
    background: #fff;
    border-radius: 2px;
    margin: 3px 0;
    padding: 13px 12px 16px;
}

.services_list_2 .list .item {
    margin: 0 0 8px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
}

.services_list_2 .list .link {
    background: url(../images/pic26.png) no-repeat 0 6px;
    display: inline-block;
    padding: 0 0 0 11px;
    color: #656565;
}

.services_list_2 .list .link:hover {
color: #f36c30;
}

.services_list_2 .list .item:active {
color: #f36c30;
}

/* .services_list_2> .list> .item:hover> .link, .services_list_2> .list> .active> .link  {
    background: url(../images/pic25.png) no-repeat 0 6px;
    color: #656565;
        text-decoration: underline;
}

.services_list_2> .list> .active {
    background: url(../images/pic25.png) no-repeat 0 6px;
    color: #f36c30;
        text-decoration: none;
}
  */


/*---------------------- 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: 0 0 50px;
    position: relative;
    overflow: hidden;
}

.about_box {
    padding: 34px 0 46px;
    position: relative;
    color: #210707;
}

.about_box:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.about_box:before {
    content: "";
    background: #fff;
    height: 9px;
    position: absolute;
    top: -9px;
    right: -10000px;
    left: -10000px;
}

.about_box .h3 {
    color: #210707;
}

.more {
    font-family: 'Roboto Condensed', sans-serif;
    color: #210707;
}

.promo {
    clear: both;
    padding: 18px 0 27px;
    position: relative;
    font-size: 13px;
    color: #a2aae1;
}

.promo:before {
    content: "";
    background: #5c67ae;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.crumbs {
    margin: 0 0 6px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/pic22.png) no-repeat 0 4px;
    display: inline;
    padding: 0 0 0 7px;
    font-size: 13px;
    color: #9f9f9f;
    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: #484848;
}

.h-80 {
    height: 80px;
}

.captcha {
    display: inline-block;
    padding: 0 0 0 72px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    background: #eeeeee;
    border-top: 2px solid #bdbdbd;
    border-left: 2px solid #bdbdbd;
    border-bottom: 2px solid #bdbdbd;
    border-radius: 2px 0 0 2px;
    width: 72px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.captcha .fig img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.captcha .field {
    width: 100%;
}

.button {
    background: #3b9010;
    border-radius: 2px;
    border: none;
    height: 53px;
    padding: 0 64px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 53px;
}

.star {
    background: url(../images/pic23.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 7px;
    margin: 11px 0 0;
}

.label {
    color: #3a3a3a;
    line-height: 1.2;
}

.gallery_list_1 {
    margin: 0 0 15px -3px;
}

.gallery_list_1 .item {
    width: 219px;
    margin: 0 0 0 3px;
}

.gallery_list_1 .img {
    vertical-align: top;
}

.price_1 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px 0 0;
    font-family: Arial, sans-serif;
    font-style: italic;
    color: #6a6969;
}

.price_1 .number {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #3b3b3b;
}

.btn_1 {
    background: #3b9010;
    border-radius: 2px;
    display: inline-block;
    height: 53px;
    padding: 0 31px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 53px;
}

.back {
    color: #3b9010;
}

.services_list_3 {
    margin: 0 0 0 -39px;
        text-align: center;
}

.services_list_3> .item {
    width: 287px;
    margin: 0 0 35px 39px;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.services_list_3> .item> .title {
    margin: 0 0 6px;
}

.services_list_3> .item> .title> .link {
    color: #3b9010;
    text-decoration: none;
    font-weight: bold;
}

.services_list_3> .item> .title> .link:hover {
    text-decoration: underline;
}

.services_list_3 .fig {
    display: block;
    margin: 0 0 5px;
}

.services_list_3 .img {
    border: 5px solid #fff;
    vertical-align: top;
}

.services_list_3 .sub {
    background: #fff;
    border-radius: 2px;
    padding: 20px 12px 1px;
    height: 190px;
}

.services_list_3 .sub .list {
    margin: 0 0 5px;
}

.services_list_3 .sub .item {
    margin: 0 0 10px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
}

.services_list_3 .sub .link {
    background: url(../images/pic26.png) no-repeat 0 6px;
    display: inline-block;
    padding: 0 0 0 11px;
    color: #656565;
}

.services_list_3 .all {
    background: #3b9010;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    padding: 0 62px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
}

.services_list_3 .in {
    display: none;
}

.services_list_4 p {
    margin: 0;
}

.services_list_4 .item {
    margin: 0 0 13px;
}

.services_list_4 .title {
    margin: 0 0 7px;
}

.services_list_4 .link {
    font-size: 18px;
    font-weight: 500;
    color: #a62928;
}

.services_list_4 .fig {
    float: left;
    margin: 4px 7px 0 0;
}

.services_list_4 .img {
    border: 5px solid #fff;
    vertical-align: top;
}

.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.82;
}

.modal__content {
    background: #fff;
    border-radius: 2px;
    padding: 24px 23px 30px;
    position: relative;
}

.modal__content .button {
    width: 230px;
    padding: 0 10px;
}

.modal__content .h3 {
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: 900;
}

.modal_box_form .modal__content {
    padding: 25px 28px 11px;
}

.box_thanks .modal__content {
    width: 235px;
    padding: 26px 29px 32px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #474747;
}

.box_thanks .modal__content .h3 {
    margin: 0 0 11px;
}

.modal__close_btn {
    background: url(../images/pic34.png) no-repeat 50% 50%;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 26px;
    z-index: 2;
}

.modal_lightbox__title {
    margin: 24px 0 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #474747;
}

.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;
}

.modal_lightbox__prev:before, .modal_lightbox__next:before {
    content: "";
    background: url(../images/pic36.png) no-repeat;
    width: 12px;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    left: 5px;
}

.modal_lightbox__next:before {
    background: url(../images/pic35.png) no-repeat;
    left: auto;
    right: 5px;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    width: 940px;
    height: 74px;
    margin-left: -470px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.footer:before {
    content: "";
    background: #f36c30;
    border-top: 1px solid #b1562d;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.company_footer {
    position: absolute;
    top: 23px;
    left: 95px;
    font-size: 13px;
    color: #ced4f7;
}

.developer {
    position: absolute;
    top: 22px;
    right: 0;
    font-size: 13px;
}

.developer .link {
    color: #fff;
}

.counter {
    position: absolute;
    top: 18px;
    left: 0;
}

.phone_footer {
    background: url(../images/pic18.png) no-repeat 0 3px;
    padding: 0 0 0 42px;
    position: absolute;
    top: 14px;
    right: 347px;
    font-weight: 500;
    color: #fff;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
@media only screen and (max-width: 767px) {
    .wrapper {
        min-width: 0;
    }

    .inner {
        width: auto;
    }

    body {
        font-size: 16px;
    }

    .logo {
        top: 0;
        left: 0;
    }

    .main_page .nav,
    .nav {
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        height: 30px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 130px;
        left: 0;
        right: 0;
    }

    .nav:before {
        content: '';
        background: #000;
        box-shadow: 0 6px 0 #000, 0 12px 0 #000;
        width: 30px;
        height: 3px;
        position: absolute;
        top: 8px;
        left: 10px;
    }

    .nav:after {
        content: 'МЕНЮ';
        position: absolute;
        top: 5px;
        left: 50px;
        color: #000;
        font-size: 16px;

    }

    .nav> .list {
        background: rgba(0, 0, 0, 0.59);
        display: none;
        width: auto;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

    .nav_active> .list {
        display: block;
    }

    .nav> .list> .item {
        display: block;
    }

    .nav> .list> .item> .link {
        display: block;
        width: auto;
        height: auto;
        padding: 10px;
        text-align: center;
    }

    .nav .text  {
        display: block;
    }

    .nav .sub {
        width: auto;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .nav .sub_menu {
        float: none;
    }

    .carousel_1 {

        width: auto;
        height: auto;
        margin: 0;

        position: relative;
        top: 0;
        left: 0;
    }

    .carousel_1 .in {
        width: auto;
        height: auto;
    }

    .carousel_1> .in> .list> .item {
        width: 100vw;
        padding: 0;
        opacity: 1;
    }

    .carousel_1 .fig {
        width: 100%;
        padding: 0 0 56.25%;
        position: relative;
        top: 0;
        left: 0;
    }

    .carousel_1 .fig .img {
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .slogan {
        top: 10px;
        left: 130px;
        right: 10px;
    }

    .header {
        padding-top: 54px;
    }

    .send_request {
        margin: 5px;
        position: relative;
        top: 110px;
    }

    .phone {
        margin: 5px;
        position: relative;
        top: 110px;
        left: 0;
        right: 0;
    }

    .phone span {
        display: block;
    }

    .mail {
        position: relative;
        top: 110px;
        left: 0;
        margin: 5px;
    }

    .services_list_1 .item {
        display: block;
        width: auto;
        padding: 0 10px;
    }
    .main_page .h3,
    .main_page .h2,
    .main_page .h1 {
        margin-bottom: 20px;
    }

    .services_box:before {
        background-size: auto 100%;
    }

    table[style] {
        display: block;
        width: 100% !important;
    }

    table[style] td {
        display: block;
        padding: 10px;
    }

    table[style] img {
        width: 100%;
    }

    .about_box {
        padding: 10px;
    }

    .footer {
        left: 0;
        right: 0;
        width: auto;
        height: auto;
        margin: 0;
        padding: 10px;
    }

    .developer,
    .phone_footer,
    .company_footer,
    .counter {
        margin: 0 0 10px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .carousel_1:before {
        display: none;

    }

    .carousel_1 .text {
        background: rgba(255, 255, 255, 0.84);
        text-shadow: none;
        width: auto;
        padding: 10px;
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        opacity: 1;
        color: #000;
        font-size: 15px;
    }

    .services_list_3 {
        margin: 0;
    }

    .services_list_3> .item {
        display: block;
        width: 100%;
        margin: 0 0 10px;
    }

    .content {
        padding: 10px;
        margin-top: 110px;
    }

    .gallery_list_1 .item {
        display: block;
        width: auto;
        margin: 0 0 20px;
    }

    .gallery_list_1 .img {
        width: 100%;
    }

    .btn_1 {
        display: block;
        text-align: center;
    }

    .side {
        float: none;
        width: auto;
        margin: 0;
        padding: 10px;
    }

    .modal_lightbox__image img {
        width: 100%;
    }


}
/* 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;
    }
}
