body {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #1d1d1d;
    z-index: 1;
}

.mc-logo__logo-title {
    color: #fff;
    font-size: 20px;
    z-index: 9;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
}

.nav1__link {
    position: relative;
    margin-left: 35px;
    margin-right: 35px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.nav-1 {
    height: 70px;
    background-color: #2C2F33 !important;
    display: flex;
    align-items: center;
    /* z-index: 666; */
}

.nav1__link--active {
    color: #ffffff !important;
    border-color: #1f71ec;
    width: fit-content;
}

.nav-link {
    color: #ffffff !important;
}

header {
    background: url(../images/pricing-banner.3f61c9bf.jpg) no-repeat center;
    background-size: cover;
    /* position: absolute; */
    width: 100%;
    /* height: 100%; */
    z-index: -1;
    /* filter: brightness(0.4); */
    padding-bottom: 20px;
}

/*header::before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 106vh;*/
/*   */
/*    content: "";*/
/*}*/

.price-pro {
    color: #fff;
    /* position: absolute; */
    /* transform: translate(-50%, -50%); */
    /* left: 50%; */
    /* top: 50%; */
    max-width: 450px;
    padding: 30px 19px 30px;
    background: rgba(51, 51, 51, .89);
    border: 1px solid #1f71ec;
    margin: 20px auto;
    z-index: 1;
    display: block;
    width: 500px;
}

.pricing__title {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 30px;
    z-index: 5555555;
}


.pricing__features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing__feature {
    position: relative;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
    padding-left: 30px;
    color: #fff;
}

.pricing__features li:before {
    content: "";
    color: #1f71ec;
    font-weight: 700;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 1em;
    background: #1f71ec;
    border-radius: 50%;
}

.price-pro li.list-inline-item {
    /* padding: 5px 18px 5px; */
    /* border: 1px solid #1f71ec; */
    /* position: relative; */
    /* margin: 6px 9px; */
}

.store {
    display: inline-block;
    max-width: 177px;
    height: 55px;
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.store__icon {
    width: 100%;
    height: 100%;
}

.footer {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 25px;
    color: hsla(0, 0%, 100%, .6);
}

.footer__list {
    list-style: none;
    padding: 0;
}

.footer__list > li {
    margin-bottom: 13px;
    color: #ffffff;
}

.footer__list > li > a {
    margin-bottom: 13px;
    color: #ffffff;
}

div#navbarSupportedContent {
    /* background: #858b8f; */
    z-index: 555;
}

.money {
    display: flex;
}

.price-pro li.list-inline-item .card {
    border: 1px solid #1f71ec;
    background: transparent;
    width: 120px;
    margin-top: 10px;
}

.price-pro li.list-inline-item .card-header {
    background: #1f71ec;
    height: 40px;
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    padding: 10px 0px;
    font-size: 11px;
}

.price-pro li.list-inline-item .card-body {
    background: transparent;
    padding: 19px;
}

img.img-fluid.logo {
    width: 80px;
    margin-right: 10px;
}

img.img-fluid.globus {
    width: 20px;
    left: 10px;
}

@media only screen and (max-width: 469px) {
    .price-pro {
        position: relative;
        transform: unset;
        left: 0;
        top: 15px;
        max-width: unset;
        width: unset;
    }


    .money {
        display: inline-block;
    }
}

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

    div#navbarSupportedContent {
        background: rgb(44, 47, 51);
        z-index: 555;
        width: 100vw;
        position: absolute;
        top: 70px;
        left: 0;
    }
}


#contact {
    background-color: #383b40;
    height: 100%;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.edr:visited {
    text-decoration: none;
    color: white;
}

#serd {
    font-size: 12px;
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

#serdo {
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

