/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 24.09.16 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,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: #1E1B1B;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: left;
    word-wrap: break-word;
}

input, button, select, textarea, html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #0eabd8;
    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 18px;
    color: #384d77;
}

.h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 44px;
    font-size: 4.4rem;
    font-weight: bold;
    color: #4a4a4a;
    margin: 0 0 7px;
    line-height: 1.1;
    text-transform: uppercase;
}

.main_page .h2 {
    margin: 0 0 21px;
    color: #384d77;
    text-transform: uppercase;
}

.h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 44px;
    font-size: 4.4rem;
    font-weight: bold;
    color: #4a4a4a;
    margin: 0 0 11px;
    line-height: 1.1;
}

.main_page .h3 {
    margin: 0 0 39px;
    color: #384d77;
    text-transform: uppercase;
}

.h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 44px;
    font-size: 4.4rem;
    font-weight: bold;
    color: #4a4a4a;
    margin: 0 0 22px;
    line-height: 1.1;
}

.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 {
    background: #f5f5f5;
    border: 0;
    padding: 9px 12px 13px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    font-size: 14px;
}

.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: #515151;
}

.field::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #515151;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #515151;
}

.field:-ms-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #515151;
}

.field.placeholder {
    font-size: 14px;
    color: #515151;
}

.field.invalid {
    background: #f7dcdc;
}

.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 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;
}

.bg_top {
    background: #dbe4f6;
    width: 1000px;
    height: 244px;
    margin-left: -500px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -3;
}

.inner {
    width: 1000px;
    margin: auto;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 235px 0 0;
    position: relative;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    width: 235px;
    height: 68px;
    position: absolute;
    top: 39px;
    left: 40px;
}

.logo .link {
    display: block;
    width: 401px;
    height: 52px;
}

.slogan {
   width: 235px;
    position: absolute;
    top: 116px;
    left: 39px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #3d3d3d;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center;
}

.phone {
    background: url(../images/pic1.png) no-repeat 0 4px;
    padding: 0 0 0 45px;
    position: absolute;
    top: 36px;
    right: 33px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #1E1B1B;
}

.mail {
    position: absolute;
    top: 74px;
    right: 33px;
}

.mail .link {
    font-family: 'Roboto Condensed', sans-serif;
    color: #1a42a2;
}

.faq {
    position: absolute;
    top: 98px;
    right: 33px;
}

.faq .item {
    background: url(../images/pic2.png) no-repeat 7px 5px;
    float: left;
    padding: 5px 21px;
    background: #5988f9;
}

.faq .item:first-child {
    background: none;
    padding: 5px 31px;
    background: #375281;
    }

.faq .link {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
}

.nav {
    background: #375281;
    margin: 0 auto 36px;
    padding-top: 20px;
    position: absolute;
    top: 179px;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
}

.nav_fixed {
    position: fixed;
    top: 0;
}

