.price-table {
   /* background-color: #e7edf3*/
}
.price-table .item-price {
    background-color: #fff;
    -webkit-box-shadow: 4px 0 19px rgba(66, 78, 92, .35);
    box-shadow: 4px 0 19px rgba(66, 78, 92, .35);
    -webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s
}
.price-table .item-price:hover {
    -webkit-transform: translateY(-2%);
    -ms-transform: translateY(-2%);
    transform: translateY(-2%)
}
.price-table .item-price .head .name-wrap {
    color: #fff;
    background-color: #424e5c;
    position: relative;
    text-align: center;
    padding-top: 15px
}
.price-table .item-price .head .name-wrap h2 {
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 3px;
    letter-spacing: .3px;
    margin-bottom: 0; 
}
.price-table .item-price .head .name-wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    background-image: url(http://fidex.com.ua/demo/milness/demos/img/s1_triangle1.svg);
    background-size: contain;
    background-repeat: no-repeat
}
.price-table .item-price .head .price-wrap {
    color: #26a1e0;
    text-align: center;
    padding-top: 30px
}
.price-table .item-price .head .price-wrap p {
    font-weight: 300;
    font-size: 60px;
    margin-bottom: 0;
}
.price-table .item-price .head .price-wrap p span:first-child {
    font-weight: 600;
    font-size: 1.5rem;
    vertical-align: top;
    margin-right: 4px;
    line-height: 65px;
}
.price-table .item-price .head .price-wrap p span:last-child {
    margin-left: 5px;
    font-size: 1.125rem;
    font-weight: 400
}
.price-table .item-price .body ul li {
    text-align: center;
    color: #5c5757;
    font-size: 14px;
    font-weight: 400;
    padding-top: 11px;
    padding-bottom: 11px
}
.price-table .item-price .body ul li:nth-child(2n+1) {
    background-color: #f1f1f1
}
.price-table .item-price .body ul li:last-child {
    padding-top: 19px;
    padding-bottom: 19px
}
.price-table .most {
    background-color: #424e5c;
    position: relative
}
.price-table .most .head .name-wrap h2 {
    font-size: 17px;
    font-weight: 400
}
.price-table .most .head .price-wrap {
    padding-top: 15px;
    padding-bottom: 15px
}
.price-table .most .head .price-wrap p span:last-child {
    color: #e7edf3
}
.price-table .most .body ul li {
    color: #fafafa
}
.price-table .most .body ul li:nth-child(2n+1) {
    background-color: #37414d
}
.price-table .most:before {
    content: 'Most popular plan';
    display: block;
    background: #26a1e0;
    position: absolute;
    width: 100%;
    left: 0;
    top: -31px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 8px 5px
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


.btn {
    font-size: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding: 10px 30px 10px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    line-height: 21px;
    border: none
}
.btn:hover {
    color: #fff;
    text-decoration: none
}
.btn-dark {
    background-color: #424e5c
}
.btn-dark:hover {
    background-color: #26a1e0
}
.btn-blue {
    background-color: #26a1e0
}
.btn-blue:hover {
    background-color: #2291ca
}
@media only screen and (max-width: 992px) {

    .price-table .row .col-md-3:nth-child(-n+2) .item-price {
        margin-bottom: 40px
    }
    .price-table .row .head .name-wrap:after {
        height: 38px
    }
    .price-table .most:before {
        display: none
    }

}

@media only screen and (max-width: 768px) {
    .price-table .row .col-md-3 .item-price {
        margin-bottom: 40px
    }
    .price-table .row .col-md-3:last-child .item-price {
        margin-bottom: 0
    }
    .price-table .row .head .name-wrap:after {
        height: 30px;
        background-size: 100% 100%
    }
}




ol, ul {
	list-style: none;
  margin: 0;
  padding: 0;
}
