@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	.app_content.active
	{
		background: rgba(0,0,0,0.85);
	}
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.main_nav
	{
		display: none;
	}
	.hamburger
	{
		display: inline-block;
	}
	.loader_col:nth-last-child(n+3)
	{
		margin-bottom: 49px;
	}
	.milestones_row > div[class^='col']:not(:nth-child(n+3))
	{
		margin-bottom: 49px;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.slide_bar
	{
		width: 249px;
	}
	.section_title h1
	{
		font-size: 84px;
	}
	.tabs_col
	{
		margin-top: 40px;
	}
	.icon_boxes_row > div[class^='col']:not(:last-child)
	{
		margin-bottom: 49px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.scroll_down > div:last-child
	{
		display: none;
	}
	.app
	{
		width: 221px;
	}
	.app.active
	{
		width: 331px;
	}
	.app_content.active
	{
		width: 331px;
	}
	.app_button
	{
		height: 40px;
		padding-left: 32px;
	}
	.app_button_icon
	{
		left: -21px;
		width: 44px;
		height: 44px;
	}
	.app_button > div:last-child
	{
		font-size: 14px;
	}
	.home .section_title h1
	{
		font-size: 48px;
	}
	.section_title h1
	{
		font-size: 64px;
	}
	.loader_col:nth-last-child(n+3)
	{
		margin-bottom: 0px;
	}
	.loader_col:not(:last-child)
	{
		margin-bottom: 49px;
	}
	.milestones_row > div[class^='col']:not(:nth-child(n+3))
	{
		margin-bottom: 0px;
	}
	.milestones_row > div[class^='col']:not(:last-child)
	{
		margin-bottom: 49px;
	}
	.milestone_counter
	{
		font-size: 72px;
	}
	.milestone_title
	{
		font-size: 20px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	p
	{
		font-size: 13px;
	}
	.header_content
	{
		height: 70px;
	}
	.header.scrolled .header_content
	{
		height: 70px;
	}
	.logo a > div:first-child
	{
		font-size: 24px !important;
	}
	.logo a > div:last-child
	{
		font-size: 8px;
		padding-right: 6px;
		margin-top: 2px;
	}
	.hamburger
	{
		margin-top: 0;
	}
	.hamburger
	{
		width: 26px;
		height: 20px;
	}
	.hamburger > div:nth-child(2)
	{
		top: 9px;
	}
	.hamburger.active > div:first-child
	{
		-webkit-transform: rotate(-45deg) translate(-5px, 4px);
		-moz-transform: rotate(-45deg) translate(-5px, 4px);
		-ms-transform: rotate(-45deg) translate(-5px, 4px);
		-o-transform: rotate(-45deg) translate(-5px, 4px);
		transform: rotate(-45deg) translate(-5px, 4px);
	}
	.hamburger.active > div:nth-child(3)
	{
		-webkit-transform: rotate(45deg) translate(-5px, -5px);
		-moz-transform: rotate(45deg) translate(-5px, -5px);
		-ms-transform: rotate(45deg) translate(-5px, -5px);
		-o-transform: rotate(45deg) translate(-5px, -5px);
		transform: rotate(45deg) translate(-5px, -5px);
	}
	.home
	{
		height: 349px;
	}
	.home .section_title h1
	{
		font-size: 36px;
	}
	.section_title h1
	{
	    font-size: 36px;
	}
	.elements_title h1
	{
		font-size: 36px;
	}
	.button
	{
		width: 163px;
	    height: 46px;
	}
	.button a
	{
		font-size: 12px;
		line-height: 46px;
	}
	.button_3 a
	{
		line-height: 42px;
	}
	.accordion_container:not(:last-child)
	{
		margin-bottom: 15px;
	}
	.accordion
	{
		font-size: 14px;
		padding-left: 25px;
		height: 49px;
		line-height: 49px;
	}
	.accordion::after
	{
		font-size: 14px;
		line-height: 49px;
	}
	.accordion_panel p
	{
		font-size: 13px;
	}
	.tab
	{
		font-size: 14px;
		height: 49px;
		line-height: 49px;
	}
	.tab_text p
	{
		font-size: 13px;
	}
	.loader_container
	{
		height: 191px;
	}
	.loader
	{
		width: 191px;
		height: 191px;
	}
	.progressbar-text
	{
		top: 43% !important;
		font-size: 40px !important;
	}
	.loader_content
	{
		bottom: 73px;
	}
	.loader_title
	{
		font-size: 14px;
	}
	.footer_bar
	{
		padding-left: 15px;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}