/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  5.80 22.12.13 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: #faf3ed;
    height: 100%;
    color: #220000;
    font-size: 14px;
    font-size: 1.4rem;
    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: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-family: 'boblic', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    color: #f03436;
    margin: 0 0 14px;
    letter-spacing: -0.06em;
    line-height: 1.3;
}

.h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 0.83em;
}

.h3 {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    margin: 0 0 1em;
}

.h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 1.33em;
}

.h5 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1.67em;
}

.h6 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 2.33em;
}

.x1 {
    font-family: 'boblic';
    font-size: 36px;
    font-size: 3.6rem;
    color: #f03436;
    letter-spacing: -0.06em;
    margin: 0 0 14px;
}

/*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;
}

.f-28 {
    font-size: 28px;
    font-size: 2.8rem;
}

@font-face {
    font-family: 'boblic';
    src: url('../fonts/boblic.eot');
    src: url('../fonts/boblic.eot?#iefix') format('embedded-opentype'), url('../fonts/boblic.svg') format('svg'), url('../fonts/boblic.woff') format('woff'), url('../fonts/boblic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*end fonts*/
/*forms fields*/
.field {
    background: #fff;
    border: 0;
    border-radius: 2px;
    padding: 8px 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    vertical-align: middle;
}

.field:focus {
    border-color: #51cbee;
    -webkit-
    -shadow: rgba(81, 203, 238, 1) 0 0 5px;
    -moz-box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
    box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
}

.field:-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.field_error {
    background-color: red;
    border-color: red;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.error_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.correct_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
    overflow: hidden;
}

.cx:before, .cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 15px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px dashed #7b7b7b;
}

::-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;
}

.main_page .bg {
    background: url(../images/bg_1.jpg) no-repeat;

    height: 908px;
}

.main_page .bg_left {
    background: url(../images/bg_1_left.png) repeat-x;
}

.main_page .bg_right {
    background: url(../images/bg_1_right.png) repeat-x;
}

.bg {
    background: url(../images/bg_2.jpg) no-repeat;
    width: 1200px;
    height: 163px;
    margin-left: -600px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;
}

.bg_left {
    background: url(../images/bg_2_left.jpg) repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -10000px;
}

.bg_right {
    background: url(../images/bg_2_right.jpg) repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -10000px;
}

