@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('../fonts/HelveticaNeueCyr-Bold.otf');
}

@font-face {
    font-family: 'Helvetica Neue Roman';
    src: url('../fonts/HelveticaNeueCyr-Roman.otf');
}

@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url('../fonts/HelveticaNeueCyr-Medium.otf');
}

@font-face {
    font-family: 'Helvetica Neue Thin';
    src: url('../fonts/HelveticaNeueCyr-Thin.otf');
}

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../fonts/HelveticaNeueCyr-Light.otf');
}

@font-face {
    font-family: 'Helvetica Neue Black';
    src: url('../fonts/HelveticaNeueCyr-Black.otf');
}

html {
    margin: 0;
    padding: 0;
    position: relative;
    background: #A9A41F;
    width: 100%;
    min-width: 1024px;
    height: auto;
    min-height: 100%;
    overflow-y: scroll;
}

body {
    font-family: Helvetica Neue Roman, Arial, sans-serif;
    position: relative;
    margin: 10px 0;
    min-width: 1024px;
    max-width: 100%;
    width: auto;
    height: auto;
    background: #ffffff;
}

.container {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    padding: 0;
}

img {
    border: 0;
}

#menu {
    position: absolute;
    width: 100%;
    min-width: 1024px;
    top: 0;
    left: 0;
    height: 110px;
    background: url("../img/bg_menu2.png") 0 0 repeat-x;
}

#menu.home {
    background: url("../img/bg_menu1.png") 0 0 repeat-x;
    height: 110px;
}

#menu.home.active {
    background: url("../img/bg_menu2.png") 0 0 repeat-x;
}

#menu.sub, #menu.home.active.sub {
    background-position: 0 -110px;
    height: 153px;
}

#menu.active {
    position: fixed;
    top: 0;
    left: 0;

}

#menu #logo_menu {
    width: 185px;
    height: 43px;
    position: relative;
    float: left;
    margin: 32px 40px 0 18px;
    background: url("../img/logo_menu.png") 0 0 no-repeat;
}

#menu a #logo_menu:hover {
    background-position: -185px 0;
    cursor: pointer;
}

#menu a #logo_menu:active {
    background-position: -370px 0;
}

#menu .link {
    position: relative;
    float: left;
    margin: 46px 17px 0 0;
    height: 16px;
}

#menu .link span {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 16px;
    position: relative;
    float: left;
    cursor: pointer;
}

#menu .link a {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 16px;
    position: relative;
    float: left;
    cursor: pointer;
    text-decoration: none;
}

#menu .link .arrow {
    width: 18px;
    height: 18px;
    position: relative;
    margin: -1px 0 0 5px;
    background: url("../img/arrow_menu.png") -36px 0 no-repeat;
    float: right;
    cursor: pointer;
}

#menu .link:hover .arrow {
    background-position: -18px 0;
}

#menu .link:hover span {
    color: #000000;
    text-decoration: underline;
}

#menu .link:hover a {
    color: #000000;
    text-decoration: underline;
}

#menu .link.active {
    height: 54px;
    background: url("../img/bg_link.png") center bottom no-repeat;
}

#menu .link.active span {
    color: #000000;
    font-family: "Helvetica Neue Bold", sans-serif;
    text-decoration: none;
}

#menu .link a.active {
    color: #000000;
    font-family: "Helvetica Neue Bold", sans-serif;
    text-decoration: none;
    cursor: default;
}

#menu .link.active .arrow {
    background-position: 0 0;
}

#menu #phone {
    font-family: "Helvetica Neue Bold", sans-serif;
    color: #ffffff;
    font-size: 32px;
    text-shadow: 0 1px 2px #111111;
    line-height: 32px;
    position: relative;
    float: right;
    text-align: right;
    margin: 20px 22px 0 0;
}

#menu #phone span {
    font-size: 11px;
    text-transform: uppercase;
    text-align: right;
    line-height: 13px;
    display: block;
    color: #007ccb;
    margin: 0 0 3px 0;
    text-shadow: none;
}

#menu #phone span.free {
    text-transform: none;
    color: #000000;
    font-family: "Helvetica Neue Roman", sans-serif;
    margin: 3px 0 0 0;
}

#submenu {
    width: 100%;
    height: 40px;
    position: absolute;
    display: none;
    left: 0;
    top: 100px;
    text-align: center;
}

#submenu.active {
    display: block;
}

#submenu>div {
    width: auto;
    position: relative;
    margin: 0 auto;
    height: 40px;
    display: none;
}

#submenu>div.active {
    display: block;
}

#submenu>div .href {
    display: inline-block;
    height: 16px;
    text-align: center;
    padding: 12px 28px;
    position: relative;
}

#submenu>div .href a {
    font-size: 14px;
    line-height: 16px;
    color: #505050;
    text-decoration: none;
    cursor: pointer;
}

#submenu>div .href a:hover {
    color: #007ccb;
    text-decoration: underline;
}

#submenu>div .href.active a {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    cursor: default;
}

#submenu>div .href.active {
    background: #e0e7ef;
}

#submenu>div .href .left_border {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/bg_border_left.png") repeat-y;
    display: none;
}

#submenu>div .href .right_border {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/bg_border_right.png") repeat-y;
    display: none;
}

#submenu>div .href.active .left_border, #submenu>div .href.active .right_border {
    display: block;
}

#header {
    width: 100%;
    height: 1080px;
    position: relative;
    background: url("../img/bg_mini.jpg") center center no-repeat;
    max-width: 2560px;
    margin: 0 auto;
    overflow: hidden;
}

#header #logo_header {
    width: 552px;
    height: 132px;
    position: absolute;
    top: 170px;
    left: 4px;
    background: url("../img/logo_header.png") no-repeat;
}

#header #slogan {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 60px;
    color: #ffffff;
    line-height: 62px;
    text-shadow: 0 1px 2px #111111;
    position: absolute;
    top: 300px;
    left: 22px;
}

#header img {
    width: 792px;
    height: 518px;
    position: absolute;
    top: 471px;
    left: 0;
}

#header .border {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 889px;
    background: url("../img/border_header.png") repeat-x;
}

#header .text {
    color: #000000;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 945px;
}

#menu #to_order {
    width: 248px;
    height: 26px;
    color: #ffffff;
    font-family: "Helvetica Neue Medium", sans-serif;
    font-size: 24px;
    line-height: 26px;
    padding: 25px 0;
    text-align: center;
    position: absolute;
    /*top: 597px;*/
    top: 12px;
    right: 22px;
    cursor: pointer;
    background: url("../img/order.png") 0 0 no-repeat;
}

#menu #to_order:hover {
    background-position: -248px 0;
}

#menu #to_order:active {
    background-position: -496px 0;
    padding: 27px 0 23px 0;
}
#header ul.bad_text {
    font-family: "Helvetica Neue Bold", sans-serif;
    color: #FFFFFF;
  font-size: 22px;
  line-height: 24px;
  position: absolute;
  width: 540px;
  right: 22px;
  top: 520px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-shadow: 0 1px 1px #000000;
}

#header ul.bad_text li {
    background: url("../img/circle.png") no-repeat left 4px;
    padding-left: 42px;
    margin: 0 0 20px 0;
    position: relative;
}


.callback {
    position: absolute;
    margin: 0;
    width: 150px;
    height: 17px;
    cursor: pointer;
    background: url("../img/callback2.png") 0 0;
    top: 200px;
    right: 22px;
    padding: 15px 0;
    text-decoration: none;
}

.callback.ques {
    top: 254px;
    background: url("../img/callback.png") 0 0;
}

.callback:hover {
    background-position: -150px 0;
}

.callback:active, .callback.active {
    background-position: -300px 0;
}

/*step*/

.btn-dalee {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #59abc1;
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    position: relative;
    margin: 32px auto 0 auto;
    padding: 0 0 10px 0;
    text-decoration: underline;
}

.head {
    font-family: 'Roboto Black', sans-serif;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    padding: 17px 0;
    background: #7c978d;
    text-transform: uppercase;
}

.modal-body label {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 100%;
}

.modal-body textarea {
    width: 260px;
    height: 255px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    background: url("../img/bg_textarea_modal.png") 0 0 repeat-y;
    border-radius: 3px;
    border: 0;
    position: relative;
    resize: none;
}

.modal-body label:hover textarea {
    background-position: -300px 0;
}

.modal-body textarea.active {
    padding: 15px 19px;
    border: 1px solid #935826;
    background: #e4e6e9;
    color: #3a4468;
}

