/*
Theme Name: Bytec
Text Domain: bytec
Version: 1.0
*/
/*
* {
outline: 1px solid green;
}
*/
html {
	font-size:16px;
}
body {
  font-family: 'Ubuntu', sans-serif; 
  font-family: 'Arimo', sans-serif; 
  font-family: 'Nunito', sans-serif; 
  font-weight:400;
  color: #4D4D4D;
  line-height:1.5;
  /*
  font-size:14px;
  */
}
html,body{
  height: 100%;
}
.container {
  max-width: 1230px;
}
a, a:link, a:visited, a:active {
    text-decoration: none;
	outline: none;
	color: #CA2026;
}
a:hover {
   color: #858585;
}
a.text {
   color: #979797;
}


img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.brand_logo {
	width:200px; 
	position: absolute; 
	top:0; 
	left:0; 
	z-index:100;
	display: block;
}
.brand_logo.front_logo {
	width:33%; 
	/*
	position: relative; 
	margin:0 auto;
	*/
}
/*
position: absolute; top:0; left:-20px; z-index:100;
*/

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif; 
	color:#333;
/*	
	color:#4d4d4d;
	color:#696969;
	*/
	font-weight:500;
}
h1 { 
	font-size: 3.125rem;
		color:#cecece;
	}
	
h1.display-4 {
	font-size: 2rem;
	/*
	border-left: 2px solid #CA2026;
	padding: 0 0 0 .25rem;		
	*/
	line-height:1;	
}
#site-slogan h1 {	color:#333;}
h2 {
	font-size: 2.625rem;	 
	margin: 3.125rem 0;
}
h3 {
	font-size: 1.875rem;	 
	margin: 2.625rem 0;
}
h4 {
	font-size: 1.25rem;	 
	margin: 1.875rem 0;
}
h2 sup {	font-size: 50%;
top: -.7em;}
h4.front {
	color: #CA2026;
	font-weight:400;
	text-transform: uppercase;
	font-size: 1.4rem;	
}
.subtitle {
	font-size: 1.25rem;
	color: #696969;
	text-align:center;
	font-weight:300;
}
article.front {
	/*
	font-size: .875rem;	
	*/
}

article ul li {
	list-style-type: none; 
	position: relative; 
	margin: .5rem 0;
}
article ul li:before {
/*	
color: #CA2026;
content: "\2B24"; 
*/
    position: absolute;  
    top: .5rem;  
    margin: 0 0 0 -1rem;    
    vertical-align: middle;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #CA2026;
    content: " ";
	border-radius:50%;
}
article ul li li:before {
    position: absolute;  
    top: .5rem;  
    margin: 0 0 0 -1rem;    
    vertical-align: middle;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #FFF;
    content: " ";
	border-radius:50%;
	border:1px solid #CA2026;
}

/**/
article ol {
	list-style-type: none; 
	margin: 0 0 0 45px;
	padding: 15px 0 5px 0;
	font-size: 16px;

}
article ol li {
	counter-increment: step-counter;
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	line-height: 1.4;
}
article ol li:before {
  content: counter(step-counter);
	display: inline-block;
	position: absolute;
	top: 0;
	left: -38px;
	width: 28px;
	height: 28px;
	background: #EDEEEE;
	color: #000;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	border-radius: 50%;
}
article ol.start3 {
	 counter-reset: li 5;
}


