body {
    background: #000000;
	line-height:1.65em;
	font-size:16px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Gotham Pro';
	font-weight: bold;
	line-height:1.65em;
}

h1 { font-size:3em; }
h2 { font-size:2.5em; }
h3 { font-size: 25px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }

.btn {
	border: none;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 500;
    padding: 20px 38px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    border-radius: 30px;
    background: #000000;
    background: -moz-linear-gradient(0deg, #000000 0%, #343b41 100%);
    background: -webkit-linear-gradient(0deg, #000000 0%, #343b41 100%);
    background: linear-gradient(0deg, #000000 0%, #343b41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#343b41",GradientType=1);
    box-shadow: inset 0px -2px 0px 0px rgb(0 0 0);
}

.btn:focus {
	color: #ffffff;
	text-decoration: none;
}

.btn:hover {
	color: #ffffff;
	text-decoration: none;
	background: #343b41;
    background: -moz-linear-gradient(0deg, #343b41 0%, #000000 100%);
    background: -webkit-linear-gradient(0deg, #343b41 0%, #000000 100%);
    background: linear-gradient(0deg, #343b41 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#343b41",endColorstr="#000000",GradientType=1);
	box-shadow: inset 0px -2px 0px 0px rgb(0 0 0);
}

.btn-orange {
    background: rgb(195,117,0);
    background: -moz-linear-gradient(0deg, rgba(195,117,0,1) 0%, rgba(255,176,57,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(195,117,0,1) 0%, #ff9900 100%);
    background: linear-gradient(0deg, rgba(195,117,0,1) 0%, #ff9900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c37500",endColorstr="#ffb039",GradientType=1);
    box-shadow: inset 0px -2px 0px 0px #ff9e06;
    /* border-top: 2px solid #794900; */
    border-left: 2px solid #c77903;
    border-right: 2px solid #c77903;
}

.btn-orange:hover {
	background: rgb(255,176,57);
	background: -moz-linear-gradient(0deg, rgba(255,176,57,1) 0%, rgba(195,117,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,176,57,1) 0%, rgba(195,117,0,1) 100%);
	background: linear-gradient(0deg, rgba(255,176,57,1) 0%, rgba(195,117,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb039",endColorstr="#c37500",GradientType=1);
	box-shadow: inset 0px -2px 0px 0px #ff9e06;
}

.section-title {
	padding-bottom:30px;
	text-align: center;
}

.section-title h2 {
	text-transform: uppercase;
	font-size: 2.2em;
	font-weight: 500;
	margin:0;
	padding:0;
}

.section-title2 {
	padding-bottom:30px;
	text-align: left;
}

.section-title2 h2,
.section-title2 h1 {
	text-transform: uppercase;
	font-size: 2.2em;
	font-weight: 500;
	margin:0;
	padding:0;
}

/*-------------------------*/
/***** HEADER *****/
/*-------------------------*/

#header .contacts-tb,
#header .menu-tb {
	display: table;
	width:100%;
}

#header .address-col {
	display: table-cell;
	width:50%;
	padding:45px 0;
	vertical-align: top;
}

#header .address-box {
	margin-left:150px;
}

#header .address {
	font-size: 1.125em;
}

#header .work-time {
	font-size: 0.8125em;
	font-style: italic;
}

#header .phone1-col,
#header .phone2-col {
	display: table-cell;
	width:25%;
	padding:45px 0;
	vertical-align: top;
}

#header .phone {
	font-size: 1.5625em;
	font-weight: bold;
	vertical-align: middle;
}

#header .phone a,
#header .phone a:hover {
	text-decoration: none;
	color: #ffffff;
}

#header .phone-icon {
	font-size:1.865em;
	color: #ec920a;
	padding-right:4px;
	vertical-align: middle;
}

#header .phone-note {
	font-size: 0.8125em;
	font-style: italic;
}

#header .phone-box {
	display:block;
	text-align:right;
}

#header .header-menu-container {
	background: #191919;
}

#header .menu-col {
	display: table-cell;
	vertical-align: middle;
}

#header .phone-col {
	display: none;
	vertical-align: middle;
	text-align: center;
	font-weight: 500;
}

#header .phone-col a {
	color: #ffffff;
	text-decoration: none;
}

#header .logo-col {
	display: table-cell;
	width:200px;
	vertical-align: middle;
	padding: 24px 0;
}

