* {box-sizing: border-box;}
body {
    font-family: arial,verdana,sans-serif;
    color: #363636;
    font-size: 18px;
    line-height: 1.3;
    background: url(/wp-content/themes/intentionally-blank/img/all-fon.png) #fff center top;
    margin: 0;
    padding: 0;
}
a {
    color: #363636;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
a:hover {text-decoration: none;}
a img:hover {opacity: 70%;}
h1.page-title {
    font-size: 38px;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 35px;
}
.top {
    background: url(/wp-content/themes/intentionally-blank/img/top_background.png) repeat-x center bottom;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding-bottom: 30px;
}
.container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
}
.top .container {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}
.top .container ul.menu-top {
    display: flex;
    list-style: none;
    gap: 20px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    font-weight: 600;
    width: 33.33%;
}
.top .container ul.menu-top li a:hover {
    color: #ed1c24;
    text-decoration: none;
}
a.custom-logo-link {
    width: 33.33%;
    text-align: center;
}
.blockcontent {
    display: flex;
    gap: 40px;
    font-size: 14px;
    color: #737373;
    justify-content: flex-end;
    width: 33.33%;
    padding-top: 10px;
}
.fon-bottom {
    background: url(/wp-content/themes/intentionally-blank/img/footer_background.png) no-repeat center bottom;
    height: 145px;
}

img.logo2 {margin-left: -85px;}

.bottom.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 100px;
}
.bottom.container .right-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    font-size: 12px;
}

.bottom.container .right-block .searchform {
    display: flex;
    margin-bottom: 20px;
}
.bottom.container .right-block .searchform input[type="search"] {
    border: 1px solid #ccc;
    border-right: 0;
    padding: 10px;
    outline: none;
}
.bottom.container .right-block .searchform input[type="submit"] {
    padding: 0;
    background: url(/wp-content/themes/intentionally-blank/img/search_mini.png) no-repeat center center;
    width: 30px;
    font-size: 0;
    border: 1px solid #ccc;
    border-left: 0;
    cursor: pointer;
}
.bottom.container .right-block .searchform input[type="submit"]:hover {opacity: 70%;}

a.sety {
    display: flex;
    margin-bottom: 20px;
}
a.sety img {
    width: 40px;
    height: 40px;
}

.slider-box {
    position: relative;
    width: 100%;
    max-width: 1330px;
    margin: auto;
    margin-top: -30px;
}
.slider.slick-slider .slick-slide a img {
    clip-path: polygon(50% -10%, 100% 50%, 50% 100%, 0% 50%, 0% 50%);
    width: 100%;
    height: auto;
}

.arrowss {
    position: absolute;
    width: 100%;
    max-width: 1000px;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -18.5px;
}
.arrowss button {
    background: url(/wp-content/themes/intentionally-blank/img/banner_left.png) no-repeat;
    width: 40px;
    height: 37px;
    padding: 0;
    font-size: 0;
    border: 0;
    cursor: pointer;
}
.arrowss .slick-prev {float: left;}
.arrowss .slick-next {float: right; transform: rotate(180deg);}

.arrowss button:hover {opacity: 70%;}

