[disabled] {
    pointer-events: none;
    opacity: 0.5;
}
[class*=__container] {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.title {
    margin-top: 40px;
}
.search-description {
    font-weight: 400;
    margin-top: 8px;
}
.footer__address b, .footer__address strong {
    font-weight: 400;
}
.header__eye, .footer__eye {
    position: relative;
}
.bvi-shortcode {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 0 !important;
    overflow: hidden;
}
.form-sent {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 0;
    height: 0;
    gap: 10px;
}
.sent .form-sent {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    width: 100%;
    height: 100%;
    margin-top: 10px;
}
.form-sent__icon {
    width: 48px;
    height: 40px;
    display: flex;
}
.form-sent__title {
    font-weight: 700;
    font-size: 24px;
}
.form-sent__title, .form-sent__text {
    text-align: center;
}
.wpcf7-not-valid-tip {
    width: 30%;
    justify-content: end;
    position: absolute;
    bottom: 50%;
    z-index: 2;
    right: 10px;
    transform: translate(0, 50%);
    font-size: 12px !important;
    display: inline-flex !important;
    white-space: nowrap;
}
.wpcf7-spinner, .wpcf7 form .wpcf7-response-output {
    display: none !important;
}
.other-news__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.item-other-news__img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
}
.item-other-news__date {
    margin-top: 15px;
    color: #666;
    font-size: 14px;
}
.item-other-news__title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #154B7F;
}
@media (max-width: 1350px) {
	.item-other-news__img img {
    	height: 240px;
	}
}
@media (max-width: 1130px) {
	.item-other-news__img img {
    	height: 210px;
	}
}

@media (max-width: 1024px) {
	.item-other-news__img img {
    	height: 180px;
	}
}
@media (max-width: 991px) {
	.item-other-news__img img {
    	height: 150px;
	}
}
@media (max-width: 768px) {
    .other-news__items {
        grid-template-columns: 1fr;
        gap: 20px;
    }
	.item-other-news__img img {
    	height: 400px;
	}
}
@media (max-width: 610px) {
	.item-other-news__img img {
    	height: 350px;
	}
}
@media (max-width: 540px) {
	.item-other-news__img img {
    	height: 320px;
	}
}
@media (max-width: 440px) {
    .item-other-news__img img {
        height: 240px;
    }
}