@font-face{
	font-family:'Romul';
	src:url('../fonts/romul.ttf');
}

#header{
	display: table;
	position: relative;
	width: 100%;
	min-height: 600px;
	overflow: hidden;
}

#header .inner{
	display: table-cell;
	vertical-align: middle;
	padding-top: 100px;
	/*padding-top: 100px !important;*/
	/*padding-bottom: 70px;*/
}

#main_navigation{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 15px 0;
    margin-bottom: 0;
    z-index: 33;
}

#main_navigation .navbar-brand {
    padding: 0;
}
#main_navigation .navbar-brand>img{
	margin-right: 30px;
}
#main_navigation .navbar-brand>img:active{
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-transition: transform 0 ease;
	-o-transition: transform 0 ease;
	transition: transform 0 ease;
}

.slogan{
	display: inline-block;
	position: relative;
	text-align: center;
	font-family:'Romul';
	font-size: 65px;
	color: rgb(0, 0, 0);
	line-height: 1.15;
	text-transform: uppercase;
	margin-top: 50px;
}
.slogan-align{
	text-align: right;
}
.slogan span{
	display: block;
	position: relative;
}

.slogan span:nth-child(1){ padding-right: 300px; }
.slogan span:nth-child(2){ }
.slogan span:nth-child(3){padding-left: 0;}


.slogan .linered{
	padding-left: 280px;
}
.slogan .linered:before{
	content: '';
	display: inline-block;
	position: absolute;
	line-height: 1;
	height: 2px;
	width: 250px;
	background-color: #a70a2b;
	top: 50%;
	margin-top: -1px;
	left: 0;
}



.container-posa{
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.header_arrows{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px 10px 20px 10px;
    -webkit-perspective: 100px;
    perspective: 100px;
}
.header_arrows span{
	display: inline-block;
	position: relative;
	font-size: 18px;
	z-index: 2;
	-webkit-transition: transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}

.header_arrows span:hover{
	cursor: pointer;
	-webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
	-webkit-transition: transform .25s ease-in;
	-o-transition: transform .25s ease-in;
	transition: transform .25s ease-in;
}


.header_arrows span:first-child{
	padding: 15px 10px 15px 15px;
}

.header_arrows span:last-child{
	padding: 15px 15px 15px 10px;
}
.header_arrows span i{
  display: block;
  position: relative;
  color: rgb(167, 10, 43);
}

/* :active */

.header_arrows span:first-child:active{
	-webkit-transform: scale(1.35);
	-ms-transform: scale(1.35);
	-o-transform: scale(1.35);
	transform: scale(1.35);
	-webkit-transition: transform .15s ease-in;
	-o-transition: transform .15s ease-in;
	transition: transform .15s ease-in;
}

.header_arrows span:last-child:active{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: transform .15s ease-in;
	-o-transition: transform .15s ease-in;
	transition: transform .15s ease-in;
}


  /*text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);*/









/* BG SLIDER */
#component{
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: .9;
    min-height: 600px;
}
#component:after{
	content: '';
	display: block;
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-image: url('img/src/black_dot_pattern.png');*/
}

#component .container {
	overflow: hidden;
}

/* This is the style for the dummy image slider. Animations are in fx[type].css */

.component {
	margin: 0 auto;
	position: relative;
	margin-bottom: 40px;
	max-width: 100%;
}


.component-fullwidth {
	width: 100%;
	/*height: 800px;*/
	margin-bottom: 0;
	background: #333;
	z-index: -1;
}

.component-transparent {
	width: 900px;
	height: 500px;
}

.component > ul {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}



.component-fullwidth > ul {
	overflow: hidden;
}

.component-transparent > ul {
	width: 112px;
}

.component li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	z-index: 999;
}

.component-fullwidth li {
	overflow: hidden;
}

.component .current {
	opacity: 1;
	pointer-events: auto;
	z-index: 1000;
}

.component li img {
	display: block;
	max-width: 100%;
}

.component-fullwidth li img {
	min-width: 100%;
	max-width: none;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.component nav a {
	position: absolute;
	width: 60px;
	height: 60px;
	color: #5b4c5c;
	outline: none;
	overflow: hidden;
	text-align: center;
	line-height: 200px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.component-small nav a.prev,
.component-transparent nav a.prev {
	left: 0px;
}

.component-small nav a.next,
.component-transparent nav a.next {
	right: 0px;
}

.component-fullwidth nav a {
	top: 100%;
	margin-top: 25px;
	left: 50%;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.component-fullwidth nav a.prev {
	margin-left: -80px;
}

.component-fullwidth nav a.next {
	margin-left: 20px;
}

.component nav a::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 60px;
	height: 100%;
	font-family: 'fontawesome';
	font-size: 60px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	opacity: 0.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.component nav a:hover::before {
	opacity: 1;
}

.component-fullwidth {
    width: 100%;
    height: 800px;
    margin-bottom: 0;
    background: #333;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.component nav a:hover::before {
	opacity: 1;
}

a.prev::before {
	content: "\e601";
}

a.next::before {
	content: "\e600";
}

.itemwrap li{
	background-position: center center;
}

.itemwrap li:nth-child(1){
	background-image: url('../img/bg/1.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	
}
.itemwrap li:nth-child(2){
	background-image: url('../img/bg/2.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	
}
.itemwrap li:nth-child(3){
	background-image: url('../img/bg/3.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;

}

.itemwrap li:nth-child(4){
	background-image: url('../img/bg/4.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;

}

.component-fullwidth {
    width: 100%;
    height: 800px;
    margin-bottom: 0;
    background: #333;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}






/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden !important;
	padding: 0 4px;
	height: 1em;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.navbar-nav  li{
	padding: 14px 10px 14px 15px;
	line-height: 1;
	z-index: 2;
} 
.navbar-nav li a{ 
	position: relative;
	display: inline-block;
	outline: none;
	color: #000!important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 15px;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 17px;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	line-height: 1.2;
	text-align: left;
    padding: 0 4px !important;
    height: 1em !important;
    overflow: visible;
}


.navbar-nav  a span:hover:before{ 
  color: #a70a2b !important;
}
.navbar-nav  a:hover span,
.navbar-nav  span{
	color: #000;
} 

.navbar-nav li.active:after {
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    width: 15px;
    height: 2px;
    top: 50%;
    background-color: #a70a2b;
    margin-top: -1px;
}

.navbar-nav li.active a span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.navbar-nav li.active a span:before {
  color: #a70a2b !important;
  color: #000 !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background: transparent;
}

.navbar-right{
/*background-color: rgba(128, 128, 128, 0.25);*/
}

.navbar-right li{
	display: block;
	position: relative;
	float: none;
	padding: 2px 0;
}

.navbar-right li a{
  font-size: 19px;
  font-family: "Romul";
  color: rgb(167, 10, 43);
  text-transform: uppercase;
  line-height: 1;
  /*background-color: rgba(128, 128, 128, 0.25);*/
}
.navbar-right li:first-child{
	padding-top: 1px;
}

.navbar-right li a:hover{
	background-color: transparent;
}

.navbar-right li a span{
  color: #a70a2b !important;
}


.navbar-nav .drop-down-item{
	padding-right: 25px;
	z-index: 3;
}
.navbar-nav .drop-down-item i {
    display: inline-block;
    position: absolute;
    color: #a70a2b;
    right: 10px;
    top: 50%;
    line-height: 1;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    -o-transform: translateY(-65%);
    transform: translateY(-65%);
}


#categories{
	display: block;
	position: relative;
	padding-left: 0;
	list-style-type: none;
}

#categories li {
    display: block;
    position: relative;
    margin-bottom: 15px;
    z-index: 3;
	-webkit-transition: .35s ease-out;
	-o-transition: .35s ease-out;
	transition: .35s ease-out;
}

#categories span{
	content: '';
	display: block;
	position: absolute;
	width: 1000%;
	height: 100%;
	top: 0;
	left: -900%;
	background-color: white;
	z-index: 1;
}

#categories li a{
	display: block;
	position: relative;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	line-height: 1.4;
	text-align: left;	
	padding: 25px 15px 25px 100px;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: 2;
    outline: none;
}

#categories li:before {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    left: 0;
    top: 50%;
    height: 2px;
    background-color: transparent;
    z-index: 2;
    -webkit-transform: translateX(20px) scale(.75);
    -ms-transform: translateX(20px) scale(.75);
    -o-transform: translateX(20px) scale(.75);
    transform: translateX(20px) scale(.75);
	-webkit-transition: all .35s ease-in;
	-o-transition: all .35s ease-in;
	transition: all .35s ease-in;
}

#categories li:hover span{
	background-color: #a70a2b;	
	background-image: url('../img/src/hover_lines.png');
	background-repeat: no-repeat;
	background-position: right center;

  /*background:  url('../img/src/hover_lines.png'),-moz-linear-gradient( -45deg, rgb(255,108,111) 0%, rgb(211,59,77) 61%, rgb(167,10,43) 100%) !important;*/
  /*background:  url('../img/src/hover_lines.png'),-webkit-linear-gradient( -45deg, rgb(255,108,111) 0%, rgb(211,59,77) 61%, rgb(167,10,43) 100%) !important;*/
  /*background:  url('../img/src/hover_lines.png'),-ms-linear-gradient( -45deg, rgb(255,108,111) 0%, rgb(211,59,77) 61%, rgb(167,10,43) 100%) !important;*/

	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.6);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
 
#categories li:hover:before {
	background-color: #fff;
	-webkit-transform: translateX(-40px) scale(1);
	-ms-transform: translateX(-40px) scale(1);
	-o-transform: translateX(-40px) scale(1);
	transform: translateX(-40px) scale(1);
	-webkit-transition: color .5s ease transform .35s ease-in;
	-o-transition: color .5s ease transform .35s ease-in;
	transition: color .5s ease transform .35s ease-in;
}


#categories li:hover a{
	color: #fff;
	-webkit-transition: color .35s ease;
	-o-transition: color .35s ease;
	transition: color .35s ease;
}

#categories li:hover{
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition:  transform .35s ease-in;
	-o-transition:  transform .35s ease-in;
	transition:  transform .35s ease-in;
}




#categories li:nth-child(1) a {
	background-image: url('../img/src/appartment1.png');
}
#categories li:nth-child(1):hover a{
	background-image: url('../img/src/appartment2.png');
}


#categories li:nth-child(2) a{
	background-image: url('../img/src/tools1.png');
}
#categories li:nth-child(2):hover a{
	background-image: url('../img/src/tools2.png');
}


#categories li:nth-child(3) a{
	background-image: url('../img/src/heat1.png');
}
#categories li:nth-child(3):hover a{
	background-image: url('../img/src/heat2.png');
}


#categories li:nth-child(4) a{
	background-image: url('../img/src/smart1.png');
}
#categories li:nth-child(4):hover a{
	background-image: url('../img/src/smart2.png');
}



#categories li{
    -webkit-perspective: 100px;
    perspective: 100px;
}
#categories li a{
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
#categories li:active a{
	-webkit-transform: rotateX(5deg) scale(.9);
	-ms-transform: rotateX(5deg) scale(.9);
	-o-transform: rotateX(5deg) scale(.9);
	transform: rotateX(5deg) scale(.9);
	-webkit-transition: transform .35s ease;
	-o-transition: transform .35s ease;
	transition: transform .35s ease;
}

/* ******************************************** */


/*Hamburger*/


/*
   * 3DY
   */
.hamburger {
	float: right;
	padding: 15px 15px;
	margin-right: 10px;
	display: none;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; 
	outline: none;
}
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.open-nav .hamburger--3dy .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .open-nav .hamburger--3dy .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .open-nav .hamburger--3dy .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/* tablet nav */


  .open-nav .hamburger-inner,   .open-nav .hamburger-inner::before,   .open-nav .hamburger-inner::after{
		background-color: #fff;
  }

  .open-nav .navbar-nav li a{
  	color: #fff !important; 
  }

  .open-nav #main_navigation{
  	z-index: 9999999;
  }


.tablet-phones {
	display: none !important;
    float: left;
    float: none;
    position: relative;
}

.tablet-phones li {
	display: block;
	position: relative;
}

.tablet-phones li a {
    padding: 15px 5px !important;
    line-height: 1;
    display: block;
    position: relative;
    height: auto !important;
}


.drop-down-item{
	outline: none;
}

.drop-down-item ul{
	position: absolute;
	top: 100%;
	left: -50%;
	/*left: -130px;*/
	    /*backface-visibility: hidden;*/
	visibility: hidden;
	background-color: #a70a2b;
    padding-left: 0;
    list-style-type: none;
    text-align: center;
    padding: 0;
	min-width: 260px;
	opacity: 0;
	z-index: 3;
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
	-o-transform: translateY(7px);
	transform: translateY(7px);
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.drop-down-item:hover ul,
.drop-down-item:focus ul
{
	visibility: visible; 
	opacity: 1;
	z-index: 3;
	-webkit-animation-duration: .25s;
	-o-animation-duration: .25s;
	animation-duration: .25s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
}


/*.drop-down-item ul:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}*/

.drop-down-item ul:after{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #a70a2b;
    top: -13px;
    left: 50%;
    margin-left: -15px;
}


.drop-down-item ul li{
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: background .35s ease-out;
		-o-transition: background .35s ease-out;
		transition: background .35s ease-out;	
}
.drop-down-item ul li:hover{
	background-color: #890b25;
	-webkit-transition: background .35s ease-in;
	-o-transition: background .35s ease-in;
	transition: background .35s ease-in;
}
.drop-down-item ul li:hover a{
	font-weight: 400;
}



.drop-down-item ul li a {
	display: block;
	position: relative;
	text-align: center;
	padding: 17px 0 !important;
    height: inherit !important;
    line-height: inherit;
    color: white !important;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-transform: none;
	font-size: 18px;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	border-bottom: 1px solid rgb(180, 47, 75);
}

.drop-down-item ul li:last-child a{
	border-bottom: none;
}


/* Modal nav */
/* #modal_nav */

#modal_nav .modal-content{
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	border: none;
}

.carousel-control, .modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: .9;
}                                                   


#modal_nav ul{
	display: block;
	position: relative;
	/*padding-left: 40px;	*/
}
#modal_nav ul li {
	display: block;
	position: relative;
}
#modal_nav ul li a {
    display: block;
    position: relative;
    color: white;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 300;
    text-decoration: none;
    padding: 15px 15px;
    -webkit-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

#modal_nav ul > li:hover:not(.active) >  a {
	color: #a70a2b !important;
}


#modal_nav .modal-dialog{
	margin-top: 100px;
}


#modal_nav ul > li.active:before{
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #a70a2b;
    top: 50%;
    left: -25px;
}

#modal_nav ul > li:hover:not(.active) > a {
    margin-left: 15px;
    color: rgb(0, 118, 163);
    -webkit-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    letter-spacing: 1px;
}

.drop-down-item-modal i {
    position: relative;
    margin-left: 5px;
    font-size: 14px;
    top: -2px;
}

#modal_nav ul ul{
	display: none;
}
.drop-down-item-modal.open ul{
	display: block;
	background-color: red;
}


#modal_nav ul > li.active a{
	color: #a70a2b !important;
	font-weight: 400;
}

/*#modal_nav ul ul.open {
    display: block;
}*/



#modal_nav .trigger.open,
#modal_nav .trigger.open i
{
	color: #a70a2b !important;
}
#modal_nav .trigger.open{
	letter-spacing: 1px;
    margin-left: 15px;
	-webkit-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}

#modal_nav .trigger.open + ul{
	display: block;
}

