@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

.inline-header {
	display: inline-block;
}

.h-text {
	color: #000000;
	padding-bottom: 45px;
}

.h-text-j {
	color: #646466;
	font-size: 2.7em;
}

a.app-text-1 {
	font-weight: bold;
	font-size: 1.5em;
	color: #000000;
}

/*
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -55px;
    padding: 0 0 55px;
}

.wrap > .container {
    padding: 15px 15px 20px;
}*/


.container-custom {
	margin-top: 5px;
}
.glyphicon-1box {

	font-size: 24px;
}

.footer >.container-fluid > img {
    display: inline-block;
    padding-right: 10px;
}

.footer a {
	color: #fff;
	padding-top: 6px;
}

/*
.footer {
	height: 45px;
	background-color: #6D6E72;
	border-top: 5px solid #C82E35;
	padding-top: 20px;
}
*/

.btn-select {
	color: #fff;
	background-color: #e21b22;
	border-color: #e11a21;
	text-transform: uppercase;
	padding: 2px;
	font-size: 1em;
	border-radius: 0px;
	border-style: solid;
	border-width: 2px;
}

.btn-select:hover {
	/*box-shadow: 5px 5px 5px grey;*/
	color: #e21b22;
	background-color: #fff;
	border-color: #e21b22;
}

.jumbotron {
	text-align: center;
	background-color: transparent;

    padding-bottom: 0;
    margin-bottom: 0;
}

.jumbotron .btn {
	color: #fff;
	background-color: #e21b22;
	border-color: #e11a21;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 50px;
	font-size: 2em;
	border-radius: 0px;
	border-style: solid;
	border-width: 4px;
}

.jumbotron a:hover {
	/*box-shadow: 5px 5px 5px grey;*/
	color: #e21b22;
	background-color: #fff;
	border-color: #e21b22;
}

.not-set {
	color: #c55;
	font-style: italic;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

/* center images in row col */
.col-center {
	/*
	display: block;
	margin-left: auto;
	margin-right: auto;
	*/
	padding: 10px;
}
ul.steps {
	margin: 0; /* Обнуляем значение отступов */
	padding: 4px; /* Значение полей */
}
ul.steps li {
	display: inline-block;
	margin: 25px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 1.25em;
}

ul.steps li a {
	color: #e21a22;
}

ul.steps-result li a {
	color: #000000;
	text-decoration: none;
}

.steps-mobile-act {
	color: #e21a22;
}

ul.steps-mobile {
	padding: 5px;
	list-style-type: none;
	/*font-size: 7em;*/
}
ul.steps-mobile li {
	color: #6d6e71;
	display: inline-block;
}

.stepsactive {
	color: #e21a22;
	font-size: 2em;
	border: 0 solid #e21a22;
	border-bottom-width: 6px;
	padding-bottom: 5px;
}

.stepsactive-result {
	color: #000000;
	border: 0 solid #000000;
	border-bottom-width: 6px;
}

.stepsnext {
	color: #6d6e71;
	font-size: 2em;
	border: 0 solid #6d6e71;
	border-bottom-width: 6px;
	padding-bottom: 5px;
}

.materials a{
	color: #000000;
	font-weight: bold;
	font-size: 1.5em;
}

.cl-text {
	color: #6d6e71;
}

.button-clear {
	border-color: #ffffff;
	width: initial;
	display: table-cell;
}

.padding-clear-header {
    padding-right: 1px;
    padding-left: 1px;
}
.alert-grey {
	color: #000000;
	background-color: #f4f4f4;
	border-color: #f4f4f4;
}

.right-block {
	border: 0px solid #fff;
	background-color: #fff;
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.mobile-step {
	color: #e21a22;
	font-size: 1.5em;

}

.button-select {
	/*
    float: right;
    margin: 7px 0 7px 7px;
    */
    padding: 10px;
}

.sets-name {
	color: #e21a22;
	font-size: 3em;
}

.sets-oc {
	font-size: 2em;
	font-weight: bold;
}

.sets-button {
	color: #ffffff;
	background-color: #6d6e71;
	border-color: #000000;
	border-radius: 0;
	border: 2px solid #000000;
}

hr.line-3px {
	border-top: 3px solid #6d6e71;
}

hr.line-1px {
	border-top: 1px solid #6d6e71;
}

hr.line-1px-gray {
	border-top: 1px solid #818183;
}

hr.line-3px-gray {
	border-top: 3px solid #818183;
}

@media (max-width: 767px) {
	.col-md-6 > h3 {
		font-size: 15px;
	}
	.col-md-3 {
		/*padding: 0;*/
	}
	.jumbotron .btn {
		padding: 0;
	}
	body {
		/*background-image: url(/static/images/footer_items_mobile.png);*/
		/*background-size: 70%;*/
	}
}

html, body { height: 100%; padding: 0; margin: 0; }
body { display: table; width: 100%; height: 100%; }
.footer, .content { display: table-row; }
.footer { height: 1px; }
.content { height: auto; }
.footer > .container-fluid { background-color: #6d6e71; }


.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: ;
    right: 25px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 14px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
