﻿.mainblock {
    text-align: center;
}

.mainblock .el {
    padding: 4px;
}

.mainblock .bl {
    border: 4px solid #e4e4e4;
    height: 150px;
    display: block;
    color: black;
    position: relative;
    text-decoration: none;
    transition: all 0.08s;
}

.mainblock .bl-txt {
    padding: 46px 0;
}

.mainblock .bl .lb {
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.mainblock .bl .lb-sub {
    padding: 2px 0;
    display: block;
}

.mainblock .bl .hov {
    opacity: 0;
    transition: all 0.1s;
    background-color: #0083c9;
    color: #fff;
    position: absolute;
    left: -3px;
    right: -3px;
    top: -3px;
    bottom: -3px;
}

.mainblock .bl .hov.bl-txt {
    padding: 56px 0;
    font-size: 15px;
    text-decoration: underline;
}

.mainblock .bl:hover .hov {
    opacity: 1;
}

.mainblock .bl.blue {
    color: #fff;
    background-color: #0083c9;
    border-color: #0083c9;
}

.mainblock .bl.blue:hover {
    background-color: #24a3e6;
    border-color: #24a3e6;
}

.mainblock .bl.gray {
    color: #4e4e4e;
}

.mainblock .bl.gray:hover {
    color: black;
    background-color: #9fd5f3;
    border-color: #9fd5f3;
}

.mainblock .tarif {
    padding: 4px 4px 0px;
    cursor: default;
}

.mainblock .tarif.act {
    border-color: #9772b9;
}

.mainblock .tarif:hover {
    border-color: #ad9abd;
}

.mainblock .tarif .opt {
    padding: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.mainblock .tarif .opt-el {
    line-height: 1.3em;
}

.mainblock .tarif .opt-el .num {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
}

.mainblock .tarif .opt-el.speed {
}

.mainblock .tarif .opt-el.price {
    color: #7d3fb6;
}

.mainblock .tarif .opt-lb {
    font-weight: 600;
    padding: 4px 0;
    font-size: 13px;
}

.mainblock .tarif .act {
    padding: 2px 0;
}

.mainblock .tarif .btn {
    font-size: 13px;
    margin: 0;
    padding: 6px 8px;
    text-transform: none;
}

.mainblock .tarif .act-a {
    color: #000;
}

.mainblock .tarif2 {
    padding: 8px 5px 8px 8px;
    cursor: default;
    text-align: left;
}

.mainblock .tarif2.act {
    border-color: #0083c9;
}

.mainblock .tarif2:hover {
    border-color: #87d5ff;
}

.mainblock .tarif2 .tt {
    line-height: 1.2em;
    min-height: 40px;
}

.mainblock .tarif2 .tt .title-a {
    color: #878787;
    text-decoration: underline;
}

.mainblock .tarif2 .opt {
    padding: 6px 0;
    line-height: 1.3em;
    font-size: 13px;
    margin-bottom: 8px;
}

.mainblock .tarif2 .opt .num {
    font-size: 22px;
    line-height: 22px;
}

.mainblock .tarif2 .action-row {
    padding: 2px 0;
    position: relative;
}

.mainblock .tarif2 .action-row .act-a {
    color: #0083c9;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}

.mainblock .tarif2 .action-row .act-a:hover {
    color: #5ac1f9;
}

.mainblock .tarif2 .action-row .tag-act {
    background-color: #0083c9;
    color: #fff;
    font-size: 13px;
    padding: 1px 3px;
    line-height: 13px;
    display: none;
    position: absolute;
    right: 0;
    top: 5px;
}

.mainblock .tarif2.act .action-row .tag-act {
    display: inline-block;
}

.page-main-icons {
    background-color: #e9eaeb;
    padding: 20px;
    text-align: center;
    color: #383838;
    margin: 36px 0 46px;
}

.page-main-icons .el {
    margin: 16px 20px;
}

.page-main-icons .el .img {
    padding: 8px 0;
    height: 70px;
    margin-bottom: 8px;
}

.page-main-icons .el .txt {
    padding: 4px 0;
}

.page-main-act-list {
    margin: 40px 0;
}

.page-main-act-row {
    background-color: #dcdcdc;
    margin: 30px auto;
    padding: 20px 0;
    width: 1500px;
    max-width: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-main-act-row .title {
    font-size: 24px;
    color: #000;
    margin: 24px 0;
}

.page-main-act-row .txt {
    color: #383838;
    font-size: 16px;
    line-height: 26px;
    margin: 24px 0;
    padding: 8px 0;
}

.page-main-act-row .act {
    margin: 16px 0;
}

.page-main-punktir-1 {
    height: 180px;
    background-repeat: no-repeat;
    background-position: top center;
    margin: -30px 0;
}

.page-main-gov-block {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-main-show-more {
    text-align: right;
    font-size: 18px;
    text-decoration: underline;
    color: #878787;
    margin: 30px 0;
}

@media (max-width: 992px) {
    .page-main-gov-space {
        display:none!important;
    }

    .page-main-gov-block {
        background: none!important;
    }
}
