.window {
    max-height: 25em;
    overflow: auto;
    width: 100%;
    /* max-width: 100%; */
    /* border-bottom: 1px dashed lightgray; */
    /* border-top: 1px dashed lightgray; */
}

.window.c-faq__item {
    padding-top: 1em;
}

.thing {
    display: flex;
    margin: 15px 5px;
}

.thing span {
    padding: 0 1em;
}

.thing span:nth-child(1) {
    font-weight: bold;
    padding: 0 1.5em 0 0;
    width: 4em;
    flex-shrink: 0;
}

.thing span:nth-child(3) {
    width: 60%;
    flex-shrink: 0;
}

.thing span:nth-child(2) {
    min-width: 10em;
}

.kotel p {
    font-weight: 600;
    font-size: 1.3em;
    margin: 0em 0 1em;
}

.c-page-description {
    padding: 0em 1em 1em 0;
}

.mt-20 {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .window.c-faq__item {
        padding: 0.11em;
    }
    .thing {
        flex-wrap: wrap;
    }
    .thing span:nth-child(1) {
        text-align: center;
        margin-top: 10px
    }
    .thing span {
        /* margin-top: 10px; */
        width: 100%;
    }
}

.spoiler-trigger {
    color: #0b70db;
    text-decoration: none;
    padding-left: 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAANUlEQVQoU2PkLrj9n4EAYAQp+jpBlRGXOpA8hiJ0TaQrwuY2kDNINwnmcKLchO5LuHWEwgkAlO5FBwhFaI8AAAAASUVORK5CYII=) no-repeat 0 50%;
    cursor: pointer;
}

.spoiler-trigger.active {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKklEQVQoU2PkLrj9n4EAYAQp+jpBlRGXOpA8DRRhcxvIGTSyjqDvCIUTAEcINQcERZkIAAAAAElFTkSuQmCC);
}

.spoiler-trigger>span {
    border-bottom: 1px dashed #0b70db;
    padding: 0 3px;
}

.spoiler-trigger:hover>span {
    border-bottom-style: solid;
}

.spoiler-block {
    display: none;
}


/* Р А С Ч Е Т  С Т О И М О С Т И  */


/* Р А С Ч Е Т  С Т О И М О С Т И  */

.calculate .calculation-table {
    margin-bottom: 65px;
}

.calculate .calculation-table {
    margin-bottom: 65px;
}

.calculate .calculation-table form {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 50px;
    background-color: #fafafa;
    border: 1px solid #e0e0e1;
}

.calculate .calculation-table .title-form {
    text-align: center;
}

