.jumbotron{
    background: transparent;
}
.btn-group-sm>.btn, .btn-sm {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    border: 1px solid transparent;

    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 10px 20px 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

.btn-responsive {
    width: 100%;
}

@-webkit-keyframes fadeIn-slideUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
        visibility: visible;
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeIn-slideUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
        visibility: visible;
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes zoomDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(2, 2, 2);
        transform: scale3d(2, 2, 2);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(2, 2, 2);
        transform: scale3d(2, 2, 2);
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
.container-fluid:after,
.container:after,
.row:after {
    clear: both;
}
.btn-sm:hover {
    text-decoration: none;
    color: #fff;
}
[class*=" btn-"].gray-1:hover,
[class^="btn-"].gray-1:hover {
    background-color: #000;
    border-color: #000;
}
[class*=" btn-"].gray-2:hover,
[class^="btn-"].gray-2:hover {
    background-color: #054e90;
    border-color: #054e90;
    color: #FFFFFF !important;
}
[class*=" btn-"].gray-5:hover,
[class^="btn-"].gray-5:hover {
    background-color: #c2c7cd;
    border-color: #c2c7cd;
    color: #FFFFFF !important;
}
[class*=" btn-"].green:hover,
[class^="btn-"].green:hover {
    background-color: #198903;
    border-color: #198903;
    color: #FFFFFF !important;
}
.text-a:link,
.text-a:visited {
    position: relative;
    color: #094378;
    text-decoration: none;
    padding-bottom: 2px;
}
.text-a:active,
.text-a:hover {
    color: #1966cc;
}
.text-a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #1966cc;
    visibility: hidden;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.2s ease-in-out 0s;
}
.text-a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.text-a-gray:link,
.text-a-gray:visited {
    position: relative;
    color: #8e939c;
    text-decoration: none;
    padding-bottom: 2px;
}
.text-a-gray:active,
.text-a-gray:hover {
    color: #8e939c;
}
.text-a-gray:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #8e939c;
    visibility: hidden;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.2s ease-in-out 0s;
}
.text-a-gray:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.text-green {
    color: #44cb67;
}
[class*="icon--"] {
    background: no-repeat center;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 0;
}
.icon--check {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 7.5L10.5 15L7.5 12' fill='none' stroke='%2344CB67' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.icon--dash {
    color: #d3d6da;
    font-size: 16px;
    font-weight: 900;
}
.container-fluid {
    padding-left: 16px;
    padding-right: 16px;
}
 