#prod-front a span {
	font-size: 1rem;	
	padding-top: 2.5rem;
	display:block;
}
#prod-front  {
	font-family: 'Roboto', sans-serif; 
	font-size: 1.25rem;	
	color: #fff;
}
.prod-01, .prod-02, .prod-03, .prod-04 {
	padding: 1.75rem;
	will-change: transform;
	transition: all .5s ease-in-out;
  -webkit-backface-visibility: hidden;

}
.prod-01 a p{
transform: translate3d(0, 0, 0); 
}
.prod-01 a, .prod-02 a, .prod-03 a, .prod-04 a {
	display:block;
	color: #fff;
}
.prod-01 { 	background: #C91C22; }
.prod-01 a { background: transparent url('./img/prod-01.png') no-repeat right bottom; }
.prod-01:hover {
  transform: scale(1.1); 
  -moz-transform: scale(1.1) rotate(0.01deg); 
  box-shadow: 0 0 5px 2px rgb(201, 28, 34, .5);
} 
.prod-02 { 	background: rgb(52, 57, 59, .86); }
.prod-02 a { background: transparent url('./img/prod-02.png') no-repeat right bottom; }
.prod-02:hover {
  transform: scale(1.1); 
  box-shadow: 0 0 5px 2px rgb(52, 57, 59, .3);
}
.prod-03 { 	background: #34393B; }
.prod-03 a { background: transparent url('./img/prod-03.png') no-repeat right bottom; }
.prod-03:hover {
  transform: scale(1.1); 
  box-shadow: 0 0 5px 2px rgb(52, 57, 59, .3);
}
.prod-04 { 	background: #B7040A; }
.prod-04 a { background: transparent url('./img/prod-04.png') no-repeat right bottom; }
.prod-04:hover {
  transform: scale(1.1); 
  -moz-transform: scale(1.1) rotate(0.01deg); 
  box-shadow: 0 0 5px 2px rgb(201, 28, 34, .5);
} 

.front-dig span {
	display: block;
	font-family: 'Roboto', sans-serif; 
	font-size: 1.5rem;	
	font-weight: 700;
	color: #CC2026;
	border-bottom: thin solid #333;
}
.front-dig p {
	margin-top: .5rem;
	line-height:1.5;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight:700;
}

.front-faq  a {
	display: block;
	font-family: 'Roboto', sans-serif; 
	font-size: 1.5rem;	
	color: #333;
}
.front-faq  a:hover {
	color: #CC2026;
	background: url('https://api.iconify.design/topcoat:back-light.svg?rotate=180deg&height=16&color=%23CA2026') no-repeat right center  / contain;
}
.front-faq  a:hover img {
	opacity:1;
}
.front-faq  a img {
	padding-right:1rem ;
	opacity:0.75;
}
.front-faq  .fq:first-child {
	border-bottom: none;
}
.front-faq  .fq {
	padding:1rem 0 .5rem 0;
	margin: 0 1rem;
	border-bottom: thin solid #333;
}

#news-front .red-left a {
	font-size:1.25rem; 
	color:#fff;
	background: linear-gradient(360deg, #232628 0%, rgba(34, 34, 34, 0) 100%);
	display:block;
	padding:1.5rem;
}
/*
#news-front::-webkit-scrollbar {
    width: 10px;
}
 
#news-front::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
#news-front:-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
*/

.news-list a {
	color:#000;
	display: inline-block;
	padding-left: .5rem;
	border-left: 4px solid #CA2026;	
}
/*
.news-list a:after {
    content: url('https://api.iconify.design/topcoat:back-light.svg?rotate=270deg&height=16');
	display: inline;
	padding: 0 0 0 .5rem;
	float:right ;	
	color: #979797;
}
*/
.news-nav a:hover {
	color: #858585;
}
.news-list  {
	padding: 0 ;
}
.news-list li {
	list-style-type: none;
	padding: .5rem 0  ;
}
.news-list a:hover {
	color: #CA2026;
}

/**/
.page-item.active .page-link {
    background-color: #CA2026;
    border-color: #CA2026;
}
.page-link:hover {
      color:  #979797 !important;
}
.page-link:focus {
  border-color: #CA2026;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

/**/
#front-nav .list-group-item {
	padding:0;
	margin: .5rem 0 .5rem 0;
	border:none;
}
#front-nav .list-group-item a {
	background: #979797 url('./img/bg-title-gray.png') no-repeat right center;
	  transition: background-image .5s ease-in-out;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.4rem;
	font-size: 1.25rem;
	font-size: 1rem;
	display: block;
    padding: .625rem .625rem .625rem 1.25rem;
    line-height: 1.4rem;
}
#front-nav .light .list-group-item a {
	background: #E0E0E0 url('./img/bg-title-lightgray.png') no-repeat right center;
	color: #000;
}
#front-nav .list-group-item a:hover {
	background: #CA2026 url('./img/bg-title-red.png') no-repeat right center;
}	
#front-nav .light .list-group-item a:hover {
		color: #FFF;
}

