/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  5.90 23.08.14 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.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: #010000;
    height: 100%;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
    word-wrap: break-word;
}

input, button, select, textarea, html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #FFF;
    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: 27px;
    font-size: 2.7rem;
    font-weight: bold;
    margin: 0 0 22px;
    line-height: 1.3;
}

.h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 0.83em;
}

.h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 14px;
    line-height: 1.3;
}

.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;
}

.x1 {
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: bold;
    margin: 0 0 18px;
    line-height: 1.3;
}

.x2 {
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: bold;
    color: #7ba7bd;
    margin: 0 0 21px;
    line-height: 1.3;
}

/*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: #cfcfcf;
    -moz-box-shadow: inset 3px 4px 5px rgba(142, 142, 142, .75);
    -webkit-box-shadow: inset 3px 4px 5px rgba(142, 142, 142, .75);
    box-shadow: inset 3px 4px 5px rgba(142, 142, 142, .75);
    border: 0;
    padding: 8px 5px 7px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    -moz-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: gray;
    font-style: italic;
}

.field::-moz-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field.placeholder {
    color: gray;
    font-style: italic;
}

.field.invalid {
    border: 3px solid #ff9f3b;
    border-radius: 4px;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: #ff9f3b;
    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;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 17px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid rgba(131, 168, 186, 0.25);
}

::-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 {
    position: relative;
    min-width: 1000px;
    margin: auto;
    min-height: 100%;
    z-index: 1;
    overflow: hidden;
}

.inner {
    width: 960px;
    margin: 0 auto 69px;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/


/*---------------------- header -------------------------------------*/
.header {
    padding: 415px 0 0 0;
    position: relative;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    width: 79px;
    height: 73px;
    position: absolute;
    top: 25px;
    left: 0;
}

.logo .link {
    display: block;
    width: 79px;
    height: 73px;
}

.map {
    position: absolute;
    top: 22px;
    left: 49px;
    overflow: hidden;
}

.map .item {
    float: left;
    margin: 0 8px 0 0;
}

.company_1 {
    position: absolute;
    top: 37px;
    left: 98px;
    font-size: 16px;
}

.company_2 {
    position: absolute;
    top: 58px;
    left: 98px;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.contacts {
    border-left: 1px solid rgba(131, 168, 186, 0.25);
    border-right: 1px solid rgba(131, 168, 186, 0.25);
    padding: 10px 45px 14px 50px;
    position: absolute;
    top: 33px;
    right: 257px;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 23px;
    line-height: 0.9;
}

.contacts .link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: italic;
    color: #fff;
}

.ask_question {
    position: absolute;
    top: 43px;
    right: 0;
    font-size: 16px;
    font-weight: bold;
}

.ask_question .link {
    background: url(../images/bg_ask_question.png) repeat-x;
    display: inline-block;
    padding: 7px 17px 12px 10px;
    position: relative;
    color: #fff;
    text-decoration: none;
}

.ask_question .link:before {
    content: "";
    background: url(../images/bg_ask_question_right.png) no-repeat;
    width: 3px;
    height: 41px;
    position: absolute;
    top: 0;
    right: 0;
}

.ask_question .link:after {
    content: "";
    background: url(../images/bg_ask_question_left.png) no-repeat;
    width: 3px;
    height: 41px;
    position: absolute;
    top: 0;
    left: 0;
}

.ask_question .link .text {
    background: url(../images/pic3.png) no-repeat 0 50%;
    padding: 0 0 0 41px;
    display: inline-block;
    line-height: 1.8;
}

.promo {
    background: url(../images/pic5.jpg) no-repeat;
    width: 960px;
    height: 277px;
    margin-left: -480px;
    position: absolute;
    top: 131px;
    left: 50%;
}

.promo .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;

}

.promo .item.active {
    opacity: 1;
    visibility: visible;
}

.promo:before {
    content: "";
    border-bottom: 3px solid #a8dcf6;
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
}

