@media screen and (min-width: 768px) and (max-width: 1024px) {
	.media-check {
	width: 1024px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
	.this-touch div[class*='grid_'], .this-touch .grid {
		margin: 0;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.this-touch .row {
	  margin: 0 -20px;
	}
	.this-touch .grid_1_sm {
		width:8.333%;
	}
	.this-touch .grid_2_sm {
		width:16.667%;
	}
	.this-touch .grid_3_sm {
		width:25%;
	}
	.this-touch .grid_4_sm {
		width:33.333%;
	}
	.this-touch .grid_5_sm {
		width:41.667%;
	}
	.this-touch .grid_6_sm {
		width:50%;
	}
	.this-touch .grid_7_sm {
		width:58.333%;
	}
	.this-touch .grid_8_sm {
		width:66.667%;
	}
	.this-touch .grid_9_sm {
		width:75%;
	}
	.this-touch .grid_10_sm {
		width:83.333%;
	}
	.this-touch .grid_11_sm {
		width:91.667%;
	}
	.this-touch .grid_12_sm {
		width:100%;
	}
}
@media screen and (min-width: 900px) and (orientation: landscape) {
	.this-touch .grid_1_md {
		width:8.333%;
	}
	.this-touch .grid_2_md {
		width:16.667%;
	}
	.this-touch .grid_3_md {
		width:25%;
	}
	.this-touch .grid_4_md {
		width:33.333%;
	}
	.this-touch .grid_5_md {
		width:41.667%;
	}
	.this-touch .grid_6_md {
		width:50%;
	}
	.this-touch .grid_7_md {
		width:58.333%;
	}
	.this-touch .grid_8_md {
		width:66.667%;
	}
	.this-touch .grid_9_md {
		width:75%;
	}
	.this-touch .grid_10_md {
		width:83.333%;
	}
	.this-touch .grid_11_md {
		width:91.667%;
	}
	.this-touch .grid_12_md {
		width:100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
	.this-touch div[class*='grid_'].alpha {
		padding-left: 0;
	}
	.this-touch div[class*='grid_'].omega {
		padding-right: 0;
	}
	.this-touch .hide-on-tablet {
		display: none !important;
	}
	.this-touch .show-on-tablet {
		display: inline-block;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.this-touch .hide-on-tablet-small {
		display: none !important;
	}
	.this-touch .show-on-tablet-small {
		display: inline-block;
	}
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
	.this-touch .left-on-tablet {
		text-align: left;
	}
	.this-touch .center-on-tablet {
		text-align: center;
	}
	.this-touch .right-on-tablet {
		text-align: right;
	}
	.this-touch .container_12 {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.this-touch.overflow .wrapper {
		padding: 0;
	}
	.this-touch .header-box {
		padding: 0 0 15px;
	}
	.this-touch header {
		padding: 20px 0 30px;
		z-index: 9999;
		position: relative;
	}
	.this-touch .dropdown-menu-btn {
		width: 30px;
		height: 24px;
	}
	.this-touch .dropdown-menu-btn span {
		height: 4px;
		top: 10px;
	}
	.this-touch .dropdown-menu-btn span:before, .this-touch .dropdown-menu-btn span:after {
		height: 4px;
	}
	.this-touch .dropdown-menu-btn span:before {
		top: -10px;
	}
	.this-touch .dropdown-menu-btn span:after {
		bottom: -10px;
	}
	.this-touch .dropdown-menu-btn.opened span {
		height: 0;
	}
	.this-touch .dropdown-menu-btn.opened span:before {
		top: -2px;
	}
	.this-touch .dropdown-menu-btn.opened span:after {
		bottom: -2px;
	}
	.this-touch .menu-box {
		position: relative;
		z-index: 9998;
	}
	.this-touch .menu {
		padding: 0;
		z-index: auto;
		height: 60px;
	}
	.this-touch.sticky .menu {
		padding: 23px 0 27px;
		margin: 0;
		height: auto;
	}
	.this-touch .search-box {
		float: none;
		position: absolute;
		width: calc(100% - 140px);
		right: 40px;
		top: 102px;
	}
	.this-touch.sticky .search-box {
		position: fixed;
		top: 0;
		margin: 16px 0 0;
	}
	.this-touch.sticky .search-box.focused {
		position: absolute;
		z-index: 9999;
	}
	.this-touch .menu .menu-item {
		display: none;
	}
	.this-touch .dropdown-menu-box {
		height: calc(100vh - 204px);
		max-height: none;
	}
	.this-touch.sticky .dropdown-menu-box {
		height: calc(100vh - 70px);
	}
	.this-touch .opened .dropdown-menu-box {
		top: 75px;
		padding: 30px 0 0;
		right: 0;
	}
	.this-touch.sticky .menu.opened .dropdown-menu-box {
		right: 0;
		padding: 20px 0 0;
	}
	.this-touch .dropdown-menu-icon-link.current {
		color: #0B4FD4;
		border-color: transparent;
	}
	.this-touch .main-slide-text {
		padding: 40px 0 0;
	}
	.this-touch .main-slide-img {
		height: 500px;
		overflow: hidden;
	}
	.this-touch .main-carousel p.grey {
		margin: 0 0 20px;
	}
	.this-touch .main-slide-img img {
		position: absolute;
		top: 0;
		height: 100%;
		width: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.this-touch .main-slide-text {
		padding: 30px 40px 40px;
		background: #f4f6fa;
	}
	.this-touch .main-slide-img {
		height: auto;
		box-shadow: none;
	}
	.this-touch .main-slide-img img {
		position: relative;
		top: 0;
		height: auto;
		width: 100%;
		left: 0;
		-webkit-transform: none;
		transform: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
	.this-touch .news-title {
		padding: 0;
	}
	.this-touch .news-date {
		margin: 5px 0 10px 15px;
	}
	.this-touch .content-line {
		padding: 0 0 40px;
	}
	.this-touch .padd-box.grey-bg {
		padding: 35px 50px 55px;
	}
	.this-touch .padd-box.bordered {
		padding: 35px 49px 55px;
	}
	.this-touch .video-box iframe {
		height: 150px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.this-touch .video-box iframe {
		height: 300px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
	.this-touch footer {
		padding: 40px 0 50px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.this-touch footer {
		padding: 0 0 50px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.footer-menu-item > a {
		display: block;
		padding: 15px 40px;
		margin: 0 -40px;
		border-bottom: 0;
		border-top: 1px solid #1c1e42;
		position: relative;
	}
	.footer-menu-item > a svg {
		display: block;
		position: absolute;
		right: 40px;
		top: 20px;
	}
	.footer-menu-item > a.opened svg {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.footer-menu-item > a svg path {
		fill: #4e506c;
	}
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
	.this-touch .footer-menu-item .expand-menu {
		padding: 20px 0 40px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.this-touch .footer-menu-item .expand-menu {
		padding: 0;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	.this-touch .expand-menu.opened {
		padding: 10px 0 30px;
		max-height: 500px;
	}
	.this-touch .footer-menu-item .expand-menu a {
		margin: 0 0 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.this-touch .contacts-box {
		padding: 35px;
		margin: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
	.this-touch .contacts-box > div {
		background: none;
		margin: 0 0 10px;
		position: relative;
		padding: 0 0 0 35px;
		box-sizing: border-box;
		width: 50%;
		float: left;
	}
	.this-touch .contacts-box > div + div {
		padding: 0 0 0 67px;
	}
	.this-touch .contacts-box > div + div svg {
		left: 32px;
	}
	.this-touch .contacts-box:after {
		content: '';
		clear: both;
		display: block;
	}
	.this-touch .contacts-box > div svg {
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.this-touch .contacts-box > div svg + div {
		display: none;
	}
	.this-touch .contacts-box > div div + div {
		float: none;
		padding: 0;
	}
	.this-touch .contacts-box p {
		color: #606172;
	}
	.this-touch .footer-btn {
		padding: 0 40px 0 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.this-touch .footer-btn {
		padding: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
	.this-touch .footer-social-links {
		padding: 15px 0 35px;
		border-bottom: 1px solid #282a4b;
		margin: 0 -40px 40px;
	}
	.this-touch .footer-social-links a {
		color: #414461;
		margin: 0 20px;
	}
	.this-touch .scroll {
		-webkit-overflow-scrolling: touch;
	}
	.this-touch nav {
		background: #fff;
		border-top: 0;
		padding: 0 0 20px;
	}
	.this-touch nav a {
		display: none;
	}
	.this-touch nav a:nth-last-of-type(1) {
		display: inline-block;
		margin: 0 0 0 15px;
		border: 0;
		color: #0B4FD4;
	}
	.this-touch nav span {
		display: none;
	}
	.this-touch nav span + svg {
		display: block;
		position: absolute;
		left: 40px;
		top: 6px;
	}
	.this-touch .content-box {
		padding: 0;
	}
	.this-touch .dash-box {
		padding: 0;
	}
	.this-touch .dash-box:before {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.this-touch .content-carousel {
		margin: 0 120px 60px 0;
	}
	.this-touch .content-carousel .slick-prev {
		right: -95px;
	}
	.this-touch .content-carousel .slick-next {
		right: -95px;
	}
	.this-touch .content-carousel:after {
		right: -120px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
	.this-touch .page-list-box {
		padding: 0 0 10px 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.this-touch .page-list-box {
		padding: 0 0 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
	.this-touch .expand-btn {
		padding: 0 40px 0 85px;
		margin: 0 -40px 3px;
	}
	.this-touch .expand-btn div {
		left: 40px;
	}
}