#modal_nav ul ul li a {
    font-size: 17px;
    padding: 5px 15px;
}

#modal_nav ul ul li a br {
    display: none;
}

#modal_nav ul ul li a:hover {
	letter-spacing: 0 !important;
}


li.phone_li.phone_li_1 {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 20px;
}



#about_teplo{
	display: block;
	position: relative;
	overflow: hidden;
	padding: 45px 0;
	background-image: url('../img/bg/pattern.png');
	background-repeat: no-repeat;
	background-position: center top;
}



.left-section-title,
.section-title
{ 
	display: inline-block;
    position: relative;
    text-align: left;
    font-family: 'Romul';
    font-size: 45px;
    color: rgb(0, 0, 0);
    line-height: 1.15;
    text-transform: uppercase;
    margin-right: 80px;
	padding-left: 20px;
	margin-top: 25px;
}



.gold {
    display: block;
    position: relative;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    color: rgb(204, 190, 125);
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 8px;
	padding-left: 25px;
}

.default_typo {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.2;
	text-align: justify;
}

.default_typo p{
	margin-bottom: 10px;
}


.left-section-title:before {
    content: '';
    display: inline-block;
    position: absolute;
    line-height: 1;
    height: 2px;
    width: 200px;
    background-color: #a70a2b;
    top: 25%;
    margin-top: -1px;
    right: -80px;
}

#about_teplo .content{
	padding: 35px 0;
}


#about_teplo .gold{
	margin-top: 30px;
	margin-bottom: 15px;
}





/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




/* Aylen */
/* Box colors */
.bg-1 {
	background: #ECEFF1;
	color: #37474f;
}
.bg-2 {
	background: #7986cb;
	color: #ECEFF1;
}
.bg-3 {
	background: #37474f;
	color: #fff;
}

/* Common button styles */
.default-btn {
	display: inline-block;
	position: relative;
	font-size: 18px;
	font-family: "Romul";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: center;
	background-color: #a70a2b;
	display: block;
	padding: 20px;
	border: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 auto;
    display: block;
    position: relative;
	min-width: 400px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}


.social-networks a:focus,
.button:focus {
	outline: none;
}
.button > span
.social-networks a > span {
	vertical-align: middle;
}

.social-networks a:hover i{
	color: #fff;
    -webkit-transition: -webkit-color 0.3s;
    transition: color 0.3s;
}


/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button {
	color: #37474f;
	border-color: #37474f;
}
.bg-2 .button {
	color: #ECEFF1;
	border-color: #ECEFF1;
}
.bg-3 .button {
	color: #fff;
	border-color: #fff;
}

/* Sizes */
.button--size-s {
	font-size: 14px;
}
.button--size-m {
	font-size: 16px;
}
.button--size-l {
	font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}
.button--text-thin {
	font-weight: 300;
}
.button--text-medium {
	font-weight: 500;
}
.button--text-thick {
	font-weight: 600;
}
/* Borders */
.button--border-thin {
	border: 1px solid;
}
.button--border-medium {
	border: 2px solid;
}
.button--border-thick {
	border: 3px solid;
}




.button.button--aylen {
	color: #fff;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.button--aylen.button--inverted {
	background: none;
	color: #fff;
}
.button--aylen::before,
.button--aylen::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen::before {
	background: #f26565;
}
.button--aylen::after {
	background: #ec3333;
}
.button--aylen:hover {
	color: #fff;
}
.button--aylen:hover::before,
.button--aylen:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}

/* //Aylen */




/* About Slider */

#about_slider,
#about_slider .inner
{
	display: block;
	position: relative;
	outline: none;
}

#about_slider img{
	display: block;
	position: relative;
	/*margin: 0 auto;*/
	max-width: 100%;
}


/*arrows_box*/

.arrows_box{
	display: block;
	position: absolute;
	margin: 0 auto;
	padding: 5px 40px;
	text-align: center;
	bottom: 0;
	min-width: 190px;
}
.arrows_box .slick-list{
	overflow: visible;
}

.arrows_box *{
	outline: none;
}

.arrows_box .inner{
	display: inline-block;
}

.arrows_box .l,
.arrows_box .m,
.arrows_box .r{
	display: table-cell;
	vertical-align: middle;
}


.arrows_box .bottom{
  font-size: 18px;
  color: rgba(255, 255, 255, 0.702);
  text-transform: uppercase;
  line-height: 1.2;
}




.arrows_box .r:hover{
	cursor: pointer;
-webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
     -o-transition: all .25s ease;
        transition: all .25s ease;
	-webkit-transform: translateX(15px);
	   -moz-transform: translateX(15px);
	    -ms-transform: translateX(15px);
	     -o-transform: translateX(15px);
	        transform: translateX(15px);
}

.arrows_box .slick-dots{
	padding: 0;
	list-style-type: none;
	margin-bottom: 0;
}


.arrows_box .top{
	font-size: 35px;
}
.arrows_box .bottom{}





.arrows_box .sep{
	padding: 0 5px;
}


.arrows_box .top,
.arrows_box .sep,
.arrows_box .bottom{
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	line-height: 1.3;
	color: #fff;
}
.arrows_box .slick-dots li .top{
	font-size: 35px;
	text-transform: uppercase;
}
.arrows_box .slick-dots li .bottom{
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 300;
}

.arrows_box .slick-dots li:not(.slick-active){
	/* display: none; */
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all .35s ease;
	   -moz-transition: all .35s ease;
	    -ms-transition: all .35s ease;
	     -o-transition: all .35s ease;
	        transition: all .35s ease;
}


.arrows_box .slick-dots li .top{
	transform: /*scale(.7)*/ translateY(-20px);
	opacity: 0;
	-webkit-transition: all .75s ease;
	   -moz-transition: all .75s ease;
	    -ms-transition: all .75s ease;
	     -o-transition: all .75s ease;
	        transition: all .75s ease;
}

.arrows_box .slick-dots li.slick-active .top{
	transform: /*scale(1)*/ translateY(0);
	opacity: 1;
	-webkit-transition: all .75s ease;
	   -moz-transition: all .75s ease;
	    -ms-transition: all .75s ease;
	     -o-transition: all .75s ease;
	        transition: all .75s ease;
}

.arrows_box .left {
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 18px;
    z-index: 2;
    padding: 15px 10px;
    -webkit-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
	-webkit-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    top: 4px;
    line-height: 1;
    color: #fff;
}


.arrows_box .right {
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 18px;
    z-index: 2;
    padding: 15px 10px;
    -webkit-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    top: 4px;
    line-height: 1;
    color: #fff;
}
.arrows_box .left:hover,
.arrows_box .right:hover {
	cursor: pointer;
-webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    -webkit-transition: transform .25s ease-in;
    -o-transition: transform .25s ease-in;
    transition: transform .25s ease-in;
}

.arrows_box .left:active,
.arrows_box .right:active {
	-webkit-transform: scale(1.35);
	    -ms-transform: scale(1.35);
	    -o-transform: scale(1.35);
	    transform: scale(1.35);
	    -webkit-transition: transform .15s ease-in;
	    -o-transition: transform .15s ease-in;
	    transition: transform .15s ease-in;
}

/*arrows_box*/





/*advantages*/

#six_steps{
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 45px 0;
	background-image: url('../img/bg/pattern.png');
	background-repeat: no-repeat;
	background-position: center top;
}

#six_steps .section-title br{
	display: none;
}


#six_steps .section-title{
     margin-right: 0; 
     padding-left: 0; 
    margin-top: 25px;
    padding-right: 200px;	
}


#six_steps .section-title:before {
    content: '';
    display: inline-block;
    position: absolute;
    line-height: 1;
    height: 2px;
    width: 160px;
    background-color: #a70a2b;
    top: 50%;
    margin-top: -1px;
    right: 0;
}

#six_steps .gold {
    margin-top: 25px;
    margin-left: 150px;
    margin-bottom: 35px;
}









#six_steps .pills .col-md-4{
	/*padding: 0;*/
}

#six_steps .pills .item {
	display: block;
	position: relative;
    min-height: 170px;
}
#six_steps .pills .item .content{
    padding: 10px 15px 20px;
}

#six_steps .pills .item .title {
    display: block;
    position: relative;
    /* padding-left: 80px; */
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: rgb(0, 51, 51);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    background-repeat: no-repeat;
    /*background-position: left center;*/
    padding: 30px 20px 20px 80px;
	background-position: 10px 50%;
}

#six_steps .pills .item .content{
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
}


#six_steps .pills .col-item:nth-child(1) .title{
    background-image: url(../img/src/tools3.png);
}
#six_steps .pills .col-item:nth-child(2) .title{
    background-image: url(../img/src/bath.png);
}
#six_steps .pills .col-item:nth-child(3) .title{
    background-image: url(../img/src/doc.png);
}
#six_steps .pills .col-item:nth-child(4) .title{
    background-image: url(../img/src/tools3.png);
}
#six_steps .pills .col-item:nth-child(5) .title{
    background-image: url(../img/src/bath.png);
}
#six_steps .pills .col-item:nth-child(6) .title{
    background-image: url(../img/src/doc.png);
}





/*#six_steps .pills .col-item:nth-child(1){
	border-width: 2px;
	border-style: solid;
	-webkit-border-image: linear-gradient(linear, 100% 0, 0 0, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
	-o-border-image: linear-gradient(right, black, rgba(0, 0, 0, 0)) 1 100%;
	border-image: linear-gradient(to top, red, blue);
}
#six_steps .pills .col-item:nth-child(3){
	border-top: 1px solid red;
}
#six_steps .pills .col-item:nth-child(5){
	border-top: 1px solid red;
}
*/

/*advantages*/


.open-nav .navbar-brand .light{display: block;}
.open-nav .navbar-brand .dark{display: none;}


.navbar-brand .light{
	display: none;
}
/* form  line */

.form_line {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	background-color: #a70a2b;
	background-image: url('../img/src/man.png');
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: contain;
	background-size: contain;
}


.section-title-small{
    display: block;
    position: relative;
    text-align: center;
    font-family: 'Romul';
    font-size: 40px;
    color: #fff;
    line-height: 1.15;
    text-transform: uppercase;
}

.form_line .section-title-small,
#redline .section-title-small{
	font-weight: 600;
}



.form_line .default-btn{
	background-color: #fff;
	color: #a70a2b;
	font-weight: 600;
}
.form_line .default-btn:hover{
	color: #fff;
}

.form_line .gold {
    font-style: italic;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 18px;
    text-align: center;
    margin: 10px 0 30px;
    font-weight: 300;
    padding-left: 0;
}

form.default .form-group{
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}

form.default .form-group .box:nth-child(1){
	margin-right: 2%;
}

form.default .form-group .box:nth-child(1) input{
	background-image: url('../img/src/user.png');
	padding-left: 30px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}
form.default .form-group .box:nth-child(2) input{
	background-image: url('../img/src/phone.png');
	padding-left: 30px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

form.default .form-group .box{
	display: inline-block;
	width: 40%;
	position: relative;
}
form.default .default-btn{
	margin-top: 25px;
}

form.default .form-group .box:before{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 30%;
	background-color: #fff;
	bottom: 0;
	left: 0;
}
form.default .form-group .box:after{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 30%;
	background-color: #fff;
	bottom: 0;
	right: 0;
}


form.default .form-group input{
	width: 100%;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	border: none;
	border-bottom: 1px solid #fff; 
}


form.default.dark .form-group input{
	border-color: rgb(170, 170, 170);
}

form.default .form-group .box:before,
form.default .form-group .box:after{
	background-color: rgb(170, 170, 170);
}

form.default .form-group.fluid .box{
	width: 83%;
	margin-right: 0;
}

form.default.dark .form-group input{
	color: #000;
}

form.default.dark .form-group input::-webkit-input-placeholder,
form.default.dark .form-group textarea::-webkit-input-placeholder
 {
	color: #000;
} /* Chrome/Opera/Safari */

form.default.dark .form-group input::-moz-placeholder,
form.default.dark .form-group textarea::-moz-placeholder
 {
	color: #000;
} /* Firefox 19+ */

form.default.dark .form-group input:-ms-input-placeholder,
form.default.dark .form-group textarea:-ms-input-placeholder
 {
	color: #000;
} /* IE 10+ */

form.default.dark .form-group input:-moz-placeholder,
form.default.dark .form-group textarea:-moz-placeholder
 {
	color: #000 !important;
} /* Firefox 18- */
/*here*/


form.default.dark .form-group .box:nth-child(1) input {
    background-image: url(../img/src/user-dark.png);
}

form.default.dark .form-group .box:nth-child(2) input {
    background-image: url(../img/src/phone-dark.png);
}

form.default.dark .form-group .box:nth-child(3) input {
    background-image: url(../img/src/email-dark.png);
}

form.default.dark .form-group .box:nth-child(1) input[type="email"] {
    background-image: url(../img/src/email-dark.png);
}


form.default.dark .fluid  textarea {
	display: block;
	position: relative;
	width: 100%;
    background-image: url(../img/src/message-dark.png);
    padding-left: 30px;
    padding: 8px 8px 8px 30px;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: none;
    border: 1px solid #aaa;
    resize: none;
    margin-top: 15px;
    background-position: 8px 8px;
    font-size: 18px;
    font-family: "Roboto";
    color: #000;
    line-height: 1.333;
}

#contacts form.default .form-group .box{
	width: 48%;
	margin-bottom: 15px;
}

#contacts form.default .form-group.fluid .box{
	width: 100%;
}

#contacts form.default .form-group .box:nth-child(1){
	margin-right: 3%;
}

/* form typography */
form.default .form-group input{
  font-size: 18px;
  font-family: "Roboto";
  color: rgb(221, 221, 221);
  line-height: 1.333;
}


form.default .form-group input::-webkit-input-placeholder,
form.default .form-group textarea::-webkit-input-placeholder
 { /* Chrome/Opera/Safari */
    font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: rgb(221, 221, 221);
  line-height: 1.333;
  font-weight: 300;
}
form.default .form-group input::-moz-placeholder,
form.default .form-group textarea::-moz-placeholder
 { /* Firefox 19+ */
    font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: rgb(221, 221, 221);
  line-height: 1.333;
  font-weight: 300;
}
form.default .form-group input:-ms-input-placeholder,
form.default .form-group textarea:-ms-input-placeholder
 {
/* IE 10+ */
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: rgb(221, 221, 221);
  line-height: 1.333;
  font-weight: 300;
}
form.default .form-group input:-moz-placeholder,
form.default .form-group textarea:-moz-placeholder
 { /* Firefox 18- */
    font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: rgb(221, 221, 221);
  line-height: 1.333;
  font-weight: 300;
}


form.default .form-group input:active,
form.default .form-group input:focus,
form.default .form-group textarea:active,
form.default .form-group textarea:focus
{
	box-shadow: none;
}



form.default .form-group .box.has-error input{
	border-bottom-color: #00fcff;
	border-width: 2px;
}
form.default .form-group .box.has-error:before,
form.default .form-group .box.has-error:after
{
	background-color: #00fcff;
	width: 2px;
}



form.default.dark .form-group .box.has-error input{
	border-bottom-color: red;
}

form.default.dark .form-group .box.has-error:before,
form.default.dark .form-group .box.has-error:after
{
	background-color:red;
}

.form_align{
	text-align: left;
}
.form_container {
    display: inline-block;
}

form button:disabled{
	cursor: not-allowed;
}

/* :Focus */

/*form.default  .box:focus input,
form.default  .box:focus textarea{
	border-color: #000;
}*/





