.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-radius: inherit !important;
    box-shadow: none !important;
}


form {
    margin: 0;
    overflow: hidden;
    border: 1px solid #c7c7c7;
    padding-bottom: 30px;
}

#left_quest {
    clear: none;
    display: block;
    float: left;
    height: auto;
    margin: 20px 0 0;
    padding: 0 20px;
    width: 50%;
    border-right: 1px dotted #7d7d7d;
}

#right_quest {
    border-bottom: 0 solid #fff;
    border-bottom-right-radius: 0;
    border-top: 0 solid #fff;
    clear: none;
    float: left;
    height: auto;
    margin: 20px 0 0;
    padding: 0 20px 20px;
    position: relative;
    width: 50%;
}

.form-title {
    float: left;
    font-size: 24px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0;
    margin-top: 0;
    clear: none;
    min-height: 0;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-family: 'Bebas', Arial;
    font-family: "PragmaticaC";
    color: #ed6b21;
    border-bottom-color: #ed6b21;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    padding-bottom: 10px;
}

.select {
    float: none;
    font-size: 16px;
    height: 35px;
    width: 100%;
    padding: 0 0 0 7px;
    color: #7d7d7d;
    font-family: helvetica, arial;
    font-family: "PragmaticaC";
}

.input {
    border-color: #c7c7c7;
    border-style: solid;
    border-width: 1px;
    color: #7d7d7d;
    float: none;
    font-size: 16px;
    height: 35px;
    padding: 0 0 0 10px;
    width: 100%;
    font-family: helvetica, arial;
    font-family: "PragmaticaC";
}

.formgroup {
    float: left;
    text-align: left;
    margin-left: 0;
    margin-top: 15px;
    clear: both;
    width: 100%;
}

label {
    cursor: pointer;
}

.textarea {
    border-color: #c7c7c7;
    border-style: solid;
    border-width: 1px;
    color: #7d7d7d;
    display: block;
    float: none;
    font-size: 16px;
    height: 85px;
    padding: 5px 0 0 10px;
    width: 100%;
    font-family: helvetica, arial;
    font-family: "PragmaticaC";
}

#send_quest {
    background-color: #ed6b21;
    clear: both;
    color: #fff;
    display: block;
    font-family: "Bebas", Arial;
    font-family: "PragmaticaC";
    font-size: 30px;
    font-weight: normal;
    height: auto;
    line-height: 1em;
    margin: 20px 0 0;
    min-height: 0;
    padding: 15px;
    text-align: center;
    width: 100%;
    border: 0;
    border-radius: 0;
    transition: all, ease-in, 0.3s;
    cursor: pointer;
}

#send_quest:hover {
    background-color: #52595d;
}

.hidden {
    display: none;
}

.wrong {
    color: #ed4945;
    font-size: 14px;
    padding-top: 10px;
}

#success {
    font-family: "PragmaticaC";
}

.fancybox-skin {
    border-radius: 0 !important;
    padding: 20px 35px !important;
}

div#success h3 {
    margin-top: 35px;
    font-size: 20px;
}

a.fancybox-item.fancybox-close {
    top: 5px;
    right: 5px;
}

label.formgroup.c50 {
    width: calc(50% - 10px);
    float: left;
    display: block;
    clear: right;
}

label.formgroup.c50.right{
    margin-right: 20px;
}

p.gray-plain {
    margin-top: 0;
    width: 840px;
    /* background: #f5f5f5; */
    color: #000;
    padding: 0px 0 15px 0;
    font-size: 16px;
    font-family: "PragmaticaC";
    font-weight: 200;
    line-height: 1.4;
}

select.red {
    background: #fee;
}

div#contacts form {
    border: none;
    padding: 0;
}

div#contacts .form-title {
    border: none;
}

div#contacts input.btn.btn-primary[type='submit'] {
    font-size: 22px;
    padding: 10px;
}

div#map {
    height: 500px;
}

@media (max-width: 768px) {
    div#map {
        height: 250px;
    }
}

@media (max-width: 575px) {
    #left_quest {
        width: 100%;
        border-right: none;
    }

    #right_quest {
        width: 100%;
    }
}