.pricing-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .pricing-cards {
        flex-direction: column;
    }
}
.price-card {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    margin-bottom: 18px;
    padding: 30px;
    background-color: #fcfbfb;
    border: 1px solid #dbdfe5;
    border-radius: 8px;
    text-align: center;
    transition: 0.2s all;
}
.price-card:first-child {
    margin-left: 0;
}
.price-card.regala {
    border: 2px solid #fbe49c;
    background: linear-gradient(140deg, #d6f3f9 0%, #7aa8bd 100% );

}
.price-card.regala {
    border: 2px solid #fbe49c;
    background: linear-gradient(140deg, #d6f3f9 0%, #7aa8bd 100% );

}

@media (min-width: 768px) {
    .price-card {
        margin-left: 24px;
        max-width: 360px;
        padding: 18px;
        flex: 1 0 45%
    }
}
@media (min-width: 992px) {
    .price-card {
        box-shadow: 0 1px 3px 0 rgba(21, 34, 53, 0.3);
        border: none;
        flex: 1 0 30%;
    }
    .price-card:hover {
        box-shadow: 0 6px 18px 0 rgba(21, 34, 53, 0.3);
    }
}
@media (min-width: 1200px) {
    .price-card {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .price-card:nth-child(2):nth-last-child(2),
    .price-card:nth-child(3):nth-last-child(1) {
        margin-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .price-card:nth-child(1):nth-last-child(3) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none;
    }
    .price-card:nth-child(2):nth-last-child(2) {
        border-radius: 0;
        z-index: 1;
    }
    .price-card:nth-child(3):nth-last-child(1) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none;
    }


    }
.price-card__tag {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.price-card__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 12px;
    color: #003e75;
}
.price-card__title .small,
.price-card__title small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%;
}
@media (min-width: 768px) {
    .price-card__title {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (min-width: 992px) {
    .price-card__title {
        margin-bottom: 30px;
    }
}
.price-text {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.price-card-button {
    text-transform: none;
    transition: all 0.2s;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    border: 1px solid transparent;
    background: #013e75;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 11px 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}
.price-card-button:active {
    position: relative;
    top: 2px;
}
.price-card-button:focus {
    color: #fff;
    text-decoration: none;
}
.price-card-button:hover {
    text-decoration: none;
    color: #fff;
}




.price-list .price-card-button {
    text-transform: none;
    transition: all 0.2s;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    border: 1px solid transparent;
    background: #013e75;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    border-radius: 2px !important;
}



.price-list  {
    margin: 0;
    position: relative;
}

.price-list > div {
    border-bottom: 1px solid #dfe1e4;
    line-height: 60px;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
}
.price-list > div:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
}
.price-list:hover {
   background: rgba(255,255,255, .8);
}


.price-list .price-renewal {
    position: absolute;
    display: block;
    font-size: 10px;
    bottom: 5px;
    left: 0;
    color: #888;
}


@media (max-width: 767px) {
    .price-list .price-card-button {

        font-size: 9px;

        padding: 5px 2px;

    }
}



@media (max-width: 991px) {
    .price-card-button {
        text-transform: none;
        transition: all 0.2s;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        border-radius: 3px;
        border: 1px solid transparent;

        font-weight: 600;
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 1px;
        padding: 10px 20px 11px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #fff;
    }
    .price-card-button:active {
        position: relative;
        top: 2px;
    }
    .price-card-button:focus {
        color: #fff;
        text-decoration: none;
    }
    .price-card-button:hover {
        text-decoration: none;
        color: #fff;
    }
}
.pricing-cards .price-card-button {
    border-radius: 4px;
    font-weight: 400;
}

.price-card .price {
    font-size: 18px;
    font-weight: 500;
    padding: 30px 0;
}

.feature-matrix-table {
    width: 100%;
}
.feature-matrix-table tr {
    border-top: 1px solid #dfe1e4;
}
.feature-matrix-table tr:first-child {
    border-top: 0;
}
.feature-matrix-table th {
    font-weight: 500;
    font-size: 12px;
}
.feature-matrix-table td {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #dfe1e4;
    padding-left: 6px;
    padding-right: 6px;
    font-family: 'Montserrat', sans-serif;
}
.feature-matrix-table .small {
    font-family: 'Montserrat', sans-serif;
}
.feature-matrix__header {
    margin-top: 12px;
    margin-bottom: 12px;
}
.feature-matrix__header--top {
    align-items: flex-end;
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: -2px;
}
@media (max-width: 991px) {
    .feature-matrix__header--top {
        top: -78px;
    }
}
.feature-matrix__header--top:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    background: #fff;
    transition: box-shadow 0.23s;
}
.feature-matrix__header--top[data-stuck]:before {
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.12);
}
.feature-matrix-columns {
    display: flex;
}
.feature-matrix-columns > * {
    flex: 1 1 1px;
    text-align: center;
    padding: 12px 18px;
    min-height: 48px;
}
.feature-matrix-columns > :first-child {
    display: flex;
    align-items: center;
    text-align: left;
    flex: none;
    width: 400px;
}
@media (max-width: 1199px) {
    .feature-matrix-columns > :first-child {
        width: 380px;
    }
}
.feature-matrix__title {
    font-family: 'Montserrat', sans-serif;
    color: #374050;
    margin: 0;
}
.feature-matrix__title:only-child {
    width: auto;
}
.feature-matrix__title.feature-matrix__title__capability-focused {
    display: block;
    line-height: 32px;
}
.feature-matrix__title.feature-matrix__title__capability-focused small {
    display: block;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.feature-matrix__title.feature-matrix__title__capability-focused .capitalize-first-letter {
    display: block;
}
.feature-matrix__title.feature-matrix__title__capability-focused .capitalize-first-letter::first-letter {
    text-transform: uppercase;
}
@media (max-width: 1023px) {
    .feature-matrix__title.feature-matrix__title__capability-focused {
        text-align: center;
    }
}
.feature-matrix__btn {
    max-width: 160px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 4px;
    font-weight: 400;
    background: #013e75;
    color: #FFFFFF;
}
.feature-matrix__btn.pluss {

    background: #106000;

}

.feature-matrix__btn .btn__icon {
    display: none;
    width: 13px;
    position: relative;
    top: 2px;
}
@media (max-width: 767px) {
    .feature-matrix__btn .btn__icon {
        display: inline-block;
    }
    .feature-matrix__btn .btn__text {
        display: none;
    }
}
.feature-matrix-package-header {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    justify-content: space-between;
}
.product-features-wrapper {
    display: flex;
    flex-direction: column;
}
.product-features-wrapper.present-third > .product-features--present {
    order: 3;
}
.product-features--top {
    order: -1;
}
.product-features {
    background: #fff;
    border: 1px solid #dfe1e4;
    border-radius: 6px;
    letter-spacing: 0.3px;
    overflow: hidden;
    transition: box-shadow 0.23s, border-color 0.23s;
}
.product-features.collapsed {
    border: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.14);
}
.product-features.collapsed:hover {
    border-color: #f6f7f9;
}
.product-features__header {
    background-color: #f6f7f9;
    border-bottom: 1px solid #dfe1e4;
    transition: background-color 0.23s;
}
.product-features__header.collapsed {
    background-color: #fff;
    border-bottom: 0;
}
.product-features__header.collapsed:hover {
    background-color: #f6f7f9;
}
.product-features__header.collapsed .tag--features,
.product-features__header.collapsed > :nth-child(n + 2) {
    opacity: 1;
}
.product-features__header > :nth-child(n + 2) {
    border-left: 1px solid #dfe1e4;
}
.product-features__header .tag--features,
.product-features__header > :nth-child(n + 2) {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.23s;
}
.product-header:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom: 4px solid #374050;
    border-top-width: 0;
    margin: 2px 12px 2px 2px;
    transition: -webkit-transform 0.23s;
    transition: transform 0.23s;
    transition: transform 0.23s, -webkit-transform 0.23s;
}
.collapsed .product-header:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-header__tag {
    margin-left: 12px;
}
.product-header__icon {
    margin-right: 6px;
}
.product-header__name {
    font-family: 'Montserrat', sans-serif;
}
.tag {
    font: 400 10px/1 RalewayBold, Helvetica, sans-serif;
    border-radius: 100px;
    display: inline-block;
    text-transform: uppercase;
    padding: 6px 8px;
}
.tag--new {
    color: #fff;
    background-color: #ff9105;
}
.tag--features {
    margin-left: auto;
    color: #374050;
    background-color: #ecedef;
}


.learn-btn {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: auto;
    border-radius: 50%;
    font-size: 0;
    background: no-repeat center / 6px #ecedef url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 14'%3E%3Cpath fill='%23374050' d='M3.6 11.3h3V14h-3v-2.7zM0 4.5c0-1.8.7-3 2-3.8C2.7.2 3.7 0 4.8 0c1.5 0 2.7.3 3.7 1S10 2.7 10 4c0 .8-.2 1.5-.6 2-.3.4-.8.9-1.5 1.4l-.7.5a2 2 0 00-.7 1l-.2 1H3.7c0-1 .1-1.7.3-2.1a4 4 0 011.3-1.4l.7-.5.6-.6c.3-.3.4-.7.4-1.1 0-.5-.2-1-.5-1.3-.2-.4-.8-.6-1.5-.6-.8 0-1.4.2-1.7.7C3 3.5 3 4 3 4.5H0z'/%3E%3C/svg%3E");
    transition: background-color .23s
}

.learn-btn:hover {
    background-color: #d3d6da
}

@media (max-width: 1023px) {
    .feature-matrix-columns {
        flex-wrap: wrap;
    }
    .feature-matrix-columns > :first-child {
        width: 100%;
    }
    .feature-matrix__title {
        display: block;
        justify-content: center;
        padding: 21px 0 24px;
    }
    .feature-matrix-table th {
        background-color: #f6f7f9;
        border-bottom: 1px solid #dfe1e4;
    }
    .feature-matrix-table th + td {
        border-left: 0;
    }
    .product-features__header.collapsed > :nth-child(n + 2) {
        display: flex;
    }
    .product-features__header.collapsed .product-header {
        border-bottom: 1px solid #dfe1e4;
    }
    .product-features__header > :nth-child(2) {
        border-left: 0;
    }
    .product-features__header > :nth-child(n + 2) {
        display: none;
    }
    .feature-matrix-package-header {
        padding-left: 8px;
        padding-right: 8px;
    }
    .learn-btn {
        margin-left: 6px;
        background-color: #dfe1e4;
    }
    .learn-btn:hover {
        background-color: #b1b8be;
    }
}
@media (max-width: 400px) {
    .product-features__header .tag--features {
        display: none;
    }
    .feature-matrix-package-header .small,
    .feature-matrix-package-header h4 {
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 0.25px;
    }
    .feature-matrix-package-header h4 {
        margin-bottom: 4px;
    }
}
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
.container-fluid:after,
.container:after,
.row:after {
    clear: both;
}

.promo-table{
    color: #003e75;
    font-weight: bold;
    font-size: 14px;
}
.promo-table-pluss{
    color: #106000;
    font-weight: bold;
    font-size: 14px;
}

.text-gray-3 {
    color: #8e939c;
}
.btm-6 {
    margin-bottom: 6px;
}

@media (max-width: 400px){
    .feature-matrix-package-header .small, .feature-matrix-package-header h4 {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: .25px;
    }.feature-matrix-package-header .price {
         font-size: 10px;

     }
    .btn-group-sm>.btn, .btn-sm{
        padding: 5px;
    }
}

@media (min-width: 992px){
    .price-card__banner {
        left: 0;
        right: 0;
    }
}

.price-card__banner {
    position: absolute;
    bottom: 100%;
    left: -1px;
    right: -1px;
    padding: 8px 0 6px;
    margin-bottom: 0;
    background-color: #106000;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 6px 6px 0 0;
    text-align: center;
    text-transform: uppercase;
}

[class*=" btn-"].green, [class^=btn-].green {
    background-color: #106000;
    border-color: #106000;
}


.price-card--banner .price-card__title{
    color: #106000;
}


.price-card--banner {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (max-width: 767px){
    .price-card--popular {
        order: -1;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {

    .pricing-cards .price-card-button {
      font-size: 6px;
    }
    .price-list > div {
        font-size: 9px;
    }
}


.noVetrina{
    display: none !important;
}
