html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.card-deck .card {
    min-width: 220px;
}

/*@font-face {*/
/*// название шрифта(чтобы не запутаться лучше указать название папки со шрифтом)*/
/*font-family: "Aldrich";*/
/*// адрес шрифта и тип*/
/*src: url("/assets/fonts/Aldrich.ttf") format("truetype");*/
/*font-style: normal;*/
/*font-weight: normal;*/
/*}*/

/*@font-face {*/
/*font-family: 'aldrichregular';*/
/*src: url('/assets/fonts/aldrich-regular-webfont.woff2') format('woff2'),*/
/*url('/assets/fonts/aldrich-regular-webfont.woff') format('woff');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/

@font-face {
    font-family: 'aldrichregular';
    src: url('/fonts/aldrich-regular-webfont.woff2') format('woff2'),
    url('/fonts/aldrich-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*.digit {*/

/*!*font-family: 'Lato', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Sans-Serif;*!*/

/*line-height: 1.5 !important;*/
/*font-size: 15px !important;*/
/*font-weight: 400 !important;*/
/*}*/

/*END_TIMER*/

.swiper-slide {
    margin: 0 5px;
}

.opened_cross {
    position: absolute;
    top: 15%;
    width: 25%;
    right: 8%;
}

.black-border {
    /*border: 5px solid #333;*/
    border-left: 3px dashed #333;
    border-right: 3px dashed #333;
    border-top: 3px dashed #333;
    border-bottom: 3px dashed #333;
}

.red-border {
    border-left: 3px solid #ff0000;
    border-right: 3px solid #ff0000;
    border-top: 3px solid #ff0000;
    border-bottom: 3px solid #ff0000;
}

body {
    font-family: 'aldrichregular', Serif;
}

.timer {
    font-size: 30px;
    /*font-size: 100px;*/
    /*margin: 0 auto;*/
}

/*TIMER1*/
.jst-hours {
    float: left;
    display: none;
}

.jst-minutes {
    float: left;
}

.jst-seconds {
    float: left;
}

.jst-clearDiv {
    clear: both;
}

.bodyTimeoutBackground {
    background: white;
}

.timeout {
    color: red;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    -webkit-animation-duration: 1s;
}

.btn-outline-primary {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #333;
    border-radius: 0 !important;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #333;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

small {
    font-size: 60% !important;
}

h6 {
    margin-bottom: 2px;
}