/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  5.90 13.01.15 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: #e4f1f8;
    height: 100%;
    color: #5b5b5b;
    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: #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-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
    color: #294278;
    margin: 0 0 24px;
    line-height: 1.1;
}

.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-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
    color: #294278;
    margin: 0 0 23px;
    line-height: 1.1;
}

/*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: 4px solid #d9d9d9;
    padding: 11px 10px 10px;
    -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;
}

.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 {
    background: #ffebeb;
    border: 4px solid #ff8b8b;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

/*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 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 {
    position: relative;
    min-width: 1000px;
    margin: auto;
    min-height: 100%;
    z-index: 1;
    overflow: hidden;
}

.bg_top {
    background: url(../images/bg_top.png) no-repeat;
    width: 1040px;
    height: 122px;
    margin-left: -520px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -3;
}

.bg_top .bg_left {
    background: url(../images/bg_top_left.png) repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -10000px;
}

.bg_top .bg_right {
    background: url(../images/bg_top_right.png) repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -10000px;
}

.inner {
    width: 960px;
    margin: 0 auto 87px;
    position: relative;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 122px 0 0 0;
    position: relative;
}

.logo {
    background: url(../images/logo.gif) no-repeat;
    width: 88px;
    height: 89px;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 1;
}

.logo .link {
    display: block;
    width: 432px;
    height: 89px;
}

.slogan {
    position: absolute;
    top: 53px;
    left: 84px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #3b3b3b;
    line-height: 1.2;
}

.slogan .title {
    font-size: 25px;
    font-weight: bold;
    color: #2b4a7f;
}

.map {
    position: absolute;
    top: 11px;
    left: 274px;
    overflow: hidden;
}

.map .item {
    float: left;
    margin: 0 23px 0 0;
}

.phone {
    position: absolute;
    top: 51px;
    right: 264px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #3b3b3b;
}

.phone .number {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #2b4a7f;
}

.feedback {
    position: absolute;
    top: 50px;
    right: 0;
    font-family: Verdana, sans-serif;
    font-size: 18px;
}

.feedback .link {
    background: url(../images/pic3.png) no-repeat;
    display: inline-block;
    padding: 0 0 0 36px;
    color: #4070a5;
    line-height: 1;
}

.email {
    position: absolute;
    top: 80px;
    right: 0;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-style: italic;
}

.email .link {
    color: #51a8d5;
}

.carousel_1 {
    background: #314672;
    height: 323px;
    margin: 0 -10000px;
    position: relative;
}

.carousel_1 .in {
    width: 958px;
    height: 323px;
    margin-left: -479px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
}

.carousel_1 .in:after {
    content: "";
    background: url(../images/pic15.png) repeat-y;
    width: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
}

.carousel_1 .in:before {
    content: "";
    background: url(../images/pic16.png) repeat-y;
    width: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
}

.carousel_1 .next, .carousel_1 .prev {
    background: url(../images/pic6.png) no-repeat;
    display: block;
    width: 22px;
    height: 34px;
    position: absolute;
    top: 149px;
    right: 12px;
    z-index: 3;
}

.carousel_1 .prev {
    background: url(../images/pic5.png) no-repeat;
    right: auto;
    left: 12px;
}

.carousel_1 .item {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;


}

.carousel_1 .old {

}

.carousel_1 .old {
    -webkit-animation: scaleUpFadeOut 0.8s ease-in 0s normal forwards 1;
    animation: scaleUpFadeOut 0.8s ease-in 0s normal forwards 1;
}

.carousel_1 .new {

    -webkit-animation: scaleDownFadeIn 0.8s ease-out 0s normal forwards 1;
    animation: scaleDownFadeIn 0.8s ease-out 0s normal forwards 1;
}

@-webkit-keyframes scaleUpFadeOut {
    0% {
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    75% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes scaleDownFadeIn {
    0% {
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes scaleUpFadeOut {
    0% {
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    75% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes scaleDownFadeIn {
    0% {
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.carousel_1 .active {
    opacity: 1;
    z-index: 1;
}

.carousel_1 .fig {
    width: 958px;
    height: 323px;
    position: relative;
    overflow: hidden;
}

.carousel_1 .fig:before {
    content: "";
    background: url(../images/pic14.png) no-repeat;
    width: 958px;
    height: 321px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.carousel_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.carousel_1 .text {
    background: rgba(255, 255, 255, 0.85);
    padding: 14px 30px 17px;
    position: absolute;
    bottom: 81px;
    left: 47px;
    color: #3b3b3b;
    line-height: 1.2;
    z-index: 2;
}

.carousel_1 .title_1 {
    margin: 0 0 3px;
    font-family: Verdana, sans-serif;
    font-size: 29px;
    font-weight: bold;
    color: #294278;
}

.carousel_1 .title_2 {
    margin: 0 0 8px;
    position: relative;
    font-family: Verdana, sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: #078bd0;
}

.carousel_1 .title_3 {
    background: #3b5282;
    padding: 5px 20px;
    position: absolute;
    top: 6px;
    right: -135px;
    font-family: Verdana, sans-serif;
    font-size: 29px;
    font-weight: bold;
    color: #fff;
}

.nav {
    background-color: #ccc;
    -moz-box-shadow: 0 0 7px 0 rgba(0, 3, 1, .63);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 3, 1, .63);
    box-shadow: 0 0 7px 0 rgba(0, 3, 1, .63);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI0MzAgMzciIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzYzNjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZDZkNmQ2IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDZkNmQ2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyNDMwIiBoZWlnaHQ9IjM3IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #c3c3c3 0%, #fff 30%, #ededed 50%, #fff 70%, #d6d6d6 99.07%, #d6d6d6 100%);
    background-image: -o-linear-gradient(bottom, #c3c3c3 0%, #fff 30%, #ededed 50%, #fff 70%, #d6d6d6 99.07%, #d6d6d6 100%);
    background-image: -webkit-linear-gradient(bottom, #c3c3c3 0%, #fff 30%, #ededed 50%, #fff 70%, #d6d6d6 99.07%, #d6d6d6 100%);
    background-image: linear-gradient(bottom, #c3c3c3 0%, #fff 30%, #ededed 50%, #fff 70%, #d6d6d6 99.07%, #d6d6d6 100%);
    height: 31px;
    margin: 0 -10000px 10px;
    padding: 3px 0;
    position: relative;
    z-index: 10;
}

.nav > .list {
    width: 960px;
    margin: 0 auto;
    display: table;
    position: relative;
}

.nav > .list > .item {
    background: url(../images/border_menu.png) no-repeat;
    display: table-cell;
    vertical-align: top;
}

.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: 31px;
    position: relative;
    color: #3b3b3b;
    text-decoration: none;
    z-index: 13;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav > .list > .active + .item + .item, .nav > .list > .item:hover + .item + .item, .nav > .list > .active + .item:hover + .item + .item {
    background: url(../images/border_menu.png) no-repeat 0 50%;
}

.nav > .list > .item:hover + .active + .item, .nav > .list > .active + .item:hover + .item, .nav > .list > .active + .item, .nav > .list > .item:hover + .item {
    background: none;
}

.nav > .list > .item:hover > .link, .nav > .list > .active > .link {
    background-color: #d76943;
    -moz-box-shadow: 0 0 2px 0 rgba(0, 3, 1, .63);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 3, 1, .63);
    box-shadow: 0 0 2px 0 rgba(0, 3, 1, .63);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE1MyAzMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk0MTc3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMzZjZmYTUiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzNmNmZhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjM2Y2ZmE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiMyOTQxNzciIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTQxNzciIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE1MyIgaGVpZ2h0PSIzMSIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #294177 0%, #3f6fa5 30%, #3f6fa5 50%, #3f6fa5 70%, #294177 99.07%, #294177 100%);
    background-image: -o-linear-gradient(bottom, #294177 0%, #3f6fa5 30%, #3f6fa5 50%, #3f6fa5 70%, #294177 99.07%, #294177 100%);
    background-image: -webkit-linear-gradient(bottom, #294177 0%, #3f6fa5 30%, #3f6fa5 50%, #3f6fa5 70%, #294177 99.07%, #294177 100%);
    background-image: linear-gradient(bottom, #294177 0%, #3f6fa5 30%, #3f6fa5 50%, #3f6fa5 70%, #294177 99.07%, #294177 100%);
    color: #fff;
    text-decoration: none;
}

.nav .text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 18px;
}

.nav .sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    display: none;
}

.nav .sub_menu {
    background: #fff;
    display: block;
    float: left;
    padding: 7px 32px 8px 42px;
    position: relative;
}

.nav .sub_menu .item {
    margin: 0 0 4px;
    font-size: 13px;
}

.nav .sub_menu .link {
    color: #122c3b;
    text-decoration: none;
}

.nav .sub_menu .link:hover {
    text-decoration: underline;
}

.nav > .list > .item:hover .sub {
    display: block;
}

.nav > .list > .item:last-child .sub {
    left: auto;
    right: 0;
}

.nav > .list > .item:last-child .sub_menu {
    float: right;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 186px;
    margin: 46px 38px 0 0;
    position: relative;
    float: left;
}

.services_list_2 > .item {
    margin: 0 0 14px;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
}

.services_list_2 > .item > .link {
    color: #fff;
    text-decoration: none;
}

.services_list_2 > .item > .link:hover, .services_list_2 > .active > .link {
    color: #74bade;
}

.services_list_2 .img {
    vertical-align: top;
}

.services_list_2 .text {
    background: #294278;
    width: 107px;
    height: 31px;
    padding: 10px 7px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.services_list_2 .text:before {
    content: "";
    background: url(../images/pic20.png) no-repeat;
    width: 8px;
    height: 51px;
    position: absolute;
    top: 0;
    left: -8px;
}

.services_list_2 .list {
    background: #223865;
    padding: 8px 11px 10px;
}

.services_list_2 .list .item {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: normal;
}

.services_list_2 .list .link {
    color: #fff;
}

.services_list_2 .list .link:hover, .services_list_2 .list .active .link {
    color: #74bade;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/

.content {
    position: relative;
    overflow: hidden;
}

.services_list_1 {
    margin: 0 0 8px -4px;
}

.services_list_1 p {
    margin: 0 0 14px;
}

.services_list_1 .item {
    width: 317px;
    margin: 0 0 0 4px;
    position: relative;
}

.services_list_1 .fig {
    width: 317px;
    height: 131px;
    position: relative;
    overflow: hidden;
}

.services_list_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scaleY(1);
}

.services_list_1 .fig:hover .img {
    transform: scale(1.5);
}

.services_list_1 .text {
    background: url(../images/pic7.png) no-repeat;
    width: 158px;
    height: 81px;
    padding: 25px 11px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.services_list_1 .link {
    color: #102734;
    text-decoration: none;
}

.services_list_1 .text_1 {
    color: #fff;
}

.more {
    background: url(../images/pic11.png) no-repeat 100% 0;
    display: inline-block;
    padding: 0 21px 0 0;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #52a9d6;
    line-height: 1.2;
}

.w-317 {
    width: 317px;
}

.box_1 {
    background: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(31, 73, 97, .15);
    padding: 24px 30px 13px;
    font-size: 13px;
    color: #3b3b3b;
}

.box_1 .h1 {
    margin: 0 0 20px
}

.special_list_1 .item {
    font-size: 14px;
    color: #3b3b3b
}

.special_list_1 .fig {
    margin: 0 0 13px;
}

.special_list_1 .img {
    vertical-align: top;
}

.all {
    background: url(../images/pic11.png) no-repeat 100% 0;
    display: inline-block;
    padding: 0 21px 0 0;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #52a9d6;
    line-height: 1.2;
}

.advantages_list_1 {
    margin: 0 0 2px;
}

.advantages_list_1 .item {
    margin: 0 0 18px;
    font-size: 14px;
    color: #3b3b3b;
}

.advantages_list_1 .number {
    background: #74bade;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 27px;
    margin: 5px 12px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 27px;
    text-align: center;
}

.advantages_list_1 .text {
    display: inline-block;
    width: 218px;
}

.promo {
    margin: 0 0 19px;
    font-size: 13px;
    color: #848b8f;
    line-height: 1.3;
}

.box_2 {
    background: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(31, 73, 97, .15);
    margin: 0 0 12px;
    padding: 8px 17px 24px;
}

.box_2:before, .box_2:after {
    content: '';
    display: table;
}

.box_2:after {
    clear: both;
}

.crumbs {
    margin: 0 0 25px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/pic17.png) no-repeat 4px 4px;
    display: inline;
    padding: 0 0 0 16px;
    font-size: 13px;
    color: #9c9c9c;
    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: #74bade;
}

.h-89 {
    height: 89px;
}

.label {
    margin: 13px 0 0 0;
    font-size: 14px;
    font-style: italic;
    color: #666666;
}

.captcha {
    background: #d9d9d9;
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    height: 46px;
    margin: 0 -4px 0 0;
    position: relative;
}

.captcha img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.button {
    background: url(../images/button.png) repeat-x;
    border: none;
    width: 290px;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
}

.star {
    background: url(../images/pic18.png) no-repeat;
    width: 6px;
    height: 5px;
    margin: 21px 0 0 0;
    vertical-align: top;
    display: inline-block;
}

.services_list_3 {
    margin: 0 0 0 -28px;
}

.services_list_3 > .item {
    width: 289px;
    margin: 0 0 0 28px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
}

.services_list_3 > .item > .text > p > .link {
    color: #fff;
    text-decoration: none;
}

.services_list_3 .img {
    vertical-align: top;
}

.services_list_3 .text {
    background: url(../images/pic24.png) no-repeat;
    width: 129px;
    height: 90px;
    padding: 22px 0 19px 24px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.services_list_3 .list {
    margin: 13px 0 0 0;
}

.services_list_3 .list .item {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
}

.services_list_3 .list .link {
    background: url(../images/pic11.png) no-repeat;
    display: inline-block;
    padding: 0 0 0 24px;
    color: #52a9d6;
}

.fig_1 {
    float: left;
    margin: 0 15px 10px 0;
}

.fig_1 .img {
    vertical-align: top;
}

.btn_1 {
    background: url(../images/btn_1.png) repeat-x;
    display: inline-block;
    height: 52px;
    padding: 0 54px;
    font-weight: bold;
    color: #e4f1f8;
    text-decoration: none;
    line-height: 52px;
}

.back {
    background: url(../images/pic29.png) no-repeat 0 7px;
    border-bottom: 1px solid #80d6f1;
    display: inline-block;
    padding: 0 0 0 19px;
    color: #46c7ec;
    text-decoration: none;
}

.back:hover {
    border-bottom: 1px solid #fff;
}

.modal {
    position: fixed;
    z-index: 1000;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal, .modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;
}

.modal__bg {
    background: #171a1f;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.74;
    position: absolute;
    z-index: -1;
}

.modal__content {
    background: #eeeeee url(../images/pic30.png) repeat-x;
    padding: 20px 25px 40px;
    position: relative;
}

.box_form .modal__content {
    padding: 25px 20px 19px;
}

.modal__content .h1 {
    margin: 0 0 37px;
    font-size: 16px;
    color: #fff;
}

.modal__close_btn {
    background: url(../images/pic31.png) no-repeat 50% 50%;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 24px;
    z-index: 2;
}

.lightbox__title {
    margin: 0 30px 10px 0;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.lightbox__image img {
    vertical-align: top;
}

.lightbox__prev, .lightbox__next {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.lightbox__next {
    left: auto;
    right: 0;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    background: #314672;
    height: 87px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.footer .in {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.company_footer {
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 12px;
    color: #fff;
}

.developer {
    position: absolute;
    top: 38px;
    right: 102px;
    font-size: 12px;
}

.developer .link {
    color: #fff;
}

.counter {
    position: absolute;
    top: 30px;
    right: 0;
}

/*---------------------- 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;
    }
}
