.st_56_1 {
    margin-bottom: 15px;
    font: 300 14px/22px Roboto;
}

.st_56_2 {

}

.product_info .info {
    margin-top: -54px;
}

.st_56_2 .name {
    width: 100%;
	background: rgba(238, 238, 238, 1);
	padding: 5px 10px;
	margin-bottom: 15px;
	font-weight: 500;
}

.st_56_2 .rows {
	font-size: 12px;
	text-align: center;
	margin: 0 15px 15px 0;
}

.st_56_2 .rows label {
	cursor: pointer;	
}

.st_56_2 .rows img {
    max-width: 115px;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 50%;
}


.st_56_2 .rows img:hover, .st_56_2 .rows input:checked+img  {
    border-color: rgba(222, 31, 31, 1);
}

.st_56_2 .rows input:checked+img, .st_56_2 .rows .active {
    border-color: rgba(2, 179, 72, 1);
    box-shadow: inset 5px 5px 5px rgb(15 15 15 / 10%);
}

.st_56_2 .rows .currency {
    position: relative;
}

.st_56_2 .rows .currency:after {
    display: block;
    position: absolute;
    bottom: 5px;
    left: -1px;
    width: 6px;
    height: 1px;
    background: #000;
    content: '';
}

.st_56_2 .rows input {
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    border: none;
    padding: 0;
    top: 100%;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    min-height: auto;
    min-width: auto;
    background: none;
    line-height: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.st_56_3 {
	margin-bottom: 60px;
}

.st_56_3 img {
	width: 100%;
}

.st_56_text {
    color: #504B4B;
    font: 300 15px/24px Roboto;
}

.st_56_text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #222222;
    text-transform: uppercase;
    font-weight: normal;	
}

.st_56_text p {
    margin-bottom: 15px;
}

.st_56_4 {
	margin-top: 25px; 
}

.st_56_5 {
	margin-top: 25px; 
	background: #2b2b2b;
	padding: 25px 0;
	margin-bottom: 40px;
}

.st_56_5 .bl23 {
	width: calc(20% - 2px);
	margin: 0 2px 0 0;
	color: #fff;
	background: #404040;
	padding: 9px;
	font-size: 15px;
}

.st_56_5 .bl23 .rows:first-child {
	font-size: 18px;
	font-weight: 500;
}

.st_56_5 .bl23 .rows {
    padding: 13px 10px;
}

.st_56_5 .bl23 .rows:nth-child(odd) {
  background-color: #333;
}

.st_56_5 .bl23-color {
	background: #f7f14c;
}

.st_56_5 .bl23-color .rows {
    background: #404040;
}

.st_56_5 .bl23-color .rows:first-child {
	background: #f7f14c;
	color: #000;
}

.st_56_6 {
	margin-bottom: 90px;
}

.st_56_6 li {
	text-align: center;
}

.st_56_6 li .name {
    font-size: 35px;
    font-weight: 500;
	margin-bottom: 20px;
	padding: 5px 15px 20px 15px;
	border-bottom: 1px solid #f7f1f1;
	display: inline-block;
}

.st_slider {
	margin-top: 30px;
}

.st_56_6 li .desc {
    font-size: 21px;
    font-weight: 500;
}

.st_56_6 li img {
	width: 100%;
}

.st_56_6 .bx-wrapper .bx-controls-direction a.bx-next, .st_56_6 .bx-wrapper .bx-controls-direction a.bx-prev {
	top: 300px;
}

.st_56_7 {
    position: relative;
    display: block;
    width: 100%;
}

.st_56_7 .scheme-us7__img-wrap img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.st_56_7 .scheme-us7__img-wrap .more_info {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    background-color: #45453f;
	border-width: 6px;
	border: 6px solid #f7f14c;
    border-color: #f7f14c;
    position: absolute;
    border-radius: 50%;
    top: 10%;
    left: 10%;
    width: 41px;
    height: 41px;
	-webkit-animation: glowing 2s ease-out infinite;
	-moz-animation: glowing 2s ease-out infinite;
	animation: glowing 2s ease-out infinite;
}


