/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Common site styles
   ---------------------------------------------------------*/

/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.eot?w72gz3");
	src: url("../fonts/icomoon/icomoon.eot?w72gz3#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?w72gz3") format("truetype"), url("../fonts/icomoon/icomoon.woff?w72gz3") format("woff"), url("../fonts/icomoon/icomoon.svg?w72gz3#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-icon-tick:before {
	content: "\e900";
}

.list,
.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.contact-form .form-group:after,
.table .table-wrap:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/

body {
	min-width: 320px;
}

/* main container styles */

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* main h1 styles */

h1,
.h1 {
	font-size: 36px;
	line-height: 42px;
	margin: 0 0 22px;
}

/* main h2 styles */

h2,
.h2 {
	margin: 0 0 10px;
	font-weight: 300;
}

/* main h3 styles */

h3 {
	font-size: 20px;
	line-height: 24px;
	color: #0c8feb;
	font-weight: 300;
	margin: 0 0 8px;
}

/* ---------------------------------------------------------
   3. Сommon site styles
   ---------------------------------------------------------*/

/* main navbar styles */

.header.navbar-default {
	min-height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	margin: 0;
	border-radius: 0;
	border: 0;
	z-index: 9; /* main logo styles */ /* navbar collapse styles */ /* navbar toggle styles */
}

.header.navbar-default .navbar-header {
	padding: 15px 15px;
}

.header.navbar-default .navbar-brand {
	height: auto;
	padding: 0;
	margin: 0;
	width: 200px;
}

.header.navbar-default .navbar-brand img {
	width: 100%;
	max-width: none;
}

.header.navbar-default .navbar-toggle {
	margin: 0;
	padding: 0;
	width: 25px;
	height: 25px;
	display: block;
	border-radius: 0;
	border: 0;
}

.header.navbar-default .navbar-toggle .icon-bar {
	width: 100%;
	height: 3px;
	background: #fff;
}

.header.navbar-default .navbar-toggle:hover {
	background: none;
}

.header.navbar-default .navbar-toggle:hover .icon-bar {
	background: #7ccc2c;
}

.header.navbar-default .navbar-toggle:focus {
	background: none;
}

.header.navbar-default .navbar-toggle:not(.collapsed) .icon-bar {
	margin: -3px 0 0;
}

.header.navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
	display: none;
}

.header.navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header.navbar-default .navbar-toggle:not(.collapsed) .icon-bar:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header.navbar-default .nav > li.active > a {
	background: none;
}

.header.navbar-default .nav > li > a {
	padding: 6px 10px;
	color: #fff;
	-webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}

.header.navbar-default .nav > li > a:hover {
	background: #0c8feb;
}

/* background image styles */

.bg-img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}

.bg-img img {
	visibility: hidden;
}

/* main content styles */

main {
	/* main button styles */ /* Blue button styles */ /* white button styles */ /* green button styles */
}

main .btn {
	font-size: 15px;
	line-height: 24px;
	-webkit-transition: color .3s;
	transition: color .3s;
	border-radius: 0;
	font-weight: 600;
	text-align: center;
	padding: 10px;
	border-width: 2px;
	-webkit-transition: color .3s, background .3s, border .3s;
	transition: color .3s, background .3s, border .3s;
	min-width: 200px;
	white-space: normal;
}

main .btn-primary:hover {
	background: #0a71ba;
}

main .btn-info:hover {
	color: #fff;
	background: #0a71ba;
}

main .btn-success:hover {
	color: #fff;
	background: #63a223;
}

/* main banner styles */

.banner {
	position: relative;
	color: #fff;
	padding: 100px 0 50px;
}

.banner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .14);
	z-index: 1;
}

.banner .container {
	position: relative;
	z-index: 2;
}

.banner .text-holder {
	padding: 0;
	font-size: 16px;
	line-height: 24px;
}

.banner p {
	margin: 0 0 20px;
}

.banner .bg-img {
	background-position: 100% center;
}

/* section styles */

.section {
	text-align: center;
	padding: 30px 0;
}

.section h2 {
	font-size: 24px;
	line-height: 24px;
	color: #333;
	margin: 0 0 30px;
}

