/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Version:  6.00 01.04.17 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=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: #fff;
    height: 100%;
    color: #484848;
    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: #6ea6bc;
    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 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 17px;
}

.h1 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: normal;
    color: #182129;
    margin: 0 0 16px;
    line-height: 1.2;
}

.main_page .h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 17px;
}

.h2 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: normal;
    color: #384a79;
    margin: 0 0 21px;
    line-height: 1.2;
}

.main_page .h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 22px;
}

.h3 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: normal;
    color: #182129;
    margin: 0 0 34px;
    line-height: 1.2;
}

.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;
}

.h7 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: normal;
    color: #fff;
    margin: 16px 26px 16px;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
}

/*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: 1px solid #c4c4c4;
    padding: 11px 14px 9px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    font-size: 14px;
    color: #0c0c0c;
}

.field[required] {
    background: #fff url(../images/pic31.png) no-repeat 96% 16px;
}

.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-size: 14px;
    color: #0c0c0c;
}

.field::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #0c0c0c;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #0c0c0c;
}

.field:-ms-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #0c0c0c;
}

.field.placeholder {
    font-size: 14px;
    color: #0c0c0c;
}

.field.invalid {
    background: #fff4f4;
    border: 1px solid #be0404;
}

.field[required].invalid {
    background: #fff4f4 url(../images/pic31.png) no-repeat 96% 16px;
    border: 1px solid #be0404;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    margin: 0 0 0 5px;
    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 32px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 2px solid #d7d7d7;
}

::-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: 980px;
    margin: auto;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 212px 0 0;
    position: relative;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    width: 285px;
    height: 79px;
    position: absolute;
    top: 24px;
    left: 0;
}

.logo .link {
    display: block;
    width: 285px;
    height: 87px;
}

.slogan {
 /*   border-left: 1px solid #cecece;  */
    width: 198px;
    padding: 19px 0 18px 19px;
    position: absolute;
    top: 29px;
    left: 280px;
    color: #7b7b7b;
    line-height: 1.2;
}

.send_request {
    position: absolute;
    top: 37px;
    right: 272px;
}

.send_request .link {
    background: #6ea6bc;
    display: inline-block;
    width: 218px;
    height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 45px;
    border-radius: 3px;
}

.contacts {
    border-left: 1px solid #cecece;
    padding: 8px 0 7px 27px;
    position: absolute;
    top: 19px;
    right: 0;
    color: #0b3169;
}

.contacts .number {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
color: #6ea6bc;
}

.contacts .link {
    color: #072577;
}

.table_1 td {
    padding: 3px 0 0 2px;
}

.table_1 tr:nth-child(3) td {
    padding: 5px 0 0 2px;
}

.main_page .nav {
    margin: 0;
}

.main_page .nav,
.nav {
    width: 980px;
    height: 64px;
    margin: auto;
    position: absolute;
    top: 127px;
    left: 0;
    right: 0;
    z-index: 10;
}

.page_with-fixed-nav .nav {
    margin: auto;
    position: fixed;
    top: 0;
}

.main_page .nav:after {
    background: none;
}

.nav:after {
    content: "";
    background: url(../images/pic15.jpg) repeat-x 50% 0;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -2;
}

.nav:before {
    content: "";
    background: #182029;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.nav> .list {
    display: table;
    width: 980px;
    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-size: 16px;
    text-transform: uppercase;
}

.nav> .list> .item> .link {
    display: table;
    width: 100%;
    height: 64px;
    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 {
    color: #ffffff;
    background-color: #6ea6bc;
}

.nav .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
}

.nav .sub {
    position: absolute;
    top: 64px;
    left: 0;
    width: 400px;
    display: none;
    z-index: 11;
}

.nav .sub_menu {
    background: #182129;
    display: block;
    padding: 10px 113px 8px;
    float: left;
    position: relative;
}

.nav .sub_menu .item {
    margin: 0 0 6px;
    font-size: 14px;
    text-transform: 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;
}

.carousel_1 {
    width: 980px;
    height: 537px;
    margin: -64px 0 0;
    position: relative;
}

.carousel_1:before {
    content: "";
    background: url(../images/pic4.jpg) no-repeat;
    width: 1920px;
    height: 554px;
    margin-left: -960px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.carousel_1 .main_list> .item {
    visibility: hidden;
    position: absolute;
    top: 89px;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: visibility 1s ease;
    transition: visibility 1s ease;
}

.carousel_1 .main_list> .active {
    visibility: visible;
    z-index: 1;
}

.carousel_1 .fig {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .23);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .23);
    box-shadow: 0 0 5px rgba(0, 0, 0, .23);
    border: 7px solid #fff;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    height: 247px;
}

.carousel_1 .active .fig {
    opacity: 1;
}

.carousel_1 .img {
    vertical-align: top;
}

