@font-face{
    font-family:"segment7";
    src:url("/local/font/Segment7Standard.otf") format("woff"),
    url("/local/font/Segment7Standard.otf") format("opentype"),
    url("/local/font/Segment7Standard.otf") format("truetype");
}
.layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: 0 !important;
}
.main-sidebar {
    width: 160px;
}
@media (min-width: 768px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 160px;
    }
}
.center {
    text-align: center;
}
#timer_general {
    font-family:"segment7";
    font-size:30px;
    text-transform:none;
    color:#F32951;
    text-align: center;
}

#timer_part {
    font-family:"segment7";
    font-size:30px;
    text-transform:none;
    color: green;
    text-align: center;
}
.row.header {
    margin: 0;
    padding: 0;
    height: 70px;
}
.row.header .col-md-4 {
    text-align: center;
}
.row.header .col-md-4.timer_general .text {
    position: relative;
    top: -20px;
}

.row.header .col-md-4.timer_part .text {
    position: relative;
    top: -20px;
}

.row.header .col-md-4.part_number .text {
    font-size: 20px;
}
.row.part {
    padding-bottom: 20px;
}
.row.part div.img {
    border: 1px solid #bbb;
    padding: 10px;
    margin: 10px;
    text-align: center;
}
.row.part div.img img {
    width: 100%;
/*    max-height: 500px;*/
/*    padding: 10px 200px;*/
}

.img-bg .this-count-kit {
    position: absolute;
    top: 40%;
    left: calc(50% - 126px);
    color: red;
    font-size: 380px;
    width: 90px;
    height: 90px;
    line-height: 82px;
    padding-left: 26px;
    opacity: 0.3;
}
.row.part div.name {
    text-align: center;
    font-size: 30px;
    line-height: 15px;
    color: white;
    opacity: 0.8;
    text-shadow: 0 0 20px #000000;
}

.kit-item {
    border: 1px solid #bbb;
    text-align: center;
}
.kit-item .name {
    font-size: 22px;
    margin-bottom: 10px;
}
.same-parts {
    text-align: center;
    font-size: 30px;
}
.same-parts .count {
    font-family:"segment7";
    font-size:50px;
    text-transform:none;
    color:#F32951;
    text-align: center;
}

.form-start {
    text-align: center
}

.start-kit-btn {
    padding: 20px 40px;
    background-color: #ffed7b;
    border: 1px solid #bbb;
    border-radius: 4px;
}
.navigation {
    text-align: center;
    position: fixed;
    bottom: 20px;
    width: 80%;
    margin-left: 20px;
}
.navigation .prev-part-btn:hover,
.navigation .next-part-btn:hover {
    opacity: 1;
}

.prev-part-btn {
    background-color: #ffed7b;
    border: 1px solid #bbb;
    display: block;
    color: black;
    cursor: pointer;
    width: 47px;
    padding: 10px;
    border-radius: 200px;
    opacity: 0.5;
}

.next-part-btn {
    background-color: #ffed7b;
    border: 1px solid #bbb;
    display: block;
    color: black;
    cursor: pointer;
    width: 47px;
    padding: 10px;
    border-radius: 200px;
    position: absolute;
    right: -10%;
    opacity: 0.5;
}

.b-timer {
    display: none;
}

hr {
    margin: 0;
    position: relative;
    top: -10px;
}

.img-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
table {
    width: 100%;
    border-spacing: 10px;
    border-collapse: separate;
}

.b-alert {
    display: none;
    background: #f00;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99999;
    opacity: 0.4;
    pointer-events: none;
}
.b-alert.active {
    display: block;
}


.b-alert {
    -webkit-animation: blink 2s infinite both;
    animation: blink 2s infinite both;
}

@-webkit-keyframes blink {
    0%,
    50%,
    100% {
        opacity: 0.8;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes blink {
    0%,
    50%,
    100% {
        opacity: 0.8;
    }
    25%,
    75% {
        opacity: 0;
    }
}