/* Нowitworks */
#howitworks{
	display: block;
	position: relative;
	text-align: center;
	padding: 25px 0 70px;
	overflow: hidden;
    background-image: url(../img/bg/pattern.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#howitworks .section-title:before{
	content: '';
    display: inline-block;
    position: absolute;
    line-height: 1;
    height: 2px;
    width: 160px;
    background-color: #a70a2b;
    top: 50%;
    margin-top: -1px;
    right: 0;
}


#howitworks .section-title{
    margin-right: 0;
    padding-left: 0;
    margin-top: 25px;
    padding-right: 200px;
}

#howitworks .gold {
    margin-top: 25px;
    margin-bottom: 35px;
    padding-left: 0;
    text-align: right;
}

#howitworks .boxx{
	display: inline-block;
	position: relative;
}





#howitworks .steps .item{
	text-align: left;
	position: relative;
}

#howitworks .steps .item:nth-child(2),
#howitworks .steps .item:nth-child(4){
	background-color: #f7f5eb;
	top: 75px;
}
#howitworks .steps .item:nth-child(2) .number,
#howitworks .steps .item:nth-child(4) .number{
	color: #fff;
}




#howitworks .steps .item .number{
	display: inline-block;
	position: relative;
  font-size: 180px;
  font-family: "Romul";
  color: rgb(247, 245, 235);
  text-transform: uppercase;
  line-height: 1.1;
}

#howitworks .steps .item .title{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto";
  color: rgb(167, 10, 43);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}

#howitworks .steps .item .content{
	display: block;
	position: relative;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	color: rgb(0, 0, 0);
	line-height: 1.2;
	text-align: left;
	padding-bottom: 40px;
}



#howitworks .steps .item .top{
	display: block;
	position: relative;
}


#howitworks .steps .ll,
#howitworks .steps .rr,
#six_steps .ll,
#six_steps .rr
{
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	/* IE10+ */ 
	background-image: -ms-linear-gradient(bottom, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DDDDDD), color-stop(50, #FFFFFF), color-stop(100, #DDDDDD));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
	/* W3C Markup */ 
	background-image: linear-gradient(to top, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
}


#howitworks .steps .ll,
#six_steps .ll
{
	top: 0;
	left: 0;
}

#howitworks .steps .rr,
#six_steps .rr
{
	top: 0;
	right: 0;
}



#six_steps .rr{
	right: -1px;
}
#six_steps .tt{
	top: -1px !important;
}


#howitworks .steps .tt,
#howitworks .steps .bb,
#six_steps .tt,
#six_steps .bb
{
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	/* IE10+ */ 
	background-image: -ms-linear-gradient(left, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(left, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(left, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #DDDDDD), color-stop(50, #FFFFFF), color-stop(100, #DDDDDD));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(left, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
	/* W3C Markup */ 
	background-image: linear-gradient(to right, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
}

#howitworks .steps .tt,
#six_steps .tt
{
	top: 0;
	left: 0;
}
#howitworks .steps .bb,
#six_steps .bb
{
	bottom: 0;
	left: 0;
}


/* questions */
	
.questions{
	display: block;
	position: relative;	
	margin-top: 50px;
	padding: 100px 0;
	background-image: url('../img/src/woman.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.questions.first{
	/*-webkit-background-size: contain;*/
	/*background-size: contain;*/
}
.questions.second{
	background-image: url('../img/src/handshake.png');
	margin-top: 0;
	padding: 100px 0;
}
.questions .q{
	display: block;
	position: relative;
	font-size: 30px;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.2;
	text-align: center;
	margin: 15px auto;
	font-weight: 300;
}
.questions .q span{
	font-weight: 400;
}

.questions .item .q:nth-child(1){
	margin-bottom: 35px;
}


	#howitworks .steps .item:nth-child(4) .ll,
	#howitworks .steps .item:nth-child(4) .rr,
	#howitworks .steps .item:nth-child(4) .tt,
	#howitworks .steps .item:nth-child(4) .bb{
		display: none;
	}

/* /questions */


/* /Нowitworks */



.questions:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}



#howitworks .section-title br{
	display: none;
}



/* Logo_slogan */

#logo_slogan{
	display: block;
	position: relative;
	padding: 25px 0;
	background: #f7f5eb;	
}

#logo_slogan img{
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: bottom;
}

#logo_slogan .title {
    display: inline-block;
    position: relative;
    font-size: 38px;
    font-family: "Romul";
    color: rgb(167, 10, 43);
    line-height: 1.3;
    text-align: left;
    font-weight: 600;
}

.wrap{
	display: inline-block;
	position: relative;
}

.border-grad {
    display: block;
    position: absolute;
    left: -10%;
    top: -40%;
    width: 120%;
    height: 180%;
    z-index: 2;
}



.border-grad .l,
.border-grad .r
{
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	/* IE10+ */ 
	background-image: -ms-linear-gradient(bottom, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DDDDDD), color-stop(50, #FFFFFF), color-stop(100, #DDDDDD));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
	/* W3C Markup */ 
	background-image: linear-gradient(to top, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
}


.border-grad .l{
	top: 0;
	left: 0;
}

.border-grad .r{
	top: 0;
	right: 0;
}


.border-grad .t,
.border-grad .b
{
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	/* IE10+ */ 
	background-image: -ms-linear-gradient(left, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(left, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(left, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #DDDDDD), color-stop(50, #FFFFFF), color-stop(100, #DDDDDD));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(left, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
	/* W3C Markup */ 
	background-image: linear-gradient(to right, #DDDDDD 0%, transparent 50%, #DDDDDD 100%);
}

.border-grad .t{
	top: 0;
	left: 0;
}
.border-grad .b{
	bottom: 0;
	left: 0;
}
.posr{
	position: relative;
}
#logo_slogan .title{
	margin-left: 25px;
}
/* /Logo_slogan */


.dt{
	display: table;
}
.dtc{
	display: table-cell;
	vertical-align: middle;
}

#redline {
    display: block;
    position: relative;
    padding: 35px 0;
    overflow: hidden;
    background: url('../img/src/lines.png') #a70a2b;
	/*-webkit-background-size: contain;*/
	/*background-size: contain;*/
	background-position: center center;
	background-repeat: no-repeat;
}

#redline .col-md-6{
	overflow: hidden;
}

#redline .default-btn{
    background-color: #fff;
    color: #a70a2b;
    font-weight: 600;
}

#redline .default-btn:hover{
	color: #fff;
}


#redline .section-title-small{
	line-height: 1.3;
	margin: 8px 0;
}




/* Сrew */

#crew {
    display: block;
    position: relative;
    padding: 45px 0;
    overflow: hidden;
	background-image: url(../img/bg/pattern.png);
    background-repeat: no-repeat;
    background-position: center top;
}
#crew .gold{
    margin-top: 30px;
    margin-bottom: 15px;
}

#crew .content {
    padding: 35px 0;
}

#video {
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
}
#video .inner{
	display: inline-block;
	position: relative;
	overflow: hidden;
}

#video .inner img{
	display: block;
	position: relative;
	max-width: 100%;
	height: auto;
}


#video .inner .play{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: url('../img/src/play.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    margin-top: -50px;
    margin-left: -50px;
    outline: none;
/*	-webkit-transition: all .35s ease-out;
	-o-transition: all .35s ease-out;
	transition: all .35s ease-out;*/
}

#video .inner .play:hover{
    background: url('../img/src/play-hover.png');
    background-repeat: no-repeat;
    background-position: center;
}

#video .overlay{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	/*background-color: rgba(255, 255, 255, 0.45);*/
	z-index: 1;
	-webkit-transition: all .35s ease-in;
	-o-transition: all .35s ease-in;
	transition: all .35s ease-in;
}

/*#video:hover  .overlay{
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-transition: all .35s ease-in;
	-o-transition: all .35s ease-in;
	transition: all .35s ease-in;
}*/

/*
	-webkit-transition: all .35s ease-in;
	-o-transition: all .35s ease-in;
	transition: all .35s ease-in;*/

#video .inner .play:before{
	content: '';
	display: block;
	position: absolute;
	width: 100px;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	left: -100px;
	background-color: #a70a2b;
	-webkit-transition: all .45s ease-out;
	-o-transition: all .45s ease-out;
	transition: all .45s ease-out;
}



#video .inner .play:after{
	content: '';
	display: block;
	position: absolute;
	width: 100px;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	right: -100px;
	background-color: #a70a2b;
	-webkit-transition: all .45s ease-out;
	-o-transition: all .45s ease-out;
	transition: all .45s ease-out;
}




#video:hover .inner .play:before{
	left: -300px;
	width: 300px;
	z-index: 0;
	-webkit-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
#video:hover .inner .play:after{
	right: -300px;
	width: 300px;
	z-index: 0;
	-webkit-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

/* /Сrew */




#reviews-container{
	display: block;
	position: relative;
	padding: 35px 0;
	overflow: hidden;
    text-align: center;
	background-image: url(../img/bg/pattern.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#reviews-container .boxx{
    display: inline-block;
    position: relative;
}

#reviews-container .section-title{
	margin-right: 0;
    padding-left: 0;
    margin-top: 25px;
    padding-right: 200px;
}

#reviews-container .gold {
    margin-top: 25px;
    margin-bottom: 35px;
    padding-left: 0;
    text-align: right;
}


/* Reviews slider */

#reviews,
#reviews .inner,
#reviews .inner .item
{
	display: block;
	position: relative;
	outline: none;
}

#reviews .inner .item{
	padding: 50px 0;
}



#reviews .inner .item .name{
	display: block;
	position: relative;
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	line-height: 1.2;
	text-align: left;
	font-weight: 400;
	padding-left: 50px;
	padding-right: 15px;
}

#reviews .inner .item .name:after{
	content: '';
	display: block;
	position: relative;
	width: 180px;
	height: 2px;
    background-color: #a70a2b;
    margin: 25px 0;
}


#reviews .inner .item .content{
	display: block;
	position: relative;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.2;
	font-weight: 300;
	text-align: left;
	padding-left: 50px;
	padding-right: 15px;
}

#reviews > .inner:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	height: 100%;
	background-color: #f6f4eb;
	z-index: -1;
}


#reviews-container .arrows_box{
	display: block;
	position: absolute;
    top: 30px;
    right: -200px;
    bottom: initial;
}


#reviews-container .arrows_box i{
	color: rgb(167, 10, 43);
}
#reviews-container .arrows_box .top,
#reviews-container .arrows_box .sep,
#reviews-container .arrows_box .bottom,
#reviews-container .arrows_box .slick-dots li .bottom{
	color: #000;
}


#reviews-container .section-title:before{
	content: '';
	display: inline-block;
	position: absolute;
	line-height: 1;
	height: 2px;
	width: 160px;
	background-color: #a70a2b;
	top: 50%;
	margin-top: -1px;
	right: 0;
}


#reviews-container .section-title br{
	display: none;
}




#contacts{
	display: block;
	position: relative;
	padding: 35px 0;
	text-align: center;
	overflow: hidden;
    background-image: url(../img/bg/pattern.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#contacts .section-title {
    margin-right: 0;
    padding-left: 0;
    margin-top: 25px;
    padding-right: 200px;
}

#contacts .section-title:before {
	content: '';
    display: inline-block;
    position: absolute;
    line-height: 1;
    height: 2px;
    width: 160px;
    background-color: #a70a2b;
    top: 50%;
    margin-top: -1px;
    right: 0;
}


#contacts .gold {
    margin-top: 25px;
    margin-bottom: 35px;
    padding-left: 0;
    text-align: right;
}

#contacts .boxx {
	display: inline-block;
	position: relative;
}






/* #contacts-info */

#contacts-info{
	display: block;
	position: relative;
}

#contacts-info .title{
	display: block;
	position: relative;
	text-align: center;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	color: rgb(204, 190, 125);
	font-style: italic;
	line-height: 1.2;
	text-align: center;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
}

#contacts-info .content{
	display: block;
	position: relative;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.2;
	text-align: center;
	font-weight: 300;
}

.phones-align{
	text-align: center;
}

#contacts-info .p{
	display: inline-block;
	position: relative;
	text-align: left;
	width: initial;
}

#contacts-info .item{
	/*margin-bottom: 15px;*/
}


#contacts-info .p{
	width: 47%;
	text-align: center;
}


#contacts-info .p a{
	display: inline-block;
	position: relative;
	font-size: 28px;
	font-family: "Roboto", sans-serif;
	line-height: 1.2;
	color: #000;
	text-align: center;
	font-weight: 300;
}
#contacts-info .p a span{
	color: rgb(167, 10, 43);
}


#contacts-info .fax .p a{
    font-size: 24px;
}







#contacts .f-box .title{
    display: block;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: rgb(204, 190, 125);
    font-style: italic;
    line-height: 1.2;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}


.social-networks{
	display: block;
	position: relative;
	text-align: center;
    margin: 30px 0 20px;
}

.social-networks a{
	display: inline-block;
	position: relative;
	color: rgb(167, 10, 43) !important;
	font-size: 22px;
	line-height: 1;
	background-color: #f7f5eb;
	width: 45px;
	height: 45px;
	text-align: center;
	margin-right: 10px;
	overflow: hidden;
	z-index: 3;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
	-webkit-transition: color 0.3s;
	    transition: color 0.3s;
}

.social-networks a i{
	display: block;
	position: relative;
	top: 50%;
	color: #a70a2b;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}



/*#map .gm-style > div:nth-child(1) div{
	box-shadow: 0 0 10px black !important;
	background-color: green;
}
*/


#map_section{
	display: block;
	position: relative;
	padding: 35px 0 0;
	overflow: hidden;
}


#map{
	display: block;
	position: relative;
	min-height: 300px;
	/*box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.27);*/
}

 





#footer{
	display: block;
	position: relative;
	padding: 30px 0 25px;
}

#footer .left{
	text-align: left;
}
#footer .center{
	text-align: center;
}
#footer .right{
	text-align: right;
}




#footer .left > div,
#footer .right a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	color: rgb(68, 68, 68);
	line-height: 1.3;
	text-align: right;
	font-weight: 300;
	-webkit-transition: .35s ease-out;
	-o-transition: .35s ease-out;
	transition: .35s ease-out;
}

#footer .left > div{
	display: block;
    text-align: left;
}


#footer .right a:hover {
  color: rgb(167, 10, 43);
  -webkit-transition: .35s ease-in;
  -o-transition: .35s ease-in;
  transition: .35s ease-in;
}






#footer .center a{
	display: block;
	position: relative;
	color: rgb(167, 10, 43);
	line-height: 1.3;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	color: rgb(167, 10, 43);
	font-weight: 400;
	-webkit-transition: .35s ease;
	-o-transition: .35s ease;
	transition: .35s ease;
}

#footer .center a i{
	display: inline-block;
	position: absolute;
	top: -15px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	left: 0;
	-webkit-transition: .35s ease;
	-o-transition: .35s ease;
	transition: .35s ease;
}

#footer .center a:hover{
	letter-spacing: 1px;
	color: #ec3333;
	-webkit-transition: .35s ease;
	-o-transition: .35s ease;
	transition: .35s ease;
}


#footer .center a:hover i{
	color: #ec3333;
	top: -20px;
	-webkit-transition: .35s ease;
	-o-transition: .35s ease;
	transition: .35s ease;
}



.mobile-footer-form{
	margin-top: 50px;
}



.mob-separator{
	display: none;
}





.modal-default .modal-content{
	box-shadow: none;
	background-color: transparent;
    border: 1px solid #2e2e2e;
    border-radius: 0;
    padding: 10px;
}