#header .logo-col img {
	margin:0;
	max-width:100%;
}

#header .mobile-menu {
	display:none;
}

#header .trigger-col {	
	width:25px;
	display:table-cell;
	display: none;
	vertical-align: middle;
}

/*-------------------------*/
/***** MENU *****/
/*-------------------------*/

#menu {
	font-size: 1em;
	font-weight: 700;
	clear: both;
	width: 100%;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	float:right;
}

#menu ul li {
	display: table-cell;
	position: relative;
	text-align:right;
	padding: 0 0 0 30px;
	vertical-align:middle;
}

#menu ul li a {
  color: #ffffff;
  display: block;
  text-transform:uppercase;
  margin: 0 auto;
  padding: 8px 2px;
}

#menu ul>li>a {
  border-radius:18px;
}

/*-------------------------*/
/***** MOBILE TRIGER *****/
/*-------------------------*/

.nav-trigger {
	float: right;
    position: relative;
    display: block;
    width: 24px;
    height: 46px;
    overflow: hidden;
    font-size: 30px;
    white-space: nowrap;
    color: transparent;
	z-index: 10000;
	margin-bottom: 4px;
}

.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 4px;
  width: 24px;
  border-radius: 1px;
  background: #ffffff;
}
.nav-trigger span {
  /* line in the center */
	position: absolute;
	top: 50%;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}
.nav-trigger span::before, .nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.nav-trigger span::before {
  /* menu icon top line */
  top: -7px;
}
.nav-trigger span::after {
  /* menu icon bottom line */
  top: 7px;
}
.nav-trigger.nav-is-visible span::after {
  top: 5px;
}
.nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: none;
}
.nav-trigger.nav-is-visible span::before, .nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #ffffff;
}
.nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

/*-------------------------*/
/***** SEPARATE LINE *****/
/*-------------------------*/

.separate-line {
	padding: 0;
	background: #ff9900;
}

.separate-line .separate-tb {
	display:table;
	width:100%;
}

.separate-line .separate-logo-col {
	display: table-cell;
	width:200px;
	vertical-align: middle;
	padding: 24px 0;
}

.separate-line .separate-logo-col img {
	margin:0;
	max-width:100%;
}

.separate-line .separate-title-col {
	display: table-cell;
	vertical-align: middle;
	padding: 24px 0;
	text-align: center;
}

.separate-line .separate-title-col h3 {
	text-transform: uppercase;
	color:#000000;
	margin:0;
	padding:0;
	font-weight:500;
}

.separate-line .separate-order-col {
	display: table-cell;
	vertical-align: middle;
	padding: 24px 0;
	text-align:right;
	width: 250px;
}

.separate-black {
	background: #2b2a2a;
	color: #ffffff;
}

.separate-black .separate-title-col h3 {
	color: #ffffff;
} 

/*-------------------------*/
/***** BANNER *****/
/*-------------------------*/

.index-banner i {
	color: #ff8412;
    font-weight: bold;
    display: inline-block;
    width: 0.7em;
    vertical-align: middle;
    font-size: 1.15em;
}

.index-banner ul {
	margin:0;
	padding:0;
	padding-left:30px;
}

.index-banner ul li {
	list-style:none;
	position: relative;
	font-size: 1.1em;
	padding:3px 0;
	margin:0;
}

.index-banner ul li::before {
font-family: 'Seditio' !important;
    content: "\e937";
    color: #ff8412;
    font-weight: bold;
    display: inline-block;
    width: 0.8em;
    font-size: 1.2em;
    vertical-align: bottom;
    position: absolute;
    left: -30px;
    top: 8%;
}

.action-title {
	font-size: 2.5em;
    font-weight: 700;
    padding-bottom: 25px;
	padding-top:10px;
	color: #f69a0e;
}

.action-title2 {
    font-size: 1.5em;
    font-weight: 700;
    padding-bottom: 35px;
	color: #f69a0e;
}

.action-title3 {
    font-size: 1.5em;
    font-weight: 700;
    padding-bottom: 15px;
	padding-top:8px;
}

.action-title4 {
	font-size: 1.4em;
	font-weight: 500;
	padding-bottom: 0px;
	color: #ffffff;
}

.action-li {
	font-size: 1.2em;
    padding: 3px 0;
}

.action-date {
	font-style: italic;
    color: #ffffff;
    padding-bottom: 20px;
}

