.btn,
.product-item,
.product-title,
.home-products-section .product-desc {
    -webkit-transition: all 0.2s ease-in-out;
   	   -moz-transition: all 0.2s ease-in-out;
  	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

.home-products-section .image-effect-b,
.home-products-section img {
    -webkit-transition: all 0.3s ease-in-out;
   	   -moz-transition: all 0.3s ease-in-out;
  	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.new-section {
	 padding: 25px 0;
}





.section-title {
	font: 28px "Roboto Condensed";
	text-transform: uppercase;
	color: #005aab;
	text-align: center;
	margin: 0px 0 11px 0;
	padding-top: 9px;
}

.container {
	max-width: 1300px;
}

.home-about-section,
.home-cases-section {
	background: #fff;
}

.home-about-desc {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	margin-top: 15px;
}

.about-us-link {
	text-align: center;
	position: relative;
}

.about-us-link,
.about-us-link:hover {
	text-decoration: none;
	display: block;
}

.about-us-link .img-wrap {
	height: 270px;
	overflow: hidden;
}

.about-us-link h3 {
	font-size: 18px;
	/* font-weight: bold; */
	color: #005aab;
}

.new-section .first {
	margin-left: -15px;
}

.new-section .last {
	margin-right: -15px;
}

.years-from-to,
.done-project {
	font-size: 20px;
	margin-top: 5px;
	color: #dd1e3d;
}

.done-project {
	margin-bottom: 0;
}

.about-us-link-text {
	padding: 20px 0;
	background: rgba(255, 255, 255, 0.84);
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%)  translateX(-50%);
	-moz-transform: translateY(-50%)  translateX(-50%);
	-ms-transform: translateY(-50%)  translateX(-50%);
	-o-transform: translateY(-50%)  translateX(-50%);
	transform: translateY(-50%)  translateX(-50%);
	border: 1px solid #005aab;
}

.new-section .col, 
.new-section .col-1, 
.new-section .col-10, 
.new-section .col-11, 
.new-section .col-12, 
.new-section .col-2, 
.new-section .col-3, 
.new-section .col-4, 
.new-section .col-5, 
.new-section .col-6, 
.new-section .col-7, 
.new-section .col-8, 
.new-section .col-9, 
.new-section .col-auto, 
.new-section .col-lg, 
.new-section .col-lg-1, 
.new-section .col-lg-10, 
.new-section .col-lg-11, 
.new-section .col-lg-12, 
.new-section .col-lg-2, 
.new-section .col-lg-3, 
.new-section .col-lg-4, 
.new-section .col-lg-5, 
.new-section .col-lg-6, 
.new-section .col-lg-7, 
.new-section .col-lg-8, 
.new-section .col-lg-9, 
.new-section .col-lg-auto, 
.new-section .col-md, 
.new-section .col-md-1, 
.new-section .col-md-10, 
.new-section .col-md-11, 
.new-section .col-md-12, 
.new-section .col-md-2, 
.new-section .col-md-3, 
.new-section .col-md-4, 
.new-section .col-md-5, 
.new-section .col-md-6, 
.new-section .col-md-7, 
.new-section .col-md-8, 
.new-section .col-md-9, 
.new-section .col-md-auto, 
.new-section .col-sm, 
.new-section .col-sm-1, 
.new-section .col-sm-10, 
.new-section .col-sm-11, 
.new-section .col-sm-12, 
.new-section .col-sm-2, 
.new-section .col-sm-3, 
.new-section .col-sm-4, 
.new-section .col-sm-5, 
.new-section .col-sm-6, 
.new-section .col-sm-7, 
.new-section .col-sm-8, 
.new-section .col-sm-9, 
.new-section .col-sm-auto, 
.new-section .col-xl, 
.new-section .col-xl-1, 
.new-section .col-xl-10, 
.new-section .col-xl-11, 
.new-section .col-xl-12, 
.new-section .col-xl-2, 
.new-section .col-xl-3, 
.new-section .col-xl-4, 
.new-section .col-xl-5, 
.new-section .col-xl-6, 
.new-section .col-xl-7, 
.new-section .col-xl-8, 
.new-section .col-xl-9, 
.new-section .col-xl-auto {
	padding-left: 15px;
	padding-right: 15px;
}


.wpcf7-list-item-label {
	color: #fff;
}

.home-products-section .product-item {
	padding: 0px;
	background: #fff;
	display: block;
	border: 1px solid #efefef;
	box-shadow: 0px 0px 0px rgba(0,0,0,.2);
	text-decoration: none;
	margin-bottom: 30px;
}

.home-products-section .product-item:hover {
	background: #fbfafa;
	box-shadow: none;
}

.home-products-section .product-title {
	padding: 20px 0 15px 0;
	text-decoration: none;
	color: #333;
	font-size: 19px;
	text-transform: uppercase;
}

.home-products-section .product-item:hover .product-title,
.home-products-section .product-item:hover .product-desc {
	color: #333;
	text-decoration: none;
}

.home-products-section .product-item .myButton {
	color: #ffffff;
	border: 1px solid #ffffff;
	background: none;
	padding: 9px 35px;
	display: block;
	margin-bottom: 0;
	text-decoration: none;
	margin: -63px auto 24px;
	z-index: 999;
	position: relative;
}

.home-products-section .product-item .img-wrap	{
	overflow: hidden;
}

.home-products-section .product-item .img-wrap.big img {
    max-width: none;
}

.home-products-section .product-item .myButton:hover {
	border: 1px solid #005aab;
	color: #fff;
	background: #005aab;
}

.img-responsive {
	max-width: 100%;
}

.home-products-section .product-desc {
	font-size: 12px;
	color: #737373;
	height: 20px;
    margin-bottom: 10px;
}

.home-products-section .img-wrap {
	position: relative;
}

.product-item .image-effect-b {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.product-item:hover .image-effect-b {
	opacity: 1;
}

.product-item:hover .stand-img {
	opacity: 0;
}



/*media quaries*/
@media (max-width: 1200px) {
	.home-products-section .product-title {
		min-height: 45px;
	}
}

@media (max-width: 991px) {
	.new-section .first {
		margin-left: 0px;
	}

	.new-section .last {
		margin-right: 0px;
	}

	.new-section .col-md-4 {
		width: 100%;
		margin-bottom: 50px;
		max-width: 100%;
	}

	.home-about-section .row {
		display: block;
	}

	.home-about-section .img-wrap {
		text-align: center;
	}

	.home-about-section .img-wrap img {
		display: inline-block;
	}

	.about-us-link {
		text-align: center;
	}

	.foot-block {
		margin-right: 50px;
	}

	.about-us-link-text {
		padding: 20px 50px;
		
	}

	.home-products-section .col-md-4 {
		display: none;
	}

	.home-products-section .mobile-active-blocks {
		display: block;
		width: 100%;
		max-width: auto;
	}

	.home-products-section .mobile-active-blocks .product-item {
		display: inline-block;
	}

	.home-products-section .row	{
		display: block;
	}

	.home-products-section .product-title {
		min-height: auto;
	}

	.home-news-section {
		display: none;
	}
}

.worksGallery  .bx-viewport {
    height: auto!important;
    width: 100%!important;
}
.worksGallery #homeWorks {
    width: 100%!important;
    transform: none!important;
	margin-left: 0px;
}
 .worksGallery .bx-controls-direction, .bx-wrapper .bx-pager {
    display: none!important;
}
.worksGallery .homeWorks .gallery-item-wrapper {
    padding: 5px!important;
    margin-left: 0px!important;
		position: relative;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #ffffff;
    width: 70%;
    height: 10%;
    top: 5%;
    position: absolute;
    left: 4%;
    background: #014c8d;
    text-align: center;
    padding: 10%;
    font-size: 30px;
}

.gallery-item-wrapper {
    width: 20%;
    padding: 10px;
}
.gallery-item-wrapper .caption {
	position: relative;
	z-index: 999;
	width: 100%;
	height: auto;
	text-align: center;
	bottom: 0;
}
.gallery-item-wrapper .caption h4 {
  background: rgba(0, 90, 171, 0.58);
  transition: 0.24s;
  font-family: 'Roboto Condensed', sans-serif;
	padding: 4px 0;
	width: 100%;
	text-align: center;
	height: auto;
	display: block;
	color: white;
	bottom: 0px;
	position: absolute;
	z-index: 999;
}
.gallery_item:hover h4 {
  background: rgba(0, 90, 171, 0.87);
}
.gallery-item-wrapper .caption h5 {
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 40px;
    color: white;
    font-size: 22px;
    text-shadow: 0 0 11px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5);
}