.modal-body span {
    position: absolute;
    left: 20px;
    top: 16px;
    color: #bbbbbb;
    font-size: 14px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    cursor: text;
}

.modal-body label:hover span {
    color: #ffffff;
}

.modal-body input[type="text"],select {
    width: 100%;
	box-sizing: border-box;
    height: 50px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    background: url("../img/bg_textarea_modal.png") 0 0 repeat-y;
    border-radius: 3px;
    border: 0;
    position: relative;
    resize: none;
    display: inline-block;
    margin: 0;
}

.modal-body label:hover input[type="text"] {
    background-position: -300px 0;
}

.modal-body input[type="text"].active {
    padding: 15px 19px;
    border: 1px solid #935826;
    background: #ffffff;
    color: #3a4468;
}

.modal-body .has-error input[type="text"].form-control {
    padding: 15px 19px;
    border: 1px solid #910b09;

}

.modal-body .has-error input[type="text"].form-control.active {
    background: #fce2e2;
}

.get-action-form .two {
    display: none;
}

.get-action-form .btn-warning {
    position: relative;
    margin: 53px auto 0 auto;
    font-size: 22px;
    line-height: 24px;
    color: #f4f4f4;
    text-shadow: 0 1px 1px #444444;
    width: 300px;
    height: 64px;
    cursor: pointer;
    background: url("../img/send2.png") 0 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    text-align: center;
    display: block;
}

.get-action-form .back {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #59abc1;
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    position: relative;
    margin: 32px auto 0 auto;
    padding: 0 0 10px 0;
    text-decoration: underline;
}

.get-action-form .btn-warning:hover {
    background-position: -300px 0;
    border: 0;
}

.get-action-form .btn-warning:active, .get-action-form .btn-warning.active {
    background-position: -600px 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-content {
    position: relative;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity = 0);
}

.modal-backdrop.in {
    opacity: .7;
    filter: alpha(opacity = 70);
}

.modal-body {
    position: relative;
}

.modal {
    overflow-y: auto;
}

.modal-dialog {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.modal-content {
    background: transparent;
    margin: 0 22px;
    border-radius: 0;
    border: 0;
    position: relative;
}

.modal-content h5 {
    font-family: "Helvetica Neue Black", sans-serif;
    font-size: 32px;
    color: #59abc1;
    font-weight: normal;
    position: relative;
    width: 100%;
    margin: 0 0 83px 0;
    padding: 10px 0 0 0;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

.modal-content h5 span {
    color: #ffffff;
}

.modal-body {
    margin: 0 auto;
    width: 300px;
    position: relative;
    height: auto;
}

.form-group {
    margin: 0 0 10px 0;
}

.form-group.last {
    margin: 0;
}

#myModal3 p {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 20px 0;
    color: #59abc1;
    text-align: center;
    font-family: "Helvetica Neue Black", sans-serif;
    margin: 0;
}

#myModal3 p.thanks-text {
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    padding: 10px 0 5px 0;
    color: #ffffff;
    text-align: center;
    margin: 0 0 20px 0;
}

.close-window {
    width: 32px;
    height: 32px;
    background: url("../img/close.png") 0 0 no-repeat;
    position: absolute;
    top: 11px;
    right: 22px;
    cursor: pointer;
}

.close-window:hover {
    background-position: -32px 0;
}

.close-window-text {
    font-size: 14px;
    color: #ffffff;
    line-height: 16px;
    width: 76px;
    height: 16px;
    text-align: center;
    position: absolute;
    top: 52px;
    right: 0;
    display: none;
}

.close-window-text.active {
    display: block;
}

/**/
#plus {
    width: 100%;
    height: 480px;
    position: relative;
}

#plus h1 {
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 48px;
    line-height: 50px;
    font-weight: normal;
    color: #001e5d;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 70px 0 47px 0;
    margin: 0;
}

#plus .plus {
    width: 1020px;
    height: 262px;
    position: relative;
    margin: 0 auto;
}

#plus .plus>div {
    width: 204px;
    height: 262px;
    position: relative;
    float: left;
    margin: 0;
}

#plus .plus>div a {
    width: 164px;
    height: 164px;
    position: relative;
    margin: 0 20px 40px 20px;
    display: block;
    cursor: pointer;
}

#plus .plus>div a img {
    width: 164px;
    height: 164px;
    position: relative;
    margin: 0;
}

#plus .plus>div a .plus_hover {
    width: 164px;
    height: 164px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/plus_hover.png") no-repeat;
    display: none;
}

#plus .plus>div a img.plus_icons {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    display: none;
}

#plus .plus>div a:hover img.plus_icons, #plus .plus>div a:hover .plus_hover {
    display: block;
}

#plus .plus>div p {
    color: #000000;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    margin: 0;
}

#fukoza{
    width: 100%;
    position: relative;
    background: #d8dae1;
    height: 369px;
    max-width: 2560px;
    margin: 0 auto;
    overflow: hidden;
}
#fukoza p{
    font-size: 18px;
    line-height: 22px;
    color: #505050;
    position: relative;
    margin: 0 22px;
    padding: 50px 0 28px 0;
}
#fukoza h2{
    font-size: 24px;
    line-height: 28px;
    color: #3a4468;
    position: relative;
    margin: 0 22px;
    padding: 50px 0 0 0;
    font-weight: normal;
}
#fukoza .read_more {
    width: 206px;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
    color: #ff7403;
    text-align: center;
    padding: 18px 0;
    background: url("../img/read_more_banner1.png") 0 0 no-repeat;
    position: absolute;
    top: 277px;
    left: 22px;
    cursor: pointer;
}

#fukoza .read_more:hover {
    color: #ff5400;
    background-position: -206px;
    text-decoration: underline;
}

#fukoza img{
    width: 1195px;
    height: 369px;
    position: absolute;
    top: 0;
    right: -205px;
}

#banner1 {
    width: 100%;
    position: relative;
    background: url("../img/banner1_mini.jpg") 60% 0% no-repeat;
    height: 800px;
    max-width: 2560px;
    margin: 0 auto;
}

#banner1 #logo_banner1 {
    width: 340px;
    height: 70px;
    position: absolute;
    top: 60px;
    left: 10px;
    background: url("../img/logo_banner1.png") no-repeat;
}

#banner1 p {
    font-family: "Helvetica Neue Light", sans-serif;
    font-size: 30px;
    color: #000000;
    text-align: left;
    line-height: 32px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 165px;
    left: 23px;
}

#banner1 #slogan_banner1 {
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px #444444;
    line-height: 62px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    top: 549px;
    left: 0;
}



#review {
    width: 100%;
    position: relative;
    height: 742px;
    max-width: 2560px;
    margin: 0 auto;
    background: #c3e0e5;
}

#review h1 {
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 48px;
    line-height: 50px;
    font-weight: normal;
    color: #3a4468;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 86px 0 90px 0;
    margin: 0;
}

#review .review {
    position: relative;
    width: 1020px;
    height: 480px;
    margin: 0 auto;
    overflow: hidden;
}

#review .review>div {
    width: 340px;
    height: 480px;
    margin: 0;
    position: relative;
    float: left;

}

#review .review>div .name {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    line-height: 26px;
    position: relative;
    width: 100%;
    margin: 0;
    text-shadow: 0 1px 1px #999999;
}

#review .review>div .work {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    line-height: 14px;
    position: relative;
    width: 100%;
    margin: 3px 0 26px 0;
}

#review .review>div img {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 0 70px;
}

#review .review>div p {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-align: center;
    position: relative;
    margin: 21px 30px 0 30px;
}

#order {
    width: 100%;
    height: auto;
    padding: 70px 0 0 0;
    background: #ffffff;
    position: relative;
}

#order h2 {
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: normal;
    color: #6a6969;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 0 0 70px 0;
    margin: 0;
}

#order h2 span {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 60px;
    color: #a9a41f;
}

#order h1 {
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 54px;
    line-height: 56px;
    font-weight: normal;
    color: #193a62;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 0 0 65px 0;
    margin: 0;
}

#order .anketa {
    width: 100%;
    height: 443px;
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#order .anketa #anketa {
    width: 300px;
    height: auto;
    position: relative;
    float: left;
    margin: 0 0 0 84px;
}

#order .anketa #anketa p {
    position: relative;
    height: 50px;
    display: block;
    cursor: text;
    margin: 0 0 12px 0;
    *width: 100%;
}