.modal-default .modal-content .innerf{
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    background-color: white;
    background-image: url(../img/bg/pattern.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: contain;
    background-size: contain;
}




#modal_form .modal-body {
    position: relative;
    padding: 55px 15px 65px;
}



form.default .form-group.fluid .box:nth-child(1){
	margin-bottom: 15px;
}

form.default .form-group.fluid .box:nth-child(2){
	margin-bottom: 10px;
}


.modal-title{
	display: block;
	position: relative;
	text-align: left;
	font-family: 'Romul';
	font-size: 35px;
	color: rgb(0, 0, 0);
	line-height: 1.15;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 35px;
	float: none;
	font-weight: bold;
}


.modal-title:after {
    content: '';
    display: block;
    position: relative;
    line-height: 1;
    height: 2px;
    width: 200px;
    background-color: #a70a2b;
    margin: 25px auto 10px;
}



#modal_form .p {
    width: 47%;
    text-align: center;
    display: inline-block;
    text-align: center;
}

#modal_form .p a{
    display: inline-block;
    position: relative;
    font-size: 28px;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    color: #000;
    text-align: center;
    font-weight: 300;
}

#modal_form .p a span{
	color: rgb(167, 10, 43);
}

.modal-phones{
	display: block;
	position: relative;
	text-align: center;
	margin: 25px auto 15px;
}

#modal_form .title-sm{
	display: block;
	position: relative;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.2;
	text-align: center;
	font-weight: 300;
	margin-top: 15px;
}


.modal-default .close{
    display: inline-block;
    position: absolute;
    z-index: 3;
    font-weight: 100;
    font-size: 45px;
    right: 15px;
    line-height: 1;
    top: 0;
    color: #000;
    text-shadow: none;
    font-family: "Roboto", sans-serif;
    opacity: .7;
    outline: none;
}

.modal-default .close:hover{
	opacity: 1;
	font-weight: 300;
	top: 2px;
}



/* Special offer */

#special_offer .inner{
    background-image: url(../img/bg/apartment.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}





#special_offer{
	text-align: left;
}

#special_offer .title{
	display: block;
	position: relative;
	text-align: center;
	font-size: 110px;
	font-family: "Romul";
	color: rgb(0, 0, 0);
	line-height: 1;
	text-align: left;
	margin-top: 20px;
}


#special_offer .title:after{
    content: '';
    display: block;
    position: relative;
    line-height: 1;
    height: 2px;
    width: 200px;
    background-color: #ccbe7d;
    margin-top: 20px;
    margin-bottom: 20px;
}




#special_offer .content{
	display: block;
	position: relative;
	font-size: 36px;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.2;
	text-align: left;
	}

#special_offer .content span{
	font-weight: bold !important;
	color: #a70a2b !important;
}



#special_offer .modal-body{
	padding: 25px 75px;
}



#special_offer .default-btn{
	display: inline-block;
	margin-top: 65px;
	margin-bottom: 15px;
    box-shadow: 0 0 35px rgba(255, 255, 255, 0.75);
}




#special_offer .white{
	position: relative;
}

#special_offer .white:before {
    content: '';
    display: block;
    position: absolute;
    width: 300px;
    top: -5%;
    left: -5%;
    height: 116%;
    background-color: rgba(255, 255, 255, 0.56);
}




/* success message */
.succes_message {
    display: block;
    position: absolute;
    top: -1000px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
	-webkit-transition: all 1.2s ease-out;
		-o-transition: all 1.2s ease-out;
		transition: all 1.2s ease-out;	
}

#contacts .succes_message{
	top: -2000px;
}

.succes_message .inner{
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	padding: 0 15px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


.succes_message .inner .m_title{
	display: block;
	position: relative;
	text-align: center;
	font-size: 36px;
	font-family: "Romul";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	margin-bottom: 20px;
}

.succes_message .inner .m_content{
	display: block;
	position: relative;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	color: rgb(204, 190, 125);
	font-style: italic;
	line-height: 1.3;
	text-align: center;
}

.succes_message .inner .closex{
    display: block;
    position: relative;
    z-index: 3;
    font-weight: 100;
    font-size: 45px;
    line-height: 1.2;
    color: #000;
    text-shadow: none;
    font-family: "Roboto", sans-serif;
    opacity: .7;
    width: 50px;
    left: 0;
    height: 50px;
    margin: 0 auto;
	line-height: .9;
}


#contacts .succes_message .inner .m_title{
	color: rgb(167, 10, 43);
}







/* HIDE ELEMENTS */
/*

	opacity: 1;
	-webkit-transition: opacity 1.2s ease-out;
	-o-transition: opacity 1.2s ease-out;
	transition: opacity 1.2s ease-out;

	opacity: 0;
	-webkit-transition: opacity 1.2s ease-in;
	-o-transition: opacity 1.2s ease-in;
	transition: opacity 1.2s ease-in;


*/
/* / HIDE ELEMENTS */



/* succes_message active */

.form_line.messagebox .form_container{
	opacity: 1;
	-webkit-transition: opacity 1.2s ease-out;
	-o-transition: opacity 1.2s ease-out;
	transition: opacity 1.2s ease-out;
}
.form_line.messagebox.active .form_container{
	opacity: 0;
	-webkit-transition: opacity 1.2s ease-in;
	-o-transition: opacity 1.2s ease-in;
	transition: opacity 1.2s ease-in;
}

.succes_message .inner .closex:hover{
	opacity: 1;
	top: 2px;
	cursor: pointer;
	font-weight: 300;
}


.messagebox.active .succes_message{
	top: 0;
	-webkit-transition: all 1.2s ease-out;
	-o-transition: all 1.2s ease-out;
	transition: all 1.2s ease-out;
}



#contacts  .messagebox.active .succes_message{
	top: 0;
}




#redline.messagebox .section-title-small,
#redline.messagebox .form_align
{
	opacity: 1;
	-webkit-transition: opacity 1.2s ease-out;
	-o-transition: opacity 1.2s ease-out;
	transition: opacity 1.2s ease-out;
}
#redline.messagebox.active .section-title-small,
#redline.messagebox.active .form_align
{
	opacity: 0 !important;
	-webkit-transition: opacity 1.2s ease-in;
	-o-transition: opacity 1.2s ease-in;
	transition: opacity 1.2s ease-in;
}



#redline .succes_message .inner .closex {
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#redline .succes_message .inner .m_title{
 	margin-bottom: 10px;
 }





#contacts .messagebox .transparent_title,
#contacts .messagebox form.default.dark
{
	position: relative;
	opacity: 1;
	-webkit-transition: opacity 1.2s ease-out;
	-o-transition: opacity 1.2s ease-out;
	transition: opacity 1.2s ease-out;
}
#contacts .messagebox.active .transparent_title,
#contacts .messagebox.active form.default.dark
{ 
	opacity: 0 !important;
	-webkit-transition: opacity 1.2s ease-in;
	-o-transition: opacity 1.2s ease-in;
	transition: opacity 1.2s ease-in;
}





#contacts .messagebox  .modal-body{
		opacity: 1;
	-webkit-transition: opacity 1.2s ease-out;
	-o-transition: opacity 1.2s ease-out;
	transition: opacity 1.2s ease-out;
}

#contacts .messagebox.active .modal-body{
		opacity: 0;
	-webkit-transition: opacity 1.2s ease-in;
	-o-transition: opacity 1.2s ease-in;
	transition: opacity 1.2s ease-in;
}



#modal_form.messagebox  .modal-body{
		opacity: 1;
	-webkit-transition: opacity 1.2s ease-out;
	-o-transition: opacity 1.2s ease-out;
	transition: opacity 1.2s ease-out;
}

#modal_form.messagebox.active .modal-body{
		opacity: 0 !important;
	-webkit-transition: opacity 1.2s ease-in;
	-o-transition: opacity 1.2s ease-in;
	transition: opacity 1.2s ease-in;
}




#redline.messagebox .form_align form{
	position: relative;
}



#contacts-info .first,
#contacts-info .second,
#contacts-info .third,
#contacts-info .fourth
{
	position: relative;
}




#main_navigation.fixed {
    position: fixed !important;
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}




.open-nav #main_navigation.fixed {
	background-color: transparent !important;
	box-shadow: none;
}



#modal_form .succes_message .inner .m_title{
	color: rgb(167, 10, 43);
}




/*
.form_line .gold span:nth-child(2){
	color: #00fcff !important;
	font-style: normal;
	font-weight: 400;
	display: none;
}




.form_line .gold span:nth-child(1){
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform 1s ease-out;
	-o-transition: transform 1s ease-out;
	transition: transform 1s ease-out;
	display: block;
	position: relative;
}

.form_line .show_errors .gold span:nth-child(1){
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: transform 1s ease-in;
	-o-transition: transform 1s ease-in;
	transition: transform 1s ease-in;
	display: none;
	position: relative;
}



.form_line .gold span:nth-child(2){
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: transform 1s ease-out;
	-o-transition: transform 1s ease-out;
	transition: transform 1s ease-out;
	display: none;
	position: relative;
}

.form_line .show_errors .gold span:nth-child(2){
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	display: block;
	-webkit-transition: transform 1s ease-in;
	-o-transition: transform 1s ease-in;
	transition: transform 1s ease-in;
}
*/



.form_line .gold{
	overflow: hidden;
}

.form_line .gold span:nth-child(2){
	color: #00fcff !important;
	font-style: normal;
	font-weight: 400;
	display: none;
}


.form_line .show_errors .gold span:nth-child(1){
	display: none;
}
.form_line .show_errors .gold span:nth-child(2){
	display: block;
}


#contacts .transparent_title span:nth-child(2){
	display: none;
    position: relative;
    letter-spacing: 1px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 300;
    padding-left: 0;
    color: red;
    font-style: normal;
    font-weight: 400;
}
#redline.error-parent .errrr{
	display: none;
    position: relative;
    letter-spacing: 1px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 300;
    padding-left: 0;
    color: #00fcff;
    font-style: normal;
    font-weight: 400;
}
#redline.show_errors  .section-title-small{
	margin-top: 35px;
}


#redline.show_errors .errrr{
	display: block;
}

#contacts .show_errors .transparent_title span:nth-child(1){
	display: none;
}
#contacts .show_errors .transparent_title span:nth-child(2){
	display: block;
}



.modal-error{
	display: none;
	position: relative;
    letter-spacing: 1px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 300;
    padding-left: 0;
    color: red;
    font-style: normal;
    font-weight: 400;
}

#modal_form .show_errors .modal-error,
#contacts .show_errors .modal-error
{
	display: block;
}

.video-outer,
.video-inner{
	display: block;
	position: relative;
}



#video .arrows_box .left,
#video .arrows_box .right
{
	color: #a70a2b;
	color: #fff;
}


/*#video .arrows_box .top, #video .arrows_box .sep, #video .arrows_box .bottom{
	color: #000;
}*/



#video .arrows_box .inner{
	overflow: visible;
}


/* PPS */


#tabs-section{
	display: block;
	position: relative;
	padding: 35px 0;
	text-align: center;
	overflow: hidden;
    background-image: url(../img/bg/pattern.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#tabs-section .boxx{
	display: inline-block;
	position: relative;
}

#tabs-section .section-title{
	margin-right: 0;
	padding-left: 0;
	margin-top: 25px;
	padding-right: 200px;
}

#tabs-section .section-title:before{
    content: '';
    display: inline-block;
    position: absolute;
    line-height: 1;
    height: 2px;
    width: 160px;
    background-color: #a70a2b;
    top: 50%;
    margin-top: -1px;
    right: 0;
}


#tabs-section  .gold{
	margin-top: 25px;
    margin-bottom: 35px;
    padding-left: 0;
    text-align: right;
}



/* Tabs */


#tabs_outer {
    display: block;
    position: relative;
    text-decoration: none;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;    
}

#tabs_outer .item_outer .item_inner + .content{
	display: none;
	padding: 2px;
}
#tabs_outer .item_outer{ 
	display: block;
	position: relative;
    margin-bottom: 25px;
}
#tabs_outer .item_inner {
    display: block;
    position: relative;
    text-align: left;
    font-family: 'Romul';
    font-size: 28px;
    padding-left: 45px;
    color: rgb(0, 0, 0);
    line-height: 1.15;
    text-transform: uppercase;
    font-weight: 600;
    padding: 35px 15px 35px 100px;
    background: aquamarine;
    background-repeat: no-repeat !important;
    background-position: 25px 25px !important;
}

#tabs_outer .item_inner:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 300px;
	height: 1px;
	background-color: #a70a2b;
	opacity: .2;
}


#tabs_outer .item_outer:nth-child(1){
	background-color: #faec91;
}

#tabs_outer .item_outer:nth-child(2){
	background-color: #ffd4ae;
}

#tabs_outer .item_outer:nth-child(3){
	background-color: #eccca3;
}




#tabs_outer .item_outer:nth-child(1) .item_inner{
	background: url('../img/src/tab_house.png');
}

#tabs_outer .item_outer:nth-child(2) .item_inner{
	background: url('../img/src/factory.png');
}
#tabs_outer .item_outer:nth-child(3) .item_inner{
	background: url('../img/src/tools22.png');
}



#tabs_outer table{
	margin-bottom: 0;
	background-color: #fff;
	text-align: left;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.2;
	font-weight: 300;
}

#tabs_outer .table-striped>tbody>tr:nth-of-type(odd){
 	background-color: #f7f5eb;
 }



#tabs_outer .table-striped>tbody>tr {
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}


#tabs_outer .table-striped>tbody>tr:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}


#tabs_outer .item_outer:nth-child(1) .table-striped>tbody>tr:hover {background-color: #faec91;}
#tabs_outer .item_outer:nth-child(2) .table-striped>tbody>tr:hover { background-color: #ffd4ae; }
#tabs_outer .item_outer:nth-child(3) .table-striped>tbody>tr:hover {background-color: #eccca3;}


  



#tabs-section .section-title br{
	display: none;
}
#tabs_outer table tr td{
	line-height: 1.2 !important;
}

#tabs_outer .table>tbody>tr>td, #tabs_outer .table>tbody>tr>th, #tabs_outer .table>tfoot>tr>td, #tabs_outer .table>tfoot>tr>th, #tabs_outer .table>thead>tr>td, #tabs_outer .table>thead>tr>th{
	border: none;
	vertical-align: middle;
}

#tabs_outer table .default-btn{
	width: initial;
	min-width: 250px;
    font-size: 16px;
    margin: 10px auto;
}
#tabs_outer table .default-btn i{
	display: none;
}

#tabs_outer .table>thead>tr>th{
  color: rgb(153, 153, 153);
	border-bottom: none;
	font-weight: 400;
}

#tabs_outer table tr td:first-child{
	text-align: center;
    min-width: 40px;
}
#tabs_outer .table>thead>tr>th:first-child{
	text-align: center;
}

#tabs_outer table tr td:nth-child(3) br, #tabs_outer table tr td:nth-child(4) br{
	display: none;
}

/* hover */
#tabs_outer .item_outer{
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}
#tabs_outer .item_outer:hover{
	cursor: pointer;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}

#tabs_outer .item_outer.active{
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
#tabs_outer .item_outer.active .item_inner:after{
	opacity: 1;
}

#tabs_outer .item_inner:hover:after{
	opacity: 1;
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}

/* hover */



/*sizes*/

#tabs_outer table tr td{
	padding: 15px;
}
#tabs_outer table tr td:nth-child(1){
	text-align: center;
}

#tabs_outer table tr td:nth-child(2){

}

#tabs_outer table tr td:nth-child(3){
	font-weight: 400;
    min-width: 150px;
}

