@charset "UTF-8";
/*
	Theme Name: Geoplast
	Author: Volodymyr Bartoshko
	Theme URI:
	Description: Custom WordPress theme for Geoplast project
	Version: 0.0.1
	Domain Path: /languages
*/
.post-title {
    margin-bottom: 30px;
}

body {
    min-height: 100dvh;
}

main {
    min-height: calc(100dvh - 120px);
}

@media (max-width: 480px) {
    main {
        min-height: calc(100dvh - 160px);
    }
}

.js-form-send {
    position: relative;
}
.thx {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: #fff;
}
.thx.active {
    opacity: 1;
    visibility: visible;
}


.news-load-more-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.load-more-news {
    cursor: pointer;
}

.new_card p {
    color: #121212;
}