<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 12.06.15 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url("modals/slit.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: #ece9d4;
    height: 100%;
    color: #292929;
    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: #206ca4;
    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: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    color: #221b1b;
    margin: 0 0 27px;
    line-height: 1.1;
}

.h2 {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    color: #224256;
    margin: 0 0 35px;
    line-height: 1.1;
}

.h3 {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    color: #432f2f;
    margin: 0 0 19px;
    line-height: 1.1;
}

.h4 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
    margin: 0 0 23px;
    line-height: 1.1;
}

.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;
}

.x4 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: normal;
    margin: 0 0 23px;
    line-height: 1.1;
    font-family: Georgia, Helvetica, sans-serif;
    text-align: center;
}

/*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: 1px solid #9d9d9d;
    border-radius: 4px;
    padding: 10px 14px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    font-size: 14px;
    color: #626262;
    font-style: italic;
}

.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: #626262;
    font-style: italic;
}

.field::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #626262;
    font-style: italic;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #626262;
    font-style: italic;
}

.field:-ms-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #626262;
    font-style: italic;
}

.field.placeholder {
    font-size: 14px;
    color: #626262;
    font-style: italic;
}

.field.invalid {
    border-color: red;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    margin: 0 0 0 2px;
    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 32px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #dfeaf3;
}

::-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;
}

.main_page .bg_top {
    background: url(../images/bg.png) no-repeat;
    height: 1816px;
    top: 1px;
}

.bg_top {
    background: url(../images/bg_2.png) no-repeat;
    width: 1920px;
    height: 213px;
    margin-left: -960px;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: -3;
}

.bg_top .blik_1 {

    width: 1280px;
    height: 720px;
    position: absolute;
    top: 50px;
    left: 440px;
    opacity: 0;
    display: none;
    -webkit-animation: blik_1 5s infinite;
    animation: blik_1 5s infinite;

}

.main_page .bg_top .blik_1 {
    display: block;
}

@-webkit-keyframes blik_1 {
    0% {
        opacity: 0.0;
    }
    10% {
        opacity: 1.0;
    }
    20% {
        opacity: 0.0;
    }
    100% {
        opacity: 0.0;
    }
}

@keyframes blik_1 {
    0% {
        opacity: 0.0;
    }
    10% {
        opacity: 1.0;
    }
    20% {
        opacity: 0.0;
    }
    100% {
        opacity: 0.0;
    }
}

.bg_top .blik_2 {

    width: 1280px;
    height: 720px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    -webkit-animation: blik_1 5s infinite 1s;
    animation: blik_1 5s infinite 1s;
}

.main_page .bg_top .blik_2 {
    display: block;
}

.bg_top .clouds_1 {

    height: 170px;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    -webkit-animation: clouds_1 145s infinite linear -25s;
    animation: clouds_1 145s infinite linear -25s;
}

@-webkit-keyframes clouds_1 {
    0% {
        background-position: -713px 0;
    }
    100% {
        background-position: 100% 0;
    }
}

@keyframes clouds_1 {
    0% {
        background-position: -713px 0;
    }
    100% {
        background-position: 100% 0;
    }
}

.bg_top .clouds_2 {


    height: 170px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: clouds_1 105s infinite linear -50s;
    animation: clouds_1 105s infinite linear -50s;
}

.line_top {
    border-top: 10px solid #221b1b;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -2;
}

.inner {
    width: 980px;
    margin: auto;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 220px 0 0 0;
    position: relative;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    width: 300px;
    height: 121px;
    position: absolute;
    top: 43px;
    left: 0;
}

.logo .link {
    display: block;
    width: 300px;
    height: 121px;
}

.slogan {
    position: absolute;
    top: 155px;
    left: 0;
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
}

.contacts {
    background: url(../images/pic1.png) no-repeat 0 2px;
    padding: 0 0 0 24px;
    position: absolute;
    top: 113px;
    left: 458px;
    line-height: 1.3;
}

.contacts .phone {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.contacts .link {
    font-style: italic;
    color: #fff;
}

.feedback {
    position: absolute;
    top: 112px;
    right: 1px;
}

.feedback .link {
    background: #b16410;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(200, 225, 253, 0);
    border-radius: 6px;
    display: inline-block;
    height: 47px;
    padding: 0 26px;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 47px;
}

.feedback .link:after {
    content: "";

    width: 6px;
    height: 47px;
    position: absolute;
    top: 0;
    left: 0;
}

.feedback .link:before {
    content: "";

    width: 6px;
    height: 47px;
    position: absolute;
    top: 0;
    right: 0;
}

.feedback .link:hover {
    border: 1px solid rgba(200, 225, 253, .48);
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkwYjkzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjNzBhNjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzBhNjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #432f2f 0%, #432f2f 99.29%, #432f2f 100%);
    background-image: -o-linear-gradient(bottom, #432f2f 0%, #432f2f 99.29%, #432f2f 100%);
    background-image: -webkit-linear-gradient(bottom, #432f2f 0%, #432f2f 99.29%, #432f2f 100%);
    background-image: linear-gradient(bottom, #432f2f 0%, #432f2f 99.29%, #432f2f 100%);
    -moz-box-shadow: inset 0 0 9px rgba(0, 0, 0, .68);
    -webkit-box-shadow: inset 0 0 9px rgba(0, 0, 0, .68);
    box-shadow: inset 0 0 9px rgba(0, 0, 0, .68);
}

.feedback .link:hover:after {
    background: none;
}

.feedback .link:hover:before {
    background: none;
}

.subscribe {
    position: absolute;
    top: 114px;
    right: 0;
}

.subscribe .link {
    background: url(../images/pic2.png) no-repeat 100% 5px;
    display: inline-block;
    padding: 0 20px 0 0;
    font-style: italic;
    color: #2A4D60;
}

.main_page .nav {
    /*margin: 0 0 125px 293px;*/
}

