@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans:400,400i&subset=cyrillic-ext');
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust:none;
  text-size-adjust:none
}
.mybody a:hover {
	color: #942d2f;
}
.mybody .item-page li {
	line-height:2em;
}
.mybody h3 {
	color: #b90009;
	margin-top:30px;
}
.mybody h2 {
	margin-top:0;
}
.mybody .item-page .img-responsive {
	padding: 10px 0;
}
p {
	color:#585858;
	font-size:13px;
	line-height:23px;
}
p strong{
	color:#000000;
}
.mybody p.indent {
      text-indent: 30px;
}
.mybody {
	margin-bottom:72px;
	height:100%;
}
.mybody .navbar {
  min-height: 70px;
  margin-bottom:0;
}
.logo.navbar-brand {
    height: 70px;
	width:170px;
}
.logo.navbar-brand > img {
	width: 100%;
    height: 40px;
}
.mybody .navbar-nav > li > a,
.mybody .navbar-nav > li > span {
	line-height:40px;
	font-size:13px;
}
.mybody .dropdown-menu > li > a {
	font-size:13px;
}
.mybody footer {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 72px;
    background-color: #f5f5f5;
	line-height:70px;
}
.mybody > #carousel-fullscreen.carousel {
	padding-top:70px;
}
.headerinfo a {
	color:#777;
	text-decoration:none;
	font-size:13px;
	line-height:50px;
	padding: 10px 15px;
	display:inline-block;
	text-align:right;
}
.mybody .dropdown-menu .divider {
	margin:5px 0;
}
.mybody .dropdown-menu {
	border-top:0 !important;
	background:#f8f8f8;
}
.dots {
	background:url(/images/dots.png);
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
	margin-top:-70px;
}
.underrotator {
	padding-top:60px;
	padding-bottom:60px;
}
.carousel-control {
	z-index:3;
}
.carousel.fade{
	opacity: 1;
}
.carousel.fade .item{
	display: block;
	position: absolute;	
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: opacity .5s;
}
.carousel.fade .item.active{
	position: relative;
	opacity: 1;
}
.redline {
	background:url(/images/rline.png) repeat-x;
	height:100px;
}
.row-flex {
    display: flex;
    flex-flow: row wrap;
}
.sloganblock {
	z-index:3;
	position:absolute;
	width:100%;
	color:white;
	text-align:center;
	height:300px;
	top:50%;
	margin-top:-150px;
}
.sloganblock h1 {
	font-size:3.5vmax;
	margin-top:0;
}
.sloganblock .lead {
	color:white;
}
a.opport {
	display:inline-block;
	margin:0 auto;
	background: red;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding:15px 30px;
	border: 1px solid white;
	border-radius:5px;
	color:white;
	text-decoration:none;
	margin-top:30px;
}
a.opport:hover {
	color:white;
	text-decoration:none;
}
.mybody #carousel-fullscreen .carousel-indicators {
	bottom:140px;
}
.lb {
	 background:#f4f4f4;
	 line-height:80px;
	 width:100%;
	 position:absolute;
	 bottom:0;
	 z-index:4
}
.logoblock {;
	 padding:20px;
}
.logoblockxs {
	 background:#f4f4f4;
	 line-height:80px;
	 position:relative;
	 z-index:2;
	 padding:10 20px;
}
.logoblockxs img {
	padding:0 60px;
}
#logoCarousel .item img {
	margin: 0 auto;
}
.logoimg{
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	padding: 0 10px;
}
.logoimg:hover{
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.whitebg {
	background:white;
	position:relative;
	width:100%;
}
img.pad {
	padding: 15px 0;
}
.quoteblock {
	height:600px;
}
.testimonialimagebg {
    background-image: url(/images/highlight.jpg);
	background-repeat: no-repeat;
	background-size: auto 600px;
	right: 3em;
    left: 3em;
	position: absolute;
	height:600px;
}
.testimonialimagebg::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
    height: 27px;
    background-image: url(/images/home-featured-images-footer-caret.png);
    background-size: auto;
    background-position: 50% 100%;
    background-repeat: repeat-x;
    transition: all 0.5s ease-in-out;
}
.testimonialblock {
	position: relative;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}
