@font-face {
    font-family: 'Roboto Black';
    src: url('../fonts/Roboto-Black.ttf');
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/Roboto-Bold.ttf');
}

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

body {
    font-family: Roboto, Arial, sans-serif;
    position: relative;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

#conteiner {
    position: relative;
    width: 920px;
    margin: 0 auto;
    padding: 0;
}
.border{
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background: url("../images/border.png") repeat;
}
.border.left{
    left: 0;
}
.border.right{
    right: 0;
}
#header {
    height: 460px;
    width: 920px;
    background: url(../images/bg.jpg) bottom left no-repeat;
    position: relative;
}

form {
    margin: 0;
    padding: 0;
}

.menu {
    position: relative;
    text-align: center;
    height: 70px;
    width: 920px;
    clear: both;
}

.menu ul {
    background: #e4effb;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu ul li {
    margin: 0;
    list-style-type: none;
    font-size: 16px;
    line-height: 18px;
    float: left;
    height: 18px;
    padding: 26px 0;
    text-align: center;
}
.menu ul li.big {
    padding: 17px 0;
    height: 36px;
}

.menu a li {
    text-decoration: underline;
    color: #6d5865;
    cursor: pointer;
}

.menu a:hover li {
    color: #622045;
    background: #ffffff;
    text-decoration: none;
}

.menu a li.active {
    color: #ffffff;
    cursor: default;
    background: #8ab6e6;
    text-decoration: none;
    font-family: 'Roboto Black', sans-serif;
    font-weight: normal;
}

.menu a li#index {
    width: 111px;
}

.menu a li#problem {
    width: 130px;
}

.menu a li#preparation {
    width: 126px;
}

.menu a li#refs {
    width: 137px;
}
.menu a li#history {
    width: 168px;
}

.menu a li#video {
    width: 125px;
}

.menu a li#order {
    width: 123px;
    background: #b30967;
    float: right;
    font-family: 'Roboto Black', sans-serif;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}
.menu a li#order:hover,.menu a li#order.active{
    background: #9a0055;
    color: #e4e4be;

}

.shadow_menu{
    width: 10px;
    height: 100%;
    position: relative;
    float: right;
    background: url("../images/shadow_menu.png") repeat;
}
.shadow_top {
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/shadow_top.png") repeat;
}

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

#logo {
    position: absolute;
    width: 280px;
    height: 80px;
    top: 56px;
    left: 49px;
    background: url("../images/logo.png") no-repeat;
}

#slogan {
    font-family: 'Roboto Black', sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    text-align: left;
    line-height: 32px;
    text-transform: uppercase;
    top: 148px;
    left: 50px;
    text-shadow: 0 3px 6px #444444;
}
#header img{
    border: 0;
    width: 200px;
    height: 211px;
    position: absolute;
    bottom: 0;
    left: 19px;
}
.line_middle{
    width: 100%;
    height: 10px;
    position: relative;
    background: #e4e4be;
}
.shadow_bot_line{
    width: 100%;
    height: 10px;
    background: url("../images/shadow_bot_line.png") repeat;
    position: relative;
}

.body_txt {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    padding: 0;
    height: auto;
    border: 0;
    border-spacing: 0;
}
.shadow_text{
    width: 100%;
    height: 10px;
    position: absolute;
    top:0;
    left: 0;
    background: url("../images/shadow_text.png") repeat;
}
.shadow_anketa{
    height: 100%;
    width: 10px;
    position: absolute;
    top:0;
    right: 0;
    background: url("../images/shadow_anketa.png") repeat;
}
.anketa{
    width: 300px;
    height: auto;
    min-height: 100%;
    background: #f4f4f0;
    vertical-align: top;
    border: 0;
    border-spacing: 0;
    padding: 0;
    position: relative;
}

#anketa {
    font-size: 14px;
    width: 300px;
    height: 484px;
    position: relative;
    float: left;
    color: #ffffff;
}

#anketa  h3 {
    width: 100%;
    font-family: 'Roboto Black', sans-serif;
    font-weight: normal;
    color: #3f6084;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 27px 0 26px 0;
    margin: 0;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #eaeae7;
}

div.hidden {
    display: none;
}

.step {
    text-align: left;
    position: relative;
    margin: 30px 30px 0 30px;
    height: 380px;
}

.step p {
    position: relative;
    margin: 14px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #545454;
    text-align: left;
}

