
@font-face {
	font-family: "Roboto"; 
	src: url("/fonts/roboto-condensed-regular.eot"); 
	src: url("./fonts/roboto-condensed-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-condensed-regular.woff") format("woff"), url("/fonts/roboto-condensed-regular.ttf") format("truetype"), url("/fonts/roboto-condensed-regular.svg#Roboto Condensed") format("svg"); 
}
/*url("./fonts/micro-bold.woff2") format("woff2"), */
@font-face {
	font-family: "MicroExtraBold"; 
	src: url("/fonts/HelveticaNowMicro-ExtraBold.eot"); 
	src: url("/fonts/HelveticaNowMicro-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNowMicro-ExtraBold.woff") format("woff"), url("/fonts/HelveticaNowMicro-ExtraBold.ttf") format("truetype"); 
}
@font-face {
	font-family: "IBMPlexSansBold"; 
	src: url("/fonts/IBMPlexSans-Bold.eot"); 
	src: url("/fonts/IBMPlexSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/IBMPlexSans-Bold.woff") format("woff"), url("/fonts/IBMPlexSans-Bold.ttf") format("truetype"); 
}

html, body {
    height: 100%;
    font-family: "Segoe UI", Helvetica, sans-serif;
    font-size: 20px;
    color: #414141;
}
.main {
    min-height: 650px;
    margin-top: 75px;    
}
header {
    background-color: white;
}
.navbar {
    padding-bottom: 0px;
}
.header-section {
    font-size: 48px;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.info-main {
    font-size: 24px;
}
.navbar-brand img {
    height: 46px;
}
.navbar-brand span {
    font-weight: bold;
    margin-left: 1rem;
    font-family: "MicroExtraBold", Helvetica, sans-serif;
    color: #414141;
}

.list-group-item.active {
    z-index: 2;
    color: #000 !important;
    background-color: #fdcd02 !important;
    border-color: #fdcd02 !important;
}
.atomix-yellow {
    color: #E6CA1E;
}
.col-left {
    float: left;
    max-width: 550px;
}
.col-right {
    float: right;
}
.wave-first {
    background: url('/images/wave-first.svg') left bottom no-repeat;
    background-size: contain;
}
.mixer-image {
    background: url('/images/mixer.png') right bottom no-repeat;
    height: 389px;
    width: 304px;    
    bottom: 0;
    right: 0;
}
.wave-second {
    background: url('/images/wave-second.svg') left bottom no-repeat;
}
.mobile-image {
    background: url('/images/beton_express_app_small.png') left bottom no-repeat;    
    max-width: 480px;
    width: 100%;
    max-height: 430px;
    height: 100%;
    background-size: contain;
    position: relative;
    bottom: 0;
}

.btn-yellow-round, #formB24 .b24-form-btn {
    border: 2px solid #E6CA1E;
    height: 40px;
    border-radius: 20px;
    padding: .5rem 1.3rem;
    line-height: .6rem;
    font-weight: 600;
    background-color: transparent;
    font-size: 18px;
    color: #414141;
}
.btn-lk {
    font-weight: 600;
    font-size: 18px;
    padding: .5rem 1.3rem;
}
#formB24 .b24-form-btn {
    height: 60px;
    border-radius: 30px;
    color: #979BA0;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    font-family: "IBMPlexSansBold", "MicroExtraBold", Helvetica, sans-serif;
}
.user-agreement {
    color: #979BA0;
    text-decoration: underline;
    font-size: 18px;
}
.btn-yellow-round:hover, #formB24 .b24-form-btn:hover {
    background-color: #E6CA1E;
    color: #414141;
}
#formB24 .b24-form-wrapper.b24-form-border-bottom {
    border-bottom: none;
}
#formB24 input,  #formB24 textarea {
    background-color: #fff;
    border-color: rgba(147, 149, 152, 0.5);
}
#formB24 .b24-form-state-container {
    margin-bottom: 5px;
}
#formB24 .b24-form-state-container .b24-form-success {
    background-color: #fff;
}
#formB24 .b24-form-wrapper.b24-form-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(147, 149, 152, 0.3);
}
.under-footer {
    height: 30px;
    background-color: #939598;
    padding: 9px 0;
}
.under-footer a {
    font-size: 12px;
    color: #fff;
}
.footer-text {
    font-size: 16px;
}

.b24-form-sign {display:none!important;}

.icon-container img {
    max-width: 140px;
}
.text-underline {
    text-decoration: underline;
    color: #3086CD;
}
.place-logo {
    height: 46px;
}
.navbar-toggler {
    border: 0px;
}
.navbar-toggler:focus {
    border: 0px;
    box-shadow: none;
    outline: none;
}
.nav-item {
    font-size: .8rem;
}
.qr_code {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}

/* Экстрамалые девайсы («портретные телефоны», < 576px)*/
@media (max-width: 575.98px) {
    .place-logo {
        width: auto;
        height: 46px;
        margin-left: auto;
        margin-right: auto;
    }
    .main {
        min-height: 350px;
    }
    .header-section {
        font-size: 36px;
    }
    header {
        padding-top: 5px !important;
    }
    .navbar-brand img {
        height: 40px;
    }
    .navbar-brand span {
        font-size: 20px;
        margin-left: .6rem;
    }
    header .container {
        padding: 0 10px !important;
    }
    .icon-container img {
        height: 20px;
    }
    .wave-second, .wave-first {
        background-image: none;
    }
    #formB24 .b24-form-padding-side {
        padding-left: 14px;
        padding-right: 14px;
    }
    .btn-yellow-round, #formB24 .b24-form-btn {
        border: 2px solid #E6CA1E;
        height: 40px;
        border-radius: 20px;
        padding: .5rem 1.3rem;
        line-height: .6rem;
        font-weight: 600;
        background-color: #E6CA1E;
        font-size: 14px;
        color: #414141;
        text-transform: uppercase;
        line-height: .8rem;
    }
}

/* Малые девайсы («ландшафтные», >= 575px) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .main {
        min-height: 450px;
    }
}

/* Средние девайсы («таблетки», >= 768px)  */
@media (min-width: 768px) and (max-width: 991.98px) {
    .main {
        min-height: 550px;
    }
}

/* Большие девайсы (большие десктопы, >= 992px) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* Большие девайсы (большие десктопы, >= 1200px) */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

