
@media only screen and (max-width: 1800px){
    *{

    }
    .borderBlock{
        transform: scale(0.9);
        width: 106%;
        left: -3%;
        position: relative;
        top: -26px;
    }
}

@media only screen and (max-width: 1700px){
    *{

    }
    .borderBlock{
        transform: scale(0.85);
        width: 108%;
        left: -4%;
        position: relative;
        top: -48px;
    }
}

@media only screen and (max-width: 1500px){
    *{

    }
    .borderBlock{
        transform: scale(0.8);
        width: 110%;
        left: -5%;
        position: relative;
        top: -67px;
    }
}

@media only screen and (max-width: 1300px){
    *{

    }

    .container{
        transform: scale(0.8);
        width: 114% !important;
        max-width: none !important;
        left: -8%;
        position: relative;
    }

}

@media only screen and (max-width: 1100px){
    *{

    }
}

@media only screen and (max-width: 1000px){
    *{

    }
}

@media only screen and (max-width: 900px){
    *{

    }
}
@media only screen and (max-width: 690px){
    *{

    }
    .tabsOuter{
        padding:0px
    }
    .priceTable .td{
        font-size: 17px;
        padding: 10px 10px;
    }
    .tab-pane{
        background: rgba(144,144,144,0.6);
    }
    .logo{
        width: 90%;
    }
    .nav-link br{
        display:none;

    }
    .nav-link.active:before{
        content:"-";
        position:absolute;
        top: 24%;
        right: 5%;
        border-radius: 100%;
        background: #fff;
        width: 37px;
        height: 37px;
        text-align: center;
        display: block;
        line-height: 34px;
        font-size: 28px;
        text-indent: -1px;
    }
    .nav-link:before{
        content:"+";
        position:absolute;
        top: 24%;
        right: 5%;
        border-radius: 100%;
        background: #fff;
        width: 37px;
        height: 37px;
        text-align: center;
        display: block;
        line-height: 37px;
        font-size: 28px;
        text-indent: -1px;
        color:#000;
    }
    .nav-link{
        padding: 18px 52px 19px 18px;
        text-align:center;
        /* white-space: nowrap !important; */
        font-size: 12px;
        background: rgb(255,255,255,0.6);
        margin-top: 13px;
        text-transform: uppercase;
        font-weight: 600;
        color: #000;
        line-height: 45px;
        height: 76px;
        overflow: hidden;
        position: relative;
        text-align: left;
        padding-left: 12px;
    }
    .header{
        padding-top:0
    }
    .h_2, .h_3, .h_4{
        padding-top: 26px;
    }
    .h_3_ico img{
        width: 25px;
        left: 2px;
    }
    .h img{
        height:30px
    }
    .h_3{
        padding-left:0
    }
    .h_2{
        padding-left:0;

    }
    .filter{
        padding: 14px;
    }
    .filter select{
        width:100%
    }
    .filter .col{
        width:100%;
        display:block;
        flex-basis: auto;
    }
    .block_01{
        padding-top: 37px;
        text-align: center;
        font-size: 18px;
    }
    .container{
        transform: scale(1);
        width: 100% !important;
        max-width: none !important;
        left: auto;
        position: relative;
    }
    .priceTable span{
        border-bottom: 2px solid #fff;
    }
    .priceTable span:before{
        content:""
    }
    .priceTable{
        margin-top:0
    }
    .priceTable .td small{
        margin-top:10px;
        font-size: 12px;
    }
    .priceTd:before{
        content:"";
        position: absolute;
        border-bottom: 1px dashed #fff;
        width: 70%;
        height: 20px;
        left: 29px;
        z-index: -1;
    }
}