.step p.bold {
    font-family: 'Roboto Black', sans-serif;
    font-weight: normal;
    position: relative;
    padding-bottom: 5px;
    line-height: 18px;
    font-size: 16px;
    color: #545454;
    margin: 0;
}
.step  a{
    font-size: 14px;
    line-height: 16px;
    color: #E8665D;
    text-decoration: underline;
    display: block;
    padding-bottom: 5px;
}
.step  a:hover{
    color: #c00901;
    text-decoration: none;
}
.step p.bold2 {
    font-family: 'Roboto Black', sans-serif;
    font-weight: normal;
    position: relative;
    padding-bottom: 5px;
    line-height: 16px;
    font-size: 14px;
    color: #545454;
    margin: 0;
}

.r_button {
    display: none;
}

.step p label {
    cursor: pointer;
}

.r_button + label {
    height: 17px;
    background: url("../images/radio.png") no-repeat scroll 0 -3px;
    cursor: pointer;
    padding-left: 25px;
    color: #545454;
}

.r_button + label:hover {
    background-position: 0 -26px;
    color: #000000;
}
.r_button:checked + label {
    background-position: 0 -49px;
    color: #622045;
}
.r_button.active + label {
    background-position: 0 -49px;
    color: #622045;
}

.c_button {
    display: none;
}

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

.c_button + label:hover {
    background-position: 0 -26px;
    color: #000000;
}
.c_button:checked + label {
    background-position: 0 -49px;
    color: #622045;
}
.c_button.active + label {
    background-position: 0 -49px;
    color: #622045;
}
#anketa .line{
    width: 100%;
    height: 1px;
    background: #eaeae7;
    position: absolute;
    top: 324px;
    left: 0;
}
.garant{
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #545454;
    text-align: left;
    position: absolute;
    top: 425px;
    left: 30px;
}
#anketa input[type="button"] {
    width: 122px;
    height: 16px;
    *height: 50px;
    position: absolute;
    margin: 0;
    font-size: 14px;
    color: #717171;
    padding: 17px 0;
    text-align: center;
    line-height: 16px;
    border: 0;
    cursor: pointer;
    background: url("../images/next.png") 0 0;
    top: 248px;
    left: 0;
    font-family: 'Roboto Black', sans-serif;
    font-weight: normal;
    box-sizing: content-box;
}

#anketa input[type="button"]:hover {
    background-position: -122px 0;
    color: #010101;
}

#anketa input[type="button"]:active {
    padding: 18px 0 16px 0;
    background-position: -244px 0;
    color: #010101;
}

#anketa input[type="button"].send {
    width: 232px;
    height: 18px;
    *height: 50px;
    position: absolute;
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    padding: 16px 0;
    text-align: center;
    line-height: 18px;
    border: 0;
    cursor: pointer;
    background: url("../images/send.png") 0 0;
    top: 248px;
    left: 3px;
    font-weight: normal;
    box-sizing: content-box;
}

#anketa input[type="button"].send:hover {
    background-position: -232px 0;
    color: #f3e277;
}

#anketa input[type="button"].send:active {
    background-position: -464px 0;
    color: #f3e277;
}

#anketa label.coords {
    position: relative;
    height: 30px;
    display: block;
    cursor: text;
    margin: 0 5px 0 0;
    *width: 100%;
}

#anketa input[type="text"] {
    width: 100%;
    border-width: 0;
    padding: 0 0 0 5px;
    font-size: 14px;
    color: #000000;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    border-radius: 2px;
    margin: 0 0 10px 0;
}

#anketa span.coords {
    position: absolute;
    left: 5px;
    top: 0;
    color: #827d7d;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
#anketa textarea {
    width: 235px;
    border: 0;
    padding: 10px 0 10px 5px;
    line-height: 16px;
    font-size: 14px;
    height: 80px;
    border-radius: 2px;

}