#tabs_outer table tr td:nth-child(4){
    min-width: 150px;
}

#tabs_outer table tr td:nth-child(5){
    min-width: 300px;
}
/*sizes*/


/* Tabs */





#tabs_outer .item_outer .item_inner + .content::-webkit-scrollbar {
    height: 6px !important;
}
 
#tabs_outer .item_outer .item_inner + .content::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
}
 
#tabs_outer .item_outer .item_inner + .content::-webkit-scrollbar-thumb {
  background-color: #a70a2b;
  border-radius: 4px;
  width: 50px;
  /*outline: 1px solid slategrey;*/
}

.o-h{
	overflow: hidden;
}
.scroll-table{
	overflow-x: scroll !important;
}

.scroll-table::-webkit-scrollbar {
    height: 6px !important;
}
.scroll-table::-webkit-scrollbar-thumb {
  background-color: #a70a2b;
  border-radius: 4px;
  width: 50px;
  /*outline: 1px solid slategrey;*/
}

#file{
	display: block;
	position: relative;
	padding: 35px 0;
	overflow: hidden;
}


#file .boxx .content {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: justify;
    text-align: left;
    padding: 20px 0 20px 0;
}

/*#file img{
	display: block;
	position: relative;
	margin: 25px auto;
}*/


#file .default-btn{
    width: 350px;
    max-width: 100%;
    min-width: inherit;
}


#file .boxx{
	display: block;
	position: relative;
	/*overflow: hidden;*/
}

#tabs_outer .item_outer:nth-child(2) .item_inner{
    background-position: 25px 32px !important;
}


/* Etm */

#about_teplo img{
	display: block;
	position: relative;
	float: right;
	max-width: 100%;
}

#about_teplo .borders{
	position: relative;
	padding: 15px;
}



#about_teplo .left-section-title:before{
	right: 170px;
}
#about_teplo .left-section-title span:nth-child(3){display: none;}

#checklist_section {
	display: block;
	position: relative;
	padding: 40px 0;
	overflow: hidden;
	background-color: #ffefc4;
}



#checklist_section .item {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding-left: 40px;
}

#checklist_section .item:before {
	content: "\f00c";
    display: inline-block;
    position: absolute;
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ec3333;
    font-size: 18px;
    left: 10px;
    top: 0;
}


#checklist_section .item .title{
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 5px;
}
#checklist_section .item .content{
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
}
#checklist_section .item:last-child{
	margin-bottom: 0;
}



#six_steps .pills .col-item:nth-child(1) .title,
#six_steps .pills .col-item:nth-child(2) .title,
#six_steps .pills .col-item:nth-child(3) .title,
#six_steps .pills .col-item:nth-child(4) .title,
#six_steps .pills .col-item:nth-child(5) .title,
#six_steps .pills .col-item:nth-child(6) .title
{
	background-image: none !important;
}

#six_steps .pills .item .content span{
	color: #a70a2b;
	font-weight: 400;
}
#six_steps .pills .item .content{
	min-height: 335px;
}
#six_steps .section-title span:nth-child(2){display:none;}

#tabs_outer table tr td span {
    font-weight: 400;
    display: block;
}
#tabs_outer table tr td p {
	display: inline-block;
	position: relative;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.after-tabs{
	display: block;
	position: relative;
	padding: 15px 0;
	text-align: left;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	font-style: italic;
	line-height: 1.2;
	font-weight: 300;
	margin-left: 25px;
}

.after-tabs span{
	font-weight: 400;
	font-style: normal;
}





#energy_audit{
	display: block;
	position: relative;
	padding: 35px 0;
	overflow: hidden;
	text-align: center;
    background-image: url(../img/bg/pattern.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#energy_audit .boxx {
    display: inline-block;
    position: relative;
}
#energy_audit .gold{
    margin-top: 25px;
    margin-bottom: 35px;
    padding-left: 0;
    text-align: right;
}

#energy_audit .section-title{
	margin-right: 0;
	padding-left: 0;
	margin-top: 25px;
	padding-right: 200px;
}
#energy_audit .section-title:before {
    content: '';
    display: inline-block;
    position: absolute;
    line-height: 1;
    height: 2px;
    width: 160px;
    background-color: #a70a2b;
    top: 50%;
    margin-top: -1px;
    right: 0;
}


/*table*/
#energy_audit table{
	text-align: left;
}

#energy_audit .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f7f5eb;
}
 
 
#energy_audit .table>tbody>tr>td, 
#energy_audit .table>tbody>tr>th, 
#energy_audit .table>tfoot>tr>td, 
#energy_audit .table>tfoot>tr>th, 
#energy_audit .table>thead>tr>td, 
#energy_audit .table>thead>tr>th{
	border: none;
}

#energy_audit .table>tbody>tr>td,
#energy_audit .table>thead>tr>th{
	padding: 15px;
}

#energy_audit .table>thead>tr>th {
  font-size: 20px;
  color: rgb(167, 10, 43);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  vertical-align: top;
}

#energy_audit table {
	text-align: left;
	font-size: 17px;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.2;
}


#energy_audit table tbody tr td:nth-child(1){
  color: rgb(153, 153, 153);
  line-height: 1.2;
  font-weight: 400;
}

#energy_audit .table-striped>tbody>tr td {
    padding: 25px 20px !important;
}

/*.button_undertable{
	display: block;
	position: relative;
	padding: 25px 0;
	text-align: right;
}*/
.button_undertable button{
	display: inline-block;
    min-width: 415px;
}

#energy_audit .section-title br{
	display: none;
}



#complex{
	display: block;
	position: relative;
	padding: 35px 0;
	padding-top: 15px;
	overflow: hidden;
	text-align: center;
}
#complex .content .item{
	display: block;
	position: relative;
}
#complex .boxx{
	display: inline-block;
	position: relative;
}

#complex .section-title{
    margin-right: 0;
    padding-left: 0;
    margin-top: 25px;
    padding-right: 200px;
}
#complex .section-title br{
	display: none;
}

#complex .section-title:before{
    content: '';
    display: inline-block;
    position: absolute;
    line-height: 1;
    height: 2px;
    width: 160px;
    background-color: #a70a2b;
    top: 50%;
    margin-top: -1px;
    right: 0;
}
#complex .gold{
    margin-top: 25px;
    margin-bottom: 35px;
    padding-left: 25px;
    text-align: right;
}

#complex .content {
	display: block;
	position: relative;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.2;
	text-align: left;
	font-weight: 300;
}
#complex .content .title{
	display: block;
	position: relative;
	font-weight: 400;
	text-align: left;
	margin-bottom: 7px;
}
#complex .content p{
	margin-bottom: 10px;
}
#complex .content p.i{
	font-style: italic;
}

#complex .content ul{
	display: block;
	position: relative;
}
#complex .content ul li{
	display: block;
	position: relative;
	list-style-type: none;
}

.seppa{
	display: none !important;
}
#file .left-section-title{
	margin-right: 0;
	padding-right: 120px;
}
#file .left-section-title:before{
	width: 180px;
	right: -20px;
}
#file .left-section-title br{
	display: block;
}


#file .gold{
    margin-top: 30px;
    margin-bottom: 15px;
}

#file .default-btn img {
    position: absolute;
    left: 0;
    top: 0;
}
.pdfbox{
	display: block;
	position: relative;
	width: 100%;	
	text-align: center;
}

.pdfbox img{
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

#file .default-btn{
	display: inline-block;
}

/* template */

/*#complex{
	display: block;
	position: relative;
	padding: 35px 0;
	text-align: center;
}
#complex .boxx{
	display: inline-block;
	position: relative;
}

#complex .section-title{
    margin-right: 0;
    padding-left: 0;
    margin-top: 25px;
    padding-right: 200px;
}
#complex .section-title br{
	display: none;
}

#complex .section-title:before{
    content: '';
    display: inline-block;
    position: absolute;
    line-height: 1;
    height: 2px;
    width: 160px;
    background-color: #a70a2b;
    top: 50%;
    margin-top: -1px;
    right: 0;
}
#complex .gold{
    margin-top: 25px;
    margin-bottom: 35px;
    padding-left: 0;
    text-align: right;
}*/





#useful_documents{
	display: block;
	position: relative;
	padding: 35px 0;
	text-align: center;
	overflow: hidden;
}
#useful_documents .boxx{
	display: inline-block;
	position: relative;
}

#useful_documents .section-title{
    margin-right: 0;
    padding-left: 0;
    margin-top: 25px;
    padding-right: 200px;
}
#useful_documents .section-title br{
	display: none;
}

#useful_documents .section-title:before{
    content: '';
    display: inline-block;
    position: absolute;
    line-height: 1;
    height: 2px;
    width: 160px;
    background-color: #a70a2b;
    top: 50%;
    margin-top: -1px;
    right: 0;
}
#useful_documents .gold{
    margin-top: 25px;
    margin-bottom: 35px;
    padding-left: 0;
    text-align: right;
}

#useful_documents .content{
	display: block;
	position: relative;
	width: 100%;
	padding-left: 0;
	list-style-type: none;
}
#useful_documents .content li{
	display: block;
	width: 100%;
	position: relative;
	text-align: left;
	margin-bottom: 5px;
}

#useful_documents .content li:before{
	content: '';
    display: block;
    position: absolute;
    width: 1000%;
    height: 100%;
    left: -400%;
    top: 0;
    z-index: -1;
    background-color: #f7f5eb!important;
    background-color: green;
    opacity: 0;
    -webkit-transform: translateX(-50px) scale(.7);
    -ms-transform: translateX(-50px) scale(.7);
    -o-transform: translateX(-50px) scale(.7);
    transform: translateX(-50px) scale(.7);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
#useful_documents .content li:hover:before{
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}



#useful_documents .content li a{
	display: block;
	position: relative;
	padding: 20px 15px;
	padding-left: 55px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 35px;
	background-size: 35px;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.2;
	font-weight: 300;
	padding-right: 30px;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out;
}

#useful_documents .content li a:after{
	content: "\f01a";
    color: #a70a2b;
    display: inline-block;
    position: absolute;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    opacity: -1;
    margin: 0;
    line-height: 1.25;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}


#useful_documents .content li a:hover:after {
    opacity: 1;
    margin-left: 12px;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#useful_documents .content li a:hover{
	font-weight: 400;
	-webkit-transition: color .3s ease-in;
	-o-transition: color .3s ease-in;
	transition: color .3s ease-in;
}
#useful_documents .content li a.pdf{
	background-image: url('../img/src/pdf.png');
}
#useful_documents .content li a.doc{
	background-image: url('../img/src/word.png');
}
#useful_documents .content li a.excel{
	background-image: url('../img/src/excel-single.png');
}


#useful_documents .section-title br{
	display: none;
}




#six_steps .pills .item .content span{
	-webkit-transition: .35s ease;
	-o-transition: .35s ease;
	transition: .35s ease;
}

#six_steps .pills .item .content span:hover{
	color: #ec3333;
	cursor: pointer;
	-webkit-transition: .35s ease;
	-o-transition: .35s ease;
	transition: .35s ease;
}


#tabs_outer .item_outer.big .item_inner{
	padding: 20px 15px 20px 100px;
}

/* */


















































































































































@media all and (max-width: 1200px){
	#main_navigation .navbar-brand>img{
		margin-right: 20px;
	}
	.navbar-nav li a{
		font-size: 15px;
	}
	.navbar-nav li.active:after{
		width: 10px;
	}
	.navbar-nav li {
	    padding: 16px 10px 17px 15px;
	}
	.nav.navbar-nav.navbar-right {
		display: block;
		float: none;
	}
	.navbar-nav{
		float: right;
	}
	.nav.navbar-nav.navbar-right li{
		display: inline-block;
		padding: 0 !important;
	}
	.navbar-right li a{
		font-size: 18px;
	}
	.navbar-right{
		margin-right: 10px !important;
	}
	.slogan{
		font-size: 50px;
	}
	#six_steps .pills .item {
	    min-height: 190px;
	}
	.form_line {
	    -webkit-background-size: cover;
	    background-size: cover;
	}
	.form_align{
		text-align: center;
	}
	.form_line:before{
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		background: url(../img/src/black_dot_pattern.png) rgba(0, 0, 0, 0.6);
	}
	#howitworks .steps .item .number {
	    font-size: 160px;
	}
	.questions .q{
		font-size: 26px;
	}
	#logo_slogan img {
	    max-height: 75px;
	}
	#logo_slogan .title{
		font-size: 28px;
	}
	.border-grad {
	    top: -50%;
	    height: 200%;
	}
	#redline .section-title-small {
	    font-size: 36px;
	    margin: 14px 0;
	}
	#redline form.default .form-group .box{
			width: 43%;
	}
	#video{
		margin-top: 50px;
	}
	.modal-title{
		font-size: 28px;
	}
	form.default .default-btn{
		width: initial;
		min-width: 280px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#tabs_outer table .default-btn{
		min-width: 200px;
	}
/*	#tabs_outer table tr td:nth-child(3){
		min-width: 135px;
	}*/
	#tabs_outer table tr td:nth-child(3) {
	    min-width: 270px;
	}
	#tabs_outer table tr td:nth-child(4) {
	    min-width: 125px;
	}
	#tabs_outer table tr td:nth-child(5) {
	    min-width: 260px;
	}
	#file .left-section-title:before{
		width: 120px;
		right: 0;
	}
	#file .left-section-title{
		margin-right: 0;
	}
	#six_steps .pills .item .content {
	    min-height: 430px;
	}
	#energy_audit .table-striped>tbody>tr td {
	    padding: 20px !important;
	}
	#complex .section-title{
		padding-right: 150px;
	}
	#complex .section-title:before{
		width: 100px;
	}
	#about_slider {
	    margin-top: 45px;
	}
	#tabs_outer .item_inner:after{
		width: 160px;
	}
	.button_undertable button{
		min-width: initial;
		width: initial;
	}

	.section .section-title{
		font-size: 40px;
	}
	.section .section-title:before{
		width: 80px;
	}
	.section .section-title {
	    padding-right: 100px;
	}
	.emergency_service span:nth-child(1) {
	    font-size: 18px !important;
	}
	.emergency_service {
	    /* top: -190px !important; */
	    padding: 15px !important;
	}

}/*end 1200 */