#order .anketa #anketa input[type="text"] {
    width: 260px;
    margin: 0;
    height: 15px;
    border: 1px solid #ffe6d1;
    background: #ffe6d1;
    border-radius: 2px;
    color: #3a4468;
    font-size: 13px;
    line-height: 15px;
    padding: 16px 19px 17px 19px;
    display: inline-block;
}

#order .anketa #anketa input[type="text"].active {
    border-color: #ffbe8b;
    background: transparent;
}

#order .anketa #anketa span {
    position: absolute;
    left: 18px;
    top: 17px;
    color: #474747;
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    height: 15px;
    z-index: 0;
}

#order .anketa #anketa input[type="submit"] {
    width: 302px;
    position: relative;
    height: 20px;
    margin: 30px 0 0 -1px;
    cursor: pointer;
    font-size: 18px;
    color: #f4f4f4;
    border: 0;
    text-shadow: 0 1px 1px #444444;
    line-height: 20px;
    padding: 22px 0;
    text-align: center;
    box-sizing: content-box;
    background: url("../img/anketa_send.png") 0 0 no-repeat;
}

#order .anketa #anketa input[type="submit"]:hover {
    background-position: -302px 0;
}

#order .anketa #anketa input[type="submit"]:active {
    background-position: -604px 0;
    padding: 24px 0 20px 0;
}

#order .anketa img {
    width: 600px;
    height: 422px;
    position: absolute;
    top: 20px;
    right: 0;
}

#order .border {
    width: 100%;
    height: 1px;
    position: absolute;
    background: #c3e0e5;
    left: 0;
    bottom: 15px;
}

#how_to_order {
    width: 100%;
    height: 409px;
    position: relative;
    background: #ffffff;
}

#how_to_order h1 {
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 48px;
    line-height: 50px;
    font-weight: normal;
    color: #193a62;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 53px 0;
    margin: 0;
}

#how_to_order .how_to_order {
    height: 253px;
    width: 980px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

#how_to_order .how_to_order img {
    width: 142px;
    height: 142px;
    position: relative;
    float: left;
}

#how_to_order .how_to_order .arrow {
    width: 21px;
    height: 40px;
    position: relative;
    float: left;
    margin: 51px 23px;
    background: url("../img/arrow_how_to_order.png") no-repeat;
}

#how_to_order .how_to_order .description {
    width: 1044px;
    position: relative;
    float: left;
    margin: 32px 0 0 -33px;
    height: 40px;
}

#how_to_order .how_to_order .description p {
    width: 209px;
    text-align: center;
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Helvetica Neue Light", sans-serif;
    position: relative;
    float: left;
    margin: 0;
}

#how_to_order .how_to_order .description p.first {
    width: 208px;
}

#footer {
    width: 100%;
    
    position: relative;
    background: #59abc1;
    max-width: 2560px;
    margin: 0 auto;
}
.confidentiality{
    position: relative;
    padding: 197px 20px 123px 20px;
    font-size: 12px;
    color: #315d69;
    line-height: 14px;
}
.confidentiality span{
    font-size: 14px;
    line-height: 16px;
    color: #000;
    display: block;
}

.confidentiality a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.confidentiality a:hover {
    color: #dad6ad;
    text-decoration: underline;
}

#footer #logo_footer {
    width: 227px;
    height: 49px;
    position: absolute;
    background: url("../img/logo_footer.png") no-repeat;
    top: 49px;
    left: 19px;
}

#footer #slogan_footer {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 16px;
    position: absolute;
    top: 100px;
    text-transform: uppercase;
    left: 23px;
}

#footer #text_footer {
    font-size: 12px;
    color: #315d69;
    line-height: 14px;
    position: absolute;
    top: 110px;
    left: 23px;
}

#footer #logo_cez_footer {
    width: 209px;
    height: 45px;
    position: absolute;
    background: url("../img/logo_cez.png") no-repeat;
    bottom: 41px;
    left: 22px;
}

#footer #address_footer {
    font-size: 12px;
    color: #315d69;
    line-height: 14px;
    position: absolute;
    bottom: 18px;
    left: 261px;
}
#footer #address_footer a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

#footer #address_footer a:hover {
    color: #dad6ad;
    text-decoration: underline;
}
#footer .border {
    width: 100%;
    height: 1px;
    background: #7abccd;
    position: absolute;
    bottom: 103px;
    left: 0;
}
#footer .border.second {
    top: 177px;
}

#footer #menu_footer {
    position: absolute;
    top: 43px;
    right: 22px;
    height: 128px;
}

#footer #menu_footer .links {
    position: relative;
    float: right;
    text-align: left;
    width: auto;
    height: 128px;
    margin: 0 0 0 62px;
}

#footer #menu_footer .links .link {
    padding: 4px 8px;
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    display: table;
}

#footer #menu_footer .links .link:hover {
    color: #dad6ad;
    text-decoration: underline;
}

#footer #menu_footer .links .link.active {
    color: #000000;
    background: #7abccd;
    border-radius: 2px;
    text-decoration: none;
    cursor: default;
}

#footer #phone_footer {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 26px;
    line-height: 26px;
    color: #ffffff;
    text-shadow: 0 1px 2px #444444;
    position: absolute;
    top: 210px;
    right: 22px;
    text-align: right;
}

#footer #phone_footer span {
    font-family: "Helvetica Neue Roman", sans-serif;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    line-height: 14px;
    margin: 0 0 2px 0;
    display: block;
    text-shadow: none;
}

#footer #phone_footer span.free {
    color: #315d69;
    text-transform: none;
    color: #315d69;
    font-size: 11px;
    line-height: 13px;
    margin: 2px 0 0 0;
}

/*application*/
#application {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 2560px;
    margin: 0 auto;
    padding: 100px 0 0 0;
    background: #d8dae1 url("../img/bg_application.png") repeat-x 0 100px;
}

#application h1 {
    color: #3a4468;
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 54px;
    line-height: 56px;
    position: relative;
    margin: 0 22px;
    padding: 73px 0 32px 0;
    font-weight: normal;
}

#application p {
    font-size: 18px;
    line-height: 20px;
    color: #505050;
    position: relative;
    margin: 40px 22px;
}

#application .plus {
    position: relative;
    margin: 0 22px 35px 22px;
    height: 26px;
}

#application .plus .circle {
    width: 18px;
    height: 18px;
    position: relative;
    float: left;
    background: url("../img/circle_application.png") no-repeat;
    margin: 3px 31px 0 0;
}

#application .plus h3 {
    color: #59abc1;
    font-family: "Helvetica Neue Black", sans-serif;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin: 0 24px 0 0;
}

#application .plus p {
    font-family: "Helvetica Neue Light", sans-serif;
    font-size: 24px;
    color: #000000;
    position: relative;
    float: left;
    line-height: 26px;
    margin: 0;
}

#application h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    color: #3a4468;
    margin: 14px 22px 22px 22px;
    position: relative;
}

#application p.indication {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    margin: 0 22px;
    padding: 0 0 48px 0;
}

.shadow_bot {
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/shadow_bot.png") repeat-x;
}

#structure {
    width: 100%;
    height: 794px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

#structure h1 {
    color: #3a4468;
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 54px;
    line-height: 56px;
    position: relative;
    margin: 0 22px;
    padding: 52px 0 47px 0;
    font-weight: normal;
    text-align: left;
}

#structure .structure {
    width: 980px;
    position: relative;
    margin: 0 auto;
    height: 286px;
}

#structure .structure>div {
    width: 196px;
    position: relative;
    float: left;
    height: 286px;
    text-align: center;
}

#structure .structure>div img {
    position: relative;
    margin: 0 auto;
    height: 221px;
}

#structure .structure>div p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    position: relative;
    margin: 17px 0 0 0;
    text-transform: uppercase;
}

#structure .blue {
    margin: 47px 22px 70px 22px;
    position: relative;
    background: #c3e0e5;
    border-radius: 4px;
    padding: 21px 0;
}

#structure .blue p {
    color: #505050;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    margin: 0 26px;
}

#structure .conditions {
    width: 980px;
    position: relative;
    margin: 0 auto;
    height: 144px;
}

#structure .conditions>div {
    width: 306px;
    position: relative;
    float: left;
    height: 144px;
}

#structure .conditions>div.first {
    width: 366px;
}

#structure .conditions>div h2 {
    font-size: 22px;
    line-height: 24px;
    color: #3a4468;
    font-weight: normal;
    margin: 0 0 16px 0;
    position: relative;
    text-align: left;
    width: 100%;
}

#structure .conditions>div p {
    font-size: 14px;
    line-height: 16px;
    color: #505050;
    position: relative;
}

