/* Адаптив */

@media screen and (max-width: 1280px) {

    .page {
        min-width: auto;
        max-width: 100%;
    }
    .mainMenu a {
        font-size: 16px;
    }
    .mainheader a {
        font-size: 16px !important;
    }
    .mainheader {
        padding: 10px 30px 4px 10px;
    }
    p {
        font-size: 8px;
        line-height: 10px;
    }
    .foot .type_2 .column {
        padding-bottom: 80px;
    }
    h2.lang_bg {
        width: 320px;
    }
    .mainMenu .menu_lvl.lvl_2 a {
        font-size: 12px;
    }
    .foot .goto_map {
        font-size: 16px;
        margin-left: 0 !important;
        margin-bottom: 8px;
    }
    .breadcrumbs span.arrow {
        height: 32px;
        background-size: 38%;
    }
    .breadcrumbs .left {
        font-size: 28px !important;
        margin-top: 22px;
    }
    .visualMode .tabs li:first-child {
        position: initial;
    }
    .spoilerWrap .tabs {
        margin-top: 20px;
    }
    .visualMode .tabs li:first-child {
        position: initial;
    }
    .camp .info {
        width: 100%;
      //float: none;
    }

    .big_map .countries {
        right: -17px;
    }
    .big_map .countries .m > div {
        padding: 10px 36px;
    }
    .big_map .countries > div {
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        height: 184px;
        width: 560px;
    }
    .big_map .countries .l {
        display: none;
    }
    .big_map .countries .r {
        display: none;
    }
    .big_map .countries a {
        margin-bottom: 18px;
        border-bottom: 0;
        width: 110px;
        text-decoration: underline;
    }
    .big_map .camps_list {
        left: 30px;
    }
    .persons li {
        width: calc(100% / 6);
        margin: 0;
        box-sizing: border-box;
        padding: 2px !important;
    }
    .persons .person_photo {
        width: 100%;
        height: 155px;
    }
    .persons .person_photo img {
        width: 100%;
    }


}
