/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Version:  5.90 16.04.15 e
Num:      836
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin,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: #fefefe;
    height: 100%;
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #05C;
    text-decoration: underline;
}

a:hover {
    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;
}

.h1,
.x1 {
    margin: 0 0 24px;
    font-family: 'Cuprum', sans-serif;
    font-size: 50px;
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
}

.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 #bdbdbd;
    border-radius: 5px;
    padding: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.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;
    color: #999;
    font-style: italic;
}

.field::-moz-placeholder {
    opacity: 1;
    color: #999;
    font-style: italic;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: #999;
    font-style: italic;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: #999;
    font-style: italic;
}

.field.placeholder {
    color: #999;
    font-style: italic;
}

.field.invalid {
    border-color: red;
}

.field2 {
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    padding: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.field2: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;
}

.field2:-moz-placeholder {
    opacity: 1;
    color: #999;
    font-style: italic;
}

.field2::-moz-placeholder {
    opacity: 1;
    color: #999;
    font-style: italic;
}

.field2::-webkit-input-placeholder {
    opacity: 1;
    color: #999;
    font-style: italic;
}

.field2:-ms-input-placeholder {
    opacity: 1;
    color: #999;
    font-style: italic;
}

.field2.placeholder {
    color: #999;
    font-style: italic;
}

.field2.invalid {
    border-color: red;
}

.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;
}

