/* Minification failed. Returning unminified contents.
(198,27): run-time error CSS1039: Token not allowed after unary operator: '-searchFormH'
 */
/* iCheck plugin Square skin, red
----------------------------------- */
.icheckbox_square-red,
.iradio_square-red {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../Content/red.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-red {
    background-position: 0 0;
}
    .icheckbox_square-red.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-red.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-red.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-red.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-red {
    background-position: -120px 0;
}
    .iradio_square-red.hover {
        background-position: -144px 0;
    }
    .iradio_square-red.checked {
        background-position: -168px 0;
    }
    .iradio_square-red.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-red.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-red,
    .iradio_square-red {
        background-image: url(../Content/red2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
body {
    margin: 0;
}

.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

.fullSize {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    min-width: 220px;
    min-height: 220px;
}


.selectContainer {
    font-family: A1Sans-Regular, A1Sans-Regular-IE;
    display: inline-block;
    min-width: 211px;
    z-index: 100;
    padding-left: 10px;
}

.cbContainer {
    display: inline-block;
}

.search-form {
    width: 920px;
    min-width: 300px;
    position: fixed;
    top: 21px;
    left: 20px;
    display: inline-block;
    padding: 10px;
    border: 1px solid #BCBCBC;
    border-radius: 8px;
    background: rgba(255,255,255,1);
}
.search-form {
    position: fixed;
    top: 21px;
    left: 10px;
    right: 10px;
    width: auto !important;
    box-sizing: border-box;
    z-index: 50006; /* выше карты */
}

.search-btn {
    margin-left: 3px;
    display: inline-block;
    background-color: #DA291C;
    color: #FFFFFF;
    padding: 5px 5px;
    z-index: 5;
    width: 60px;
    text-align: center;
    border: 1px solid #DA291C;
    border-radius: 5px;
    font-family: A1Sans-Regular, A1Sans-Regular-IE;
}

    .search-btn:hover {
        background-color: #ab2016;
        border: 1px solid #ab2016;
    }

.search-input {
    padding: 5px 5px;
    display: inline-block;
    min-width: 100px;
    border: 1px solid darkgrey;
    border-radius: 5px;
    font-family: A1Sans-Regular, A1Sans-Regular-IE;
    z-index: 5;
}

    .search-input::-webkit-input-placeholder {
        color: #BCBCBC;
        font-family: A1Sans-Regular, A1Sans-Regular-IE;
    }

    .search-input:-moz-placeholder {
        /* FF 4-18 */
        color: #BCBCBC;
        opacity: 1;
        font-family: A1Sans-Regular, A1Sans-Regular-IE;
    }

    .search-input::-moz-placeholder {
        /* FF 19+ */
        color: #BCBCBC;
        opacity: 1;
        font-family: A1Sans-Regular, A1Sans-Regular-IE;
    }

    .search-input:-ms-input-placeholder {
        /* IE 10+ */
        color: #BCBCBC;
        font-family: A1Sans-Regular, A1Sans-Regular-IE;
    }

    .search-input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #BCBCBC;
        font-family: A1Sans-Regular, A1Sans-Regular-IE;
    }

    .search-input::placeholder {
        /* modern browser */
        color: #BCBCBC;
        font-family: A1Sans-Regular, A1Sans-Regular-IE;
    }

.lpCCntM {
    font-family: A1Sans-Regular, A1Sans-Regular-IE;
    min-width: 220px;
    width: 220px;
    position: fixed;
    top: 21px;
    right: 10px;
    display: inline-block;
    padding: 0;
    border: 1px solid #BCBCBC;
    border-radius: 8px;
    background: rgba(255,255,255,1);
}

.lpCCntM {
    right: 10px;
    top: calc(21px + var(--searchFormH, 60px) + 10px) !important;
    z-index: 50004;
}


    .lpCCntM .lpCCnt {
        padding: 10px 10px 0px 10px;
    }

    .lpCCntM .lprCnt {
        padding: 5px 10px 1px 16px;
        background: #F0F0F0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .lpCCntM .lpRow {
        margin-bottom: 8px;
    }

    .lpCCntM .lbCBox {
        display: inline-block;
        height: 30px;
        width: 30px;
        margin-left: 6px;
        position: relative;
    }

    .lpCCntM .lbCDesc {
        padding: 3px 0;
        font-size: 12px;
        margin-top: 4px;
        display: none;
    }

    .lpCCntM .lbName {
        font-size: 13px;
        position: relative;
        vertical-align: top;
        left: 50px;
        line-height: 18px;
    }

    .lpCCntM .lbMore {
        font-size: 10px;
        display: block;
        position: relative;
        left: 79px;
        color: #DA291C;
        cursor: pointer;
        user-select: none;
        padding: 3px;
    }

        .lpCCntM .lbMore.lbMoreMin::after {
            content: '▼';
            margin-left: 2px;
        }

        .lpCCntM .lbMore.lbMoreOpen::after {
            content: '▲';
            margin-left: 2px;
        }

    .lpCCntM .lbCvr {
        font-size: 13px;
    }

        .lpCCntM .lbCvr label {
            display: table-cell;
            padding-left: 8px;
            line-height: 15px;
        }

    .lpCCntM .lbCvrC {
        display: table-cell;
        vertical-align: middle;
    }

.cbContainer label {
    vertical-align: middle;
}

.iradio_square-red {
    margin-left: 5px;
    margin-right: 1px;
}

.a-desc-link {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../Content/link.png');
    background-size: 18px 18px;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 9px;
    margin-bottom: 4px;
    cursor: pointer;
}

.a-close-link {
    position: absolute;
    top: 4px;
    right: 4px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==') center center no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    opacity: .3;
}

.a-close-link:hover {
    opacity: 1;
}

@font-face {
    font-family: 'A1Sans-Regular';
    src: url('../fonts/A1Sans-Regular/A1Sans-Regular.woff') format('woff'), url('../fonts/A1Sans-Regular/A1Sans-Regular.woff2') format('woff2'), url('../fonts/A1Sans-Regular/A1Sans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'A1Sans-Regular-IE';
    src: url('../fonts/A1Sans-Regular/A1Sans-Regular.eot?');
    font-style: normal;
}

@media (min-width:950px) {
    .search-input {
        width: calc(100% - 600px);
    }

    .search-form {
        right: 240px;
        width: auto;
    }
}

@media (min-width:580px) and (max-width:950px) {
    .search-input {
        width: calc(100% - 90px);
    }

    .search-form {
        right: 240px;
        width: auto;
    }

    .selectContainer {
        position: fixed;
        padding: 5px;
        border: 1px solid #BCBCBC;
        border-radius: 8px;
        background: rgba(255,255,255,1);
        top: auto;
        bottom: 50px;
        left: 20px;
    }
}

@media (min-width:348px) and (max-width:580px) {
    .search-input {
        width: calc(100% - 75px);
    }

    .search-form {
        right: 8px;
        width: auto;
    }

    .selectContainer {
        position: fixed;
        padding: 5px;
        border: 1px solid #BCBCBC;
        border-radius: 8px;
        background: rgba(255,255,255,1);
        top: auto;
        left: 20px;
    }

    .lpCCntM {
        left: 20px;
        right: auto;
        top: auto;
        bottom: 96px;
        width: 293px;
    }
}

@media (min-width:0px) and (max-width:348px) {
    .search-input {
        width: calc(100% - 75px);
    }

    .search-form {
        min-width: 220px;
        width: auto;
        right: 8px;
    }

    .selectContainer {
        position: fixed;
        padding: 5px;
        border: 1px solid #BCBCBC;
        border-radius: 8px;
        background: rgba(255,255,255,1);
        top: auto;
        left: 20px;
        overflow: hidden;
        min-width: 324px;
    }

    .lpCCntM {
        left: 20px;
        right: auto;
        top: auto;
        bottom: 116px;
        width: calc(100% - 21px);
    }
}

@media (min-width:0px) and (max-width:580px) {
    .search-input {
    }



    .search-form {
        top: 6px;
        left: 6px;
        padding: 6px;
    }

    .selectContainer {
        left: 6px;
        top: 54px;
        font-size: 13px;
        overflow: hidden;
    }

    .lpCCntM {
        left: 6px;
        bottom: 37px;
        max-height: 315px;
        width: 200px;
        overflow: auto;
    }

        .lpCCntM .lpCCnt {
        }

        .lpCCntM .lprCnt {
        }

        .lpCCntM .lbMore {
            left: 50px;
            width: 70px;
            padding: 6px 8px 4px 0px;
        }

    .iradio_square-red {
        margin-left: 3px;
        width: 16px;
        height: 16px;
        -webkit-background-size: 160px 16px;
        background-size: 160px 16px;
    }

    .iradio_square-red {
        background-position: -80px 0;
    }

        .iradio_square-red.hover {
            background-position: -96px 0;
        }

        .iradio_square-red.checked {
            background-position: -112px 0;
        }

        .iradio_square-red.disabled {
            background-position: -128px 0;
            cursor: default;
        }

        .iradio_square-red.checked.disabled {
            background-position: -144px 0;
        }

    .a-desc-link {
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
        margin-right: 4px;
    }

    .cbContainer label {
        vertical-align: inherit;
    }

    .a-close-link {
    }
}

.lds-ring {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #616161;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #616161 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.ballon-content {
    text-align: center;
    font-family: A1Sans-Regular, A1Sans-Regular-IE;
    width: auto;
    min-width: 182px;
    min-height: 40px;
}

    .ballon-content div.title {
        font-size: 13px;
        font-weight: bold;
        padding-right: 25px;
        border-bottom: 1px solid #ededed;
        padding-bottom: 3px;
        text-align: center;
        height: 44px;
    }

.downloadspeed-content {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
}

.downloadspeed-content .row span:first-child {
    color: #4f4c4c;
}

    .downloadspeed-content .header {
        text-align: center;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .downloadspeed-content .row {
        display: flex;
        justify-content: space-between;
    }

    .downloadspeed-content .table {
        display: flex;
        flex-direction: column;
        flex: 1 1 50%;
        background: #f1f1f1;
        border-radius: 10px;
        padding: 5px;
        font-size: 13px;
        min-width: 125px;
        line-height: 15px;
        height: fit-content;
    }


.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
    margin-right: 0px;
    padding-left: 10px;
}

#loader {
    z-index: 99999;
    background: #9b9b9b7e;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.content-wrapper {

    padding-right: 10px;
    display: flex;
}

.custom-solution {
    color: red;
    font-size: 12px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.content-wrapper::-webkit-scrollbar {
    width: 5px;
}

.content-wrapper::-webkit-scrollbar-thumb {
    background: #c8c8c4;
}

.content-wrapper::-webkit-scrollbar-corner {
    background: #000;
}

.error-msg {
    margin-right: 25px;
    min-width: 270px;
    display: flex;
    font-size: 12px;
}

.custom-solution {
    height: 3em;
}

    .error-msg a {
        color: red;
    }

@media (max-height: 457px) {
    .content-wrapper {
        max-height: 80px;
    }

    .custom-solution {
        line-height: 16px;
    }

    .ballon-content div.title {
        height: 32px;
        line-height: 14px;
    }
}

@media (min-height: 457px) and (max-width: 579px) {
    .content-wrapper {
        max-height: 200px;
    }
}

@media (max-width: 579px) {
    body .ymaps-2-1-79-balloon__layout {
        overflow: hidden !important;
    }

    body .ymaps-2-1-79-balloon__content > ymaps {
        overflow: hidden !important;
        width: auto !important;
    }

    .downloadspeed-content {
        
    }

    .content-wrapper {
        overflow-y: auto;
    }

    .ballon-content {
        height: 100%;
        
    }

    .ymaps-2-1-79-balloon__content > ymaps > ymaps {
        height: 100%;
    }
}

    @media (min-width: 580px) {

        .error-msg {
            font-size: 13px;
            line-height: 18px;
        }

        .downloadspeed-content {
            gap: 10px;
        }

            .downloadspeed-content .table {
                line-height: 15px;
            }

        .ballon-content div.title {
            font-size: 16px;
            height: 40px;
        }

        .downloadspeed-content .table {
            font-size: 14px;
        }

        .custom-solution {
            font-size: 13px;
        }

    .ballon-content {
        width: auto;
        min-width: 355px;  

    }
}

.ymaps-2-1-79-balloon-pane {
    z-index: 50005 !important;
}

.lpCCntM {
    z-index: 50004;
}

@media (min-width: 580px) {
    .search-form {
        right: 10px !important;
    }
}

@media (min-width: 950px) {
    .search-form {
        right: 10px !important;
    }
}
