/* С К Л А Д  К О М А Н Д */

.cont_team {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	font-family: F1Bold;
	gap: 25px;
	max-width: 1200px;
	margin: 0 auto;}

.blok_team {
	position: relative; display: flex; flex-wrap: wrap;
	width: 100%;
	height: 100%;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	border-radius: 10px;
	font-size: 17px;
	line-height: 17px;
	text-align: center;}

.n_team {position: relative; display: flex; align-items: center; margin: 15px 0 0 0.5vw;}
.log_team {position: absolute; top: -10px; right: 90px; height: 60px;}
.car_team {height: 140px; margin-top: -15px;}

.blok_team  a {TEXT-DECORATION: none; color: #000;}
.blok_team  a:hover {
	color: #e10600;
	border-top: solid 2px #e10600;
	border-radius: 10px;}
	
.drface_team {width: 55px;}
.drslem_team {width: 90px; float: right;}
.l_team {width: 7px; margin-right: 0.5vw;}

/* командна пінька кольорова*/
.dr_team_ferrari {
    display: flex; align-items: center;
	float: left;
	width: 47%;
	font-family:F1;
	FONT-SIZE: 12px;
	border-top: solid 1px #e80020;
	border-right: solid 1px #e80020;
	border-top-right-radius: 10px;
	margin-top: -1vw;
	margin-right: 10px}

.dr_team_redbull {display: flex; align-items: center;
	float: left;
	width: 47%;
	font-family:F1;
	font-size: 12px;
	border-top: solid 1px #3671c6;
	border-right: solid 1px #3671c6;
	border-top-right-radius: 10px;
	margin-top: -1vw;
	margin-right: 10px;}

.dr_team_mclaren {display: flex; align-items: center;
	float: left;
	width: 47%;
	font-family:F1;
	font-size: 12px;
	border-top: solid 1px #FF8000;
	border-right: solid 1px #FF8000;
	border-top-right-radius: 10px;
	margin-top: -1vw;
	margin-right: 10px;}

.dr_team_mercedes {display: flex; align-items: center;
	float: left;
	width: 47%;
	font-family:F1;
	font-size: 12px;
	border-top: solid 1px #27f4d2;
	border-right: solid 1px #27f4d2;
	border-top-right-radius: 10px;
	margin-top: -1vw;
	margin-right: 10px;}

.dr_team_aston {display: flex; align-items: center;
	float: left;
	width: 47%;
	font-family:F1;
	font-size: 12px;
	border-top: solid 1px #229971;
	border-right: solid 1px #229971;
	border-top-right-radius: 10px;
	margin-top: -1vw;
	margin-right: 10px;}

.dr_team_rb {display: flex; align-items: center;
	float: left;
	width: 47%;
	font-family:F1;
	font-size: 12px;
	border-top: solid 1px #6692FF;
	border-right: solid 1px #6692FF;
	border-top-right-radius: 10px;
	margin-top: -1vw;
	margin-bottom: 1vw;
	margin-right: 10px;}

.dr_team_haas {display: flex; align-items: center;
	float: left;
	width: 47%;
	font-family:F1;
	font-size: 12px;
	border-top: solid 1px #B6BABD;
	border-right: solid 1px #B6BABD;
	border-top-right-radius: 10px;
	margin-top: -1vw;
	margin-right: 10px;}

.dr_team_williams {display: flex; align-items: center;
	float: left;
	width: 47%;
	font-family:F1;
	font-size: 12px;
	border-top: solid 1px #64C4FF;
	border-right: solid 1px #64C4FF;
	border-top-right-radius: 10px;
	margin-top: -1vw;
	margin-bottom: 1vw;
	margin-right: 10px;}

.dr_team_sauber {display: flex; align-items: center;
	float: left;
	width: 47%;
	font-family:F1;
	font-size: 12px;
	border-top: solid 1px #52e252;
	border-right: solid 1px #52e252;
	border-top-right-radius: 10px;
	margin-top: -1vw;
	margin-right: 10px;}

.dr_team_alpine {display: flex; align-items: center;
	float: left;
	width: 47%;
	font-family:F1;
	font-size: 12px;
	border-top: solid 1px #0093CC;
	border-right: solid 1px #0093CC;
	border-top-right-radius: 10px;
	margin-top: -1vw;
	margin-right: 10px;}

@media (max-width: 1023px) {
	.cont_team {grid-template-columns: repeat(1, 1fr);}
}

@media (max-width: 765px) {
	.cont_team {grid-template-columns: repeat(1, 1fr);	margin: 0 22px;}
	.car_team {height: 96px; margin-top: -10px;}
	.n_team {font-size: 14px;}
	.log_team {position: absolute; top: -10px; right: 10px; height: 50px;}
	.dr_team_ferrari,
	.dr_team_redbull,
	.dr_team_mclaren,
	.dr_team_mercedes,
	.dr_team_aston,
	.dr_team_rb,
	.dr_team_haas,
	.dr_team_williams,
	.dr_team_sauber,
	.dr_team_alpine {display: flex; width: 95%; font-size: 10px; text-align: center; align-items: center; margin-bottom: 5px; }
	.drslem_team {width: 80px; float: right;}
}

/* страниця команд*/
.team_blok {
	float: left;
	width: 67vw;
	min-width: 412px;
	border-top: solid 2px #3671c6;
	border-right: solid 2px #3671c6;
	border-radius: 10px;
	FONT-SIZE: 1.6vw;
	line-height: 1.6vw;
	margin-top: 2vw;
	margin-right: 1.6vw;}


.team_blok_ferrari {
	float: left;
	width: 67vw;
	border-top: solid 2px #e10600;
	border-right: solid 2px #e10600;
	border-radius: 10px;
	FONT-SIZE: 1.6vw;
	line-height: 1.6vw;
	margin-top: 2vw;
	margin-right: 1.6vw;}



.n_team_blok {
	display: flex;
	align-items: center;
	width: 35vw;
	margin-top: 1vw;}
.img_logo_team {float: right; width: 12vw; margin-top: -2vw; margin-right:1vw;}
.img_log_team {width: 12vw;}
.img_car_team {float: left; width: 59vw; min-width: 340px;}
.img_ca_team {width: 34vw; min-width: 280px;}

.txt_team_redbull {
	float: left;
	width: 15.5vw;
	min-width: 128px;
	font-family: 'Titillium Web', sans-serif;
	FONT-SIZE: 0.8vw;
	line-height: 1.2vw;
	border-bottom: solid 1px #3671c6;
	border-right: solid 1px #3671c6;
	border-bottom-right-radius: 10px;
	margin: 1vw 1vw 0 0;}

.txt_team_ferrari {
    float: left;
	width: 15.5vw;
	min-width: 128px;
  font-family: 'Titillium Web', sans-serif;

	FONT-SIZE: 0.8vw;
	line-height: 1.2vw;
	border-bottom: solid 1px #e10600;
	border-right: solid 1px #e10600;
	border-bottom-right-radius: 10px;
	margin: 1vw 1vw 0 0;}


.team_blok_t {
	width: 66vw;
	min-width: 408px;
	border-bottom: solid 2px #3671c6;
	border-right: solid 2px #3671c6;
	border-radius: 10px;
	font-family: 'Titillium Web', sans-serif;
	FONT-SIZE: 0.8vw;
	line-height: 1.2vw;
	text-align: justify;
	text-indent: 1.5vw;
	padding: 0 1vw 1vw 0;
	margin: 2vw 0 1vw 0;}
	

.team_blok_tf {
	width: 66vw;
	min-width: 408px;
	border-bottom: solid 2px #e10600;
	border-right: solid 2px #e10600;
	border-radius: 10px;
	font-family: 'Titillium Web', sans-serif;
	FONT-SIZE: 0.8vw;
	line-height: 1.2vw;
	text-align: justify;
	text-indent: 1.5vw;
	padding: 0 1vw 1vw 0;
	margin: 2vw 0 1vw 0;}




.table_hist {FONT-SIZE: 0.7vw; text-align: center; background-color: #fff;}

.table_hist_ferrari {FONT-SIZE: 0.7vw; text-align: center; background-color: #fff;}


@media (max-width: 1023px) {
    .team_blok_ferrari {font-size: 10px;}
    .txt_team_redbull {font-size: 7.5px;}
    .txt_team_ferrari {font-size: 7.5px;}
    .team_blok {font-size: 10px; }
    .team_blok_t {font-size: 7.5px; line-height: 8px;}
    .team_blok_tf {font-size: 7.5px; line-height: 8px;}

    .table_hist {font-size: 7px;}
    .table_hist_ferrari {font-size: 7px;}
}




.table_zagl {height: 20; background-color: #3671c6; color: #fff;}
td {border-bottom: solid 1px #3671c6;}

.table_zagl_ferrari {height: 20; background-color: #e10600; color: #fff;}
.table_hist_ferrari td {border-bottom: solid 1px #e10600; border-right: solid 1px #e10600;}

.car_redbull {float: left; width: 12vw; margin: 0.4vw 0.4vw 0 0}
.img_car_redbull {width:12vw; border-bottom: solid 2px #3671c6; border-right: solid 2px #3671c6;border-bottom-right-radius: 8px;}
.car_redbull a:hover.redbull {text-decoration:  none; border-top: none}

