/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 23.02.16 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&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: #fff;
    height: 100%;
    color: #555555;
    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: #29508f;
    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 29px;
}

.h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #323435;
    margin: 0 0 24px;
    line-height: 1.1;
}

.h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #323435;
    margin: 0 0 24px;
    line-height: 1.1;
}

.h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #323435;
    margin: 0 0 33px;
    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: #fff;
    border: 1px solid #c3c7cb;
    padding: 10px 13px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.field[required] {
    background: #fff url(../images/pic39.png) no-repeat 96% 15px;
}

.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: #484848;
}

.field::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #484848;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #484848;
}

.field:-ms-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #484848;
}

.field.placeholder {
    font-size: 14px;
    color: #484848;
}

.field.invalid {
    background: #fff3f3;
    border: 1px solid #cb2228;
}

.field[required].invalid {
    background: #fff3f3 url(../images/pic39.png) no-repeat 96% 15px;
    border: 1px solid #cb2228;
}

.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;
}

.line_top {
    border-top: 8px solid #323435;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -3;
}

.line_header {
    border-top: 3px solid #323435;
    position: absolute;
    top: 201px;
    right: 0;
    left: 0;
    z-index: -3;
}

.inner {
    width: 980px;
    margin: auto;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 8px 0 0;
    position: relative;
}

.main_page .nav {
    margin: 0 0 151px;
}

.nav {
    height: 42px;
    margin: 0 0 172px;
    position: relative;
    z-index: 10;
}

.nav:before {
    content: "";
    background: #f2f5f8;
    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-family: 'Open Sans', sans-serif;
}

.nav > .list > .item > .link {
    display: table;
    width: 100%;
    height: 42px;
    position: relative;
    color: #515456;
    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: #e6ebf0;
}

.nav .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
}

.nav .sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    display: none;
}

.nav .sub_menu {
    background: #f2f5f8;
    display: block;
    float: left;
    position: relative;
}

.nav .sub_menu .item {
    font-family: 'Open Sans', sans-serif;
}