.action-separ {
    padding: 12px;
}

.action-date2 {
    color: #f69a0e;
    font-size: 1.1em;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.action-desc {
    max-width: 515px;
    margin: 0 auto;
    padding-bottom: 0px;
}

.action-desc2 {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.action-desc3 {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.action-desc4 {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 0;
}

#section-banner {
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size: cover;
	min-height: 600px;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
    justify-content: space-around;
}

#section-banner h1 {
	font-size: 3em;
	font-weight: 500;
}

.other-page #section-banner h1 {
	font-size: 3.25em;
	line-height: 1.15em;
	margin-top:0;
}

.banner1 h1 {
	font-size: 2.8em!important;
}

.banner2 h1 {
	font-size: 3em!important;
}

.banner3 h1 {
	font-size: 3em!important;
}

.banner4 h1 {
	font-size: 3em!important;
}


.banner2 h4,
.banner3 h4,
.banner4 h4 {
	font-weight:400;
}

.price-help-desc {
	max-width: 700px;
    margin: 0 auto;
	text-align: center;
}

.price-help-callbtn {
	text-align: center;
    padding-top: 30px;
}

#section-banner h3 {
	font-size: 3em;
    font-weight: 500;
    margin-top: 0.5em;
    line-height: 1.2em;
}

.section-index-banner:before {
	top:0;
	content: '';
	min-height: inherit;
	font-size: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	background: rgba(0, 0, 0, 0.1); /* browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000'); /* IE */
}	

#section-banner .index-banner h1 {
    font-size: 1.65em;
    font-weight: 500;
	margin-bottom: 5px;
	text-transform:uppercase;
}

#section-banner .index-banner h1 span {
    font-size: 2.73em;
	text-transform:none;
}
/*
#section-banner .index-banner strong {
    font-size: 2.5em;
	line-height:2em;
	color: #ff9900;
}*/

#section-banner .index-banner h3 {
	font-size: 2.79em;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.2em;
}

#section-banner h3 .span1 {
	color: #ff9900;
}

#section-banner h3 .span2 {
	font-size: 1.8em;
	color: #ff9900;
	font-weight: 900;
}

#section-banner .index-banner h3 .span2 {
	font-size: 1.3em;
	color: #ff9900;
	font-weight: 900;
}


#section-banner .date-end {
	font-size: 1.2em;
	color: #ff9900;
	font-weight: 700;
}

#section-banner .banner-content {
	max-width:520px;
	padding-top:50px;
	z-index: 11;
    position: relative;
}


#section-banner .banner-content h4 {
    font-size: 1.42em;
    margin-bottom: 0;
    padding-bottom: 0;
}

#section-banner .index-banner {
	max-width:550px;
	/*margin:0 auto;*/
	text-align: center;
	padding-top:50px;
	padding-bottom:50px;
	font-size:1.1em;
	z-index: 14;
    position: relative;
	text-shadow: -2px 0px 2px rgba(0,0,0,0.96), 2px 0px 2px rgba(0,0,0,0.96), 1px 2px 2px rgba(0,0,0,0.96), -1px -2px 2px rgba(0,0,0,0.96), -1px 2px 2px rgba(0,0,0,0.96), 2px -2px 2px rgba(0,0,0,0.96);
}


.other-page #section-banner .banner-content {
	max-width:580px;
	padding-top:0px;
	z-index: 11;
    position: relative;
}

.other-page #section-banner ul {
	margin:0;
	padding:0;
	padding-left:30px;
}

.other-page #section-banner ul li {
	list-style:none;
	position: relative;
	font-size: 1.1em;
	padding:3px 0;
	margin:0;
}

.other-page #section-banner ul li::before {
font-family: 'Seditio' !important;
    content: "\e937";
    color: #ff8412;
    font-weight: bold;
    display: inline-block;
    width: 0.8em;
    font-size: 1.2em;
    vertical-align: bottom;
    position: absolute;
    left: -30px;
    top: 8%;
}

.other-page #section-banner h4 {
	font-weight: 500;
}

#section-banner .best-content {
	max-width:650px;
	padding-bottom:100px;
	position: relative;
    z-index: 10;
}

#section-banner .index-banner .best-content {
	margin: 0 auto;
	padding:0;
}