.black-title-front {
	font-size: 1.4rem;	
	color: #FFF;
	background: #000;
		background: #4F4F4F;
	padding: 0 1rem;
}

.breadcrumb {
	font-size:.875rem;
	color: #333 ;
	background: none;
	margin-bottom: 0;
}
.breadcrumb_last{
	font-weight: 700;
}

.fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.fixed .navbar-brand img{
  width:75%;
  width:30%;
  margin: .5rem 0; 
  display: block !important;
} 
/*
.fixed  #top-menu {
	border-bottom: 2px solid #CA2026;
}
*/
.fixed  #top {
	border-bottom: none;
}
 
.header {
    background-repeat: no-repeat;
	/*
    background-image: url('./img/banner-fire.jpg');
	/*
	    background-color: #3B1222;
		background-attachment: fixed;	
			width: 100vw;
 height: 100vh;
 max-height: 494px;
			*/
    background-size: cover;
    background-position: center center;


	/*
    animation-delay: .25s;
    animation: anmBG 10s ease forwards;
	*/
}
/*
@keyframes anmBG {
    from {
        background-size: 100% 100%;
    }
	
    to {
        background-size: 110% 110%;
    }
}
*/
.header .fixed-header {
	background: #34393B;
	color: #fff;
}

#top-menu {
	border-bottom: none;
}
#top {
	border-bottom: 2px solid #CA2026;
}

.btn {
		font-family: 'Roboto', sans-serif; 
				border-radius:0;
}
.btn-red, a.btn-red, a.btn-dark {
		color:  #FFF;
		padding: 1rem 2rem;
}
.btn-red, a.btn-red {
		background:  #CA2026;
}
.btn:focus {
outline: none;
box-shadow: none;
} 
a.btn-red:hover, a.btn-contact:hover {
	color: #EDEEEE;
	background:  #B7040A;
}

.header .iconify{
	font-size: 1.5rem;
		color:  #FFF;
		color:  #CA2026;
}
.header .btn-contact{
		color:  #FFF;
		background:  #CA2026;
		padding: .5rem 1.5rem;

}
.header .btn-contact:before {
    content: url('https://api.iconify.design/ph:envelope-thin.svg?height=24&color=white');
	display: inline;
	margin-right: .5rem;
	float:left ;
	width:24px;
	height:24px;
}

.header .phone  {
	margin:0;
		font-size: 1.5rem;
	font-weight:700;
	color;#fff;
}
.header p a {
	color: #fff ;
}
.header .brand-text {
	font-size: 1.3rem;
		font-size: 1rem;
	line-height:1;
}
/*
.header .iconify:before{
content:' ';
position:absolute;
top:0;
left:0;	
margin: 0 auto;
display: block;
width: 18px;
height: 18px;
background-color: white;
border-radius: 100%;
border: 10px solid #FFF;

}
*/
.footer .iconify{
	font-size: 2rem;
}
a .iconify:hover {
	color:  #CA2026;
}


.wow {
    visibility: hidden;
}


.social .iconify{
		color:  #FA5F2C;

}

.footer {
	background: #34393B;
	padding: 2.5rem 0;
	color: #FFF ;
}
.footer h6 {
	border-bottom: 2px solid #CA2026;
	text-transform:uppercase;
	font-size: .8125rem;	
	padding-bottom: .5rem;
	color: #FFF;
}
.footer .iconify{
	color:  #979797;
	font-size: 2rem;
}
.footer p {
	font-size: .875rem;	
	margin-bottom: .75rem;
}

