@charset "UTF-8";* {
    padding: 0;
    margin: 0;
    border: 0
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,html {
    height: 100%;
    min-width: 320px
}

body {
    color: #efefef;
    line-height: 1;
    font-family: Roboto,sans-serif;
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,input,textarea {
    font-family: Roboto,sans-serif;
    font-size: inherit;
    line-height: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: transparent
}

a {
    color: inherit;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,h2,h3,h4,h5,h6 {
    font-weight: inherit;
    font-size: inherit
}

body {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background: -webkit-gradient(linear,left top,right top,from(#574794),to(#336796));
    background: linear-gradient(90deg,#574794 0,#336796 100%)
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

button,input,select {
    border: none;
    cursor: pointer;
    outline: 0
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

@supports (overflow: clip) {
    .wrapper {
        overflow:clip
    }
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    max-width: 74.25rem;
    margin: 0 auto
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

input.search-input {
    width: 100%;
    border-radius: 93px;
    color: #00e7d5;
    font-weight: 300;
    padding: 8px 12px
}

input.search-input::-webkit-input-placeholder {
    color: #00e7d5
}

input.search-input::-moz-placeholder {
    color: #00e7d5
}

input.search-input:-ms-input-placeholder {
    color: #00e7d5
}

input.search-input::-ms-input-placeholder {
    color: #00e7d5
}

input.search-input::placeholder {
    color: #00e7d5
}

select.search-input {
    width: 100%;
    border-radius: 93px;
    color: #00e7d5;
    font-weight: 300;
    padding: 8px 12px
}

select.search-input::-webkit-input-placeholder {
    color: #00e7d5
}

select.search-input::-moz-placeholder {
    color: #00e7d5
}

select.search-input:-ms-input-placeholder {
    color: #00e7d5
}

select.search-input::-ms-input-placeholder {
    color: #00e7d5
}

select.search-input::placeholder {
    color: #00e7d5
}

.header {
    margin-top: 24px;
    border-radius: 93px;
    background: -webkit-gradient(linear,right top,left top,from(#574894),color-stop(48.61%,#346796),to(rgba(52,102,150,0)));
    background: linear-gradient(270deg,#574894 0,#346796 48.61%,rgba(52,102,150,0) 100%);
    -webkit-box-shadow: -7px 0 14px 0 rgba(54,101,150,.63);
    box-shadow: -7px 0 14px 0 rgba(54,101,150,.63);
    padding: 9px 23px
}

.header__logo-mobile {
    display: none
}

.header__menu {
    display: none
}

.header__elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__navigation-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 54px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 245px 0 158px
}

.header__navigation-block li a {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: color .5s ease;
    transition: color .5s ease
}

.header__navigation-block li a:active,.header__navigation-block li a:hover {
    color: #ff8f28
}

.header__social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.header__active {
    color: #ff8f28
}

.icon-menu {
    display: none
}

.footer {
    padding: 54px 0;
    background: -webkit-gradient(linear,right top,left top,from(#272240),to(rgba(39,34,64,0)));
    background: linear-gradient(270deg,#272240 0,rgba(39,34,64,0) 100%)
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.footer__navigation {
    margin: 0 196px 0 102px
}

.footer__navigation-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.footer__navigation-block li a {
    -webkit-transition: color .5s ease;
    transition: color .5s ease
}

.footer__navigation-block li a:active,.footer__navigation-block li a:hover {
    color: #ff8f28
}

.footer__link-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.footer li a,p {
    font-weight: 500
}

.welcome {
    padding: 104px 0 135px 0
}

.welcome__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 117px
}

.welcome__info {
    width: 480px;
    margin-top: 44px;
    font-style: normal
}

.welcome__info-desc {
    font-weight: 300;
    color: #efefef;
    line-height: normal
}

.welcome__info-desc:nth-last-of-type(2) {
    margin-bottom: 48px
}

.welcome__info-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.welcome__info-search input {
    background: -webkit-gradient(linear,left top,right top,from(rgba(52,102,150,0)),to(#574894));
    background: linear-gradient(90deg,rgba(52,102,150,0) 0,#574894 100%);
    border: 1px solid #00e7d5;
    padding: 10.5px 12px 10.5px 44px!important
}

.welcome__info-search img {
    position: absolute;
    left: 12px;
    top: 8px
}

.welcome__info-link {
    text-align: center;
    color: #ff8f28;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    font-weight: 400;
    text-decoration: underline;
    margin-top: 48px
}

.welcome__info-link:hover {
    color: #efefef
}

.judges {
    padding: 40px 0 114px 0
}

.judges__searchers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    font-weight: 500;
    margin-bottom: 24px
}

.judges__searchers-block {
    position: relative
}

.judges__searchers-block:nth-child(1) {
    width: 41%
}

.judges__searchers-block:nth-child(2) {
    width: 33%
}

.judges__searchers-block:nth-child(3) {
    width: 26%
}

.judges__searchers-block p {
    margin-bottom: 12px
}

.judges__searchers select,.judges__searchers-block input {
    background: 0 0;
    border: 1px solid #efefef;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    line-height: normal
}

.judges__searchers-block select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.judges__searchers-block option {
    font-size: 14px;
    font-weight: 300;
    color: #574794
}

.judges__searchers-block img {
    position: absolute;
    right: 12px;
    bottom: 12px
}

.judges__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.judges__filter-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.judges__details {
    margin-top: 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (36% 45% 19%)[3];
    grid-template-columns: repeat(3,36% 45% 19%);
    width: 100%;
    padding: 8.5px 19px
}

.judges__details-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: normal
}

.judges__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8.5px 19px;
    gap: 335px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500
}

.judges__desc {
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
    padding: 22px 19px 19px 19px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (36% 45% 19%)[3];
    grid-template-columns: repeat(3,36% 45% 19%)
}

.judges__desc-block {
    font-weight: 400
}

.judges__desc-odd {
    background: rgba(239,239,239,.2)
}

.judges__desc-even {
    background: rgba(163,186,206,.4)
}

.judges__desc:active,.judges__desc:hover {
    background: rgba(239,239,239,.9);
    color: #574794
}

.judges__desc:default {
    background: rgba(239,239,239,0)
}

.judges__desc:first-of-type {
    border-radius: 20px 20px 0 0
}

.judges__desc:last-of-type {
    border-radius: 0 0 20px 20px
}

.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.show__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px
}

.show__item-btn {
    padding: 4px 7px;
    border-radius: 24px;
    line-height: 24px;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: block
}

.show__item-btn_active {
    background: #ff8f28
}

.show__item-btn:active,.show__item-btn:hover {
    background: #efefef;
    color: #574794
}

.show span {
    margin-right: 8px;
    font-weight: 500
}

.pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px
}

.pages__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pages__number .show__item-btn {
    padding: 4px 11.5px
}

.pages .arrow-left path,.pages .arrow-left rect,.pages .arrow-right path,.pages .arrow-right rect {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pages .arrow-left.slick-disabled:hover rect,.pages .arrow-right.slick-disabled:hover rect {
    fill: rgba(255,255,255,.2);
    stroke-width: unset;
    stroke: unset
}

.pages .arrow-left.slick-disabled rect,.pages .arrow-right.slick-disabled rect {
    fill: rgba(255,255,255,.2)
}

.pages .arrow-left.slick-disabled,.pages .arrow-left.slick-disabled path,.pages .arrow-left.slick-disabled rect,.pages .arrow-right.slick-disabled,.pages .arrow-right.slick-disabled path,.pages .arrow-right.slick-disabled rect {
    cursor: default
}

.pages .arrow-left.slick-disabled path,.pages .arrow-left:hover path,.pages .arrow-right.slick-disabled path,.pages .arrow-right:hover path {
    stroke: #efefef
}

.pages .arrow-left:hover rect,.pages .arrow-right:hover rect {
    fill: none;
    stroke-width: 1;
    stroke: #efefef
}

.wrapper__container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.wrapper__img {
    position: absolute;
    top: 100px;
    left: 10px
}

.wrapper__mobile {
    position: absolute;
    display: none
}

.single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 104px 0 15px 0
}

.single__wrapper {
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #efefef;
    background: rgba(217,217,217,.2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    height: 447px;
    width: 865px
}

.single__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 19px;
    margin-bottom: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single__info-img img {
    border-radius: 20px;
    -webkit-filter: drop-shadow(0 0 18.2px rgba(255, 255, 255, .45));
    filter: drop-shadow(0 0 18.2px rgba(255, 255, 255, .45));
	max-height: 135px;
}

.single__info-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 21px;
    text-align: right;
    position: relative
}

.single__info-title h1 {
    font-size: 36px;
    font-weight: 500
}

.single__info-title p {
    font-size: 20px;
    font-weight: 400
}

.single__info-title h1::after {
    content: "";
    display: block;
    position: absolute;
    width: 83.5%;
    right: 0;
    height: 2px;
    background: #ff8f28;
    top: 50px
}

.single__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    gap: 80px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single__about-finance button,.single__about-property button {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.single__about-finance button:hover,.single__about-property button:hover {
    -webkit-filter: drop-shadow(0 0 32px rgba(255, 255, 255, .62));
    filter: drop-shadow(0 0 32px rgba(255, 255, 255, .62))
}

.single__about p {
    margin-top: 22px;
    font-size: 24px;
    font-weight: 600;
    color: #00e7d5
}

.single__declarations {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: unset
}

.single__year {
    display: -ms-grid!important;
    display: grid!important;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}

.single__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: 180px
}

.single__btn {
    color: #00e7d5;
    border: 2px solid #efefef;
    border-radius: 93px;
    padding: 7px 17px;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
    font-size: 14px;
    font-weight: 300
}

.single__btn:hover {
    background: rgba(217,217,217,.4)
}

.single__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.single__title p {
    margin-top: 29px;
    text-align: center
}

.single__escape {
    margin-top: 32px;
    color: #574794;
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single__escape-btn {
    padding: 12px 70px;
    border-radius: 93px;
    background: #00e7d5;
    display: block;
    text-align: center;
    -webkit-transition: background .5s ease;
    transition: background .5s ease
}

.single__escape-btn:active,.single__escape-btn:hover {
    background: #efefef
}

.single__escape-btn:nth-child(2) {
    background: unset;
    border: 1px solid #efefef;
    color: #efefef;
    -webkit-transition: background .5s ease;
    transition: background .5s ease
}

.single__escape-btn:nth-child(2):active,.single__escape-btn:nth-child(2):hover {
    background: rgba(217,217,217,.3)
}

.property {
    z-index: 1;
    background: rgba(244,244,244,.9);
    padding: 50px 8px;
    border-radius: 20px;
    position: relative;
    width: 865px;
    color: #574794;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    height: 447px
}

.property__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.property__subtitle {
    -ms-grid-column: 2;
    grid-column: 2;
    row-gap: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr)
}

.property__description {
    -ms-grid-column: 3;
    grid-column: 3;
    row-gap: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.property__navigation {
    position: absolute;
    z-index: 1
}

.property__navigation button {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.property__navigation button:disabled {
    pointer-events: none
}

.property__left {
    right: 0;
    top: 0
}

.property__right {
    right: .5%;
    top: 12.3%
}

.property__left button:hover rect,.property__right button:hover rect {
    fill: #00e7d5
}

.property__left button:hover path,.property__right button:hover path {
    stroke: #efefef
}

.property__left button:disabled rect,.property__right button:disabled rect {
    fill: #efefef
}

.property__left button:disabled path,.property__right button:disabled path {
    stroke: #00e7d5
}

.property__close {
    background: unset;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px
}

.property__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 42px (36% 60%)[2];
    grid-template-columns: 42px repeat(2,36% 60%);
    grid-auto-rows: minmax(25px,auto);
    overflow-x: auto;
    overflow-y: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 8px;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden
}

.property__header-title {
    -ms-grid-column: 2;
    grid-column: 2;
    text-transform: uppercase;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr)
}

.property__header-year {
    text-align: center;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 97px;
    flex: 1 0 97px
}

.property__element::-webkit-scrollbar {
    width: 0!important
}

.property__data {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 42px (36% 61%)[2];
    grid-template-columns: 42px repeat(2,36% 61%);
    grid-auto-rows: minmax(20px,auto);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #efefef;
    border-radius: 20px;
    -webkit-filter: drop-shadow(7px 7px 10.3px rgba(0, 0, 0, .15));
    filter: drop-shadow(7px 7px 10.3px rgba(0, 0, 0, .15));
    padding: 24px 8px;
    font-weight: 400;
    position: relative;
    overflow: hidden
}

.property__data-title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 20px;
    position: absolute;
    left: 8px;
    top: 35px
}

.property__data-desc {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 97px;
    flex: 1 0 97px
}

.property__data-subtitle {
    position: relative;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3
}

.property__data-subtitle:last-of-type {
    margin-bottom: 0
}

.property__data-subtitle::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    border-bottom: 1px solid #00e7d5;
    width: 1080px
}

.property__data-subtitle p {
    font-weight: 400
}

.finance {
    z-index: 1;
    background: rgba(244,244,244,.9);
    padding: 50px 8px;
    border-radius: 20px;
    position: relative;
    width: 865px;
    color: #574794;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    height: 447px
}

.finance__heading {
    -ms-grid-columns: (95px)[10];
    grid-template-columns: repeat(10,95px)
}

.finance__description {
    -ms-grid-columns: (95px)[10];
    grid-template-columns: repeat(10,95px);
    -ms-grid-column: 2;
    grid-column: 2
}

.finance__header {
    -ms-grid-columns: (18.4% 81%)[2];
    grid-template-columns: repeat(2,18.4% 81%)
}

.finance__header-title {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-columns: unset;
    grid-template-columns: unset
}

.finance__data {
    -ms-grid-columns: (17.2% 84%)[2];
    grid-template-columns: repeat(2,17.2% 84%);
    padding: 20px 16px 26px 24px
}

.finance__data-subtitle::after {
    width: 980px
}

.finance__subtitle {
    -ms-grid-column: 1;
    grid-column: 1
}

.finance__navigation {
    position: absolute;
    z-index: 1
}

.finance__navigation button {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.finance__navigation button:disabled {
    pointer-events: none
}

.finance__left {
    right: -14.5%
}

.finance__right {
    right: 1%;
    top: 12%
}

.finance__left button:hover rect,.finance__right button:hover rect {
    fill: #00e7d5
}

.finance__left button:hover path,.finance__right button:hover path {
    stroke: #efefef
}

.finance__left button:disabled rect,.finance__right button:disabled rect {
    fill: #efefef
}

.finance__left button:disabled path,.finance__right button:disabled path {
    stroke: #00e7d5
}

.description {
    width: 985px;
    margin: 0 auto;
    padding: 104px 0 50px 0
}

.description__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    text-align: left;
    line-height: normal
}

.description__wrapper p {
    font-weight: 300
}

.description__wrapper p span {
    font-weight: 600;
    color: #00e7d5;
    text-transform: uppercase
}

.description__wrapper p a {
    color: #ff8f28
}

.investigation {
    padding: 48px 0 54px 0
}

.investigation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.investigation__folder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    margin: 0 auto;
    position: relative
}

.investigation__folder::before {
    content: "";
    display: block;
    width: 3px;
    height: 30px;
    background: rgba(0,231,213,.5);
    position: absolute;
    left: -50px;
    top: 40px;
    border-radius: 0 0 20px 20px
}

.investigation__folder::after {
    content: "";
    display: block;
    width: 3px;
    height: calc(100% - 170px);
    background: rgba(0,231,213,.5);
    position: absolute;
    left: -50px;
    top: 170px;
    border-radius: 20px
}

.investigation__folder .investigation__circle {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: rgba(0,231,213,.5);
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: -58.5px
}

.investigation__folder .investigation__vertical {
    display: block;
    position: absolute;
    top: 70px;
    left: -68px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: rgba(0,231,213,.5);
    font-size: 40px;
    font-weight: 900
}

.investigation__folder .investigation__vertical:first-of-type {
    content: "2023"
}

.investigation__folder .investigation__vertical:last-of-type {
    content: "2022"
}

.investigation__block {
    background: rgba(217,217,217,.2);
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    width: 985px
}

.investigation__block a {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.investigation__img img {
    border-radius: 14px
}

.investigation__info {
    position: relative
}

.investigation__info-title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 7px
}

.investigation__info-date {
    color: #00e7d5;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 18px;
    position: relative;
    border-top: 2px solid #ff8f28;
    padding-top: 8px
}

.investigation__info-desc {
    font-weight: 400;
    line-height: normal
}

.investigation__info-link {
    color: #00e7d5;
    text-decoration: underline;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0
}

.investigation__btn {
    text-align: center
}

.investigation__btn-item {
    color: #00e7d5;
    text-decoration: underline;
    font-weight: 400
}

.mobile-desc,.mobile-link {
    display: none
}

.menu-open .menu__body {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.icon-menu span,.icon-menu::after,.icon-menu::before {
    height: .0625rem
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@media (max-width: 1199px) {
    [class*=__container] {
        max-width:calc(100% - 60px)
    }

    .wrapper__img {
        /* top: 420px; */
        left: -123px
    }

    .mobile-desc,.mobile-link {
        display: unset
    }

    .pc-desc,.pc-link {
        display: none
    }

    .header__elements {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header__container {
        max-width: unset!important
    }

    .header__navigation-block {
        margin: 0 97px 0 39px
    }

    .footer__navigation {
        margin: 0 65px 0 93px
    }

    .description {
        width: 100%;
        padding: 64px 0 161px 0
    }

    .description__wrapper {
        width: 68%;
        margin: 0 auto
    }

    .investigation__block {
        width: 93%;
        -ms-grid-columns: (29% 68%)[2];
        grid-template-columns: repeat(2,29% 68%);
        display: -ms-grid;
        display: grid
    }

    .investigation__folder {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .investigation__folder::after,.investigation__folder::before {
        left: 3.9%
    }

    .investigation__folder .investigation__circle {
        left: 3.2%
    }

    .investigation__folder .investigation__vertical {
        left: 2.3%
    }

    .investigation__info-desc {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/span 2
    }

    .investigation__info-link {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/span 2;
        text-align: right;
        position: unset
    }

    .property {
        padding: 40px 8px
    }

    .property__data-subtitle::after {
        width: 780px
    }

    .property__right {
        top: 10.5%
    }

    .finance__data-subtitle::after {
        width: 820px
    }

    .finance__right {
        top: 12%
    }
	
	.investigation__img img {
		max-width: 100%;
	}
}

@media (max-width: 991px) {
    [class*=__container] {
        min-width:calc(100% - 40px)
    }

    .welcome {
        padding: 64px 0 150px 0
    }

    .welcome__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 56px
    }

    .welcome__image {
        margin: 0 auto
    }

    .welcome__info {
        margin-top: 0;
        margin: 0 auto;
        text-align: center;
        width: 535px
    }

    .welcome__info-desc:nth-last-of-type(2) {
        margin-bottom: 67px
    }

    .header__logo img {
        width: 122px;
        height: 38px
    }

    .header__navigation-block {
        gap: 16px;
        margin: 0 55px 0 39px
    }

    .footer__navigation {
        margin: unset
    }

    .footer__navigation-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: 135px
    }

    .footer__link {
        margin-left: 120px
    }

    .judges__details {
        padding: 8.5px 16px;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr)
    }

    .judges__details-heading:nth-child(2) {
        padding: 0 1rem
    }

    .judges__details-heading:last-of-type {
        padding: 0 3rem
    }

    .judges__desc {
        padding: 1rem;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .judges__desc-block:first-of-type {
        max-width: 155px;
        display: block
    }

    .judges__desc-block:nth-child(2) {
        padding: 0 1rem
    }

    .judges__desc-block:last-of-type {
        padding: 0 3rem
    }

    .judges__searchers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 36px
    }

    .judges__searchers-block:nth-child(1) {
        width: 24.6875rem
    }

    .judges__searchers-block:nth-child(2) {
        width: 24.6875rem
    }

    .judges__searchers-block:nth-child(3) {
        width: 24.6875rem
    }

    .investigation__wrapper {
        gap: 24px
    }

    .investigation__block {
        -ms-grid-columns: (34% 62%)[2];
        grid-template-columns: repeat(2,34% 62%)
    }

    .investigation__info-desc {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/span 2
    }

    .investigation__info-link {
        position: unset;
        margin-top: 32px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/span 2;
        text-align: right
    }

    .investigation__folder {
        gap: 24px
    }

    .investigation__folder .investigation__circle {
        left: 1%
    }

    .investigation__folder .investigation__vertical {
        left: 0
    }

    .investigation__folder::before {
        left: 2%
    }

    .investigation__folder::after {
        left: 2%
    }

    .single {
        padding: 64px 0 244px 0
    }

    .single__wrapper {
        padding: 24px 45px 40px;
        height: 572px
    }

    .single__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 48px
    }

    .single__info-title {
        text-align: center;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .single__info-title h1::after {
        display: none
    }

    .single__info-title p {
        border-top: 2px solid #ff8f28;
        padding-top: 8px;
        width: 85%
    }

    .single__about {
        gap: unset;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .single__about p {
        margin-top: unset
    }

    .single__escape {
        margin-top: 40px;
        gap: 16px
    }

    .single__title {
        margin-top: 22px
    }

    .wrapper__img {
        display: none
    }

    .wrapper__mobile {
        display: unset;
        top: 10%;
        left: 5%
    }

    .property {
        padding: 50px 8px;
        width: 100%;
        height: 572px
    }

    .property__header {
        -ms-grid-columns: 42px (50% 44%)[2];
        grid-template-columns: 42px repeat(2,50% 44%)
    }

    .property__header-year {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100px;
        flex: 1 0 100px
    }

    .property__data {
        -ms-grid-columns: 42px (50% 45%)[2];
        grid-template-columns: 42px repeat(2,50% 45%)
    }

    .property__data-subtitle::after {
        width: 1190px
    }

    .property__data-desc {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100px;
        flex: 1 0 100px
    }

    .property__right {
        top: 9.5%
    }

    .finance {
        width: 100%;
        height: 572px
    }

    .finance__heading {
        -ms-grid-columns: (97px)[10];
        grid-template-columns: repeat(10,97px)
    }

    .finance__header {
        -ms-grid-columns: (36% 64%)[2];
        grid-template-columns: repeat(2,36% 64%)
    }

    .finance__header-year {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 90px;
        flex: 1 0 90px
    }

    .finance__data {
        -ms-grid-columns: (35.4% 66.6%)[2];
        grid-template-columns: repeat(2,35.4% 66.6%)
    }

    .finance__data-desc {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 90px;
        flex: 1 0 90px
    }

    .finance__description {
        -ms-grid-columns: (97px)[10];
        grid-template-columns: repeat(10,97px)
    }
}

@media (max-width: 767px) {
    .icon-menu {
        display:block;
        position: relative;
        width: 1.875rem;
        height: 1.125rem;
        z-index: 5
    }

    .icon-menu span,.icon-menu::after,.icon-menu::before {
        content: "";
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .125rem;
        background-color: #ff8f28
    }

    .icon-menu::before {
        top: 0
    }

    .icon-menu::after {
        bottom: 0
    }

    .icon-menu span {
        top: calc(50% - .0625rem)
    }

    .menu-open .icon-menu span,.menu-open .icon-menu::after,.menu-open .icon-menu::before {
        background: #efefef
    }

    .header {
        position: relative
    }

    .header__logo img {
        width: 94px;
        height: 34px
    }

    .header__navigation {
        display: none
    }

    .header__social {
        display: none
    }

    .menu {
        display: block
    }

    .menu__body {
        z-index: 2;
        padding: 8px 0;
        position: absolute;
        background: -webkit-gradient(linear,left top,right top,from(#574894),color-stop(70%,#346796),to(#574894));
        background: linear-gradient(90deg,#574894 0,#346796 70%,#574894 100%);
        -webkit-filter: drop-shadow(-7px 0 14px rgba(54, 101, 150, .63));
        filter: drop-shadow(-7px 0 14px rgba(54, 101, 150, .63));
        width: 100%;
        left: 0;
        border-radius: 16px;
        top: 70px;
        -webkit-transform: translate(0,-200%);
        -ms-transform: translate(0,-200%);
        transform: translate(0,-200%);
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease 0s
    }

    .menu__body.active {
        display: block
    }

    .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
        text-align: center
    }

    .menu__item a {
        font-weight: 500;
        line-height: normal
    }

    .menu__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 12px
    }

    .footer__wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__logo {
        margin: unset
    }

    .footer__link {
        margin: unset
    }

    .judges__details {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 40px
    }

    .judges__details-heading:nth-child(2) {
        padding: unset
    }

    .judges__details-heading:last-of-type {
        display: none
    }

    .judges__desc {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
        padding: 12px;
        gap: 40px
    }

    .judges__desc-block:first-of-type {
        max-width: none
    }

    .judges__desc-block:last-of-type {
        display: none
    }

    .judges__desc-block:nth-child(2) {
        padding: unset
    }

    .investigation__block {
        gap: unset;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }

    .investigation__img {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/span 2;
        text-align: center;
        margin-bottom: 6px
    }

    .investigation__info {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/span 2
    }

    .investigation__info-date {
        text-align: right;
        margin-bottom: 14px
    }

    .investigation__info-link {
        margin-top: 6px;
        font-size: .75rem;
        text-align: left
    }

    .investigation__folder .investigation__circle {
        left: 1.5%;
        width: 15px;
        height: 15px;
        top: 25px
    }

    .investigation__folder .investigation__vertical {
        left: .5%;
        top: 75px;
        font-size: 1.875rem
    }

    .investigation__folder::before {
        left: 2.5%;
        width: 2px
    }

    .investigation__folder::after {
        left: 2.5%;
        top: 150px;
        height: calc(100% - 150px);
        width: 2px
    }

    .single {
        padding: 24px 0 35px 0
    }

    .single__wrapper {
        padding: 24px 16px;
        width: 100%;
        height: unset
    }

    .single__info-title {
        gap: 8px
    }

    .single__info-title h1 {
        font-size: 24px
    }

    .single__info-title p {
        width: 91%
    }

    .single__escape {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px
    }

    .wrapper__mobile {
        display: none
    }

    .property__header-year {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 80px;
        flex: 1 0 80px
    }

    .property__data {
        font-size: .875rem
    }

    .property__data-subtitle::after {
        width: 640px
    }

    .property__data-title {
        top: 27px
    }

    .property__data-desc {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 80px;
        flex: 1 0 80px
    }

    .property__right {
        top: 9.5%
    }

    .finance {
        width: 860px
    }

    .finance__heading {
        -ms-grid-columns: (110px)[10];
        grid-template-columns: repeat(10,110px)
    }

    .finance__right {
        top: 9.2%
    }

    .finance__header {
        -ms-grid-columns: (36% 65%)[2];
        grid-template-columns: repeat(2,36% 65%)
    }

    .finance__data {
        -ms-grid-columns: (35.4% 68.6%)[2];
        grid-template-columns: repeat(2,35.4% 68.6%)
    }

    .finance__data-subtitle::after {
        width: 1190px
    }

    .finance__description {
        -ms-grid-columns: (110px)[10];
        grid-template-columns: repeat(10,110px)
    }
}

@media (max-width: 767px) and (any-hover:none) {
    .icon-menu {
        cursor:default
    }
}

@media (max-width: 575px) {
    [class*=__container] {
        width:100%
    }

    .judges-page {
        padding-bottom: 56px
    }

    .judges {
        padding: 32px 0 32px 0
    }

    .judges__filter {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .judges__details {
        gap: 0
    }

    .judges__details-heading {
        font-size: 14px
    }

    .judges__desc {
        gap: 0;
        font-size: 14px
    }

    .judges__desc p {
        font-weight: 300
    }

    .judges__searchers-block {
        font-size: .875rem
    }

    .judges__searchers-block:nth-child(1) {
        width: 100%
    }

    .judges__searchers-block:nth-child(2) {
        width: 100%
    }

    .judges__searchers-block:nth-child(3) {
        width: 100%
    }

    .pages {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 56px
    }

    .header {
        padding: 2px 16px
    }

    .header__logo img:first-of-type {
        display: none
    }

    .header__logo-mobile {
        display: block
    }

    .welcome {
        padding: 24px 0 175px 0
    }

    .welcome__wrapper {
        gap: 20px
    }

    .welcome__image img {
        width: 200px;
        height: 267px
    }

    .welcome__info {
        width: 100%;
        font-size: 14px
    }

    .welcome__info-desc:nth-last-of-type(2) {
        margin-bottom: 40px
    }

    .welcome__info-link {
        margin-top: 32px
    }

    .footer {
        padding: 16px 0 24px 0
    }

    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48px
    }

    .footer__logo {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__link-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__link-block>.footer__link-block:last-of-type {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset
    }

    .description {
        padding: 48px 0 56px 0
    }

    .description__wrapper p {
        font-size: 14px
    }

    .description__wrapper p span {
        font-size: 16px
    }

    .investigation__block {
        padding: 16px 8px 24px;
        width: 90%
    }

    .investigation__info-title {
        font-size: 1.125rem;
        line-height: normal
    }

    .investigation__info-date {
        font-weight: 300
    }

    .investigation__info-desc {
        font-size: .875rem;
        font-weight: 300
    }

    .investigation__folder .investigation__vertical {
        font-size: 1rem;
        top: 75px;
        left: 1px
    }

    .investigation__folder .investigation__circle {
        left: 3px;
        top: 30px;
        width: 10px;
        height: 10px
    }

    .investigation__folder::before {
        left: 7px
    }

    .investigation__folder::after {
        left: 7px;
        top: 120px;
        height: calc(100% - 120px)
    }

    .investigation__btn-item {
        font-size: .875rem
    }

    .single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24px 0 150px 0
    }

    .single__info {
        margin-bottom: 16px
    }

    .single__info-title {
        line-height: normal
    }

    .single__info-title h1 {
        width: 81%
    }

    .single__info-title p {
        font-size: 1rem;
        font-weight: 400
    }

    .single__cont {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .single__item {
        padding: 8px 0
    }

    .single__title {
        margin-top: 17px
    }

    .single__title p {
        font-size: 20px;
        font-weight: 600;
        color: #00e7d5;
        line-height: normal;
        margin-top: unset
    }

    .single__about p {
        font-size: 1.25rem;
        margin-top: 0
    }

    .single__escape {
        margin-top: 16px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        bottom: 34px;
        width: 100%
    }

    .single__escape-btn {
        width: 95%;
        padding: 12px 44px
    }

    .single__btn {
        padding: 7px 15px
    }

    .pages {
        margin-bottom: 0;
        margin-top: 17px
    }

    .property__heading {
        -ms-grid-columns: (190px)[7];
        grid-template-columns: repeat(7,190px)
    }

    .property__header {
        font-size: 1rem;
        line-height: normal;
        -ms-grid-columns: 0 (27% 73%)[2];
        grid-template-columns: 0 repeat(2,27% 73%)
    }

    .property__data {
        -ms-grid-columns: 42px (19% 74%)[2];
        grid-template-columns: 42px repeat(2,19% 74%)
    }

    .property__data-subtitle p {
        font-size: .875rem
    }

    .property__data-subtitle::after {
        width: 830px
    }

    .property__data-desc {
        gap: 50px;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .property__data-title {
        top: 70px;
        left: 12px
    }

    .property__right {
        right: 2%;
        top: 9%
    }

    .property__description {
        -ms-grid-columns: (190px)[7];
        grid-template-columns: repeat(7,190px)
    }

    .finance {
        width: 100%
    }

    .finance__header {
        -ms-grid-columns: (36% 64%)[2];
        grid-template-columns: repeat(2,36% 64%)
    }

    .finance__heading {
        -ms-grid-columns: (97px)[10];
        grid-template-columns: repeat(10,97px)
    }

    .finance__description {
        -ms-grid-columns: (97px)[10];
        grid-template-columns: repeat(10,97px)
    }

    .finance__data {
        -ms-grid-columns: (35.4% 68.6%)[2];
        grid-template-columns: repeat(2,35.4% 68.6%)
    }

    .finance__data-desc {
        gap: 16px
    }

    .menu__body {
        top: 50px
    }
}

@media (max-width: 500px) {
    .property__description {
        -ms-grid-columns:(150px)[7];
        grid-template-columns: repeat(7,150px)
    }

    .property__data {
        -ms-grid-columns: 42px (20% 70%)[2];
        grid-template-columns: 42px repeat(2,20% 70%)
    }

    .property__heading {
        -ms-grid-columns: (150px)[7];
        grid-template-columns: repeat(7,150px)
    }

    .property__header {
        -ms-grid-columns: 0 (30% 68%)[2];
        grid-template-columns: 0 repeat(2,30% 68%)
    }

    .finance__header {
        -ms-grid-columns: (36% 64%)[2];
        grid-template-columns: repeat(2,36% 64%)
    }

    .finance__heading {
        -ms-grid-columns: (97px)[10];
        grid-template-columns: repeat(10,97px)
    }

    .finance__data {
        -ms-grid-columns: (35.4% 68.6%)[2];
        grid-template-columns: repeat(2,35.4% 68.6%)
    }

    .finance__description {
        -ms-grid-columns: (97px)[10];
        grid-template-columns: repeat(10,97px)
    }
}

@media (max-width: 420px) {
    .property__description {
        -ms-grid-columns:(120px)[7];
        grid-template-columns: repeat(7,120px)
    }

    .property__data {
        -ms-grid-columns: 42px (19% 70%)[2];
        grid-template-columns: 42px repeat(2,19% 70%)
    }

    .property__heading {
        -ms-grid-columns: (120px)[7];
        grid-template-columns: repeat(7,120px)
    }

    .property__header {
        -ms-grid-columns: 0 (30% 68%)[2];
        grid-template-columns: 0 repeat(2,30% 68%)
    }

    .finance__header {
        -ms-grid-columns: (36% 64%)[2];
        grid-template-columns: repeat(2,36% 64%)
    }

    .finance__heading {
        -ms-grid-columns: (100px)[10];
        grid-template-columns: repeat(10,100px)
    }

    .finance__data {
        -ms-grid-columns: (36% 69%)[2];
        grid-template-columns: repeat(2,36% 69%)
    }

    .finance__description {
        -ms-grid-columns: (98px)[10];
        grid-template-columns: repeat(10,98px)
    }
}

@media (max-width: 375px) {
    .property__description {
        -ms-grid-columns:(110px)[7];
        grid-template-columns: repeat(7,110px)
    }

    .property__data {
        -ms-grid-columns: 42px (19% 70%)[2];
        grid-template-columns: 42px repeat(2,19% 70%)
    }

    .property__data-desc {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100px;
        flex: 1 0 100px
    }

    .property__heading {
        -ms-grid-columns: (110px)[7];
        grid-template-columns: repeat(7,110px)
    }

    .property__header {
        -ms-grid-columns: 0 (32% 68%)[2];
        grid-template-columns: 0 repeat(2,32% 68%)
    }

    .property__header-year {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100px;
        flex: 1 0 100px
    }

    .finance__data {
        -ms-grid-columns: (31% 75%)[2];
        grid-template-columns: repeat(2,31% 75%)
    }

    .finance__data-desc {
        gap: 16px;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 105px;
        flex: 1 0 105px
    }

    .finance__header {
        -ms-grid-columns: (32% 68%)[2];
        grid-template-columns: repeat(2,32% 68%)
    }

    .finance__header-year {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 105px;
        flex: 1 0 105px
    }

    .finance__heading {
        -ms-grid-columns: (105px)[10];
        grid-template-columns: repeat(10,105px)
    }

    .finance__description {
        -ms-grid-columns: (105px)[10];
        grid-template-columns: repeat(10,105px)
    }
}

@media (max-width: 340px) {
    .property__description {
        -ms-grid-columns:(90px)[7];
        grid-template-columns: repeat(7,90px)
    }

    .property__data {
        -ms-grid-columns: 42px (19% 70%)[2];
        grid-template-columns: 42px repeat(2,19% 70%)
    }

    .property__heading {
        -ms-grid-columns: (90px)[7];
        grid-template-columns: repeat(7,90px)
    }

    .property__header {
        -ms-grid-columns: 0 (33% 69%)[2];
        grid-template-columns: 0 repeat(2,33% 69%)
    }

    .finance__header {
        -ms-grid-columns: (35% 65%)[2];
        grid-template-columns: repeat(2,35% 65%)
    }

    .finance__heading {
        -ms-grid-columns: (175px)[10];
        grid-template-columns: repeat(10,175px)
    }

    .finance__description {
        -ms-grid-columns: (180px)[10];
        grid-template-columns: repeat(10,180px)
    }

    .finance__data {
        -ms-grid-columns: (33% 74%)[2];
        grid-template-columns: repeat(2,33% 74%)
    }
}
.finance__heading, 
.finance__description, 
.property__heading, 
.property__description {
	scroll-behavior: smooth;
}
.blog-item{
	width: 100%;
}
.blog-item .date{
	float: left;
	margin-bottom: 20px;
	width: 50%;
}
.blog-item .share{
	margin-left: 50%;
	width: 50%;
	text-align: right;
}
.blog-item .share div{
	float: right;
	margin-left: 10px;
}
.blog-item .share:after{
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.blog-item h1{
	margin-bottom: 10px;
	font-size: 30px;
	text-align: left;
	line-height: 36px;
	font-weight: inherit;
}
.blog-item h3{
	font-size: 24px;
	margin-bottom: 20px;
}
.blog-item img{
	max-width: 100%;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}
.blog-item p{
	margin-bottom: 5px;
	line-height: 24px;
	text-align: justify;
}
.blog-item p img{
	display: block;
	margin: 15px auto;
}
.blog-item .left{
	float: left;
	margin-bottom: 20px;
	width: 50%;
}
.blog-item .right{
	float: right;
	margin-bottom: 20px;
	width: 50%;
	text-align: right;
}

.slideshow-container{
	position: relative;
	margin: 25px 0;
}
.slideshow-container:after{
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.slideshow-thumbs{
	position: absolute;
	left: 0;
}
.slideshow-thumbs li{
	display: block;
	width: 60px;
	margin-bottom: 10px;
}
.slideshow-thumbs li img{
	width: 100%;
	border: 2px solid #22313f;
	border-radius: 3px;
	transition: border .25s linear,opacity .25s linear;
}
.slideshow-thumbs li.active img{
	border-color: #e74c3c;
	opacity: .8;
}
.slideshow-big-img{
	position: relative;
	margin: 0 0 0 70px;
	text-align: center;
	overflow: hidden;
}
.slideshow-big-img img{
}
.slideshow-big-img .arrow{
	transition: all 0.5s ease;
	position: absolute;
	width: 50%;
	height: 100%;
	cursor: pointer;
}
.slideshow-big-img .arrow-left{
	left: -55px;
	background: url(/assets/img/arrow-left.png) left center no-repeat;
}
.slideshow-big-img .arrow-right{
	right: -55px;
	background: url(/assets/img/arrow-right.png) right center no-repeat;
}
.slideshow-big-img:hover .arrow-left{
	left: 20px;
}
.slideshow-big-img:hover .arrow-right{
	right: 20px;
}