/* К А Л Е Н Д А Р */
.cont_calend {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	font-family: F1Bold;
	gap: 50px;
	max-width: 1400px;
	margin: 0 auto;}
	
.cont_calend a {TEXT-DECORATION: none; color: #000;}
.cont_calend a:hover {color: #e10600; border: #red;}

.blok_gp,
.blok_fin {position: relative;
	width: 100%;
	height: 98%;
	box-shadow: 0 5px 10px .2px rgba(0,0,0,0.5);
	position: relative;
	font-family: F1Bold;
	line-height: 13px;
	font-size: 13px;
	padding: 7px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.blok_fin {
	transform: scale(0.80);
	background: url('/trasa/2024/finish.png') right bottom no-repeat;}

.n_gonki {position: absolute;
	top: -7px;
	left: 0;
	font-family: F1Wide;
	line-height: 16px;
	font-size: 13px;
	width: 110px;
	color: #e10600;
	background-color: #fff;}

.n_gonkifin {position: absolute;
	top: -5px;
	left: -5px;
	font-family: F1Wide;
	line-height: 16px;
	font-size: 13px;
	width: 110px;
	color: #000;
	margin-left: 5px;
	background-color: #fff;}

.n_gp {
	margin: 20px 0;
	font-family: F1;
	font-size: 14px;}
	
.flag_gp {position: absolute;
    top: 20px;
    right: 7px;
	float: right;
	height: 25px;
	border: solid 1px #9a9a9a;
	border-radius: 5px;}

.d_gonki {margin: 20px 0; FONT-SIZE: 20px; text-align: center;}
.blok_fin .d_gonki {color: gray;}
.blok_gp_l {
	border: none;
	height: 2px;
	background-color: #9a9a9a;
	margin-top: 10px;}
.trasa_calend {text-align:center; line-height: 15px; font-size: 14px;}
.t_gonki {
	text-align: center;
	height: 66px;
	filter: invert(100%);}
	
@media (max-width: 1023px) {
    .cont_calend {grid-template-columns: repeat(3, 1fr); margin: 0 22px;}
    .n_gonki, .n_gonkifin {	line-height: 13px;	font-size: 11px;}
	.n_gp {font-size: 13px;}
	.d_gonki {font-size: 16px;}
	.trasa_calend {ine-height: 14px; font-size: 13px;}
}

@media (max-width: 765px) {
    .cont_calend {
        width: 640px;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 15px;
        gap: 30px 20px;}
        
    .n_gonki,
    .n_gonkifin {line-height: 9px; font-size: 7px; width: 63px; padding: 4px;}
    .n_gp {font-size: 9px;}
	.d_gonki {font-size: 11px;}
	.trasa_calend {ine-height: 8px; font-size: 9px;}
	.t_gonki {height: 44px;}
	.flag_gp {top: 23px; right: 7px; height: 18px;}
}