.greeting {
    width: 240px;
}
.anketa img{
    border: 0;
    width: 300px;
    height: 248px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.text{
    width: 620px;
    height: auto;
    position: relative;
    background: #ffffff;
    padding: 0;
    border-spacing: 0;
    vertical-align: top;
}
.text .theme{
    width: 100%;
    height: 73px;
    border-bottom: 1px solid #ebebeb;
}
.text h1{
    font-family: 'Roboto Black', sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #717171;
    line-height: 23px;
    margin: 0 0 0 25px;
    padding: 25px 0;
    text-transform: uppercase;
}
.text h1.cyan{
    color: #403b4d;
}
.text h1 span{
    color: #000000;
}
.text h2{
    font-family: 'Roboto Black', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #3f6084;
    line-height: 18px;
    margin: 0 25px;
    padding: 25px 0 0 0;
    text-transform: uppercase;
}
.text h4{
    font-family: 'Roboto Black', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 16px;
    margin: 0 25px;
    padding: 20px 0 0 0;
    text-transform: uppercase;
}
.text img{
    border: 0;
    margin: 0 15px 0 25px;
}
.text img.advert{
    float: left;
    display: inline-block;
    margin: 20px 15px 15px 25px;
}
.text  a {
    color: #9a0055;
}

.text p, .text ul {
    margin: 20px 25px 0 25px;
    padding: 0;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    /*    line-height: 14px;*/
}
.text ul.circle{
    list-style: none;
}
.text ul.circle li{
    /*font-family: 'Roboto Bold', sans-serif;*/
    background: url("../images/circle.png") no-repeat left 4px;
    padding-left: 30px;
    margin: 0 0 20px 0;
}
.text .first{
    margin: 25px 25px 0 25px;
}

.text p.bold{
    font-family: 'Roboto Bold', sans-serif;
    font-weight: normal;
    color: #717171;
}
.text p.up{
    text-transform: uppercase;
}
.text p span.red{
    color: #9a0055;
    text-transform: uppercase;
    font-family: 'Roboto Bold', sans-serif;
    font-weight: normal;
    margin-right: 5px;
}
.text p span.bold{
    font-family: 'Roboto Bold', sans-serif;
    font-weight: normal;
}
.text ul.circle li span {
    color: #403b4d;
    font-family: 'Roboto Bold', sans-serif;
    font-weight: normal;
}
.text ul.bold{
    font-family: 'Roboto Bold', sans-serif;
    font-weight: normal;
}
div.grey{
    position: relative;
    margin: 20px 25px 0 25px;
    background: #eeeeee;
    width: 520px;
    padding: 20px 25px;
    color: #000000;
    font-family: 'Roboto Bold', sans-serif;
    font-weight: normal;
}
div.grey span{
    color: #9a0055;
    text-transform: uppercase;
}
div.yellow{
    position: relative;
    margin: 20px 25px 0 25px;
    background: #e4effb;
    width: 520px;
    padding: 20px 25px;
    color: #717171;
    font-family: 'Roboto Bold', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
.line_text{
    width: 100%;
    height: 1px;
    position: relative;
    background: #ebebeb;
}
.text a.order{
    color: #9a0055;
    text-decoration: underline;
    display: inline-block;
    margin: 0 25px;
    cursor: pointer;
    padding: 25px 0;
    float: left;
}
.text a.next{
    color: #9a0055;
    text-decoration: underline;
    display: block;
    margin: 0;
    cursor: pointer;
    padding: 0;
}
.text .phone{
    display: inline-block;
    float: right;
    margin: 0 30px;
    padding: 25px 0;
    color: #717171;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
}
.text .phone span{
    font-family: 'Roboto Black', sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #3f6084;
    line-height: 24px;
}
.order_anketa{
    position: relative;
    height: 84px;
    margin: -1px 0 0 -20px;
    width: 640px;
    background:  url("../images/bg_order_anketa.png") no-repeat 0 0;
    
}
.order_anketa p{
    padding: 15px 25px;
    margin: 0 0 0 20px;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    font-family: 'Roboto Black', sans-serif;
    font-weight: normal;
    background: #e4effb;
    border-top: 1px solid #d2dce7;
    border-bottom: 1px solid #d2dce7;
}
.order_anketa p span{
    color: #9a0055;
}
.text .last {
    margin-bottom: 30px;
}



#footer {
    width: 920px;
    min-height: 99px;
    /*   background: url(../images/footer.jpg) no-repeat;*/
    background-color: #f4f4f0;
    font-size: 11px;
    line-height: 13px;
    color: #545454;
    position: relative;
    border-top: 1px solid #e0e0e0;
}
.shadow_footer{
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/shadow_footer.png") repeat;
}
#footer #left {
    margin: 22px 0 0 30px;
    float: left;
    width: 390px;
    text-align: left;
}
#footer #left a{
    color: #000000;
    font-family: 'Roboto Bold', sans-serif;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}