.row-video {
   max-width:1100px;
}

#wpcf7-f158-o1 {
    color: #005aab;
}

.konfig .wpcf7-list-item input:checked + label .konfig_custom_input {
    background: #005aab!important;
}

#wpcf7-f158-o1 .konfig_custom_input {
    width: 20px;
    height: 20px;
    background: #000;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    border: 1px solid #ed1c24;
    background: #e0e0e0;
    box-shadow: 0 0 1px rgba(0,0,0,0.6);
    margin-right: 4px;
}

.konfig textarea, .konfig input[type=email], .konfig input[type=tel], .konfig input[type=text] {
    width: 100%;
    margin: 0 0 20px;
    padding: 8px 8px;
    border-radius: 3px;
    border: none;
	background: #005ab2;}
#wpcf7-f158-o1 .phone
{ text-align: left;}

.konfig textarea::placeholder {color:white;}

#headbutton {
    padding: 0;
    margin-right: 0px;
    background: none;
    color: #005aab;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    margin-left: 0px;
    /* text-decoration: underline; */
}

	#headbutton {display:inline-block;}

/*  ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â³ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸*/
.caseModernHeader {
    background: #ffffff;
    padding: 2% 23px;
    max-width: 1300px!important;
    margin: auto;
}
.bannerText p {
    color: #37383d;
    font-size: 18px;
}
.caseModernBody .caseSlider {margin: 15px auto;flex: 0 0 80%;max-width: 100%;}