#section-banner .content_image-1 {
    bottom: 0;
    position: absolute;
    right: 50px;
    padding-right: 220px;
    max-height: 90%;
    max-width: 83%;
    z-index: 13;
	margin:0;
}

#section-banner .best-item {
	display: table;
	width: 290px;
	margin-top:50px;
}

#section-banner .index-banner .best-content .best-item {
	margin: 0 auto;
	padding:20px 0 0 0;
}

#section-banner .best-icon {
	display: table-cell;
	width:80px;
	vertical-align: middle;
	font-size: 60px;
	color: #ff9900;
}

#section-banner .best-text {
    font-size: 1.1em;
    /* text-align: left; */
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
}

/*-------------------------*/
/***** WE OFFERS *****/
/*-------------------------*/

#we-offers {
	padding:50px 0;
}

#we-offers .section-title {
	padding-bottom:30px;
	text-align: center;
}

#we-offers .section-title h2 {
	text-transform: uppercase;
	font-size: 3em;
	font-weight: 500;
	margin:0;
	padding:0;
}

#we-offers .offer-date {
	text-align: center;
    margin-bottom: 0px;
    color: #ff8412;
    font-weight: 900;
    font-size: 1.2em;
}

#we-offers .offer-img {
	position:relative;
}

#we-offers .offer-img:before {
	top:0;
	content: '';
	min-height: inherit;
	font-size: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	background: rgba(0, 0, 0, 0.75); 
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8995693277310925) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8995693277310925) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.8995693277310925) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

#we-offers .offer-title-box {
	top:0;
	position:absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	display:table;
}	

#we-offers .offer-title {
	display:table-cell;
	vertical-align:bottom;
	text-transform:uppercase;
	padding:40px;
}

#we-offers .offer-title h3 {
	font-size: 2.3em;
	font-weight: 500;
}

#we-offers .offer-text-box {
	width: 100%;
	height: 100%;
	z-index: 10;
	display:table;
}	

#we-offers .offer-text {
	font-size: 1.1em;
	padding: 30px 0;
	display:table-cell;
	vertical-align:middle;
}

#we-offers .offer-tt {
	display: inline-block;
    color: #f90;
    padding: 3px 12px;
    font-weight: 500;
    border-radius: 2px;
	margin-bottom:15px;
	font-size: 2em;
}


#we-offers .offer-text h3 {
	font-size: 3em;
	font-weight: 500;
	text-align: center;
	margin:0;
	padding-bottom:20px;
}

#we-offers .offer-text ul li h4 {
	font-size: 1.6em;
	font-weight: 500;
	text-align: left;
	margin:0;
}

#we-offers .offer-text h4 {
	font-size: 1.9em;
	font-weight: 500;
	text-align: center;
	margin:0;
}

#we-offers .offer-text p {
	margin-top:0;
	padding-top:0;
}

#we-offers .offer-text ul {
	margin:0;
	padding:0 0 15px 0;
	/*list-style: none;*/
	margin-left:40px;
}

#we-offers .offer-text ul li {
	position: relative;
}

.pcall {
	font-size: 1.2em;
	font-weight: 500;
	color: #ff9900;
}

/*
#we-offers .offer-text ul li::before {
	font-family: 'Seditio' !important;
	content: "\e937";
	color: #ff8412;
	font-weight: bold;
	display: inline-block;
	width: 0.8em;
	font-size: 2em;
	vertical-align: bottom;
	position: absolute;
	left: -40px;
	top: 37%;
}

*/

/*-------------------------*/
/***** PRICES *****/
/*-------------------------*/

#prices {
	padding:50px 0;
	background:#010101;
}

#prices .section-title {
    padding-bottom: 15px;
}

.price-more {
	text-align: center;
}

.price-col {
	margin-bottom: 40px;
}

.price-img {	
	text-align: center;
}

.price-value {
	text-align: center;
	font-size:1.3em;
	color: #ffffff;
	padding-top:15px;
}

.price-get {
	text-align: center;
	padding-top:15px;
}

.price-get .btn {
	padding:10px 20px;
	font-size:0.8em;
	line-height: 1em;
}

.price-title {
	text-align: center;
	font-weight: 500;
	font-size:1.1em;
	color: #aba8a8;
	padding-top:15px;
}

