@media(max-width: 1370px) {
	.header__title {
		font-size: 90px;
		line-height: 130px;
	}
	
	.header__title-date {
		height: 64px;
	}
}

@media(max-width: 1299px) {
	.wrapper {
		width: 100%;
		padding: 0 20px;
	}
	
	.forms__items-left,
	.forms__items-right {
		padding: 10%;
	}
	
	.footer__info {
		grid-gap: 10%;
	}
}

@media(max-width: 1169px) {
	.header__title {
		font-size: 82px;
		line-height: 120px;
	}
	
	.header__title-date {
		height: 60px;
	}
}

@media(max-width: 1100px) {
	.header {
		height: auto;
		margin-bottom: 60px;
	}
	
	.header__title-icon {
		width: 70px;
	}
	
	.header__title-date {
		font-size: 20px;
	}
	
	.header__menu {
		margin-bottom: 70px;
	}
	
	.block-title {
		font-size: 70px;
		margin-bottom: 70px;
	}
	
	.important {
		display: block;
	}
	
	.important__title {
		font-size: 30px;
		margin-bottom: 20px;
	}
	
	.questions__item {
		padding: 40px 30px;
	}
	
	.forms__items-form {
		padding: 50px 40px 40px;
	}
	
	.footer__info {
		grid-template-columns: 120px 1fr;
		grid-template-rows: 1fr 1fr;
		padding-top: 70px;
		grid-gap: 40px;
		margin-bottom: 60px;
	}
	
	.footer__info-logo {
		grid-row-start: 1;
		grid-row-end: 3;
	}
	
	.footer__info-logo img {
		max-width: 100%;
	}
	
	.footer__info-item p {
		margin-bottom: 20px;
	}
	
	.footer__info-item br:nth-child(3) {
		display: none;
	}
	
	.footer__contacts {
		margin-bottom: 50px;
	}
	
	.footer__bottom .wrapper {
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media(max-width: 1069px) {
	.header__title {
		font-size: 67px;
		line-height: 100px;
	}
	
	.header__title-date {
		height: 56px;
	}
}

@media(max-width: 940px) {
	.blue-button {
		padding: 20px 0;
	}
			
	.round-button:before {
		margin-right: 15px;
	}
	
	.header__title {
		font-size: 56px;
		line-height: 84px;
	}
	
	.header__title-date {
		height: 46px;
	}	
	
	.forms__items-form-title {
		font-size: 25px;
		margin-bottom: 30px;
	}
	
	.forms__items-form-field {
		margin-bottom: 40px;
	}
	
	.footer__info {
		font-size: 14px;
	}
	
	.footer__contacts-phones {
		font-size: 26px;
	}
	
	.footer__contacts-phones p {
		margin-bottom: 25px;
	}
}

@media(max-width: 890px) {
	.round-button:before {
		width: 40px;
		height: 40px;
		background-size: 60%;
	}
	
	.header {
		height: auto;
		margin-bottom: 80px;
	}
	
	.block-title {
		font-size: 50px;
	}
	
	.header__top {
		position: relative;
		display: grid;
		grid-template-columns: 110px 1fr;
		grid-template-rows: 1fr 1fr;
		grid-gap: 10px 40px;
		z-index: 10;		
	}
	
	.header__top-logo {
		grid-row-start: 1;
		grid-row-end: 3;		
	}
	
	.header__top-logo img {
		max-width: 100%;
	}
	
	.header__top-participate {
		width: auto;
		font-size: 20px;
	}
	
	.header__top-participate br {
		display: none;
	}
	
	.header__menu {
		display: none;
	}
	
	.header .wrapper {
		position: relative;
	}
	
	.mobile-menu {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	
	.mobile-menu__trigger {
		position: relative;
		width: 30px;
		z-index: 10;
	}
	
	.mobile-menu__trigger:before,
	.mobile-menu__trigger:after {
		display: block;
		content: '';
		height: 6px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
		
	.mobile-menu__trigger:before {
		margin-bottom: 5px;
	}
	
	.mobile-menu__body {
		position: fixed;
		display: flex;
		flex-direction: column;		
		background: #f1f3fd;
		top: 0;
		right: 0;
		bottom: 0;
		width: 0;
		height: 100%;
		font-size: 22px;
	}
	
	.mobile-menu__body a {
		color: #000032;
		text-decoration: none;
		margin-bottom: 20px;
	}
	
	.mobile-menu_active .mobile-menu__body {
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	
	.mobile-menu_active .mobile-menu__trigger:before {
		border-top: 0;
		transform: rotate(45deg);
		margin-bottom: -3px;
	}
	
	.mobile-menu_active .mobile-menu__trigger:after {
		border-bottom: 0;
		transform: rotate(-45deg);
	}
	
	.important,
	.flows,
	.forms,
	.sponsors {
		margin-bottom: 80px;
	}
	
	.sponsors__logos {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 800px) {
	.header__top {
		padding-right: 55px;
	}
	
	.header__title {
		font-size: 48px;
		line-height: 74px;
	}
	
	.header__title-icon {
		display: none;
	}
	
	.header__title-date {
		height: 44px;
	}		
	
	.flows__item-button .blue-button {
		font-size: 18px;
	}
	
	.questions {
		display: block;
	}
	
	.questions__item {
		margin-bottom: 20px;
	}
	
	.flows__items {
		grid-template-columns: 1fr;
	}
	
	.forms__items-form {
		padding: 30px;
	}
	
	.footer__bottom .white-link {
		font-size: 14px;
	}	
}

@media(max-width: 640px) {
	.header__top {
		padding-right: 40px;
	}
	
	.header__title {
		font-size: 42px;
		line-height: 60px;
	}
	
	.header__title-date {
		height: 36px;
	}

	.block-title {
		font-size: 40px;
		margin-bottom: 50px;
	}
	
	.flows__item-schedule-event {
		font-size: 16px;
	}
	
	.flows__item-schedule-time {
		width: 150px;
	}
	
	.forms__items {
		grid-template-columns: 1fr;
	}
	
	.flows__item-inner {
		height: 300px;
	}
	
	.flows__item-button .blue-button,
	.questions__item-button .blue-button {
		font-size: 16px;
	}
	
	.questions__item {
		padding: 26px 20px;
	}
	
	.questions__item-title {
		font-size: 26px;
		margin-bottom: 26px;
	}
	
	.questions__item-body {
		font-size: 16px;
	}
	
	.questions__item-button {
		padding-top: 60px;
	}
	
	.flows__item-title {
		font-size: 28px;
		padding: 70px 0 60px;
	}
	
	.forms__items-left,
	.forms__items-right {
		padding: 20px;
		background: none;
		justify-content: center;
	}
	
	.forms__items-form {
		max-width: 100%;
	}
	
	.footer__info {
		grid-template-columns: 1fr;
		padding-top: 40px;
	}
	
	.footer__info-logo {
		display: none;
	}
	
	.footer__contacts-phones {
		font-size: 20px;
	}
}


@media(max-width: 600px) {
	.header__top {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
	
	.header__top-logo {
		grid-row-start: auto;
		grid-row-end: auto;
		margin-right: 0;
		text-align: center;
	}
	
	.header__top-logo img {
		width: 90px;
	}
	
	.header__top-participate {
		font-size: 18px;
	}
	
	.header__title {
		display: flex;
		flex-direction: column;
		font-size: 60px;
		line-height: 78px;
	}
	
	.header__title br,
	.header__title .dash {
		display: none;
	}
	
	.header__title-date {
		height: auto;
		max-width: 100%;
		margin-top: 10px;
	}	
}	

@media(max-width: 480px) {
	.header__title {
		font-size: 50px;
		line-height: 56px;
	}
	
	.header__title-date {
		max-width: 80%;
	}
	
	.flows__item-inner {
		height: 230px;
	}
	
	.flows__item-title {
		font-size: 22px;
		padding: 24px 0;
	}
	
	.flows__item-schedule {
		padding: 40px;
	}
	
	.flows__item-schedule-time {
		width: auto;
		padding-bottom: 2px;
		font-weight: 700;
	}	
	
	.flows__item-schedule-title span {
		display: none;
	}
	
	.flows__item-schedule-event {
		flex-direction: column;
		margin-bottom: 15px;
	}
	
	.flows__item-schedule-title {
		border: 0;
		padding: 0 0 30px 0;
	}
	
	.flows__item-schedule-title:before,
	.flows__item-schedule-title:after {
		bottom: 2px;
	}
	
	.footer__bottom .wrapper {
		flex-direction: column;
		padding: 20px 0;
	}
	
	.footer__bottom-copyright {
		font-size: 12px;
		padding-bottom: 15px;
	}
	
	.sponsors__logos {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
	
	.main-logo {
		grid-column: auto;
	}
	
	.sponsors__logos img {
		margin: 0 auto;
	}
	
	.video__mobile {
		display: block;
	}
	
	.video__desktop {
		display: none;
	}
}

@media(max-width: 400px) {
	.header__title {
		font-size: 42px;
		line-height: 48px;
	}
}
