.clearfix:after{
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
a{
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: none;
}
.price_table{
    width: 100%;
    color: #122d40;
}

.price_table p{
	padding: 0;
	margin: 0;
}
	
.price_table td{
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid #d4dde2;
    font-weight: 700;
    width: 25%;
}
.price_table_wp{
    background: #3d4250;
    box-sizing: border-box;
    padding: 40px 50px;
}
.pt_wp{
    box-sizing: border-box;
    background: #fff;
    padding: 25px 30px;
}
.price_table .pt_center td{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: #777a84;
    color: #fff;
}
.price_table .table_caption td{
    font-weight: 400;
    padding: 15px 0;
}
.price_table_tabs ul{
    float: left;
	padding-left: 0px;
}
.price_table_tabs ul li{
    list-style: none;
    float: left;
    margin-right: 10px;
}
.price_table_tabs ul li a{
    font-weight: 700;
    display: block;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    background: #edeeef;
    width: 104px;
    color: #000;
    text-align: center;
}
.price_table_tabs ul li .active{
    background: #f02036;
    color: #fff;
}
.price_btn{
    width: 250px;
    height: 50px;
    background: #ffaf00;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 35px;
    position: relative;
    float: right;
    color: #0e0b0c;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 52px;
}


.price_btn span{
    width: 22px;
    height: 24px;
    display: block;
    background: url("../images/ico5.png") no-repeat;
    position: absolute;
    top: 12px;
    left: 15px;
}
.price_table_tabs{
    margin-bottom: 20px;
}
.price_table tr{
    transition: .2s;
}
.price_table tr:hover{
    background: #ffaf00;
}
.price_table .table_caption:hover{
    color: #122d40;
    background: none;
}
.price_table .pt_center:hover{
    color: #122d40;
}
.pt_order a{
    background: #f02036;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    width: 150px;
    margin: 0 auto;
    padding: 7px 0;
    position: absolute;
    left: 50%;
    margin-left: -57px;
    top: 5px;
}
.pt_order a:hover{
    background: #166883;
}

.pt_order{
    position: relative;
}
.price_table tr:hover .pt_order p{
    display: none;
}
.pt_order a{
    display: none;
}
.price_table tr:hover .pt_order a{
    display: block;
}

.price_table_tabs .price_btn{
    background: #f02036;
    color: #fff;
}
.price_table_tabs .price_btn:hover{
    background: #166883;
}

.price_table_tabs .price_btn span{
    background: url("../images/ico5-1.png") no-repeat;
    overflow: hidden;
    color: rgba('255,255,255,0');
}
.p_btn_mob{
    display: none;
}
.pt_tab {
    display: none;
}
div.pt_tab:nth-child(2) {
    display: block;
}
/*modal*/

.arma_price .price_table td {

    width: 20%;

}
.p_btn_mob span {
    overflow: hidden;
    color: rgba(255,255,255,0);
}
@media (min-width: 767px) {
    .price_table_wp td:nth-child(4) {
       /* display: none; */
    }
}

----------------------------

@media only screen and (max-width: 1559px) {
}
@media only screen and (max-width: 1549px) {
    .price_table_wp{
        padding: 40px;
    }
    .price_table_tabs ul li a{
        width: 100px;
        height: 40px;
        line-height: 42px;
    }
    .price_table_tabs .price_btn{
        height: 40px;
        line-height: 40px;
    }
    .price_table_tabs .price_btn span{
        top: 7px;
    }
}
@media only screen and (max-width: 1299px) {
    .price_table_tabs ul{
        margin-bottom: 20px;
    }
    .price_table_tabs .price_btn{
        float: left;
    }
}
@media only screen and (max-width: 1023px) {
    body {
    }
    .pt_order a {
        display: block!important;
        position: static;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
    }
    .pt_order P {
        display: block!important;
    }
}
@media only screen and (max-width: 767px) {
    .arma_price .price_table td:nth-child(3n-1){
        display: none;
    }
    .mob_hidden {
        display: none;
    }
    .price_table_tabs{
        display: none;
    }
    .p_btn_mob{
        display: block;
        margin: 0 auto;
        float: none;
        margin-top: 20px;
    }
  /*  .price_table tr td:nth-child(1){
        display: none;
    } */
    .pt_wp{
        padding: 0;
    }
    .price_table_wp{
        padding: 0;
    }
}
@media only screen and (max-width: 479px) {
    .p_btn_mob{
        margin-bottom: 30px;
    }
}

