@import url('reset.css');

html {
	width: 100%;
	height: 100%;
}
h1 {
	font-size: 2.4em;
	font-weight: 300;
	margin-bottom: .5em;
}

h2, #mainPage h1 {
	font-size: 2.4em;
	font-weight: 300;
	text-align: center;
	line-height: 1.3;
	margin: 0 0 .75em;
}

h3 {
	font-size: 1.3em;
	margin: 1.75em 0 .5em;
	font-weight: 400;
	line-height: 1.3;
}

p {
	margin: 0 0 1.5em;
}

img {
	max-width: 100%;
}

:link,
:visited {
	color: #3d73ff;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}

:link:hover,
:visited:hover {
	color: #e00;
}

.pseudo-link {
	text-decoration: none;
	border-bottom: 1px dotted;	
}

ul,
ol {
	margin: 0 0 1.5em 2em;
	text-align:left;
}

ul li,
ol li {
	margin: 0 0 .5em;
}


.page {
	font: 80.75%/1.5 'Open Sans', sans-serif;
	color: #252525;
	background: #fff;
	height: 100%;
}

.page__inner {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #e9eff2 url('../images/pattern.png') 0 0 repeat;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 4%;
}

.header {
	padding: 1em 0;
	background: #fff;
    width: 100%;
}

.header .nav {
	font-size: 1.2em;
	float: right;
    position: relative;
}

#headBan {
    position: absolute;
    top: 11px;
    right: 0;
    width: 100%;
}

#headBan div {
    position: relative;
    display: block;
    width: 468px;
    margin: 0 auto;
}

.nav ul {
	margin: 0;
}

.nav__item {
	display: inline-block;
	vertical-align: middle;
	margin: .5em 0 0 1em;
}

.nav__item b {
	font-weight: normal;
}

.brand {
	font-size: 1.35em;
	font-weight: 700;
	float: left;
    position: relative;
}

.brand :link,
.brand :visited {
	text-decoration: none;
	color: #44535a;
}

.logo {
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
}

.logo img {
	display: block;
}

.section {
	position: relative;
	width: 100%;
	padding: 2.67em 0;
	background: #fff;
}

.section:last-child {
	padding-bottom: 10em;
}

.section_theme_gray {
	background: #e9eff2 url('../images/pattern.png') 0 0 repeat;
}

.content {
	padding: 3% 5%;
	background: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.25);
	box-shadow: 0 5px 10px rgba(0,0,0,.25);
}

.download-box {
	max-width: 800px;
	margin: 0 auto;
	padding: 4% 5%;
	background: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.25);
	box-shadow: 0 5px 10px rgba(0,0,0,.25);
}

.download-box__button {
	float: right;
	margin-left: -100%;
	width: 10em;
}

.message {
	 padding: 3% 5%;
	 background: #f0f0f0;
	 margin: 0 auto 20px;
	 max-width: 800px;
	 position: relative;
	 z-index: 5;
	 box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

.message:after,
.message:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 3%;
	height: 0;
	border-color: #f0f0f0 transparent transparent transparent;
	border-width: 16px 16px 0 16px;
	border-style: solid solid none solid;
}

.message:before {
	border-color: #ccc transparent transparent transparent;
	margin-top: 1px;
}

.message_type_error {
	color: #d20; 
}

.preview {
	margin-right: 10em;
}

.preview__title {
	margin-top: 0;
}

.preview__performer,
.preview__duration {
	display: block;
	color: #7f7f7f;
}

.preview__player {
	margin: 1.5em 0;
}

.select-quality {
	margin-bottom: 1.5em;
}

.wm {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/logo-wm.png') 50% -25px no-repeat;
}

.jumbotron {
	overflow: hidden;
	text-align: center;
}

.jumbotron a {
	position: relative;
	z-index: 1;
}

.promo {
	font-size: 1.1em;
    font-weight: 300;
    width: 100%;
    margin: 0 auto 1.75em;
	text-align: left;
}

.download {
	position: relative;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
}

.download__meta {
	display: block;
	font-size: .45em;
	padding-bottom: 0px;
	position: relative;
  bottom: 12px;
}


.whats-new {
	position: relative;
	margin-top: 1.5em;
}

.icon {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	background: url('../images/icons.png');
}

.icon-download {
	height: 24px;
	width: 24px;
	background-position: -83px -7px;
}