/*
.navbar-expand-lg .navbar-nav  {
	 width:100%;
    justify-content: space-around !important;
}
*/
.navbar a{
    font-family: Roboto !important;
		text-transform: uppercase;
		font-size: .925rem;	
		font-weight: 500;
		letter-spacing:1px;
}
.navbar-dark {
	background: none;
	padding: .5rem 0;
}
.nav-item {
 white-space: nowrap!important;
}
/*
.nav-fill .nav-item {
    text-align: left;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
*/
.navbar-nav .nav-item.active .nav-link   {
    color: #CA2026;
}
.dropdown-menu {
padding: 0;
margin: 0;
background: rgba(255, 255, 255, .9);
border-radius:0;
	width:320px!important;
}
.dropdown-menu li:first-child .dropdown-item {
padding-top: 1.5rem ;	
}
.dropdown-menu li:last-child .dropdown-item {
padding-bottom: 1.5rem ;	
}
.dropdown-menu .dropdown-item  {
    color: #383838;
	padding: 0.75rem 1.5rem;
	text-transform:none;
	font-weight:400;
}
.dropdown-item  {
			white-space: pre-wrap;
}
.navbar a.dropdown-item {
	font-size:1rem;
					letter-spacing:0;
					line-height: 1.25;
}
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item.active {
 color: #CA2026;
 background: #FFF;
}
.navbar-nav .nav-item  .nav-link {
	color: #FFF;
}
.navbar-nav  .nav-item.show  .nav-link {
	 color: #CA2026;
	 color: #FFF;
	 border-bottom: 4px solid #CA2026;
	 padding-bottom: 4px;
}




/**/
/*
#top .form-control {
	border: 1px solid #FFF;
}
*/
.header .form-control {
	border: none;
}
.header .input-group{
	border: 1px solid #FFF;
	padding: .25rem;
}
#searchsubmit .iconify {
		font-size: 1rem;
}
.input-group {
	padding:0;
}
.form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}
.form-control::placeholder {
  color: #C4C4C4;
}
.cblist input[type="checkbox"],
.cblist input[type="radio"] {
    position: absolute;
    left: -9999px;
}
.cblist input[type="checkbox"] + span,
.cblist input[type="radio"] + span {
	background:  url('https://api.iconify.design/carbon-radio-button.svg?color=%23CA2026') no-repeat 0 0 / contain;
    padding-left: 30px;
	display:inline-block;
}
.cblist input[type="checkbox"]:checked + span,
.cblist input[type="radio"]:checked + span{
    background:  url('https://api.iconify.design/carbon-radio-button-checked.svg?color=%23CA2026') no-repeat 0 0 / contain;
}

/*
#accept:checked + span::before {
    background-color: #333;
    border-color: #333;
}
*/
a.btn-del {
border-radius: 50%;
background-color: red;
color: #FFF;
font-weight: bold;
padding: 0 .4rem;
line-height:1.5;
}

/**/


/**/
.carousel-indicators li {
    background-color: #CA2026;
	opacity: 1;
}
.carousel-indicators .active{
    background-color: #fff;
}
.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}
.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
        background-color: #CA2026;
        background-color: #EDEEEE;
		border: 1px solid #EDEEEE;
		border-radius:50%;
		padding:1.5rem;
}
.carousel .carousel-control-prev-icon {
  background: #EDEEEE url('https://api.iconify.design/topcoat:back-light.svg?height=16&color=%23CA2026') no-repeat right center  / contain;
}
.carousel .carousel-control-next-icon {
background: #EDEEEE url('https://api.iconify.design/topcoat:back-light.svg?rotate=180deg&height=16&color=%23CA2026') no-repeat right center  / contain;
}

