/* @media(max-width:1000px) {
    .footer__figure {
        display: none;
    }

    .footer__wrapper {
        padding: 0 0.75rem;
    }

    .footer__menu-list {
        display: block;
    }

    .footer__top{
        flex-wrap: wrap;
    }

    .footer__logo,
    .footer__menu {
        flex: 0 0 100%;
    }

    .footer__logo {
        padding: 20px 0;
    }

    .footer__container .container--custom {
        padding-left: 0;
        padding-right: 0;
    }

    .footer__bottom {
        flex-wrap: wrap;
        padding: 0 0 20px 0;
    }

    .footer__copyright {
        margin: 0 0 10px 0;
    }

    .footer__menu-item {
        margin: 0 0 10px 0;
    }

    .mob-none {
        display: none;
    }

    .header__logo,
    .header__menu {
        display: none;
    }

    .header-mob {
        display: block;
        flex: 0 0 100%;
    }

    .header-mob__logo {
        max-width: 160px;
        margin: 0 auto;
    }

    .header__menu-list {
        display: block;
    }

    .header-mob .header__menu-item a {
        font-family: var(--main-font-semi-bold);
        font-size: 16px;
        line-height: 20px;
        color: var(--color-blue);
        text-decoration: none;
    }

    .header-mob .header__menu-list li {
        margin: 0 0 10px 0;
    }

    .header__btn {
        width: fit-content;
    }

    .header-mob__side-panel {
        padding: 0.75rem;
        position: fixed;
        width: 100%;
        top: 62px;
        left: -100%;
        background: #fff;
        transition: 0.3s;
    }

    .header-mob__side-panel.header-mob__side-panel--opened {
        left: 0;
    }

    .header-mob__burger-wrapper {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .header-mob__burger {
        width: 40px;
        height: 28px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }

    .header-mob__burger-line:first-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #000;
        transition: 0.3s;  
    }

    .header-mob__burger-line:nth-child(2){
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        width: 100%;
        height: 2px;
        background: #000;   
        transition: 0.3s;
    }

    .header-mob__burger-line:last-child{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #000;   
        transition: 0.3s;
    }

    .header-mob__burger--active .header-mob__burger-line:first-child {
        transform: rotate(45deg);
        top: 13px;
        width: 80%;
    }

    .header-mob__burger--active .header-mob__burger-line:nth-child(2) {
        left: -100%;
    }

    .header-mob__burger--active .header-mob__burger-line:last-child {
        transform: rotate(135deg);
        bottom: 13px;
        width: 80%;
    }
    
    .main-slider__container {
        margin: 70px 0 0 0;
    }

    .main-slider-btn-next {
        right: 3px;
    }

    .main-slider-btn-prev {
        left: 3px;
    }

    .text-block--alt .text-block__container {
        margin: 40px 0;
    }

    .text-block__container{
        font-size: 16px;
    }

    .text-block__container p {
        padding: 0;
    }

    .faq__figure-top,
    .faq__figure-bottom {
        display: none;
    }

    .faq__container {
        padding: 20px 0.75rem;
        margin: 0 -0.75rem;
    }

    .faq__highlight::before {
        display: none;
    }

    .faq {
        margin: 0 0 40px 0;
    }

    .types-of-help__title {
        margin: 0 0 20px 0;
    }

    .types-of-help__title h2 {
        font-size: 28px;
    }

    .types-of-help__text {
        padding: 0;
    }

    .toh-top-block__item {
        margin: 0 0 20px 0;
    }

    .toh-top-block__container {
        margin: 0 0 20px 0;
    }

    .toh-bottom-block__figure-top,
    .toh-bottom-block__figure-bottom {
        display: none;
    }

    .toh-bottom-block__container {
        padding: 60px 0.75rem 0 0.75rem;
        margin: 0 -0.75rem;
    }

    .toh-bottom-block__item {
        margin: 0 0 60px 0;
    }

    .types-of-help__container {
        margin: 0 0 40px 0;
    }

    .team__item {
        flex-wrap: wrap;
    }

    .team__item-img,
    .team__item-content {
        flex: 0 0 100%;
    }

    .team__item-img {
        margin: 0 0 20px 0;
    }

    .team__item-img a {
        display: block;
        margin: 0 auto;
        width: fit-content;
    }

    .team__item-content {
        padding: 0;
    }

    .team__title h2, 
    .team__title h1 {
        font-size: 28px;
    }

    .team__item-name {
        font-size: 22px;
    }

    .story__figure-top,
    .story__figure-bottom {
        display: none;
    }

    .story__title h2 {
        font-size: 28px;
    }

    .story-slider__container {
        padding: 0 0.75rem;
    }

    .story__container {
        padding: 20px 0 40px 0;
        margin: 0 -0.75rem;
    }

    .story-slider-btn-next {
        right: 18px;
    }

    .story-slider-btn-prev {
        left: 18px;
    }

    .story {
        margin: 0 0 40px 0;
    }

    .partners__item:first-child,
    .partners__item:nth-child(2),
    .partners__item:nth-child(3),
    .partners__item:nth-child(4),
    .partners__item:last-child {
        grid-column: 1 / span 6;
    }

    .partners__title h2, 
    .partners__title h1 {
        font-size: 28px;
    }

    .material__figure-top,
    .material__figure-bottom {
        display: none;
    }

    .material__container {
        margin: 0 -0.75rem;
        padding: 20px 0.75rem;
    }

    .material__title h2 {
        font-size: 28px;
    }

    .material__title h2::before {
        display: none;
    }

    .material__title {
        margin: 0 0 20px 0;
    }

    .material__item {
        margin: 0 0 40px 0;
    }

    .material {
        margin: 0 0 20px 0;
    }

    .contacts__title {
        margin: 0 0 20px 0;
    }

    .contacts__title h2 {
        font-size: 28px;
    }

    .contacts__item {
        margin:0 0 20px 0;
    }

    .contacts__item-title {
        font-size: 22px;
    }

    .main-map__figure-top,
    .main-map__figure-bottom {
        display: none;
    }

    .main-map__container {
        padding: 20px 0.75rem;
        margin: 0 -0.75rem;
    }

    .main-map__title h2 {
        font-size: 28px;
    }

    .breadcrumbs__container {
        margin: 70px 0 0 0;
    }

    .inner-page-title h1,
    .types-of-help__title h1 {
        font-size: 28px;
    }

    .contacts__title h2,
    .contacts__title h1,
    .story-page-detail__title h1  {
        font-size: 28px;
    }

    .figure-block__top,
    .figure-block__bottom {
        display: none;
    }

    .figure-block__container {
        padding: 40px 0.75rem;
        margin: 0 -0.75rem;
    }

    .figure-block__holder {
        flex-wrap: wrap;
    }

    .figure-block__img,
    .figure-block__text {
        flex: 0 0 100%;
    }

    .figure-block__text {
        padding: 0;
    }

    .figure-block__img {
        margin: 0 0 20px 0;
    }

    .figure-block {
        margin: 0 0 40px 0;
    }

    .story-page-detail__video {
        border: none;
        margin: 0 0 40px 0;
        overflow: visible;
    }

    .img-block__top,
    .img-block__bottom {
        display: none;
    }

    .img-block__container {
        padding: 40px 0.75rem;
        margin: 0 -0.75rem;
    }

    .img-block {
        margin: 0 0 40px 0;
    }

    .img-block .swiper-slide img {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    .contacts__item-content {
        padding: 0 10px;
    }

    .story-slider__item {
        border-radius: 40px;
    }

    .story-slider__item-img img,
    .toh-top-block__img img,
    .toh-bottom-block__img img {
        max-height: 340px;
    }

    .story-page__item {
        margin: 0 0 60px 0;
    }
} */