.section .btn {
	font-weight: normal;
	margin: 0 5px 10px;
	width: 100%;
}

.four-col {
	font-size: 0;
	letter-spacing: -4px;
}

.four-col .icon-holder {
	padding: 0 0 10px;
}

.four-col .col {
	font-size: 15px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 0 30px;
	float: none !important;
	color: #666;
}

.four-col .col a {
	color: #203e4b;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.four-col .col a:hover {
	color: #0c8feb;
	text-decoration: none;
}

/* article styles */

.article {
	position: relative;
}

.article h2 {
	color: #0c8feb;
}

.article .img-block {
	margin: 0 0 20px;
}

.article .bg-img:before,
.article .bg-img:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(225, 225, 225, .37);
}

.article .bg-img:before {
	background: url(../images/icon-logo.png);
	background-position: center;
	z-index: 2;
	opacity: .8;
	background-repeat: no-repeat;
	background-size: 574px 547px;
	background-position: -16% 46%;
}

.article p {
	margin: 0 0 15px;
}

.article:nth-child(2n) .bg-img:before {
	background-position: -34% -40%;
}

.article .text-holder a {
	color: #333;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.article .text-holder a:hover {
	color: #0c8feb;
	text-decoration: none;
}

.article .wrap {
	width: 100%;
}

.article.bg-pos .bg-img:before {
	background-position: -14% 91%;
}

.article.bg-pos1 .bg-img:before {
	background-position: -32% 132%;
}

/* list styles */

.list {
	line-height: 22px;
	padding: 2px 0 0;
}

.list li {
	padding: 0 0 4px 9px;
	position: relative;
}

.list li:before {
	content: "";
	width: 4px;
	height: 2px;
	position: absolute;
	left: 1px;
	top: 12px;
	background: #a0a0a0;
}

/* section platform styles */

.platform {
	padding: 20px 0;
	border: solid #e5e5e5;
	border-width: 1px 0;
	position: relative;
}

.platform .img-holder {
	text-align: center;
	margin: 0 0 30px;
	position: relative;
}

.platform .img-holder img {
	width: 100%;
	max-width: none;
	position: relative;
	z-index: 2;
}

.platform .img-holder:after {
	content: "";
	position: absolute;
	left: -20px;
	top: -20px;
	right: -20px;
	bottom: 0;
	background: url(../images/icon-logo-gray.png);
	background-repeat: no-repeat;
	background-position: -199px -7px;
	background-size: 500px 500px;
	z-index: 1;
}

/* form holder section styles */

.form-holder {
	padding: 20px 0;
	background: #f4f4f4;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.form-holder .container {
	max-width: 730px;
}

.form-holder .btn-holder {
	padding: 20px 0 0;
}

/* contact form styles */

.contact-form {
	/* form control styles input, textarea */
}

.contact-form .form-group {
	margin: 0;
}

.contact-form .form-group .col {
	margin: 0 0 10px;
}

.contact-form .form-control {
	border-radius: 0;
	box-shadow: none;
	outline: 0;
	font-size: 16px;
	line-height: 22px;
	color: #878787;
	padding: 12px 15px;
	height: 48px;
	border-color: #e1e1e1;
	-webkit-appearance: none;
}

.contact-form .form-control:focus {
	outline: 0;
	border-color: #e1e1e1;
}

.contact-form .form-control::-webkit-input-placeholder {
	color: #878787;
}

.contact-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #878787;
}

.contact-form .form-control:-moz-placeholder {
	color: #878787;
}

.contact-form .form-control:-ms-input-placeholder {
	color: #878787;
}

.contact-form .form-control.placeholder {
	color: #878787;
}

.contact-form textarea.form-control {
	width: 100% !important;
	height: 165px;
	padding: 20px 15px;
}

.contact-form .btn-holder {
	text-align: center;
}

/* testing section styles */