.carousel_1 .tabs {
    position: absolute;
    right: 0;
    bottom: 68px;
    left: 0;
    text-align: center;
    z-index: 3;
}

.carousel_1 .tabs .item {
    display: inline-block;
    margin: 0 9px;
}

.carousel_1 .tabs .link {
    border: 2px solid #fff;
    border-radius: 10px;
    display: block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
}

.carousel_1 .tabs .active {
    background: #6ea6bc;
}

.services_block {
    position: relative;
    margin: -43px 0 39px;
    padding: 75px 0 64px;
}

.services_block:before {
    content: "";
    background: #66a6bf url(../images/pic14.png);
    width: 1920px;
    margin-left: -960px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.proekts_block {
    position: relative;
    margin: -43px 0 39px;
    padding: 25px 0 4px;
}

.proekts_block:before {
    content: "";
    background: #0f428d url(../images/pic14.png);
    width: 1920px;
    margin-left: -960px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.proekts_block .h3 {
    margin: 0 0 28px;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.proekts_block .carousel_2 .link {
    color: #fff;
    font-weight: bold;

}

.proekts_block .more {
    color: #fff;

}

.services_block .h2 {
    margin: 0 0 28px;
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.services_list_1 {
    margin: 10px 0 0 -43px;
    text-align: center;
}

.services_list_2 {
    margin: 10px 0 0 -43px;
}

.services_list_1 .item {
    background: #7abcd6 url(../images/pic8.png) no-repeat;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .23);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .23);
    box-shadow: 0 0 5px rgba(0, 0, 0, .23);
    border: 7px solid rgba(255, 255, 255, .61);
        width: 209px;
    height: 135px;
    margin: 9px 0 0 36px;
    padding: 9px 50px 0 26px;
    position: relative;
}

.services_list_2 .item {
    width: 298px;
    margin: 0 0 42px 43px;
    text-align: center;
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.services_list_2 .title {
    margin: 0;
    margin: 0 0 16px 0;
    color: #0C6FA5;

}

.services_list_1 .title {
    margin: 0;
    margin: 0 0 16px 0;
    color: #fff;

}

.services_list_1 .link {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-decoration: underline;
    color: #fff;
}

.services_list_1 .link:hover {

    text-decoration: none;
}

.services_list_2 .link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-decoration: underline;
}

.services_list_1 .fig {
    position: absolute;
    bottom: 0;
    right: 0;
}

.services_list_2 .fig {
    border-radius: 4px;
        width: 304px;
    height: 200px;
    margin: 0 0 13px 0;
}

.services_list_1 .img {
    vertical-align: top;
    max-height: 100%;
    max-width: 100%;
}

.services_list_1 .more {
    font-size: 14px;
    color: rgba(24, 33, 41);
    position: absolute;
    bottom: 18px;
    left: 26px;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 329px;
    margin: 34px 59px 37px 0;
    position: relative;
    float: left;
}

.carousel_3 {
    width: 329px;
    margin: 0 0 28px;
    position: relative;
}

.carousel_3 .next, .carousel_3 .prev {
    background: url(../images/pic10.png) no-repeat 100% 100px;
    width: 38px;
    height: 214px;
    position: absolute;
    top: 0;
    right: -38px;
    z-index: 3;
}

.carousel_3 .prev {
    background: url(../images/pic9.png) no-repeat 0 100px;
    right: auto;
    left: -38px;
}

.carousel_3 .in {
    position: relative;
    overflow: hidden;
}

.carousel_3 .main_list:before, .carousel_3 .main_list:after, .carousel_3 .main_list> .item:before, .carousel_3 .main_list> .item:after {
    display: none;
}

.carousel_3 .main_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}

.carousel_3 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_3 .item {
    width: 329px;
    display: table-cell;
    padding: 0 25px 0 0;
    vertical-align: top;
}

.carousel_3 .link {
    color: #4b78bb;
}

.carousel_3 .fig {
    display: block;
    margin: 0 0 12px;
}

.carousel_3 .img {
    vertical-align: top;
}

.services_list_3 .item {
    background: #67afcc url(../images/pic22.png) no-repeat;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .23);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .23);
    box-shadow: 0 0 5px rgba(0, 0, 0, .23);
    border: 7px solid rgba(255, 255, 255, .61);
    display: table;
    width: 318px;
    height: 82px;
    margin: 0 0 3px;
    line-height: 1.2;
}

.services_list_3 .link {
    display: table-cell;
    vertical-align: middle;
    width: 318px;
    height: 82px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.services_list_3 .fig {
    display: inline-block;
    vertical-align: middle;
    width: 98px;
    height: 82px;
    margin: 0 1px 0 0;
    position: relative;
    overflow: hidden;
}

.services_list_3 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.services_list_3 .text {
    display: inline-block;
    vertical-align: middle;
    width: 191px;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.proekts_block:before {
    content: "";
    background: #6ea6bc url(../images/pic14.png);
    width: 1920px;
    margin-left: -960px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.content {
    padding: 0 0 37px;
    position: relative;
}

.side + .content {
    float: left;
    width: 592px;
}

.more {
    color: #6ea6bc;
}

.carousel_2 {
    width: 980px;
    margin: 0 0 27px;
    position: relative;
}

.carousel_2 .next, .carousel_2 .prev {
    background: url(../images/pic10.png) no-repeat 100% 160px;
    width: 38px;
    height: 310px;
    position: absolute;
    top: 0;
    right: -38px;
    z-index: 3;
}

.carousel_2 .prev {
    background: url(../images/pic9.png) no-repeat 0 160px;
    right: auto;
    left: -38px;
}

.carousel_2 .next2, .carousel_2 .prev2 {
    background: url(../images/pic10-1.png) no-repeat 100% 160px;
    width: 38px;
    height: 310px;
    position: absolute;
    top: 0;
    right: -38px;
    z-index: 3;
}

.carousel_2 .prev2 {
    background: url(../images/pic9-1.png) no-repeat 0 160px;
    right: auto;
    left: -38px;
}

.carousel_2 .in {
    position: relative;
    overflow: hidden;
}

.carousel_2 .main_list:before, .carousel_2 .main_list:after, .carousel_2 .main_list> .item:before, .carousel_2 .main_list> .item:after {
    display: none;
}

.carousel_2 .main_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}

.carousel_2 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_2 .item {
    width: 240px;
    display: table-cell;
    padding: 0 5px 0 0;
    vertical-align: top;
}

.carousel_2 .link {
    color: #6ea6bc;
}

.carousel_2 .fig {
    display: block;
    margin: 0 0 10px;
}

.carousel_2 .img {
    vertical-align: top;
}

.crumbs {
    margin: 0 0 12px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/pic16.png) no-repeat 4px 4px;
    display: inline;
    padding: 0 0 0 16px;
    color: #8b8b8b;
    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: #8b8b8b;
}

.services_list_2 {
    margin: 15px 0 81px -18px;
}

.services_list_2 .item {
    /*  width: 185px;   */
    margin: 0 0 0 18px;
    text-align: center;
    line-height: 1.3;
}

.services_list_2 .title {
    margin: 0;
}

.services_list_2 .link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #6ea6bc;
    text-decoration: underline;
}

.services_list_2 .link:hover {
    text-decoration: none;
}

.services_list_2 .fig {
    display: block;
    /* width: 185px;
     height: 130px;  */
    margin: 8px 0 16px;
    position: relative;
    overflow: hidden;
}

.services_list_2 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.fig_1 {
    float: left;
    margin: 0 34px 10px 0;
}

.fig_1 .img {
    vertical-align: top;
}

.btn_1 {
    background: #67afcc url(../images/pic1.png) no-repeat;
    display: inline-block;
    width: 218px;
    height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 45px;
}

.back {
    color: #4b78bb;
}

.button {
    background: #6ea6bc;
    border: none;
    height: 41px;
    padding: 0 18px;
    font-size: 18px;
    color: #fff;
    line-height: 41px;
    text-transform: uppercase;
}

.captcha {
    display: inline-block;
    padding-left: 100px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    background: #fff;
    border: 1px solid #c4c4c4;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.captcha .fig img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.captcha .field {
    width: 100%;
}

.h-170 {
    height: 170px;
}

.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: #191b26;
    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.76;
}

.modal__content {
    background: #fff;
    padding: 24px;
    position: relative;
}

.modal__content .h3 {
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: bold;
    color: #182029;
    text-transform: uppercase;
}

.modal_box_form .modal__content {
    padding: 91px 99px 88px;
}

.box_thanks .modal__content {
    width: 415px;
    padding: 55px 94px 60px;
    color: #0c0c0c;
}

.box_thanks .modal__content .h3 {
    margin: 0 0 10px;
}

.modal__close_btn {
    background: url(../images/pic29.png) no-repeat 50% 50%;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 54px;
    z-index: 2;
}

.box_fig .modal__content {
    padding: 88px 120px 45px;
}

.modal_lightbox__title {
    margin: 45px 42px 0;
    color: #0c0c0c;
    text-align: center;
}

.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/pic27.png) no-repeat 0 50%;
    width: 13px;
    height: 110px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    left: 120px;
}