@media all and (max-width: 992px){
	#main_navigation .container {
	    width: 100%;
	}
	.navbar-nav li a {
	    font-size: 14px;
	}
	.navbar-nav li {
	    padding: 19px 10px 19px 15px;
	}
	.navbar-right {
	    display: block;
	    float: none;
	    float: right !important;
	    display: inline-block;
	    position: relative;
	    display: block;
	    width: 100%;
	    text-align: right;
	}
	#main_navigation .navbar-brand>img {
	    margin-right: 3px;
	    max-height: 40px;
	    margin-top: 7px;
	    margin-bottom: 7px;
	}
	#main_navigation .navbar-brand{
		margin-left: 0;
	}
	.nav.navbar-nav.cl-effect-5 li:last-child{
		padding-right: 0 !important;
	}
	.slogan {
	    font-size: 45px;
	}
	.slogan span:nth-child(1) {
	    padding-right: 100px;
	}
	.slogan .linered {
	    padding-left: 65px;
	}
	.slogan .linered:before {
	    width: 50px;
	}

	#about_teplo .default-btn{
		margin-bottom: 50px;
	}
	form.default .form-group .box {
	    width: 45%;
	}
	#howitworks .steps .item:nth-child(2), #howitworks .steps .item:nth-child(4){
		top: initial !important;
	}
	#howitworks .steps .item .content{
		min-height: 110px;
	}
	#howitworks .steps .item:nth-child(1), #howitworks .steps .item:nth-child(4) {
	    background-color: #f7f5eb;
	    top: initial;
	}
	#howitworks .steps .item:nth-child(1) .number, #howitworks .steps .item:nth-child(4) .number{
	    color: #fff;
	}
	#howitworks .steps .item:nth-child(2), #howitworks .steps .item:nth-child(3) {
		background-color: transparent;
	}
	#howitworks .steps .item:nth-child(2) .number, #howitworks .steps .item:nth-child(3) .number {
		color: #f7f5eb;
	}
	#howitworks .steps .item:nth-child(3) .ll,
	#howitworks .steps .item:nth-child(3) .rr,
	#howitworks .steps .item:nth-child(3) .tt,
	#howitworks .steps .item:nth-child(3) .bb{
		display: none;
	}
	#howitworks .steps .item:nth-child(4) .ll,
	#howitworks .steps .item:nth-child(4) .rr,
	#howitworks .steps .item:nth-child(4) .tt,
	#howitworks .steps .item:nth-child(4) .bb{
		display: block;
	}
	.questions:before {
	    background: rgba(255, 255, 255, 0.6);
	}
	.questions .q {
	    font-size: 21px;
	}
	.questions .q br{
		display: none;
	}
	.questions{
		margin-top: 0;
	}
	#howitworks .gold{
		text-align: left;
	}
	#howitworks .section-title br{
		display: block;
	}
	#logo_slogan .title {
	    font-size: 26px;
	    line-height: 1.2;
	    margin-top: 7px;
	}
	#redline .section-title-small {
	    font-size: 36px;
	    margin: 0 0 20px;
	}
	#video{
		margin-top: 0;
	}
	#crew .left-section-title br{
		display: none;
	}
	#crew .left-section-title{
		padding-right: 160px;
		margin-right: 0;
	}

	#crew .left-section-title:before{
	 	width: 160px;
	 	top: 50%;
	 }
	 #reviews-container .arrows_box{
	 	position: relative;
	 	top: initial;
	 	right: initial;
	 	display: inline-block;
	    margin: 20px auto;
	 }
	 .align-arrows{
	 	text-align: center;
	 }
	#reviews-container .gold {
	    padding-left: 20px;
	    text-align: left;
	}
	#reviews-container .section-title{
		padding-left: 20px;
	}
	#reviews-container{
		text-align: left;
	}
	#footer .col-md-4,
	#footer .left > div{
		margin-bottom: 20px;
		text-align: center;
	}
	#footer .col-md-4:last-child,
	#footer .left > div
		{
		margin-bottom: 0;
	}
	#footer{
		padding: 35px 0;
	}
	#modal_form .title-sm {
	    margin-top: 35px;
	}
	#modal_form .modal-body {
	    padding: 40px 15px 35px;
	}
	#modal_form .title-sm {
	    margin-top: 45px;
	}
	#special_offer .modal-body {
	    padding: 25px 50px;
	}
	#special_offer .content {
	    font-size: 26px;
	}
	#special_offer .title {
	    font-size: 95px;
	}
	#six_steps .ll, #six_steps .rr,
	#six_steps .tt, #six_steps .bb
	{
		display: none !important;
	}

	#tabs_outer table tr td{
		padding: 10px;
	}
	#tabs_outer table .default-btn {
	    min-width: initial;
	    padding: 20px 25px;
	}

	#tabs_outer table tr td:nth-child(3) {
	    min-width: 125px;
	    font-size: 16px;
	}
	#tabs_outer table tr td:nth-child(4) {
	    min-width: 115px;
	}
	#tabs_outer table tr td:nth-child(5) {
	    min-width: initial;
	}
	#tabs_outer .item_inner:after{
		width: 80px;
	}
	#tabs_outer table{
		font-size: 16px;
	}
	#tabs_outer table tr td:first-child{
		min-width: 30px;
	}
	#tabs_outer .item_inner{
		font-size: 24px;
	}
	#checklist_section .item .title br{
		display: none;
	}
	#six_steps .pills .item .content {
	    min-height: 380px;
	}
	#six_steps .pills .col-md-4:nth-child(3) .content,
	#six_steps .pills .col-md-4:nth-child(4) .content,
	#six_steps .pills .col-md-4:nth-child(5) .content,
	#six_steps .pills .col-md-4:nth-child(6) .content
	{
		min-height: initial;
	}
	#six_steps .section-title{
		font-size: 35px;
	}
	#six_steps .gold{
		margin-left: 0;
	}
	#energy_audit .table-striped>tbody>tr td {
	    padding: 15px !important;
	}
	#energy_audit table{
		font-size: 16px;	
	}
	.button_undertable button {
	    min-width: initial;
	    padding: 20px 15px;
	    font-size: 16px;
	}
	.button_undertable button:first-child {
	    margin-right: 15px;
	}
	#energy_audit .section-title br{
		display: block;
	}
	#complex .section-title br{
		display: block;
	}
	#complex, #complex .gold{
		text-align: left;
	}
	#useful_documents .section-title {
	    padding-right: 160px;
	}
	#useful_documents .section-title:before{
		width: 120px;
	}
	#useful_documents .content li a.doc:hover{
		font-weight: 400;
	}
	.button_undertable button {
	    min-width: initial;
	    padding: 15px;
	    font-size: 14px;
	}

	.section .section-title{
		font-size: 36px;
	}
	.section .gold{
		letter-spacing: 6px;
	}
	.col-item{
		text-align: center;
	}

} /*end 992*/


@media all and (max-width: 870px){
	.navbar-nav li a {
	    font-size: 13px;
	}
	.navbar-nav li {
	    padding: 19px 5px 19px 8px;
	}
	.navbar-right li a {
	    font-size: 15px !important;
	}
	.navbar-nav .drop-down-item {
	    padding-right: 20px;
	}
	.navbar-nav .drop-down-item i{
	    right: 6px;
	}
	.navbar-nav li.active:after {
	    width: 7px;
	    left: 2px;
	}
	#main_navigation .container{
		padding-left: 10px;
		padding-right: 10px;
	}
}/*end 870*/



@media all and (max-width: 768px){
	.hamburger {
	  display: inline-block;
	}
	#main_navigation .navbar-brand>img {
		margin-left: 15px;
	}	
	#main_navigation{
		padding: 10px;
	}
	#main_navigation .navbar-brand {
	    padding: 0;
	    height: auto;
	}
	#main_navigation .navbar-brand>img {
	    margin-top: 10px;
	    margin-bottom: 9px;
	}	
	#main_navigation {
	    padding: 10px;
	}
	.slogan-align{
		text-align: center;
	}
	.slogan {
		margin-top: 0;
		margin-bottom: 40px;
	}
	#categories li{
		width: 75%;
	}
	#categories li{
		margin-left: 10%;
	}
	.container-posa{
		display: none;
	}
	#main_navigation .navbar-brand>img {
		margin-top: 2px;
		margin-bottom: 0;
		max-height: inherit;
	}
	.tablet-phones {
	    display: inline-block !important;
	    width: inherit;
	    margin-right: 0 !important;
		margin: 7px 0;
	}
	#six_steps .pills .item {
	    max-width: 85%;
	    margin: 0 auto;
	    min-height: inherit;
	    margin-bottom: 25px;
	}
	#six_steps .section-title br{
		display: block;
	}
	.section-title{
		padding-left: 20px !important;
	}
	#six_steps{
		text-align: left;
	}
	#six_steps .gold{
		margin-left: 0;	
	}
	#howitworks .steps .item:nth-child(1):before,
	#howitworks .steps .item:nth-child(3):before{
	    content: '';
	    display: block;
	    position: absolute;
	    width: 500%;
	    height: 100%;
	    background-color: #f7f5eb;
	    top: 0;
	    left: -500%;
	}

	#howitworks .steps .item:nth-child(1):after,
	#howitworks .steps .item:nth-child(3):after{
		content: '';
		display: block;
		position: absolute;
		width: 500%;
		height: 100%;
		background-color: #f7f5eb;
		top: 0;
		right: -500%;
	}
	#howitworks .steps .item:nth-child(4) .ll,
	#howitworks .steps .item:nth-child(4) .rr,
	#howitworks .steps .item:nth-child(4) .tt,
	#howitworks .steps .item:nth-child(4) .bb,
	#howitworks .steps .item:nth-child(1) .ll,
	#howitworks .steps .item:nth-child(1) .rr,
	#howitworks .steps .item:nth-child(1) .tt,
	#howitworks .steps .item:nth-child(1) .bb
	{
		display: none;
	}
	#howitworks .steps .item:nth-child(1){
		background-color: #fff;
	}
	#howitworks .steps .item:nth-child(1) .number{
	    color: #f7f5eb;
	}
	#howitworks .steps .item:nth-child(2) {
	    background-color: #f7f5eb;
	}
	#howitworks .steps .item:nth-child(2) .number{
		color: #fff;
	}
	#howitworks .section-title{
		padding-right: 0;
	}
	#howitworks .section-title:before {
	    width: 160px;
	    top: 75%;
	    right: 20px;
	}
	#howitworks .section-title{
		display: inline-block;
	}
	#howitworks{
		text-align: left;
	}
	#howitworks .gold {
	    padding-left: 25px;
	}
	.questions:before {
	    background: rgba(255, 255, 255, 0.85);
	}
	.questions{
		padding: 75px 0;
	}
	#logo_slogan .title {
	    font-size: 20px;
	    line-height: 1.2;
	    margin-top: 7px;
	}
	#logo_slogan img {
	    position: relative;
	    width: 300px;
	    max-width: 100%;
	    margin: 0 auto;
	}
	#crew .left-section-title:before{
		right: 0;
		width: 120px;
	}
	#reviews-container .section-title br{
		display: block;
	}
	#reviews{
		overflow: hidden;
	}
	#reviews > .inner:before {
	    width: 55%;
	    left: -10%;
	}
	#reviews .inner .item .name,
	#reviews .inner .item .content{
		padding-left: 15px;
	}
	form.default.dark .form-group:nth-child(2) .box{
		margin-right: 0 !important;
	}
	.modal-title:after {
	    margin: 25px auto 35px;
	}
	form.default .form-group.fluid .box:nth-child(2) {
	    margin-bottom: 0;
	}
	#special_offer .white:before{
		width: 250px;
	}
	.form_line{
	    background: url(../img/src/lines.png) #a70a2b;
	     -webkit-background-size: cover; 
	     background-size: cover; 
	    background-position: center center;
	    background-repeat: no-repeat;
	}
	.form_line:before{
		content: none;
	}
	#tabs_outer .item_inner {
	    font-size: 20px;
	}
	#tabs_outer table .default-btn {
	    padding: 15px;
	}
	#tabs_outer table tr td:nth-child(3) {
	    min-width: 115px;
	}
	#tabs_outer table tr td:nth-child(3) {
	    min-width: initial;
	}
	#tabs_outer table tr td:nth-child(4) {
	    min-width: 100px;
	}	
	#tabs_outer table tr td:first-child{
		min-width: initial;
	}
	#tabs_outer table tr td {
	    padding: 8px;
	}
	#tabs_outer table .default-btn{
		font-size: 14px;
	}
	#tabs-section .section-title br{
		display: block;
	}
	#tabs-section{
		text-align: left;
	}
	#tabs-section  .gold{
		padding-left: 25px;
		text-align: left;
	}
	.contacts-t-align{
		text-align: left;
	}
	#about_teplo .left-section-title{
		font-size: 40px;
	}
	.left-section-title, .section-title{
		font-size: 40px;
	}
	#checklist_section .item .title br{
		display: block;
	}
	#checklist_section .container {
	    max-width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	    position: relative;
	}
	#checklist_section .item:last-child,
	#checklist_section .item{
	    margin-bottom: 25px;
	}
	#checklist_section .col-xs-12:last-child .item:last-child{
		margin-bottom: 0;
	}

	#six_steps .pills .col-md-4:nth-child(1) .content,
	#six_steps .pills .col-md-4:nth-child(2) .content,
	#six_steps .pills .col-md-4:nth-child(3) .content,
	#six_steps .pills .col-md-4:nth-child(4) .content,
	#six_steps .pills .col-md-4:nth-child(5) .content,
	#six_steps .pills .col-md-4:nth-child(6) .content
	{
		min-height: initial;
	}
	#six_steps .pills .item .title{
		padding-top: 15px;
	    padding-bottom: 15px;
	}
	#six_steps .pills .item{
		margin-bottom: 0;
	}
	#six_steps .section-title:before {
	    width: 13%;
	    top: 15%;
	    right: 35%;
	}
	#tabs-section .section-title {
		padding-right: 120px;
		padding-right: 50px;
	}
	#tabs-section .section-title br{
		display: block;
	}
	#tabs-section .section-title:before{
		top: 25%;
	}
	#energy_audit{
		text-align: left;
	}
	#energy_audit .gold {
	    text-align: left;
	    padding-left: 25px;
	}
	#energy_audit table {
	    font-size: 15px;
	}
	.button_undertable button{
		display: block;
		position: relative;
		margin: 0 auto  20px !important;
	}
	#energy_audit .section-title:before{
		top: 25%;
	}
	#energy_audit .section-title{
		padding-right: 100px;
	}
	#energy_audit table tbody tr td:nth-child(1){
		word-wrap: break-word;
	}
/*	.button_undertable button{
		width: 360px;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}*/
	#useful_documents .section-title br{
		display: block;
	}
	#useful_documents{
		text-align: left;
	}
	#useful_documents .gold{
		text-align: left;
		padding-left: 25px;
	}
	#useful_documents .content{
		padding-left: 40px;
	}
	#useful_documents{
		padding-bottom: 0;
	}
	#about_slider{
		margin-top: 60px;
	}
	#useful_documents .section-title {
	    padding-right: 80px;
	}
	#useful_documents .section-title:before {
	    width: 70px;
	}
	.section .section-title {
	    padding-right: 120px;
	    display: inline-block;
	}
	.section .section-title:before {
	    width: 100px !important;
	}
	.section .gold{
		text-align: left;
	}
	.section{
		text-align: left;
	}
	.section .section-title {
	    padding-right: 120px;
	    display: inline-block;
	}
	.section-title {
	    padding-left: 20px !important;
	}
	.section {
	    text-align: left;
	}
	.beige_section {
	    text-align: left !important;
	}
	.header_arrows_boxxx{
		display: none;
	}

} /* < 768px */




