/*
	Theme Name: Penta4people
	Theme URI: https://studiotem.com/
	Author: Studio TEM
	Author URI: https://studiotem.com/
	Description: Custom theme developed by Studio TEM
	Version: 1.0.5
	License: GNU General Public License v2 or later
	Text Domain: Penta4people
	Tags: custom-design, custom-backend, simple-administration
*/

/* .mainpage-content .content__img {
    object-fit: contain !important;
} */

.detail__popup .new-sharer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Georgia;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    min-height: 52px;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 16px 22px;
    border: 1px solid #88D1F2;
	color: #212529; }
.detail__popup .new-sharer .icon {
    fill: #88D1F2;
    margin-right: 11px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 15px;
    height: 15px;
}
.detail__popup .new-sharer:hover {
    color: #88D1F2;
}

.content__block .block-item__wrapp:nth-child(n+31) .item__place {
    display:none;
}

/*.mainpage-selects { display: none; }*/
/*.home .minulepage-content .content__container .content__title > h2 { display:none; }*/

.index-page .hero .slider__text, .index-holos-page .hero .slider__text {
    max-width: 568px;
}

.popup__info {
    z-index: 9999 !important;
}