/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 02.09.15 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url("modals/fade_in_and_scale.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;
    color: #484848;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    word-wrap: break-word;
}

input, button, select, textarea, html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #1e659f;
    text-decoration: underline;
}

a:hover, a:hover:visited {
    text-decoration: none;
}

.nu a:hover, a.nu:hover {
    text-decoration: underline;
}

.nu a, a.nu {
    text-decoration: none;
}

a.link_dashed, .link_dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.link_dashed:hover, .link_dashed a:hover {
    border: 0;
    text-decoration: none;
}

.h1 {
    font-size: 30px;
    font-size: 3.0rem;
    margin: 0 0 26px;
    color: #1e659f;
    line-height: 1.1;
}

.main_page .h2 {
    border-left: 2px solid #eeeeee;
    padding: 10px 0 9px 14px;
}

.h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 15px;
    line-height: 1.1;
}

.main_page .h3 {
    border-left: 2px solid #eeeeee;
    padding: 10px 0 9px 14px;
}

.h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 13px;
    line-height: 1.1;
}

.h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 1.33em;
}

.h5 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1.67em;
}

.h6 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 2.33em;
}

/*colors*/
/*end colors*/
/*fonts*/
.f-10 {
    font-size: 10px;
    font-size: 1rem;
}

.f-11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.f-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.f-13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.f-14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.f-15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.f-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.f-17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.f-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.f-20 {
    font-size: 20px;
    font-size: 2rem;
}

/*end fonts*/
/*forms fields*/
.field {
    background: #fff;
    border: 2px solid #d2d2d2;
    padding: 9px 12px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #888888;
}

.field::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #888888;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #888888;
}

.field:-ms-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #888888;
}

.field.placeholder {
    font-size: 14px;
    color: #888888;
}

.field.invalid {
    border-color: red;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    margin: 0 0 0 3px;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
    overflow: hidden;
}

.cx:before, .cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 10px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #a5b136;
}

::-moz-selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

img::-moz-selection {
    background-color: transparent;
    -moz-box-shadow: none;
}

img::selection {
    background-color: transparent;
    box-shadow: none;
}

/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
    min-width: 1000px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.inner {
    width: 980px;
    margin: auto;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 375px 0 0 0;
    position: relative;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    width: 234px;
    height: 131px;
    position: absolute;
    top: 30px;
    left: -12px;
}

.logo .link {
    display: block;
    width: 234px;
    height: 131px;
}

.slogan {
    position: absolute;
    top: 167px;
    left: 0;
    font-size: 16px;
    font-style: italic;
    line-height: 1.2;
}

.address {
    position: absolute;
    top: 30px;
    left: 276px;
    line-height: 1.3;
}

.address .title {
    display: block;
    margin: 0 0 2px;
    font-size: 18px;
    color: #dd9e31;
}

.phone {
    border-left: 2px solid #eeeeee;
    padding: 0 0 30px 26px;
    position: absolute;
    top: 35px;
    right: 0;
    font-size: 18px;
    color: #1e659f;
}

.phone .list {
    margin: 0 0 0 -44px;
}

.phone .item {
    float: left;
    margin: 0 0 0 44px;
}

.mail {
    position: absolute;
    top: 71px;
    right: 252px;
}

.mail .link {
    color: #1e659f;
}

.map {
    position: absolute;
    top: 72px;
    right: 0;
}

.map .item {
    float: left;
    margin: 0 0 0 11px;
}

.carousel_1 {
    width: 704px;
    height: 248px;
    position: absolute;
    top: 127px;
    right: 0;
}

.carousel_1:after {
    content: "";
    background: url(../images/pic11.png) no-repeat;
    width: 429px;
    height: 165px;
    position: absolute;
    bottom: -68px;
    left: -378px;
    z-index: 1;
}

.carousel_1:before {
    content: "";
    background: url(../images/pic10.png) no-repeat;
    width: 394px;
    height: 142px;
    position: absolute;
    top: -45px;
    right: -136px;
    z-index: 1;
}