.nav {
    width: 687px;
    height: 48px;
    margin: auto;
    /*margin: 0 0 152px 293px;*/
    position: absolute;
    top: 43px;
    left: 303px;
    right: 0;
    z-index: 10;
}

.nav_fixed {
    position: fixed;
    left: 313px;
    top: 0;
}

.nav&gt; .list {
    display: table;
    width: 687px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.nav&gt; .list:before, .nav&gt; .list:after, .nav&gt; .list&gt; .item:before, .nav&gt; .list&gt; .item:after {
    display: none;
}

.nav&gt; .list&gt; .item {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding: 0 1px 0 0;
}

.nav&gt; .list&gt; .item&gt; .link {
    background: url(../images/menu_1.png) repeat-x;
    display: table;
    width: 100%;
    height: 48px;
    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;
    z-index: 2;
}

.nav&gt; .list&gt; .item&gt; .link:after {
    content: "";
    background: url(../images/menu_1.png) no-repeat;
    width: 6px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

.nav&gt; .list&gt; .item&gt; .link:before {
    content: "";
    background: url(../images/menu_1.png) no-repeat;
    width: 6px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
}

.nav&gt; .list&gt; .item:nth-child(4n+2)&gt; .link {
    background: url(../images/menu_1.png) repeat-x;
}

.nav&gt; .list&gt; .item:nth-child(4n+2)&gt; .link:after {
    content: "";
    background: url(../images/menu_1.png) no-repeat;
    width: 6px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

.nav&gt; .list&gt; .item:nth-child(4n+2)&gt; .link:before {
    content: "";
    background: url(../images/menu_1.png) no-repeat;
    width: 6px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
}

.nav&gt; .list&gt; .item:nth-child(4n+3)&gt; .link {
    background: url(../images/menu_1.png) repeat-x;
}

.nav&gt; .list&gt; .item:nth-child(4n+3)&gt; .link:after {
    content: "";
    background: url(../images/menu_1.png) no-repeat;
    width: 6px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

.nav&gt; .list&gt; .item:nth-child(4n+3)&gt; .link:before {
    content: "";
    background: url(../images/menu_1.png) no-repeat;
    width: 6px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
}

.nav&gt; .list&gt; .item:nth-child(4n+4)&gt; .link {
    background: url(../images/menu_1.png) repeat-x;
}

.nav&gt; .list&gt; .item:nth-child(4n+4)&gt; .link:after {
    content: "";
    background: url(../images/menu_1.png) no-repeat;
    width: 6px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

.nav&gt; .list&gt; .item:nth-child(4n+4)&gt; .link:before {
    content: "";
    background: url(../images/menu_1.png) no-repeat;
    width: 6px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
}

.nav&gt; .list&gt; .item:first-child&gt; .link {
    border-radius: 6px 0 0 6px;
}

.nav&gt; .list&gt; .item:first-child&gt; .link:after {
    border-radius: 6px 0 0 6px;
}

.nav&gt; .list&gt; .item:last-child&gt; .link {
    border-radius: 0 6px 6px 0;
}

.nav&gt; .list&gt; .item:last-child&gt; .link:before {
    border-radius: 0 6px 6px 0;
}

.nav&gt; .list&gt; .have_sub:first-child:hover&gt; .link {
    border-radius: 6px 0 0 0;
}

.nav&gt; .list&gt; .have_sub:last-child:hover&gt; .link {
    border-radius: 0 6px 0 0;
}

.nav&gt; .list&gt; .have_sub:hover&gt; .link {
    background: url(../images/menu_1_have_sub.png) repeat-x;
    height: 49px;
}

.nav&gt; .list&gt; .have_sub:nth-child(4n+2):hover&gt; .link {
    background: #B39F92;
}

.nav&gt; .list&gt; .have_sub:nth-child(4n+3):hover&gt; .link {
    background: #B39F92;
}

.nav&gt; .list&gt; .have_sub:nth-child(4n+4):hover&gt; .link {
    background: #B39F92;
}

.nav&gt; .list&gt; .have_sub:hover&gt; .link:after {
    background: none;
}

.nav&gt; .list&gt; .have_sub:hover&gt; .link:before {
    background: none;
}

.nav .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
}

.nav .sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    display: none;
    z-index: -2;
}

.nav .sub_menu {
    background: #bb1319;
    border-radius: 0 6px 6px 6px;
    display: block;
    padding: 10px 58px 11px 18px;
    float: left;
    position: relative;
}

.nav&gt; .list&gt; .item:nth-child(4n+2) .sub_menu {
    background: #0b4f73;
}

.nav&gt; .list&gt; .item:nth-child(4n+3) .sub_menu {
    background: #B39F92;
}

.nav&gt; .list&gt; .item:nth-child(4n+4) .sub_menu {
    background: #699213;
}

.nav .sub_menu .item {
    margin: 0 0 5px;
    font-size: 12px;
}

.nav .sub_menu .link {
    background: url(../images/pic15.png) no-repeat 0 7px;
    display: inline-block;
    padding: 0 0 0 8px;
    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 .sub_menu .link:hover {
    text-decoration: underline;
}

.nav&gt; .list&gt; .item:hover .sub {
    display: block;
}

.services_list_1 {
    margin: 0 0 597px;
text-align: center;
}

.services_list_1 .item {
   text-align: left;
    width: 472px;
    height: 87px;
    font-size: 26px;

}

.services_list_1 .item:nth-child(2) {
    
}

.services_list_1 .item:nth-child(3) {
   
}

.services_list_1 .item:nth-child(4) {
   
}

.services_list_1 .link {
    color: #fff;
    text-decoration: none;
}

.services_list_1 .text {
   
    display: inline-block;
    padding: 0 6px;
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: Georgia, Helvetica, sans-serif;
    font-style: italic;
}

.services_list_1 .item:nth-child(2) .text {
   
}

.services_list_1 .item:nth-child(3) .text {
   
}

.services_list_1 .item:nth-child(4) .text {
   
}

.services_list_1 .text_2 {
    background: #bb1319;
    display: inline-block;
    padding: 3px 6px 4px;
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list_1 .item:nth-child(2) .text_2 {
    background: #0278a6;
}

.services_list_1 .item:nth-child(3) .text_2 {
    background: #e8ab00;
}

.services_list_1 .item:nth-child(4) .text_2 {
    background: #81a92d;
}

.services_list_1 .item:hover .text {
    transform: scale(1.05);
}

.services_list_1 .item:hover .text_2 {
    transform: scale(1.05);
}

.services_list_1 .arrow {
    background: #5b3009 url(../images/pic3.png) no-repeat 50% 50%;
   width: 37px;
    height: 37px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 10px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list_1 .item:nth-child(2) .arrow {
    background: #b16410 url(../images/pic3.png) no-repeat 50% 50%;
}

.services_list_1 .item:nth-child(3) .arrow {
    background: #b16410 url(../images/pic3.png) no-repeat 50% 50%;
}

.services_list_1 .item:nth-child(4) .arrow {
    background: #5b3009 url(../images/pic3.png) no-repeat 50% 50%;
}

.services_list_1 .item:hover .arrow {
    width: 51px;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 260px;
    padding: 50px 40px 0 0;
    position: relative;
    float: left;
}

.services_list_2&gt; .item {
    border-top: 1px solid #c09768;
    padding: 8px 0 15px;
    font-size: 16px;
    font-weight: bold;
}

.services_list_2&gt; .item:first-child {
    border: none;
    padding-top: 0;
}

.services_list_2&gt; .item&gt; .link {
    display: inline-block;
    padding: 6px 10px;
    color: #221b1b;
    text-decoration: none;
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list_2&gt; .item&gt; .link:hover {
    background: #c09768;
    color: #2A4D60;
    transform: scale(1.05);
}

.services_list_2&gt; .active&gt; .link {
    background: #B39F92;
    color: #2A4D60;
    transform: scale(1.05);
}

.services_list_2 .list {
    margin: 4px 0 0 0;
}

.services_list_2 .list .item {
    padding: 0;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.2;
}

.services_list_2 .list .link {
    display: block;
    padding: 6px 11px 7px;
    color: #206ca4;
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list_2 .list .item:hover .link, .services_list_2 .list .active .link {
    background: #B39F92;
    border-radius: 2px;
    color: #4a4a4a;
    text-decoration: none;
    transform: scale(1.05);
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.main_page .content {
    padding: 0 0 62px;
}

.content {
    padding: 0 0 28px;
    position: relative;
    overflow: hidden;
}

.more {

    display: inline-block;
    padding: 0 20px 0 0;
    font-style: italic;
    color: #2A4D60;
}

.main_page .promo {
    border: none;
    margin: 0;
    padding: 0;
    margin: 0 0 29px;
    font-size: 14px;
    color: #292929;
}

.promo {
    clear: both;
    border-top: 1px solid #dfeaf3;
    margin: 0 0 37px;
    padding: 30px 0 0 0;
    font-size: 12px;
    color: #878787;
}

.all {

    display: inline-block;
    padding: 0 20px 0 0;
    font-style: italic;
    color: #2A4D60;
}

.fig_1 {
    height: 422px;
    position: relative;
    margin: 0 0 15px;
}

.fig_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: top;
}

.carousel_1 {
    width: 624px;
    margin: 0 0 47px 165px;
    padding: 0 27px;
    position: relative;
}

.carousel_1 .next, .carousel_1 .prev {
    background: #2A4D60 url(../images/pic11.png) no-repeat 50% 50%;
    border-radius: 8px;
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 26px;
    right: 0;
}

.carousel_1 .prev {
    background: #2A4D60 url(../images/pic10.png) no-repeat 50% 50%;
    right: auto;
    left: 0;
}

.carousel_1 .in {
    width: 624px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.carousel_1 .list {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.carousel_1 .list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_1 .list:before, .carousel_1 .list:after, .carousel_1 .item:before, .carousel_1 .item:after {
    display: none;
}

.carousel_1 .item {
    display: table-cell;
    width: 116px;
    padding: 0 11px 0 0;
}

.carousel_1 .img {
    border-radius: 4px;
    vertical-align: top;
}

.box_question {
    background: #fff;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .21);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .21);
    box-shadow: 0 0 15px rgba(0, 0, 0, .21);
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 0 34px 30px;
}

.box_question .all {
    background: url(../images/pic12.png) no-repeat 100% 4px;
    color: #fff;
}

.box_question .h4 {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0NjQ5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #24649c 0%, #00acec 100%);
    background-image: -o-linear-gradient(bottom, #24649c 0%, #00acec 100%);
    background-image: -webkit-linear-gradient(bottom, #24649c 0%, #00acec 100%);
    background-image: linear-gradient(bottom, #24649c 0%, #00acec 100%);
    border-radius: 5px;
    margin: 0 -34px 20px;
    padding: 15px 35px 18px;
    color: #fff;
}

.question_list_1 p {
    margin: 0 0 1px;
}

.question_list_1 .item {
    margin: 0 0 19px;
}

.question_list_1 .link {
    font-style: italic;
    color: #1e71b8;
}

.question_list_1 .sub {
    display: none;
}

.question_list_1 .open {
    background: url(../images/pic16.png) no-repeat 0 2px;
    display: inline-block;
    padding: 0 0 0 20px;
    font-style: italic;
    color: #1e71b8;
}

.question_list_1 .close {
    background: url(../images/pic17.png) no-repeat 0 2px;
    display: none;
    padding: 0 0 0 20px;
    font-style: italic;
    color: #1e71b8;
}

.ask_question {
    margin: -23px 0 0 0;
    text-align: center;
}

.ask_question .link {
    background: url(../images/pic13.png) repeat-x;
    border-radius: 5px;
    display: inline-block;
    height: 47px;
    padding: 0 40px;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 47px;
}

.ask_question .link:after {
    content: "";
    background: url(../images/pic13_left.png) no-repeat;
    width: 6px;
    height: 47px;
    position: absolute;
    top: 0;
    left: 0;
}

.ask_question .link:before {
    content: "";
    background: url(../images/pic13_right.png) no-repeat;
    width: 6px;
    height: 47px;
    position: absolute;
    top: 0;
    right: 0;
}

.crumbs {
    padding: 0 0 15px;
    position: relative;
}

.crumbs:after, .crumbs:before {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/pic19.png) no-repeat 4px 3px;
    display: inline;
    padding: 0 0 0 16px;
    font-size: 13px;
    color: #c09768;
    line-height: 3.9;
}

.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: #432f2f;
}

.projects_list_1 {
    margin: 0 0 0 -23px;
}

.projects_list_1 .item {
    width: 209px;
    margin: 0 0 35px 23px;
    font-size: 13px;
    font-style: italic;
    line-height: 1.3;
}

.projects_list_1 .link {
    color: #242424;
    text-decoration: none;
}

.projects_list_1 .link:hover {
    text-decoration: underline;
}

.projects_list_1 .fig {
    display: block;
    margin: 0 0 6px;
}

.projects_list_1 .img {
    vertical-align: top;
}

.pages {
    margin: 0 0 24px;
}

.pages .item {
    margin: 0 9px 0 0;
    font-size: 13px;
    color: #f1f2ec;
    text-align: center;
}

.pages .link {
    display: block;
    width: 26px;
    height: 26px;
    color: #22427C;
    line-height: 26px;
    -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: url(../images/pic21.png) repeat-x;
    border-radius: 2px;
    width: 26px;
    height: 26px;
    color: #fff;
    text-decoration: none;
    line-height: 26px;
}

.services_list_3 {
    margin: 0 0 0 -32px;
}

.services_list_3 .item {
    border: 11px solid #5b3009;
    width: 426px;
    margin: 0 0 31px 32px;
    padding: 0 26px 0 0;
    font-size: 20px;
    font-weight: bold;
}

.services_list_3 .item:nth-child(2) {
    border: 11px solid #b16410;
}

.services_list_3 .item:nth-child(3) {
    border: 11px solid #b16410;
}

.services_list_3 .item:nth-child(4) {
    border: 11px solid #5b3009;
}

.services_list_3 .link {
    color: #224256;
    text-decoration: none;
}

.services_list_3 .fig {
    float: left;
    margin: 0 16px 0 0;
}

.services_list_3 .img {
    vertical-align: top;
}

.services_list_3 .text {
    display: block;
    padding: 11px 0 0 0;
}

.services_list_3 .arrow {
    background: #5b3009 url(../images/pic3.png) no-repeat 50% 50%;
    width: 48px;
    height: 49px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list_3 .item:nth-child(2) .arrow {
    background: #b16410 url(../images/pic3.png) no-repeat 50% 50%;
}

.services_list_3 .item:nth-child(3) .arrow {
    background: #b16410 url(../images/pic3.png) no-repeat 50% 50%;
}

.services_list_3 .item:nth-child(4) .arrow {
    background: #5b3009 url(../images/pic3.png) no-repeat 50% 50%;
}

.services_list_3 .item:hover .arrow {
    width: 71px;
}

.services_list_4 p {
    margin: 0;
}

.services_list_4 .item {
    margin: 0 0 19px;
}

.services_list_4 .link {
    background: url(../images/pic26.png) no-repeat 100% 3px;
    display: inline-block;
    padding: 0 24px 0 0;
    font-size: 16px;
    color: #206ca4;
}

.fig_2 {
    float: left;
    margin: 0 21px 10px 0;
}

.fig_2 .img {
    vertical-align: top;
}

.btn_1 {
    background: #432f2f;
    border-radius: 3px;
    display: inline-block;
    height: 48px;
    padding: 0 21px 0 55px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
}

.btn_1:before {
    content: "";
    background: url(../images/pic28.png) no-repeat;
    width: 27px;
    height: 26px;
    position: absolute;
    top: 11px;
    left: 15px;
}

.back {

    display: inline-block;
    padding: 0 0 0 25px;
    color: #2A4D60;
}

.question_list_2 {
    margin: 0 0 4px;
}

.question_list_2 p {
    margin: 0 0 1px;
}

.question_list_2 .item {
    margin: 0 0 36px;
}

.question_list_2 .link {
    font-style: italic;
    color: #22427C;
}

.question_list_2 .sub {
    display: none;
}

.question_list_2 .open {
    background: url(../images/pic16.png) no-repeat 0 2px;
    display: inline-block;
    padding: 0 0 0 20px;
    font-style: italic;
    color: #22427C;
}

.question_list_2 .close {
    background: url(../images/pic17.png) no-repeat 0 2px;
    display: none;
    padding: 0 0 0 20px;
    font-style: italic;
    color: #1e71b8;
}

.h-83 {
    height: 83px;
}

.button {
    background: #432f2f;
    border: none;
    border-radius: 3px;
    width: 260px;
    height: 48px;
    padding: 0 10px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 48px;
}

.button[disabled]{
background: gray;
}
.captcha {
    display: inline-block;
    padding-left: 99px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    background: #ebebeb;
    border-top: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
    border-left: 1px solid #9d9d9d;
    border-radius: 4px 0 0 4px;
    width: 101px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.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: #000;
    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.6;
}

.modal__content {
    background: #fff;
    border-radius: 3px;
    padding: 24px 28px 29px;
    position: relative;
}

.modal__content .h3 {
    font-size: 22px;
    color: #0c2c43;
}

.modal__content .h4 {
    margin: 0 0 20px;
    font-size: 18px;
    color: #0c2c43;
}

.box_form .modal__content {
    padding: 19px 32px 24px 27px;
}

.box_form_2 .modal__content {
    padding: 23px 32px 21px 27px;
}

.box_thanks .modal__content {
    width: 265px;
    padding: 19px 25px 30px;
    font-style: italic;
    color: #626262;
}

.box_thanks .modal__content .h3 {
    margin: 0 0 9px;
    font-style: normal;
}

.modal__close_btn {
    background: url(../images/pic31.png) no-repeat 50% 50%;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 31px;
    z-index: 2;
}

.modal_lightbox__title {
    margin: 16px 0 0;
    font-size: 22px;
    font-weight: bold;
    color: #0c2c43;
    line-height: 1.3;
}

.modal_lightbox__text {
    font-style: italic;
    color: #626262;
}

.modal_lightbox__image img {
    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 {
    background: #5b3009;
    height: 108px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.footer .in {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

.company_footer {
    position: absolute;
    top: 28px;
    left: 0;
    color: #fff;
}

.subscription_footer {
    position: absolute;
    top: 52px;
    left: 0;
}

.subscription_footer .link {

    display: inline-block;
    padding: 0 19px 0 0;
    font-style: italic;
    color: #fff;
}

.developer {
    position: absolute;
    top: 34px;
    right: 115px;
    font-size: 12px;
    font-style: italic;
}

.developer .link {
    color: #fff;
}

.securitypolicy {
    position: absolute;
    top: 54px;
    left: 0;
    font-size: 12px;
    font-style: italic;
}

.securitypolicy .link {
    color: #fff;
}
.counter {
    position: absolute;
    top: 32px;
    right: 0;
}

.counter .img {
    vertical-align: top;
}

.up {
    width: 63px;
    position: fixed;
    bottom: 59px;
    right: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.up.active {
    opacity: 1;
    visibility: visible;
}

.up .link {
    background: url(../images/top.png) no-repeat 50% 0;
    display: block;
    padding: 72px 0 0 0;
    color: #131010;
    text-decoration: none;
}
/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
@media only screen and (max-width: 767px) {
    .wrapper {
        min-width: 0;
    }

    .inner {
        width: auto;
        margin: 0!important;
    }

    body {
        font-size: 15px;
    }

    .header {
        background: url(../images/bg_2.png) no-repeat 50% 0;
        padding: 15px;
    }

    .header {
        background-image: url(../images/bg.png);
    }

    .feedback,
    .contacts,
    .slogan,
    .logo {
        margin: 0 0 20px;
        position: relative;
        top: 0;
        left: 0;
    }

    .logo {
        background: url(../images/logo1.png) no-repeat;
        height: 81px;
    }

    .main_page .nav,
    .nav {
        width: auto;
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
        z-index: 10;
    }

    .nav:before {
        content: '';
        background: #fff;
        box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;
        width: 30px;
        height: 3px;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .nav:after {
        content: 'МЕНЮ';
        position: absolute;
        top: 8px;
        left: 50px;
        color: #fff;
        font-size: 15px;

    }

    .nav&gt; .list {
        display: none;
        width: auto;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

    .nav_active&gt; .list {
        display: block;
    }

    .nav&gt; .list&gt; .item&gt; .link {
        height: auto;
        padding: 10px;
    }

    .nav&gt; .list&gt; .item {
        display: block;
        padding: 0;

    }

    .nav&gt; .list&gt; .item&gt; .link {
        display: block;
    }

    .services_list_1 {
        margin: 0;
    }

    .services_list_1 .item {
        width: auto;
        height: auto;
        display: block;
        margin: 0 0 20px;
        font-size: 20px;
    }

    .services_list_1 .text {
        display: block;
        padding-right: 60px;
    }

    .services_list_1 .arrow {
        margin: auto;
        top: 0;
        bottom: 0;
    }

    .bg_top {
        display: none;
    }

    .main_page .content,
    .content
    {
        padding: 15px;
    }

    img[style] {
        max-width: 100%;
        margin: 0 0 20px!important;
    }

    .fig_1 {
        height: auto;
    }

.img3 img {
    width: 100%;
}

    .fig_1 .img {
        position: static;
    }

    .footer {
        height: auto;
        padding: 15px;
        position: relative;

    }

    .footer .in {
        width: auto;
    }

    .counter,
    .developer,
    .securitypolicy,
    .subscription_footer,
    .company_footer {
        margin-bottom: 20px;
        position: relative;
        top: 0;
        left: 0;
    }

    .carousel_1 {
        width: auto;
        margin: 0 0 20px;
    }

    .carousel_1 .in {
        width: auto;
    }

    .services_list_3 .item {
        width: auto;
        display: block;
    }

    .services_list_3 .fig {
        float: none;
        display: block;
        margin: 0;
        text-align: center;
    }

    .services_list_3 .text {
        padding: 11px 40px 11px 11px;
    }

    .side {
        float: none;
        width: auto;
        margin: 0;
        padding: 15px;
    }

    .fig_2 {
        float: none;
        margin: 0 0 20px;
    }

    table[style] td {
        display: block;
    }

    .projects_list_1 {
        margin: 0;
    }

    .projects_list_1 .item {
        width: auto;
        display: block;
        margin: 0 0 20px;
    }

    .modal__horisontal_inner {
        width: 100%;
    }

    .modal_lightbox__image img,
    .modal .w-260 {
        width: 100%;
    }

    .box_thanks .modal__content {
        width: auto;
    }




    .up {
        margin: 0 auto;
        position: absolute;
        bottom: 10px;
        right: 0;
    }

    .up .link {
        background-image: url(../images/top2.png);
        padding-top: 50px;
        color: #fff;
    }
}
/* 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;
    }
}
</pre></body></html>