

/* Start:/local/templates/megawatt/css/service.css?177029599012020*/
.h3 {
    color: var(--black, #000);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}
.tab-list--full {
    margin-bottom: -20px;
    overflow: auto hidden;
    white-space: nowrap;
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1);
    padding: 0 calc((100vw - 100%) / 2) 20px;
    flex-shrink: 0;
}
.service-spoiler-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    counter-reset: spolier;
    /*opacity: 0;*/
}
.service-spoiler {
    width: calc(50% - 16px);
    padding: 16px;
    border-radius: 32px;
    border: 1px solid var(--gray, #EAECEC);
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0 8px;
    cursor: pointer;
    transition: background .4s;
}
.service-spoiler::before {
    content: "0"counter(spolier);
    counter-increment: spolier 1;
    width: 52px;
    height: 52px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--gray, #EAECEC);
    transition: .4s;
}
.service-spoiler:nth-child(9) ~ .service-spoiler::before {
    content: counter(spolier);
}
.service-spoiler.open {
    background: var(--gray, #EAECEC);
    align-self: flex-start;
    cursor: unset;
}
.service-spoiler.open::before {
    background: var(--white, #FFF);
}
.service-spoiler.open .service-spoiler-more svg {
    transform: rotate(45deg);
}
.service-spoiler-content {
    flex: 1;    
    padding: 11px 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
}
.service-spoiler-hide {
    display: none;    
}
.service-spoiler-text {
    margin: 24px 0;    
}
.service-spoiler-title:last-child {
    margin-bottom: 0;
}
.service-spoiler-bottom {
    margin-top: auto;    
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
}
.service-spoiler-more {
    width: 52px;
    height: 52px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid var(--biryuza-60, rgba(0, 130, 144, 0.60));
    cursor: pointer;
}
.service-spoiler-more svg {
    transition: .4s;
}
.blue-important {
    display: grid;
    grid-template-columns: calc(50% - 16px) calc(50% - 16px);
    padding: 24px;
    border-radius: 32px;
    background: var(--blue, #BDE2EE);
    gap: 32px;
}
.blue-important--column {
    grid-template-columns: 100%;
}
.blue-important-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.blue-important-ico {
    width: 52px;
    height: 52px;
}
.flex-1 {
    flex: 1;
}
.service-spoiler-content ul,
.blue-important ul,
.ul-normal ul {
    margin-left: 20px;
}
.service-table {
    width: 100%;
    padding: 8px;
    border-radius: 18px;
    background: var(--gray, #EAECEC);
    overflow: clip;
}
.service-table table {
    position: relative;
    width: 100%;    
    border-collapse: collapse;
}
.service-table thead {
    position: sticky;
    z-index: 2;
    top: 96px;
    line-height: 1;
}
.service-table thead::before {
    content: '';
    display: block;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    position: absolute;
    bottom: -8px;
    left: -8px;
    z-index: -1;
    background: var(--gray, #EAECEC);
    border-radius: 18px;
}
.service-table thead::after {
    content: '';
    display: block;
    width: calc(100% + 20px);
    height: 116px;
    position: absolute;
    bottom: calc(100% - 16px);
    left: -10px;
    z-index: -2;
    background: var(--white, #FFF);
}
.service-table th {
    text-align: left;
    position: relative;
    z-index: 1;
    line-height: 125%;
    font-weight: 500;
    width: 148px;
}
.service-table th:first-child {
    border-radius: 16px 0 0 16px;
    width: 70%;
}
.service-table th:last-child {
    border-radius: 0 16px 16px 0;
}
.service-table th,
.service-table td {
    padding: 16px;
    border: 1px solid var(--gray, #EAECEC);
    background: var(--white, #FFF);
}
.service-table tbody::before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background: var(--gray, #EAECEC);
}
.service-table tbody tr:first-child td:first-child {
    border-radius: 16px 0 0 0;
}
.service-table tbody tr:first-child td:last-child {
    border-radius: 0 16px 0 0;
}
.service-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
}
.service-table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
}
.service-table td {
    text-align: center;
    line-height: 0;
}
.service-table td:first-child {
    text-align: left;
    line-height: 125%;
}
.service-y path {
    fill: var(--biryuza, #008290)
}
.service-n path {
    fill: var(--error, #EA5B0C)
}
.service-table-legend {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;    
    gap: 16px;
}
.service-table-legend-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;    
    gap: 8px;
}
.kso-title {
    text-align: center;    
}
.kso-grid {
    display: grid;
    grid-template-columns: calc(50% - 16px) calc(50% - 16px);
    grid-template-rows: auto 1fr;
    gap: 32px;
    counter-reset: kso;
}
.kso-list {
    padding: 24px;
    border-radius: 32px;
    background: var(--white, #FFF);
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 24px;
}
.kso-list--row-2 {
    grid-row: 1 / 3
}
.kso-image {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
}
.kso-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 32px;
}
.kso-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.kso-top::before {
    content: counter(kso);
    counter-increment: kso 1;
    width: 52px;
    height: 52px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--gray, #EAECEC);
    transition: .4s;
}
.kso-list .spoiler-name {
    padding: 0;    
}
.section-bottom-service {
    display: grid;
    /*grid-template-columns: 26% 1fr 189px;  */
    grid-template-columns: 26% 1fr 0;
    gap: 30px;
    margin: -40px -40px -40px 0;
}
/*.section-bottom-service-text {
    padding-right: 40px;
}*/
.section-bottom-service-title,
.section-bottom-service-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.section-bottom-service-qr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;  
    flex-shrink: 0;
}
.section-bottom-service-qr img {
    width: 100%;
    height: auto;
}
.section-bottom-service-telegram {
    display: none;    
}
.section-pt0 {
    padding-top: 0 !important;    
}
.doc-item:first-child:last-child {
    margin-left: auto;    
}
@media (max-width: 1599px){
    .h3 {
        font-size: 20px;
    }
    .tab-list {
        gap: 32px;
    }
    .service-spoiler {
        width: 100%;
        padding: 12px;
        border-radius: 24px;
        gap: 0 6px;
    }
    .service-spoiler-content {
        padding: 9px 6px;
    }
    .service-spoiler::before,
    .service-spoiler-more {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }
    .service-spoiler-text {
        margin: 18px 0;    
    }
    .blue-important {
        gap: 24px;
        grid-template-columns: 100%;
    }
    .blue-important-ico {
        width: 44px;
        height: 44px;
    }
    .service-spoiler-content ul,
    .blue-important ul,
    .ul-normal ul {
        margin-left: 14px;
    }
    .kso-list {
        padding: 18px;
        border-radius: 24px;
    }
    .section-bottom-service {
        grid-template-columns: 1fr 189px;    
        gap: 18px;
        margin: -30px -30px -30px 0;
    }
    .section-bottom-service-title {
        grid-column: 1 / 2;
        align-items: flex-start;
        padding-top: 14px;
    }
    .section-bottom-service-text {
        padding-right: 0;
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        align-items: flex-end;
    }
    .section-bottom-service-qr {
        grid-row: 1 / 3;
    }
    .section-bottom-service-qr img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 1023px) {
    .kso-grid {
        grid-template-columns: 100%;
    }
    .kso-image {
        height: 328px;
    }
    .kso-image img {
        height: 100%;
    }
    .section-bottom-service {
        grid-template-columns: 1fr 189px;    
        gap: 18px;
        margin: -10px -10px -10px 0;
    }
}
@media (max-width: 767px){
    .h3 {
        font-size: 18px;
    }
    .tab-list {
        gap: 16px;
    }
    .service-spoiler {
        padding: 10px;
        border-radius: 18px;
    }
    .service-spoiler-content {
        padding: 7px 6px;
    }
    .service-spoiler::before,
    .service-spoiler-more {
        width: 34px;
        height: 34px;
        border-radius: 8px;
    }
    .service-spoiler-text {
        margin: 12px 0;    
    }
    .blue-important {
        gap: 16px;
    }
    .blue-important-title {
        gap: 12px;
    }
    .blue-important-ico {
        width: 34px;
        height: 34px;
    }
    .service-table thead {
        position: relative;
        top: 0;
    }
    .service-table tr {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 1px;
    }
    .service-table th,
    .service-table td {
        border: none;
        padding: 8px;
    }
    .service-table th {
        flex: 1;
    }
    .service-table th:first-child {
        display: none;
    }
    .service-table th:nth-child(2) {
        border-radius: 8px 0 0 8px;
    }
    .service-table th:last-child {
        border-radius: 0 8px 8px 0;
    }
    .service-table td {
        flex: 1;
        border-radius: 0 !important;
    }
    .service-table svg {
        width: 18px;
        height: 18px;
    }
    .service-table td:first-child {
        flex: 100%;
    }
    .service-table tbody {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: flex-start;
        flex-direction: column;
        gap: 1px;
        overflow: hidden;
        border-radius: 8px;
        margin-top: 8px;
    }
    .service-table tbody::before {
        display: none;
    }
    .service-table-legend {
        flex-direction: column;
        gap: 12px;
    }
    .service-table-legend-item {
        gap: 6px;
    }
    .service-table-legend-item svg {
        width: 18px;
        height: 18px;
    }
    .kso-image {
        height: 188px;        
    }
    .section-bottom {
        border-radius: 24px;
    }
    .section-bottom-service {
        grid-template-columns: 100%;    
        gap: 16px;
        margin: 0;
    }
    .section-bottom-service-title {
        padding-top: 0;        
    }
    .section-bottom-service-qr {
        display: none;
    }
    .section-bottom-service-telegram {
        display: block;
        padding-top: 4px;
    }
}
/* End */


/* Start:/local/templates/megawatt/components/bitrix/news.list/energy_first_block/style.css?1766397106150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/megawatt/components/bitrix/news/news_insert/bitrix/news.list/.default/style.css?1766397107150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/megawatt/components/bitrix/news.list/kso_tabs/style.css?1766666116219*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.slider-counter {
	right: 128px !important;
  top: 12px !important;
}
/* End */


/* Start:/local/templates/megawatt/components/bitrix/news.list/kso_steps/style.css?1766666116219*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.slider-counter {
	right: 128px !important;
  top: 12px !important;
}
/* End */


/* Start:/local/templates/megawatt/components/bitrix/news.list/energy_contacts/style.css?1766397106150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/megawatt/components/bitrix/news.list/home_events/style.css?1766397106150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/megawatt/components/bitrix/news.list/energy_catalogs/style.css?1766397106150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/megawatt/css/service.css?177029599012020 */
/* /local/templates/megawatt/components/bitrix/news.list/energy_first_block/style.css?1766397106150 */
/* /local/templates/megawatt/components/bitrix/news/news_insert/bitrix/news.list/.default/style.css?1766397107150 */
/* /local/templates/megawatt/components/bitrix/news.list/kso_tabs/style.css?1766666116219 */
/* /local/templates/megawatt/components/bitrix/news.list/kso_steps/style.css?1766666116219 */
/* /local/templates/megawatt/components/bitrix/news.list/energy_contacts/style.css?1766397106150 */
/* /local/templates/megawatt/components/bitrix/news.list/home_events/style.css?1766397106150 */
/* /local/templates/megawatt/components/bitrix/news.list/energy_catalogs/style.css?1766397106150 */
