html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
section,#main-page,footer {
	min-width:1000px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
a {
    background: none repeat scroll 0 0 transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
ins {
    background-color: #FFFF99;
    color: #000000;
    text-decoration: none;
}
mark {
    background-color: #FFFF99;
    color: #000000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
}
body {
    background: url("img/bg.jpg") repeat scroll 0 0 transparent;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}
body h1 {
    color: #1F1F1F;
    font-size: 54px;
    font-weight: normal;
    line-height: 50px;
    margin: 10px 0 20px;
}
body h2 {
    border-bottom: 3px solid #E1E3E4;
    color: #525252;
    font-size: 30px;
    font-weight: 200;
    line-height: 30px;
    margin: 5px 0 15px;
    padding-bottom: 10px;
}
body h3 {
    color: #525252;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin: 15px 0 5px;
}
body a {
    color: #1188E9;
    text-decoration: none;
}
body a:hover, body a:active {
    color: #54ABF3;
    text-decoration: underline;
}
body ul {
    list-style: none outside none;
    margin: 0 0 15px;
}
body ul li {
    background: url("img/li.png") no-repeat scroll 0 2px transparent;
    padding-left: 25px;
}
body ol {
    list-style-position: inside;
    margin: 0 0 15px;
}
body p {
    margin: 0 0 15px;
}
body .img {
    border: 3px solid white;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px #000000;
}
body .img-caption {
    color: #939393;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    margin: 0 15px 15px;
}
body .img-caption span {
    display: block;
    text-align: center;
}
body select {
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    height: 30px;
    line-height: 30px;
    padding: 6px;
    width: 200px;
}
body #main-page {
    background: url("img/main_page_bg.png") repeat-y scroll center 0 transparent;
}
body #main-page .container {
    margin: 0 auto;
    padding: 0 10px;
    width: 980px;
}
.btn {
    background-color: #E8E8E8;
    background-image: linear-gradient(to bottom, #F2F2F2, #D9D9D9);
    background-repeat: repeat-x;
    border: 1px solid #8C8C8C;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.33);
    color: #2F2F2F;
    display: inline-block;
    font-size: 12px;
}
.btn:hover {
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #7F7F7F;
    color: #000000;
    text-decoration: none;
}
.btn:active {
    color: #0F7AD1;
}
.btn .icon-arrow {
    background: url("img/arrow_icon.png") no-repeat scroll 0 50% transparent;
    height: 10px;
    padding-left: 22px;
}
.small-btn {
    padding: 0 20px;
}
.big-btn {
    padding: 10px 30px;
}
.big-btn-icon {
    padding: 11px 40px 11px 30px;
}
.big-btn-icon span {
    padding-bottom: 6px;
    padding-left: 40px;
    padding-top: 2px;
}
.orange-btn {
    background-color: #FF9320;
    background-image: linear-gradient(to bottom, #FF9D34, #FF8401);
    background-repeat: repeat-x;
    border: medium none;
    color: #0F0F0F;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 65px;
}
.orange-btn:hover {
    background-color: #FF9F39;
    background-image: linear-gradient(to bottom, #FFA94E, #FF901B);
    background-repeat: repeat-x;
}
.blue-btn {
    background-color: #017ADA;
    background-image: linear-gradient(to bottom, #0185EF, #0169BC);
    background-repeat: repeat-x;
    border: medium none;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.blue-btn:hover {
    background-color: #0887EE;
    background-image: linear-gradient(to bottom, #0C92FE, #0177D5);
    background-repeat: repeat-x;
    color: white;
}
.question-mark {
    padding: 4px 5px 4px 60px;
}
.question-mark span {
    background: url("img/question_mark.png") no-repeat scroll right 50% transparent;
    display: inline-block;
    padding: 6px 64px 6px 0;
}
.block {
    border: 1px solid #B8B8B8;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
}
.block .header {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.block .block-holder {
    padding: 15px;
}
.block.orange {
    border: 1px solid #FF8401;
}
.block.orange .header {
    background-color: #FF9320;
    background-image: linear-gradient(to bottom, #FF9D34, #FF8401);
    background-repeat: repeat-x;
    color: white;
}
header .head-top {
    position: absolute;
    text-align: right;
    width: 980px;
}
header .head-top .phone {
    background: url("img/phone_top.png") no-repeat scroll 0 3px transparent;
    border-right: 1px solid #363636;
    color: #292929;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 10px;
    padding: 0 20px 0 30px;
}
header #nav {
    background-color: #171717;
    background-image: linear-gradient(to bottom, #262626, #010101);
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.37);
    height: 59px;
    position: absolute;
    top: 43px;
    width: 980px;
}
header #nav:before, header #nav:after {
    content: "";
    display: table;
    line-height: 0;
}
header #nav:after {
    clear: both;
}
header #nav .brand {
    background: url("img/under_logo.jpg") no-repeat scroll 0 0 transparent;
    border-radius: 4px 0 0 4px;
    float: left;
    height: 59px;
    width: 278px;
}
header #nav .brand .logo {
    color: #FFB03D;
    display: block;
    font-size: 22px;
    font-weight: 200;
    padding: 16px 0 0 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    width: 113px;
}
header #nav .brand .logo img {
    display: block;
}
header #nav ul {
    float: left;
    margin-top: 18px;
}
header #nav ul li {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
}
header #nav ul li a {
    color: #BABABA;
}
header #nav ul li a:hover {
    color: #FF9901;
    text-decoration: none;
    transition: color 0.1s linear 0s;
}
header #nav ul li .current {
    color: #FF9901;
}
header #nav .order-btn {
    background-color: #FFA31D;
    background-image: linear-gradient(to bottom, #FFAA30, #FF9901);
    background-repeat: repeat-x;
    border-radius: 0 4px 4px 0;
    color: black;
    display: block;
    float: right;
    font-size: 16px;
    height: 41px;
    padding: 18px 80px 0;
}
header #nav .order-btn:hover {
    background-color: #FFAE37;
    background-image: linear-gradient(to bottom, #FFB44A, #FFA31B);
    background-repeat: repeat-x;
    text-decoration: none;
}
header #nav .order-btn:active {
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.1) inset;
}
section.hero {
    background: url("img/hero_home.jpg") no-repeat scroll center 0 transparent;
    padding-top: 127px;
}
section.hero:before, section.hero:after {
    content: "";
    display: table;
    line-height: 0;
}
section.hero:after {
    clear: both;
}
section.hero .hero-col {
    float: left;
    text-align: right;
    text-transform: uppercase;
    width: 360px;
}
section.hero .hero-col h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    padding-top: 8px;
}
section.hero .hero-col p {
    font-size: 24px;
    font-weight: 200;
    line-height: 30px;
    padding-top: 5px;
}
section.hero .hero-calc {
    background: url("img/calc_bg.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 316px;
    margin-left: 6px;
    margin-top: -10px;
    width: 387px;
}
section.hero .hero-calc form {
    font-size: 13px;
    padding-left: 55px;
    padding-top: 77px;
}
section.hero .hero-calc form table {
    border-collapse: separate;
    border-spacing: 6px;
}
section.hero .hero-calc form table td:first-child {
    text-align: right;
}
section.hero .hero-calc form table .left-btn, section.hero .hero-calc form table .right-btn {
    background-color: #F7F7F7;
    background-image: linear-gradient(to bottom, #FDFDFD, #EEEEEE);
    background-repeat: repeat-x;
    border: 1px solid #BBBBBB;
    border-radius: 4px 0 0 5px;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    margin-right: -7px;
    width: 35px;
}
section.hero .hero-calc form table .input-calc {
    border: 1px solid #BBBBBB;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 28px;
    margin-right: -5px;
    padding: 0 5px;
    text-align: center;
    width: 30px;
}
section.hero .hero-calc form table .right-btn {
    border-radius: 0 4px 4px 0;
}
section.hero .hero-calc form table .order-btn-calc {
    background-color: #F0F0F0;
    background-image: linear-gradient(to bottom, #FDFDFD, #DDDDDD);
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #FF9A02;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 55px;
    text-transform: uppercase;
}
section.hero .hero-calc form table .order-btn-calc:hover {
    background-color: #F4F4F4;
    background-image: linear-gradient(to bottom, #FFFFFF, #E5E5E5);
    background-repeat: repeat-x;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
section.hero .hero-calc form table .price-calc {
    color: #262626;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.home-cats {
    background: url("img/cols_bg.gif") repeat-y scroll center 0 transparent;
    padding: 40px 0;
}
.home-cats:before, .home-cats:after {
    content: "";
    display: table;
    line-height: 0;
}
.home-cats:after {
    clear: both;
}
.home-cats p {
    padding: 0 0 15px;
}
.home-cats .col-1, .home-cats .col-2, .home-cats .col-3 {
    float: left;
    margin-left: 84px;
    padding-top: 120px;
    text-align: center;
}
.home-cats .col-1 {
    background: url("img/box_img.jpg") no-repeat scroll center 0 transparent;
    margin-left: 0;
    width: 224px;
}
.home-cats .col-2 {
    background: url("img/ipad_img.jpg") no-repeat scroll center 0 transparent;
    width: 412px;
}
.home-cats .col-3 {
    background: url("img/quote_img.jpg") no-repeat scroll center 0 transparent;
    width: 172px;
}
.benefits {
    background: url("img/benefits_bg.jpg") no-repeat scroll center 0 transparent;
    margin: 40px 0;
}
.benefits .benefits-holder {
    display: inline-block;
    width: 500px;
}
.benefits .benefits-holder ul {
    margin-top: 20px;
}
.benefits .benefits-holder ul li {
    font-size: 24px;
    font-weight: 200;
    margin: 20px 0;
}
.benefits .medal {
    background: url("img/medal.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 155px;
    margin-left: 124px;
    width: 166px;
}
.benefits .contact-home {
    background: url("img/contacts_home_bg.png") repeat-y scroll center 0 transparent;
    margin-top: 21px;
    padding-bottom: 30px;
}
.benefits .contact-home h2 {
    background-color: #7E7E7F;
    border: medium none;
    border-radius: 0 0 4px 4px;
    color: white;
    display: inline-block;
    margin: 0;
    padding: 5px 20px 6px;
}
.benefits .contact-home .contact-home-holder {
    margin-top: -4px;
    text-align: right;
}
.benefits .contact-home .contact-home-holder .btn {
    margin-left: 50px;
}
.benefits .contact-home .contact-home-holder .big-btn {
    padding: 5px 30px 4px;
}
.benefits .contact-home .contact-home-holder .btn:first-child {
    margin-left: 0;
    margin-right: 50px;
}
.benefits .contact-home .contact-home-holder .phone-home {
    display: inline-block;
}
.benefits .contact-home .contact-home-holder .phone-home .phone-line-bot {
    color: #2179F1;
    font-size: 32px;
    margin-top: 10px;
}
.benefits .contact-home .contact-home-holder .phone-home .phone-line-top {
    background: url("img/icon_phone.png") no-repeat scroll 65px 0 transparent;
}
section.how-it-works {
    text-align: center;
}
section.how-it-works h2 {
    display: inline-block;
    margin-bottom: 30px;
}
.carousel, .carousel-page {
    background: url("img/hiw_bg.png") no-repeat scroll center 0 transparent;
    height: 250px;
}
.carousel:before, .carousel-page:before, .carousel:after, .carousel-page:after {
    content: "";
    display: table;
    line-height: 0;
}
.carousel:after, .carousel-page:after {
    clear: both;
}
.carousel .container, .carousel-page .container {
    position: relative;
}
.carousel .container .step, .carousel-page .container .step {
    cursor: pointer;
    height: 220px;
    padding: 15px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 220px;
    z-index: 1;
}
.carousel .container .step .sign, .carousel-page .container .step .sign {
    color: white;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
}
.carousel .container .step .sign span, .carousel-page .container .step .sign span {
    background-color: #F4F4F4;
    background-image: linear-gradient(to bottom, #FFFFFF, #E5E5E5);
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
    color: #FF952D;
    font-size: 32px;
    margin-right: 7px;
    padding: 1px 10px;
}
.carousel .container .step .step-desc, .carousel-page .container .step .step-desc {
    color: white;
    font-size: 32px;
    font-weight: 200;
    line-height: 30px;
    margin-top: 20px;
    padding-top: 96px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.carousel .container .hiw-active, .carousel-page .container .hiw-active {
    background-color: #FFA92D;
    background-image: linear-gradient(-45deg, #FFBB59, #FFA92D);
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
    font-size: 38px;    
    padding: 25px;
    top: -10px;
    z-index: 2;
}
.carousel .container .hiw-active .step-desc, .carousel-page .container .hiw-active .step-desc {
    font-size: 38px;
}
.carousel .container .hiw-active .sign, .carousel-page .container .hiw-active .sign {
    font-size: 26px;
}
.carousel .container .step-1, .carousel-page .container .step-1 {
    background-color: #FF952D;
    left: 0;
}
.carousel .container .step-1 .step-desc, .carousel-page .container .step-1 .step-desc {
    background: url("img/step_1.png") no-repeat scroll 65px 0 transparent;
}
.carousel .container .step-2, .carousel-page .container .step-2 {
    background-color: #FF9F2D;
    left: 250px;
}
.carousel .container .step-2 .step-desc, .carousel-page .container .step-2 .step-desc {
    background: url("img/step_2.png") no-repeat scroll 50px 8px transparent;
}
.carousel .container .step-3, .carousel-page .container .step-3 {
    background-color: #FFA92D;
    left: 500px;
}
.carousel .container .step-3 .step-desc, .carousel-page .container .step-3 .step-desc {
    background: url("img/step_3.png") no-repeat scroll 65px 0 transparent;
}
.carousel .container .step-4, .carousel-page .container .step-4 {
    background-color: #FFB22D;
    left: 750px;
}
.carousel .container .step-4 .step-desc, .carousel-page .container .step-4 .step-desc {
    background: url("img/step_4.png") no-repeat scroll 65px 13px transparent;
}
.carousel .container .step-1.hiw-active .step-desc, .carousel-page .container .step-1.hiw-active .step-desc {
    background-position: -137px 4px;
}
.carousel .container .step-2.hiw-active .step-desc, .carousel-page .container .step-2.hiw-active .step-desc {
    background-position: -150px 4px;
}
.carousel .container .step-3.hiw-active .step-desc, .carousel-page .container .step-3.hiw-active .step-desc {
    background-position: -137px 4px;
}
.carousel .container .step-4.hiw-active .step-desc, .carousel-page .container .step-4.hiw-active .step-desc {
    background-position: -143px 10px;
}
section.home-content {
    margin-top: 50px;
}
section.home-content h2 {
    margin-bottom: 20px;
}
section.home-content:before, section.home-content:after {
    content: "";
    display: table;
    line-height: 0;
}
section.home-content:after {
    clear: both;
}
section.home-content .content-block {
    float: left;
    width: 480px;
}
section.home-content .content-block:first-child {
    margin-right: 20px;
}
section.payments {
    background: url("img/payment_bg.png") repeat-y scroll center 0 transparent;
    margin-top: 50px;
    padding: 30px 0 25px;
}
section.payments:before, section.payments:after {
    content: "";
    display: table;
    line-height: 0;
}
section.payments:after {
    clear: both;
}
section.payments .sign {
    color: #3C3C3C;
    float: left;
    font-size: 32px;
    font-weight: 200;
    margin: 6px 46px 0 100px;
}
section.payments .we-accept {
    float: left;
    margin: 0;
}
section.payments .we-accept li {
    display: inline-block;
    height: 39px;
    padding: 0;
    width: 56px;
}
section.payments .we-accept .icon-visa {
    background: url("img/icon_visa.png") no-repeat scroll 0 0 transparent;
}
section.payments .we-accept .icon-mastercard {
    background: url("img/icon_mastercard.png") no-repeat scroll 0 0 transparent;
}
section.payments .we-accept .icon-ae {
    background: url("img/icon_ae.png") no-repeat scroll 0 0 transparent;
}
section.payments .we-accept .icon-paypal {
    background: url("img/icon_paypal.png") no-repeat scroll 0 0 transparent;
}
section.payments .we-accept .icon-discover {
    background: url("img/icon_discover.png") no-repeat scroll 0 0 transparent;
}
footer {
    background: url("img/footer_bg.png") repeat-y scroll center 20px transparent;
    padding-top: 20px;
}
footer .container {
    background: url("img/footer_logo.png") no-repeat scroll 0 center transparent;
    padding: 30px 0 0;
}
footer .container .privacy {
    text-align: center;
}
footer .container .privacy li {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
}
footer .container small {
    color: gray;
    display: block;
    font-size: 11px;
    padding: 50px 0 5px;
    text-align: center;
}
.chat-button {
    background-color: #0C7EDB;
    background-image: linear-gradient(to bottom, #148EF1, #0067BA);
    background-repeat: repeat-x;
    border-radius: 6px 6px 0 0;
    bottom: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    color: white;
    display: inline-block;
    font-size: 14px;
    padding: 7px 30px;
    position: fixed;
    right: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.chat-button:hover {
    background-color: #1A8BE6;
    background-image: linear-gradient(to bottom, #2C9AF2, #0075D3);
    background-repeat: repeat-x;
    text-decoration: none;
}
.icon-chat-small {
    background: url("img/icon_chat_small.png") no-repeat scroll 0 top transparent;
    padding-left: 30px;
}
.icon-chat-big {
    background: url("img/icon_chat_big.png") no-repeat scroll 0 top transparent;
    padding-left: 30px;
}
.icon-skype, .icon-mail {
    background: url("img/icon_skype.png") no-repeat scroll 0 50% transparent;
    display: inline-block;
    padding: 6px 0 5px 40px;
}
.icon-mail {
    background: url("img/icon_mail.png") no-repeat scroll 0 50% transparent;
}
.page-container {
}
.page-container:before, .page-container:after {
    content: "";
    display: table;
    line-height: 0;
}
.page-container:after {
    clear: both;
}
.page-container .page-content {
    float: left;
    padding-right: 25px;
    width: 715px;
}
section.hero-page {
    background: url("img/page_cat_bg.jpg") no-repeat scroll center 0 transparent;
    padding-top: 127px;
}
section.hero-page:before, section.hero-page:after {
    content: "";
    display: table;
    line-height: 0;
}
section.hero-page:after {
    clear: both;
}
section.hero-page .hero-h1 {
    float: left;
    width: 740px;
}
section.hero-page .medal-category {
    background: url("img/medal_cat.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    float: left;
    height: 162px;
    margin-left: 38px;
    width: 164px;
}
aside {
    float: left;
    width: 240px;
}
aside .types-of-papers ul {
    margin: 0;
}
aside .types-of-papers ul li {
    background: none repeat scroll 0 0 transparent;
    border-top: 1px dashed gray;
    line-height: 14px;
    margin-top: 8px;
    padding: 7px 0 0;
}
aside .types-of-papers ul li a {
    font-size: 13px;
}
aside .types-of-papers ul li:first-child {
    border-top: medium none;
    margin-top: 0;
    padding-top: 0;
}
aside .quote form label {
    display: block;
    font-size: 13px;
    margin-top: 10px;
}
aside .quote form label:first-child {
    margin-top: 0;
}
aside .quote form select {
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    height: 30px;
    line-height: 30px;
    padding: 6px;
    width: 200px;
}
aside .quote form .left-btn, aside .quote form .right-btn {
    background-color: #F7F7F7;
    background-image: linear-gradient(to bottom, #FDFDFD, #EEEEEE);
    background-repeat: repeat-x;
    border: 1px solid #BBBBBB;
    border-radius: 4px 0 0 5px;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    margin-right: -7px;
    width: 35px;
}
aside .quote form .input-calc {
    border: 1px solid #BBBBBB;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 28px;
    margin-right: -5px;
    padding: 0 5px;
    text-align: center;
    width: 30px;
}
aside .quote form .right-btn {
    border-radius: 0 4px 4px 0;
}
aside .quote form .price-quote {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}
aside .quote form .quote-btn {
    background-color: #FF9320;
    background-image: linear-gradient(to bottom, #FF9D34, #FF8401);
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
    color: black;
    display: block;
    padding: 10px 20px;
    text-align: center;
}
aside .quote form .quote-btn:hover {
    background-color: #FF9F39;
    background-image: linear-gradient(to bottom, #FFA94E, #FF901B);
    background-repeat: repeat-x;
    text-decoration: none;
}
aside .quote form .quote-btn span {
    background: url("img/arrow_2_icon.png") no-repeat scroll 0 center transparent;
    padding-left: 20px;
}
.carousel-page {
    background: none repeat scroll 0 0 transparent;
    height: 510px;
    margin-left: 106px;
    padding: 30px 0;
}
.carousel-page .step {
    border-radius: 4px 4px 4px 4px;
}
.carousel-page .step-2 {
    left: 260px !important;
}
.carousel-page .step-3 {
    left: 0 !important;
    top: 260px !important;
}
.carousel-page .step-4 {
    left: 260px !important;
    top: 260px !important;
}
.small-text {
    color: #434343;
    font-size: 11px;
    font-style: italic;
    line-height: 16px;
    padding-top: 10px;
}
.prices .nav-tabs {
    margin: 0;
}
.prices .nav-tabs:before, .prices .nav-tabs:after {
    content: "";
    display: table;
    line-height: 0;
}
.prices .nav-tabs:after {
    clear: both;
}
.prices .nav-tabs .active a {
    color: #FF8401;
}
.prices .nav-tabs li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    font-size: 13px;
    margin-bottom: 3px;
    margin-left: 3px;
    padding: 10px 0 9px;
    text-align: center;
    width: 174px;
}
.prices .nav-tabs li:first-child {
    margin-left: 0;
    width: 176px;
}
.prices .tab-content {
    padding: 10px 20px;
}
.prices .tab-content table {
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
}
.prices .tab-content table th {
    color: #7B7B7B;
    font-size: 13px;
    font-weight: normal;
}
.prices .tab-content table td {
    text-align: center;
}
.prices .tab-content table td:first-child {
    text-align: left;
}
.faq-search {
    margin-top: 20px;
}
.faq-search input[type="text"] {
    border: 3px solid #FF8401;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 4px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    height: 30px;
    margin-bottom: 4px;
    margin-left: 20px;
    padding-left: 5px;
    padding-right: 45px;
    width: 350px;
}
.faq-search input[type="submit"] {
    background: url("img/faq_submit.png") no-repeat scroll center 40% transparent;
    border: medium none;
    cursor: pointer;
    height: 32px;
    margin-left: -42px;
    width: 35px;
}
.faq {
    margin-top: 30px;
}
.faq .faq-section {
    background-color: #E8E8E8;
    padding: 0 15px;
}
.faq .faq-section h3 {
    margin-top: 8px;
}
.faq .faq-section .question {
    background: url("img/arrow_2_icon.png") no-repeat scroll 13px center #FFFFFF;
    display: block;
    margin-bottom: 10px;
    padding: 10px 10px 10px 30px;
}
.faq .faq-section .question:hover {
    text-decoration: none;
}
.faq .faq-section .question.opened {
    background: url("img/arrow_2_down_icon.png") no-repeat scroll 11px 55% #FFFFFF;
}
.contact-us {
    margin-left: 100px;
    margin-top: 30px;
}
.contact-us .form-holder {
    padding: 10px;
    width: 480px;
}
.contact-us .form-holder table {
    border-collapse: separate;
    border-spacing: 8px;
}
.contact-us .form-holder table td {
    vertical-align: top;
}
.contact-us .form-holder table td input[type="text"], .contact-us .form-holder table td textarea {
    border: 3px solid #AFBEC8;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 4px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    width: 300px;
}
.contact-us .form-holder table td textarea {
    height: 100px;
    max-width: 300px;
    min-width: 300px;
}
.contact-us .form-holder table td input.capt-input[type="text"] {
    width: 122px;
}
.contact-us .form-holder table td .reload {
    background: url("img/reload.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    margin: 7px 20px 0;
    width: 16px;
}
.contact-us .form-holder table td label {
    cursor: pointer;
    display: block;
}
.contact-us .form-holder table td .btn {
    margin-left: 7px;
}
.contact-us .form-holder table td .btn .icon-skype, .contact-us .form-holder table td .btn .icon-mail {
    background: url("img/icon_skype.png") no-repeat scroll 0 50% transparent;
    display: inline-block;
    padding: 6px 0 5px 40px;
}
.contact-us .form-holder table td .btn .icon-mail {
    background: url("img/icon_mail.png") no-repeat scroll 0 50% transparent;
}
.contact-us .form-holder table td:first-child {
    color: gray;
    text-align: right;
}
.contact-us .form-holder table .capt_img, .contact-us .form-holder table .reload, .contact-us .form-holder table .capt_input {
    float: left;
}
.contact-us .form-holder table .quote-btn {
    background-color: #FF9320;
    background-image: linear-gradient(to bottom, #FF9D34, #FF8401);
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: black;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    padding: 20px 0;
    text-align: center;
    width: 316px;
}
.contact-us .form-holder table .quote-btn:hover {
    background-color: #FF9F39;
    background-image: linear-gradient(to bottom, #FFA94E, #FF901B);
    background-repeat: repeat-x;
    text-decoration: none;
}
.contact-us .form-holder table .quote-btn span {
    background: url("img/arrow_2_icon.png") no-repeat scroll 0 center transparent;
    padding-left: 20px;
}
.do-not-easy {
    background: url("img/help_icon.jpg") no-repeat scroll 25px center transparent;
    margin: 0 auto 20px;
    padding: 15px 15px 15px 146px;
    width: 459px;
}
.do-not-easy p {
    font-size: 14px;
    margin-bottom: 8px;
}
.anonymous {
    background: url("img/anonymous.jpg") no-repeat scroll 0 0 transparent;
    margin: 0 auto 20px;
    padding: 15px 15px 15px 176px;
    width: 429px;
}
.anonymous p {
    font-size: 14px;
    margin-bottom: 8px;
}
.do-not-copy {
    background: url("img/copy.jpg") no-repeat scroll 0 0 transparent;
    margin: 0 auto 20px;
    padding: 15px 15px 15px 176px;
    width: 429px;
}
.do-not-copy p {
    font-size: 14px;
    margin-bottom: 8px;
}
.contact-block {
    padding: 15px;
}
.contact-block:before, .contact-block:after {
    content: "";
    display: table;
    line-height: 0;
}
.contact-block:after {
    clear: both;
}
.contact-block .btn {
    float: left;
}
.contact-block .phone-sector {
    float: left;
    margin-left: 20px;
    margin-top: -5px;
    text-align: right;
}
.contact-block .phone-sector .phone-line-bot {
    color: #2179F1;
    font-size: 32px;
    margin-top: 5px;
}
.contact-block .phone-sector .phone-line-top {
    background: url("img/icon_phone.png") no-repeat scroll 65px 0 transparent;
}
.contact-block .big-btn-icon-block {
    float: right;
    padding: 5px 20px;
}
.contact-block .big-btn-icon-block span {
    padding-bottom: 6px;
    padding-left: 40px;
    padding-top: 6px;
}
.calc {
    background: url("img/inst_quote_label.png") no-repeat scroll 15px 15px transparent;
    margin: 0 auto 20px;
    padding-bottom: 15px;
    width: 487px;
}
.calc form {
    font-size: 13px;
    padding-left: 107px;
    padding-top: 15px;
}
.calc form table {
    border-collapse: separate;
    border-spacing: 6px;
}
.calc form table select {
    width: 253px;
}
.calc form table td:first-child {
    text-align: right;
}
.calc form table .left-btn, .calc form table .right-btn {
    background-color: #F7F7F7;
    background-image: linear-gradient(to bottom, #FDFDFD, #EEEEEE);
    background-repeat: repeat-x;
    border: 1px solid #BBBBBB;
    border-radius: 4px 0 0 5px;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    margin-right: -7px;
    width: 35px;
}
.calc form table .input-calc {
    border: 1px solid #BBBBBB;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 28px;
    margin-right: -5px;
    padding: 0 5px;
    text-align: center;
    width: 30px;
}
.calc form table .right-btn {
    border-radius: 0 4px 4px 0;
}
.calc form table .order-btn-calc {
    background-color: #FF9320;
    background-image: linear-gradient(to bottom, #FF9D34, #FF8401);
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #0F0F0F;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 65px;
    width: 253px;
}
.calc form table .order-btn-calc:hover {
    background-color: #FF9F39;
    background-image: linear-gradient(to bottom, #FFA94E, #FF901B);
    background-repeat: repeat-x;
}
.calc form table .price-calc {
    color: #262626;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.button-block {
    display: inline-block;
    margin: 0 0 20px 128px;
    padding: 15px;
}
.button-block .question-mark {
    margin-left: 12px;
}

.nodesign{
    padding:10px!important;
    background-image: none!important;
}

form {
    padding: 0px;
    margin: 0px;
}

img {
    border: 0px;
}

* {
    outline: 0;
}

.inquiry_input {
    width: 352px;
    height: 33px;
    border: 1px solid #aaaaaa;
    color: #000000;
    font: 18px Arial;
    padding-right: 7px;
    line-height: 33px;
}

select.inquiry_input {
    padding-top: 3px;
    padding-bottom: 3px;
}

.inquiry_area {
    width: 352px;
    height: 105px;
    border: 1px solid #aaaaaa;
    color: #000000;
    font: 18px Arial;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.inquiry_field {
    float: left;
    font: bold 13px Arial;
    width: 70px;
    color: #000000;
    padding-top: 10px;
    text-align: left;
}



.info_popup {
    background: url(img/tool_tip.png) no-repeat;
	width: 159px;
	height: 57px;
	position: absolute;
	margin-left: -8px;
	margin-top: -15px;
	text-align: left;
	padding-left: 25px;
	padding-right: 10px;
    padding-top: 13px;
    font: 12px Arial;
    color: #383838;
    display: none;
	z-index: 2;
}

.error_popup {
    background: url(img/error_tip.png) no-repeat;
	width: 159px;
	height: 57px;
	position: absolute;
	margin-left: -8px;
	margin-top: -15px;
	text-align: left;
	padding-left: 25px;
	padding-right: 10px;
    padding-top: 13px;
    font: 12px Arial;
    color: #ffffff;
    display: none;
	z-index: 3;
}

.inquiry_element {
    margin-top: 20px;
    margin-bottom: 40px;
    font: bold 13px Arial;
}


.inquiry_input_comment {
	position: absolute;
	margin-left: 0px;
	margin-top: 38px;
	text-align: justify;
    font: 12px Arial;
    color: #afafaf;
}

.inquiry_input_comment a {
    color: #008fea
}

.captcha {
    border: 1px solid #aaaaaa;
    margin-left: 20px;
}

.radio_box {
    border: 1px solid white;
    width: 320px;
}

.error_input {
    border-color: #ff0000;
}

.validator_exp {
    display: none;
}

.script_ok {
    display: none;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

#h1_rep {
	color:white;
    font-weight:200;
    font-size:36px;
    padding-top:36px;
}