.no-scroll {
    overflow: hidden;
}
.preloader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.preloader-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000;
    opacity: .3;
    z-index: 101;
}
input[type=number] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.lds-ring {
    position: absolute;
    z-index: 102;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #256193 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.input-error {
    color: red;
    font-size: 12px;
    margin: 0;
}
.contacts-form .invalid .form-control {
    border: 1px solid red;
}
#notification {
    position:fixed;
    top:0px;
    left: 0;
    width:100%;
    z-index:3;
    text-align:center;
    font-weight:normal;
    font-size:14px;
    font-weight:bold;
    color:white;
    background-color:#4caf50;
    padding:5px;
}
#notification span.dismiss {
    position: relative;
    border:2px solid #FFF;
    /*padding:0 5px;*/
    width: 18px;
    height: 18px;
    cursor:pointer;
    float:right;
    margin-right:10px;
}
#notification a::before,
#notification a::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #fff;
    top: 50%;
    left: 50%;
}
#notification a::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
#notification a::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #495057;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.banner-contact {
    background: url('../../img/banner-contact-bg.png') no-repeat center/cover;
}
.contacts {
    margin: 60px 0;
    color: #0f2d4f;
}
.contacts-row {
    background-color: #efefef;
    padding-bottom: 1rem;
}
.contacts-map {
    height: 570px;
    margin-bottom: 10px;
}
.contacts-form__subtitle {
    width: 60%;
    margin: auto;
}
.contacts-form-header {
    margin-bottom: 10px;
}
.contacts-form .form-group {
    margin-bottom: 10px;
}
.contacts-form .form-control {
    border: none;
    border-radius: 0;
}
.contacts-form .form-control:focus {
    outline: none;
    box-shadow: none;
}
.contacts-form {
    position: relative;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
}
.contacts-form label,
.contacts-form small {
    font-family: 'PT Serif';
}
.contacts-info {
    padding-left: 1rem;
}
.contacts-info__title {
    margin-bottom: 1rem;
}
.contacts-info-values p {
    font-weight: bold;
    margin: 0;
}
.contacts-info-values p a {
    font-family: 'PT Serif';
    color: #0f2d4f;
    font-weight: 400;
}
.contacts-form-recaptcha {
    max-width: 304px;
}
.contacts-form-recaptcha > div {
    width: 100% !important;
}