/*order*/
#banner2 {
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    height: 740px;
    position: relative;
    padding: 100px 0 0 0;
    background: url("../img/banner2_mini.jpg") center bottom no-repeat;
    overflow-x: hidden;
}

#banner2 .h1 {
    width: 100%;
    height: 172px;
    position: absolute;
    top: 100px;
    left: 0;
    background: url("../img/bg_h1_banner2.png") repeat-x;
}

#banner2 h1 {
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 54px;
    line-height: 56px;
    color: #ffffff;
    text-shadow: 0 1px 2px #999999;
    position: relative;
    margin: 0 22px;
    padding: 80px 0 0 0;
    position: relative;
    font-weight: normal;
}

#banner2 .anketa {
    height: 569px;
    position: relative;
    width: 700px;
    margin: 171px 0 0 -40px;
    padding: 0 0 0 40px;
    background: url("../img/bg_anketa_banner2.png") no-repeat 0 0;
}

#banner2 .anketa p {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    position: relative;
    padding: 40px 0 0 22px;
    margin: 0;
}

#banner2 #anketa {
    font-size: 14px;
    width: 370px;
    height: 484px;
    position: relative;
    color: #ffffff;
}

#banner2 #anketa  h3 {
    width: 100%;
    font-family: "Helvetica Neue Black", sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    padding: 27px 0 22px 22px;
    margin: 0;
    text-align: left;
    position: relative;
    text-shadow: 0 1px 2px #555555;
}

#banner2 #anketa div.hidden {
    display: none;
}

#banner2 #anketa .step {
    text-align: left;
    position: relative;
    margin: 22px 22px 0 22px;
    height: 390px;
}

#banner2 #anketa .step p {
    position: relative;
    margin: 16px 0 0 0;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    text-align: left;
    padding: 0;
}

#banner2 #anketa .step p.long {
    line-height: 16px;
}

#banner2 #anketa .step p.bold {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-weight: normal;
    position: relative;
    padding: 8px 0 10px 0;
    line-height: 20px;
    font-size: 18px;
    color: #b6c7d8;
    margin: 0;
}

#banner2 #anketa .step p.bold2 {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-weight: normal;
    position: relative;
    padding: 8px 0 10px 0;
    line-height: 18px;
    font-size: 16px;
    color: #b6c7d8;
    margin: 0;
}

#banner2 #anketa .r_button {
    display: none;
}

#banner2 #anketa .step p label {
    cursor: pointer;
    display: inline-block;
}

#banner2 #anketa .r_button + label {
    min-height: 17px;
    background: url("../img/radio.png") no-repeat scroll 0 -3px;
    cursor: pointer;
    padding-left: 45px;
    color: #ffffff;
}

#banner2 #anketa .r_button + label:hover {
    background-position: 0 -49px;
    color: #ff790d;
}

#banner2 #anketa .r_button:checked + label {
    background-position: 0 -95px;
    color: #ff790d;
}

#banner2 #anketa .r_button.active + label {
    background-position: 0 -95px;
    color: #ff790d;
}

#banner2 #anketa .c_button {
    display: none;
}

#banner2 #anketa .c_button + label {
    height: 17px;
    background: url("../img/radio.png") no-repeat scroll 0 -3px;
    cursor: pointer;
    padding-left: 45px;
}

#banner2 #anketa .c_button + label:hover {
    background-position: 0 -49px;
    color: #ff790d;
}

#banner2 #anketa .c_button:checked + label {
    background-position: 0 -95px;
    color: #ff790d;
}

#banner2 #anketa .c_button.active + label {
    background-position: 0 -95px;
    color: #ff790d;
}

#banner2 #anketa input[type="submit"] {
    width: 128px;
    height: 20px;
    *height: 54px;
    position: absolute;
    margin: 0;
    font-size: 18px;
    color: #59abc1;
    padding: 17px 0;
    text-align: center;
    line-height: 20px;
    border: 0;
    cursor: pointer;
    background: url("../img/next.png") 0 0;
    top: 287px;
    left: 0;
    box-sizing: content-box;
}

#banner2 #anketa input[type="submit"]:hover {
    background-position: -128px 0;
    color: #0081a4;
}

#banner2 #anketa input[type="submit"]:active {
    background-position: -256px 0;
    color: #0081a4;
    padding: 19px 0 15px 0;
}

#banner2 #anketa input[type="submit"].send {
    width: 302px;
    height: 20px;
    cursor: pointer;
    font-size: 18px;
    color: #f4f4f4;
    border: 0;
    text-shadow: 0 1px 1px #444444;
    line-height: 20px;
    padding: 22px 0;
    text-align: center;
    background: url("../img/anketa_send.png") 0 0 no-repeat;
    top: 287px;
    left: -1px;
    box-sizing: content-box;
}

#banner2 #anketa input[type="submit"].send:hover {
    background-position: -302px 0;
}

#banner2 #anketa input[type="submit"].send:active {
    background-position: -604px 0;
    padding: 24px 0 20px 0;
}

#banner2 #anketa label.coords {
    position: relative;
    height: 50px;
    display: block;
    cursor: text;
    margin: 0;
    width: 300px;
}

#banner2 #anketa .step.contact p {
    margin: 10px 0 0 0;
}

#banner2 #anketa input[type="text"] {
    width: 260px;
    margin: 0;
    height: 15px;
    border: 0;
    background: url("../img/bg_input_banner2.png") repeat;
    border-radius: 2px;
    color: #3a4468;
    font-size: 13px;
    line-height: 15px;
    padding: 17px 20px 18px 20px;
    display: inline-block;
}

#banner2 #anketa input[type="text"].active {
    border: 1px solid #de924f;
    background: #ffffff;
    padding: 16px 19px 17px 19px;
}

#banner2 #anketa span.coords {
    position: absolute;
    left: 20px;
    top: 17px;
    color: #ffffff;
    font-size: 13px;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    cursor: text;
}

.greeting {
    width: 240px;
}

#banner2 img {
    width: 415px;
    height: 468px;
    position: absolute;
    top: 29px;
    right: -70px;
}

#info_order {
    width: 100%;
    position: relative;
    background: #ffffff;
    height: 536px;
    padding: 56px 0 0 0;
}

#info_order .left {
    width: 65%;
    position: relative;
    float: left;
}

#info_order .right {
    width: 35%;
    position: relative;
    float: left;
}

#info_order .left>div {
    width: 100%;
    height: auto;
    position: relative;
}

#info_order .left img {
    width: 142px;
    height: 142px;
    position: absolute;
    top: 0;
    left: 22px;
}

#info_order .left .text {
    position: relative;
    margin: 0 22px 0 200px;
    min-height: 182px;
}

#info_order .left .text h1 {
    font-size: 22px;
    line-height: 24px;
    color: #3a4468;
    position: relative;
    text-align: left;
    font-weight: normal;
    margin: 0;
    padding: 5px 0;
}

#info_order .left .text p {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    color: #000000;
    margin: 15px 25px 0 0;
}

#info_order .left .text p.small {
    font-size: 12px;
    line-height: 14px;
}

#info_order .left .text p.bold {
    font-family: "Helvetica Neue Bold", sans-serif;
}

#info_order .left .text h2 {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 32px;
    line-height: 32px;
    position: relative;
    font-weight: normal;
    color: #59abc1;
    margin: 10px 0 0 0;
}

#info_order .right h1 {
    font-size: 22px;
    line-height: 24px;
    color: #3a4468;
    position: relative;
    text-align: left;
    font-weight: normal;
    margin: 0;
    padding: 5px 0;
}

#info_order .right h3 {
    font-family: "Helvetica Neue Black", sans-serif;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    font-weight: normal;
    color: #ff811c;
    margin: 13px 0 0 0;
    padding: 5px 0;
}

#info_order .right p {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    color: #000000;
    margin: 18px 22px 0 0;
}

#info_order .right p span {
    color: #ff811c;
    text-transform: uppercase;
}

#info_order #logo_cez_info_order {
    width: 338px;
    height: 82px;
    position: relative;
    margin: 31px 50px 33px 0;
    background: url("../img/logo_cez_info_order.png") no-repeat;
}

#info_order .right .address {
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    margin: 0 22px 2px 0;
}

#info_order .right .inn {
    position: relative;
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    margin: 0 22px 2px 0;
}

#map_location {
    width: 100%;
    max-width: 2560px;
    position: relative;
    height: 580px;
}

#map_location #map {
    width: 100%;
    height: 100%;
    position: relative;
}

.shadow_map_top {
    width: 100%;
    height: 10px;
    background: url("../img/shadow_map_top.png") repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}

