/* Landscape tablets and medium desktops */
@media (max-width: 1199px) {
	.digits__wrap {margin:0 1rem;}
	
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1024px) {
	
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* Portrait tablets and small desktops */
@media (max-width: 991px) {
	html {font-size:14px;}
	
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	html {font-size:12px;}
	header {height:auto;}
}

/* Portrait phones and smaller */
@media (max-width: 640px) {
	
}

/* ///////////////////////////////// */
@media (max-width: 480px) {
	html {font-size:12px;}
	header {height:auto;}
	.intro__name-l1 {max-width: 90%;}
	.intro__name-l2 {max-width: 90%;}
	.intro__name-pic {max-width: 90%;}
	.nav-item {text-align: center;}
	.participants__item {max-width: 80%;margin: 0 auto;}
	.reasons__icon-pic {max-width: 150px;}
	.reasons__item {display:flex;flex-direction: row;align-items: center;}
	.reasons__icon-pic {width:100px;}
	.reasons__icon-desc {padding-left:1rem;text-align: left;}
	.reasons-digits__buttons {padding-top: 1rem;text-align: center;}
	
	section.participants .owl-theme .owl-prev {margin-left: -10px;}
	section.participants .owl-theme .owl-next {margin-right: -10px;}
	.calendar__item-city_soon {font-size: 4rem;}
}

/* Iphone 5 */
@media (max-width: 480px) {
	html {font-size:12px;}
	header {height:auto;}

	footer .col {text-align: center;}
}