:root{
    --e-global-color-primary: #121926;
    --e-global-color-secondary: #121926;
    --e-global-color-text: #121926;
    --e-global-color-accent: #004650;
    --e-global-color-ec0246e: #F89572;
    --e-global-typography-primary-font-family: "Noto Sans";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Noto Sans";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Noto Sans";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Noto Sans";
    --e-global-typography-accent-font-weight: 500;
}
.single-wolfs-page *, .single-wolfs-page *:before, .single-wolfs-page *:after {
    box-sizing: border-box;
}
.single-wolfs-header{
    background-color:#ECF1F2;
    padding:64px 15px 32px 15px;
    font-family:var(--e-global-typography-primary-font-family);
}
.single-wolfs-heading{
    max-width: 800px;
    margin:0 auto;
}
.single-wolfs-heading h1{
    font-size:24px;
    color: var(--e-global-color-primary );
    font-weight:var(--e-global-typography-primary-font-weight);
    margin:0;
}
.single-wolfs-heading h2{
    font-size:24px;
    font-weight:var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-secondary );
    font-size:16px;
    margin:0;
}
.single-wolfs-heading .list{
    display: flex;
    font-size: inherit;
    align-items: flex-start;
}
.list__icon svg {
    width: 1em;
    height: 1em;
    margin-top:5px;
}
.list__text{
    padding-left:5px;
}
.single-wolfs-body{
    padding:40px 0;
    max-width: 800px;
    margin:0 auto;
    font-family:var(--e-global-typography-primary-font-family);
}
@media(max-width:991px){
    .single-wolfs-body{
        padding:40px 15px;
    }
}
.single-wolfs h3{
    color: #1219268F;
    font-family:var(--e-global-typography-primary-font-family);
    font-size: 14px;
    font-weight:var(--e-global-typography-text-font-weight);
}
.single-wolfs-table table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}
.single-wolfs-table table th {
    font-size: 14px;
    padding: 8px;
    background-color: rgb(0, 70, 80);
    color: #fff;
    font-weight: 500;
}
.single-wolfs-table table td {
    border: 1px solid #e5e7eb;
    padding: 12px 8px;
}
.single-wolfs__item{
    text-align: left;
    flex-direction: row;
    display: flex;
    align-items: flex-start;
}
.item__icon {
    display: inline-flex;
    flex: 0 0 auto;
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: unset;
}
.item__icon_wrapper {
    font-size: 24px;
    padding: 13px;
    border-radius: 4px 4px 4px 4px;
    background-color: #ECF1F2;
    fill: #005C45;
    color: #005C45;
}
.item__content{
    flex-grow: 1;
}
.item__content_title{
    color: #1219268F;
    font-size: 14px;
    font-weight:var(--e-global-typography-text-font-weight);
}
.item__content_description {
    font-weight:var(--e-global-typography-text-font-weight);
    margin:0;
}
.single-wolfs{
    display:grid;
    gap:15px;
    /* grid-template-columns: 1fr 1fr; */
    margin-top:30px;
}
.single-wolfs-gallery,
.single-wolfs-map{
    margin-top:30px;
}
.single-wolfs-map iframe{
    width:100%;
    height:550px;
    margin-top:30px;
}

.image-popup-vertical-fit img{
    width: 75px;
    aspect-ratio: auto 75 / 75;
    height: 75px;
    overflow-clip-margin: content-box;
    overflow: clip;
    border: 0;
}
table.attacket-animals {
    border: 1px solid #dfdfdf;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.attacket-animals tr {
border-bottom: 1px solid #ddd;
}
table.attacket-animals tr:nth-child(odd) {
    background-color: #fff;   
}
table.attacket-animals th,
table.attacket-animals td{
    border: 1px solid #ddd;
    border-collapse: collapse;
    padding:5px
}
.table-responsive {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}