#map_location .shadow_map_bot {
    width: 100%;
    height: 9px;
    background: url("../img/shadow_map_bot.png") repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*action*/
#action {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 2560px;
    margin: 0 auto;
    padding: 100px 0 58px 0;
    background: #d8dae1 url("../img/bg_application.png") repeat-x 0 100px;
    overflow: hidden;
}

#action h1 {
    color: #3a4468;
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 54px;
    line-height: 56px;
    position: relative;
    margin: 0 22px;
    padding: 73px 0 32px 0;
    font-weight: normal;
}

#action h2 {
    font-size: 24px;
    line-height: 26px;
    color: #3a4468;
    font-weight: normal;
    position: relative;
    margin: 0 22px;
}

#action p {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    position: relative;
    margin: 22px 22px 0 22px;
}

#action p span {
    font-family: "Helvetica Neue Bold", sans-serif;
}

#action p.first {
    font-size: 18px;
    line-height: 22px;
    color: #505050;
    position: relative;
    margin: 40px 22px;
}

#action h3 {
    font-family: "Helvetica Neue Black", sans-serif;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #59abc1;
    position: relative;
    margin: 40px 22px 0 22px;
    font-weight: normal;
}

#action img {
    width: 617px;
    height: 338px;
    position: absolute;
    bottom: -58px;
    right: -246px;
}

#function {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 0 0 58px 0;
    overflow: hidden;
}

#function h2 {
    text-align: left;
    color: #3a4468;
    position: relative;
    padding: 60px 0 47px 0;
    margin: 0 22px;
    font-family: "Helvetica Neue Light", sans-serif;
    font-size: 30px;
    line-height: 32px;
    font-weight: normal;
}

#function p {
    color: #000000;
    margin: 0 22px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
}

#function .blue {
    background: #c3e0e5;
    border-radius: 2px;
    margin: 38px 22px 0 22px;
    position: relative;
    padding: 23px 30px;
    color: #505050;
    font-size: 18px;
    line-height: 22px;
}

#function .blue span {
    font-family: "Helvetica Neue Bold", sans-serif;
    color: #000000;
}

#function ul {
    list-style: none;
    margin: 0 22px;
    padding: 0;
    position: relative;
}

#function ul li {
    background: url("../img/circle.png") no-repeat left 3px;
    padding-left: 53px;
    color: #000000;
    font-family: "Helvetica Neue Light", sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 22px 0;
    position: relative;
}

#function h3 {
    color: #59abc1;
    font-size: 28px;
    line-height: 32px;
    position: absolute;
    left: 22px;
    bottom: 4px;
    font-weight: normal;
    margin: 0;
}

#function .arrow {
    position: relative;
    margin: 91px 380px 0 460px;
    height: 73px;
    background: url("../img/arrow_function.png") no-repeat center top;
    padding: 0 0 1px 0;
}

#function .button {
    width: 359px;
    height: 26px;
    font-family: "Helvetica Neue Medium", sans-serif;
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 20px;
    padding: 25px 0;
    background: url("../img/button_function.png") 0 0 no-repeat;
}

#function .button:hover {
    background-position: -359px 0;
}

#function .button:active {
    background-position: -718px 0;
}

#function img {
    width: 619px;
    height: 513px;
    position: absolute;
    right: -234px;
    bottom: 36px;
}

/*legal_base*/
#legal_base {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 2560px;
    margin: 0 auto;
    padding: 100px 0 58px 0;
    background: #d8dae1 url("../img/bg_application.png") repeat-x 0 100px;
    overflow: hidden;
}

#legal_base h1 {
    color: #3a4468;
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 54px;
    line-height: 56px;
    position: relative;
    margin: 0 22px;
    padding: 73px 0 32px 0;
    font-weight: normal;
}

#legal_base h2 {
    color: #505050;
    font-size: 24px;
    line-height: 26px;
    position: relative;
    margin: 0 22px;
    padding: 40px 0 5px 0;
    font-weight: normal;
}

#legal_base a {
    font-size: 18px;
    line-height: 22px;
    color: #59abc1;
    text-decoration: underline;
    position: relative;
    display: inline-block;
    margin: 18px 22px 0 22px;
    cursor: pointer;
}

#legal_base a:hover {
    text-decoration: none;
}

#legal_base p {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    position: relative;
    margin: 0 22px;
}

/*advantages*/
#uniqueness {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 2560px;
    margin: 0 auto;
    padding: 100px 0 42px 0;
    background: #d8dae1 url("../img/bg_application.png") repeat-x 0 100px;
    overflow: hidden;
}

#uniqueness h1 {
    color: #3a4468;
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 54px;
    line-height: 56px;
    position: relative;
    margin: 0 22px;
    padding: 73px 0 32px 0;
    font-weight: normal;
}

#uniqueness p {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    position: relative;
    margin: 38px 394px 0 22px;
}

#uniqueness p.first {
    font-size: 18px;
    line-height: 22px;
    color: #505050;
    position: relative;
    margin: 40px 394px 38px 22px;
}

#uniqueness h2 {
    margin: 0 394px 0 22px;
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    position: relative;
}

#uniqueness h2 span {
    color: #59abc1;
    font-family: "Helvetica Neue Black", sans-serif;
}

#advantages {
    width: 100%;
    padding: 0 0 55px 0;
    position: relative;
    background: #ffffff;
    overflow-y: visible;
}

#advantages h1 {
    color: #3a4468;
    font-family: "Helvetica Neue Light", sans-serif;
    font-size: 36px;
    line-height: 38px;
    position: relative;
    margin: 0 22px;
    padding: 63px 0 75px 0;
    font-weight: normal;
}

#advantages .advantages {
    width: 1020px;
    position: relative;
    margin: 0 auto;
    height: 260px;
}

#advantages .advantages>div {
    width: 204px;
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
}

#advantages .advantages>div img {
    height: 132px;
    position: relative;
    margin: 0 auto;
}

#advantages .advantages>div p {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin: 28px 20px 0 20px;
}

#advantages .diabetal {
    position: absolute;
    width: 401px;
    height: 565px;
    right: -42px;
    top: -393px;
    overflow: hidden;
}

#advantages .diabetal img {
    position: relative;
    width: 401px;
    height: 565px;
    margin: 0;
}

#banner3 {
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    height: 635px;
    position: relative;
    padding: 0;
    background: url("../img/banner3_mini.jpg") center bottom no-repeat;
    overflow-x: hidden;
}

#banner3 h1 {
    color: #3a4468;
    font-size: 30px;
    font-family: "Helvetica Neue Light", sans-serif;
    font-weight: normal;
    line-height: 32px;
    margin: 0 22px;
    padding: 47px 0 37px 0;
    position: relative;
}

#banner3 ul {
    list-style: none;
    margin: 0 22px;
    padding: 0;
    position: relative;
}

#banner3 ul li {
    background: url("../img/circle.png") no-repeat left 3px;
    padding-left: 53px;
    color: #000000;
    font-family: "Helvetica Neue Light", sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px 0;
    position: relative;
}

#banner3 ul li a {
    color: #59abc1;
    text-decoration: underline;
    cursor: pointer;
}
#banner3 .border {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 324px;
    background: url("../img/border_header.png") repeat-x;
}

#banner3 h2 {
    color: #ffffff;
    font-size: 52px;
    font-family: "Helvetica Neue Thin", sans-serif;
    font-weight: normal;
    text-align: center;
    line-height: 56px;
    margin: 75px 22px 0 22px;
    padding: 0;
    position: relative;
    text-shadow: 0 1px 2px #444444;
}

#banner3 .shadow_map_top {
    width: 100%;
    height: 10px;
    background: url("../img/shadow_map_top.png") repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}

#banner3 .shadow_map_bot {
    width: 100%;
    height: 9px;
    background: url("../img/shadow_map_bot.png") repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

#consultation {
    width: 100%;
    height: 133px;
    position: relative;
    background: #ffffff;
    padding: 60px 0 0 0;
}

#consultation h3 {
    color: #59abc1;
    font-size: 28px;
    line-height: 32px;
    position: absolute;
    left: 22px;
    bottom: 4px;
    font-weight: normal;
    margin: 0;
}

#consultation .arrow {
    position: relative;
    margin: 0 380px 0 460px;
    height: 73px;
    background: url("../img/arrow_function.png") no-repeat center top;
    padding: 0 0 1px 0;
}