.btn {
	position: relative;
	display: inline-block;
	height: auto;
	line-height: 1.5;
	cursor: pointer;
	text-decoration: none;
	border-radius: 2px;
	border: 1px solid #ccc;
	background: #f9faf9;
		background: -webkit-linear-gradient(top, #f9faf9, #d6d7d6);
	background: -moz-linear-gradient(top, #f9faf9, #d6d7d6);
	background: -o-linear-gradient(top, #f9faf9, #d6d7d6);
	background: -ms-linear-gradient(top, #f9faf9, #d6d7d6);
	background: linear-gradient(top, #f9faf9, #d6d7d6);
	
}

.btn:hover {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25);
	box-shadow: 0 1px 1px rgba(0,0,0,.25);
	border-color: #999;
}

.btn:active,
.btn:active:hover {
	border-color: #ccc;
	background: #f9faf9;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25) inset;
}

.btn input {
	position: absolute;
	top: 0;
	left: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	width: 100%;
	height: 100%;
		padding-bottom:50px;
}

.btn__text {
	position: relative;
	display: inline-block;
	padding: .25em 1em;
	color: #454545;
	text-shadow: 0 1px 0 rgba(0,0,0,.25);

}

.btn:hover .btn__text {
	color: #454545;
}

.btn_icon_yes .btn__text {
	padding: .25em 1em .25em .75em;
}

.btn:active .btn__text {
	top: 1px;
}

.btn_size_large {
	font-size: 2.4em;
	font-weight: 300;
	max-height: 2.67em;
	border-radius: 3px;
}

.btn_size_middle {
	font-size: 1.35em;
	font-weight: 300;
	border-radius: 3px;
}

.btn_theme_green {
	background: #5fbe39;
	border-color: #307813;
}

.btn_theme_green .btn__text {
	color: #fff;
}

.btn_theme_green:hover {
	border-color: #307813;
	background: #5fbe39;
	background: -webkit-linear-gradient(top, #5fbe39, #56ab33);
	background: -moz-linear-gradient(top, #5fbe39, #56ab33);
	background: -o-linear-gradient(top, #5fbe39, #56ab33);
	background: -ms-linear-gradient(top, #5fbe39, #56ab33);
	background: linear-gradient(top, #5fbe39, #56ab33);
}

.btn_theme_green:hover .btn__text {
	color: #fff;
}

.btn_theme_green:active,
.btn_theme_green:active:hover {
	background: #5fbe39;
	border-color: #307813;
}

.btn_theme_red {
	background: #be3939;
	border-color: #8b2129;
}

.btn_theme_red:hover {
	background: #be3939;
	border-color: #8b2129;
	background: -webkit-linear-gradient(top, #be3939, #b03535);
	background: -moz-linear-gradient(top, #be3939, #b03535);
	background: -o-linear-gradient(top, #be3939, #b03535);
	background: -ms-linear-gradient(top, #be3939, #b03535);
	background: linear-gradient(top, #be3939, #b03535);
}

.btn_theme_red:active,
.btn_theme_red:active:hover {
	background: #be3939;
	border-color: #8b2129;
}

.btn_theme_red .btn__text {
	color: #fff;
}

.requirments {
	width: 50%;
	margin: 0 auto;
}

.requirments-list {
	font-size: 1.2em;
	list-style: none;
	margin: 0 0 2em;
}

.requirments-list li {
	margin-bottom: .75em;
}

.requirments-list .icon {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-left: -54px;
	margin-right: 16px;
	vertical-align: middle;
	background: url('../images/icons.png') 0 0 no-repeat;
}

.requirments-list .icon-os {
	background-position: 0 0;
}

.requirments-list .icon-browser {
	background-position: -38px 0;
}


.hint {
	font-size: .93em;
	margin-top: 2em;
}

.thumbnail {
	display: inline-block;
	box-shadow: 0 2px 10px rgba(0,0,0,.15);
}

.install-movie {
	width: 100%;
}

.install-slider {
	width: 100%;
}

.bxslider {
	margin: 0;
}

.movie {
	position: relative;
	width: 100%;
	height: 315px;
	background: #fff;
}

.movie .play {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin: -35px 0 0 -35px;
	cursor: pointer;
	background: rgba(0,0,0,.25);
	border-radius: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.movie .play:hover {
	background: rgba(0,0,0,.5);
}

.movie .play:before {
	font-size: 0;
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	height: 0;
	margin: -19px 0 0 -12px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 19px 0 19px 32px;
}

.grid {
	letter-spacing: -.31em;
	word-spacing: -.43em;
}

.grid__cell {
	display: inline-block;
	padding: 0 2% 0 0;
	vertical-align: top;
	word-wrap: break-word;
	letter-spacing: normal;
	word-spacing: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.grid__cell_size_1-of-2 {
	width: 47%;
	padding: 0 2.9% 0 0;
}

.grid__cell_size_1-of-2:nth-child(2) {
	padding: 0 0 0 2.9%;
}

@media all and (max-width: 1000px) {
	.grid__cell_size_1-of-2 {
		width: 100%;
		padding: 0;
	}
}

.install {
	padding-left: 3.3em;
	text-align:left;
}

.install-steps {
	font-size: 0.8em;
	list-style: none;
	margin: 0 0 2em;
}

.install-steps li {
	margin-bottom: 1em;
}

.install-steps .step {
	font-weight: 700;
	font-style: italic;
	float: left;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin: -3px 0 0 -50px;
	color: #4d5568;
	text-align: center;
	border-radius: 50%;
	border: 3px solid #4d5568;
}

.how-it-works__thumb {
	margin-bottom: 1.5em;
}

.how-it-works__one,
.how-it-works__two {
	display: inline-block;
	width: 40%;
	padding: 0 1%;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.how-it-works__arrow {
	display: inline-block;
	width: 18%;
	padding-top: 5%;
	vertical-align: middle;
	text-align: center;
}

.faq h3:before {
    content: "� ";
	margin-left: -1.2em;
}

.form {
	width: 75%;
	margin: 2em 0;
}

@media all and (max-width: 1000px) {
	.form {
		width: 100%;
	}
}

.form .control-group {
	margin-bottom: .5em;
}

.form .control-label {
	float: left;
	width: 10em;
	margin: 0 -100% 0 0;
}

.form .controls {
	margin-left: 11em;
	width: 60%;
}

.form .controls input[type="text"],
.form .controls input[type="email"],
.form .controls textarea {
	font-size: 0.8em;
	padding: .5em;
	width: 100%;
	margin-bottom: .75em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
	border: 1px solid #d1d1d1;
	border-radius: 1px;
}

.form .controls input[type="text"]:focus,
.form .controls input[type="email"]:focus,
.form .controls textarea:focus {
	border-color: #2b85ff;
	box-shadow: 0 0 4px rgba(17,63,125,.25);
		-webkit-transition: border-color .3s, box-shadow .3s;
	-moz-transition: border-color .3s, box-shadow .3s;
	-o-transition: border-color .3s, box-shadow .3s;
	-ms-transition: border-color .3s, box-shadow .3s;
	transition: border-color .3s, box-shadow .3s;
}

.form .controls input[type="file"] {
	margin-bottom: 1em;
}

.form-actions {
	padding: 1.5em 0 0 11em;
}

.field-help {
	font-size: .92em;
	display: block;
	margin: -.5em 0 1.25em;
	color: #7f7f7f;
}

.field-help_type_error {
	color: #e00;
}

.errors {
	color: #e00;
	border: 1px dotted #e00;
	padding: 1.5em;
}

.added {
	color: green;
	border: 1px dotted green;
	padding: 1.5em;
	text-align: center;
}

.uninstall {
	margin-bottom: 2em;
	padding: 1.5em 2em;
	background: #f0f0f0;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	border: 1px solid #d1d1d1;
}


.uninstall p {
	margin-bottom: 1em;
}

.uninstall p:last-child {
	margin-bottom: 0;
}



.footer {
	font-size: .86em;
	position: relative;
	height: 110px;
	margin-top: -110px;
	padding: 2.5em 0 3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background: #393e4b;
}

.footer :link,
.footer :visited {
	color: #fff;
}

.copyright {
	display: inline-block;
	width: 23%;
	margin-right: 2%;
	vertical-align: top;
}

.legal {
	display: inline-block;
	width: 65%;
	line-height: 1.3;
	vertical-align: top;
}

.legal p {
	margin-bottom: 0;

}

#installpack-table {
    margin-bottom: 1em;
    color: #555;
    font-size: 18px;
    text-align: center;
    font-family: Roboto, sans-serif;
}
#installpack-table table {
    width: 50%;
    max-width: 750px;
    margin: 0 auto;
    font-size: 0.8em;
}
#installpack-table th {
    text-align: center;
    line-height: 1;
}
#installpack-table th:first-child, #installpack-table th:last-child {
    width: 20%;
}
#installpack-table .ip-label {
    display: inline-block;
    font-size: 0.8em;
    font-weight: 300;
    background-color: #ff5722;
    color: #fff;
    padding: 3px 8px;
    margin-bottom: 2px;
}
#installpack-table td {
    border-bottom: 1px solid rgba(82, 78, 71, 0.1);
    padding: 2px 8px;
    line-height: 1;
    letter-spacing: 1px;
}
#installpack-table tr:last-child td {
    border-bottom: 1px solid transparent;
}
#installpack-table td i {
    display: inline-block;
    width: 24px;
    height: 24px;
}
#installpack-table .chek,
#installpack-table .uncheck {
  background: url("https://installpack.net/wp-content/themes/installpack/images/icons.svg") no-repeat;
}

#installpack-table td i.chek {
    background-position: 0 -24px;
    background-size: 24px;
}
#installpack-table td i.uncheck {
    background-position:0 -48px;
    background-size: 24px;
}
#installpack-table .buttons-wrapper {
    max-width: 790px;
    margin: 0 auto;
    font-family: Roboto, sans-serif;
}
#installpack-table .fleft {
    float: left;
    text-align: left;
    width: 50%;
}
#installpack-table .fright {
    float: right;
    text-align: right;
    width: 50%;
}
#installpack-table .btn {
    cursor: pointer;
    padding: 22px 24px 24px 94px;
    position: relative;
    white-space: normal;
    color: rgba(51, 51, 51, 1);
    background-color: rgba(255, 255, 255, 1);
    line-height: 1;
    text-align: center;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent;
    display: inline-block;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
}
#installpack-table .btn:before {
    content: '';
    background: url(https://installpack.net/wp-content/themes/installpack/images/icons.svg) no-repeat -53px -5px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 43px;
    height: 43px;
    top: 50%;
    left: 0;
    margin: -22px 0 0 16px;
    border-radius: 50%;
    padding: 6px 8px 8px 8px;
    border-top: 2px solid rgba(0, 0, 0, .05);
    box-sizing: border-box;
    background-size: 150px 150px;
}
#installpack-table .btn-installpack:before {
    content: '';
    background: url('https://installpack.net/wp-content/themes/installpack/images/ip-icon.svg') no-repeat 4px 0 rgba(0, 0, 0, 0.1);
    background-size: 35px 35px;
}
#installpack-table .btn-tabs {
    vertical-align: top;
}
#installpack-table .btn-installpack {
    background-color: #4caf50;
    color: #fff;
}
#installpack-table .btn-installpack:hover {
    background-color: #7fd082;
}
#installpack-table .btn-windows {
    background-color: #8fa290;
    color: #fff;
}
#installpack-table .btn-tabs {
    margin: 0 20px 20px;
    padding: 12px 34px 14px 104px;
    min-width: 320px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.5);
    font-weight: 300;
}
#installpack-table .btn-tabs .btn-tabs-text {
    position: relative;
    font-size: 12px;
    text-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1);
}
#installpack-table .btn-tabs.r2 {
    padding: 18px 34px 14px 104px;
}
#installpack-table .btn span {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    display: block;
}
#installpack-table .btn-tabs.r2 span {
    padding-bottom: 6px;
}
#installpack-table .btn-tabs-text:before {
    content: '';
    display: block;
    height: 100%;
    min-height: 50px;
    position: absolute;
    left: -20px;
    border-left: 1px rgba(0, 0, 0, .1) solid;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#installpack-table p {
	margin: 10px 50px 50px;
	font-size: 0.8em;
} 

