.topr-bulletin {
    display: flex;
    flex-wrap: wrap;
    background: #f8f8f8;
    border-radius: 20px;
    padding: 30px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.topr-pdf-general-info {
    flex-basis: 100%;
    background: #f8f8f8;
    border-radius: 20px;
    padding: 30px;
}

.topr-bulletin h2 {
    flex-basis: 100%;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.topr-bulletin h3 {
    font-size: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.topr-bulletin h4 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.topr-bulletin p {
    font-size: 20px;
}

.topr-meta {
    font-size: 18px;
}

.tendency-wrapp {
    font-size: 18px;
}

.tendency-meta {
    display: flex;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    align-items: center;
    margin-top:10px;
}

.tendency-meta svg {
    height: 60px !important;
    margin-right: 30px;
} 

.danger-ico {
    height: 140px;
}

.danger-level-wrapper {
    display:flex;
    align-items: center;
}

.danger-level {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
}

.avalanche-meta-info {
    display: flex;
    flex-basis: calc(50% - 10px);
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    flex-direction: column;
}

.avalanche-info-desc {
    display: flex;
    flex-basis: calc(50% - 10px);
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    flex-direction: column;
}

.avalanche-problems {
    display: flex;
    flex-basis: calc(60% - 10px);
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    flex-direction: column;
    margin-top: 20px;
}

.avalanche-comment {
    display: flex;
    flex-basis: calc(40% - 10px);
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    flex-direction: column;
    margin-top: 20px;
}

.avalanche-pdf {
    display: flex;
    flex-basis: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    flex-direction: row;
}

.avalanche-pdf a {
    border-radius: 12px;
    color: #fff;
    background-color: #19abff;
    margin-right: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.avalanche-pdf a:hover {
    color:#000;
}

.problem-list div:last-child {
    border: none !important;
}

.morning-problems, .afternoon-problems, .allday-problems {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #19abff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.period-group-ico {
    flex-basis: 30%;
    text-align: center;
}
.period-group-ico svg {
    height: 110px !important;
}

.problem-group {
    flex-basis: 70%;
}

.problem-icons {
    display: flex;
    align-items: center;
    margin-right: 30px;
    flex-shrink: 0;
    margin-bottom: 10px;
}

.problem-row {
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.problem-row:last-child {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.problem-meta {
    display: flex;
    flex-direction: column;
}

.problem-meta strong {
    margin-bottom: 0px;
    font-size: 17px;
}

.problem-meta span {
    font-size: 15px;
}

.problem-img {
    height: 80px !important;
    cursor: pointer;
    margin-right: 20px;
}

.problem-svg {
    max-width: 140px;
    overflow: hidden;
    margin-right: 12px;
    
}
.compass {
    cursor: pointer;
}
.problem-list .problem-svg:last-child {
    max-width: 80px;
    margin-right: 0;
}

.problem-svg svg {
    height: 80px !important;
}

.period-danger-info img {
    width: 120px;
    height: auto !important;
}
.period-danger-info {
    display: none;
}
.period-danger-info .danger-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}

.general-warning {
    display: flex;
    flex-basis: 100%;
    background: #19abff;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    flex-direction: column;
    margin-top: 20px;
}
.general-warning h4 {
    color: #fff;
}

.topr-bulletin-wrapper.two-regions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.topr-bulletin-wrapper.two-regions .topr-bulletin {
    flex-basis: calc(50% - 10px);
}

.topr-bulletin-wrapper.two-regions .avalanche-meta-info {
    flex-basis: 100%;
  }
.topr-bulletin-wrapper.two-regions .avalanche-info-desc {
    flex-basis: 100%;
    margin-top:20px;
  }
.topr-bulletin-wrapper.two-regions .avalanche-problems {
    flex-basis: 100%;
  }
.topr-bulletin-wrapper.two-regions .avalanche-comment {
    flex-basis: 100%;
  }

@media screen and (max-width: 1024px) {
  .avalanche-meta-info {
    flex-basis: 100%;
  }
  .avalanche-info-desc {
    flex-basis: 100%;
    margin-top:20px;
  }
  .avalanche-problems {
    flex-basis: 100%;
  }
  .avalanche-comment {
    flex-basis: 100%;
  }
  .topr-bulletin-wrapper.two-regions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
}

@media screen and (max-width: 768px) {
.page-id-10 .container {
    width: 1600px;
    max-width: 100vw;
    padding: 0;
}
  .topr-bulletin {
    padding:15px;
    max-width: 100%;
  }
  .topr-bulletin-wrapper.two-regions .topr-bulletin {
    flex-basis: 100%;
  }
  .morning-problems, .afternoon-problems, .allday-problems {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: solid 1px #19abff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
    .period-group-ico {
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
.period-danger-info {
        flex-basis: 100%;
        display: flex;
        flex-shrink: 1;
        margin-top: 20px;
        margin-bottom: 10px;
        max-width: calc(100vw - 50px);
        display: none;
}
.problem-group {
    flex-basis: 100%;
}
  .avalanche-meta-info {
    padding:15px;
  }
}

@media screen and (max-width: 480px) {
  .danger-level-wrapper {
    flex-direction: column;
  }
  .problem-row {
    flex-direction: column;
}
.problem-icons {
        flex-wrap: wrap;
        margin-right: 0;
        margin-bottom: 0px;
}
.problem-icons .problem-svg {
    flex-basis: calc(50% - 10px);
}
.problem-icons .problem-svg, .problem-icons .problem-img {
    margin-bottom: 10px;
    cursor: pointer;
    margin-right: 10px;
}
.problem-svg {
    max-width: 120px;
}
.problem-svg svg, .problem-img {
    height: 70px !important;
}
    .avalanche-pdf {
        flex-direction: column;
        align-items: center;
    }
    .avalanche-pdf a {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .avalanche-pdf a:last-child {
        margin-bottom:0 !important;
    }

}