#consultation .button {
    width: 359px;
    height: 26px;
    font-family: "Helvetica Neue Medium", sans-serif;
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 20px;
    padding: 25px 0;
    background: url("../img/button_function.png") 0 0 no-repeat;
}

#consultation .button:hover {
    background-position: -359px 0;
}

#consultation .button:active {
    background-position: -718px 0;
}

/*problem*/
#problem {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 2560px;
    margin: 0 auto;
    padding: 100px 0 55px 0;
    background: #d8dae1 url("../img/bg_application.png") repeat-x 0 100px;
    overflow: hidden;
}

#problem h1 {
    color: #3a4468;
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 54px;
    line-height: 56px;
    position: relative;
    margin: 0 22px;
    padding: 73px 0 32px 0;
    font-weight: normal;
}

#problem p {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    position: relative;
    margin: 20px 22px 0 22px;
}

#problem p span {
    font-family: "Helvetica Neue Bold", sans-serif;
}

#problem p.first {
    font-size: 18px;
    line-height: 22px;
    color: #505050;
    position: relative;
    margin: 60px 22px 0 22px;
}

#problem p.first span {
    color: #63b0c5;
    font-size: 22px;
}

#problem p.second {
    padding: 0 0 50px 0;
}

#problem h2 {
    margin: 0 22px 0 22px;
    padding: 48px 0 20px 0;
    color: #3a4468;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    position: relative;
}

#problem h2.first {
    padding: 52px 0 20px 0;
}

#problem .border {
    width: 100%;
    height: 2px;
    position: relative;
    margin: 0;
    background: url("../img/border_header.png") repeat-x;
}

#symptoms {
    width: 100%;
    height: 790px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

#symptoms h1 {
    color: #3a4468;
    font-family: "Helvetica Neue Light", sans-serif;
    font-size: 30px;
    line-height: 32px;
    position: relative;
    margin: 0 22px;
    padding: 50px 0 35px 0;
    font-weight: normal;
}

#symptoms ul {
    list-style: none;
    margin: 0 22px;
    padding: 0;
    position: relative;
}

#symptoms ul li {
    background: url("../img/circle.png") no-repeat left 3px;
    padding-left: 53px;
    color: #000000;
    font-family: "Helvetica Neue Light", sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px 0;
    position: relative;
}

#symptoms h2 {
    color: #3a4468;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 36px;
    line-height: 38px;
    margin: 50px 0 35px 0;
}

#symptoms .facts {
    width: 1020px;
    position: relative;
    margin: 0 auto;
    height: 200px;
}

#symptoms .facts table {
    border: 0;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    border-spacing: 0;
}

#symptoms .facts table td {
    width: 260px;
    position: relative;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

#symptoms .facts table td.first, #symptoms .facts table td.last {
    width: 250px;
}

#symptoms .facts table td img {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 30px;
}

#symptoms .facts table td.first img {
    left: 20px;
}

#symptoms .facts table td p {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    position: relative;
    margin: 0 7px;
}

#symptoms .facts table td.first p {
    margin: 0 17px 0 7px;
}

#symptoms .facts table td.last p {
    margin: 0 7px 0 17px;
}

#attention {
    width: 100%;
    height: 145px;
    position: relative;
    background: #e7f3f5;
}

#attention img {
    width: 74px;
    height: 74px;
    position: absolute;
    top: 35px;
    left: 26px;
}

#attention h1 {
    font-family: "Helvetica Neue Black", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #59abc1;
    font-weight: normal;
    margin: 0 32px 0 147px;
    padding: 31px 0 20px 0;
    position: relative;
    text-transform: uppercase;
}

#attention p {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    margin: 0 22px 0 147px;
}

#principles {
    width: 100%;
    height: 429px;
    position: relative;
    background: #ffffff;
}

#principles h1 {
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 36px;
    line-height: 38px;
    color: #3a4468;
    text-align: center;
    position: relative;
    font-weight: normal;
    margin: 0 22px;
    padding: 42px 0 40px 0;
}

#principles .principle {
    position: relative;
    margin: 0 22px 7px 22px;
    height: 20px;
    background: url("../img/number_principle.png") no-repeat 0 0;
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    font-family: "Helvetica Neue Light", sans-serif;
    padding: 10px 0 10px 14px;
}

#principles .principle span {
    font-family: "Helvetica Neue Black", sans-serif;
    color: #ffffff;
    margin: 0 39px 0 0;
}

/*documents*/

#documents {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 2560px;
    margin: 0 auto;
    padding: 100px 0 58px 0;
    background: #d8dae1 url("../img/bg_application.png") repeat-x 0 100px;
    overflow: hidden;
}

#documents h1 {
    color: #3a4468;
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 54px;
    line-height: 56px;
    position: relative;
    margin: 0 22px;
    padding: 73px 0 32px 0;
    font-weight: normal;
}

#documents h2 {
    color: #505050;
    font-size: 24px;
    line-height: 26px;
    position: relative;
    margin: 0 22px;
    padding: 40px 0 5px 0;
    font-weight: normal;
}

#documents p {
    position: relative;
    margin: 22px 22px 0 22px;
}

#documents a {
    display: inline-block;
    margin: 0 70px 0 0;
}

/*technology*/
#banner4 {
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    padding: 100px 0 0 0;
    height: 598px;
    position: relative;
    background: url("../img/banner4_mini.jpg") center bottom no-repeat;
    overflow-x: hidden;
}

#banner4 .h1 {
    width: 100%;
    position: relative;
    height: 159px;
    background: url('../img/bg_h1_banner4.png') repeat-x;
}

#banner4 h1 {
    color: #ffffff;
    font-size: 54px;
    font-family: "Helvetica Neue Thin", sans-serif;
    font-weight: normal;
    line-height: 56px;
    margin: 0 22px;
    padding: 73px 0 30px 0;
    position: relative;
    text-shadow: 0 1px 2px #444444;
}

#banner4 p {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    margin: 0 22px 15px 22px;
    padding: 0;
}

#banner4 p.first {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    position: relative;
    margin: 0 22px;
    padding: 55px 0 45px 0;
}

#banner4 h2 {
    font-family: "Helvetica Neue Light", sans-serif;
    font-size: 30px;
    line-height: 32px;
    color: #3a4468;
    position: relative;
    margin: 0 22px 30px 22px;
    padding: 0;
    font-weight: normal;
}

#technology {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 40px 0 60px 0;
    overflow: hidden;
}

#technology div.blue {
    background: #c3e0e5;
    border-radius: 2px;
    margin: 0 22px 65px 22px;
    position: relative;
    padding: 23px 30px;
    color: #505050;
    font-size: 18px;
    line-height: 22px;
}

#technology h1 {
    color: #3a4468;
    font-size: 30px;
    line-height: 32px;
    font-family: "Helvetica Neue Light", sans-serif;
    position: relative;
    font-weight: normal;
    margin: 0 22px;
    padding: 0;
}

#technology p {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    position: relative;
    margin: 32px 375px 38px 22px;
}

#technology p.blue {
    color: #3a4468;
    font-size: 18px;
    line-height: 22px;
    margin: 0 375px 27px 22px;
}

#technology h3 {
    color: #59abc1;
    font-size: 28px;
    line-height: 32px;
    position: absolute;
    left: 22px;
    bottom: 4px;
    font-weight: normal;
    margin: 0;
}

#technology .arrow {
    position: relative;
    margin: 140px 380px 0 460px;
    height: 73px;
    background: url("../img/arrow_function.png") no-repeat center top;
    padding: 0 0 1px 0;
}

#technology .button {
    width: 359px;
    height: 26px;
    font-family: "Helvetica Neue Medium", sans-serif;
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 20px;
    padding: 25px 0;
    background: url("../img/button_function.png") 0 0 no-repeat;
}

#technology .button:hover {
    background-position: -359px 0;
}

#technology .button:active {
    background-position: -718px 0;
}

#technology img {
    width: 619px;
    height: 513px;
    position: absolute;
    right: -234px;
    bottom: 36px;
}

/*complications*/
#complications {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 2560px;
    margin: 0 auto;
    padding: 100px 0 0 0;
    background: #d8dae1 url("../img/bg_application.png") repeat-x 0 100px;
    overflow: hidden;
}

#complications h1 {
    color: #3a4468;
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 54px;
    line-height: 56px;
    position: relative;
    margin: 0 22px;
    padding: 73px 0 32px 0;
    font-weight: normal;
}

#complications p {
    color: #505050;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin: 0 22px;
    padding: 48px 0 36px 0;
    position: relative;
}

#complications .border {
    height: 1px;
    position: relative;
    margin: 0 22px;
}

