img.header-lang__flag {
    width: 20px;
}

.hero-item-bg{
    background-size: cover;

}
.hero-item-bg:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000047;
    z-index: -1;
}

.package-row::before{
    border: 0 !important;
}

.section-pagination .prev a, .section-pagination .last a{
    color: var(--white-1);
    background-color: var(--green-1);
}
.leadership-active__position{
    margin-bottom: 20px;
}
.modal-open .wrapper{
    z-index: unset;
}
html .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more{
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;

}
html .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more:before{
    content: "\e919";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    color: var(--brown-1);
}
html .ya-share2__title{
    color: var(--black-2);
    font-family: "Bebas Neue Pro Expanded";
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 130%;
}
html .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more{
    background: none;
    border: 0;
    padding: 0 !important;
}

.about .section-text p{
    margin-bottom: 10px;
}

.hero-frames span::before {
    background-image: url("../images/vector.svg") !important;
}