.nav .sub_menu .link {
    display: block;
    padding: 11px 37px 11px;
    color: #515456;
    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 {
    background: #e6ebf0;
}

.nav > .list > .item:hover .sub {
    display: block;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    width: 231px;
    height: 150px;
    position: absolute;
    top: 50px;
    left: 0;
}

.logo .link {
    display: block;
    width: 231px;
    height: 150px;
}

.map {
    position: absolute;
    top: 85px;
    left: 241px;
}

.map .item {
    float: left;
    margin: 0 25px 0 0;
}

.phone {
    background: url(../images/pic3.png) no-repeat 0 3px;
    padding: 0 0 0 29px;
    position: absolute;
    top: 82px;
    left: 324px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #c71411;
    line-height: 1.2;
}

.address {
    position: absolute;
    top: 148px;
    left: 352px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #515456;
}

.mail {
    position: absolute;
    top: 98px;
    right: 257px;
}

.mail .link {
    background: url(../images/pic4.png) no-repeat 0 2px;
    display: inline-block;
    padding: 0 0 0 36px;
    font-family: 'Open Sans', sans-serif;
    color: #29508f;
}

.callback {
    position: absolute;
    top: 87px;
    right: 0;
}

.callback .link {
    border: 1px solid #294f8f;
    display: inline-block;
    height: 42px;
    padding: 0 21px;
    font-size: 17px;
    color: #29508f;
    text-decoration: none;
    line-height: 42px;
}

.carousel_1 {
    border-top: 3px solid #323435;
    width: 1920px;
    height: 396px;
    margin: 0 -470px;
    position: relative;
}

.carousel_1 > .list > .item {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: opacity 1s ease, visibility 1s ease;
    transition: opacity 1s ease, visibility 1s ease;
}

.carousel_1 > .list > .active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.carousel_1 .img {
    vertical-align: top;
}

.carousel_1 .text {
    width: 533px;
    position: absolute;
    top: 39px;
    left: 470px;
    color: #fff;
}

.carousel_1 p {
    margin: 0 0 27px;
}

.carousel_1 .title {
    margin: 0 0 21px;
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
}

.carousel_1 .more {
    border: 1px solid #fff;
    display: inline-block;
    height: 37px;
    padding: 0 25px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 37px;
}

.carousel_1 .tabs {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 21px;
    text-align: center;
    z-index: 3;
}

.carousel_1 .tabs .list {
    display: inline-block;
}

.carousel_1 .tabs .item {
    float: left;
    margin: 0 0 0 12px;
}

.carousel_1 .tabs .link {
    background: rgba(241, 245, 247, 0.46);
    display: block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
}

.carousel_1 .tabs .active {
    background: #f2f5f8;
}

.we_offer {
    margin: 0 0 29px;
    padding: 0 0 24px;
    position: relative;
}

.we_offer:before {
    content: "";
    background: #f2f5f8;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -2;
}

.we_offer .h1 {
    margin: 0 0 38px;
    padding: 20px 0 22px;
    position: relative;
    font-size: 36px;
    color: #fff;
}

.we_offer .h1:before {
    content: "";
    background: #323435;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.we_offer .all {
    background: url(../images/pic18.png) no-repeat 94% 50%;
    border: 1px solid #fff;
    display: inline-block;
    height: 37px;
    padding: 0 32px 0 16px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 37px;
}

.we_offer_list_1 {
    margin: 0 0 0 -51px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.we_offer_list_1 .item {
    width: 470px;
    margin: 0 0 21px 51px;
    font-size: 17px;
    color: #323435;
    line-height: 1.2;
}

.we_offer_list_1 .link {
    background: url(../images/pic8.png) no-repeat;
    display: inline-block;
    padding: 0 0 0 33px;
    color: #323435;
    text-decoration: none;
}

.we_offer_list_1 .link:hover {
    text-decoration: underline;
}

.we_offer_list_1 .arrow {
    background: url(../images/pic9.png) no-repeat;
    display: inline-block;
    width: 7px;
    height: 11px;
    margin: 0 0 0 4px;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 289px;
    margin: 0 35px 26px 0;
    position: relative;
    float: left;
}

.services_list_2 .item {
    margin: 0 0 21px;
    line-height: 1.5;
}

.services_list_2 .link {
    background: url(../images/pic8.png) no-repeat 0 2px;
    display: inline-block;
    min-height: 19px;
    padding: 0 0 0 33px;
    color: #29508f;
}

.services_list_2 .item:hover .link, .services_list_2 .active .link {
    color: #c71411;
    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 26px;
    position: relative;
    overflow: hidden;
}

.send_request_box {
    float: right;
    width: 240px;
    margin: 8px 0 0;
    color: #323435;
}

.send_request_box .h3 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: normal;
    color: #29508f;
}

.send_request_box .field {
    background: #fff;
    border: 1px solid #29508f;
    border-bottom: none;
    padding: 9px 12px 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #29508f;
}

.send_request_box .item:last-child .field {
    border-bottom: 1px solid #29508f;
}

.send_request_box .field[required] {
    background: #fff url(../images/pic10.png) no-repeat 96% 14px;
}

.send_request_box .field:-moz-placeholder {
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #29508f;
}

.send_request_box .field::-moz-placeholder {
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #29508f;
}

.send_request_box .field::-webkit-input-placeholder {
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #29508f;
}

.send_request_box .field:-ms-input-placeholder {
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #29508f;
}

.send_request_box .field.placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #29508f;
}

.send_request_box .field.invalid {
    border: 1px solid red;
}

.send_request_box .field[required].invalid {
    background: #fff url(../images/pic10.png) no-repeat 96% 14px;
    border: 1px solid red;
}

.h-50 {
    height: 50px;
}