.calculate .calculation-table .calculate-blocks {
    margin-top: 40px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.calculate .calculation-table .calculate-blocks>div:first-child {
    margin-bottom: 25px;
}

.calculate .calculation-table .calculate-blocks>div {
    width: 33%;
    max-width: 280px;
}

.calculate .calculation-table .calculate-blocks * {
    font-size: 16px;
}

.calculate .calculation-table .calculate-blocks input,
.calculate .calculation-table .calculate-blocks select {
    padding: 15px 20px 14px;
    box-sizing: border-box;
    border: 1px solid #e0e0e1;
    background-color: #fff;
}

.calculate .calculation-table .calculate-button {
    text-align: center;
    margin-top: 50px;
}

.btn3 {
    text-transform: uppercase;
    color: #282828;
    /* font-family: Futura_book; */
    font-size: 13px;
    padding: 12px 40px 13px;
    border: 1px solid #fbb900;
    display: inline-block;
    transition: background-color .4s, color .4s, border-color .4s;
    background-color: #fbb900;
    border-radius: 2px;
}

.calculate .calculation-table .calculate-button>input {
    width: auto;
    cursor: pointer;
}

.title {
    overflow: hidden;
    font-size: 0;
    position: relative;
    z-index: 20;
}

.wrap-content {
    padding: 0 25px;
}

.calculate .calculation-results .results-table {
    border-collapse: collapse;
    margin-top: 30px;
}

.calculate .calculation-results .results-table thead {
    background-color: #f0f0f0;
}

.calculate .calculation-results .results-table * {
    font-size: 18px;
}

.calculate .calculation-results .results-table thead th {
    padding: 24px 0;
    text-align: center;
    border: 1px solid #e4e4e4;
}

.simple-page h3 {
    font-size: 26px;
    font-weight: 100;
    margin-bottom: 10px;
}

.calculate .calculation-results .results-table thead th {
    padding: 24px 0;
    text-align: center;
    border: 1px solid #e4e4e4;
}

.calculate .calculation-results .results-table tbody tr:nth-child(2n+1) {
    background-color: #fff;
}

.calculate .calculation-results .results-table tbody tr:nth-child(2n) {
    background-color: #fafafa;
}

.calculate .calculation-results .results-table tbody td:first-child {
    text-align: left;
    padding-left: 30px;
    border-left: 1px solid #e4e4e4;
}

.calculate .calculation-results .results-table tbody td {
    text-align: center;
    padding: 18px 0;
    border-right: 1px solid #e4e4e4;
}

.content {
    width: 100%;
    margin: 0 auto;
}

table {
    width: 100%;
}

.calculation-results .mobile {
    display: none;
}

.accent {
    color: white;
    background: #333;
    padding: 0.4em 0.7em;
    border-radius: 4px;
}

.language {
    display: inline-flex;
    /* flex-wrap: wrap; */
    width: auto;
}

.language img {
    height: 2em;
}

.language>div {
    margin: 0.5em 1em 0.5em 0;
    cursor: pointer;
}


/* Р А С Ч Е Т  С Т О И М О С Т И  */


/* Р А С Ч Е Т  С Т О И М О С Т И  */


/* ––––––––––––––––––––––––––––––––––––––––––––– */

.apps a:hover {
    filter: brightness(100);
}

.apps a {
    width: 35%;
    display: block;
    margin-top: 2em;
    margin-left: -10px;
    margin-right: 5px;
}

.page__bottom-navigation {
    display: block;
}

.c-navigation__menu,
.apps {
    display: none;
}

.table span::before,
.table b::before {
    /* content: attr(data-lang) "="; */
    /* font-weight: 600; */
    /* display: contents; */
    /* cursor: text; */
}

.language.mob {
    display: none;
}


/* номер телефона в шапку в мобилке
 */


/* 
.o-sidebar__btn .c-call-btn::after {
    content: '093 145-08-80';
} */

@media (min-width: 1280px) {
    .page__bottom-navigation {
        display: none;
    }
    .c-navigation__menu {
        display: block;
    }
    .apps {
        display: flex;
    }
}

@media (max-width: 768px) {
    .mobile-menu .language {
        margin: 0px 28px;
    }
    .mobile-menu .language img {
        height: 1.8em;
    }
    .c-home__content {
        /* padding-bottom: 0.7em; */
    }
    .desktop {
        display: none;
    }
    .calculate .calculation-table .calculate-blocks {
        flex-direction: column;
        width: auto;
    }
    .calculate .calculation-table .calculate-blocks,
    .calculate .calculation-table .calculate-blocks>div,
    .calculate .calculation-table .calculate-blocks>div>label {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .calculate .calculation-table .calculate-blocks>div {
        width: auto;
        margin-bottom: 25px;
    }
    .calculate .calculation-table .calculate-button {
        margin-top: 0;
    }
    .wrap-content {
        padding: 0;
    }
    .calculation-results .mobile {
        display: block;
    }
    .results-table {
        display: none;
    }
    .calculation-results .mobile>div .name_fuel {
        font-weight: 600;
        display: block;
        margin-top: 1.5em;
    }
    .calculation-results .mobile .value_fuel,
    .calculation-results .mobile .sum_fuel,
    .calculation-results .mobile .all_price {
        font-weight: 600;
    }
    #min_power-mobile {
        font-weight: 600;
    }
    .o-sidebar__inner {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .o-sidebar__btn {
        display: block;
    }
    .language.mob {
        display: block;
        position: absolute;
        right: 0;
        top: 4em;
        z-index: 3;
        opacity: 0.6;
        cursor: pointer;
    }
    .language.mob img {
        border-radius: 7px;
    }
    .c-home__phone {
        display: inline-block;
        margin: 1em auto;
        border: 2px solid;
        padding: 0.6em 1em;
        clear: both;
        border-radius: 58px;
    }
}