.branded-app-title {
    position: relative;
    line-height: 48px;
    color: #448dd0;
    text-align: center;
font-size: 45px;}	


/* Magnific Popup animation */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}



.hide {
	display: none;
}

.wrong {
	color: #d20;
}

.correct {
	color: green;
}

.cf:before,
.cf:after,
.container:before,
.container:after {
    content: " ";
    display: table;
}

.cf:after,
.container:after {
    clear: both;
}

.cf,
.container {
    *zoom: 1;
}

#disqus_thread {
margin-right:30px;
margin-left:30px;
width:70%;
}

a.button7 {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: rgb(196,60,6);
  box-shadow: 0 -3px rgb(196,60,6) inset;
  transition: 0.2s;
} 
a.button7:hover { background: rgb(229, 96, 43); }
a.button7:active {
  background: rgb(248,127,80);
  box-shadow: 0 3px rgb(248,127,80) inset;
}
a.ubar{min-height:3.4em}
span.ubar{color:#ddd;width:100%;text-align:right;font-size:.45em; position: absolute;
	right: 10;
	bottom: 0;}
a.mediaget{min-height:3.4em}
span.mediaget{color:#ddd;width:100%;text-align:right;font-size:.45em; position: relative; 
	right: 30px; bottom: 20px; position: absolute;
	right: 2;
	bottom: 0;}

