/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  5.80 20.10.13 n
----------------------------------------------- */


/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic');
/*---------------------- 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: #3b3b3b;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    word-wrap: break-word;
}

input, button, select, textarea, html {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #05C;
    text-decoration: underline;
}

a:visited {
}

a:hover, a:hover:visited {
    text-decoration: none;
}

a:active {
}

.nu a:hover, a.nu:hover {
    text-decoration: underline;
}

.nu a, a.nu {
    text-decoration: none;
}

a.link_dashed, .link_dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.link_dashed:hover, .link_dashed a:hover {
    border: 0;
    text-decoration: none;
}

.h1 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #35495e;
    margin: 0 0 28px;
    line-height: 1.3;
}

.h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 0.83em;
}

.h3 {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    margin: 0 0 1em;
}

.h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 1.33em;
}

.h5 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1.67em;
}

.h6 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 2.33em;
}

/*colors*/
/*end colors*/
/*fonts*/
.f-10 {
    font-size: 10px;
    font-size: 1rem;
}

.f-11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.f-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.f-13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.f-14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.f-15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.f-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.f-17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.f-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.f-20 {
    font-size: 20px;
    font-size: 2rem;
}

/*end fonts*/
/*forms fields*/
.field {
    border: 1px solid #c4c4c4;
    padding: 12px 15px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
    -moz-box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
    box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
}

.field[required] {
    background: url("../images/pic59.png") no-repeat 95% 50%;
}

.field:-moz-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-style: normal;
}

.field::-moz-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-style: normal;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-style: normal;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-style: normal;
}

.field.placeholder {
    color: #0c0c0c;
    font-style: normal;
}

.field.field_error {
    border-color: red;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.error_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.correct_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;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 16px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #065f9b;
}

::-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;
}

.h-170 {
    height: 170px;
}
/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
    position: relative;
    min-width: 1000px;
    margin: auto;
    min-height: 100%;
    z-index: 1;
    overflow: hidden;
}

.bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    background: #083d75 url(../images/bg.jpg) no-repeat;
    width: 1200px;
    bottom: 0;
    z-index: -2;
}

.inner {
    width: 1000px;
    margin: 0 auto 220px;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 184px 0 0;
    position: relative;
    z-index: 1;
}

.header:before {
    content: '';
    background: #254760;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    bottom: 0;
    z-index: -1;
}

.logo {
    position: absolute;
    top: 23px;
    left: 0;
}

.logo .link {
    background: url(../images/logo.png) no-repeat;
    width: 168px;
    height: 156px;
    display: block;
}

.slogan {
    width: 510px;
    position: absolute;
    top: 95px;
    left: 206px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
}

.title_1 {
    position: absolute;
    top: 242px;
    left: 0;
    font-family: 'Cuprum', sans-serif;
    font-size: 20px;
    font-style: italic;
    color: #fff;
    margin-bottom: 20px;
}

ul.list_1 {
    position: absolute;
    top: 333px;
    left: 50%;
    margin-left: -510px;
    width: 1200px;
    height: 29px;
    background: url(../images/pic9.png) no-repeat;
}

ul.list_1 li.item_1 {
    position: absolute;
    top: -56px;
    left: -4px;
    width: 174px;
    height: 74px;
}

ul.list_1 li.item_2 {
    position: absolute;
    top: -27px;
    left: 177px;
    width: 157px;
    height: 39px;
}

ul.list_1 li.item_3 {
    position: absolute;
    top: -27px;
    left: 352px;
    width: 170px;
    height: 32px;
}

ul.list_1 li.item_4 {
    position: absolute;
    top: -27px;
    left: 555px;
    width: 107px;
    height: 35px;
}

ul.list_1 li.item_5 {
    position: absolute;
    top: -27px;
    right: 400px;
    width: 118px;
    height: 51px;
}

ul.list_1 li.item_6 {
    position: absolute;
    top: -48px;
    right: 217px;
    width: 174px;
    height: 74px;
}