.inner {
    width: 960px;
    margin: 0 auto 138px;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.main_page .header {
    height: 817px;
}

.header {
    height: 72px;
    padding: 91px 0 0 0;
    margin-bottom: 32px;
    position: relative;
}

.logo {
    position: absolute;
    top: 21px;
    left: 0;
}

.logo .link {
    background: url(../images/logo.png) no-repeat;
    display: block;
    width: 279px;
    height: 93px;
}

.slogan {
    position: absolute;
    top: 120px;
    left: 117px;
    font-size: 16px;
    color: #faf3ed;
}

.map {
    position: absolute;
    top: 32px;
    left: 332px;
}

.map ul.list li.item {
    border-left: 1px solid #c93800;
    border-color: rgba(201, 56, 0, 0.7);
    padding: 0 24px;
    float: left;
}

.map ul.list li.item:first-child {
    border: 0;
    padding-left: 0;
}

.feedback {
    position: absolute;
    top: 33px;
    right: 301px;
    font-family: 'boblic';
    font-size: 16px;
}

.feedback .link {
    background: #450200;
    background-color: rgba(69, 2, 0, 0.8);
    border-radius: 6px;
    display: inline-block;
    padding: 6px 21px;
    color: #fbe182;
    text-decoration: none;
}

.contacts {
    position: absolute;
    top: 33px;
    right: 0;
    color: #fff;
    text-align: right;
    line-height: 1.3;
}

.contacts .link {
    color: #fff;
}

.nav {
    margin: 0 0 0 330px;
    position: relative;
    z-index: 10;
}

.nav> ul.list {
    margin: 0 auto;
    position: relative;
}

.nav> ul.list> li.item {
    font-family: 'boblic';
    font-size: 18px;
    vertical-align: middle;
}

.nav ul.list li.item:first-child {
    margin: 0;
}

.nav> ul.list> li.item> .link {
    display: block;
    padding: 12px 10px;
    color: #faf3ed;
    text-decoration: none;
}

.nav> ul.list> li.item:hover> .link, .nav> ul.list> li.active> .link {
    background: #2e0200;
    background-color: rgba(46, 2, 0, 0.4);
    color: #fbe182;
}

.nav .sub {
    width: 151px;
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
}

.nav ul.sub_menu {
    background: #2e0200;
    display: inline-block;
    padding: 8px 12px 13px 16px;
}

.nav ul.sub_menu li.item {
    margin-top: 6px;
    font-size: 16px;
}

.nav ul.sub_menu li.item:first-child {
    margin-top: 0;
}

.nav li.item:hover .sub {
    display: block;
}

.nav ul.sub_menu .link {
    color: #fbe182;
    text-decoration: none;
}

.nav ul.sub_menu .link:hover {
    text-decoration: underline;
}

.carousel_1 {
    background: url(../images/bg_carousel.jpg) no-repeat;
    width: 960px;
    height: 405px;
    position: absolute;
    top: 152px;
    left: 0;
}

.carousel_1 .shadow {
    background: url(../images/shadow_carousel.png) repeat-x;
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
}

.carousel_1 .box {
    width: 276px;
    padding: 20px 10px 20px 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel_1 .box p {
    margin-bottom: 16px;
    font-size: 10px;
}

.carousel_1 .box .h1 {
    margin-bottom: 10px;
    font-size: 18px;
}

.carousel_1 ul.list li.item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel_1 ul.list li.active {
    display: block;
}

.carousel_1 ul.list .fig {
    width: 619px;
    height: 384px;
    position: absolute;
    top: 10px;
    right: 9px;
}

.carousel_1 ul.list .fig .title {
    background: #faf3ed;
    background-color: rgba(250, 243, 237, 0.7);
    display: inline-block;
    padding: 13px 35px;
    position: absolute;
    bottom: 18px;
    right: 0;
    font-family: 'boblic';
    font-size: 22px;
    font-style: italic;
    color: #490205;
}

ul.list_1 {
    position: absolute;
    top: 592px;
    left: -6px;
}

ul.list_1 li.item {
    background: #1d0000;
    background-color: rgba(29, 0, 0, 0.8);
    border-top: 7px solid #1e0100;
    width: 154px;
    padding: 4px 16px 15px 16px;
    margin: 0 0 0 66px;
    position: relative;
    font-size: 12px;
    color: #faf3ed;
    float: left;
    line-height: 1.3;
}

ul.list_1 li.item .shadow {
    background: url(../images/shadow_list.png) no-repeat;
    width: 186px;
    height: 91px;
    position: absolute;
    top: 21px;
    left: 0;
    z-index: 1;
}

ul.list_1 li.item .text {
    min-height: 65px;
    font-family: 'boblic';
    font-size: 14px;
    color: #fbe182;
    z-index: 2;
    position: relative;
}

ul.list_1 li.item .box {
    min-height: 178px;
}

ul.list_1 li.item .fig {
    margin-bottom: 11px;
    z-index: 2;
    position: relative;
}

ul.list_1 li.item .btn_1 {
    background: #f03436;
    display: inline-block;
    padding: 4px 8px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}

ul.list_1 li.item .btn_1:hover {
    color: #fbe182;
    text-decoration: underline;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 270px;
    margin-bottom: 28px;
    position: relative;
    float: right;
}

.label {
    font-size: 12px;
    vertical-align: middle;
}

.captcha img {
    vertical-align: middle;
}

.h-65 {
    height: 65px;
}

.button {
    background: #410203;;
    border: 0;
    border-radius: 5px;
    padding: 7px 14px;
    font-family: 'boblic';
    font-size: 13px;
    color: #fbe182;
}

.star {
    background: url(../images/pic12.png) no-repeat;
    width: 5px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
}

.mr-95 {
    margin-right: 95px;
}

ul.list_4 {
    margin-bottom: 17px;
}

ul.list_4 li.item {
    margin-bottom: 16px;
    font-size: 13px;
}

ul.list_4 .link {
    background: url(../images/pic15.png) no-repeat 0 3px;
    display: inline-block;
    padding: 0 0 0 22px;
    color: #ad1012;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.main_page .content {
    padding: 0 0 28px 30px;
}

.content {
    position: relative;
    overflow: hidden;
    padding: 0 42px 28px 30px;
}

ul.list_2 {
    margin-bottom: 20px;
}

ul.list_2 li.item {
    margin: 0 0 10px 0;
    font-size: 13px;
}

ul.list_2 .number {
    background: #f03436;
    border-radius: 5px;
    width: 38px;
    height: 38px;
    vertical-align: middle;
    display: inline-block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    color: #faf3ed;
    margin: 0 16px 0 0;
    text-align: center;
    line-height: 1;
}

ul.list_2 .text {
    width: 213px;
}

.w-590 {
    width: 590px;
}

.text_link {
    color: #a80002;
}

.more {
    background: #410203;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 14px;
    font-family: 'boblic';
    font-size: 13px;
    color: #fbe182;
    text-decoration: none;
}

ul.crumbs {
    margin-bottom: 30px;
}

ul.crumbs:before, ul.crumbs:after {
    display: none;
}

ul.crumbs:after {
    clear: both;
}

ul.crumbs li.item {
    background: url(../images/pic11.png) no-repeat 4px 2px;
    display: inline;
    padding: 0 0 0 16px;
    font-size: 12px;
    line-height: 1.6;
}

ul.crumbs li.item:before, ul.crumbs li.item:after {
    display: none;
}

ul.crumbs li.item:after {
    clear: both;
}

ul.crumbs li.item:first-child {
    background: none;
    padding-left: 0;
}

ul.crumbs .link {
    color: #220000;
}

ul.list_3 {
    margin-left: -6px;
}

ul.list_3 li.item {
    background: #1d0000;
    background-color: rgba(29, 0, 0, 0.8);
    width: 154px;
    padding: 11px 16px 35px 16px;
    margin: 0 0 6px 6px;
    font-size: 12px;
    color: #faf3ed;
    line-height: 1.3;
}

ul.list_3 li.item .title {
    min-height: 65px;
    font-family: 'boblic';
    font-size: 15px;
    color: #fbe182;
}

ul.list_3 li.item .title .link {

    color: #fbe182;
    text-decoration: none;
}

ul.list_3 li.item .title .link:hover {
    text-decoration: underline;
}

ul.list_3 li.item .box {
    min-height: 178px;
}

ul.list_3 li.item .fig {
    margin-bottom: 11px;
}

ul.list_3 li.item .btn_1 {
    background: #f03436;
    display: inline-block;
    padding: 4px 8px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}

ul.list_3 li.item .btn_1:hover {
    color: #fbe182;
    text-decoration: underline;
}

ul.list_3 .foot {
    position: absolute;
    bottom: 15px;
}

.btn_2 {
    background: #410203;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 14px;
    font-family: 'boblic';
    font-size: 13px;
    color: #fbe182;
    text-decoration: none;
}

.back {
    font-size: 12px;
    font-style: italic;
    color: #220000;
}

.mr-140 {
    margin-right: 140px;
}

.modal {
    position: fixed;
    z-index: 1000;
    color: #280505;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal, .modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;
}

.modal__bg {
    background: #000;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
}

.ie8 .modal__bg {
    filter: alpha(opacity=50);
}

.modal__content {
    background: #F9F2EC;
    border-radius: 3px;
    padding: 31px 20px 20px 20px;
    position: relative;
}

.modal_pink .modal__content {
    background: #faf3ed;
}

.modal__close_btn {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 13px;
    color: #a80002;
}

.lightbox__title {
    margin-top: 6px;
    font-size: 14px;
    color: #220000;
}

.lightbox__prev, .lightbox__next {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.lightbox__next {
    left: auto;
    right: 0;
}

.promo {
    padding: 0 0 25px 28px;
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    background: url(../images/bg_footer.jpg) repeat-x;
    height: 138px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer .in {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.contacts_footer {
    position: absolute;
    top: 24px;
    left: 28px;
    color: #230000;
}

.contacts_footer .link {
    color: #c53005;
}

.contacts_footer .phone {
    color: #a80002;
}

.company {
    position: absolute;
    top: 90px;
    left: 28px;
    color: #230000;
}

.securitypolicy {
    position: absolute;
    top: 110px;
    left: 28px;
    color: #230000;
}

.securitypolicy .link {
    color: #230000;
}
.developer {
    position: absolute;
    top: 90px;
    right: 94px;
    font-size: 12px;
}

.developer .link {
    color: #c53005;
    
}
.developer .link a:hover {
    color: #c53005;
    text-decoration: none;
}

.counter {
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 76px;
}

.counter .item {
    margin-left: 11px;
    float: left;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/* small screens (landscape) */
@media only screen and (min-width: 321px) {
}

/* small screens (portrait) */
@media only screen and (max-width: 320px) {
}

/* medium small screens */
@media only screen and (max-width: 480px) {
}

/* medium screens (excludes iPad & iPhone) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
}

/* ipads (portrait and landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/* ipads (landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* ipads (portrait) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

/* medium large screens */
@media only screen and (min-width: 1444px) and (max-width: 1824px) {
}

/* large screens */
@media only screen and (min-width: 1824px) and (max-width: 2224px) {
}

/* extra large screens */
@media only screen and (min-width: 2224px) {
}

/* iphone 4 and high pixel ratio (1.5+) devices */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}

/* iphone 4 and higher pixel ratio (2+) devices (retina) */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
}

/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
}

/* 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;
    }
}