@keyframes glowing {
  0% { background-color: #45453f; box-shadow: 0 0 5px #f7f14c; }
  5% { background-color: #45453f; box-shadow: 0 0 10px #f7f14c; }
  10% { background-color: #45453f; box-shadow: 0 0 15px #f7f14c; }
  15% { background-color: #45453f; box-shadow: 0 0 20px #f7f14c; }
  20% { background-color: #45453f; box-shadow: 0 0 25px #f7f14c; }
  25% { background-color: #45453f; box-shadow: 0 0 30px #f7f14c; }
  30% { background-color: #45453f; box-shadow: 0 0 25px #dfd820; }
  35% { background-color: #45453f; box-shadow: 0 0 20px #f7f14c; }
  45% { background-color: #45453f; box-shadow: 0 0 15px #f7f14c; }
  50% { background-color: #45453f; box-shadow: 0 0 10px #f7f14c; }
  100% { background-color: #45453f; box-shadow: 0 0 2px #f7f14c; }
}

.st_56_7 .scheme-us7__img-wrap {
	position: relative;
}


.tooltip {
    position: fixed;
    background: #000;
    color: #fff;
    padding: 8px 18px 8px 8px;
	max-width: 320px;
	font-size: 12px;
}

.tooltip h4 {
	margin-bottom: 10px;
}

.tooltip ul {
	margin: 0 0 10px 17px;
}

.tooltip ul li {
	margin-bottom: 3px;
}

.coord-live {
    background: #666;
    position: fixed;
    top: 0;
    padding: 5px;
    color: #fff;
    font-size: 13px;
	z-index: 10;
}

#q1, #q2, #q3, #q4, #q5, #q6, #q7, #q8 {
	display: none;
}

.st_56_7 .scheme-us7__img-wrap .color_tab_0 {
    right: 10%;
    left: inherit;	
}

.st_56_7 .scheme-us7__img-wrap .color_tab_1 {
    right: 10%;
    left: inherit;
	top: 16%;
}

.st_56_7 .scheme-us7__img-wrap .color_tab_2 {
    right: 10%;
    left: inherit;
	top: 22%;
}

.st_56_7 .scheme-us7__img-wrap .color_tab_3 {
    right: 10%;
    left: inherit;
	top: 28%;
}

.st_56_7 .scheme-us7__img-wrap .color_tab_4 {
    right: 10%;
    left: inherit;
	top: 34%;
}

.st_56_7 .scheme-us7__img-wrap .color_tab_5 {
    right: 10%;
    left: inherit;
	top: 40%;
}

.st_56_7 .scheme-us7__img-wrap .color_tab_6 {
    right: 10%;
    left: inherit;
	top: 46%;
}
/*
.st_56_7 .scheme-us7__img-wrap .color_tab_0 {
    border: 6px solid #000;
    border-color: #000;
	background-color: #000;
	-webkit-animation: glowing2 2s ease-out infinite;
	-moz-animation: glowing2 2s ease-out infinite;
	animation: glowing2 2s ease-out infinite;
}

.st_56_7 .scheme-us7__img-wrap .color_tab_1 {
    border: 6px solid #000;
    border-color: #000;
	background-color: #fff;
	-webkit-animation: glowing3 2s ease-out infinite;
	-moz-animation: glowing3 2s ease-out infinite;
	animation: glowing3 2s ease-out infinite;
}


@keyframes glowing2 {
  0% { background-color: #000; box-shadow: 0 0 5px #000; }
  5% { background-color: #000; box-shadow: 0 0 10px #000; }
  10% { background-color: #000; box-shadow: 0 0 15px #000; }
  15% { background-color: #000; box-shadow: 0 0 20px #000; }
  20% { background-color: #000; box-shadow: 0 0 25px #000; }
  25% { background-color: #000; box-shadow: 0 0 30px #000; }
  30% { background-color: #000; box-shadow: 0 0 25px #000; }
  35% { background-color: #000; box-shadow: 0 0 20px #000; }
  45% { background-color: #000; box-shadow: 0 0 15px #000; }
  50% { background-color: #000; box-shadow: 0 0 10px #000; }
  100% { background-color: #000; box-shadow: 0 0 2px #000; }
}

@keyframes glowing3 {
  0% { background-color: #fff; box-shadow: 0 0 5px #000; }
  5% { background-color: #fff; box-shadow: 0 0 10px #000; }
  10% { background-color: #fff; box-shadow: 0 0 15px #000; }
  15% { background-color: #fff; box-shadow: 0 0 20px #000; }
  20% { background-color: #fff; box-shadow: 0 0 25px #000; }
  25% { background-color: #fff; box-shadow: 0 0 30px #000; }
  30% { background-color: #fff; box-shadow: 0 0 25px #000; }
  35% { background-color: #fff; box-shadow: 0 0 20px #000; }
  45% { background-color: #fff; box-shadow: 0 0 15px #000; }
  50% { background-color: #fff; box-shadow: 0 0 10px #000; }
  100% { background-color: #fff; box-shadow: 0 0 2px #000; }
}
*/

.st_56_8 {
    padding: 0 50px;
    margin-bottom: 65px;
}

.st_56_8 img {
	width: 100%;
}

.st_56_8 .bx-pager-item {
	display: inline-block;
	margin: 0 4px;
}

.st_56_8 .st_slider {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-bottom: 55px;
}

.st_56_8 .st_slider .name {
	text-align: center;
	font-size: 20px;
}

.st_56_8 .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
}

.st_56_8 .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}

.st_56_8 .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -55px;
}

.st_56_9 {
    margin-bottom: 35px;
}

.st_56_9 img, .st_56_10 img {
    width: 100%;
}

.template_b_1093 {
	background-color: #1b1f20;
	padding-top: 25px;
}

.template_b_1093 .st_56_text, .template_b_1093 .st_56_text h2 {
	color: #fff;
}

.st_56_5 h2 {
	color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: normal;
}

@media (max-width: 767px){
	.st_56_5 .bl23 {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.st_56_text h2 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.st_56_5 .bl23 .rows, .st_56_5 .bl23 .rows:first-child {
		font-size: 20px;
		padding: 10px 5px;
	}
	
	.bx-wrapper .bx-controls-direction a.bx-next {
		right: -10px;
	}
	
	.bx-wrapper .bx-controls-direction a.bx-prev {
		left: -10px;
	}
	
	.st_56_8 .st_slider .name {
		font-size: 17px;
	}
	
	.st_56_7 .scheme-us7__img-wrap .more_info {
		width: 20px;
		height: 20px;
        border-width: 3px;
        border: 3px solid #f7f14c;
	}
	
	.st_56_7 .scheme-us7__img-wrap .color_tab_0 {
		top: 10%;
	}
	
	.st_56_7 .scheme-us7__img-wrap .color_tab_1 {
		top: 20%;
	}

	.st_56_7 .scheme-us7__img-wrap .color_tab_2 {
		top: 30%;
	}
	
	.st_56_7 .scheme-us7__img-wrap .color_tab_3 {
		top: 40%;
	}
	
	.st_56_7 .scheme-us7__img-wrap .color_tab_4 {
		top: 50%;
	}
	
	.st_56_7 .scheme-us7__img-wrap .color_tab_5 {
		top: 60%;
	}
	
	.st_56_7 .scheme-us7__img-wrap .color_tab_6 {
		top: 70%;
	}
	
	.st_56_7 .scheme-us7__img-wrap .color_tab_7 {
		top: 80%;
	}
	
	.product_info .info {
		margin-top: 0px;
	}
		
	.st_56_2 .rows {
		margin: 0 15px 15px 0;
		width: calc(33% - 15px);
	}
	
	.st_56_2 .rows img {
		width: 100%;
	}
	
    .st_56_6 li .name {
        font-size: 27px;
		line-height: 28px;
	}
	
	.tooltip {
		width: 100%;
	}
	
}