#footer #left a:hover{
    text-decoration: underline;
}
#footer #right {
    margin: 22px 30px 0 0;
    float: right;
    width: 400px;
    text-align: right;
}

#footer #right a {
    color: #9a0055;
    text-decoration: underline;
    cursor: pointer;
}
#footer span{
    color: #000000;
}


.callback {
    position: absolute;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #6d5865;
    width: 170px;
    height: 16px;
    cursor: pointer;
    background: url("../images/callback.png") 0 0;
    top: 70px;
    right: 39px;
    text-align: center;
    font-family: 'Roboto Black', sans-serif;
    font-weight: normal;
    padding: 20px 0;
    text-decoration: none;
}

.callback:hover {
    background-position: -170px 0;
    color: #582a44;
}

.callback:active, .callback.active {
    background-position: -340px 0;
    padding: 22px 0 18px 0;
    color: #582a44;
}
.callback.ques {
    top: 146px;
}
.form-group {
    margin: 0 0 12px 0;
}

/*step*/

.btn-dalee {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    width: 109px;
    height: 18px;
    cursor: pointer;
    background: url("../images/dalee.png") 0 0;
    text-align: center;
    padding: 15px 0 16px 0;
    font-weight: normal;
    position: relative;
    margin: 20px 0 30px 161px;
}

.btn-dalee:hover {
    background-position: -109px 0;
}

.btn-dalee:active {
    background-position: -218px 0;
}

.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 textarea {
    width: 216px;
    height: 176px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 18px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #51bf8c;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 15px;
    position: relative;
}


.modal-body input[type="text"] {
    width: 230px;
    border: 1px solid #b6d3e5;
    background: transparent;
    padding: 0 0 0 8px;
    font-size: 14px;
    color: #000000;
    display: inline-block;
    line-height: 40px;
    height: 42px;
    border-radius: 2px;
    margin: 0;
}

.modal-body input[type="text"].active {
    border: 1px solid #497946;
}
.modal-body .has-error input[type="text"].form-control {
    border-color: #910b09;
}
.get-action-form .two {
    display: none;
}
.get-action-form .btn-warning {
    position: relative;
    margin: 19px 30px 30px 30px;
    font-size: 14px;
    line-height: 16px;
    color: #603146;
    width: 240px;
    height: 56px;
    cursor: pointer;
    background: url("../images/send2.png") 0 0;
    padding: 0;
    border: 0;
    text-align: center;
}

.get-action-form .back {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ff493c;
    text-decoration: underline;
    margin: 0 0 20px 0;
    line-height: 16px;
    display: inline-block;
    height: 16px;
    cursor: pointer;
}


.get-action-form .btn-warning:hover {
    background-position: -240px 0;
    border: 0;
    color: #491029;
}

.get-action-form .btn-warning:active, .get-action-form .btn-warning.active {
    background-position: -480px 0;
    border: 0;
    color: #491029;
}

.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;
    background-color: #d6d5dd;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    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: .5;
    filter: alpha(opacity = 50);
}


.modal-body {
    position: relative;
}

.modal {
    overflow-y: auto;
}

.modal-dialog {
    width: 300px;
    margin: 30px auto;
    position: relative;
}

.modal-content {
    width: 300px;
    background-color: #ffffff;
    margin: 0;
    border-radius: 0;
    border: 0;
    position: relative;
}

.modal-body {
    margin: 0 30px;
    position: relative;
    height: 100%;
}

.two .shadow_step {
    margin-top: 27px;
}

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

.modal-body h5 {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 14px;
    color: #a03e24;
    font-weight: normal;
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 30px 0 0 0;
    line-height: 16px;
    text-align: center;
}

.shadow_step {
    width: 100%;
    height: 10px;
    background: url("../images/shadow_step.png") repeat;
    position: relative;
}

#myModal3 .modal-content {
    width: 300px;
    background-color: #ffffff;
    margin: 0;
}

#myModal3 p {
    font-size: 16px;
    padding: 0 0 20px 0;
    color: #000;
    text-align: center;
}

.close-window {
    width: 100%;
    font-size: 12px;
    color: #b15187;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    text-decoration: underline;
}

#myModal3 p.thanks-text {
    font-size: 20px;
    padding: 20px 0 5px 0;
    color: #000;
    text-align: center;
}


#iframe{
    position: relative;
    width: 570px;
    margin: 20px 25px;
}