/* Alerts */
.alert {
    text-align: center;
    margin: 40px 0;
    padding: 10px;
    border: 2px solid;
    font-size: 16px;
    line-height: 1.5;
}
.alert.alert-success {
    color: #3c763d;
    border-color: #5cb85c;
    background-color: #dff0d8;
}
.alert.alert-info {
    color: #31708f;
    border-color: #5bc0de;
    background-color: #d9edf7;
}
.alert.alert-warning {
    color: #8a6d3b;
    border-color: #f0ad4e;
    background-color: #fcf8e3;
}
.alert.alert-danger {
    color: #a94442;
    border-color: #d9534f;
    background-color: #f2dede;
}

/* Form elements */
.special-field {
    display: none !important;
    visibility: hidden !important;
}

/* required */
.field-row.required > label:after,
.field-wrap.required label:after {
    content: '*';
}
.fileinput-box.error {
    margin-bottom: 20px;
}

/* error for fileinput */
.fileinput-box.error .error-message {
    color: #ff390d;
    font-size: 12px;
    font-weight: 400;
    margin-top: -20px;
}

.virtual-tour {
    margin: 40px 0 100px;
}

/* filter fixes */
aside {
    padding-bottom: 100px;
}
@media (max-width: 960px) {
    aside {
        padding-bottom: 50px;
    }
}
.filter a.clear-filter {
    display: inline-block;
    line-height: 49px;
    text-decoration: none;
}
.filter.covered form {
    opacity: 1;
    z-index: 0;
}
.filter.covered .form-overlay {
    background: #f4f5f7;
    opacity: 0.5;
}
.filter.covered:before {
    background-image: url('../i/preloader-form.png');
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* fields fixes */
.field-wrap.check-wrap input:checked:disabled + label:before {
    background-color: #ff7900;
    border: 2px solid #ff7900;
}
.field-row.radio-box.error input + label:before {
    border: 2px solid #ff5833;
}

/* menu */
header .nav-box nav .menu-box > ul > li.mob-link {
    display: none;
}
@media (max-width: 960px) {
    header .nav-box nav .menu-box > ul > li.mob-link {
        display: block;
    }
}
.lang.disabled-lang {
    margin-left: 0;
    padding: 0;
}

/* no accordion */
.instructions .small-container {
    margin-top: -50px;
    margin-bottom: 50px;
}
.instructions .small-container p {
    color: #1a1a18;
    margin-bottom: 9px;
}

/* finder preloader */
.tabletka-preloader {
    display: inline-block;
    margin: 0 0 4px 10px;
    width: 44px;
    height: 44px;
    background: url("../i/spin.gif") no-repeat center/44px 44px;
    vertical-align: middle;
    opacity: 0;
}

/* нейкі банэр */
.bnr-desktop,
.bnr-mobile {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .bnr-desktop {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .bnr-mobile {
        display: none;
    }
}
#specialist-form label {
    text-align: end;
}

.agree-label {
    text-align: start !important;
}
.download-catalog{
	margin: 0 0 10px 0;
}
.download-catalog a{
	text-decoration: none;
}
.download-catalog .default-btn{
	min-width:100%;
	margin: 0px;
}