/* lay: flex */

.Pln {
    padding-top: 7px;
    padding-bottom: 17px;
}

.Pln-content {
    padding-top: 27px;
    -webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
-ms-transition: padding .3s ease;
-o-transition: padding .3s ease;
transition: padding .3s ease;
}

.Pln-item {
    border: 1px solid #183A4D;
    -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;    padding: 16px 20px 4px;
    margin-bottom: 20px;

    -webkit-transition: padding .3s ease, margin .3s ease;
-moz-transition: padding .3s ease, margin .3s ease;
-ms-transition: padding .3s ease, margin .3s ease;
-o-transition: padding .3s ease, margin .3s ease;
transition: padding .3s ease, margin .3s ease;
}

.Pln-col {
    -webkit-transition: width .3s ease, left .3s ease, top .3s ease;
-moz-transition: width .3s ease, left .3s ease, top .3s ease;
-ms-transition: width .3s ease, left .3s ease, top .3s ease;
-o-transition: width .3s ease, left .3s ease, top .3s ease;
transition: width .3s ease, left .3s ease, top .3s ease;
}








    .Pln-item {
        display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-moz-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
    }
    .Pln-col {
        max-width: 25%;
        min-height: 205px;
        display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-box-pack: center;
-moz-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
    }


    .Pln-col[name="gallery"] {
        max-width: 24%;
    }

    .Pln-col[name="specification"] {
        max-width: 23%;
        padding: 5px;
    }
    .Pln-col[name="features"] {
        max-width: 26%;
    }
    .Pln-col[name="price"] {

    }




.Pln-specification {
    -padding-top: 5px;
}
.Pln-specification-title {
    position: relative;
}
.Pln-specification-title.ft-label-pane {
    padding: 4px 9px;
}

.Pln-item[num="1"] .Pln-specification-title {
    max-width: 230px;
    top: -1px;
    left: -2px;
}

.Pln-item[num="2"] .Pln-specification-title {
    max-width: 200px;
    top: 3px;
    left: -4px;
}

.Pln-specification-list {
    padding-top: 0px;
}

.Pln-item[num="1"] .Pln-specification-list {
    padding-top: 3px;
}

.Pln-item[num="2"] .Pln-specification-list {
    padding-top: 8px;
}

.Pln-specification-list-item {
    padding: 2px 0;
    /*padding-top: 4px;*/
}




.Pln-gallery {
    overflow: hidden;

    display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}

.Pln-gallery-view {
    -webkit-flex-grow: 1;
flex-grow: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;

    padding: 10px;
    cursor: pointer;

    -webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
-ms-transition: padding .3s ease;
-o-transition: padding .3s ease;
transition: padding .3s ease;
}



