/*
Theme Name: Techline Child
Theme URI: http://themes.framework-y.com/elon/
Description: Techline Child Theme
Author: Federico Schiocchet - Pixor
Author URI: http://www.pixor.it/
Template: techline
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: techline
*/

/*
================================
Мои правки
================================
*/

.container-iso {
	margin-top: 50px;
    margin-bottom: 50px;	
}

.navbar-iso {
	margin-top: -60px;
}

.container {
	margin-top: 50px;
    margin-bottom: 15px;	
}
.navbar-header img{
	margin-top: -60px;
}
.custom-area a{
	font-size: 18px;
}
/*
                                                                                     Текст "О НАС" сворачивание
*/
.wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  justify-content: center;
}
.xpandable-block {
  position: relative;
  height: 110px;
  overflow: hidden;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ .xpandable-block {
  height: auto;
}
label {
  font-size: 14px;
  cursor: pointer;
  line-height: 25px;
  font-weight: normal !important;
}

/* Когда чекбокс отмечен, скрываем метку */
input[type="checkbox"]:checked + label {
    display: none;
}

.xpandable-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 33px; /* Регулируйте это значение для контроля "длины" градиента */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

input[type="checkbox"]:checked ~ .xpandable-block::after {
  display: none;
}
/*
                                                                                     / Текст "О НАС" сворачивание
*/
@media (max-width: 992px){
	header .custom-area {
      	padding-bottom: 20px !important;
    }
	.img-box {
		text-align: center;
	}
	.flexslider .slides .img-box:not(.adv-img) img {
    max-width: 100%;
    height: 150px;
}
}

@media (min-width: 993px){
	 .mi_class .img-box {
		 min-height: 310px;
	}
	.image_slider .img-box img {
		 min-height: 150px;
	}
	.brand_image {
		 margin-top: 15px;
	}
	.mi_class p {
		 min-height: 200px;
	}
}	

.footer {
	margin-top: 80px;
}