.col-12.col-sm-12.col-md-12.col-lg-6.col-xl-5.bannerText.entry.animated.fadeInUp.delay900ms {
    text-align: justify;
    flex: 0 0 80%;
    margin: auto;
    max-width: 100%;
}
.col-12.col-lg-9.col-xl-12.caseFeature__text {
    display: block;
    text-align: center;
    font-size: 19px!important;
    min-height: 96px;
}

#caseFooter  .form {
    padding: 0px 0px;
}

.caseRow.caseInstalledProduct.caseModules .row {
    padding-bottom: 20px;
}


.container-fluid.CategoryPage.tvconfPlaces {
    max-width: 1200px;
}
.blok1 {
    float: right;
    background: #fdfdfd;
    padding: 60px;
    margin: 0px 60px 60px 60px;
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
}



@media (max-width:1100px){
	
	.tvconfBlock .entry li span {
			font-size: 14px;
		display: list-item!important;
	}

		.col-12.col-sm-12.col-md-12.col-lg-6.col-xl-5.bannerText.entry.animated.fadeInUp.delay900ms {
    max-width: 100%!important;
    margin-left: 0px!important;
			flex: 0 0 100%!important;
		}
	
	.gallery-item-wrapper .caption  h5 {
    bottom: 40px;
		font-size: 16px;
	}

	.proekty-video-frame {
			display: none;
	}
	
	.foot-block {
			width: 17%;
	}
	
		.CategoryPage .similarSlide-wrap {
    width: 19.4%;
    margin: 2px;
	}
	
	
	.CategoryPage 	.catCase__title {
		font-size: 15px;
	}
	.CategoryPage .card-body {
		padding: 0.25rem;
	}		
	
}
@media (max-width:850px){
	.card-img-top {
    height: 230px;
}
	
	.latestNew__image img {
      margin-top: -20px;
}
	.ModernHeader {
    height: calc(81vh);
}

	
	
	.tvconfBlock .entry p {
    font-size: 14px;
}
	
section.TXT p, section.TXT li {
    font-size: 14px;
}	
	section.TXT {
    margin: 10px 3px;
}
	.casePanels .col-12.installedScreens a {
    max-width: 48%;
    float: left;
}
	
	.caseRow.caseInstalledProduct.caseModules .row {
    padding-bottom: 0px;
}
	
	#headbutton {display:none;}
	
	.videoBox {
    margin-top: 18px;
    margin-bottom: 28px;
    padding-left: 0px;
    padding-right: 0px;
}
	
.gallery-item-wrapper {
    width: 50%;
    padding: 10px;
	float: left;
}

.slide.dark .topSlider__overlay {
    /* background: rgba(0, 0, 0, 0.42); */
}
.row-block {
    display: none!important;
}

.new-section {
    padding: 0px 0;
	
}
.home-products-section .product-item {
    padding: 0px;
    margin-bottom: 0px;
}

.new-section .col-md-4 {
    margin-bottom: 18px;
	padding: 0;
	}
	


 
 .topSlider__heading {
    	font-size: 31px;
    	font-weight: normal;
    	letter-spacing: 2px;
 }
	
	.topSliderButton a {

	width: 150px;
	padding: 6px 0;
	font-size: 20px;
	font-weight: normal;
	border-radius: 0px;
	background: rgba(221, 27, 60, 0.53);
	letter-spacing: 0px;
}

.head-footer, .pseudocheckbox, .prop-t {
    word-break: normal!important;
}

.contentRow {
    margin: 17px auto;
}
.slide.dark .topSlider__overlay {/* background: none; */}

	div[id^="wpcf7-f106"] .form {
    padding: 23px 50px;
}

	
	
.form-input {
    padding-bottom: 35px;
}

.worksGallery .homeWorks .gallery-item-wrapper {

    width: 44%!important;
}
/*.col-12.col-md-6.videoBox.bounceInLeft.animated:nth-child(1) {display: none;}
.col-12.col-md-6.videoBox.bounceInLeft.animated:nth-child(3) {display: none;}*/

.wpcf7-mail-sent-ok {
    width: 67%;
    height: 23%;
    top: -6%;
    position: absolute;
    left: 4%;
    font-size: 30px;
}
.videoBox__subheading {
    font-size: 18px;
    line-height: 1;
    min-height: 10px;
}


.gallery-item-wrapper .caption h4 {
		font-size: 20px!important;
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
		background: #007cc0;
	}

	.col-12.col-lg-9.col-xl-12.caseFeature__text {min-height: 0px;font-size: 24px!important;padding-top: 0;}
.caseModernBody .caseSlider {
    margin: 15px auto!important;
}	
.case_modern .useful-params {
    margin-top: -20px;
}
	
	#caseFooter {
    margin: 0px 0 38px 0;
}

	
	
}
/*--------------------------------------------------------850 portait--------------------------------------------------------*/
@media (max-width:850px) and (orientation:portrait) {
.ModernHeader {
    max-height: calc(27vh);
}
	.modernHeader__title {
    font-size: 20px;
}
	
	.CategoryPage .newsSlide__more {
    padding: 15px;
    font-size: 17px;

}
	.CategoryPage	.catCase__title {
     min-height: 15px;
}
	
	.CategoryPage .similarSlide-wrap {
    width: 100%;
    margin: 10px;
}
	
	.case-description {
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 100!important;
    text-align: justify;
}
	
	.blok1 {
    float: right;
    background: #fdfdfd;
    padding: 25px;
    margin: 0px 5px 10px 5px;
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
}
	
	.case_modern .tabContent {
    padding: 0px;
}

	.tvconfRating__heading {
		margin-bottom: 6px;}
	
	.caseRow {
    margin: 0 5px;
}

	.tvconfRating__heading .hpart {
     padding: 0 10px;
}
	.caseTabs {
    margin-top: 0px;
}

	.caseSlider__absolute {
    width: 90% !important;
    top: 6%;
    left: 5%;
}
	
td.TTX_Table__value {
    color: #007cc0;
    text-align: center;
    padding: 10px 4px;
}
	
	.TTX_Table thead th {
    padding: 0 0 3px 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
	
	.TTX_Table__value {
    font-weight: 400;
    font-size: 15px;
}
	
	.caseModernHeader {
		padding: 0% 0px;}
	
	.caseRow .entry p {
    padding: 4px 20px;
    margin: 0;
}
	

	
	.case_modern .caseFeature {
    height: auto;
    margin-bottom: 18px;
    padding: 0 0px;
}
	
	.row.row-flex.js-delayed-animation.justify-content-center {
    margin: 0;
}
	
	.videoBox {
		margin-top: 40px;
	}
	
  .topSlider_wrapper{max-height: 47vh;}
	
	.topSlider__background{ display: none!important;}

	.topSlider__background.xs {
    display: block!important;
    background-size: 116%;
    background-repeat: no-repeat;
    background-color: white;
    background-position-y: top;
}


	.topSliderButton a {width: 55%;padding: 6px 0;font-size: 17px;font-weight: normal;border-radius: 0px;background: rgba(221, 27, 60, 0.53);letter-spacing: 0px;}

	.topSliderHeadings {
    	width: 73%!important;
    	top: 27%;
 }
 
 #wpcf7-f106-o3 .form {
    padding: 45% 20px;
}
.form-input {
    padding-bottom: 52px;
}
.worksGallery .bx-viewport {
   
width: 100%!important;
}
.worksGallery .homeWorks .gallery-item-wrapper {

    width: 88%!important;
}
	
div.wpcf7-mail-sent-ok {
 
    width: 63%;
    height: 33%;
    top: 5%;
    position: absolute;
    left: 4%;

    padding: 10%;
    font-size: 30px;
}

	.gallery-item-wrapper {
			width: 100%;
			padding: 10px;
	}

	
}

@media (max-width: 480px) and (orientation: portrait) {
	.slide.dark .topSlider__overlay {
		background: rgba(0, 0, 0, 0.42);
	}
  .topSliderHeadings {
    top: 0%;
    transform: translateY(-10%);
		max-height: 400px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
  }
	.topSliderHeadings .topSliderButton  {
		width: 100%;
	}
	.slide.dark .topSlider__heading {
		width: 100%;
		margin-bottom: 15px;
	}
}

@media (max-width: 474px) {
  .home-products-section .product-title {
    width: 100%;
    display: block;
  }
}