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

@font-face {
    font-family: myFirstFont;
    src: url(Gilroy-Light.otf);
}

/** {*/
/*    font-family: myFirstFont, sans-serif!important;*/
/*}*/

header {
    background-color: #090909;
    /* padding-bottom: 50px; */
}

img.img-fluid.about_phone_2 {
    width: 80%;
    margin-top: 50px;
}

.header-text_first {
    margin-top: 50px;
    color: #fff;
}

p.header_text {
    color: #fff;
    margin-top: 20px;
}

.mc-block {
    margin-top: 50px;
}

img.img-fluid.bg-1 {
    margin-top: -100px;
}

.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;
}


.store {
    display: inline-block;
    width: 160px;
    height: 50px;
    /* margin-left: 10px; */
    margin-right: 10px;
    margin-bottom: 10px;
}

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


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: 13px;
}

.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;
    }

    img.img-fluid.about_phone_2 {
        display: none;
    }

    .money {
        display: inline-block;
    }
}

.show_phone {
    display: none;
}

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

    img.about_phone_1.img-fluid {
        width: 80%;
        margin: auto;
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    img.img-fluid.about_phone_2, .hide {
        display: none;
    }

    .show_phone {
        display: 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;;
    }
}


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


    img.img-fluid.about_phone_2 {
        display: none;
    }
    img.img-fluid.bg-1 {
        margin-top: unset;
    }

}

#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;
}

.edr, .edr:hover {
    text-decoration: none;
    color: white;
    cursor: pointer;
}
#serd {
    font-size: 12px;
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