.price-value span {
	font-weight: 700;
	font-size: 1.1em;
	background: #ff9900;
	color: #010101;
	padding: 5px 13px 3px 13px;
	border-radius: 15px;
	line-height: 1em;
	display: inline-block;
	height: 30px;
}

.price-v span {
    font-weight: 700;
    font-size: 1.1em;
    background: #ff9900!important;
    color: #010101;
    padding: 2px 8px;
    border-radius: 15px;
}

.price-options-box {
	color: #ffffff;
	max-width:300px;
	margin:0 auto;
}

.prices-options {
	margin:0;
	padding:0;
	margin-top: 15px;
	list-style:none;
	font-size:1em;
}

.prices-options li {
	display:table;
	width:100%;
	margin-bottom:0px;
	background: url(../img/dots.png) 50% 76% repeat-x;
}

.prices-options li div span {
	background:#010101;
}

.prices-options li div {
	display:table-cell;
}

.prices-options li div.value {
	text-align:right;
}

/*-------------------------*/
/***** REGARDS *****/
/*-------------------------*/

#regards {
	padding:50px 0;
	background:#1e1e1e;
}

#regards .regards-page .regards-item {
	padding:10px 0;	
}

#regards .regards-conteiner .title {
    text-align:center;
}

#regards .regards-title {
  font-weight:700;
  color:#ff9900;
  padding-bottom:0px;
}

#regards .regards-desc {
  font-style:italic;
}

#regards .regards-btn {
	text-align: center;
	margin-top: 30px;
}

#regards .regards-item {
	display:table;
	width:100%;
}

#regards .regards-item-img {   
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 15px;
}

#regards .regards-item-img img {
    border-radius: 50%;
	min-width: 85px;
	width:85px;
}

#regards .regards-item-text {
	display:table-cell;
	vertical-align:top;
	padding-left:20px;
}

/*-------------------------*/
/***** WORKS *****/
/*-------------------------*/

#works {
	padding:50px 0 30px 0;
	background: #3b3c3b;
}

#works .works-slider-box {
    max-width: 1200px;
    padding: 15px 80px 0 80px;
    margin: 0 auto;
    position: relative;
}

#works .works-slider {
    margin: 0 -12px;
}

#works .works-item {
	width:25%;
	float:left;
	padding:0 10px;
}

#works .works-dots .slick-dots {
    text-align: center!important;
    margin: 25px 0;
}

#works .works-dots .slick-dots li button {
   
    width: 3px;
    height: 3px;
    padding: 3px;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #ffffff;
}

#works .works-dots .slick-dots li.slick-active button {
    background: #ff9900;
	border: 1px solid #ff9900;
}

/*-------------------------*/
/***** ABOUT *****/
/*-------------------------*/

#about {
	padding:80px 0 50px 0;
	background:#1e1e1e;
}

#about .title h2 {
	font-size: 1.8em;
    margin: 0;
    text-transform: uppercase;
}

#about .about-text {
	width: 100%;
}

#about .about-text img {
	width: 50%;
	float: left;
	padding-right:30px;
}

#about .about-big-text {
	width: 100%;
	clear: both;
	font-size: 1.3em;
	text-align: center;
	font-weight: 500;
}

/*-------------------------*/
/***** PAGE *****/
/*-------------------------*/

.td-10 { width: 10%; }
.td-20 { width: 20%; }
.td-30 { width: 30%; }
.td-33 { width: 33.333%; }
.td-40 { width: 40%; }
.td-50 { width: 50%; }
.td-60 { width: 60%; }
.td-70 { width: 70%; }
.td-80 { width: 80%; }
.td-90 { width: 90%; }
.td-100 { width: 100%; }

.td-img {
	width: 600px;
}

.row-table {
	display:table;
	width:100%;
}

.col-td {
	display:table-cell;
	vertical-align: middle;
}

.col-image {
	width:40%;
}

.td-line {
	width:30px;
}

#page {
	padding:80px 0 50px 0;
	background:#1e1e1e;
}

#opage {
	padding:50px 0 50px 0;
	background:#1e1e1e;
}

#opage img,
#page img {
	margin: 0;
}

#page .title h2 {
	font-size: 1.8em;
    margin: 0;
    text-transform: uppercase;
}

#page .profile-img {
	position: relative;
	text-align:right;
}

#page .profile-image {
	position: relative;
	text-align:right;
}

#page .profile-image img {
	border-radius:3px;
	max-width:100%;
}

