body{
	font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    line-height: 1.2;
}

*{
	outline: 0;
}

a{
	text-decoration: none;
}

a:hover,
a:active,
a:focus{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px 0;
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    color: #34373b;
    text-transform: none;
}

h1,
.h1 {
  font-size: 34px;
  line-height: 44px;
}
h2,
.h2 {
  font-size: 28px;
  line-height: 32px;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 24px;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 22px;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 23px;
}
h6,
.h6 {
  font-size: 15px;
  line-height: 22px;
}

.offcanvas-page {
    position: fixed;
 	-webkit-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
}

.wrapper {
    min-height: 100vh;
    max-width: 1450px;
}

.sidebar-wrapper{
	background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: linear-gradient(to bottom, #ffffff, #f0f0f0);
    background-color: #fafafa;
    background-position: 0 0 !important;
    text-align: center;
   /* min-height: 1350px;*/
}

.sidebar-wrapper:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.08);
}

.sidebar-logo{
	display: inline-block;
    margin: 0 auto 40px auto;
}
.sidebar-logo img{
	max-width: 100%;
	margin-top: 50px;
}
.sidebar-nav {
  	margin-bottom: 40px;
}
.sidebar-nav .navbar-nav {
	float: none;
	max-width: 240px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}
.sidebar-nav .navbar-nav > li {
  	margin: 0;
  	float: none;
}
.sidebar-nav .navbar-nav > li > a {
	height: 50px;
	padding: 0;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	background-color: rgba(0, 0, 0, 0);
	color: #6a6c6f;
	line-height: 50px;
	font-weight: 400;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	position: relative;
	text-transform: uppercase;
	display: block;
	font-size: 15px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.sidebar-nav .navbar-nav > li > a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	width: 15px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.sidebar-nav .navbar-nav > li > a:active,
.sidebar-nav .navbar-nav > li.active > a {
	color: #2089c0;
}
.sidebar-nav .navbar-nav > li.active > a:before {
	height: 2px;
	width: 30px;
	background: #2089c0;
}
.sidebar-nav .navbar-nav > li > a:hover {
	color: #34373b;
}
.sidebar-nav .navbar-nav > li > a:hover:before {
	height: 2px;
	width: 50px;
	background: #2089c0;
}

.navbar {
	background: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 30px 60px 30px 20px;
   	margin: 0 -15px;
}

.navbar-toggle {
	font-size: 25px;
    color: #34373b;
    text-decoration: none;
    display: block;
    float: left;
    margin: 0;
    line-height: 1;
}

.navbar-toggle:after {
    content: "\f0c9";
    font-family: FontAwesome;
    vertical-align: middle;
}

.navbar-center {
    float: none;
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
    display: block;
    height: 35px;
    padding: 0 12px;
}

.navbar-center .logo-small {
	display: block;
    margin-top: 7px;
    height: 60px;
}

.navbar-center .logo-small img{
	max-height: 30px;
}

.content-wrapper{
	position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    /*min-height: 1350px;*/
}

.content-container{
	padding: 60px;
}

.owl-carousel {
    margin-bottom: 20px;
}

.owl-carousel .owl-nav{
	position: absolute;
    top: 50%;
    margin-top: -26px;
    left: 0;
    right: 0;
    display: none;
}
.owl-carousel:hover .owl-nav{
	display: block;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
    height: 52px;
    font-size: 50px !important;
    line-height: 50px !important;
    width: 40px;
    position: absolute;
    background: rgba(255, 255, 255, 0.68) !important;
    border-radius: 2px;
}
.owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:active{
	font-size: 45px !important;
}
.owl-carousel .owl-nav .owl-prev{
	left: -1px;
}
.owl-carousel .owl-nav .owl-next{
	right: -1px;
}
.owl-carousel .owl-dots{
	margin-top: 15px;
	text-align: center;
}
.owl-carousel .owl-dots .owl-dot{
	border: 1px solid rgba(51, 51, 51, 0.4);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 5px;
}
.owl-carousel .owl-dots .owl-dot.active{
	background: rgba(51, 51, 51, 0.84);
}


.offcanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    touch-action: none;
    background: rgba(32, 35, 40, 0.3);
}

.nav-offcanvas{
    padding-top: 30px;
}
.offcanvas.active {
    display: block;
}

.offcanvas-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1001;
    width: 240px;
    max-width: 100%;
    background: #202328;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -ms-scroll-chaining: none;
}

.offcanvas.active .offcanvas-bar.offcanvas-bar-show {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.nav-offcanvas > li > a {
    color: #ffffff;
    padding: 10px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid #191c20;
    background: #272a31;
    box-shadow: 0 1px 3px #1b1e22;
    font-size: 14px;
    text-transform: uppercase;
}

.content-text{margin-bottom: 40px;}

.nav-tabs{
    border-bottom: 0;
    margin-bottom: 20px
}
.nav-tabs li{}
.nav-tabs li.active{}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover{
    background: #2089c0;
    color: #ffffff;

}
.nav-tabs li a{
    border-radius: 4px;
    padding: 6px 15px;
    margin-right: 10px;
    border: 1px solid #2089c0;
    text-transform: uppercase;
}



.block-contacts__content{
    margin: 20px 0;
}