.nav> .list {
    margin: 0 0 0 -22px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.nav> .list> .item {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    margin: 0 0 0 24px;
    padding: 0 0 8px;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.nav> .list> .item:first-child {
    background: none;
}

.nav> .list> .item> .link {
    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, .nav> .list> .active {
    border-bottom: 2px solid #494949;
}

.nav> .list> .item:hover> .link, .nav> .list> .active> .link {
    color: #1E1B1B;
}

.nav .sub {
    position: absolute;
    top: 29px;
    left: 0;
    width: 400px;
    display: none;
}

.nav .sub_menu {
    background: #494949;
    display: block;
    padding: 14px 32px 14px;
    float: left;
    position: relative;
}

.nav .sub_menu .item {
    margin: 0 0 2px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    text-transform: none;
}

.nav .sub_menu .link {
    display: block;
    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;
}

.main_page .carousel_1 {
    height: 529px;
    margin: 0 0 39px;
}

.carousel_1 {
    width: 1000px;
    height: 316px;
    margin: 0 0 15px;
    position: relative;
    overflow: hidden;
}

.carousel_1 .main_list> .item {
    visibility: hidden;
    position: absolute;
    top: 0;
    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 {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_1 .fig:before {
    content: "";
        background: rgba(75, 76, 99, 0.45);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.carousel_1 .active .fig {
    opacity: 1;
}

.carousel_1 .img {
    vertical-align: top;
}

.main_page .carousel_1 .text {
    top: 143px;
}

.carousel_1 .text {
    width: 574px;
    margin: 0 0 0 -287px;
    position: absolute;
    top: 40px;
    left: 50%;
    color: #fff;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 1s ease .5s;
    transition: all 1s ease .5s;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
}

.main_page .carousel_1 p {
    margin: 0 0 31px;
}

.carousel_1 p {
    margin: 0 0 26px;
}

.carousel_1 .active .text {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.main_page .carousel_1 .title {
    font-size: 44px;
}

.carousel_1 .title {
    width: 844px;
    margin: 0 -135px 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
}

.more {
    background: #5988f9;
    display: inline-block;
    height: 56px;
    padding: 0 51px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 56px;
    text-transform: uppercase;
}

.main_page .carousel_1 .tabs {
    bottom: 6px;
}

.carousel_1 .tabs {
    position: absolute;
    right: 7px;
    bottom: 12px;
    z-index: 3;
}

.carousel_1 .tabs .item {
    display: inline-block;
    margin: 0 4px;
}

.carousel_1 .tabs .link {
    background: #fff;
    border: 3px solid #fff;
    border-radius: 7px;
    display: block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
}

.carousel_1 .tabs .active {
    background: #5988f9;
}

.services_list_1 {
    margin: 0 0 42px -12px;
}

.services_list_1 .item {
    width: 190px;
    margin: 0 0 0 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}

.services_list_1 .link {
    color: #1b3363;
}

.services_list_1 .fig {
    display: block;
    margin: 0 0 13px;
}

.services_list_1 .img {
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    vertical-align: top;
}

.services_list_1 .item:hover .img {
    transform: scale(1.05);
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 305px;
    margin: 0 35px 23px 0;
    position: relative;
    float: left;
}

.services_box {
    background: #f0f0f0;
    margin: 36px 0 0;
    padding: 9px 16px 30px;
}

.services_box .h2 {
    margin: 0 0 3px;
    color: #5c5d73;
}

.services_list_2 {
    margin: 0 -16px;
}

.services_list_2 .link {
    background: url(../images/pic19.png) no-repeat 16px 16px;
    display: block;
    padding: 8px 13px 11px 31px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #2c2861;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list_2 .item:hover .link, .services_list_2 .active .link {
    background: #747594 url(../images/pic21.png) no-repeat 16px 16px;
    color: #fff;
    text-decoration: none;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
    padding: 0 0 23px;
    position: relative;
    
}

.service_inner {
    text-align: justify;
}

.side + .content {
    float: left;
    width: 660px;
}

.about_box {
    margin: 0 0 56px;
    padding: 48px 0 25px;
    position: relative;
    text-align: center;
}

.about_box:before {
    content: "";
    background: #dbe4f6;
    position: absolute;
    top: 0;
    right: -415px;
    bottom: 0;
    left: -415px;
    z-index: -1;
}

.projects_list_1 {
    margin: 0 0 51px -29px;
}

.projects_list_1 .item {
    border-top: 8px solid #5988f9;
    width: 226px;
    margin: 0 0 0 29px;
    padding: 8px 0 0;
    position: relative;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}

.projects_list_1 .text {
    background: rgba(26, 46, 67, 0.89);
    padding: 29px 19px 98px;
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.projects_list_1 .item:hover .text {
    opacity: 1;
    visibility: visible;
}

.projects_list_1 .title {
    margin: 0 0 28px;
    line-height: 1.4;
}

.projects_list_1 .title .link {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.projects_list_1 .title .link:hover {
    text-decoration: underline;
}

.projects_list_1 .more {
    height: 42px;
    padding: 0 38px;
    position: absolute;
    bottom: 35px;
    left: 32px;
    font-size: 17px;
    line-height: 42px;
}

.projects_list_1 .img {
    vertical-align: top;
}

.all {
    background: #5988f9;
    display: inline-block;
    height: 56px;
    padding: 0 42px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 56px;
    text-transform: uppercase;
}

.main_page .promo {
    padding: 26px 0 21px;
}

.promo {
    padding: 23px 19px 25px;
    clear: both;
    font-size: 13px;
    position: relative;
}

.main_page .promo:before {
    right: -115px;
    left: -115px;
}

.promo:before {
    content: "";
    background: #e8e8e8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.crumbs {
    margin: 0 0 22px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/pic14.png) no-repeat 0 4px;
    display: inline;
    padding: 0 0 0 9px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #676767;
    text-transform: uppercase;
    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: #6881bd;
}

.licenzii_list_1 {
    margin: 0 0 0 -30px;
}

.licenzii_list_1 .item {
    border-top: 4px solid #666f86;
    width: 226px;
    margin: 0 0 37px 30px;
    padding: 6px 0 0;
}

.licenzii_list_1 .link {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #65708c;
    text-decoration: none;
}

.licenzii_list_1 .link:hover {
    text-decoration: underline;
}

.licenzii_list_1 .fig {
    display: block;
    margin: 0 0 9px;
}

.licenzii_list_1 .img {
    vertical-align: top;
}

.pages {
    margin: 0 0 26px;
}

.pages .item {
    margin: 0 1px 0 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.pages .link {
    display: block;
    min-width: 19px;
    height: 36px;
    padding: 0 5px;
    position: relative;
    color: #3bbbe0;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pages .item:hover .link, .pages .active {
    background: #3bbbe0;
    min-width: 19px;
    height: 36px;
    padding: 0 5px;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
}

.fig_1 {
    margin: 0 0 16px;
}

.fig_1 .img {
    vertical-align: top;
}

.back {
    color: #1a42a2;
}

.projects_list_2 {
    margin: 0 0 0 -29px;
}

.projects_list_2 .item {
    border-top: 4px solid #666f86;
    width: 226px;
    margin: 0 0 48px 29px;
    padding: 6px 0 0;
    position: relative;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}

.projects_list_2 .text {
    background: rgba(26, 46, 67, 0.89);
    padding: 29px 16px 98px;
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.projects_list_2 .item:hover .text {
    opacity: 1;
    visibility: visible;
}

.projects_list_2 .title {
    margin: 0 0 13px;
    line-height: 1.4;
}

.projects_list_2 .title .link {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.projects_list_2 .title .link:hover {
    text-decoration: underline;
}

.projects_list_2 .more {
    height: 49px;
    padding: 0 51px;
    position: absolute;
    bottom: 30px;
    left: 21px;
    font-size: 18px;
    line-height: 49px;
    text-transform: none;
}

.projects_list_2 .img {
    vertical-align: top;
}

.fig_2 {
    float: left;
    margin: 0 24px 10px 0;
}

.fig_2 .img {
    vertical-align: top;
}

.btn_1 {
    background: #5988f9;
    display: inline-block;
    height: 54px;
    padding: 0 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    line-height: 54px;
}

.services_list_3 {
    margin: 0 0 14px -20px;
}

.services_list_3 .item {
    width: 490px;
    margin: 0 0 10px 20px;
}

.services_list_3 .link {
    background: url(../images/pic19.png) no-repeat 0 8px;
    display: inline-block;
    padding: 0 0 0 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #45758c;
}

.star {
    background: url(../images/pic23.png) no-repeat;
    vertical-align: top;
    display: inline-block;
    width: 9px;
    height: 8px;
    margin: 15px 0 0;
}

.captcha {
    display: inline-block;
    padding-left: 88px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    background: #bfbfbf;
    width: 88px;
    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;
    right: 0;
    bottom: 0;
}

.captcha .field {
    width: 100%;
}

.h-100 {
    height: 100px;
}

.button {
    background: #5988f9;
    border: none;
    width: 340px;
    height: 60px;
    padding: 0 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 60px;
    text-transform: uppercase;
}

.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.63;
}

.modal__content {
    background: #fff;
    padding: 24px;
    position: relative;
}

.modal__content .h3 {
    margin: 0 0 16px;
    font-size: 22px;
    color: #515151;
    text-transform: uppercase;
}

.modal_box_form .modal__content {
    padding: 23px 25px 25px;
}

.box_thanks .modal__content {
    width: 345px;
    padding: 24px 25px 38px;
    font-size: 14px;
    color: #515151;
}

.box_thanks .modal__content .h3 {
    margin: 0 0 20px;
}

.box_fig .modal__content {
    padding: 19px 19px 32px;
}

.modal__close_btn {
    background: url(../images/pic24.png) no-repeat 50% 50%;
    width: 23px;
    height: 19px;
    position: absolute;
    top: -19px;
    right: -23px;
    line-height: 19px;
    z-index: 2;
}

.modal_lightbox__title {
    margin: 20px 0 0;
    font-size: 14px;
    color: #515151;
}

.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;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    width: 1000px;
    height: 152px;
    margin-left: -500px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.main_page .footer:before {
    right: -415px;
    left: -415px;
}

.footer:before {
    content: "";
    background: #dbe4f6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.nav_footer {
    border-top: 4px solid #c5c5c5;
    border-bottom: 4px solid #c5c5c5;
    padding: 17px 0 14px;
    position: relative;
    z-index: 10;
}

.nav_footer> .list {
    margin: 0 0 0 -22px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.nav_footer> .list> .item {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    margin: 0 0 0 24px;
    padding: 0 0 2px;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.nav_footer> .list> .item:first-child {
    background: none;
}

.nav_footer> .list> .item> .link {
    position: relative;
    color: #5a5151;
    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_footer> .list> .item:hover, .nav_footer> .list> .active {
    border-bottom: 2px solid #494949;
}

.nav_footer> .list> .item:hover> .link, .nav_footer> .list> .active> .link {
    color: #3f3f3f;
}

.main_page .counter {
    left: 0;
}

.counter {
    position: absolute;
    top: 88px;
    left: 20px;
}

.main_page .company_footer {
    left: 1px;
}

.company_footer {
    position: absolute;
    top: 95px;
    left: 10px;
    font-size: 13px;
    color: #595959;
}

.securitypolicy{
    position: absolute;
    top: 115px;
    left: 10px;
    font-size: 13px;
    color: #595959;
}

.securitypolicy.link {
    color: #1a42a2;
}

.main_page .phone_footer {
    left: 45%;
}

.phone_footer {
    background: url(../images/pic13.png) no-repeat 0 5px;
    padding: 0 0 0 20px;
    position: absolute;
    top: 94px;
    left: 45%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #414141;
}

.main_page .mail_footer {
        left: 45%;
}

.mail_footer {
    position: absolute;
    top: 124px;
    left: 45%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}

.mail_footer .link {
    background: url(../images/pic11.png) no-repeat 0 3px;
    display: inline-block;
    padding: 0 0 0 29px;
    color: #1a42a2;
}

.subscription {
    position: absolute;
    top: 87px;
    right: 234px;
}

.subscription .link {
    border: 2px solid #707070;
    display: inline-block;
    height: 32px;
    padding: 0 22px;
    font-size: 13px;
    color: #1a42a2;
    line-height: 32px;
}

.main_page .developer {
    right: 0;
}

.developer {
    position: absolute;
    top: 95px;
    right: 20px;
    font-size: 13px;
}

.developer .link {
    color: #1a42a2;
}

.up.active {
    opacity: 1;
    visibility: visible;
}
.up {
    bottom: 59px;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    position: fixed;
    right: 20px;
    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/pic26.png") no-repeat scroll 50% 0;
    color: #131010;
    display: block;
    padding: 72px 0 0;
    text-decoration: none;
}
/*---------------------- end footer -----------------------------------*/
/* media queries */
@media only screen and (max-width: 767px) {
    .wrapper {
        min-width: 0;
    }

    .inner {
        width: auto;
        margin: 0!important;
    }

    body {
        font-size: 15px;
    }

    .main_page .header,
    .header {
        background: #f0f0f0;
        height: auto;
        padding: 15px;
    }

    .bg_top {
        display: none;
    }

    .promo,
    .nav,
    .send_application,
    .email,
    .search,
    .tel,
    .logo,
    .slogan,
    .phone,
    .mail,
    .faq
    {
        margin-bottom: 20px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.logo {
    background: url(../images/logo2.png) no-repeat;
height: 32px;
}
.slogan {
    width: 301px;
    
}

    .nav {
        width: auto;
        height: 30px;
    }

    .nav:before {
        content: 'МЕНЮ';
        position: absolute;
        top: 10px;
        left: 50px;
        color: #000;
        font-size: 15px;
    }

    .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: #7f9cd0;
        display: none;
        margin: 0;
        position: absolute;
        top: 100%;
        left: -15px;
        right: -15px;
    }

    .nav_active> .list {
        display: block;
    }

    .nav> .list> .item {
        border: 0;
        display: block;
        margin: 0;
    }

    .nav> .list> .item:hover, .nav> .list> .active {
        border: 0;
    }

    .nav> .list> .item> .link {
        display: block;
        padding: 5px 15px;
    }

    .main_page .carousel_1,
    .carousel_1
    {
        width: auto;
        height: 0;
        margin: 0 -15px 20px;
        padding-bottom: 100%;
    }

    .carousel_1 .img {
        height: 100%;
    }

    .carousel_1 .fig {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .main_page .carousel_1 .text,
    .carousel_1 .text {
        width: auto;
        margin: 0;
        padding: 0 15px;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .more {
        height: 25px;
        padding: 0 10px;
        font-size: 16px;
        line-height: 25px;
    }

    .main_page .carousel_1 .title,
    .carousel_1 .title {
        width: auto;
        margin: 0 0 20px;
        font-size: 22px;
    }

    .h1 {
        font-size: 25px;
    }

    .services_list_1 {
        margin: 0;
    }

    .services_list_1 .item {
        display: block;
        width: auto;
        margin: 0 0 20px;
    }

    .services_list_1 .img {
        max-width: 100%;
    }

    .h2 {
        font-size: 24px;
    }

    .content {
        padding: 15px;
    }

    .about_box {
        margin-bottom: 20px;
        padding: 0;
    }

    .main_page .h3,
    .h3 {
        margin-bottom: 20px;
        font-size: 23px;
    }

    .projects_list_1 {
        margin: 0;
    }

    .projects_list_1 .item {
        display: block;
        width: auto;
        margin: 0 0 20px;
    }

    .projects_list_1 .img {
        width: 100%;
    }

    .projects_list_1 .text {
        position: relative;
        top: 0;
        padding: 15px;
        opacity: 1;
        visibility: visible;
    }




    .projects_list_1 .more {
        position: relative;
        bottom: 0;
        left: 0;
    }

    .footer {
        width: auto;
        height: auto;
        margin: 0;
        padding: 15px;
        position: relative;
        top: 0;
        left: 0;
    }



    .nav_footer {
        display: none;
    }

    .main_page .developer,
    .developer,
    .main_page .subscription,
    .subscription,
    .mail_footer,
    .main_page .mail_footer,
    .mail_footer,
    .main_page .phone_footer,
    .phone_footer,
    .main_page .company_footer,
    .company_footer,
    .securitypolicy,
    .main_page .counter,
    .counter {
        margin: 0 0 20px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .side {
        float: none;
        width: auto;
        margin: 0;
    }

    .fig_2 {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

    .fig_2 .img {
        width: 100%;
    }

    .projects_list_2 {
        margin: 0;
    }

    .projects_list_2 .item {
        display: block;
        width: auto;
        margin: 0 0 20px;
    }

    .projects_list_2 .img {
        max-width: 100%;
    }

    .projects_list_2 .text {
        position: relative;
        top: 0;
        padding: 15px;
        opacity: 1;
        visibility: visible;
    }

    .projects_list_2 .more {
        position: relative;
        bottom: 0;
        left: 0;
    }

    .fig_1 .img {
        width: 100%;
    }

    .w-340 {
        width: 90%
    }

    .modal_lightbox__image img,
    .modal__horisontal_inner {
        width: 100%;
    }

    .button {
        width: 90%
    }

    .modal__close_btn {
        background-color: #000;
        background-position: 50% 50%;
        width: 40px;
        height: 40px;
        right: 0;
        top: 0;
    }
}

/* 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;
    }
}
