.wrapper td,
.wrapper th {
    white-space: normal !important;
    vertical-align: middle !important;
}
.wrapper td:first-of-type {min-width: 300px;}
button {white-space: nowrap;}
.header .header__center .header__news .header__news__date__top {
    gap: 20px;
    padding-right: 20px;
}
.main .container a {
    color: #aed2a7;
    text-decoration: underline;
}
table {padding-right: 0 !important;}
table thead th:first-of-type {
    max-width: 300px;
}
.btn,
button {
    background-color: #aed2a7;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    transition: 0.3s;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 1, 0.18);
}
.btn--green, .btn--mini {
    background: #007361;
}
.btn--sm {
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 600;
}
.office .office__items .office__item .office__item__title {
    border-radius: 10px;
}

tfoot.fixed {
    position: fixed;
    width: 300px;
    overflow: auto;
    top: 0;
    z-index: 0;
}
tfoot.fixed tr {
    display: block;
}
table tfoot tr {
    background: #edf7f9;
    text-align: left;
    font-weight: 600;
}
table tfoot tr th {
    vertical-align: middle;
}
table tfoot tr th form {
    position: relative;
    padding-right: 45px;
}
table tfoot tr th form button {
    border-radius: 0;
    background: #fff0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7px;
}
table tfoot tr th form br {
    display: block;
}
.office .office__block .office__head__filter .office__head__filter__container {
    border-radius: 20px;
}
.select, .office__head__filter--white {
    height: unset;
}
.quantity_inner .quantity {
    width: 72px;
}
@media screen and (max-width: 1140px) {
	[name='regform'] h3:last-of-type {
		margin-top: 60px !important;
	}
}
@media screen and (max-width: 800px) {
	form .form__bottom, form .form__top {gap: 8px;}
}
.ml-search {
	padding: 0 !important;
	height: auto !important;
}
.news-detail a {
	text-decoration: underline;
	color: #0ea2e5;
}
.news-detail a:hover {
	text-decoration: none;
}
@media screen and (max-width: 800px) {
    .news__item__right {
        width: 100%;
    }
}
.search-form {
    display: flex;
    position: relative;
}
.search-form input[type='text'] {
    margin: 0;
    height: auto;
    padding: 10px 20px;
    text-align: left;
}
.search-form input[type='submit'] {
    position: absolute;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
    right: 0;
    background-color: #8dd8f8;
    border: 0;
    cursor: pointer;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.search-form input[type='submit']:hover {
    box-shadow: 2px 3.5px 10px 0 rgba(0, 0, 1, 0.18);
}
.office .office__items.office__items--two .office__item .office__item__title {
    height: 100%;
}
.title.title--line.title--line--mini .title__main {
    font-size: 22px;
}
.news__items .news__item .news__item__title {
	display: block;
}
.news__items .news__item .news__item__title h3 {
	line-height: 100%;
}