/*fixed 768 */
@media all and (width: 768px){
	.navbar-nav,
	.nav.navbar-nav.navbar-right{
		display: none;
	}
	.navbar-header {
	    width: 100%;
	}
	.nav.navbar-nav.navbar-right{
		display: none !important;
	}
	#categories li {
	    margin-left: 0;
	    width: 100%;
	}
	.slogan{
		margin-top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#six_steps .pills .item .content {
	    min-height: 120px;
	}
	 #howitworks .steps .item:nth-child(4){
	 	background-color: #fff;
	 }
	#howitworks .steps .item:nth-child(4) .number {
	    color: #f7f5eb;
	}
	 #howitworks .steps .item:nth-child(3){
	 	background-color: #f7f5eb;
	 }
	#howitworks .steps .item:nth-child(3) .number {
	    color: #fff;
	}
	#howitworks .steps .item:nth-child(1):before, #howitworks .steps .item:nth-child(3):before,
	#howitworks .steps .item:nth-child(1):after, #howitworks .steps .item:nth-child(3):after{
		content: none;
	}
	.questions .q {
	    font-size: 21px;
	}
	.modal-dialog{
	    margin: 180px auto 30px !important;
	}
	#six_steps .pills .col-md-4:nth-child(1) .content,
	#six_steps .pills .col-md-4:nth-child(2) .content
	{
		    min-height: 435px !important;
	}
	#six_steps .pills .col-md-4:nth-child(3) .content,
	#six_steps .pills .col-md-4:nth-child(4) .content{
		min-height: 320px !important;
	}
	#six_steps .pills .col-md-4:nth-child(1) .content,
	#six_steps .pills .col-md-4:nth-child(2) .content{
		min-height: 435px !important;
	}

	li.tablet_emergency {
	    right: -50% !important;
	}
	#categories li a.emergency_service_tablet {
	    font-size: 16px !important;
	}
	#about_us #about_slider {
	    margin-top: 50px;
	    margin-bottom: 50px !important;
	}
	#advantages{
		padding-top: 0;
	}
	#advantages .pills .item {
	    min-height: 225px;
	    margin-bottom: 0;
	}
	#advantages .pills .item .content{
		padding-bottom: 0;
	}
	#our_customers .fifty .title, #our_customers .fifty .date, #our_customers .fifty .place {
	    font-size: 16px !important;
	}
} /* end fixed 768 */


@media all and (max-width: 680px){
	#tabs_outer .item_inner:after{
		content: none !important;
	}
}
@media all and (max-width: 660px){

	.navbar-right.tablet-phones li:first-child{
		display: none !important;
	}
	#modal_nav ul li a{
    	padding: 10px 15px;
	}
	.left-section-title:before {
	    width: 100px;
	    right: 0;
	}
	.left-section-title {
		margin-right: 0;
	}
	#six_steps .section-title:before{
		width: 80px;
		top: 25%;
	}
	#six_steps .section-title
	 {
	    padding-right: 40px;
	}
/**/
	#crew .left-section-title br{
		display: block;
	}
	#crew .left-section-title{
		padding-right: 0;
		margin-right: 0;
	}

	#crew .left-section-title:before{
	 	width: 100px;
	 	top: 25%;
	 }
	#reviews-container .section-title{
		padding-right: 130px;
	}
	#about_teplo .left-section-title:before{
		width: 100px;
		right: 110px;
		top: 48%;
	}
	#about_teplo .left-section-title span:nth-child(2){display: none;}
	#about_teplo .left-section-title span:nth-child(3){display: block;}
	#about_teplo .left-section-title{ display: block; width: 100%; }
	#checklist_section .item .title br{
		display: none;
	}
	#six_steps .section-title span:nth-child(1){display:none;}
	#six_steps .section-title span:nth-child(2){display:block;}
	#six_steps .section-title:before {
	    width: 15%;
	    top: 50%;
	    right: -6%;
	}
} /*660*/


@media all and (max-width: 600px){
	#six_steps .pills .item{
		max-width: 100%;
	}
	.section-title-small,
	#redline .section-title-small{
		font-size: 32px;
	}
	#contacts .section-title:before{
		width: 100px;
	}
	#contacts .section-title{
		padding-right: 120px;
	}
	#contacts{
		text-align: left;
	}
	#contacts .gold{
		padding-left: 25px;
	}
	#contacts .gold{
		text-align: left;
	}
	.modal-title:after {
	    width: 25%;
	}
	#special_offer .title {
	    font-size: 70px;
	}
	#special_offer .content {
	    font-size: 24px;
	}
	#special_offer .white:before{
		width: 65%;
	}
	#special_offer .modal-body {
	    padding: 25px;
	}
	#special_offer .content {
	    font-size: 22px;
	}
	#special_offer .white:before{
		left: -2%;
	}
	#special_offer .white:before{
		content: none;
	}
	.modal-default .modal-content .innerf:before{
	    content: '';
	    display: block;
	    position: absolute;
	    top: 10px;
	    left: 10px;
	    right: 10px;
	    bottom: 10px;
	    background-color: rgba(255, 255, 255, 0.5);
	}
	#logo_slogan img {
		display: block;
	}
	#tabs_outer .item_inner:after{
		content: none;
	}
	#tabs_outer table .default-btn{
		font-size: 13px;	
	}
	#tabs_outer table tr td:nth-child(3),
	#tabs_outer table tr td:nth-child(4)
	{
		font-size: 14px;
		min-width: initial;
		text-align: center;
	}
	#tabs_outer table tr td:nth-child(3) br, #tabs_outer table tr td:nth-child(4) br{
		display: block;
	}
	#tabs_outer table {
	    font-size: 15px;
	}
	#checklist_section .container {
	    max-width: 100%;
	}
	.button_undertable {
	    margin-top: 25px;
	}
	#complex .section-title {
	    padding-right: 80px;
	}
	#complex .section-title:before {
		width: 60px;
	}
	.button_undertable button {
	    min-width: initial;
	    padding: 15px 10px;
	    font-size: 12px;
	}

}/* end < 600 */


@media all and (max-width: 500px){
	#logo_slogan .col-sm-6{
		width: 100%;
		float: none;
	}
	#logo_slogan .title{
		display: block;
		text-align: center;
		margin-top: 15px;
	    font-size: 26px;
	}
	#contacts .section-title:before {
		width: 50px;
	}
	#contacts .section-title {
	    padding-right: 70px;
	}
	#modal_form .p a {
	    font-size: 24px;
	}
	#modal_form .title-sm {
	    margin-top: 35px;
	    font-weight: 400;
	}
	#tabs_outer table .default-btn span {
	    display: none;
	}
	#tabs_outer table .default-btn i {
	    display: inline-block;
	    font-size: 16px;
	}
	#file .left-section-title {
	    font-size: 40px;
	    padding-right: 60px;
	}
	#about_teplo .left-section-title:before {
	    right: 5%;
	    width: 20%;
	}
	.pdfbox img {
		display: block;
		margin: 0 auto;
	    margin-bottom: 20px;
	}
	#useful_documents .content {
	    padding-left: 20px;
	}
	#useful_documents .section-title{
		font-size: 35px;
	}
	.section.beige_section .section-title {
	    font-size: 34px;
	}
	.section.beige_section .section-title {
	    padding-right: 0;
	}
	.section.beige_section .section-title br{
		display: block !important;
	}
	.section.beige_section .section-title:before {
	    top: 25%;
	}
	.section .section-title:before {
	    width: 100px;
	}		
}/* end */

@media all and (max-width: 550px){
	#categories li{
		width: 85%;
	}
	#categories li{
		margin-left: 10%;
	}
	#categories li:hover {
	    -webkit-transform: translateX(15px);
	    -ms-transform: translateX(15px);
	    -o-transform: translateX(15px);
	    transform: translateX(15px);
	}
	#categories li a {
	    padding: 20px 15px 20px 100px;
	    font-size: 18px
	}
	#categories li {
	    margin-bottom: 12px;
	}
	#main_navigation .navbar-brand>img {
	    margin-right: 3px;
	    max-height: 40px;
	    margin-top: 7px;
	    margin-bottom: 7px;
	}
	#modal_nav ul > li:hover:not(.active) > a {
		letter-spacing: 0 !important;
		margin-left: 10px;
	}
	.default-btn{ 
		width: inherit;
		min-width: inherit;
		padding: 20px 35px;
	}
	.form_line .default-btn,
	#redline .default-btn,
	.default.dark .default-btn{
		width: initial;
		min-width: inherit;
		padding: 20px 35px;	
		min-width: 280px;
	}
	form.default .form-group .box {
	    width: 80% !important;
	}
	form.default .form-group .box:nth-child(1) {
	    margin-right: 0 !important;
	    margin-bottom: 15px !important;
	}
	form.default .form-group .box:nth-child(2) {
		margin-bottom: 15px !important;
	}
	#howitworks .section-title,
	#tabs-section .section-title{
		font-size: 40px;
	}
	#tabs-section .section-title{
		padding-right: 0;
	}
	form.default.dark .form-group{
		text-align: center;
	}
	form.default.dark .fluid  textarea{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	#tabs-section .section-title:before{
		width: 100px;
	}

	#about_teplo .left-section-title {
	    font-size: 35px;
	}
	#energy_audit .section-title{
		padding-right: 0;
	}
	.button_undertable button {
	    min-width: 340px;
	    font-size: 14px;
	}

} /*550px*/


@media all and (max-width: 480px){
	#categories li {
		margin-left: 5%;
		width: 95%;
	}
	#modal_nav ul {
	    padding-left: 20px;
	}
	#howitworks .section-title:before {
	    width: 160px;
	    top: 12.5%;
	    right: 150px;
	    width: 100px;
	}
	#reviews-container .gold,
	#crew .gold,
	#contacts .gold,
	#useful_documents .gold{
	    letter-spacing: 6px;
	}
	#reviews-container .section-title {
	    padding-right: 110px;
	}
	#main_navigation{
	    padding-top: 10px !important;
	    padding-bottom: 10px !important;
	}
	#modal_nav ul ul li a {
	    line-height: 1.1;
	}
	#modal_nav ul ul li a{
		padding: 8px 15px;
	}

	#categories li:nth-child(1) a {
		background-image: url('../img/retina/appartment1.png');
	}
	#categories li:nth-child(1):hover a{
		background-image: url('../img/retina/appartment2.png');
	}


	#categories li:nth-child(2) a{
		background-image: url('../img/retina/tools1.png');
	}
	#categories li:nth-child(2):hover a{
		background-image: url('../img/retina/tools2.png');
	}


	#categories li:nth-child(3) a{
		background-image: url('../img/retina/heat1.png');
	}
	#categories li:nth-child(3):hover a{
		background-image: url('../img/retina/heat2.png');
	}


	#categories li:nth-child(4) a{
		background-image: url('../img/retina/smart1.png');
	}
	#categories li:nth-child(4):hover a{
		background-image: url('../img/retina/smart2.png');
	}
	
	#categories li a{
		-webkit-background-size: 70px !important;
		background-size: 70px !important;
	}
	#file .left-section-title:before{
		width: 80px;
	}

	#tabs_outer .item_outer:nth-child(1) .item_inner + .content {
	    background-color: #fff;
	    border: 2px solid #faec91;
	    padding: 0;
	}

	#tabs_outer .item_outer:nth-child(2) .item_inner + .content {
	    background-color: #fff;
	    border: 2px solid #ffd4ae;
	    padding: 0;
	}

	#tabs_outer .item_outer:nth-child(3) .item_inner + .content {
	    background-color: #fff;
	    border: 2px solid #eccca3;
	    padding: 0;
	}
	#about_teplo .left-section-title {
	    font-size: 26px;
	}
	#six_steps .section-title:before{
		right: 0;
	}
	#six_steps .section-title {
	    font-size: 30px;
	    padding-right: 0;
	}
	#tabs-section .section-title,
	#file .left-section-title{
	    font-size: 35px;
	}

	.after-tabs{
		margin-left: 0;
	}
	.after-tabs{
		font-size: 16px;
	}
	#energy_audit table tbody tr td:nth-child(1){
		min-width: 150px;
	}
	#energy_audit table tbody tr td:nth-child(2),
	#energy_audit table tbody tr td:nth-child(3)
	{
		min-width: 300px;
	}
	#energy_audit .section-title{
		font-size: 35px;
	}
	#energy_audit .section-title:before{
		width: 100px;
		right: 25px;
	}
	#complex .section-title{
		font-size: 30px;
	}
	#useful_documents .content li a{
		font-size: 16px;
	}
	#useful_documents .content li a.doc:hover{
		font-weight: 300;
	}
	.item_outer.big .item_inner {
	    padding: 20px 15px 20px 80px;
	}
	#tabs_outer .item_outer:nth-child(1) .item_inner,
	#tabs_outer .item_outer:nth-child(2) .item_inner,
	#tabs_outer .item_outer:nth-child(3) .item_inner {
	    background-position: 4% 44% !important;
	    padding-left: 80px;
	}
	#special_offer .default-btn {
	    font-size: 16px !important;
	    padding: 20px !important;
	}

} /*end 480*/


@media all and (max-width: 450px){
	.tablet-phones{
		display: none !important;
	}
	#modal_nav  ul {
	    padding-left: 0 !important;
	}
	#modal_nav  ul  ul {
	    padding-left: 20px !important;
	}
	#modal_nav ul > li.active:before{
		left: -10px;
	}
	#modal_nav .trigger.open {
	    margin-left: 0;
	}
	#modal_nav .modal-dialog {
	    margin-top: 75px;
	}
	#about_teplo .gold,
	#six_steps .gold,
	#howitworks .gold,
	#tabs-section  .gold,
	#energy_audit .gold,
	#useful_documents .gold{
		letter-spacing: 5px;
	}
	form.default .form-group .box{
		width: 90%;
	}
	#reviews-container .section-title:before {
	    width: 60px;
	    top: 25% !important;
	}
	#reviews-container .section-title {
	    padding-right: 60px;
	}	
	#contacts-info .p a {
	    font-size: 24px;
	}
	#contacts-info .fax .p a {
	    font-size: 22px;
	}
	.modal-title {
		    font-size: 22px;
		}
} /*450px*/


@media all and (max-width: 420px){
	#categories li a {
	    padding: 20px 15px 20px 90px;
	    font-size: 16px;
	}
	.slogan {
	    font-size: 40px;
	    margin-bottom: 25px;
	}
	.left-section-title,
	.section-title
	{
		font-size: 40px;
	}
	#howitworks .section-title,
	#tabs-section .section-title
	{
		font-size: 35px;
	}
	#howitworks .section-title:before {
	    right: 100px;
	}
	#howitworks .steps .item{
		width: 90% !important;
		margin-left: 5%;
	}
	.questions .q {
	    font-size: 18px;
	}
	.border-grad{
		width: 100%;
		left: 0;
	}
	#video .inner .play,
	#video .inner .play:hover{
		background-size: 60px;
	}


	#video .inner .play:before{
		width: 50px;
		height: 2px;
		left: -40px;
	}
	#video .inner .play:after{
		width: 50px;
		height: 2px;
		right: -40px;
	}

	#video .inner .play:hover:before{
		left: -100px;
		width: 100px;
		z-index: 0;
	}
	#video .inner .play:hover:after{
		right: -100px;
		width: 100px;
		z-index: 0;
	}
	#reviews .inner .item .name,
	#reviews .inner .item .content{
		padding-left: 15px;
		padding-right: 15px;
	}
	#modal_form .p{
		width: 100%;
	}
	#modal_form .p:nth-child(1){
		margin-bottom: 20px;
	}
	#modal_form .p a {
	    font-size: 26px;
	}
	#modal_form form.default .form-group .box {
	    width: 100% !important;
	}
	#modal_form form.default .default-btn {
	    margin-top: 10px;
	}
	#special_offer .default-btn {
	    margin-top: 35px;
	}
	#special_offer .content br{
		display: none;
	}
	#tabs-section .section-title:before {
	    width: 70px;
	}

	#file .left-section-title:before{
		width: 50px;
	}
	#file .left-section-title {
	    font-size: 38px;
	}
	#file .left-section-title {
	    font-size: 30px;
	}
	#tabs-section .section-title{
		font-size: 30px;
	}
} /*end 420*/