/**/
#front-carousel {
		font-family: 'Roboto', sans-serif; 
	font-size: 2rem;
	font-weight:300;
	line-height:1;
	padding-left: 2rem;	
		color: #FFF;
}
#front-carousel .slide-caption{
	font-size: 5.5rem;
	font-weight:700;
	line-height:1;
}
.slide-slogan {
	background: #CC2026;
		padding:  0;
}
.slide-slogan div {
		color: #FFF;
	line-height:2.5;
		font-size: 1.25rem;
	font-weight:700;
}
#site-slogan  {
	padding: 3.25rem 2rem 3.25rem 2.75rem;
	margin: 5rem 0;
	background-color: #FFF;
}
#site-slogan .subtitle {
	color: #CC2026;
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.header .red-left {
	position:relative;
	z-index:1;
}
.header .red-left:before {
  content: '';
  background: #CC2026;
  position: absolute;
  left: -5rem;
  top: 0;
  width:  40%;
  height: 100%;
  /*
  margin-left: -5rem;
  */
  z-index:-1;
}

.red-left {
	position:relative;
	z-index:1;
}
.red-left:before {
  content: '';
  background: #CC2026;
  position: absolute;
  left: -5rem;
  top: 0;
  width:  60%;
  height: 100%;
  /*
  margin-left: -5rem;
  */
  z-index:-1;
}

.red-right {
	position:relative;
	z-index:1;
}
.red-right:before {
  content: '';
  background: #CC2026;
  position: absolute;
  right: -5rem;
  top: 0;
  width:  60%;
  height: 100%;
 /* 
  margin-right: -5rem;
  */
  z-index:-1;
}

/**/

#multiCarousel .carousel-inner .carousel-item.active,#multiCarousel .carousel-inner .carousel-item-next, #multiCarousel .carousel-inner .carousel-item-prev{display:flex}
#multiCarousel.carousel-inner .carousel-item-right.active, #multiCarousel .carousel-inner .carousel-item-next{transform:translateX(25%)}
#multiCarousel.carousel-inner .carousel-item-left.active, #multiCarousel .carousel-inner .carousel-item-prev{transform:translateX(-25%)}
#multiCarousel.carousel-inner .carousel-item-right, #multiCarousel .carousel-inner .carousel-item-left{transform:translateX(0)}

#multiCarousel h5 {
	
	    color: #fff;
}


#multiCarousel .carousel-caption {
	display:block;
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
    z-index: 1;
    padding: 1rem 1.25rem;
    color: #fff;
    text-align: left;
		background: linear-gradient(360deg, #232628 0%, rgba(34, 34, 34, 0) 100%);
}



/**/
dd.gallery-caption,
.wp-caption-text {
	font-size: 80%;
    font-weight: 400;
}


/**/
aside .widget {
	margin-bottom: 1rem;
	background:#F2F2F2;
}
.widgettitle {
	padding: .5rem 1.25rem;
	display:block;
	margin-bottom: .5rem;
    background: #979797 url('./img/bg-title-gray.png') no-repeat right center;
	color: #FFF;
}
.widget > div {
		padding: .5rem 1.25rem;
}
/*
.widgetarea {
		padding: .75rem ;
}
*/
/* SubMenu*/
#list-content {
	text-transform:uppercase;
}



.news-nav a {
	color:#000;
	font-size: .875rem;	
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
	z-index: 1;
}
.back-to-top .iconify {
	font-size: 3rem;
}

/**/

#myZadarmaCallmeWidget8177 {
	position: fixed;
    bottom: 100px;
    right: 20px;
	z-index: 1;
}
/*
.z-callme-widget.callme.callme--default .default-phone-ico:after  {
	content: ' ЗВОНИТЕ!';
	font-size: .75rem;	
	color:#FFF;
	padding-top:1.5rem;
	display:block;
	margin:0 auto;
	letter-spacing:1px;
	text-shadow: 2px 2px 7px rgba(0, 51, 0, 0.75);
}
 .callme__content .callme__icon .z-icon.icon-default-phone-ico{
//	 display:none;
	 
	 	font-size: 2.5rem;
 }
 */