ul.list_1 .link {
    display: block;
}

ul.list_1 li.item .link .black {
    position: absolute;
    top: -56px;
    left: 50%;
    margin-left: -32px;
    width: 64px;
    height: 95px;
    display: inline-block;
    z-index: -1;
}

ul.list_1 li.item .link .green {
    position: absolute;
    top: -56px;
    left: 50%;
    margin-left: -32px;
    width: 64px;
    height: 95px;
    display: none;
    z-index: -1;
}

ul.list_1 li.item .link:hover .green, ul.list_1 li.active .link .green {
    display: inline-block;
}

ul.list_1 li.item .link:hover .black, ul.list_1 li.active .link .black {
    display: none;
}

.company-name {
    position: absolute;
    top: 34px;
    left: 205px;
    color: #fff;
    font-family: "Times New Roman", sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
}

.contacts {
    background: url("../images/pic24.png") no-repeat;
    width: 205px;
    padding-left: 36px;
    position: absolute;
    top: 36px;
    right: 0;

    color: #db9523;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.contacts .item {
    margin-bottom: 6px;
}

.emails {
    background: url("../images/pic25.png") no-repeat;
    width: 205px;
    padding-left: 36px;
    position: absolute;
    top: 105px;
    right: 0;

    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.emails .item {
    margin-bottom: 5px;
}

.emails .link {
    color: inherit;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 324px;
    position: relative;
    float: left;
    padding: 66px 63px 100px 0;
}

.side ~ .content {
    float: left;
    width: 610px;
}

.h3_services {
    background: #993c46 url("../images/pic52.png") no-repeat 100% 50%;
    height: 72px;
    padding: 0 32px;
    color: #fff;
    font-size: 30px;
    line-height: 72px;
}

ul.list_2 {
    border: 1px solid #dae4f0;
}

ul.list_2 li.item {
    margin: 0 0 20px 0;
    font-size: 16px;
}

ul.list_2 .link {

    display: block;
    padding: 0 40px 0 90px;
    position: relative;
    color: #35495e;
    text-decoration: none;
}
ul.list_2 .active .link,
ul.list_2 .link:hover {
    background: #B13945;
   color: #fff;
}

ul.list_2 .link:before {
    content: '';
    background: url("../images/pic53.png") no-repeat 50% 50%;
    width: 86px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

ul.list_2 .active .link:before,
ul.list_2 .link:hover:before {
    background-image: url("../images/pic54.png");
}

ul.list_2 .link:after {
    content: '';
    background: url("../images/pic55.png") no-repeat;
    background-size: 100% 100%;
    width: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
    opacity: 0;
}

ul.list_2 .active .link:after,
ul.list_2 .link:hover:after {
    opacity: 1;
}



ul.list_2 .text {
    display: table-cell;
    height: 63px;
    vertical-align: middle;
    text-decoration: underline;
}

ul.list_2 li.item:hover .text, ul.list_2 li.active .text {
    text-decoration: none;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
    padding: 66px 0 100px;
    position: relative;
}

.main_page .content {
    padding-top: 0;
}

.content:after {
    content: '';
    clear: both;
    display: table;
}

.direction .caption {
    height: 117px;
    padding: 0 0 0 154px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 117px;
    text-transform: uppercase;
}

.direction .caption:before {
    content: '';
    background: #b13945;
    position:  absolute;
    top: 0;
    right: 0;
    left: -1000em;
    bottom: 0;
    z-index: -1;
    -webkit-transform: skew(-40deg);
    transform: skew(-40deg);
}

.direction .caption:after {
    content: '';
    background: url("../images/pic27.png") no-repeat;
    width: 44px;
    height: 44px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 86px;
}

.direction .list {
    margin-left: -34px;
    text-align: center;
}

.direction .list .item {
    width: 206px;
    margin: 0 0 60px 34px;
    color: #25475f;
    font-size: 16px;
    text-align: center;
}

.direction .list .link {
    color: inherit;
}

.direction .fig {
    border-bottom: 2px solid #25475f;
    height: 150px;
    margin-bottom: 16px;
    position: relative;
}

.direction .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about_us {
    position: relative;
}

.about_us .text {
    color: #383838;
    font-size: 16px;
}

.about_us .caption {
    margin-bottom: 25px;
    color: #25475f;
    font-size: 30px;
    font-weight: bold;
}

.about_us .fig {
    width: 100vw;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    text-align: right;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.about_us .fig .img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.about_us .context {
    width: 57%;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.about_us .context:before {
    content: '';
    background: #d7e5f1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -26%;
    z-index: -1;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
}

.about_us p {
    margin-bottom: 24px;
}

.about_us .text {
    margin-bottom: 30px;
}

.interactions {
    position: relative;
    z-index: 1;
}

.interactions .fig {
    width: 100vw;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.interactions> .fig .img {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.interactions .caption {
    width: 50%;
    padding: 23px 35px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}

.interactions .caption:before {
    content: '';
    background: #25475f;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1%;
    z-index: -1;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
}

.interactions .context {
    width: 43%;
    height: 620px;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.interactions .context:before {
    content: '';
    background: #d7e5f1;
    position: absolute;
    top: 0;
    left: -26%;
    bottom: 0;
    right: -1000em;
    z-index: -1;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
}

.interactions ul.list li.item {
    background: #fff;
    border: 3px solid #25475f;
    border-radius: 50%;
    width: 154px;
    height: 144px;
    padding-top: 10px;
    position: absolute;
    color: #25475f;
    font-size: 14px;
    text-align: center;
}

.interactions ul.list .fig {
    height: 85px;
    position: relative;
}

.interactions ul.list .fig .img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.interactions ul.list .text {
    padding: 0 18px;
    line-height: 1.2;
}

.interactions ul.list li.item:nth-child(1) {

    top: 32px;
    left: 160px;
}



.interactions ul.list li.item:nth-child(1):before {
    content: '';
    background: #25475f;
    width: 3px;
    height: 45px;
    margin: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.interactions ul.list li.item:nth-child(2) {
    top: 232px;
    left: 160px;
}

.interactions ul.list li.item:nth-child(2):before {
    content: '';
    background: #25475f;
    width: 3px;
    height: 135px;
    position: absolute;
    top: 148px;
    left: 42px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
}

.interactions ul.list li.item:nth-child(3) {
    top: 420px;
    left: -30px;
}

.interactions ul.list li.item:nth-child(3):before {
    content: '';
    background: #25475f;
    width: 33px;
    height: 3px;
    position: absolute;
    top: 75px;
    left: 100%;
}

.interactions ul.list li.item:nth-child(4) {
    top: 420px;
    left: 160px;
}

.interactions ul.list li.item:nth-child(4):before {
    content: '';
    background: #25475f;
    width: 33px;
    height: 3px;
    position: absolute;
    top: 75px;
    left: 100%;
}

.interactions ul.list li.item:nth-child(5) {
    top: 420px;
    left: 350px;
}

.nav {
    position: relative;
    z-index: 10;
}

.nav:before {
    content: '';
    background: #d7e5f1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.nav ul.list {
}

.nav ul.list li.item {
    position: relative;
    color: #383838;
    font-size: 16px;
    text-transform: uppercase;
}

.nav ul.list .link {
    display: block;
    padding: 24px 30px;
    position: relative;
    z-index: 1;
    color: inherit;
    text-decoration: none;
}

.nav ul.list .link:before {
    content: '';
    background: #f2f6f9;
    -webkit-transform: skew(-24deg);
    -ms-transform: skew(-24deg);
    transform: skew(-24deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;

}

.nav ul.list .link:hover:before {
    opacity: 1;
}

.nav ul.list .number {
    position: relative;
    font-family: 'Cuprum', sans-serif;
    font-size: 24px;
    color: #02adf4;
    width: 31px;
    text-align: center;
}

.nav ul.list li.item {
    vertical-align: top;
}

.nav ul.list li.item .link:hover .number, .nav ul.list li.active .link .number {
    color: #ffdc24;
}

.nav ul.list .masks {
    position: absolute;
    top: 0;
    left: -6px;
    background: url(../images/pic7_1.png) no-repeat;
    background-position: top left;
    width: 41px;
    height: 26px;
    z-index: -1;
}

.nav ul.list li.item .link:hover .masks, .nav ul.list li.active .link .masks {
    background-position: bottom left;
}

.nav ul.list .text {
    text-decoration: underline;
    width: 190px;
}

.nav ul.list li.item:hover .text, .nav ul.list li.active .text {
    text-decoration: none;
}

.nav .sub {
    display: none;
    width: 330px;
    position: absolute;
    top: 100%;
    left: -45px;
}

.nav li.item:hover .sub {
    display: block;
}

.nav .sub:before {
    content: '';
    background: #f2f6f9;
    -webkit-transform: skew(-24deg);
    -ms-transform: skew(-24deg);
    transform: skew(-24deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.nav .sub  ul.s li.item {
    color: #25475f;
    text-transform: none;
}

.nav .sub li.item .link {
    padding: 12px 50px;
}

.nav .sub li.item .link:before {
    background: #fff;
}

.carousel_1 {
    width: 100vw;
    height: 465px;
    margin-left: -50vw;
    position: relative;
    left: 50%;
}

.carousel_1 .fig {
    text-align: center;
}

.carousel_1 ul.main_list li.item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s ease, visibility 1s ease;
    transition: opacity 1s ease, visibility 1s ease;
}

.carousel_1 ul.main_list li.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.carousel_1 .summary {
    width: 760px;
    margin-left: -500px;
    position: absolute;
    top: 48px;
    left: 50%;
}

.carousel_1 .caption {
    margin-bottom: 24px;
    color: #b13945;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
}

.carousel_1 .text {
    color: #383838;
    font-size: 22px;
    line-height: 1.2;
}

.carousel_1 .tabs {
    width: 1000px;
    margin: auto;
    position: absolute;
    bottom: 29px;
    left: 0;
    right: 0;
    z-index: 3;
}

.carousel_1 .tabs .item {
    float: left;
    margin-right: 24px;
}

.carousel_1 .tabs .link {
    background: rgba(255, 255, 255, .49);
    border-radius: 50%;
    display: block;
    width: 16px;
    height: 16px;
}

.carousel_1 .tabs .active {
    background: #fff;
}

ul.crumbs {
    margin-bottom: 20px;
}

ul.crumbs:before, ul.crumbs:after {
    display: none;
}

ul.crumbs:after {
    clear: both;
}

ul.crumbs li.item {
    display: inline;
    padding: 0 0 0 22px;
    line-height: 1.3;


    color: #8c8c8c;
    font-size: 14px;
}

 ul.crumbs li.item:after {
    display: none;
}

ul.crumbs li.item:before {
    content: '/';
    position: absolute;
    top: 1px;
    left: 8px;
    color: #8c8c8c;
    font-size: 14px;

}

ul.crumbs li.item:after {
    clear: both;
}

ul.crumbs li.item:first-child {
    padding-left: 0;
    background: none;
}

ul.crumbs li.item:first-child:before {
    display: none;
}

ul.crumbs .link {
    color: #8c8c8c;
}

ul.list_3 {
    margin: -20px 0 0 -20px;
}

ul.list_3 li.item {
    border: 1px solid #dae4f0;
    width: 293px;
    padding-bottom: 20px;
    margin: 20px 0 0 20px;
    position: relative;
    font-size: 16px;
    text-align: center;
}

ul.list_3 .bg {
    background: rgba(53, 73, 94, .9) no-repeat;
    display: block;
    width: auto;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

ul.list_3 .text_2 {
    min-height: 83px;
    padding-bottom: 44px;
    position: absolute;
    top: 52px;
    left: 10px;
    right: 10px;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

ul.list_3 .text_2:before {
    content: '';
    background: #43769a url("../images/pic56.png") no-repeat 50% 50%;
    width: 29px;
    height: 29px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

ul.list_3 .item:hover .text_2 {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    opacity: 1;
    visibility: visible;
}

ul.list_3 .item:hover .text {
    opacity: 0;
    visibility: hidden;
}

ul.list_3 li.item:hover .bg {
    opacity: 1;
    visibility: visible;
}
ul.list_3 li.item:hover .fig {
    opacity: 0;
}


ul.list_3 .link {
    color: #35495e;
}

ul.list_3 .fig {
    height: 168px;
    margin-bottom: 9px;
    overflow: hidden;
    position: relative;
}

ul.list_3 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
}

ul.list_3 .item:hover .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

ul.list_4 {
    margin: 0 0 21px -19px;
}

ul.list_4 li.item {
    margin-left: 19px;
}

.our_clients {
    position: relative;
}
.our_clients .caption {
    width: 290px;
    margin-bottom: 40px;
    padding: 28px 0;
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.our_clients .caption:before {
    content: '';
    background: #b13945;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: 0;
    z-index: -1;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
}


.back {
    font-size: 11px;
    font-style: italic;
    color: #fff;
}

.modal {
    position: fixed;
    z-index: 1000;
    color: #627987;
}

.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;
}

.modal__bg {
    background: #000;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
}

.ie8 .modal__bg {
    filter: alpha(opacity=50);
}

.modal__content {
    background: #fff;
    padding: 18px 110px;
    position: relative;
    border-radius: 4px;
}

.modal__close_btn {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/pic57.png) no-repeat;
    width: 116px;
    height: 92px;
}

.modal .h3 {
    background: #B13945;
    margin: -18px -110px 47px;
    padding: 28px 110px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}

#thanks .h3 {
    margin-bottom: 0;
    padding: 14px 70px 13px;
}

#thanks .modal__content {
    width: 330px;
    padding-bottom: 0;
}

.captcha {
    display: inline-block;
    padding-left: 115px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.captcha .fig img {
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.captcha .field {
    width: 100%;
}

.modal .h3 .text_1 {
    margin-bottom: 12px;
}

.modal .h3 .text_2 {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

.lightbox__title {
    background: #B13945;
    margin: -18px -110px 0;
    padding: 33px 130px 32px 50px;
    font-size: 18px;
    color: #fff;
}

.lightbox__image {
    margin: 0 -110px -18px;
}

.lightbox__image img {
    vertical-align: top;
}

.lightbox__prev {
    position: absolute;
    top: 177px;
    left: 18px;
    background: #fff url(../images/pic22.png) no-repeat 24% 50%;
    background-color: rgba(255, 255, 255, 0.40);
    border-radius: 0 50px 50px 0;
    width: 30px;
    height: 56px;
}

.lightbox__next {
    position: absolute;
    top: 177px;
    right: 18px;
    background: #fff url(../images/pic23.png) no-repeat 85% 50%;
    background-color: rgba(255, 255, 255, 0.40);
    border-radius: 50px 0 0 50px;
    width: 30px;
    height: 56px;
}

.promo {
    clear: both;
    margin: 26px 0;
    font-size: 11px;
    color: #86bde5;
}

.btn_1 {
    background: none;
    border: 0;
    display: inline-block;
    height: 46px;
    min-width: 100px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
}

.btn_1:before {
    content: '';
    background: #25475f;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
}

.promobody {
    color: #7a7a7a;
    font-size: 14px;
}

.send_request {
    background: url("../images/pic60.png") no-repeat;
    width: 67px;
    height: 316px;
    position: fixed;
    top: 220px;
    right: 0;
    z-index: 10;
}

.send_request .link {
    display: block;
    width: inherit;
    height: inherit;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 3;
    margin-left: -500px;
    width: 1000px;
    height: 220px;

}

.footer:before {
    content: '';
    background: url("../images/pic48.png") repeat-x;
    height: 32px;
    position: absolute;
    top: -32px;
    left: -110px;
    right: -1000em;
    z-index: 3;
}

.footer:after {
    content: '';
    background: #d7e5f1 url("../images/pic49.png") repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -2;
}

.footer .bg_1 {
    background: #26485f;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: -150px;
    right: -1000em;
    z-index: -1;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
}

.footer__nav {
    position: absolute;
    top: 45px;
    left: 0;
}

.footer__nav .list .item {
    background: url("../images/pic50.png") no-repeat 0 50%;
    display: block;
    margin-bottom: 16px;
    padding-left: 29px;
    color: #fff;
    font-size: 18px;
}

.footer__nav .list .link {
    color: inherit;

}

.company {
    position: absolute;
    top: 170px;
    left: 28px;
    font-size: 16px;
    color: #fff;
}

.footer__contacts {
    position: absolute;
    top: 40px;

    left: 330px;

    color: #fff;

}

.footer__contacts .label {
    display: inline-block;
    width: 55px;
    padding: 5px 0 0;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
}

.footer__contacts .phones {
    display: inline-block;
    vertical-align: top;
    color: #f19600;
    font-size: 24px;
    font-weight: bold;
line-height: 1.2;
}

.footer__contacts .mails {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.footer__contacts .mails .link {
    color: inherit;
}

.footer__contacts> .item {
    display: block;
    margin-bottom: 14px;
}

.developer {
    position: absolute;
    top: 170px;

    right: 0;
    color: #fff;
    font-size: 14px;
}

.developer .link {
    color: inherit;
}


.counter {
    position: absolute;
    top: 120px;
    right: 0;
}

.footer__send_request {
    position: absolute;
    top: 40px;
    right: 15px;
}

.footer__send_request .btn {
    display: inline-block;
    height: 51px;
    padding: 0 30px 0 80px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    line-height: 51px;
    text-decoration: none;
}

.footer__send_request .btn:after {
    content: '';
    background: url("../images/pic51.png") no-repeat;
    width: 30px;
    height: 18px;
    position: absolute;
    top: 16px;
    left: 34px;
}

.footer__send_request .btn:before {
    content: '';
    background: #03779d;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
}

.carousel_2 {
    margin: 0 -42px 28px;
    padding: 0 42px;
    position: relative;
}

.carousel_2 .main_list {
    border-collapse: separate;
    border-spacing: 53px 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
    left: -53px;
}

.carousel_2 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_2 .main_list:before,
.carousel_2 .main_list:after {
    display: none;
}

.carousel_2 .main_list .item {
    display: table-cell;
    width: 208px;
    vertical-align: top;
}

.carousel_2 .main_list .item:before,
.carousel_2 .main_list .item:after {
    display: none;
}

.carousel_2 .fig {
    border: 1px solid #d5d5d5;
    width: 206px;
    height: 197px;
    margin-bottom: 12px;
    position: relative;
}

.carousel_2 .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel_2 .title {
    color: #25475f;
    font-size: 18px;

}

.carousel_2 .in {
    overflow: hidden;
    position: relative;
}

.carousel_2 {

}

.carousel_2 .next,
.carousel_2 .prev {
    background: url("../images/pic46.png") no-repeat 0 90px;
    width: 42px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.carousel_2 .next {
    background: url("../images/pic47.png") no-repeat 100% 90px;
    left: auto;
    right: 0;
}

.btn_2 {
    display: inline-block;
    height: 46px;
    padding: 0 28px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    text-decoration: none;
}

.btn_2:before {
    content: '';
    background: #b13945;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
}
/*---------------------- end footer -----------------------------------*/
/* media queries */

/* 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;
    }
}
