.pop-up-fuels {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 50px;
    background: #808080ab;
    z-index: 3;
    display: none;
    cursor: pointer;
}

.pop-up-fuels.active {
    display: block;
}

.pop-up-fuels .pop-up-fuels_body {
    display: block;
    margin: 0 auto;
    max-width: 640px;
    background-color: #fff;
    padding: 20px;
    cursor: initial;
}

.price_class {
    text-decoration: underline;
    cursor: pointer;
}

.pop-up-fuels .close {
    position: relative;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin-left: auto;
}

.pop-up-fuels .close:before,
.pop-up-fuels .close:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #000;
    border-radius: 1px;
    top: 0px;
    box-shadow: 0 0 2px 0 #ccc;
}

.pop-up-fuels .close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -3px;
}

.pop-up-fuels .close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 7px;
}

.calculator__table {
    overflow-x: auto;
}

.calculator__table table {
    border-collapse: collapse;
    margin: 43px 0 48px;
    padding: 0;
    width: 100%;
    max-width: 635px;
    min-width: 500px;
}

.calculator__table table td, .calculator__table table th {
    text-align: center;
    border-right: 1px solid #ecebf0;
    width: 20%;
}

.calculator__table table th {
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 13px 0;
    background-color: #026bc7;
}

.calculator__table table td {
    padding: 13px 0;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #1a1a1d;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.calculator-history .calculator__btns .calculator__btn, .calculator-history .calculator__first, .calculator-history .calculator__table table {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.calculator__table table {
    margin-top: 5px;
    margin-bottom: 5px;
}


.calculator__table table thead th {
    width: 19%;
    max-width: 85px;
    padding: 10px 0px;
}

.calculator__table table tr:nth-child(2n) {
    background-color: #f5f5f5;
}

.calculator__table table, .calculator__table table tr {
    border: 1px solid #ecebf0;
}

.font-title-table {
    font-size: 18px;
}

.fuel-link {
    color: #2969b0;
    font-weight: bold;
    text-decoration: underline;
    transition: .2s ease-in-out;
}

.fuel-link:hover {
    color: #f44e2e;
}

.font10 {
    font-size: 12px;
}