/**/
.timeline-wrapper {
  height: auto;
  position: relative;
  text-transform: uppercase;
}
.timeline-wrapper .row {
  margin: 30px 0;
}
.timeline {
  height: 100%;
  position: absolute;
  width: 2px;
  background-color: #CA2026;
  left: 25%;
  margin-left: -1px;
}
.circle {
  margin: 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 100%;
  border: 2px solid #CA2026;
  position: relative;
  transition: background-color 300ms ease-in-out;
  cursor: pointer;
}
.timeline-wrapper .text-left {
  	font-size: .875rem;	
}
/**/


/**/
/*
.product .rounded-circle,
.product .iconify,
.product img{
	font-size: 3rem;
	 vertical-align:middle;
}
*/
.product .rounded-circle,
.product .iconify {
	font-size: 3rem;
	 vertical-align:middle;
}
.product .fbox.btn {
	padding: 0;
}
.product .border{
	border: 1px solid rgba(0,0,0,.25)!important;
	border-radius: .25rem;
}
.product .btn:focus {
outline: none;
box-shadow: none;
} 
.product .icon  p {
  background:
     linear-gradient(
       to bottom, #CA2026 0%,
       #CA2026 100%
     );
  color: #4D4D4D; 
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 3px 3px;
  text-decoration: none;
  transition: background-size .2s;
}  
.product .icon {
	 
}
.product .icon:hover {
	  color: #fff;
}
.product .icon:hover p {
  background-size: 3px 100%;
   color: #fff;
}
 .product .icon  svg path {
  fill: currentColor;
}

.big-price {
	color:  #CA2026;
	font-family: 'Roboto', sans-serif; 
	font-size: 1.5rem;	
	font-weight: 700;	
}
/*
.big-price span {
	font-size:.8rem;
}
*/
.product-info {
	    background: #f1f1f1 url('./img/section_01.jpg') no-repeat center center / cover;
		font-size: 1.25rem;
}