.testimonialContent {
	margin: 50px; 
	position:relative;
	padding:0;
}
.testimonialtext {
	padding:40px;
	border: 4px solid #EB0003;
}
.testimonialtextContent::before {
	display:block;
    content: "\00ab";
    position: absolute;
    font-family: "sans_sherifmedium", Arial, sans-serif;
    font-size: 80px;
    top: 20px;
    left: 55px;
    color: #222222;
    opacity: 0.14;
}
.testimonialtextContent::after {
	display:block;
    content: "\00bb";
    position: absolute;
    font-family: "sans_sherifmedium", Arial, sans-serif;
    font-size: 80px;
    bottom: 140px;
    right: 55px;
    color: #222222;
    opacity: 0.14;
}	
.testimonialtextContent {
		padding:40px;
	background:url(/images/dot.png);
}
.testimonialtextContentWrapper {
}
.testimonialCr {
	border-left: 3px solid #A9A9A9;
	padding-left:10px;
}
.testimonialQuote {
	font-family: 'Open Sans Condensed', sans-serif;
	color:black;
	font-size:19px;
	line-height:28px;
}
.testimonialCredit {
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	color:#6c6c6c;
	font-size:13px;
}
.testimonialDetail {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	color:#6c6c6c;
	font-size:15px;
	padding-top:10px;
	display:block;
}
.greyline {
	height:4px;
	background-color: #ADADAD;
	margin-top:40px;
}
.fith {
	font-size:3.5vmax;
	text-align:center;
	line-height:4.5vmax;
}
.mybody .page-header {
	border:0;
	margin-bottom:0;
	margin-top:0;
}
.uslugi {
	margin-top:50px;
}
.uslugip.lead {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:35px;
	padding-left:20px;
	margin-top:0;
	display:inline-block;
	margin-bottom:20px;}
.fa {
	font-size:35px !important;
	color:#e0e0e0;
}
.uslugi ul {
	padding-left:65px;
}
.uslugi ul li{
	padding: 5px 0;
}
.uslugi div {
	margin-bottom:40px;
}
#map {width: 100%;height: 620px;}
.mybody .carousel-control.right,
.mybody .carousel-control.left {
	background:none;
}
.mybody .carousel-control.right:hover,
.mybody .carousel-control.left:hover {
	color:#fff;
	opacity:1;
}
.mybody .carousel-control {
	opacity:0.7;
}
.serts img {
	height:30px;
	margin-left:3px;
}
.lm img {
	height:20px;
	margin-right:10px;
}
.mybody footer .navbar-default {
	background:none;
	border:0;
}
.mybody footer .navbar {
	margin-bottom:0;
}
.mybody .breadcrumb {
	padding: 10px 30px;
    list-style: none;
    margin-top: 70px;
    font-size: 11px;
    /* border-bottom: 1px solid #e8e8e8; */
    color: #777777;
    letter-spacing: 0.03em;
    background: none;
    text-align: right;
    overflow: hidden;
    z-index: 5555;
    background: #878787;
	margin-bottom:0;
}
.mybody .breadcrumb li a {
	color: white;
}
.mybody .breadcrumb > li {
	color:black;
}
.mybody span.divider {display:none;}
.mybody .dropdown-menu > .active > a, .mybody .dropdown-menu > .active > a:hover, .mybody .dropdown-menu > .active > a:focus {
	color: #000;
    background: none;
}
.mybody .nav > li > a > img {
	display:none;
}
.blog .items-row {
	    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
}
.mybody .carousel-control.slick {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 14px;
    color: #000;
    text-align: center;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
	z-index:3;
	cursor:pointer;
}
.mybody .carousel-control.slick.right {
	right: -30px;
    left: auto;
}
.mybody .carousel-control.slick.left {
	left: -30px;
    right: auto;
}
.mybody .carousel-control.slick .glyphicon-chevron-right,
.mybody .carousel-control.slick .glyphicon-chevron-left {
	font-size:18px;
}
/*.mybody .slick-slide.slick-current {padding:10px;}
.mybody .slick-slide  {padding:30px;}*/
.slick-track {height:100px;}
.mybody .slick-current img {-webkit-filter: grayscale(0%);filter: grayscale(0%); width:110%; max-width:110%;}
.mybody .slick-current {
  background-size:85% auto !important;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.mybody .slick-slide {padding:0 17px;}
.bgi {
	background-repeat:no-repeat;
	background-position:center;
	background-size:60% auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.i01 {
	background-image:url(/images/x5.png);
}
.i02 {
	background-image:url(/images/coral.png);
}
.i03 {
	background-image:url(/images/pfr.png);
}
.i04 {
	background-image:url(/images/eldorado.png);
}
.i05 {
	background-image:url(/images/uyuterra.png);
}
.i06 {
	background-image:url(/images/askona.png);
}
.i07 {
	background-image:url(/images/laredoute.png);
}
.i08 {
	background-image:url(/images/palmetta.png);
}
.i09 {
	background-image:url(/images/natura.png);
}
.i10 {
	background-image:url(/images/modis.png);
}
.i11 {
	background-image:url(/images/royal.png);
}
.i12 {
	background-image:url(/images/pochta.png);
}
.mybody .menubmenu li a {
font-size:12px;
padding:15px 10px;
}
}