/*
#page .profile-image2:before {
    top: 0;
    content: '';
    min-height: inherit;
    font-size: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: rgba(0, 0, 0, 0.75);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8995693277310925) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8995693277310925) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.8995693277310925) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

#page .profile-image1:before {
    top: 0;
    content: '';
    min-height: inherit;
    font-size: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: rgb(30 30 30);
    background: -moz-linear-gradient(0deg, rgb(30 30 30) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(30 30 30) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgb(30 30 30) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

*/

#page .profile-img img {
	width: 357px;
	display: inline-block;
}

#page .furnitura-logo {
	text-align: center;
}

#page .profile-text {
	padding-bottom:15px;
}

#page .profile-text h3 {
	margin-top:0;
}

#page .furnitura-logo img {
	width:240px;
}

#page .upl-img {
	position: relative;
	text-align: center;
}

#page  .steklo {
	padding-top: 30px;
}

/*
#page .upl-img:before {
	top:0;
	content: '';
	min-height: inherit;
	font-size: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	background: rgba(0, 0, 0, 0.75); 
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8995693277310925) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8995693277310925) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.8995693277310925) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
*/

#page .proff-text {
	position: absolute;
	top: 10%;
}

#page .proff-text-item {
	margin:15px 0;
	max-width:220px;
	font-size:0.95em;
	padding:5px 0 5px 0;
	text-align: left;
}

#page .profile-table {
		margin-bottom:20px;
	}
	
#page .separator {
	content: " ";
	display: block;
	width:200px;
	margin:20px auto 40px auto;
	border-bottom: 2px solid #403f3f;
}


#page .it1 { margin-left: 80px; }
#page .it2 { margin-left: 60px; }
#page .it3 { margin-left: 40px; }
#page .it4 { margin-left: 20px; }
#page .it5 { margin-left: 0;}


#page .proff-text-item {
	border-bottom:2px solid #ff9900;
}

#opage .about-img {
	margin-left: 25px!important;
	max-width:500px;
	width:100%;
}

/*-------------------------*/
/***** FOOTER *****/
/*-------------------------*/

#footer {
	padding:10px 0 0px 0;
	background:#1e1e1e;
}

#footer .title h2 {
	font-size: 2em;
    margin: 0;
	font-weight: 500;
    text-transform: uppercase;
}

#footer .footer-contacts {
	padding:60px 0;
}

#footer .footer-contacts-body {
	padding: 30px 0 0 0;
}
					
#footer .footer-city {
	font-size:1.3em;
	padding-bottom:25px;
	font-weight:500;
}

#footer .footer-work-time {
	font-size:1em;
	padding-bottom:25px;
}
						
#footer .footer-email {
	font-size:1.1em;
	padding-bottom:15px;	
}

#footer .footer-email a {
	color: #ffffff;
}
						
#footer .footer-phone {
	font-size:1.5em;
	line-height: 1.7em;
	font-weight:500;	
}

#footer .footer-phone .phone {
	font-size: 1em;
	font-weight: 500;
	vertical-align: middle;
}

#footer .footer-phone .phone a,
#footer .footer-phone .phone a:hover {
	text-decoration: none;
	color: #ffffff;
}

#footer .footer-phone .phone-icon {
	font-size:1em;
	color: #ec920a;
	padding-right:4px;
	vertical-align: middle;
}

#footer .footer-phone .phone-note {
	font-size: 0.6125em;
	font-style: italic;
	font-weight: 200;
}

#footer .footer-tb {
	display: table;
	width: 100%;
}

#footer .footer-col {
	display: table-cell;
	width: 33.33%;
	vertical-align: middle;
}

#footer .footer-bottom {
	padding:20px 0;
	border-top:1px solid #333333;
	font-size:0.9em;
	color:#b4b5b4;
}

#footer .footer-bottom a {
	color:#b4b5b4;
}

#footer .footer-copyright {
	
}

#footer .footer-policy {
	text-align:center;
}

#footer .footer-dev {
	text-align:right;
	color:#484848;
}

#footer .footer-dev a {
	color:#484848;
}

#map {
	min-height: 350px;
}

.ymaps-layers-pane {
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}  

.ymaps-label__content {
	color:#000000!important;
}

.section-portfolio .col-sm-6 { padding-top:6px; padding-bottom:12px; text-align: center; }

.all-works {
	text-align: center;
}