.promo:after {
    content: "";
    border-top: 3px solid #7eabc1;
    position: absolute;
    right: 0;
    top: -7px;
    left: 0;
}

.promo .fig {
    width: 534px;
    height: 277px;
    position: absolute;
    top: 0;
    right: 0;
}

.promo .title {
    background: rgba(30, 36, 37, 0.44);
    width: 330px;
    padding: 8px 5px 6px;
    position: absolute;
    bottom: 125px;
    left: 0;
    font-size: 36px;
    font-weight: bold;

    -webkit-transition: all .5s ease 1.2s;
    -moz-transition: all .5s ease 1.2s;
    transition: all .5s ease 1.2s;
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}



.promo .text {
    width: 376px;
    position: absolute;
    top: 171px;
    left: 7px;
    -webkit-transition: all .5s ease 1s;
    -moz-transition: all .5s ease 1s;
    transition: all .5s ease 1s;
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.promo .active .title,  .promo .active .text {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

.more {
    background: #242424;
    display: inline-block;
    padding: 10px 18px 11px;
    font-size: 14px;
    color: #fefefe;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.more:hover {
    background: #6b95a9;
}

.nav {
    background: #1e2425;
    height: 66px;
    margin: 0 0 35px;
    position: relative;
    z-index: 10;
}

.nav> .list {
    display: table;
    width: 960px;
    margin: 0 auto;
    z-index: 1;
}

.nav> .list> .item {
    background: url(../images/border_menu.png) no-repeat 0 100%;
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
}

.nav> .list> .item:first-child {
    background: none;
}

.nav .list:before, .nav .list:after, .nav .list .item:before, .nav .list .item:after {
    display: none;
}

.nav> .list> .item> .link {
    display: table;
    width: 100%;
    height: 66px;
    position: relative;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav> .list> .item:hover> .link, .nav> .list> .active .link {
    background-color: #578195;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE5NCA2NiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNTI3NzhhIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYTlkZWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOTQiIGhlaWdodD0iNjYiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #52778a 0%, #a9def9 100%);
    background-image: -o-linear-gradient(bottom, #52778a 0%, #a9def9 100%);
    background-image: -webkit-linear-gradient(bottom, #52778a 0%, #a9def9 100%);
    background-image: linear-gradient(bottom, #52778a 0%, #a9def9 100%);
}

.nav .in {
    display: table-cell;
    padding: 15px 29px 0;
}

.nav .text {
    display: block;
    margin: 0 0 4px;
}

.nav .number {
    color: #434f55;
}

.nav> .list> .item:hover> .link .number, .nav> .list> .active .link .number {
    color: #fff;
}

.nav .sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 202px;
    display: none;
}

.nav .sub_menu {
    border-top: 1px solid #010000;
    display: block;
}

.nav .sub_menu .item {
    font-size: 12px;
}

.nav .sub_menu .link {
    background-color: #578195;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIwMiA0MSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNTI3NzhhIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYTlkZWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyMDIiIGhlaWdodD0iNDEiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #52778a 0%, #a9def9 100%);
    background-image: -o-linear-gradient(bottom, #52778a 0%, #a9def9 100%);
    background-image: -webkit-linear-gradient(bottom, #52778a 0%, #a9def9 100%);
    background-image: linear-gradient(bottom, #52778a 0%, #a9def9 100%);
    border-bottom: 1px solid #2d404a;
    border-right: 1px solid #506875;
    display: block;
    padding: 13px 29px 10px;
    color: #fff;
    text-decoration: none;
}

.nav .sub_menu .link:hover {
    text-decoration: underline;
}

.nav .item:hover .sub {
    display: block;
}

/*---------------------- end header ----------------------------------*/


/*---------------------- side ---------------------------------------*/
.side_1, .side_2 {
    width: 298px;
    padding-bottom: 30px;
    position: relative;
    float: left;
}

.side_2 {
    width: 245px;
    padding: 0 0 30px 54px;
    float: right;
}

.catalog_list_1 {
    margin: 0 0 27px;
}

.catalog_list_1 .item {
    margin: 0 0 10px;
    font-size: 17px;
}

.catalog_list_1 .link {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list_1 .item:hover .link {
    color: #7ba7bd;
}

.catalog_list_1 .fig {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 29px;
    margin: 0 8px 0 0;
    position: relative;
}

.catalog_list_1 .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.catalog_list_1 .text {
    display: inline-block;
    vertical-align: middle;
    width: 232px;
    text-decoration: underline;
}

.catalog_list_1 .item:hover .link .text {
    text-decoration: none;
}

.carousel_1 {
    width: 245px;
    margin: 0 0 27px;
    position: relative;
    overflow: hidden;
}

.carousel_1 .next, .carousel_1 .prev {
    background: #1e2425 url(../images/pic16.png) no-repeat 50% 50%;
    opacity: 0;
    width: 27px;
    height: 39px;
    position: absolute;
    top: 51px;
    right: 3px;
    z-index: 3;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_1 .next:hover {
    background: #1e2425 url(../images/pic17.png) no-repeat 50% 50%;
}

.carousel_1 .prev {
    background: #1e2425 url(../images/pic15.png) no-repeat 50% 50%;
    right: auto;
    left: 3px;
}

.carousel_1 .prev:hover {
    background: #1e2425 url(../images/pic18.png) no-repeat 50% 50%;
}

.carousel_1:hover .next {
    opacity: 1;
    visibility: visible;
}

.carousel_1:hover .prev {
    opacity: 1;
    visibility: visible;
}

.carousel_1 .in {
    width: 245px;
    position: relative;
}

.carousel_1 .list:before, .carousel_1 .list:after, .carousel_1 .list .item:before, .carousel_1 .list .item:after {
    display: none;
}

.carousel_1 .list {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.carousel_1 .item {
    display: table-cell;
    width: 245px;
    padding: 0 20px 0 0;
    vertical-align: top;
    position: relative;
}

.carousel_1 .link {
    position: relative;
    color: #fff;
}

.carousel_1 .link:hover {
    color: #7ba7bd;
}

.carousel_1 .fig {
    background: #fff;
    border: 3px solid #1d2325;
    display: block;
    width: 239px;
    height: 127px;
    margin: 0 0 9px;
    position: relative;
    overflow: hidden;
}

.carousel_1 .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.carousel_1 .price {
    font-size: 18px;
    font-weight: bold;
    color: #7ba7bd;
}

.all {
    background: #242424;
    display: inline-block;
    padding: 10px 10px 11px;
    font-size: 14px;
    color: #fefefe;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.all:hover {
    background: #6b95a9;
}

.carousel_2 {
    width: 245px;
    height: 457px;
    margin: 9px 0 27px;
    position: relative;
    overflow: hidden;
}

.carousel_2 .next, .carousel_2 .prev {
    background: #1e2425 url(../images/pic12.png) no-repeat 50% 50%;
    opacity: 0;
    width: 39px;
    height: 27px;
    position: absolute;
    top: 3px;
    right: 107px;
    z-index: 3;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_2 .next:hover {
    background: #1e2425 url(../images/pic21.png) no-repeat 50% 50%;
}

.carousel_2 .prev {
    background: #1e2425 url(../images/pic13.png) no-repeat 50% 50%;
    top: auto;
    bottom: 32px;
}

.carousel_2 .prev:hover {
    background: #1e2425 url(../images/pic20.png) no-repeat 50% 50%;
}

.carousel_2:hover .next {
    opacity: 1;
    visibility: visible;
}

.carousel_2:hover .prev {
    opacity: 1;
    visibility: visible;
}

.carousel_2 .in {
    width: 245px;
    position: relative;
}

.carousel_2 .list:before, .carousel_2 .list:after, .carousel_2 .list .item:before, .carousel_2 .list .item:after {
    display: none;
}

.carousel_2 .list {
}

.carousel_2 .item {
    height: 240px;
}

.carousel_2 .link {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    color: #fff;
}

.carousel_2 .link:hover {
    color: #7ba7bd;
}

.carousel_2 .fig {
    background: #fff;
    border: 3px solid #1d2325;
    display: block;
    width: 239px;
    height: 182px;
    margin: 0 0 6px;
    position: relative;
    overflow: hidden;
}

.carousel_2 .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

/*---------------------- end side ------------------------------------*/


/*---------------------- content -------------------------------------*/
.main_page .content {
    border-right: 1px solid rgba(131, 168, 186, 0.25);
    padding: 0 60px 0 58px;
}

.content {
    border-left: 1px solid rgba(131, 168, 186, 0.25);
    margin: 0 0 40px;
    padding: 0 0 0 58px;
    position: relative;
    overflow: hidden;
}

.fig_1 {
    float: left;
    width: 96px;
    height: 96px;
    margin: 0 10px 0 0;
    position: relative;
}

.fig_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.crumbs {
    margin: 3px 0 18px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/pic22.png) no-repeat 6px 3px;
    display: inline;
    padding: 0 0 0 19px;
    font-size: 12px;
    color: #fefefe;
    line-height: 1.6;
}

.crumbs .item:before, .crumbs .item:after {
    display: none;
}

.crumbs .item:after {
    clear: both;
}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
}

.crumbs .link {
    color: #fefefe;
}

.catalog_list_2 {
    margin: 0 0 11px;
}

.catalog_list_2 .item {
    margin: 0 0 8px;
}

.catalog_list_2 .link {
    font-size: 17px;
    color: #fff;
}

.catalog_list_2 .item:hover .link {
    color: #7ba7bd;
}

.catalog_list_2 .title {
    margin: 0 0 9px;
}

.catalog_list_2 .fig {
    background: #242424;
    border: 4px solid #242424;
    display: block;
    float: left;
    width: 148px;
    height: 98px;
    margin: 6px 12px 0 0;
    position: relative;
}

.catalog_list_2 .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.fig_2 {
    background: #242424;
    border: 4px solid #242424;
    display: block;
    float: left;

    margin: 0 11px 13px 0;
    position: relative;
}

.fig_2 .img {

    vertical-align: top;
}

.price_1 {
    background: #242424;
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px 0 0;
    padding: 8px 24px;
    font-size: 18px;
    color: #fefefe;
}

.order_1 {
    font-size: 12px;
    color: #fefefe;
}

.order_1:hover {
    color: #7ba7bd;
}

.back {
    background: #242424;
    display: inline-block;
    padding: 0 2px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.back:hover {
    background: #6b95a9;
}

.catalog_list_3 {
    margin: 0 0 4px;
}

.catalog_list_3 .item {
    border-bottom: 1px solid #222a2f;
    margin: 0 0 11px;
    padding: 0 0 11px;
}

.catalog_list_3 .box {
    float: right;
    width: 120px;
    margin: 38px 0 0 0;
    text-align: center;
}

.catalog_list_3 .price {
    background: #242424;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 4px 0;
    padding: 8px 24px;
    font-size: 18px;
    color: #fefefe;
}

.catalog_list_3 .title {
    margin-bottom: 9px;
}

.catalog_list_3 .link {
    font-size: 17px;
    color: #fff;
}

.catalog_list_3 .item:hover .link {
    color: #7ba7bd;
}

.catalog_list_3 .fig {
    background: #242424;
    border: 4px solid #242424;
    display: block;
    float: left;
    width: 148px;
    height: 98px;
    margin: 6px 12px 0 0;
    position: relative;
}

.catalog_list_3 .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.pages {
    margin: 0 0 43px;
}

.pages .item {
    margin: 0 4px 0 0;
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
}

.pages .item .link {
    background: #242424;
    display: block;
    width: 16px;
    height: 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pages .item:hover .link, .pages .active .link {
    background: #6b95a9;
}

.star {
    background: url(../images/pic30.png) no-repeat;
    width: 7px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
}

.captcha {
    vertical-align: middle;
    display: inline-block;
    width: 70px;
    height: 31px;
    position: relative;
}

.captcha img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.h-78 {
    height: 78px;
}

.button {
    background-color: #0b253d;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwNSA0NCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMGYyNTNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDE2YjhiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDUiIGhlaWdodD0iNDQiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #0f253f 0%, #416b8b 100%);
    background-image: -o-linear-gradient(bottom, #0f253f 0%, #416b8b 100%);
    background-image: -webkit-linear-gradient(bottom, #0f253f 0%, #416b8b 100%);
    background-image: linear-gradient(bottom, #0f253f 0%, #416b8b 100%);
    border: 1px solid #0b253d;
    padding: 13px 17px;
    font-size: 14px;
    color: #fefefe;
}

.ml-217 {
    margin-left: 217px;
}

.promobody {
    clear: both;
}

.projects_list_1 {
    margin: 0 0 0 -33px;
}

.projects_list_1 .item {
    width: 277px;
    margin: 0 0 9px 33px;
    text-align: center;
}

.projects_list_1 .title {
    margin-bottom: 9px;
}

.projects_list_1 .link {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
}

.projects_list_1 .item:hover .link {
    color: #7ba7bd;
    text-decoration: underline;
}

.projects_list_1 .fig {
    background: #242424;
    border: 4px solid #242424;
    display: inline-block;

    position: relative;
}

.projects_list_1 .fig .img {
  
    vertical-align: top;
}

.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;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.modal__bg {
    background: #000;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.show .modal__bg {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal__content {
    background: #fff;
    padding: 11px 10px 14px;
    position: relative;
    opacity: 0;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -moz-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.show .modal__content {
    -webkit-animation: 0.7s ease-out 0s normal forwards 1 slit;
    -moz-animation: 0.7s ease-out 0s normal forwards 1 slit;
    animation: 0.7s ease-out 0s normal forwards 1 slit;
}

@-webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes slit {
    50% {
        -moz-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -moz-animation-timing-function: ease-out;
    }
    100% {
        -moz-transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        animation-timing-function: ease-in;
    }
    100% {
        transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

.modal__content .box {
    padding: 10px 50px 6px 23px;
}

.modal__content .label {
    color: #000;
}

.modal__close_btn {
    background: url(../images/pic37.png) no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -14px;
    right: -10px;
}

.modal__content .h1 {
    color: #000;
}

.lightbox__title {
    padding: 14px 0 0 0;
    font-size: 14px;
    color: #000;
}

.lightbox__image img {
    border: 1px solid #dedede;
    vertical-align: top;
}

.lightbox__prev, .lightbox__next {
    background: url(../images/pic39.png) no-repeat;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    left: 23px;
}

.lightbox__next {
    background: url(../images/pic38.png) no-repeat;
    left: auto;
    right: 23px;
}
/*---------------------- end content ----------------------------------*/


/*---------------------- footer ---------------------------------------*/
.footer {
    background: #1e2425;
    border-top: 3px solid #547080;
    width: 980px;
    height: 66px;
    margin-left: -480px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.company {
    position: absolute;
    top: 24px;
    left: 25px;
    font-size: 12px;
    color: #fefefe;
}

.developer {
    position: absolute;
    top: 24px;
    right: 145px;
    font-size: 12px;
}

.developer .link {
    color: #fefefe;
}

.counter {
    position: absolute;
    top: 16px;
    right: 21px;
}
/*---------------------- end footer -----------------------------------*/

/* 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;
    }
}