.section-padding {
    padding: 60px 0;
}

#pricing .title {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

#pricing .title h3 {
    text-transform: uppercase;
    color: #137ED9;
    font-size: 1.5rem;
    margin-bottom: 0px;
}

#pricing .table {
    margin-top: 30px;
    padding-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#pricing .table .icon {
    padding-top: 30px;
}

#pricing .table .icon i {
    color: #137ED9;
    font-size: 42px;
}

#pricing .table .pricing-header {
    position: relative;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: currentcolor;
}

#pricing .table .pricing-header2 {
    position: relative;
    /*padding-bottom: 20px;*/
    text-align: center;
    border-top-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: currentcolor;
}

#pricing .table .pricing-header .price-value {
    font-size: 24px;
    color: #585b60;
    position: relative;
    text-align: center;
    font-weight: 700;
    line-height: 32px;
}

#pricing .table .pricing-header .price-value sup {
    font-size: 18px;
    font-weight: 500;
    top: -18px;
}

#pricing .table .pricing-header .price-value span {
    font-size: 14px;
    font-weight: 500;
}

#pricing .table .pricing-header2 .price-value {
    font-size: 24px;
    color: #585b60;
    position: relative;
    text-align: center;
    font-weight: 700;
    line-height: 32px;
}

#pricing .table .pricing-header2 .price-value sup {
    font-size: 18px;
    font-weight: 500;
    top: -18px;
}

#pricing .table .pricing-header2 .price-value span {
    font-size: 14px;
    font-weight: 500;
}

#pricing .table .description {
    text-align: center;
    padding: 0px 50px;
    margin-bottom: 20px;
    height: 200px;
    border-top: 1px solid currentColor;;

}

#pricing .table .description li {
    font-size: 14px;
    font-weight: 400;
    color: #7b7b7b;
    padding-bottom: 15px;
}
#pricing .table .description-с {
    text-align: left;
    padding: 0px 50px;
    margin-bottom: 20px;
    height: 200px;
}

#pricing .table .description-с li {
    font-size: 14px;
    font-weight: 400;
    color: #7b7b7b;
    padding-bottom: 15px;
}

#pricing .table:hover {
    background: #f8f9fb;
    box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}

#pricing #active-tb {
    background: #f8f9fb;
    box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}

#pricing .active {
    z-index: 99999;
}

/* Services Item */
.services-item {
    padding: 15px;
    border-radius: 4px;
    text-align: left;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.services-content .icon span {
    color: #137ED9;
}

.services-item .icon i {
    font-size: 42px;
    width: 42px;
    display: block;
    height: 42px;
    color: #137ED9;
}

.services-item .services-content h3 {
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #137ED9;
}

.services-item .services-content h3 a span{
    font-size: 15px;
    text-transform: uppercase;
    color: #137ED9;
}

.services-item .services-content h3 a:hover {
    color: #137ED9;
}

.pointer {
    cursor: pointer;
}