.captcha .fig img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*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 ----------------------------------*/
/*---------------------- buttons ------------------------------------*/
.btn_1 {
    background: url("../images/pic4.png") no-repeat, url("../images/pic5.png") no-repeat 100% 0;
    border: 0;
    display: inline-block;
    height: 47px;
    padding: 0 24px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 47px;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.btn_1:before {
    content: '';
    background: #1a6998 url("../images/pic3.png") repeat-x;
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
    z-index: -2;
}

.btn_1:after {
    content: '';
    background: url("../images/pic6.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 7px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.btn_2 {
    background: url("../images/pic17.png") no-repeat, url("../images/pic18.png") no-repeat 100% 0;
    border: 0;
    border-radius: 5px;
    display: inline-block;
    height: 32px;
    padding: 0 14px;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    text-decoration: none;
    z-index: 1;
}

.btn_2:before {
    content: '';
    background: url("../images/pic16.png") repeat-x;
    position: absolute;
    top: 0;
    left: 6px;
    right: 6px;
    bottom: 0;
    z-index: -1;
}

.btn_3 {
    background: url("../images/pic35.png") no-repeat, url("../images/pic36.png") no-repeat 100% 0;
    border: 0;
    display: inline-block;
    height: 63px;
    padding: 0 34px;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 63px;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.btn_3:before {
    content: '';
    background: #c10104 url("../images/pic34.png") repeat-x;
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
    z-index: -2;
}

/*---------------------- end buttons ------------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
    position: relative;
    min-width: 1000px;
    margin: auto;
    min-height: 100%;
    z-index: 1;
    overflow: hidden;
}

.inner {
    width: 980px;
    margin: 0 auto 454px;
}

.inner:before,
.inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    height: 860px;
    position: relative;
    z-index: 10;
}

.header:before {
    content: '';
    background: url("../images/pic7.png") no-repeat 50% 0;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    bottom: 0;
    z-index: -1;
}

.logo {
    background: url("../images/pic1.png") no-repeat;
    width: 250px;
    height: 108px;
    margin: auto;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
}

.logo .link {
    display: block;
    width: 250px;
    height: 108px;
}

.contacts {
    background: url("../images/pic2.png") no-repeat;
    padding-left: 47px;
    position: absolute;
    top: 22px;
    left: 20px;
}

.contacts .phone {
    margin-bottom: 6px;
    color: #f88e35;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
}

.contacts .email {
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
}

.contacts .email .link {
    color: #005e95;
}

.order_callback {
    position: absolute;
    top: 57px;
    right: 20px;
}

.slogan {
    position: absolute;
    top: 155px;
    left: 0;
    right: 0;
    font-family: 'Cuprum', sans-serif;
    text-align: center;
}

.slogan .text_1 {
    margin-bottom: 10px;
    color: #d80409;
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}

.slogan .text_2 {
    color: #383838;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1;
}

.send_request {
    width: 300px;
    position: absolute;
    top: 283px;
    left: 33px;
    color: #383838;
    font-size: 14px;
    font-size: 1.4rem;
}

.send_request .caption {
    background: url("../images/pic8.gif") no-repeat;
    margin-bottom: 8px;
    padding: 48px 0 0;
    color: #0083b6;
    font-family: 'Cuprum', sans-serif;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1;
}

.send_request .field {
    width: 100%;
    text-align: center;
}
.send_request .field2 {

    text-align: center;
}

.send_request .btn_1 {
    width: 100%;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side_1,
.side_2 {
    width: 170px;
    position: relative;
    float: left;
}

.side_2 {
    float: right;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
    position: relative;
}

.content:before,
.content:after {
    content: "";
    display: table;
}

.content:after {
    clear: both;
}

.our_production_box {
    margin-bottom: 240px;
    padding: 0 0 60px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.our_production_box .h1 {
    color: #fff;
}

.our_production_box:before {
    content: '';
    background: #186a98 url("../images/pic11.jpg") no-repeat 50% 0;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    bottom: 0;
    z-index: -1;
}

.our_production_box:after {
    content: '';
    background: url("../images/pic22.jpg") no-repeat 50% 0;
    height: 792px;
    position: absolute;
    bottom: -140px;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.production_list> .item {
    margin-top: 65px;
}

.production_list> .item:first-child {
    margin: 0;
}

.production_list> .item> .title {
    border-bottom: 1px solid #08638a;
    -webkit-box-shadow: 0px 1px 0px #5aa6c9;
    box-shadow: 0px 1px 0px #5aa6c9;
    margin-bottom: 18px;
    padding: 0 0 30px 100px;
    position: relative;
    font-family: 'Cuprum', sans-serif;
    color: #f8dd00;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
}

.production_list> .item> .title .img {
    position: absolute;
    top: -10px;
    left: 0;
}

.production_list> .item> .text {
    margin-bottom: 24px;
    font-size: 15px;
    font-size: 1.5rem;
}

.carousel_1 {
    position: relative;
}

.carousel_1 .in {
    margin: -5px;
    padding: 5px;
    overflow: hidden;
    position: relative;
}

.carousel_1 .list {
    border-spacing: 22px 0;
    border-collapse: separate;
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
    left: -22px;
}

.carousel_1 .list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_1 .list:before,
.carousel_1 .list:after {
    display: none;
}

.carousel_1 .list .item {
    border: 1px solid #64a7bf;
    border-radius: 5px;
    display: table-cell;
    width: 193px;
    padding: 18px 16px;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.carousel_1 .list .item:hover {
    background: #258dbb;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .61);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .61);
}

.carousel_1 .list .item:hover .price {
    color: #f8dd00;
}

.carousel_1 .list .item:hover .text {
    border-top-color: #1a6998;
}

.carousel_1 .list .item:before,
.carousel_1 .list .item:after {
    display: none;
}

.carousel_1 .prev,
.carousel_1 .next {
    background: url("../images/pic13.png") no-repeat 50% 50%;
    width: 35px;
    position: absolute;
    top: 0;
    left: -35px;
    bottom: 0;
}

.carousel_1 .next {
    background-image: url("../images/pic14.png");
    left: auto;
    right: -35px;
}

.carousel_1 .fig {
    background: #fff;
    border-radius: 5px;
    height: 144px;
    margin-bottom: 16px;
    position: relative;
}

.carousel_1 .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel_1 .order {
    margin-bottom: 20px;
}

.carousel_1 .order:before,
.carousel_1 .order:after {
    content: "";
    display: table;
}

.carousel_1 .order:after {
    clear: both;
}

.carousel_1 .price {
    float: left;
    color: #fff;
    font-family: 'Cuprum', sans-serif;
    font-size: 27px;
    font-size: 2.7rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.carousel_1 .btn_2 {
    float: right;
}

.carousel_1 .text {
    border-top: 1px solid #2c81ad;
    padding: 20px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.carousel_1 .title {
    margin-bottom: 12px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

.carousel_1 .title .link {
    color: #fff;
}

.our_offer_box {
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}

.our_offer_box .h1 {
    margin-bottom: 35px;
    color: #d80409;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.75);
}

.our_offer_list {
    margin: -36px 0 0 -15px;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: center;
}

.our_offer_list x:-o-prefocus,
.our_offer_list {
    word-spacing: -0.3em;
}

.our_offer_list> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.our_offer_list .item {
    width: 480px;
    margin: 36px 0 0 15px;
    text-align: left;
}

.our_offer_list .item.anim {
    opacity: 0;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.our_offer_list .item.animateIn {
    opacity: 1;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
}

.our_offer_list .fig {
    background: #fff;
    border: 3px solid #d80409;
    border-radius: 50%;
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-right: 18px;
    position: relative;
    vertical-align: middle;
}

.our_offer_list .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.our_offer_list .context {
    display: inline-block;
    width: 300px;
    vertical-align: middle;
}

.our_offer_list .title {
    margin-bottom: 14px;
    color: #383838;
    font-family: 'Cuprum', sans-serif;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1;
}

.about_company_box {
    height: 1444px;
    padding: 225px 0 0;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about_company_box:before,
.about_company_box:after {
    content: "";
    display: table;
}

.about_company_box:after {
    clear: both;
}

.about_company_box:before {
    content: '';
    background: url("../images/pic33.jpg") no-repeat 50% 0;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.about_company_box .h1 {
    color: #fff;
}

.about_company_box .col {
    float: left;
    width: 50%;
    padding: 0 27px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about_company_box .col> .text {
    margin-bottom: 20px;
}

.about_company_box .col + .col {
    padding: 0 0 0 27px;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
}

.about_company_box .text_1 {
    clear: both;
    padding: 25px 0 15px;
    color: #fff;
    font-family: 'Cuprum', sans-serif;
    font-size: 50px;
    font-size: 4rem;
    line-height: 1.2;
    text-align: center;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.75);
}

.about_company_box .btns {
    text-align: center;
}

.about_company_list {
    margin: -36px 0 0 -41px;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: left;
}

.about_company_list x:-o-prefocus,
.about_company_list {
    word-spacing: -0.3em;
}

.about_company_list> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.about_company_list> .item {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .75);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .75);
    width: 127px;
    height: 121px;
    margin: 36px 0 0 41px;
}

.about_company_list .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video_player {
    border: 3px solid #eda056;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .75);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .75);
    overflow: hidden;
    position: relative;
}

.video_player .link {
    display: block;
}

.video_player .img {
    max-width: 100%;
    vertical-align: top;
}

.video_player .btn {
    background: url("../images/pic29.png") no-repeat 50% 50%;
    width: 92px;
    height: 92px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.video_player + .video_player {
    margin-top: 46px;
}

.completed_projects_box {
    height: 838px;
    padding: 55px 0 0;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.completed_projects_box:before {
    content: '';
    background: url("../images/pic40.jpg") no-repeat 50% 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.completed_projects_box .h1 {
    margin-bottom: 30px;
    color: #fff;
}

.carousel_2 {
    height: 580px;
    position: relative;
}

.carousel_2 .list .item {
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: rgba(254, 254, 254, 0);
    width: 746px;
    padding: 29px 29px 16px;
    position: absolute;
    top: 0;
    left: 100px;
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity 1s ease, top 1s ease, left 1s ease, width 1s ease;
    transition: opacity 1s ease, top 1s ease, left 1s ease, width 1s ease;
}

.carousel_2 .list .item_1 {
    width: 746px;
    top: 16px;
    left: -43px;
    opacity: 1;
    z-index: 1;
}

.carousel_2 .list .item_2 {
    background-color: rgba(254, 254, 254, 0.12);
    border-color: #63a7bf;
    width: 810px;
    top: 0;
    left: 53px;
    opacity: 1;
    z-index: 2;
}

.carousel_2 .list .item_2 .text {
    opacity: 1;
}

.carousel_2 .list .item_3 {
    width: 746px;
    top: 16px;
    left: 213px;
    opacity: 1;
    z-index: 1;
}

.carousel_2 .fig {
    border-radius: 4px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.carousel_2 .fig .img {
    max-width: 100%;
    vertical-align: top;
}

.carousel_2 .text {
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.carousel_2 .prev,
.carousel_2 .next {
    background: #ffffff url("../images/pic38.png") no-repeat 50% 50%;
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .75);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .75);
    width: 37px;
    height: 47px;
    position: absolute;
    top: 222px;
    left: 46px;
    z-index: 2;
}

.carousel_2 .next {
    background-image: url("../images/pic39.png");
    border-radius: 0 5px 5px 0;
    left: auto;
    right: 49px;
}

.reviews_list .item {
    margin-top: 35px;
}

.reviews_list .item:first-child {
    margin: 0;
}

.reviews_list .item:nth-child(2n) .info {
    float: right;
    padding: 0 0 0 25px;
}

.reviews_list .item:nth-child(2n) .context {
    padding: 8px 24px 0 0;
}

.reviews_list .item:nth-child(2n) .comment:before {
    background-image: url("../images/pic44.gif");
    left: auto;
    right: -20px;
}

.reviews_list .item.anim {
    opacity: 0;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.reviews_list .item.anim:nth-child(2n) {
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
}

.reviews_list .item.animateIn {
    opacity: 1;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
}

.reviews_list .item.animateIn:nth-child(2n) {
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
}

.reviews_list .info {
    float: left;
    width: 161px;
    padding: 0 25px 0 0;
    text-align: center;
}

.reviews_list .author {
    color: #383838;
    font-size: 14px;
    font-size: 1.4rem;
}

.reviews_list .date {
    color: #383838;
    font-size: 14px;
    font-size: 1.4rem;
}

.reviews_list .fig {
    -webkit-box-shadow: 0px 0px 0px 3px #d80409;
    box-shadow: 0px 0px 0px 3px #d80409;
    border: 10px solid #fff;
    border-radius: 50%;
    margin-bottom: 16px;
    width: 135px;
    height: 135px;
    overflow: hidden;
    position: relative;
}

.reviews_list .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.reviews_list .title {
    margin-bottom: 14px;
    color: #383838;
    font-family: 'Cuprum', sans-serif;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.2;
}

.reviews_list .context {
    overflow: hidden;
    padding: 8px 0 0 24px;
}

.reviews_list .comment {
    background-color: #f3f3f3;
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, .75);
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, .75);
    border-radius: 6px;
    padding: 32px;
    position: relative;
    color: #383838;
    font-size: 15px;
    font-size: 1.5rem;
}

.reviews_list .comment:before {
    content: '';
    background: url("../images/pic43.gif") no-repeat;
    width: 29px;
    height: 35px;
    position: absolute;
    top: 24px;
    left: -20px;
}

.contacts_box {
    height: 865px;
    padding: 160px 0 0;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contacts_box:before {
    content: '';
    background: url("../images/pic52.png") no-repeat 50% 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.contacts_box .map {
    position: absolute;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -2;
    text-align: center;
}

.contacts_box .map img {
    vertical-align: top;
}

.contacts_box .h1 {
    margin-bottom: 18px;
    color: #fff;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.75);
}

.contacts_box .btns {
    margin-bottom: 34px;
    text-align: center;
}

.contacts_box .context:before,
.contacts_box .context:after {
    content: "";
    display: table;
}

.contacts_box .context:after {
    clear: both;
}

.contacts_box .caption {
    float: left;
    padding-left: 106px;
    color: #fefefe;
    font-family: 'Cuprum', sans-serif;
    font-size: 50px;
    font-size: 5rem;
    font-weight: bold;
    line-height: 1;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.75);
}

.contacts_box .text {
    overflow: hidden;
    padding: 12px 0 0 20px;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.75);
line-height: 1.2;
}

.contacts_box .phone,
.contacts_box .address,
.contacts_box .email {
    padding-left: 40px;
    position: relative;
}

.contacts_box .phone:before,
.contacts_box .address:before,
.contacts_box .email:before {
    content: '';
    background: url("../images/pic46.png") no-repeat;
    width: 16px;
    height: 24px;
    margin: auto;
    position: absolute;
    top: -5px;
    left: 0;
    bottom: -5px;
}

.contacts_box .address:before {
    background-image: url("../images/pic47.png");
    width: 17px;
    height: 25px;
}

.contacts_box .email:before {
    background-image: url("../images/pic48.png");
    width: 23px;
    height: 17px;
}

.contacts_box .email .link {
    color: #fff;
}

.bubble {
    background: #fff;
    border: 3px solid #daf4ff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.67);
    width: 420px;
    padding: 25px 34px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    color: #464646;
    font-size: 15px;
    font-size: 1.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.bubble.active {
    opacity: 1;
    visibility: visible;
}

.bubble:before {
    content: '';
    background: url("../images/pic51.png") no-repeat;
    width: 24px;
    height: 34px;
    position: absolute;
    top: 12px;
    left: -24px;
}

.bubble .remove {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #333;
    font-size: 1.2rem;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
}

.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;
}

.modal__bg {
    background: #000;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    z-index: -1;
}

.modal__content {
    background: #fff;
    padding: 24px;
    position: relative;
}

.modal__close_btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    z-index: 2;
}

.lightbox__prev,
.lightbox__next {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.lightbox__next {
    left: auto;
    right: 0;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    width: 980px;
    height: 424px;
    margin: -424px auto 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}

.footer:before {
    content: '';
    background: #176d9c;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.copyright {
    float: left;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    left: 600px;
    position: absolute;
}

.securitypolicy {
    float: left;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    left: 10px;
    position: absolute;
}
.securitypolicy a {
    color: #fff;
    text-decoration: underline;
}
.nashisayty a {
    color: #fff;
    text-decoration: underline;
}

.nashisayty {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 40px;
}

.counters {
    float: right;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
@media only screen and (max-width: 759px) {
    .wrapper {
        min-width: 0;
    }

    body {
        line-height: 1.3;
    }

    .inner {
        width: auto;
        margin-bottom: 175px;
    }

    .header {
        background: #fdfbf8;
        height: 1020px;
    }

    .header:before {
        background-image: url("../images/small/pic1.jpg");
        top: 95px;
    }
    


    .logo {
        top: 0px;
    }

    .contacts {
        top: 122px;
    }

    .contacts .phone {
        font-size: 25px;
    }

    .slogan {
        top: 268px;
        left: 0;
        right: 0;

    }

    .slogan .text_1 {
        font-size: 22px;
margin-bottom: 40px;
    }

    .slogan .text_2 {
        font-size: 20px;
    }

    .send_request {
        width: auto;
        top: 581px;
        left: 18px;
        right: 18px;
    }

    .order_callback {
        top: 214px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .our_production_box {
        margin-bottom: 180px;
        padding: 140px 16px 60px;
    }

    .our_production_box:before {
        background: url("../images/small/pic2.png") no-repeat 50% 0, url("../images/pic11.jpg") no-repeat scroll 50% 0, #186a98;
    }

    .h1, .x1 {
        font-size: 42px;
        line-height: 1;
    }

    .production_list> .item> .text {
        font-size: 16px;
    }

    .carousel_1 {
        width: 227px;
        margin: auto;
    }

    .carousel_1 .prev, .carousel_1 .next {
        background-image: url("../images/small/pic3.png");
        width: 46px;
        left: -46px;
    }

    .carousel_1 .next {
        background-image: url("../images/small/pic4.png");
        right: -46px;
        left: auto;
    }

    .production_list> .item> .title {
        line-height: 1.1;
    }

    .our_offer_box .h1 {
        text-shadow: none;
    }

    .our_offer_list {
        margin: 0;
        padding: 0 10px;
        text-align: left;
    }

    .our_offer_list .item {
        width: auto;
        margin: 36px 0 0;
        padding-left: 92px;
    }

    .our_offer_list .item:first-child {
        margin: 0;
    }


    .our_offer_list .item.anim {
        opacity: 1;
        -webkit-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
        -webkit-transition: none;
        -ms-transition: none;
        transition: none;
    }

    .our_offer_list .fig {
        width: 75px;
        height: 75px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    .our_offer_list .context {
        width: auto;
    }

    .our_offer_list .fig .img {
        max-width: 80%;
        max-height: 80%;
    }

    .about_company_box {
        height: auto;
        padding: 185px 12px;
    }

    .about_company_box .col + .col {
        padding-left: 0;
    }

    .about_company_box:before {
        background: url("../images/pic33.jpg") no-repeat scroll 50% 0, url("../images/pic33.jpg") no-repeat scroll 50% 100%;
    }


    .about_company_box:after {
        content: '';
        background: url("../images/small/pic5.png") repeat-y 50% 0;
        display: block;
        position: absolute;

        left: -1000em;
        right: -1000em;
        top: 1231px;
        bottom: 213px;
        z-index: -1;
    }

    .about_company_box .h1 {

    }

    .about_company_box .col {
        float: none;
        width: auto;
        padding: 0 0 30px;
    }

    .contacts_box {
        padding: 160px 20px 0;
    }


    .contacts_box .h1 {
        font-size: 36px;
    }

    .contacts_box .phone, .contacts_box .address, .contacts_box .email {
        margin-bottom: 3px;
        font-size: 20px;
    }

    .btn_3 {
        display: block;
        height: auto;
        padding: 8px 15px;
        font-size: 22px;
        line-height: 1.1;
    }

    .footer {
        width: auto;
        height: 175px;
        margin-top: -175px;
    }

    .footer:before {
        background-size: auto 100%;
    }

    .copyright {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        font-size: 16px;
        text-align: center;
    }

    .counters {
        position: absolute;
        top: 62px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .design {
        position: absolute;
        top: 113px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .contacts_box .caption {
        float: none;

        padding-left: 0;
        font-size: 32px;
    }

    .contacts_box .text {
        padding: 2px 0 0;
line-height: 0.9;
    }

    .contacts_box .phone {

        font-weight: bold;
    }

    .contacts_box .address {
        min-height: 15px;
    }

    .contacts_box .address:before {
        top: 0;
        bottom: auto;
    }

    .contacts_box .btns {
        margin-bottom: 15px;
    }

    .reviews_list .item.anim {
        opacity: 1;
        -webkit-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
        -webkit-transition: none;
        -ms-transition: none;
        transition: none;
    }

    .reviews_list .info {
        float: none;
        margin: auto;
        padding: 0;
    }

    .reviews_list .title {
        line-height: 1;
        text-align: center;
    }

    .reviews_list .comment {
        padding: 20px;
        font-size: 16px;
    }

    .review_box {
        padding: 0 12px;
    }

    .reviews_list .item.anim:nth-child(2n) {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .reviews_list .item:nth-child(2n) .info {
        float: none;
        padding: 0;
    }

    .carousel_2 {
        width: 320px;
        height: 375px;
        margin: auto;
        overflow: hidden;

    }

    .carousel_2 .list .item_1 {
        width: 320px;
        padding: 0;
        left: -100%;
        top: 0;
    }

    .carousel_2 .list .item_2 {
        background: none;
        border: 0;
        width: 320px;
        padding: 0;
        left: 0;
        top: 0;
    }

    .carousel_2 .list .item_3 {
        width: 320px;
        padding: 0;
        top: 0;
        left: 100%;
    }

    .carousel_2 .fig {
        background: #347ca4;
        border: 1px solid #64a7bf;
        width: 238px;
        padding: 11px 40px;
    }

    .carousel_2 .prev, .carousel_2 .next {
        width: 33px;

        top: 75px;
        left: 8px;
    }

    .carousel_2 .next {
        left: auto;
        right: 8px;
    }

    .about_company_box .text_1 {
        font-size: 38px;
    }

    .completed_projects_box {
        height: 638px;
    }

    .completed_projects_box:before {
        background-position: 50% -200px;

    }

    .modal__horisontal_inner {
        width: 100%;
    }


    .lightbox__image img {
        width: 100%;
    }

    .modal .w-400 {
        width: 100%;
    }


}

/* print media */
@media print {
    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
        clear: none !important;
    }

    html,
    body,
    article,
    header,
    section,
    footer,
    aside,
    div {
        width: 100% !important;
    }

    a,
    a:link,
    a:visited,
    a:hover,
    a:active,
    abbr,
    acronym {
        text-decoration: none;
        border-bottom: 0 none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    nav {
        display: none;
    }
}