/* */
.point {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url('./img/marker.png') no-repeat center center;
}
.point-minus {

  background: transparent url('./img/marker-minus.png') no-repeat center center;
}
.point-11 {
  top: 68%;
  left: 23%;
}
.point-12 {
  top: 35%;
  left: 42%;
}
.point-13 {
  top: 8%;
  left: 58%;
}
#prod1380 .point-12 {
  top: 50%;
  left: 12%;
}
#prod1380 .point-13 {
  top: 20%;
  left: 65%;
}
#prod1563 .point-11 {
  top: 70%;
  left: 46%;
}
#prod1563 .point-12 {
  top: 50%;
  left: 35%;
}
#prod1563 .point-13 {
  top: 6%;
  left: 65%;
}
.product .tooltip-inner {
    color: #4D4D4D; 
    background-color: #FFF; 
	font-size: .875rem;
}
.product .bs-tooltip-top .arrow::before, .product .bs-tooltip-auto[x-placement^="top"] .arrow::before {    border-top-color: #FFF; }
.product .bs-tooltip-right .arrow::before, .product .bs-tooltip-auto[x-placement^="right"] .arrow::before {    border-right-color: #FFF; }
.product .bs-tooltip-bottom .arrow::before, .product .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {    border-bottom-color: #FFF; }
.product .bs-tooltip-left .arrow::before, .product .bs-tooltip-auto[x-placement^="left"] .arrow::before {    border-left-color:#FFF; }
.product .tooltip-inner ul  {
	display:block;
	width:100%;
}

/**/


/**/
.video-box {
	position: relative;
	overflow: hidden;
	height:500px;
    width: 100%;
	color: #fff;
	padding: 0;	
}
.video-box:before {
  content: '';
  background: transparent url('./img/play-video.png') no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-box.hide-play-btn:before {
  background: none;
}
.video-box:hover {
	cursor: pointer;
}
.video-box video {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0; 	
	z-index: -1;
}



/*
#video-about {
	background-image: url('./wp-content/uploads/poster-about.jpg') no-repeat center center / cover;
}
*/

/**/
#formula {
	background: #EDEEEE;
	padding: 3rem 5rem;

}

/*
Flip card
*/
.card-flip {
  background: none;
  border: none;
  padding: 0;
}
/*
.card-flip img {
	min-height: 400px;
	width:auto;
}
*/
.card-title.display-6 {
		font-family: 'Roboto', sans-serif; 
font-size: 1.25rem;
font-weight: 500;
line-height: 1.5;
padding: 0 1rem;
color: #FFF;
}
.card-flip .card .card-footer {
	background-color: #FFF;
	border-top: none;
}
.card-flip .card {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
  margin: 0;
}
.card-flip .card:before {
 content: '';
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 position: absolute;
 background-color:   rgba(35, 38, 40, 0.5);
}
.card-flip .card:first-of-type {
	/*
  transform: rotateY(0deg);
  */
   opacity: 1;
   
}
.card-flip .card:last-of-type {
	/*
  transform: rotateY(180deg);
 */
 opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  transition: all 0.3s ease-in;

}
.card-flip:hover .card:first-of-type {
	/*
  transform: rotateY(-180deg);
  */
    opacity: 0;
}
.card-flip:hover .card:last-of-type {
	/*
  transform: rotateY(0deg);
  */
      opacity: 1;
}
.card-flip:hover .card:last-of-type:before {
	display:none;
}

/**/
.img-container{
  position:relative;
  display:inline-block;
  	color: #CA2026;
}
.img-container:before{
  content: '';
  background: transparent url('https://api.iconify.design/dashicons-images-alt2.svg?color=%23FFF&flip=horizontal&height=48') no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-preview .img-container:before{
   background: transparent url('https://api.iconify.design/dashicons:playlist-video.svg?color=%23FFF&flip=horizontal&height=48') no-repeat center center;
}
.img-container a:before {
  content: '';
  position: absolute;
  background: #CA2026 url('https://api.iconify.design/bx:bx-zoom-in.svg?color=%23FFF&flip=horizontal&height=48') no-repeat center center;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition:opacity 500ms ease-in-out;
  color:#FFF;
}
.img-container a:hover:before {
  opacity: 1;
}
/**/


/**/
#examples a.fbox:hover .card-img-overlay {
  background: transparent url('https://api.iconify.design/bx:bx-zoom-in.svg?color=%23FFF&flip=horizontal&height=48') no-repeat center center;
}
#examples a.fbox .card-img-overlay {
	background: linear-gradient(360deg, #232628 0%, rgba(34, 34, 34, 0) 50%);
}


/**/
.docs-list .iconify {
	font-size: 2.5rem;
}
.docs-list  .iconify:hover {
	color: #858585;
}
.docs-list .card-subtitle {
	font-size: .8rem;
	margin-bottom: .5rem;
}
.docs-list .card-footer {
	background-color: #FFF;
	border-top: none;
	padding-top:0;
}
.docs-list.docs .card-body {
	padding-bottom:0;	
}

/**/


/* Player background */
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #4F4F4F !important;
}



/*Alignment*/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


#work-list thead th {
    vertical-align: top;
	background:#F2F2F2;
	border-bottom:none;
}
#work-list td {
    vertical-align: middle;
	line-height:1;
	padding: .3rem 1rem;
}
table#work-list .iconify {
	font-size: 2rem;
	color: #CA2026;
}
#work-list tbody {
	/*
	background:#F9F9F9;
	*/
}
#work-list {
	border-bottom: 1px solid #dee2e6;
}
/*
#service-list h5.card-title {
	padding: 0 0 0 .5rem;
	border-left: 2px solid #CA2026;
	margin-top:1.25rem;
}
#service-list .card {
	
	border:none;
}
#service-list .card-body {
	
	border: 1px solid rgba(0,0,0,.125);
}
*/