.send_request_box .captcha {
    display: inline-block;
    padding: 0 39px 0 69px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.send_request_box .captcha .fig {
    background: #fff;
    border: 1px solid #29508f;
    width: 69px;
    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%;
}

.send_request_box .captcha .button {
    background: #29508f url(../images/pic12.png) no-repeat 50% 50%;
    border: none;
    width: 39px;
    height: 39px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.w-650 {
    width: 650px;
}

.more {
    border: 1px solid #313335;
    display: inline-block;
    height: 37px;
    padding: 0 25px;
    font-family: 'Open Sans', sans-serif;
    color: #323435;
    text-decoration: none;
    line-height: 37px;
}

.all {
    border: 1px solid #313335;
    display: inline-block;
    height: 37px;
    padding: 0 18px;
    position: relative;
    z-index: 1;
    font-family: 'Open Sans', sans-serif;
    color: #323435;
    text-decoration: none;
    line-height: 37px;
}

.license_box {
    padding: 42px 0 28px;
    position: relative;
}

.license_box:before {
    content: "";
    background: #f2f5f8;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.license_list_1 {
    margin: 0 0 39px -20px;
}

.license_list_1 .item {
    width: 180px;
    margin: 0 0 0 20px;
}

.license_list_1 .link {
    color: #323435;
}

.license_list_1 .fig {
    display: block;
    margin: 0 0 6px;
}

.crumbs {
    margin: 0 0 15px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/pic19.png) no-repeat 0 3px;
    display: inline;
    padding: 0 0 0 10px;
    font-size: 12px;
    color: #546fa0;
    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: #546fa0;
}

.services_list_1 {
    margin: 0 0 0 -30px;
}

.services_list_1 .item {
    width: 222px;
    margin: 0 0 34px 30px;
    text-align: center;
    line-height: 1.5;
}

.services_list_1 .link {
    color: #323435;
    text-decoration: none;
}

.services_list_1 .link:hover {
    text-decoration: underline;
}

.services_list_1 .fig {
    border: 3px solid #f1f5f7;
    border-radius: 75px;
    display: inline-block;
    width: 144px;
    height: 144px;
    margin: 0 0 5px;
    position: relative;
    overflow: hidden;
}

.services_list_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.services_list_1 .link:hover .img {
    transform: scale(1.2);
}

.services_list_1 .text {
    display: block;
}

.main_page .promo {
    clear: none;
    padding: 0;
}

.main_page .promo:before {
    background: none;
}

.promo {
    clear: both;
    padding: 27px 0 28px;
    position: relative;
}

.promo:before {
    content: "";
    background: #f2f5f8;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.promo_2 {
    clear: both;
    padding: 27px 0 28px 324px;
    position: relative;
}

.promo_2:before {
    content: "";
    background: #f2f5f8;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.fig_1 {
    float: left;
    margin: 0 30px 10px 0;
}

.fig_1 .img {
    vertical-align: top;
}

.btn_1 {
    background: #c71411;
    display: inline-block;
    height: 43px;
    padding: 0 28px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    line-height: 43px;
}

.back {
    border: 1px solid #313335;
    display: inline-block;
    height: 37px;
    padding: 0 43px;
    font-family: 'Open Sans', sans-serif;
    color: #323435;
    text-decoration: none;
    line-height: 37px;
}

.license_list_2 {
    margin: 0 0 0 -51px;
}

.license_list_2 .item {
    width: 180px;
    margin: 0 0 46px 51px;
}

.license_list_2 .link {
    color: #323435;
}

.license_list_2 .fig {
    display: block;
    width: 180px;
    height: 247px;
    margin: 0 0 6px;
    position: relative;
    overflow: hidden;
}

.license_list_2 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.license_list_2 .link:hover .img {
    transform: scale(1.2);
}

.pages .item {
    margin: 0 20px 0 0;
    font-family: 'Open Sans', sans-serif;
    color: #323435;
    text-align: center;
}

.pages .link {
    background: #fff;
    border: 1px solid #313335;
    display: block;
    width: 38px;
    height: 37px;
    position: relative;
    color: #323435;
    text-decoration: none;
    line-height: 37px;
    -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: #e3ebf4;
    border: 1px solid #e3ebf4;
    width: 38px;
    height: 37px;
    color: #323435;
    line-height: 37px;
}

.gallery_list_1 {
    margin: 0 0 0 -38px;
}

.gallery_list_1 .item {
    width: 309px;
    margin: 0 0 38px 38px;
}

.gallery_list_1 .link {
    color: #323435;
}

.gallery_list_1 .fig {
    display: block;
    width: 309px;
    height: 237px;
    margin: 0 0 14px;
    position: relative;
    overflow: hidden;
}

.gallery_list_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.gallery_list_1 .link:hover .img {
    transform: scale(1.2);
}

.projects_list_1 .item {
    margin: 0 0 42px;
}

.projects_list_1 .title {
    margin: 0 0 16px;
}

.projects_list_1 .link {
    font-size: 18px;
    color: #29508f;
}

.projects_list_1 .fig {
    float: left;
    display: block;
    width: 232px;
    height: 178px;
    margin: 7px 25px 0 0;
    position: relative;
    overflow: hidden;
}

.projects_list_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.projects_list_1 .link:hover .img {
    transform: scale(1.2);
}

.fig_2 {
    margin: 0 0 20px;
}

.fig_2 .img {
    vertical-align: top;
}

.h-90 {
    height: 90px;
}

.captcha {
    display: inline-block;
    padding-left: 97px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    background: #fff;
    border: 1px solid #c3c7cb;
    width: 97px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.button {
    background: #29508f;
    border: none;
    height: 46px;
    padding: 0 33px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 46px;
}

.modal {
    position: fixed;
    z-index: 1000;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal, .modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.modal__bg {
    background: #000;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show .modal__bg {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal__content {
    background: #fff;
    padding: 24px;
    position: relative;
}

.modal__content .h3 {
    margin: 0 0 30px;
    font-size: 27px;
    color: #29508f;
}

.modal_box_form .modal__content {
    padding: 49px 54px 48px;
}

.box_thanks .modal__content {
    width: 286px;
    padding: 36px 54px 38px;
    color: #484848;
}

.box_thanks .modal__content .h3 {
    margin: 0 0 8px;
}

.box_fig .modal__content {
    padding: 15px 0 0;
}

.modal__close_btn {
    background: url(../images/pic37.png) no-repeat 50% 50%;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 38px;
    z-index: 2;
}

.modal_lightbox__title {
    margin: 0 0 18px;
    color: #333333;
    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/pic36.png) no-repeat;
    width: 19px;
    height: 32px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    left: -35px;
}

.modal_lightbox__next:before {
    background: url(../images/pic35.png) no-repeat;
    left: auto;
    right: -35px;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    width: 980px;
    height: 88px;
    margin-left: -490px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.footer:before {
    content: "";
    background: #323435;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.company_footer {
    position: absolute;
    top: 18px;
    left: 0;
    color: #fff;
}

.developer {
    position: absolute;
    top: 44px;
    left: 0;
    font-size: 12px;
}

.developer .link {
    color: #fff;
}

.counter {
    position: absolute;
    top: 22px;
    right: 0;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
/* small screens (landscape) */
/* small screens (portrait) */
/* medium small screens */
/* medium screens (excludes iPad & iPhone) */
/* ipads (portrait and landscape) */
/* ipads (landscape) */
/* ipads (portrait) */
/* medium large screens */
/* large screens */
/* extra large screens */
/* iphone 4 and high pixel ratio (1.5+) devices */
/* iphone 4 and higher pixel ratio (2+) devices (retina) */
/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
/* 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;
    }
}
