.side-widget small {
	display: none;
}

.side-widget .logo {
	max-width: 40%;
	margin: 0;
}

.call_btn{
	display: block;
	position: fixed;
	right: 30px;
	line-height: 1;
	bottom: 30px;
	color: #f85a38;
	z-index: 999;
}

.call_btn i{display: flex;}

/* Всегда показываем подменю только в мобильном меню */
#menu-mobile-menu li.menu-item-has-children,
#menu-mobile-menu li.dropdown {
  position: static;
}

#menu-mobile-menu .dropdown-menu {
  display: block !important;   
  position: static !important;
  float: none;
  visibility: visible;
  opacity: 1;
  transform: none;
  margin: 0;
  padding-left: 20px;
  border: 0;
  box-shadow: none;
  height: auto;
  max-height: none;
}
.show-mobile-tk {
	display: none;
}
.show-mobile-tk .address {
  font-size: 13px;
  line-height: 1.25;
  color: inherit;
  word-break: break-word;
}

.show-mobile-tk .h2-baslik-hizmetler-2 {
  font-size: 14px;
  margin: 0 0 8px;
}

.show-mobile-tk .address .iconsv {
  float: left;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin: 0 8px 0 0;
  text-align: center;
}

.show-mobile-tk .address .iconsv i {
  font-size: 14px;
  vertical-align: middle;
}

.show-mobile-tk .address .bosluksv {
  clear: both;
  height: 6px;
}

.show-mobile-tk .address .or {
  clear: both;
  display: flex;
}

.side-widget .show-mobile-tk .address {
	margin: 0;
}

.side-widget .show-mobile-tk .address{
	text-align: left !important;
}

.side-widget .show-mobile-tk .address a, 
.side-widget .show-mobile-tk .address a:hover {
	border: none;
	line-height: 1;
	margin: 0;padding: 0;
	width: auto;
	height: auto;
}

.side-widget .show-mobile-tk .address i {
	margin-right: 10px;
	color: #f85a38;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .side-widget .site-menu ul li ul {
        position: static;
		  margin: 0;
		}
	.side-widget .site-menu ul li {
		padding: 0;
		margin: 1px 0;
	}
	.side-widget .site-menu ul li a {
		padding: 0;
		font-weight: normal;
		text-transform: uppercase;
	}
	.side-widget .site-menu ul li ul li a {
		text-transform: none;
	}
	.navbar .logo a img {
    height: 37px;
	}

	.bg-light {
		height: 76px;
		padding: 0 20px;
	}

	.navbar .logo {
		padding: 30px 0;
	}

	.page-header .container{padding-top: 0;}

	.show-mobile-tk {
		display: block;
	}
}