@font-face {
    font-family: "JGN"; 
    src: url("13748.ttf"); 
}

@font-face {
    font-family: "rounds"; 
    src: url("fonts/rounds.ttf"); 
} 

*{
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

html, body{
	height: 100%;
}

.background-video {
    display: block;
    position: relative;
    height: 100%;
}

.background-video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #00000014;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.source-video {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

i.fa.fa-wifi {
    transform: rotate(45deg) translate(-4px, 6px);
}

.text-header-video {
    font-family: JGN;
    position: absolute;
    display: flex;
    z-index: 1;
    color: #dd2817;
    width: 100%;
    align-content: space-around;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
}

.text-name-katok {
    font-size: 8em;
    font-weight: bolder;
    color: #c3243c;
    letter-spacing: 3px;
    text-shadow: -2px 0px 1px #e2e2e2, 0px 2px 1px #e2e2e2, -2px 2px 1px #e2e2e2, 2px 2px 1px #e2e2e2, -2px -2px 1px #e2e2e2;
}

.achiev {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.achiev img {
    height: 70px;
}

.achiev span {
    font-family: rounds;
    font-size: 35px;
    color: white;
    margin-left: 5px;
    text-align: center;
}

.chapter{
    font-size: 4rem;
    color: #dd2817;
    font-family: "JGN";
}

.kalendar {
    font-size: 25px;
    font-family: 'rounds';
    text-align: center;
}

.shadow-card {
    box-shadow: 0px 0px 13px 4px rgb(57 57 57 / 10%);
    border-radius: 30px;
}

.chapter-card {
    font-size: 2.5rem;
    font-family: 'JGN';
    text-align: center;
    margin-top: 10px;
    color: #dd2817;
}

.date-time{
    text-align: center;
}

.time{
    font-family: 'rounds';
    font-size: 23px;
    letter-spacing: 0.2px;
    margin: 0 auto;
}

.span-time {
    width: 108px;
    display: inline-block;
}

h2.sub-chapter-card {
    font-family: 'rounds';
}

.work-regime {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.curent-date {
    font-family: 'rounds';
    font-size: 1.8rem;
    text-align: center;
}

#info-open-close {
    font-family: 'rounds';
    font-size: 1.5rem;
    color: #888888;
    text-align: center;
}

.work-regime-kard {
    display: block;
    position: relative;
    width: 40%;
    min-width: 400px;
}

.work-regime-kard-body {
    height: 100%;
}


.background-card-tarifs {
    min-height: 380px;
}

.background-card-tarifs.tickets::after {
    background-image: url("img/tickets.png");
}

.background-card-tarifs.rental::after {
    background-image: url("img/rental.png");
}

.background-card-tarifs.sharpening::after {
    background-image: url("img/sharpening.png");
}

.text-card-time {
    font-family: 'rounds';
    padding: 0px 10px;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 0rem;
}

.background-card-tarifs::after {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    top: 6%;
    left: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.07;
}

.div-padding-time {
    padding-left: 15px;
}

.div-label-time-alignment {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.label-time {
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    background: rgb(217, 217, 217);
    border-radius: 55%;
}

.label-time.active{
    background-color: #e90101;
}

.label-time.active:before {
    content: "";
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #e90101;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
    
@keyframes pulse-ring {
	0% {
		transform: scale(0.33);
	}
	80%,
	100% {
		opacity: 0;
	}
}

.price {
    text-align: center;
    font-family: 'JGN';
    font-size: 3rem;
    word-spacing: -8px;
    color: #dd2817;
    position: relative;
    bottom: 10px;
}

.price .rub {
    position: relative;
    bottom: 3px;
}

.text-card-tarifs {
    font-family: 'rounds';
    padding: 0px 10px;
    font-size: 22px;
    line-height: 1.3;
}

.contacts {
    background: #dd2817;
}

.contacts-card {
    text-align: center;
}

.contacts-card-text {
    font-family: 'rounds';
    font-size: 24px;
    color: white;
    letter-spacing: 0.5px;
}

		.divDownloadPDFprice {
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}

		.download-link{
			color: #c52440 !important;
			margin-left:5px;
			font-size: 13pt;
		}

		i.far.fa-file-pdf {
			font-size: 40pt;
			color: #c52440;
		}

.img_map{
    width: 100%;
}

#change-mode {
    display: none;
}

.change-time-div {
    display: table;
    position: relative;
    margin: 0 auto;
}

i.fa.fa-file-image {
    font-size: 40pt;
    color: #c52440;
}

.change-time-div span {
    width: 155px;
    display: table-cell;
    text-align: start;
}

table.number-pairs-rental tr:last-child td {
    border: none;
}


table.number-pairs-rental {
    margin-left: 8px;
    text-align: center;
    border-spacing: 0px 2px;
    border-collapse: separate;
    font-size: 17px;
    margin: 0 auto;
}

table.number-pairs-rental td {
    border-bottom: 1px solid black;
    padding: 0px 10px;
}

@media (max-width: 990px){
    .work-regime-kard{
        min-width: 0px;
        width: 100%;
    }


    .work-regime-kard:nth-child(2) {
        margin-top: 20px;
    }
}

@media (max-width: 830px){
    .text-name-katok {
        font-size: 100px;
        text-align: center;
    }
}

@media (min-width: 576px){
    .col-sm-12.br-line{
        margin: 20px 0px;
    }
}