@charset "utf-8";

.PriceContainer{padding: 96px 0;}
.PriceContainer table:nth-child(2n){background: #f9f9f9;}

.PriceContainer table{width:100%;border-collapse:collapse;}
.PriceContainer table thead tr{background:#2a8ae2;}
.PriceContainer table thead tr th{padding:20px 10px;color: #fff;font-size: 32px;line-height:120%;font-weight: 300;text-align: center;border:1px #fff solid;border-bottom: none;}
.PriceContainer table thead tr th span{display: block;font-size: 18px;}
.PriceContainer table tbody tr td{padding:10px 10px;color:#555;text-align:center;font-size:14px;line-height:22px;border: 1px #e1e6f7 solid;border-collapse: collapse;table-layout:fixed;}



@media screen and (max-width:1200px){

    .PriceContainer{padding:46px 0 60px;}
    .PriceContainer table thead tr th{font-size: 16px;padding:10px 10px;}
    .PriceContainer table thead tr th span{font-size: 14px;}
    .PriceContainer table tbody tr td{font-size: 12px;}
}