.modal_lightbox__next:before {
    background: url(../images/pic28.png) no-repeat 0 50%;
    left: auto;
    right: 120px;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    width: 980px;
    height: 88px;
    margin-left: -490px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.footer:before {
    content: "";
    background: #182129;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.company_footer {
    position: absolute;
    top: 21px;
    left: 0;
    color: #fff;
}

.securitypolicy{
    position: absolute;
    top: 45px;
    РґСѓР°Рµ: 0;
    font-size: 12px;
}

.securitypolicy .link {
    color: #fff;
}

.developer {
    position: absolute;
    top: 65px;
    РґСѓР°Рµ: 0;
    font-size: 12px;
}

.developer .link {
    color: #fff;
}

.counter {
    position: absolute;
    top: 22px;
    right: 0;
}

.address_footer {
    position: absolute;
    top: 21px;
    right: 108px;
    font-size: 16px;
    color: #fff;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
@media (max-width: 767px) {
    .wrapper {
        min-width: 0;
    }

    .inner {
        width: auto;
        margin: 0!important;
    }

    body {
        font-size: 15px;
    }

    .header {
        padding: 15px;
    }

    .contacts,
    .send_request,
    .slogan,
    .logo {
        margin: 0 0 15px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .main_page .nav,
    .nav {
        background: #182029;
        width: auto;
        height: 40px;
        margin-bottom: 15px;
        position: relative!important;
        top: 0;
    }

    .nav:before {
        content: 'МЕНЮ';
        position: absolute;
        top: 10px;
        left: 50px;
        right: auto;
        bottom: auto;
        color: #fff;
        font-size: 15px;
        line-height: 1;
        z-index: auto;
    }

    .main_page .nav:after,
    .nav:after {
        content: '';
        background: #fff;
        box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;
        width: 30px;
        height: 3px;
        position: absolute;
        top: 10px;
        left: 10px;
        right: auto;
        bottom: auto;
        z-index: auto;
    }

    .nav> .list {
        background: #182029;
        display: none;
        width: auto;
        margin-bottom: 15px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

    .nav .sub {
        width: auto;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .nav .sub_menu {
        float: none;
    }

    .nav .sub_menu .item {
        text-align: center;
    }

    .nav_active> .list {
        display: block;
    }

    .nav> .list> .item {
        display: block;
    }

    .slogan {
        border: 0;
        width: auto;
        padding: 0;
    }

    .contacts {
        border: 0;
        padding: 0;
    }

    .carousel_1 {
        width: auto;
        height: 310px;
        margin: 0 0 15px;
    }

    .carousel_1:before {
        background-size: auto 110%;
        height: auto;
        bottom: 0;
    }

    .carousel_1 .tabs {
        bottom: 7px;
    }

    .carousel_1 .main_list> .item {
        top: 10px;
    }

    .carousel_1 .fig {
        overflow: hidden;
    }

    .carousel_1 .fig img {
        width: 100%;
    }

    .h7 {
        font-size: 16px;
    }

    .services_block {
        margin: 0 0 20px;
        padding: 20px 0;
    }

    .services_block .h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .services_list_1 .item {
        display: block;
        width: auto;
        margin-bottom: 20px;
    }

    .carousel_2 .item {
        width: calc(100vw - 30px);
    }

    .carousel_2 img {
        width: 100%;
        height: auto!important;
    }

    .services_list_1 .link {
        font-size: 18px;
    }

    .content {
        padding: 0 15px 30px;
    }

    .main_page .h1,
    .h1 {
        font-size: 25px;
    }

    .carousel_2 {
        width: auto;
        margin-bottom: 20px;
    }

    .footer {
        width: auto;
        height: auto;
        margin: auto;
        padding: 15px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .counter,
    .developer,
    .securitypolicy,
    .address_footer,
    .company_footer {
        margin-bottom: 20px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .nav .sub {
        width: auto;
        position: relative;
        top: 0;
    }

    .nav .sub_menu {
        float: none;
        padding: 10px 15px;
    }

    .services_list_2 {
        margin: 0 0 20px;
    }

    .services_list_2 .item {
        display: block;
        width: auto;
        margin: 0 0 20px;
    }

    .services_list_2 .fig {
        width: auto;
    }

    .proekts_block {
        margin: 0 0 20px;
        padding: 15px;
    }

    .promo {
        padding: 0 15px;
    }

    .side {
        float: none;
        width: auto;
        margin: 0 0 20px;
        padding: 0 15px;
    }

    .side + .content {
        float: none;
        width: auto;
    }

    .services_list_3 .item {
        display: table;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .services_list_3 .text,
    .services_list_3 .fig {
        display: table-cell;
    }


    .services_list_3 .link {
        font-size: 16px;
    }

    .h2 {
        font-size: 25px;
    }

    .fig_1 {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

    .fig_1 .img {
        width: 100%;
    }


    .box_thanks .modal__content,
    .modal_box_form .modal__content {
        width: auto;
        padding: 15px;
    }

    .modal .w-340 {
        width: 100%;
    }

    .modal__horisontal_inner {
        width: 100%;
    }

    .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;
    }
}