.facetwp-type-yearly select {
    font-size: 18px;
    border: 1px solid #999;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.posts {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.posts .post {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}
.posts a.title {
    color: #3d9bd1;
    font-size: 22px;
    line-height: 1.2;
    display: block;
}
.posts .post .left {position: relative;}

.aktsii .date span,
.posts .post .left span {
    width: 85px;
    height: 48px;
    line-height: 1;
    color: #fff;
    font-size: 15px;
    background: #C03B99;
    clip-path: polygon(50% 0%, 100% 50%, 100% 50%, 50% 100%, 0% 50%, 0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
}
.posts .post .left a {
    display: flex;
    width: 165px;
    height: 190px;
    margin-top: -40px;
    margin-left: 42.5px;
}
.aktsii a.page-thumbnail img,
.posts .post .left a img {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.galery a img:hover,
.aktsii a.page-thumbnail img:hover,
.posts .post .left a img:hover {-webkit-filter: saturate(200%);}
.header-posts {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 35px;
}
.header-posts h1.page-title {
    margin-top: 0;
    margin-bottom: 0;
}
.facetwp-facet.facetwp-type-yearly {margin-bottom: 0;}

.facetwp-pager,
.pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    width: 100%;
}
.facetwp-pager *,
.pager * {
    font-size: 22px;
    color: #3d9bd1;
}
.facetwp-pager .active,
.pager span {
    background: url(/wp-content/themes/intentionally-blank/img/pagination_active.png) no-repeat;
    width: 46px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #999;
}

.crumbs {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1;
    gap: 5px;
    margin-bottom: 30px;
}

.aktsii .date {
    margin-bottom: 35px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.aktsii .date h1.page-title {
    font-size: 26px;
    margin: 0;
}

.aktsii a.page-thumbnail {
    display: flex;
    float: right;
    width: 300px;
    height: 350px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.aktsii .cont table {border: 0;}
.aktsii .cont table td {
    border: 0;
    border-bottom: 1px solid #999;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px;
    text-align: center;
}
.aktsii .cont table p {margin: 0;}
.galery {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.galery a {
    display: flex;
    width: calc(33.33% - 20px);
}
.galery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.category-fotogalereya .galery a.title {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
    color: #3d9bd1;
}
.category-fotogalereya .galery a.title img {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    width: 230px;
    height: 270px;
}

.var {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}
.var > div {width: calc(33.33% - 20px);}
.var > div span {
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.var > div p {
    font-size: 14px;
    line-height: 17px;
}
.kontakty .kont {float: left;}
.reklamodatelyam.kontakty .kont {width: calc(100% - 480px);}
.kontakty .wpcf7 {
    float: right;
    max-width: 320px;
    margin-top: -70px;
}
.kontakty .wpcf7 form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.kontakty .wpcf7 form .wpcf7-form-control-wrap input[type="email"],
.kontakty .wpcf7 form .wpcf7-form-control-wrap input[type="text"],
.kontakty .wpcf7 form .wpcf7-form-control-wrap input[type="tel"],
.kontakty .wpcf7 form .wpcf7-form-control-wrap textarea {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    font-size: 16px;
    color: #555;
    outline: none;
    font-family: arial, verdana, sans-serif;
}
.kontakty .wpcf7 form .wpcf7-form-control-wrap textarea {
    height: 80px;
    padding-top: 10px;
}
.kontakty .wpcf7 form .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
}
form.wpcf7-form .wpcf7-list-item {margin: 0;}
.kontakty .wpcf7 form input[type="checkbox"] {
    zoom: 2;
    float: left;
    margin: 0;
    margin-right: 5px;
}

.kontakty .wpcf7 form input[type="submit"] {
    background: url(/wp-content/themes/intentionally-blank/img/button.png) #FF8A00 no-repeat left center;
    height: 39px;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 18px;
}

.kontakty > h2.page-title {
    display: table;
    width: 100%;
}

img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}

ul.bottom-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 20px;
    padding: 0;
    margin: 0;
    margin-left: 40px;
    margin-right: auto;
    max-width: 500px;
    font-size: 14px;
}
ul.bottom-menu li.menu-item a {font-weight: bold;}
ul.bottom-menu li.menu-item.red a {color: #ed1c24;}
ul.bottom-menu li.policy-block {width: 100%;}

.files {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.files a {
    display: flex;
    align-items: center;
    gap: 20px;
}
.files a i.fas:before {
    zoom: 250%;
    color: #ed1c24;
}
.files a:hover {color: #ed1c24;}
.files a:hover i.fas:before {color: #363636;}

.child-categories-section {
    background: #fff;
    border: 2px solid #ff9900;
    padding: 25px;
    margin-top: 70px;
    margin-bottom: 70px;
}
.child-categories-section h2 {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1;
}
.child-categories-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.child-categories-section ul li {
    width: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.1;
    padding: 10px;
    border: 2px solid transparent;
}
.child-categories-section ul li a {text-decoration: none;}
.child-categories-section ul li a:hover {text-decoration: underline;}
.child-categories-section ul li.current-category {border: 2px solid #ed1c24;}
.child-categories-section ul li.current-category a {
    text-decoration: underline;
    color: #ed1c24;
}
.home .child-categories-section > li.cat-item {
    list-style: none;
    margin-top: 20px;
}

h3.current_term {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    width: 100%;
}
.arendator {
    display: table;
    width: 100%;
}
.arendators-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 70px;
    margin-bottom: 70px;
}
.arendators-grid .arendator-item {
    border: 1px solid #cecece;
    position: relative;
    background: #fff;
    width: calc(50% - 10px);
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.arendators-grid .arendator-thumbnail {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arendators-grid .arendator-thumbnail img {
    width: 100px;
    height: auto;
}
.arendators-grid .title-name {
    margin-right: auto;
    padding-right: 20px;
}
.arendators-grid .title-name a {
    color: #ad3049;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    display: block;
    margin-bottom: 5px;
}
.arendators-grid .title-name span {
    display: block;
    color: #777777;
    font-size: 14px;
}
.arendators-grid .raspologenie {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: bold;
    color: #777777;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
}
.search-results .arendators-grid .title-name {
    display: flex;
    align-items: center;
}
.search-results .arendators-grid .title-name a {margin-bottom: 0;}

.search-results form.searchform > div {display: flex;}
.search-results form.searchform label {display: none;}
.search-results form.searchform input[type="text"] {
    border: 1px solid #ed1c24;
    padding: 10px 20px;
    line-height: 1;
    outline: none;
    font-size: 16px;
    border-radius: 10px 0 0 10px;
}
.search-results form.searchform input[type="submit"] {
    background: #ed1c24;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
}
.search-results form.searchform input[type="submit"]:hover {background: #ff9900;}

ul.blocks3-menu {text-align: center;}
ul.blocks3-menu li {
    display: inline-block;
    font-size: 24px;
    margin: 0 5px;
    position: relative;
}
ul.blocks3-menu li:nth-child(1) {
    width: 195px;
    height: 79px;
}
ul.blocks3-menu li:nth-child(2) {
    width: 200px;
    height: 76px;
}
ul.blocks3-menu li:nth-child(3) {
    width: 195px;
    height: 77px;
}
ul.blocks3-menu li a {
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none;
    padding-top: 25px;
    width: 100%;
    height: 100%;
}
ul.blocks3-menu li:nth-child(1) a {
    background: url(/wp-content/themes/intentionally-blank/img/li_shop.png) no-repeat top center;
    color: #ff9900;
}
ul.blocks3-menu li:nth-child(2) a {
    background: url(/wp-content/themes/intentionally-blank/img/li_rest.png) no-repeat top center;
    color: #0070ff;
}
ul.blocks3-menu li:nth-child(3) a {
    background: url(/wp-content/themes/intentionally-blank/img/li_services.png) no-repeat top center;
    color: #00db25;
}
ul.blocks3-menu li.current-menu-item a,
ul.blocks3-menu li.current-arendators-ancestor a,
ul.blocks3-menu li a:hover {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    color: #fff;
    padding-top: 35px;
}
ul.blocks3-menu li:nth-child(1).current-menu-item a,
ul.blocks3-menu li:nth-child(1).current-arendators-ancestor a,
ul.blocks3-menu li:nth-child(1) a:hover {
    background: url(/wp-content/themes/intentionally-blank/img/li_shop_active.png) no-repeat center top;
    -webkit-transition-property: background,padding-top,padding-right;
    -moz-transition-property: background,padding-top,padding-right;
    -o-transition-property: background,padding-top,padding-right;
    transition-property: background,padding-top,padding-right;
}
ul.blocks3-menu li:nth-child(2).current-menu-item a,
ul.blocks3-menu li:nth-child(2).current-arendators-ancestor a,
ul.blocks3-menu li:nth-child(2) a:hover {
    background: url(/wp-content/themes/intentionally-blank/img/li_rest_active.png) no-repeat top center;
    -webkit-transition-property: background,padding-top;
    -moz-transition-property: background,padding-top;
    -o-transition-property: background,padding-top;
    transition-property: background,padding-top;
}
ul.blocks3-menu li:nth-child(3).current-menu-item a,
ul.blocks3-menu li:nth-child(3).current-arendators-ancestor a,
ul.blocks3-menu li:nth-child(3) a:hover {
    background: url(/wp-content/themes/intentionally-blank/img/li_services_active.png) no-repeat top center;
    -webkit-transition-property: background,padding-top,padding-left;
    -moz-transition-property: background,padding-top,padding-left;
    -o-transition-property: background,padding-top,padding-left;
    transition-property: background,padding-top,padding-left;
}
ul.blocks3-menu.gl li a {color: #fff;}
ul.blocks3-menu.gl li:nth-child(1) {
    width: 213px;
    height: 196px;
}
ul.blocks3-menu.gl li:nth-child(1) a {
    background: url(/wp-content/themes/intentionally-blank/img/main_li_shop.png) no-repeat bottom center;
    padding-top: 120px;
}
ul.blocks3-menu.gl li:nth-child(1) a:hover {background: url(/wp-content/themes/intentionally-blank/img/main_li_shop_active.png) no-repeat bottom center;}
ul.blocks3-menu.gl li:nth-child(2) {
    width: 220px;
    height: 172px;
}
ul.blocks3-menu.gl li:nth-child(2) a {
    background: url(/wp-content/themes/intentionally-blank/img/main_li_rest.png) no-repeat bottom center;
    padding-top: 96px;
}
ul.blocks3-menu.gl li:nth-child(2) a:hover {background: url(/wp-content/themes/intentionally-blank/img/main_li_rest_active.png) no-repeat bottom center;}
ul.blocks3-menu.gl li:nth-child(3) {
    width: 211px;
    height: 170px;
}
ul.blocks3-menu.gl li:nth-child(3) a {
    background: url(/wp-content/themes/intentionally-blank/img/main_li_services.png) no-repeat bottom center;
    padding-top: 94px;
}
ul.blocks3-menu.gl li:nth-child(3) a:hover {background: url(/wp-content/themes/intentionally-blank/img/main_li_services_active.png) no-repeat bottom center;}

.arendator .arendator-page {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.arendator .arendator-page .the_content {width: calc(100% - 250px - 40px);}

.arendator .right-dlock {
    width: 250px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.arendator .right-dlock .regim p {margin: 0;}

.arendator a.page-thumbnail {
    display: flex;
    margin-bottom: 20px;
}
.arendator a.page-thumbnail img {
    max-width: 100%;
    height: auto;
}

.arendator .term-name a {
    display: table;
    font-weight: bold;
}
.arendator .tels a {display: table;}

.arendator .socsety .social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 5px;
}
.arendator .socsety .social-links a {
    display: flex;
    text-decoration: none;
}
.arendator .socsety .social-links a i:before {
    zoom: 200%;
    color: #ed1c24;
}
.arendator .socsety .social-links a:hover i:before {color: #363636;}

.arendator .socsety .social-links a.img-svg img {
    background: #ed1c24;
    width: 31px;
    height: 31px;
    padding: 5px;
    border-radius: 4px;
    opacity: 1;
    margin-top: 2px;
}
.arendator .socsety .social-links a.img-svg:hover img {background: #363636;}

.tabs-container {
    border: 2px solid #e2e2e2;
    margin-top: 70px;
    margin-bottom: 70px;
}
.tabs-container .tab-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tabs-container .tab-list .tab-button {
    padding: 20px;
    border: none;
    cursor: pointer;
    background: none;
    font-size: 16px;
    line-height: 1;
    color: #3d9bd1;
}
.tabs-container .tab-list .tab-button:hover {background: #ddd;}
.tabs-container .tab-list .tab-button.active {
    background: #ed1c24;
    color: white;
}
.tabs-container .tab-content {padding: 20px;}
.tabs-container .tab-content .tab-pane {display: none;}
.tabs-container .tab-content .tab-pane.active {display: block;}

.tabs-container .tab-content .tab-pane .group-items {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.tabs-container .tab-content .tab-pane .group-items.all-vid {
    position: relative;
    display: table;
    margin: auto;
}

.tabs-container .tab-content .tab-pane .group-items.all-vid .area-highlight {display: none;}
.tabs-container .tab-content .tab-pane .group-items.all-vid .area-highlight.visible {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tabs-container .tab-content .tab-pane .group-items.all-vid .area-highlight .highlight-path {
    fill: none;
    stroke: red;
    stroke-width: 2px;
}
.tabs-container .tab-content .tab-pane .group-items .tab-buttons-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.tabs-container .tab-content .tab-pane .group-items .tab-buttons-inner .tab-inner-button {
    padding: 10px;
    text-decoration: none;
    white-space: nowrap;
}
.tabs-container .tab-content .tab-pane .group-items .tab-buttons-inner .tab-inner-button:hover {background: #ddd;}
.tabs-container .tab-content .tab-pane .group-items .tab-buttons-inner .tab-inner-button.active {
    background: #ed1c24;
    color: white;
}
.tabs-container .tab-content .tab-pane .group-items .tab-panes-inner {flex-grow: 1;}
.tabs-container .tab-content .tab-pane .group-items .tab-panes-inner .tab-inner-pane {display: none;}
.tabs-container .tab-content .tab-pane .group-items .tab-panes-inner .tab-inner-pane.active {
    display: flex;
    flex-direction: column;
}
.tabs-container .tab-content .tab-pane .group-items.all-vid img,
.tabs-container .tab-content .tab-pane .group-items .tab-panes-inner .tab-inner-pane > img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin: auto;
}
.tabs-container .tab-content .tab-pane .group-items .tab-panes-inner .tab-inner-pane .arendators-list > h2 {
    margin-bottom: 30px;
    line-height: 1;
    font-size: 24px;
    font-weight: normal;
}
ul.arendators-items {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.arendators-items li {
    border: 1px solid #cecece;
    width: 100%;
    display: flex;
    gap: 30px;
    margin-bottom: 5px;
    font-size: 14px;
    background: #fff;
    align-items: center;
    padding: 15px;
}
ul.arendators-items li:hover {
    background: #aee739;
    border: 1px solid #d83434;
}
ul.arendators-items li .arendator-number {
    display: flex;
    width: 100px;
}
ul.arendators-items li img.wp-post-image {
    width: 120px;
    height: auto;
    max-height: 60px;
    object-fit: contain;
}
ul.arendators-items li .arendator-section {
    margin-left: auto;
    text-align: right;
    max-width: 30%;
}

.tabs-container .tab-content .tab-pane .group-items .tab-panes-inner .tab-inner-etag {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
}
.page-template-page-grany img.attachment-post-thumbnail {
    margin: 60px auto;
    display: table;
    width: 100%;
    max-width: 400px;
    height: auto;
}

h3.block-title {text-align: center;}

.storony {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.storony .block {
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}
.storony .block img {width: 100px;}

.cifry {
    display: flex;
    gap: 30px;
    width: 50%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 60px;
}
.cifry .block {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}
.cifry .block .row {
    color: #ed1c24;
    font-size: 30px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}
.cifry .block .row span:nth-child(2) {
    font-size: 16px;
    font-weight: 100;
}

.news-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
h2.block-title {
    text-align: center;
    font-size: 32px;
    line-height: 1;
    width: 100%;
}
.news-block .blog-post {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 40px;
}
.news-block .blog-post time {font-size: 12px;}
.news-block .blog-post a.blog-post-title {color: #3d9bd1;}
a.all-button-romb {
    display: flex;
    margin: 30px auto;
    background: url(/wp-content/themes/intentionally-blank/img/allnews.png) no-repeat center;
    width: 198px;
    height: 92px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    text-transform: lowercase;
    cursor: pointer;
}
a.all-button-romb.promo {background: url(/wp-content/themes/intentionally-blank/img/allpromoactions.png) no-repeat center;}
a.all-button-romb:hover {opacity: 70%;}

.promo-block.posts {
    align-items: center;
    gap: 0;
}
.promo-block.posts .post:nth-child(3) {
    padding-left: 130px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.home .content-page h1 {
    text-align: center;
    line-height: 1.3;
}
.arendator-images-grid {
    display: flex;
    flex-wrap: wrap;
}
.arendator-images-grid a {
    display: none;
    align-items: center;
    justify-content: center;
    flex: 0 0 20%;
    padding: 40px;
}
.arendator-images-grid a:nth-child(-n+15) {display: flex;}
.arendator-images-grid a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}
.home .content-page {
    margin-top: 100px;
    margin-bottom: 100px;
}
.sitemap-menu {
    display: flex;
    flex-wrap: wrap;
}