@media all and (max-width: 400px){
	.mob-separator{
		display: block;
	}
	.social-networks a {
	    margin-right: 15px;
	    margin-bottom: 15px;
	}
	#contacts .section-title{
		font-size: 36px;
	}
	#contacts .section-title {
	    padding-right: 60px;
	}
	#contacts-info .fax .p a {
	    font-size: 20px;
	}
	#contacts-info .p {
	    width: 100% !important;
	}
	#tabs_outer .item_outer .item_inner + .content {
	    overflow-x: scroll;
	}
	#tabs_outer table tr td:nth-child(2) {
	    min-width: 200px;
	}
	#tabs_outer table .default-btn span {
	    display: block;
	}
	#tabs_outer table .default-btn i {
	    display: none;
	}
	#about_teplo .left-section-title,
	#about_teplo .gold{
		padding-left: 0;
	}
	#energy_audit .section-title {
	    font-size: 30px;
	}
	#complex .section-title {
		padding-right: 30px;
	}
	#complex .section-title:before {
	    width: 30px;
	}
	#categories li.tablet_emergency {
	    width: 85% !important;
	}
	#special_offer .default-btn {
	    font-size: 14px !important;
	    padding: 20px 15px !important;
	}
	#special_offer .modal-body {
	    padding: 13px;
	}
	
} /*400*/




@media all and (max-width: 360px){
	.drop-down-item-modal:hover a {
	    margin-left: 0 !important;
	}
	.left-section-title, .section-title,
	{
	    font-size: 28px;
		padding-left: 0;
	}
	#about_teplo .gold{
		padding-left: 0;
	}
	#about_teplo .content {
	    padding: 30px 0;
	}
	#about_teplo .gold {
	    margin-bottom: 0;
	}
	.default-btn{
		font-size: 16px;
	}
	#six_steps .pills .item .title{
		font-size: 18px;
	}
	#six_steps .pills .item .content{
		font-size: 17px;
	}
	#six_steps .pills .item {
	    margin-bottom: 0;
	}
	.default_typo{
		font-size: 17px;
	}
	form.default .form-group .box{
		width: 100%;
	}
	#howitworks .section-title {
	    font-size: 35px;
	    padding-left: 0 !important;
	}
	#howitworks .gold {
	    padding-left: 0;
	}
	#howitworks .section-title {
	    font-size: 30px;
	}
	#reviews-container .section-title{
		padding-left: 0 !important;
	}
	#crew .gold,
	#reviews-container .gold{
		padding-left: 4px;
	}
	#reviews-container .section-title{
		padding-right: 30px;
	}
	#reviews-container .section-title:before{
		width: 30px;
	}
	.form_line .default-btn,
	#redline .default-btn,
	.default.dark .default-btn{
		width: initial;
		min-width: inherit;
		padding: 20px 35px;	
		min-width: initial;
	}
	#contacts .section-title,
	#contacts .gold {
		padding-left: 10px !important;
	}
	#contacts .section-title:before {
	    width: 25px;
	}
	#contacts .section-title {
	    padding-right: 25px;
	}
	#contacts .section-title,
	#contacts .gold{
	    padding-left: 0 !important;
	}
	#special_offer .title {
	    font-size: 45px;
	}
	#special_offer .title:after{
		width: 30%;
	}
	#howitworks .section-title:before{
		width: 35px;
		top: 50%;
		right: 0;
	}
	#howitworks .section-title {
	    font-size: 26px;
	    padding-right: 50px;
	}

	#contacts .section-title:before {
	    width: 50px;
	    right: -35px;
	}
	#reviews-container .section-title:before {
	    width: 50px;
	    right: -35px;
	}	
	#file .left-section-title:before {
		width: 35px;
	}
	#file .left-section-title {
    	font-size: 30px;
		padding-right: 40px;
	}
	#categories li a{
		font-size: 15px;
	}
	#categories li{
		margin-left: 1%;
	}
	#categories li:hover:before{
		width: 20px;
		-webkit-transform: translateX(-20px) scale(1);
		-ms-transform: translateX(-20px) scale(1);
		-o-transform: translateX(-20px) scale(1);
	}
	.slogan {
	    font-size: 35px;
	}
	.slogan span:nth-child(1) {
	    padding-right: 80px;
	}
	.slogan .linered {
	    padding-left: 50px;
	}
	.slogan {
	    margin-bottom: 25px;
	}
	#header .inner {
	    padding-top: 25px;
	}
	.slogan {
	    font-size: 28px;
	}
	.section-title-small{ 
	    font-size: 26px;
	}
	#redline .section-title-small {
		font-size: 24px;
	}	
	#six_steps .section-title {
	    padding-left: 0 !important;
	    padding-right: 0;
	}
	#six_steps .gold{
		padding-left: 0;
	}
	.left-section-title{
		padding-left: 0;
	}
	#header .inner {
	    padding-top: 100px;
	}
	#categories li a{
		-webkit-background-size: 55px !important;
		background-size: 55px !important;
		padding: 20px 15px 20px 70px;
	}
	#tabs-section .section-title,
	#howitworks .section-title{
		padding-left: 0 !important;
		font-size: 30px;
	}
	#tabs-section .gold{
		padding-left: 0;
	}
	#tabs_outer .item_inner {
	    font-size: 16px;
	    padding: 25px 15px 25px 80px;
	    background-position: 15px 50% !important;
	}
	#tabs_outer .item_outer:nth-child(2) .item_inner {
	    background-position: 15px 50% !important;
	}
	#file .left-section-title,
	#contacts .section-title
	 {
	    font-size: 30px;
	}
	#energy_audit .section-title,
	#energy_audit .gold{
		padding-left: 0 !important
	}
	#complex .section-title{
		padding-left: 0 !important;
	}
	#complex .gold{
		padding-left: 0;
	}
	#complex .content ul{
		padding-left: 15px !important;
	}
	#complex .content {
	    font-size: 16px;
	}
	#useful_documents .section-title{
		padding-left: 0 !important;
	}
	#useful_documents .gold{
		padding-left: 0 !important;
	}
	#useful_documents .section-title {
	    font-size: 30px;
	}
	#tabs_outer .item_inner{
		font-size: 14px;
	}
	#tabs_outer .item_outer:nth-child(1) .item_inner, #tabs_outer .item_outer:nth-child(2) .item_inner, #tabs_outer .item_outer:nth-child(3) .item_inner{
		padding-left: 70px !important;
	}
	.section.beige_section .section-title{
		padding-left: 0 !important;
	}
	.section.beige_section .section-title {
	    font-size: 30px;
	}
} /*360*/

@media all and (max-width: 320px){

	#main_navigation .navbar-brand>img{
		margin-left: 0;
		margin-right: 0;
	}
	.hamburger{
		padding-left: 0;
	}

	#categories li a {
		font-size: 14px;
	    padding: 15px 15px 15px 80px;
	}
	#categories li {
	    margin-left: 0;
	}
	#header .inner .container{
		margin-left: 0;
		margin-right: 0;
	}
	#about_teplo .gold {
	    letter-spacing: 3px;
	}
	.default-btn {
	    font-size: 15px;
	    padding: 20px 25px;
	}
	#categories li a{
		/*-webkit-background-size: 65px;*/
		/*background-size: 65px;*/
	}
	#howitworks .section-title {
	    font-size: 27px;
	}
	.left-section-title
	{
		font-size: 36px;
	}
	#logo_slogan .title{
	    font-size: 22px;
	}	
	#howitworks .section-title:before{
		width: 25px;
	}
	#categories li a {
	    padding: 15px 15px 15px 65px;
	    -webkit-background-size: 52px !important;
	    background-size: 52px !important;
	}
	#howitworks .section-title:before{
	    width: 75px;
	    top: 82%;
	    right: 40px;
	}
	#contacts .section-title:before,
	#reviews-container .section-title:before{
	    width: 35px;
	    right: 0;
	}
	#contacts .section-title:before{
		width: 25px;
	}
	#checklist_section .item{
		padding-left: 22px;
	}
	#checklist_section .item:before{
		left: -1px;
	}
	#checklist_section .item .title{ 
		font-size: 17px;
	}
	#checklist_section .item .content{
		font-size: 16px;
	}
	#tabs-section .section-title{
	    font-size: 28px;
	}
	#energy_audit .section-title {
	    font-size: 28px;
	}
	.seppa{
		display: block !important;
	}
	#complex .section-title{
		padding-right: 0;
	}
	#complex .section-title:before{
		top: 12.5%;
		right: 35%;
		width: 25%;
	}
	form.default .default-btn{
		min-width: initial;
	}
	#useful_documents .section-title {
	    font-size: 28px;
	}	
	#useful_documents .section-title:before {
	    width: 60px;
	    right: 10px;
	}
	#file .gold{
		padding-left: 0 !important;
	}

} /*end 320*/














/* MIN WIDTH */

@media all and (min-width: 1250px){
	#modal_form .modal-lg,
	#special_offer .modal-lg{
		width: 1200px !important;
	}
}



@media all and (min-width: 992px){
	#modal_form .modal-body{
	    padding: 65px 15px 75px;
	}
	.modal-title{
		margin-bottom: 45px;
	}

}


@media all and (min-width: 610px){
	.scroll-table {
	    overflow-x: hidden !important;
	}
}




@media (width:1920px){#header{min-height:974px;}}
@media (width:1680px){#header{min-height:944px;}}
@media (width:1650px){#header{min-height:944px;}}
@media (width:1600px){#header{min-height:794px;}}
@media (width:1440px){#header{min-height:794px;}}
@media (width:1366px){#header{min-height:662px;}}
@media (width:1360px){#header{min-height:662px;}}
@media (width:1280px){#header{min-height:614px;}}
@media (width:1152px){#header{min-height:758px;}}
@media (width:1024px){#header{min-height:494px;}}




















.section{
	display: block;
	position: relative;
	padding: 35px 0;
	overflow: hidden;
	text-align: center;
}

.section .boxxx{
	display: inline-block;
	position: relative;
}

.section .section-title {
	margin-right: 0;
    padding-left: 0;
    margin-top: 25px;
    padding-right: 200px;
}

.section .section-title:before {
    content: '';
    display: inline-block;
    position: absolute;
    line-height: 1;
    height: 2px;
    width: 160px;
    background-color: #a70a2b;
    top: 50%;
    margin-top: -1px;
    right: 0;
}

.section .gold{
    margin-top: 25px;
    margin-bottom: 35px;
    text-align: right;
    padding-left: 25px;
}





#wedo{
	background-color: #ffefc4;
	padding-bottom: 55px;
}

.beige_section ul{
	display: block;
	position: relative;
	padding-left: 0;
	text-align: left;
	margin-top: 40px;
}
.beige_section ul li{
	display: block;
	position: relative;
	padding-left: 50px;
	margin-bottom: 20px;
}

.beige_section ul li a{
  font-size: 18px;
  color: rgb(167, 10, 43);
  font-weight: bold;
  text-transform: uppercase;
  outline: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.beige_section ul li a:hover{
  color: #ec3332;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}



.beige_section ul li div:nth-child(1){
	display: block;
	position: relative;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 4px;
}
.beige_section ul li div:nth-child(2){
	display: block;
	position: relative;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	font-weight: 300;
	line-height: 1.2;
	text-align: left;
}


.beige_section ul li{
	background-repeat: no-repeat;
	background-position: left top;
}

.beige_section ul li:nth-child(1){
	background-image: url('../img/src/beige/1.png');
}

.beige_section ul li:nth-child(2){
	background-image: url('../img/src/beige/2.png');
}

.beige_section ul li:nth-child(3){
	background-image: url('../img/src/beige/3.png');
}


.beige_section ul li:nth-child(4){
	background-image: url('../img/src/beige/4.png');
}

.beige_section ul li:nth-child(5){
	background-image: url('../img/src/beige/5.png');
}

.beige_section ul li:nth-child(6){
	background-image: url('../img/src/beige/6.png');
}

.section.beige_section .section-title br{
	display: none;
}
















/* Общее */
#about_us ul{
    display: block;
    position: relative;
}
#about_us ul li{
    display: block;
    position: relative;
    list-style-type: none;
}


#howitworks .steps .item .number{
	font-size: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#categories span{
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #d87186;
}

#categories li:hover span{
	border-color: transparent;
}

#main_navigation{
  background-color: rgba(119, 119, 119, .3);
}

.emergency_service {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: -150px;
	font-size: 24px !important;
	font-family: "Roboto", sans-serif !important;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: center;
	background-color: transparent;
	padding: 20px;
	text-transform: none;
    -webkit-transition: transform .35s ease-out;
    -o-transition: transform .35s ease-out;
    transition: transform .35s ease-out;
}

.emergency_service span{
	display: block;
	position: relative;
}
.ohx{
	overflow-x: hidden;
}
.posa{
	position: absolute;
} 
.fw{
	max-width: 100%;
}
.containercustom.posa.fw{
    max-width: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.emergency_service span:nth-child(1){
	padding: 0 !important;
	z-index: 3;
	font-weight: 300;
	font-size: 22px;
	font-family: "Romul";
	color: rgb(255, 255, 255);
	line-height: 1.636;
	text-align: center;
}

.emergency_service:after{
	content: '';
	display: block;
	position: absolute;
    width: 1000%;
    height: 100%;
    top: 0;
    right: -900%;
    background-color: rgba(167, 10, 43, .7);
    z-index: 1;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.emergency_service:hover{
-webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: transform .35s ease-in;
    -o-transition: transform .35s ease-in;
    transition: transform .35s ease-in;
}
.emergency_service:hover:after{
	background-color: rgba(167, 10, 43, 1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.tablet_emergency{
	display: none !important;
}




/* media */

@media all and (max-width: 992px){
	.emergency_service{
		padding: 20px;	
	}
	.emergency_service span:nth-child(2) {
	    font-size: 26px !important;
	}
	.emergency_service span:nth-child(2) {
	    font-size: 22px !important;
	}
}
@media all and (max-width: 768px){

	.container.containercustom.posa.fw {
	    display: none;
	}
	.tablet_emergency{
		display: block  !important;
		float: right;
	}
	li.tablet_emergency span {
	    background-color: rgba(167, 10, 43, .7) !important;
	    z-index: 1;
	}
	li.tablet_emergency a,
	li.tablet_emergency a > div {
		z-index: 3;
	}

	li.tablet_emergency a > div {
	    z-index: 33;
	    color: #fff;
	}
	#categories li a.emergency_service_tablet{
		color: #fff !important;
	}
	.tablet_emergency:hover .emergency_service_tablet + span{
		background: #a70a2b !important;
	}
	#categories li.tablet_emergency a{
		padding-left: 25px;
	}
	#categories li.tablet_emergency span{
	    right: -900% !important;
	    left: initial;
	}
	#categories li.tablet_emergency:hover:before{
		content: none;
	}
	#categories li.tablet_emergency:hover {
	    -webkit-transform: translateX(-50px);
	    -ms-transform: translateX(-50px);
	    -o-transform: translateX(-50px);
	    transform: translateX(-50px);
	}
	li.tablet_emergency {
	    width: 65% !important;
	}
	li.tablet_emergency a{
	    text-align: center !important;
	}
	li.tablet_emergency {
	    margin-top: 40px;
	}
	.emergency_service{
		display: none !important;
	}
	.beige_section ul li {
	    padding-left: 45px;
	}
	#categories li.tablet_emergency a{
	    padding: 0 !important;
	    z-index: 3;
	    font-weight: 300;
	    font-size: 18px;
	    font-family: "Romul";
	    color: rgb(255, 255, 255);
	    line-height: 1.636;
	    text-align: center;
	}
	#categories li.tablet_emergency a{
		padding: 15px !important
	}

}


@media all and (max-width: 500px){
	#categories li.tablet_emergency a {
	    padding-left: 20px;
	    font-size: 14px;
	    padding: 15px !important;
	}
}


/* /Общее */