.tester-section {
	padding: 20px 0 40px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.tester-section .btn-holder {
	margin: 0 0 30px;
}

.tester-section .container {
	max-width: 750px;
}

.tester-section p {
	margin: 0 0 20px;
}

.tester-section a {
	color: #333;
	text-decoration: underline;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.tester-section a:hover {
	color: #0c8feb;
}

.tester-section .btn-success {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s, background .3s, border .3s;
	transition: color .3s, background .3s, border .3s;
}

.tester-section .btn-success:hover {
	color: #fff;
}

/* offers section styles */

.section-offers {
	text-align: center;
	padding: 40px 0 0;
}

.section-offers h2 {
	margin: 0 0 30px;
}

/* table styles */

.table {
	text-align: center;
	margin: 0;
}

.table .th {
	font-size: 30px;
	line-height: 50px;
	font-weight: 300;
	border-bottom: 1px solid #e3e3e3;
}

.table .th .sub-title {
	font-size: 13px;
	line-height: 24px;
	font-weight: 600;
	display: block;
	margin: -6px 0 0;
}

.table .th .par {
	color: #999;
	display: block;
	font-weight: normal;
	margin: 0 0 4px;
}

.table .th .title {
	font-weight: 600;
	color: #7ccc2c;
	margin: 0 0 15px;
	display: block;
	line-height: 26px;
	font-size: 16px;
}

.table .td.foot {
	color: #666;
	font-weight: normal;
	-webkit-transition: border .3s, color .3s;
	transition: border .3s, color .3s;
}

.table .icon-icon-tick {
	font-size: 42px;
	line-height: 42px;
	vertical-align: middle;
}

.table .td,
.table .th {
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
	position: relative;
	-webkit-transition: background .3s, color .3s, border .3s;
	transition: background .3s, color .3s, border .3s;
}

.table .td > span,
.table .th > span {
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.table .td:before,
.table .th:before {
	content: attr(data-label);
	letter-spacing: 0;
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 120px;
	margin: 0 30px 0 -150px;
	color: #333;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
}

.table .td:after,
.table .th:after {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	bottom: -1px;
	border-left: 20px solid #e3e3e3;
}

.table .col-title {
	display: none;
}

.table .col-title .title {
	text-align: right;
	padding: 5px 10px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
}

.table .column {
	background: #fff;
	margin: 0 0 30px 150px;
	padding: 0;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}

.table .column.active {
	background: #0c8feb;
	color: #fff;
}

.table .column.active .par {
	color: #fff;
}

.table .column.active .td,
.table .column.active .th {
	border-color: #0c8feb;
}

.table .column.active .td:before,
.table .column.active .th:before {
	color: #333;
}

.table .column.active .td.foot,
.table .column.active .th.foot {
	color: #fff;
}

/* footer styles */

.footer {
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px; /* footer logo styles */
}

.footer .logo {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 20px;
}

/* footer list styles */

.footer-list li {
	display: inline-block;
	vertical-align: top;
}

.footer-list li + li:before {
	content: "-";
	display: inline-block;
	vertical-align: top;
	margin: -1px 4px 0 0;
}

.footer-list a {
	color: #333;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.footer-list a:hover {
	color: #0c8feb;
	text-decoration: none;
}

@media (min-width: 480px) {
	.section .btn {
		width: auto;
		min-width: 150px;
	}

	.article .bg-img:before {
		background-size: 1149px 1149px;
	}

	.platform .img-holder:after {
		background-size: 800px 800px;
		background-position: -328px 23px;
	}
}

@media (min-width: 768px) {
	.header.navbar-default {
		background: rgba(0, 0, 0, .36);
		padding: 24px 0 16px;
	}

	.header.navbar-default .navbar-header {
		padding: 0;
		width: 25%;
		float: left;
	}

	.header.navbar-default .navbar-brand {
		width: 100%;
	}

	.header.navbar-default .navbar-collapse {
		float: right;
		width: 75%;
		padding: 0;
	}

	.header.navbar-default .navbar-toggle {
		display: none;
	}

	.header.navbar-default .nav {
		width: 74%;
		text-align: center;
	}

	.header.navbar-default .nav > li {
		margin: 0 10px;
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.header.navbar-default .nav > li > a {
		padding: 0;
	}

	.header.navbar-default .nav > li > a:hover {
		background: none;
		color: #7ccc2c;
	}

	.header.navbar-default .nav li + li:before {
		content: "|";
		position: absolute;
		left: -15px;
		top: -1px;
		color: #fff;
	}

	.header.navbar-default .nav.navbar-right {
		margin: 0 -10px 0 0;
		width: 26%;
		text-align: right;
	}

	main .btn {
		font-size: 18px;
		line-height: 23px;
	}

	.banner {
		padding: 164px 0;
	}

	.banner .text-holder {
		font-size: 18px;
		line-height: 26px;
	}

	.section {
		border-bottom: 6px solid #f8f8f8;
	}

	.section .btn {
		min-width: 200px;
		margin: 0 5px 10px;
	}

	.four-col {
		margin: 0 -15px 19px;
	}

	.four-col .icon-holder {
		min-height: 89px;
	}

	.four-col .col {
		padding: 0 15px 30px;
	}

	.article .img-block {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: 0;
		width: 50%;
	}

	.article .bg-img:before {
		background-size: 700px 700px;
	}

	.article p {
		margin: 0 0 26px;
	}

	.article:nth-child(2n) .img-block {
		left: auto;
		right: 0;
	}

	.article:nth-child(2n) .text-holder {
		padding: 50px 50px 50px 0;
		float: none;
	}

	.article:nth-child(2n) .bg-img:before {
		background-position: -42% -114%;
	}

	.article .text-holder {
		padding: 50px 0 50px 50px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		min-width: 350px;
		float: right;
	}

	.article.bg-pos1 .bg-img:before {
		background-position: -32% 168%;
	}

	.platform {
		font-size: 0;
		letter-spacing: -4px;
		padding: 50px 0 0;
	}

	.platform .img-holder {
		display: inline-block;
		vertical-align: bottom;
		text-align: right;
		float: none;
		margin: 2px 0 0 -31px;
		position: static;
	}

	.platform .img-holder img {
		width: auto;
		max-width: 100%;
	}

	.platform .img-holder:after {
		background-size: 700px 700px;
		background-position: -429px 50px;
		width: 50%;
		right: auto;
		top: 0;
		left: 0;
	}

	.platform .text-holder {
		display: inline-block;
		vertical-align: bottom;
		float: none;
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0;
		padding-left: 46px;
	}

	.platform h2 {
		margin: 0 0 31px;
	}

	.platform p {
		margin: 0 0 22px;
	}

	.platform .btn-holder {
		padding: 18px 0 35px;
	}

	.form-holder {
		padding: 48px 0 56px;
	}

	.form-holder h2 {
		margin: 0 0 19px;
	}

	.form-holder p {
		margin: 0 0 27px;
	}

	.form-holder .btn-holder {
		padding: 38px 0 0;
	}

	.contact-form .form-group {
		margin: 0 -15px 15px;
	}

	.contact-form .form-group .col {
		width: 50%;
		padding: 0 15px;
		float: left;
		margin: 0;
	}

	.contact-form .form-group.form-group1 {
		margin: 0;
	}

	.tester-section {
		padding: 40px 0;
	}

	.tester-section .btn-holder {
		margin: 0 0 51px;
	}

	.tester-section p {
		margin: 0 0 34px;
	}

	.tester-section h2 {
		margin: 0 0 28px;
	}

	.section-offers h2 {
		margin: 0 0 78px;
	}

	.table .th {
		padding: 18px 10px 11px;
	}

	.table .td {
		padding: 19px 10px;
		line-height: 30px;
		font-weight: 600;
		font-size: 15px;
	}

	.table .td > span {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.table .td,
	.table .th {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.table .td > span,
	.table .th > span {
		padding: 0;
	}

	.table .td:before,
	.table .th:before {
		content: none;
	}

	.table .td:after,
	.table .th:after {
		content: none;
	}

	.table .col-title {
		display: block;
	}

	.table .col-title .title {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 10px 37px 10px 10px;
	}

	.table .column {
		margin: 0;
	}

	.table .column + .column {
		border-left: 10px solid #f4f4f4;
	}

	.footer {
		padding: 36px 0;
		text-align: left;
	}

	.footer .logo {
		width: 30%;
		float: left;
		padding: 0 10px 0 0;
	}

	.footer-list {
		width: 70%;
		text-align: right;
		float: right;
		padding: 10px 0 0;
	}
}

@media (min-width: 992px) {
	h1,
	.h1 {
		font-size: 60px;
		line-height: 72px;
	}

	h2,
	.h2 {
		font-size: 48px;
		line-height: 50px;
		margin: 0 0 16px;
	}

	h3 {
		font-size: 30px;
		line-height: 34px;
	}

	.header.navbar-default .navbar-brand {
		width: auto;
	}

	.header.navbar-default .navbar-brand img {
		width: auto;
		max-width: 100%;
	}

	.header.navbar-default .nav {
		padding: 5px 0 0;
		font-size: 16px;
	}

	main .btn {
		padding: 17px 10px;
		min-width: 376px;
	}

	.banner {
		padding: 189px 0 212px;
	}

	.banner p {
		margin: 0 0 28px;
	}

	.section {
		padding: 61px 0;
	}

	.section h2 {
		font-size: 36px;
		line-height: 48px;
		padding: 0 12%;
		margin: 0 0 61px;
	}

	.section .btn {
		padding: 19px 10px;
		margin: 0 13px 10px;
		min-width: 335px;
	}

	.article .img-block {
		width: 48.8%;
	}

	.article .bg-img:before {
		background-size: 900px 900px;
	}

	.article:nth-child(2n) .img-block {
		width: 51.2%;
	}

	.article:nth-child(2n) .bg-img:before {
		background-position: -54% -58%;
	}

	.article .text-holder {
		min-height: 467px;
	}

	.platform {
		padding: 79px 0 0;
	}

	.platform .img-holder:after {
		background-position: -684px -142px;
		background-size: auto;
	}

	.platform .btn-holder .btn {
		min-width: 335px;
		padding: 19px 10px;
	}

	.form-holder .container {
		max-width: 780px;
	}

	.tester-section {
		padding: 71px 0 37px;
	}

	.section-offers {
		padding: 61px 0 0;
	}

	.table .th {
		font-size: 48px;
	}

	.table .th .title {
		font-size: 24px;
	}

	.table .td {
		font-size: 24px;
	}

	.table .column + .column {
		border-left-width: 30px;
	}

	.footer .logo {
		width: 40%;
	}

	.footer-list {
		width: 60%;
		padding: 17px 0 0;
	}
}

@media (min-width: 1200px) {
	.header.navbar-default .nav {
		padding: 9px 0 0;
	}

	.header.navbar-default .nav > li {
		margin: 0 23px;
	}

	.header.navbar-default .nav li + li:before {
		left: -31px;
	}

	.header.navbar-default .nav.navbar-right {
		margin: 0 -23px 0 0;
	}

	.four-col .col {
		padding: 0 47px 30px;
	}

	.article .bg-img:before {
		background-size: 1149px 1149px;
	}

	.article:nth-child(2n) .text-holder {
		padding: 80px 106px 76px 67px;
	}

	.article:nth-child(2n) h2 {
		margin: 0 0 27px;
	}

	.article:nth-child(2n) .bg-img:before {
		background-position: -34% -40%;
	}

	.article .text-holder {
		padding: 99px 91px 93px 81px;
	}

	.article.bg-pos1 .bg-img:before {
		background-position: -32% 132%;
	}

	.platform .img-holder:after {
		background-position: -638px -142px;
	}

	.table .table-wrap {
		margin: 0 -9px;
	}
}

@media (min-width: 1700px) {
	.article .bg-img:before {
		background-size: 1300px 1300px;
	}

	.article:nth-child(2n) .bg-img:before {
		background-position: -60% -32%;
	}
}

@media (max-width: 767px) {
	.article .bg-img {
		background: none;
		position: relative;
	}

	.article .bg-img img {
		visibility: visible;
		width: 100%;
		max-width: none;
	}

	.article .text-holder {
		margin: 0 0 20px;
	}

	.table .td,
	.table .th {
		height: auto !important;
	}
}
