body.Mobile.Android .app-click div[data-name="terminal-app-store"] {
  display: none;
}
body.Mobile.iOS .app-click div[data-name="terminal-play-market"] {
  display: none;
}
@media (max-width: 990px) {
  .col-12, .col-8, .col-7, .col-5, .col-4, .col-3 {	width: calc(100%); }
  .my-container {
	width: calc(100% - 10px);
	margin: 5px;
  }
  section {
	h3 {
	  margin-bottom: 15px;
	  font-size: 20px;
	}
	
	.text-big {
	  font-size: 28px;
	}
  }
  .accordion .accordion-item { padding: 15px; }
  .accordion .accordion-item .accordion-body { margin-top: 5px; }
  section {margin-bottom: 10px;}
  #s7 .my-container div { font-size: 16px; line-height: 30px; padding: 20px 0; span.title { font-size: 22px; } }
  #s5 .my-container {
	width: 100%;
	margin: 0;
	padding: 0;
  }
  #s5 .my-container .img-bg-4 {
	height: 280px;
	background-size: 520px;
	background-color: #f0f0f0;
  }
  #s5 .my-container .img-bg-4 > a {
	bottom: 10px; top: unset; left: unset;
	right:10px;
	font-size: 14px;
	padding: 3px 8px 8px 8px;
	line-height: 100%;
	border-radius: 3px;
  }
  .icon-bg-box-1 {
	width: calc(100% - 140px);
	padding-right: 110px;
	height: 150px;
	margin-bottom: 20px;
	background-size: 140px;
	background-position: 100% 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	h4 { margin: 0 0 10px 0; padding: 0;}
	p { margin: 0; padding: 0; font-size: 14px;}
  }
  #s4 { margin-bottom: 40px; }
  #s4 .mt-4 { margin-top: 0px !important; }
  .icon-bg-box-2 {
	width: calc(100% - 70px);
	margin-bottom: 20px;
	display: flex;
	flex-wrap: nowrap;

	&>p {
	  margin: -7px 0 0 0;
	  padding: 18px 0 0 0;
	  font-size: 20px;
	  line-height: 30px;
	}
  }
  #s1 {
	height: 350px;
	background-size: 890px;
	margin-bottom: 85px;
	background-position: 50% 50px;
	.my-container {
	  padding-top: 80px;
	  
	  .logo, .icon-20-year {
		top: 7px;
	  }
	  .title {
		padding: 0 10px;
		div:nth-child(1) {
		  font-size: 20px;
		}
		
		div:nth-child(2) {
		  font-size: 16px;
		}
		
		.text-big {
		  font-size: 20px;
		}
	  }
	}
	.link {
	  bottom: -57px;
	}
  }
  
  .box .box {
	height: 105px;
	background-size: 125px;
	overflow: hidden;
	padding: 10px 0 15px 15px;
  }
  
  .box .col-4:nth-child(1) .box {
	background-position-y: -45px;
	background-size: 115px;
  }
  
  .box .box h3,
  .box .box .text {
	width: calc(100% - 90px);
  }
  .box .box h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
  }
  .box .box .text {
	font-size: 14px;
  }
  
  #selectDiv {
	padding-right: 0;
  }
  #selectDiv.select-style .selectDivActive label {
	display: none;
  }
  #chartBox .chartBox-header {
	width: calc(100% - 4%);
	margin: 0 0 10px 0;
	display: block;
	text-align: center;
  }
  #chartBox .chartBox-header > div {
	display: inline-block;
  }
  
  .d-none {
	display: none;
  }
  #quotations {
	padding: 0;
  }
  #quotations #widgetOutput {
	left: 100px; top: 10px;
	width: calc(100% - 100px);
  }
  
}