.carousel_1 .tap {
    position: absolute;
    top: 12px;
    left: -163px;
    z-index: 2;
}

.carousel_1> .list> .item {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.carousel_1> .list> .active {
    opacity: 1;
    z-index: 1;
}

.carousel_1 .fig {
    position: relative;
margin: 13px;
}

.carousel_1 .fig:before {
    content: "";
    -moz-box-shadow: inset 0 0 5px rgba(37, 39, 42, .75);
    -webkit-box-shadow: inset 0 0 5px rgba(37, 39, 42, .75);
    box-shadow: inset 0 0 5px rgba(37, 39, 42, .75);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.carousel_1 .img {
    vertical-align: top;
}

.main_page .nav {
    margin: 0 0 24px 276px;
}

.nav {
    background: url(../images/menu.png) repeat-x;
    height: 61px;
    margin: 0 0 12px 276px;
    position: relative;
    z-index: 10;
}

.nav:after {
    content: "";
    background: url(../images/menu_left.png) no-repeat;
    width: 3px;
    height: 61px;
    position: absolute;
    top: 0;
    left: 0;
}

.nav:before {
    content: "";
    background: url(../images/menu_right.png) no-repeat;
    width: 3px;
    height: 61px;
    position: absolute;
    top: 0;
    right: 0;
}

.nav> .list {
    display: table;
    width: 704px;
    position: relative;
    z-index: 1;
}

.nav> .list:before, .nav> .list:after, .nav> .list> .item:before, .nav> .list> .item:after {
    display: none;
}

.nav> .list> .item {
    background: url(../images/border_menu.png) no-repeat 0 50%;
    display: table-cell;
    vertical-align: top;
    position: relative;
    font-size: 15px;
}

.nav> .list> .item:first-child {
    background: none;
}

.nav> .list> .item> .link {
    display: table;
    width: 100%;
    height: 61px;
    position: relative;
    color: #484848;
    text-decoration: none;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav> .list> .item> .link:after {
    content: "";
    background: url(../images/menu_hover_left.png) no-repeat;
    width: 3px;
    height: 61px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.nav> .list> .item> .link:before {
    content: "";
    background: url(../images/menu_hover_right.png) no-repeat;
    width: 3px;
    height: 61px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.nav> .list> .item:hover> .link, .nav> .list> .active> .link {
    background: url(../images/menu_hover.png) repeat-x;
    color: #fff;
}

.nav> .list> .item:hover> .link:after, .nav> .list> .active> .link:after {
    opacity: 1;
}

.nav> .list> .item:hover> .link:before, .nav> .list> .active> .link:before {
    opacity: 1;
}

.nav .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 220px;
    margin: 0 57px 0 0;
    position: relative;
    float: left;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
    padding: 0 0 35px;
    position: relative;
}

.side + .content {
    float: left;
    width: 703px;
}

.news_list_1 p {
    margin: 0 0 10px;
}

.news_list_1 .item {
    margin: 0 0 11px;
    font-size: 12px;
    color: #888888;
    line-height: 1.2;
}

.news_list_1 .fig {
    float: left;
    margin: 4px 15px 0 0;
}

.news_list_1 .img {
    border: 1px solid #d2d2d2;
    vertical-align: top;
}

.news_list_1 .date {
    margin: 0 0 3px;
    font-size: 14px;
    color: #484848;
}

.news_list_1 .link {
    font-size: 14px;
    color: #1e659f;
}

.all {
    background: url(../images/pic4.png) no-repeat 0 9px;
    display: inline-block;
    padding: 0 0 0 8px;
    color: #1e659f;
}

.catalog_list_1 .item {
    margin: 0 0 19px;
    font-size: 16px;
    line-height: 1.2;
}

.catalog_list_1 .link {
    background: url(../images/pic3.png) no-repeat;
    display: inline-block;
    min-height: 22px;
    padding: 0 0 0 32px;
    color: #1e659f;
    -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, .catalog_list_1 .active .link {
    background: url(../images/pic12.png) no-repeat;
    color: #747474;
}

.more {
    background: url(../images/pic4.png) no-repeat 0 9px;
    display: inline-block;
    padding: 0 0 0 8px;
    color: #1e659f;
}

.box_1 {
    overflow: hidden;
}

.subscription {
    float: right;
    width: 320px;
    margin: 0 0 0 35px;
}

.subscription .link {
    background: url(../images/subscription.png) repeat-x;
    display: inline-block;
    height: 52px;
    padding: 0 23px;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 52px;
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.subscription .link:after {
    content: "";
    background: url(../images/subscription_left.png) no-repeat;
    width: 3px;
    height: 52px;
    position: absolute;
    top: 0;
    left: 0;
}

.subscription .link:before {
    content: "";
    background: url(../images/subscription_right.png) no-repeat;
    width: 3px;
    height: 52px;
    position: absolute;
    top: 0;
    right: 0;
}

.subscription .link:hover {
    transform: scale(1.05);
}

.promo {
    overflow: hidden;
    color: #888888;
}

.crumbs {
    margin: 0 0 22px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/pic13.png) no-repeat 3px 3px;
    display: inline;
    padding: 0 0 0 16px;
    font-size: 13px;
    color: #a6a6a6;
    line-height: 1.6;
}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
}

.crumbs .item:before, .crumbs .item:after {
    display: none;
}

.crumbs .item:after {
    clear: both;
}

.crumbs .link {
    color: #5a8eb9;
}

.catalog_list_2 {
    margin: 0 0 67px -28px;
}

.catalog_list_2 .item {
    width: 173px;
    margin: 0 0 0 28px;
    text-align: center;
    line-height: 1.4;
}

.catalog_list_2 .link {
    color: #1e659f;
}

.catalog_list_2 .link:hover {
    color: #747474;
}

.catalog_list_2 .fig {
    background: #fff;
    border: 2px solid #61a7d5;
    border-radius: 2px;
    display: block;
    margin: 0 0 4px;
    padding: 3px;
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list_2 .link:hover .fig {
    transform: scale(1.05);
}

.catalog_list_2 .img {
    vertical-align: top;
}

.catalog_list_3 {
    margin: 0 0 0 -39px;
}

.catalog_list_3 p {
    margin: 0 0 15px;
}

.catalog_list_3 .item {
    width: 332px;
    margin: 0 0 24px 39px;
    font-size: 12px;
    line-height: 1.3;
}

.catalog_list_3 .title {
    margin: 0 0 10px;
    line-height: 1.4;
}

.catalog_list_3 .link {
    font-size: 13px;
    color: #1e659f;
}

.catalog_list_3 .fig {
    background: #fff;
    border: 2px solid #b5c0c8;
    border-radius: 2px;
    float: left;
    margin: 2px 7px 0 0;
    padding: 3px;
}

.catalog_list_3 .img {
    vertical-align: top;
}

.catalog_list_3 .price {
    border-top: 1px solid #dde7f0;
    display: block;
    padding: 6px 0 0;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    color: #dd9e31;
    text-align: right;
    overflow: hidden;
}

.btn_1 {
    background: #e4eaef;
    border-radius: 2px;
    display: inline-block;
    height: 33px;
    padding: 0 21px;
    font-size: 13px;
    color: #76838e;
    line-height: 33px;
}

.pages {
    margin: 0 0 48px;
}

.pages .item {
    margin: 0 8px 0 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.pages .link {
    border-radius: 2px;
    display: block;
    width: 20px;
    height: 20px;
    color: #1e659f;
    line-height: 20px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pages .item:hover .link, .pages .active {
    background: #5297c9;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
}

.fig_1 {
    background: #fff;
    border: 2px solid #b5c0c8;
    border-radius: 2px;
    float: left;
    margin: 8px 23px 10px 0;
    padding: 3px;
}

.fig_1 .img {
    vertical-align: top;
}

.price_1 {
    border-bottom: 1px solid #dde7f0;
    display: block;
    margin: 0 0 21px;
    padding: 0 0 8px;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: #a2a2a2;
    text-align: right;
    overflow: hidden;
}

.price_1 .number {
    font-size: 28px;
    color: #dd9e31;
}

.back {
    background: url(../images/pic4.png) no-repeat 0 9px;
    display: inline-block;
    padding: 0 0 0 8px;
    color: #1e659f;
}

.button {
    background: url(../images/subscription.png) repeat-x;
    border: none;
    width: 240px;
    height: 52px;
    padding: 0 10px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 52px;
    text-align: center;
}

.button:after {
    content: "";
    background: url(../images/subscription_left.png) no-repeat;
    width: 3px;
    height: 52px;
    position: absolute;
    top: 0;
    left: 0;
}

.button:before {
    content: "";
    background: url(../images/subscription_right.png) no-repeat;
    width: 3px;
    height: 52px;
    position: absolute;
    top: 0;
    right: 0;
}

.captcha {
    display: inline-block;
    padding-left: 69px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    background: #efefef;
    border-top: 2px solid #d2d2d2;
    border-left: 2px solid #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
    width: 69px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.captcha .fig img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.captcha .field {
    width: 100%;
}

.modal {
    position: fixed;
    z-index: 1000;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal, .modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.modal__bg {
    background: #101921;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show .modal__bg {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.76;
}

.modal__content {
    background: #fff url(../images/pic22.png) repeat-x;
    border-radius: 2px;
    padding: 18px 20px 34px;
    position: relative;
}

.modal__content .h3 {
    margin: 0 0 36px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.main_page .modal__content .h3 {
    border: none;
    padding: 0;
}

.box_form .modal__content {
    padding: 21px 20px 14px;
}

.box_thanks .modal__content {
    width: 239px;
    padding: 21px 21px 27px;
    font-size: 13px;
    color: #575757;
}

.box_thanks .modal__content .h3 {
}

.modal__close_btn {
    background: url(../images/pic23.png) no-repeat 50% 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 24px;
    z-index: 2;
}

.modal_lightbox__title {
    margin: 20px 0 0;
    font-size: 13px;
    color: #575757;
}

.modal_lightbox__image img {
    border-radius: 2px;
    vertical-align: top;
}

.modal_lightbox__prev, .modal_lightbox__next {
    cursor: pointer;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.modal_lightbox__next {
    left: auto;
    right: 0;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    width: 980px;
    height: 85px;
    margin-left: -490px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.footer:before {
    content: "";
    background: url(../images/footer.png) repeat-x;
    height: 84px;
    width: 705px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.developer {
    border-top: 3px solid #f3f3f3;
    padding: 13px 54px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.developer p {
    margin: 0 0 4px;
}

.developer .link {
    font-size: 12px;
    color: #484848;
}

.counter {
    position: absolute;
    top: 25px;
    right: 23px;
}

.counter .img {
    vertical-align: top;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
/* small screens (landscape) */
/* small screens (portrait) */
/* medium small screens */
/* medium screens (excludes iPad & iPhone) */
/* ipads (portrait and landscape) */
/* ipads (landscape) */
/* ipads (portrait) */
/* medium large screens */
/* large screens */
/* extra large screens */
/* iphone 4 and high pixel ratio (1.5+) devices */
/* iphone 4 and higher pixel ratio (2+) devices (retina) */
/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
/* print media */
@media print {
    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
        clear: none !important;
    }

    html, body, article, header, section, footer, aside, div {
        width: 100% !important;
    }

    a, a:link, a:visited, a:hover, a:active, abbr, acronym {
        text-decoration: none;
        border-bottom: 0 none;
    }

    h1, h2, h3, h4, h5, h6, p, li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    nav {
        display: none;
    }
}