#complications .border .left {
    width: 185px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/border_left_complications.png") 0 0 no-repeat;
}

#complications .border .right {
    width: 185px;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/border_left_complications.png") 100% 0 no-repeat;
}

#complications .border .mid {
    position: relative;
    background: #ffffff;
    margin: 0 185px;
    height: 1px;
}

#complications h2 {
    color: #3a4468;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    position: relative;
    margin: 36px 42px;
    font-weight: normal;
    padding: 0;
}

#complications .complications {
    width: 980px;
    position: relative;
    margin: 0 auto;
    height: 276px;
}

#complications .complications>div {
    width: 196px;
    height: 276px;
    position: relative;
    float: left;
    text-align: center;
}

#neuropathy .img {
    background: url("../img/complications1.png") no-repeat;
}

#heart .img {
    background: url("../img/complications2.png") no-repeat;
}

#foot .img {
    background: url("../img/complications3.png") no-repeat;
}

#retinopathy .img {
    background: url("../img/complications4.png") no-repeat;
}

#ketoacidosis .img {
    background: url("../img/complications5.png") no-repeat;
}

#complications .complications>div .img {
    width: 148px;
    height: 148px;
    margin: 0 24px;
    position: relative;
    background-position: 0 0;
    cursor: pointer;
}

#complications .complications>div.hover .img {
    background-position: -148px 0;
}

#complications .complications>div.active .img {
    background-position: -296px 0;
    cursor: default;
}

#complications .complications>div p {
    text-align: center;
    color: #505050;
    font-size: 14px;
    line-height: 18px;
    font-family: "Helvetica Neue Bold", sans-serif;
    position: relative;
    margin: 28px 0 0 0;
    text-transform: uppercase;
    padding: 0;
    cursor: pointer;
}

#complications .complications>div p span {
    color: #505050;
    font-size: 14px;
    line-height: 18px;
}

#complications .complications>div.hover p span {
    border-bottom: 1px dotted #000000;
    color: #000000;
}

#complications .complications>div.active p span {
    color: #59abc1;
    border: 0;

}

#complications .complications>div.active p {
    cursor: default;
}

#complications .complications>div.active {
    background: url("../img/arrow_complications.png") no-repeat center bottom;
}

#description {
    height: 292px;
    width: 100%;
    position: relative;
    background: #ffffff;
}

#description .complications {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}

#description .complications img {
    width: 346px;
    height: 213px;
    position: absolute;
    top: 37px;
    left: 22px;
}

#description .complications p {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    margin: 0 22px 0 403px;
    padding: 36px 0 0 0;
}

#description .complications.active {
    display: block;
}

#experience {
    width: 100%;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 18px 0 25px 0;
}

#experience h1 {
    color: #3a4468;
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 36px;
    line-height: 38px;
    margin: 0 22px 62px 22px;
    padding: 0;
    font-weight: normal;
    position: relative;
}

#experience .experience {
    position: relative;
    margin: 0 22px 20px 22px;
    height: 26px;
    background: url("../img/number_experience.png") no-repeat 0 0;
    color: #000000;
    font-size: 24px;
    line-height: 26px;
    font-family: "Helvetica Neue Light", sans-serif;
    padding: 1px 0 1px 8px;
}

#experience .experience span {
    font-family: "Helvetica Neue Black", sans-serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    margin: 0 32px 0 0;
}

/*life*/
#full_life {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 2560px;
    margin: 0 auto;
    padding: 100px 0 0 0;
    background: #d8dae1 url("../img/bg_application.png") repeat-x 0 100px;
    overflow: hidden;
}

#full_life h1 {
    color: #3a4468;
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 54px;
    line-height: 56px;
    position: relative;
    margin: 0 22px;
    padding: 73px 0 32px 0;
    font-weight: normal;
}

#full_life p {
    padding: 15px 0 52px 0;
    margin: 0 436px 0 22px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    color: #000000;
}

#full_life p.first {
    color: #505050;
    font-size: 18px;
    line-height: 22px;
    margin: 45px 349px 43px 22px;
    padding: 0;
}

#full_life img {
    width: 602px;
    height: 392px;
    position: absolute;
    bottom: 0;
    right: -206px;
}

#full_life ul {
    list-style: none;
    margin: 0 436px 0 22px;
    padding: 0;
    position: relative;
}

#full_life ul li {
    background: url("../img/circle.png") no-repeat left 3px;
    padding-left: 35px;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 22px 0;
    position: relative;
}

#banner5 {
    width: 100%;
    position: relative;
    background: url("../img/banner1_mini.jpg") 60% 0% no-repeat;
    height: 800px;
    max-width: 2560px;
    margin: 0 auto;
}

#banner5 .callback {
    top: 68px;
    left: 22px;
}

#banner5 .callback.ques {
    top: 121px;
}

#banner5 .shadow_map_top {
    width: 100%;
    height: 10px;
    background: url("../img/shadow_map_top.png") repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}

#banner5 .shadow_map_bot {
    width: 100%;
    height: 9px;
    background: url("../img/shadow_map_bot.png") repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

#banner5 .border {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 570px;
    background: url("../img/border_header.png") repeat-x;
}

#banner5 #logo_banner5 {
    width: 416px;
    height: 84px;
    position: absolute;
    top: 378px;
    left: 20px;
    background: url("../img/logo_banner5.png") no-repeat;
}

#banner5 #slogan_banner5 {
    color: #ffffff;
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 48px;
    line-height: 50px;
    text-shadow: 0 1px 2px #333333;
    position: relative;
    margin: 0 22px;
    padding: 470px 0 140px 0;
}

#banner5 p {
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    position: absolute;
    left: 22px;
    bottom: 0;
    margin: 0;
}

#banner5 .arrow {
    position: relative;
    margin: 0 380px 0 487px;
    height: 72px;
    background: url("../img/arrow_banner5.png") no-repeat center top;
    padding: 0 0 20px 0;
}

#banner5 .button {
    width: 359px;
    height: 26px;
    font-family: "Helvetica Neue Medium", sans-serif;
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    position: absolute;
    bottom: 18px;
    right: 20px;
    padding: 25px 0;
    background: url("../img/button_function.png") 0 0 no-repeat;
}

#banner5 .button:hover {
    background-position: -359px 0;
}

#banner5 .button:active {
    background-position: -718px 0;
}

/*reviews*/
#reviews {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 2560px;
    margin: 0 auto;
    padding: 100px 0 23px 0;
    background: #d8dae1 url("../img/bg_application.png") repeat-x 0 100px;
    overflow: hidden;
}

#reviews h1 {
    color: #3a4468;
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 54px;
    line-height: 56px;
    position: relative;
    margin: 0 22px;
    padding: 73px 0 32px 0;
    font-weight: normal;
}

#reviews p {
    color: #505050;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    margin: 0 22px;
    padding: 40px 0 42px 0;
}

#reviews form {
    width: 980px;
    position: relative;
    margin: 0 auto;
    height: 312px;
    display: block;
}

#reviews label {
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
    position: relative;
    width: 381px;
}

#reviews label.textarea {
    width: 481px;
    margin: 0 59px 0 28px;
    float: left;
}

#reviews .right {
    width: 400px;
    position: relative;
    float: left;
}

#reviews textarea {
    width: 441px;
    height: 103px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    background: url("../img/bg_textarea_reviews.png") 0 0 repeat-y;
    border-radius: 3px;
    border: 0;
    position: relative;
    resize: none;
}

#reviews label:hover textarea {
    background-position: -481px 0;
}

#reviews textarea.active {
    padding: 15px 19px;
    border: 1px solid #f79242;
    background: #e4e6e9;
    color: #3a4468;
}

#reviews span {
    position: absolute;
    left: 20px;
    top: 16px;
    color: #666666;
    font-size: 14px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    cursor: text;
}

#reviews label:hover span {
    color: #222222;
}

#reviews input[type="text"] {
    width: 341px;
    height: 18px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    background: url("../img/bg_textarea_reviews.png") 0 0 repeat-y;
    border-radius: 3px;
    border: 0;
    position: relative;
    resize: none;
    display: inline-block;
    margin: 0;
}

#reviews label:hover input[type="text"] {
    background-position: -481px 0;
}

#reviews input[type="text"].active {
    padding: 15px 19px;
    border: 1px solid #f79242;
    background: #e4e6e9;
    color: #3a4468;
}

#reviews .has-error .form-control {
    padding: 15px 19px;
    border: 1px solid #910b09;

}

#reviews .has-error .form-control.active {
    background: #fce2e2;
}