.adaptive-table__container {
  margin: 5% 3%;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #5e5d52;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 48em) {
  .adaptive-table__container {
    margin: 2%;
  }
}
@media (min-width: 75em) {
  .adaptive-table__container {
    margin: 2em auto;
    max-width: 75em;
  }
}

.adaptive-table__table-block {
  width: 100%;
  margin-bottom: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 48em) {
  .adaptive-table__table-block {
    font-size: .9em;
  }
}
@media (min-width: 62em) {
  .adaptive-table__table-block {
    font-size: 1em;
  }
}
.adaptive-table__table-block thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .adaptive-table__table-block thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.adaptive-table__table-block thead th {
  background-color: #FF9900;
  border: 1px solid #FF9900;
  font-weight: normal;
  text-align: center;
  color: white;
}
.adaptive-table__table-block thead th:first-of-type {
  text-align: left;
}
.adaptive-table__table-block tbody,
.adaptive-table__table-block tr,
.adaptive-table__table-block th,
.adaptive-table__table-block td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 48em) {
  .adaptive-table__table-block tr {
    display: table-row;
  }
}
.adaptive-table__table-block th,
.adaptive-table__table-block td {
  padding: .5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .adaptive-table__table-block th,
  .adaptive-table__table-block td {
    padding: .75em .5em;
  }
}
@media (min-width: 48em) {
  .adaptive-table__table-block th,
  .adaptive-table__table-block td {
    display: table-cell;
    padding: .5em;
  }
}
@media (min-width: 62em) {
  .adaptive-table__table-block th,
  .adaptive-table__table-block td {
    padding: .75em .5em;
  }
}
@media (min-width: 75em) {
  .adaptive-table__table-block th,
  .adaptive-table__table-block td {
    padding: .75em;
  }
}
.adaptive-table__table-block caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {
  .adaptive-table__table-block caption {
    font-size: 1.5em;
  }
}
.adaptive-table__table-block tfoot {
  font-size: .8em;
  font-style: italic;
}
@media (min-width: 62em) {
  .adaptive-table__table-block tfoot {
    font-size: .9em;
  }
}
@media (min-width: 48em) {
  .adaptive-table__table-block tbody {
    display: table-row-group;
  }
}
.adaptive-table__table-block tbody tr {
  margin-bottom: 1em;
  border: 2px solid #FF9900;
}
@media (min-width: 48em) {
  .adaptive-table__table-block tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.adaptive-table__table-block tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .adaptive-table__table-block tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
}
.adaptive-table__table-block tbody th[scope="row"] {
  display: flex;
  align-items: center;
  background-color: #FF9900;
  color: white;
  font-weight: bold;
}
@media (min-width: 48em) {
  .adaptive-table__table-block tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}
.adaptive-table__table-block tbody td {
  text-align: right;
}
@media (min-width: 30em) {
  .adaptive-table__table-block tbody td {
    border-bottom: 1px solid #FF9900;
  }
}
@media (min-width: 48em) {
  .adaptive-table__table-block tbody td {
    text-align: center;
  }
}
.adaptive-table__table-block tbody td[data-type=currency] {
  text-align: center;
}
@media (max-width: 48em) {
  .adaptive-table__table-block tbody td[data-type=currency] {
    text-align: right;
  }
}
.adaptive-table__table-block tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: .8em;
  color: rgba(94, 93, 82, 0.75);
}
@media (min-width: 30em) {
  .adaptive-table__table-block tbody td[data-title]:before {
    font-size: .9em;
  }
}
@media (min-width: 48em) {
  .adaptive-table__table-block tbody td[data-title]:before {
    content: none;
  }
}

.adaptive-table__soft-logo {
  margin: 0px 15px 0px 0px;
}