#accordion .card-header, #accordion .card {
	background:none;
	border:0;
}
#accordion .card-header {
	padding: .5rem 1.25rem;
}
#accordion .card-header a {
	display: block;
	padding: 0 0 0 .5rem;
	border-left: 2px solid #CA2026;	
	margin-bottom: 0;
	color: #111;
	line-height:1;
	padding:1rem;
	background: #F2F2F2;
		background: #F9F9F9;
}
#accordion .card-header a:hover {
	color: #CA2026;
}
#accordion .card-header a:after {
    content: url('https://api.iconify.design/topcoat:back-light.svg?rotate=270deg&height=16');
	display: inline;
	padding: 0 0 0 .5rem;
	float:right ;	
	color: #979797;
}
#accordion .card-header a[aria-expanded="true"] {
	font-weight:500;
}
#accordion .card-header a[aria-expanded="true"]:after {
	content: url('https://api.iconify.design/topcoat:back-light.svg?rotate=90deg&height=16');
}


article .h-tabs li:before { display: none; }
.h-tabs .nav-item a{
	font-family: 'Roboto', sans-serif; 
	text-transform: uppercase;
	color: #4D4D4D;
	padding: 1rem 2rem;
	margin: 0 1rem;
	border-bottom: 1px solid #333; 
}
.h-tabs .nav-item a.active,
.h-tabs .nav-item a:hover {
	font-weight:500;
	border-bottom: 3px solid  #CA2026;; 	
}

a.doc-thumb img{
	/* transform: perspective(900px); */
	/* transform-style: preserve-3d; */
	transform: perspective(900px) rotateX(60deg) rotateY(0deg) rotateZ(-45deg);
	/*
	box-shadow: -15px 0 10px 0 rgba(0,0,0,0.2),
				0 15px 10px 0 rgba(0,0,0,0.2);
				*/
	box-shadow: -10px 10px 10px 2px rgba(34, 60, 80, 0.2);				
}

label.required:before {
	content: '*';
	display: inline;
	padding-right:.25rem;
	color: #CA2026;
	font-weight:700;
}
.wpcf7-not-valid-tip {
	font-size: .875rem;	
	color: #CA2026;
}
label a {
	color:green;
}

.light-bg,
.table .thead-light th {
background: #EDEEEE;
}
.light-bg-left {
	background: linear-gradient(to left, #fff 50%, #EDEEEE 0);
}

/**/
.small .rounded-circle{
	/*
	border: 2px solid #CA2026;
	border: 2px solid #979797;
	border: 2px solid rgba(0,0,0,.125);
	*/
	
	border: 2px solid #CA2026;
	padding: .25rem;
}

.promo {
background-image: url(./img/footer-bg.jpg);
background-repeat: repeat;
background-position: center center;
/*
background-repeat: no-repeat;
  background-image: linear-gradient(to right, rgba(255,255,255, 0.5) 0 100%), url(https://fl-bytec.bbyte.ru/wp-content/themes/bytec/img/banner-fire.jpg);
  */
  background-size: 50% auto;
}
.promo h3 {
	display: inline-block;
	padding-left: .5rem;
	border-left: 4px solid #CA2026;
}
.promo h3.no-border {
	padding-left: 0;
	border-left: none;
}
/*
@media (min-width: 576px) {   /*sm*/
/*
article h2 {
	font-size:4rem;
	font-family: Roboto, sans-serif;	
	line-height:3rem;
	padding: 0 0 0 1rem;
	letter-spacing:-2px;
}

}
*/

#calc {
	/*
	padding-top: 3rem;
	margin-top: -3rem;
	-webkit-background-clip: content-box;
	background-clip: content-box;
	*/
	position: absolute;  top: -150px;
}




@media (min-width: 768px) { 

/*  for menu item HOVER +js */
/*
.dropdown:hover>.dropdown-menu {
  display: block;
} 
*/
/**/

  .comment-list .children {
    padding: 0;
    margin-left: 74px;
    padding-bottom: 15px;
  }
  .comment-list .media {
    margin-top: 0;
  }
  .navbar-collapse.in {
    overflow-y: visible;
	}

h1.display-4 {
	font-size: 3rem;
	/*
	border-left: 2px solid #CA2026;
	padding: 0 0 0 .5rem;		
	*/
	line-height:1;	
}

.card-columns {
	-webkit-column-count: 3;
	column-count: 3
}

	
}