#reviews label.file_upload {
    height: 16px;
    overflow: hidden;
    width: 245px;
    padding: 3px 0 0 0;
}

#reviews .file_upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(20);
    letter-spacing: 10em; /* IE 9 fix */
    -ms-transform: scale(20); /* IE 9 fix */
    opacity: 0;
    filter: alpha(opacity = 0);
    cursor: pointer
}

#reviews .right .clip {
    width: 16px;
    height: 15px;
    background: url("../img/clip.png") 0 0 no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
}

#reviews .right label:hover .clip {
    background-position: -16px 0;
}

#reviews .right p {
    font-size: 14px;
    line-height: 16px;
    color: #3a4468;
    position: relative;
    display: inline-block;
    margin: 0 0 0 26px;
    padding: 0;
}

#reviews .right label:hover p {
    color: #000000;
    text-decoration: underline;
}

#reviews .right p span {
    display: block;
    text-align: right;
    position: relative;
    width: 219px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
}

#reviews .agree {
    width: 100%;
    position: relative;
    text-align: center;
    float: left;
    height: 18px;
    overflow: hidden;
    margin: 30px 0 0 0;
}

#reviews .agree #agree {
    display: none;
}

#reviews .agree #agree + label {
    height: 18px;
    background: url("../img/agree.png") no-repeat 0 0;
    cursor: pointer;
    padding-left: 35px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: auto;
    color: #505050;
    font-size: 14px;
    line-height: 18px;
}

#reviews .agree #agree + label:hover {
    background-position: 0 -18px;
}

#reviews .agree #agree:checked + label {
    background-position: 0 -36px;
}

#reviews .agree #agree.active + label {
    background-position: 0 -36px;
}

#reviews button {
    font-size: 22px;
    color: #f4f4f4;
    text-align: center;
    width: 383px;
    height: 24px;
    text-shadow: 0 1px 1px #444444;
    line-height: 24px;
    padding: 19px 0 21px 0;
    position: absolute;
    cursor: pointer;
    bottom: 16px;
    left: 50%;
    margin: 0 0 0 -191px;
    background: url("../img/send_review.png") 0 0 no-repeat;
    box-sizing: content-box;
    border: 0;
}

#reviews button:hover {
    background-position: -383px 0;
}

#reviews button:active {
    background-position: -766px 0;
    padding: 21px 0 19px 0;
}

#review2 {
    position: relative;
    width: 100%;
    margin: 0;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 52px 0;
}

#review2 h1 {
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 36px;
    line-height: 38px;
    font-weight: normal;
    color: #3a4468;
    text-align: center;
    position: relative;
    padding: 52px 0;
    margin: 0 22px;
}

#review2 .review {
    position: relative;
    width: 1020px;
    height: 480px;
    margin: 0 auto;
    overflow: hidden;
}

#review2 .review>div {
    width: 340px;
    height: 480px;
    margin: 0;
    position: relative;
    float: left;

}

#review2 .review>div .name {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 20px;
    text-align: center;
    color: #59abc1;
    line-height: 22px;
    position: relative;
    width: 100%;
    margin: 0;
}

#review2 .review>div .work {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    line-height: 14px;
    position: relative;
    width: 100%;
    margin: 10px 0 26px 0;
}

#review2 .review>div img {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 0 70px;
}

#review2 .review>div p {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-align: center;
    position: relative;
    margin: 21px 30px 0 30px;
}

#consultation2 {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 0 0 43px 0;
}

#consultation2 h1 {
    font-family: "Helvetica Neue Thin", sans-serif;
    font-size: 36px;
    line-height: 38px;
    font-weight: normal;
    color: #3a4468;
    text-align: center;
    position: relative;
    padding: 52px 0 62px 0;
    margin: 0 22px;
}

#consultation2 h3 {
    color: #59abc1;
    font-size: 20px;
    line-height: 24px;
    font-family: "Helvetica Neue Bold", sans-serif;
    position: absolute;
    left: 22px;
    bottom: 2px;
    font-weight: normal;
    margin: 0;
}

#consultation2 .arrow {
    position: relative;
    margin: 0 380px 0 509px;
    height: 72px;
    background: url("../img/arrow_reviews.png") no-repeat center top;
    padding: 0 0 2px 0;
}

#consultation2 .button {
    width: 359px;
    height: 26px;
    font-family: "Helvetica Neue Medium", sans-serif;
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 20px;
    padding: 25px 0;
    background: url("../img/button_function.png") 0 0 no-repeat;
}

#consultation2 .button:hover {
    background-position: -359px 0;
}

#consultation2 .button:active {
    background-position: -718px 0;
}

/*button top*/
#button_top {
    position: fixed;
    bottom: -54px;
    right: 60px;
    width: 54px;
    height: 54px;
    background: url("../img/button_top.png") 0 0 no-repeat;
    cursor: pointer;
    display: block;
    -webkit-transition: bottom .5s ease;
    -moz-transition: bottom .5s ease;
    -o-transition: bottom .5s ease;
    transition: bottom .5s ease;
}

#button_top:hover {
    background-position: 0 -54px;
}

#button_top.active {
    bottom: 40px;
}
#iframe, #iframe2{
    position: relative;
    width: 570px;
    margin: 20px 22px;
}
@media only screen and (max-width: 1041px) {
    .container {
        width: 1024px;
        margin: 0;
    }

    #order .anketa img {
        right: -103px;
    }

    #advantages .diabetal {
        width: 359px;
        right: 0;
    }

    .modal-dialog {
        width: 1024px;
    }
}

@media only screen and (max-width: 1297px) and (min-width: 1041px) {
    .container {
        width: 100%;
        margin: 0;

    }

    #order .anketa img {
        right: -103px;
    }

    #action img {
        right: -180px;
    }

    #advantages .diabetal {
        width: 359px;
        right: 0;
    }

    .modal-dialog {
        width: 100%;
    }
}

@media only screen and (max-width: 1382px) and (min-width: 1298px) {
    #advantages .diabetal {
        width: 401px;
        right: 0;
    }
}

@media only screen and (min-width: 1298px) {
    #plus .plus {
        width: 1276px;
    }

    #review .review, #review2 .review {
        width: 1236px;
    }

    #plus .plus>div {
        margin: 0 64px 0 0;
    }

    #plus .plus>div.last {
        margin: 0;
    }

    #review .review>div, #review2 .review>div {
        width: 309px;
    }

    #review .review>div img, #review2 .review>div img {
        margin: 0 54px 0 55px;
    }

    #review .review>div p, #review2 .review>div p {
        margin: 21px 30px 0 30px;
    }

    #how_to_order .how_to_order {
        width: 1236px;
    }

    #how_to_order .how_to_order .arrow {
        margin: 51px 55px;
    }

    #how_to_order .how_to_order .description {
        width: 1364px;
        margin: 32px 0 0 -65px;
    }

    #how_to_order .how_to_order .description p {
        width: 273px;
    }

    #how_to_order .how_to_order .description p.first {
        width: 272px;
    }

    #structure .structure {
        width: 1236px;
    }

    #structure .structure>div {
        width: 247px;
    }

    #structure .structure>div img.bad {
        margin: 0 auto;
    }

    #structure .conditions {
        width: 1236px;
    }

    #structure .conditions>div, #structure .conditions>div.first {
        width: 412px;
    }

    #banner2 img {
        right: 0;
    }

    #action img {
        right: -50px;
    }

    #advantages .advantages {
        width: 1280px;
    }

    #advantages .advantages>div {
        width: 256px;
    }

    #advantages .advantages>div p {
        margin: 56px 22px 0 22px;
    }

    #symptoms .facts {
        width: 1200px;
    }

    #symptoms .facts table td.first, #symptoms .facts table td.last, #symptoms .facts table td {
        width: 300px;
    }

    #symptoms .facts table td.first img, #symptoms .facts table td img {
        left: 50px;
    }

    #symptoms .facts table td.first p, #symptoms .facts table td.last p, #symptoms .facts table td p {
        margin: 0 30px;
    }

}

@media only screen and (min-width: 1937px) {
    #header, #banner1, #banner2, #banner3, #banner4, #banner5 {
        -moz-background-size: 100%; /* Firefox 3.6+ */
        -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 100%; /* Opera 9.6+ */
        background-size: 100%; /* Современные браузеры */
    }

}

@media only screen and (min-width: 2577px) {

    #menu {
        width: 2560px;
        left: 50%;
        margin-left: -1280px;
    }

    #menu.active {
        left: 50%;
    }
}