
body {
    background: url(../img/home-bg.jpg) no-repeat center;
    background-size: cover;
    min-height: 100vh;
    color: #5a5959;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.6rem;
}

a:hover, a:focus {
    color: #c87446;
}

.main-page span {
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    color: #c87446;
}
.main-page {
    font-size: 24px;
    line-height: 30px;
}
.main-page p {
    margin: 0 0 8px;
}
.main-page .contacts i {
    margin-bottom:20px;
    font-size: 28px;
}
.footer ul {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.footer ul li {
    font-size: 16px;
    float: left;
}
.btn-big {
     padding: 10px 16px;
     font-size: 20px;
 }
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    border: 2px solid #c87446;
    background: #c87446;
    color: #ffffff;
    border-radius: 0;
    font-weight: bold;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    border: 2px solid #c87446;
    background: transparent;
    color: #c87446;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #c87446;
    border-color: #c87446;
    box-shadow: 0 0 0 0.2rem rgba(200, 116, 70, 0.25);
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    border: 2px solid #c87446;
    background: #c87446;
    color: #ffffff;
    border-radius: 0;
    font-weight: bold;
    cursor: default;

}
.form-control:focus {
    border-color: #c87446;
    box-shadow: 0 0 0 0.2rem rgba(200, 116, 70, 0.25);
}
input, textarea, select, .date-picker {
    margin: 15px 0 0 0;
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: inherit;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border: 1px solid #ced4da;
}

@media screen and (max-width: 767px){
    body {
        background: url(../img/logo.png) no-repeat center 15px;
        background-size: 280px;
    }
    .xxs-no-padding-top {padding-top: 0;}
    .xxs-text-center {text-align: center!important;}
    .xxs-no-margin-right {margin-right: 0;}
    .xxs-padding-60px-top { padding-top: 60px}
    .xxs-padding-30px-bottom {padding-bottom: 30px}
    .xxs-padding-50px-bottom {padding-bottom: 50px}
    .footer ul li {float: none; padding-bottom: 5px}
    .xxs-d-none {display: none}
}

.sp-image {
    margin-bottom: 10px;
}

@media screen and (min-width: 500px) {
    .sp-image {
        position: relative;
        bottom: 10px;
    }
}
.editor h3 {
    font-size: 22px;
}
.editor p {
font-size: 16px;
}
.editor ul li {
    list-style: disc;
    margin-left: 30px;
    font-size: 16px;
}
.editor td p {
margin-bottom: 0;
}
.editor td {
padding: 5px;
}

#contact-title-section {
    position: relative;
    top: 90px;
}

#contact-title-section h5 {
    margin-bottom: 0;
}

.main-page .title {
    font-size: 20px;
    padding: 0 10px;
}

.main-page .text {
    font-size: 16px;
    text-align: left;
    padding: 0 10px;
}

.main-page .text p {
    margin: 0 0 5px 0;
}

#contact-form-wrapper {
    position: relative;
    top: 50px;
}