.Pln-gallery-list {
    padding-bottom: 15px;
    display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-moz-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.Pln-gallery-view {
    overflow: hidden;
}
.Pln-gallery-view IMG {
    max-width: 90%;
    max-height: 120px;
}

.Pln-gallery-thumb {
    position: relative;
    cursor: pointer;

    overflow: hidden;
    height: 60px;

    display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-box-pack: center;
-moz-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;

    -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;    border-width: 1px;
    border-style: solid;
    border-color: rgba(191,191,191,0);

    -webkit-transition: border-color .3s ease;
-moz-transition: border-color .3s ease;
-ms-transition: border-color .3s ease;
-o-transition: border-color .3s ease;
transition: border-color .3s ease;
}

.Pln-gallery-thumb:hover {
    border-color: rgba(191,191,191,0.5);
}

.Pln-gallery-thumb.-selected {
    border-color: rgba(191,191,191,1);
}

.Pln-gallery-thumb.-selected:hover {
    border-color: rgba(191,191,191,0.8);
}

.Pln-gallery-thumb IMG {
    max-height: 60px;
}





.Pln-features {
    position: relative;

}

.Pln-features-list {
    padding-top: 4px;
    -webkit-transition: padding .3s ease, top .3s ease, left .3s ease;
-moz-transition: padding .3s ease, top .3s ease, left .3s ease;
-ms-transition: padding .3s ease, top .3s ease, left .3s ease;
-o-transition: padding .3s ease, top .3s ease, left .3s ease;
transition: padding .3s ease, top .3s ease, left .3s ease;
}

.Pln-features-list-item {
    margin-bottom: 17px;
    -webkit-transition: margin .3s ease;
-moz-transition: margin .3s ease;
-ms-transition: margin .3s ease;
-o-transition: margin .3s ease;
transition: margin .3s ease;
}

.Pln-features-label {
    display: block;
    margin-bottom: -1px;
}

.Pln-features-value {
    display: block;
}

.Pln-item[num="1"] .Pln-features-list {
    position: relative;
    left: 6px;
}

.Pln-item[num="2"] .Pln-col[name="features"] {
    position: relative;
    left: 56px;
    top: 4px;
}

/*
.Pln-item[num="2"] .Pln-col[name="features"] SPAN[spec="ft"]{
    font-size: 28px;
}
*/


.Pln-col[name="price"] {
    position: relative;
    right: -32px;
    top: -6px;
}

.Pln-price- {
    position: relative;
    left: -9px;
    top: 12px;
}

.Pln-price .B {
    min-width: 195px;
}

.Pln-price-list {}

.Pln-price-list-item {
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: margin .3s ease;
-moz-transition: margin .3s ease;
-ms-transition: margin .3s ease;
-o-transition: margin .3s ease;
transition: margin .3s ease;
}

.Pln-price-label {
    display: block;
    padding-bottom: 1px;
}

.Pln-price-value {
    display: block;
}

.Pln-price-button {
    padding-top: 15px;
    text-align: center;
}


@media (max-width: 960px) {
    .Pln-item {
        position: relative;
        padding-top: 215px;
    }
    .Pln-col[name] {
        width: 50%;
        max-width: none;         /*outline: 1px solid green;*/
        display: block;
        float: left;

    }
                .Pln-item[num] .Pln-col[name] {
            left: 0;
            top: 0;
            padding: 0;
        }

    .Pln-item[num] .Pln-col[name="gallery"],
    .Pln-item[num] .Pln-col[name="specification"] {
        position: absolute;
        top: 0;
        left: 0;
    }
    .Pln-item[num] .Pln-col[name="specification"] {

        -webkit-box-align: end;
-moz-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: end;
-moz-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;

    }
    .Pln-item[num] .Pln-col[name="gallery"] {
        left: 50%;
    }


    .Pln-col .flex-va {
        height: 100%;
        -webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
    }


    .Pln-col[name="specification"] {
        display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
    }
    .Pln-specification {
        width: 37vw;
        /*margin: 0 auto;*/
    }

    .Pln-features-value SPAN {
        display: block;
    }

}

    @media (max-width: 580px) {
        .Pln-item[num="1"] .Pln-features-list {
            top: 5vw;
        }
    }

@media (max-width: 480px) {

    .Pln {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .Pln-content {
        padding: 15px;
    }

    .Pln-item {
        display: block;
        padding-top: 0;
        padding-bottom: 19px;
        margin-bottom: 30px;
    }

    .Pln-item[num] .Pln-col[name] {
        width: 100%;
        float: none;
        position: relative;
        min-height: auto;
    }
                .Pln-item[num] .Pln-col[name] {
            left: 0;
        }

    .Pln-gallery-view {
        padding: 0px;
    }
    .Pln-gallery-list {
        padding-bottom: 11px;
    }

    .Pln-specification {
        width: auto;
        width: 100%;
    }
    .Pln-item[num] .Pln-specification-title {
        max-width: none;
    }
    .Pln-item[num="2"] .Pln-specification {
        padding-top: 21px;
    }

    .Pln-features-list {
        top: 0 !important;
        left: 0 !important;
        text-align: center;
        padding-top: 8px;
    }
    .Pln-features-list-item {
        margin-bottom: 10px;
    }
            .Pln-item[num="2"] .Pln-features-list-item[n="2"] {
            margin-top: 0;
            margin-bottom: -6px;
        }


    .Pln-price-list {
        padding-top: 10px;
    }

    .Pln-price-list-item {
        margin-bottom: 0px;
    }
    .Pln-price-label {
        padding-bottom: 0px;
    }
    .Pln-price-value {
        margin-top: -2px;
    }


}