.astral {

}

.content ul.astral-list {
    list-style: none;
    padding: 15px 0 15px 0;
}

.content_sh_b_service .content ul.astral-list li {
    list-style: none;
    position: relative;
    padding: 0 0 0 66px;
    background: transparent;
    margin: 0 0 15px 0;
}
.content_sh_b_service .content ul.astral-list li span {
    font-weight: bold;
}
.content_sh_b_service .content ul.astral-list li:after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    background: url(../images/marker.png) no-repeat 0 0;
    top: 4px;
    left: 0;
}


.astral-advantage {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 40px 0 40px 0;
}
.astral-advantage-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px 0 75px;
    position: relative;
    margin: 0 0 20px 0;
}
.astral-advantage-image {
    position: absolute;
    top: 4px;
    left: 15px;
}
.astral-advantage-text {
    color: #1f1f1f;
    font-size: 14px;
    line-height: 20px;
}
.astral-advantage-title {
    font-weight: 700;
    padding-bottom: 15px;
}

.astral-dop {
    padding-bottom: 60px;
}
.astral-dop-td-1 {
    width: 70%;
    float: left;
    color: #5b5b5b;
    font-size: 14px;
}
.astral-dop-td-2 {
    width: 30%;
    float: left;
}
.astral-text-small {
    color: #707070;
    font-size: 12px;
    padding-bottom: 8px;
}
.astral-text-big {
    color: #82bd03;
    font-weight: 700;
    font-size: 24px;
}


.astral-calc {
    padding-bottom: 50px;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}
.astral-calc-col {
    width: 356px;
    box-shadow: 0 0 16px 3px rgba(59, 59, 59, 0.16);
    background-color: #ffffff;
}
.astral-calc-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    height: 59px;
    background-color: #82bd03;
    display: flex;
    align-items: center;
    justify-content: center;
}
.astral-calc-body {
    padding: 30px;
}
.astral-calc-list div {
    color: #5b5b5b;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 0 34px;
}
.astral-calc-list div:last-child {
    margin-bottom: 0;
}
.astral-calc-list div:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    background: url(../images/marker.png) no-repeat 0 0;
    background-size: cover;
    top: 0;
    left: 0;
}
.astral-calc-price {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    padding-bottom: 25px;
}
.astral-calc-price span {
    padding-left: 10px;
    color: #82bd03;
    font-size: 24px;
    font-weight: 700;
}
.astral-calc-button {
    padding: 25px 0 40px 0;
}
.astral-calc-button a {
    width: 97px;
    height: 37px;
    border-radius: 3px;
    background-color: #82bd03;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 37px;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
}
.astral-calc-options {
    width: 190px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.astral-calc-opt {
    width: 42px;
    height: 42px;
    border-radius: 20px;
    border: 1px solid #949494;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.astral-calc-opt.big {
    width: 76px;
    height: 42px;
    border-radius: 20px;
    border: 1px solid #949494;
}
.astral-calc-opt.active {
    border: 1px solid #82bd03;
}




