.logo{
    color: #73ccff; /*Color for text Logo*/
}
.navbar-default{
    border-top: 1px solid #3e648b; /* Color for top border in navigation menu*/
    border-bottom: 5px solid #3e648b; /* Color for bottom border in navigation menu*/
}
.btn-red{
    background:#3e648b; /*Background for button in top block*/
}
.left-form{
    background:#3e648b; /*Background for form block*/
}
.btn-default{
    background: #cc2525; /*Background for button in form block*/
}
.map-title{
    color: #000; /*Color for title in Map bock*/
}
h1,.h1{
    color: #000; /*Color for h1 title*/
}
h2,.h2{
    color: #000;/*Color for h2 title*/
}
.footer-nav.navbar-default .navbar-nav>li>a{
    color: #000; /*Color for links in footer navigation*/
}

.header-phone p{
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 15px;
    font-size: 15px !important;
    text-align: left;
    color: #000000;
}
.header-phone a{
    font-size: 15px;
}
.header-phone span{
    display: inline-block;
    width: 80px;
}
.header-phone{
    float: right;
}

div.border {
    border:1px solid #000;
    padding:15px;
    text-align:center;
    border-radius: 9px 9px 9px 9px;
}

#text {
    margin:-35px 0 15px 30%;
    background:#fff;
    #border:1px solid red;
    width:240px;
    font-size:12px;
}
span.price {
    font-size:24px;
}

div.ttl {
    font-weight:bold;
    float:left;
    margin-left:15px;
    height:65px;
}




.required {
    color:#e9266d
}
#success, #error {
    display:none
}
#success span, #error span {
    display:block;
}
#success span p, #error span p {
    margin-top: 20px;
}
#success span p {
    color:#9bd32d;
}
#error span p {
    color:#c0392b;
}

.text_box img{
    border: 1px solid #ccc;
    margin-right: 8px;
}

select{
    height: 28px;
}
input[type="text"],
input[type="email"],
select{
    width: 100%;
}

.tel {
    width: 43px !important;
    margin: 5px 10px 0 0;
    text-align: center;
}

.quform-input{
    position: relative;
    margin-bottom: 10px;
}

.quform-captcha{
    max-height: 100%;
    position: absolute;
    right: 0;
    top: 1px;
}
.quform-captcha img{
    max-height: 24px;
}



.contact_information {
    padding: 5px 0 30px 0;
    border-bottom: 1px solid #511517;
}
.contact_information p {
    margin: 0px 0 15px;
    position: relative;
}
.contact_information input {
    width: 185px;
}
.contact_information label,
.contact_information span{
    color: #000;
    margin: 0 15px 0 0;
}
.contact_information label.fixet,
.contact_information span.fixet {
    margin: 0 15px 0 50px;
}
.contact_information input.tels {
    width: 150px;
    text-align: center;
}
.contact_information input.clock {
    width: 25px;
}
.contact_information .select_1 {
    width: 50px;
    margin: 0 0 0 5px;
}
.contact_information .select_2 {
    width: 190px;
    margin: 0 0 0 5px;
}
.contact_information .fixet_2 {
    width: 145px;
}
.contact_information .fixet_3 {
    float: right;
    margin: 0;
    width: 100px;
}
.contact_information .fixet_4 {
    position: absolute;
    top: 0;
    right: 0px;
    cursor: pointer;
    width: auto;
}
.contact_information .fixet_5 {
    width: 184px;
}
.contact_information .fixet_6 {
    margin: 10px 0 0 71px;
}
.contact_information table {
    border: none;
    margin: 0 0 40px;
}
.contact_information table td {
    width: 170px;
    color: #000;
    font-size: 13px;
    padding: 0 0 18px 0;
}
.contact_information table th {
    padding: 0 40px 18px 0;
    width: 41px;
}
.contact_information table input {
    width: 41px;
}
.contact_information .opt_1 {
    width: 180px;
}
.contact_information .opt_1 input {
    margin: 0 0 0 10px;
    width: auto !important;
    position: relative;
    top: 2px;
}
.contact_information .opt_2 input {
    margin: 0 0 0 20px;
    width: 41px !important;
}
.contact_information textarea {
    display: block;
    width: 250px;
    height: 100px;
    resize: none;
    margin: 15px 0 0 0;
}
.contact_information .button {
    cursor: pointer;
    width: 100px;
}

.navbar li{
    position: relative;
}
.navbar li .sub-menu{
    display: none;
    width: 200px;
    padding: 5px 10px;
    border: 1px solid #3e648b;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 100;
}
.navbar li .sub-menu li{
    display: block;
    margin-bottom: 5px;
    text-align: left;
}
.navbar li .sub-menu li:last-child{
    margin-bottom: 0;
}
.navbar li .sub-menu li a{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}
.navbar li .sub-menu li a:hover{
    text-decoration: none;
    color:#3e648b !important;
}
.navbar li .sub-menu li.active a{
    color: #a5a5a5 !important;
}
.navbar li:hover .sub-menu{
    display: block;
}
.top-button .btn{
    margin: 0 5px;
}

.row ul li {
    margin: 0 0 20px 0;
}

ul li {
    color: #000000;
}

body{
    color: #000;
}

p{
    color: #000;
}

@media(max-width: 767px){
    .header-phone{
        float: none;
    }
    .header-phone p{
        text-align: center;
    }
}