
/*
#------------------------------------------------------------------------
# News - December Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */

@font-face {
  font-family: 'Open Sans';
  src: url('/templates/gk_news/fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/templates/gk_news/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/templates/gk_news/fonts/OpenSans/OpenSans-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/templates/gk_news/fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/templates/gk_news/fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/templates/gk_news/fonts/OpenSans/OpenSans-ExtraBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  text-rendering: optimizeLegibility;
}

/* Basic elements */
tr:hover a {
	color: #e8a246;
}
body {

	min-height: 100%;
	background: #fff;
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	padding: 0;
	font-weight: normal;
	word-wrap: break-word;
}

a {
	color: #363636;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration: none;
	-webkit-transform: translateZ(0);
}

a:hover,
a:active,
a:focus {
	color: #e25b32;
}

h1,.h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: normal;
}

h1,.h1 {
	font-size: 46px;
}

h2,
.componentheading {
	font-size: 42px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 125%;
}

h5 {
	font-size: 110%;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	line-height: 2.0;
}

p {
	margin: 0.5em 0 1.5em;
}

.red {
	color: red;
}

.clr {
	clear: both;
}

.strong {
	font-weight: bold;
}

/* Containers */

.gkPage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto!important;
}

#gkPageTop {
	background: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 45px;
	position: relative;
	z-index: 999;
	padding-top:30px;
}

#gkBannerTop {
	background: #1c1c1c;
	background-image: url(https://www.77professional.ru/images/avto3.jpg);
	background-repeat: repeat-x;
	
	padding: 40px 0 0 0;
}

#gkHeader {
	background: #eee;
}

#gkPageWrap {
	margin: 0 auto;
}

#gkPageContent {
	border: 1px solid #e5e5e5;
	border-bottom: none;
	border-top: none;
	width: 100%;
}

#gkContent,
#gkPageContent {
	background: transparent url('../images/line.png') repeat-y 0 0;
}

/* Logo  */

#gkLogo {
	height: 50px;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	display: block;
	float: left;
}

#gkLogo img {
	display: block;
}

#gkLogo.cssLogo {
	background: transparent url('../images/style1/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 45px;
	margin: 0 30px 0 0;
	width: 84px;
}

#gkLogo.text {
	color: #fff;
	font-size: 36px;
	min-height: 24px;
	padding: 0;
	text-align: center;
	text-indent: 0;
	text-transform: uppercase;
}

#gkLogo.text > span {
	display: block;
	font-size: 32px;
	font-weight: 700;
	line-height: 25px;
	padding: 0;
}

#gkLogo.text .gkLogoSlogan {
	color: #eee;
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	text-transform: none;
}

/* userarea */

#gkUserArea {
	float: right;
	margin-left: 20px;
}

#gkUserArea a {
	-webkit-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
	display: block;
	float: left;
	height: 45px;
	margin: 0;
	text-indent: -9999px;
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-ms-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
	width: 50px;
}

#gkLogin {
	background: #363636 url('../images/topmenu_icons.png') no-repeat 0 center;
}

#gkLogin:active,
#gkLogin:focus,
#gkLogin:hover {
	background-color: #e25b32;
}

#gkRSS {
	background: #a88f52 url('../images/topmenu_icons.png') no-repeat -50px center;
}

#gkRSS:active,
#gkRSS:focus,
#gkRSS:hover {
	background-color: #e25b32;
}

/* Top content */

#gkContentTop {
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 14px 20px;
}

#gkTopMenu {
	background: transparent url('../images/topmenu_bg.png') repeat 0 0;
	float: left;
	line-height: 28px;
	margin-right: 30px;
}

#gkTopMenu li {
	border: none;
	color: #7a7a7a;
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#gkTopMenu li:hover {
	background: none
}

#gkTopMenu li a {
	color: #7a7a7a;
	display: block;
	line-height: 28px;
	padding: 0 8px;
}

#gkTopMenu li a:active,
#gkTopMenu li a:focus,
#gkTopMenu li a:hover {
	color: #e25b32;
}

/* Search */

.header-top-nav .search .content {
	padding: 0 !important;
}

#gkSearch {
	float: right;
}

#mod-search-searchword {
	background: transparent url('../images/search_bg.png') no-repeat right center;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	-ms-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	-o-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	margin-top: -3px;
}

/* Social icons */

#gkSocial {
	float: right;
	margin-left: 24px;
}

#gkSocial p {
	margin: 0;
}

.gkTwitter,
.gkFb,
.gkGplus,
.gkPinterest {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	padding: 0;
	text-indent: -9999px;
	-webkit-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	-moz-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	-o-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	width: 28px;
}

.gkTwitter {
	background: transparent url('../images/style1/social_icons.png') no-repeat 0 0;
}

.gkFb {
	background: transparent url('../images/style1/social_icons.png') no-repeat -28px 0;
}

.gkPinterest {
	background: transparent url('../images/style1/social_icons.png') no-repeat -56px 0;
}

.gkGplus {
	background: transparent url('../images/style1/social_icons.png') no-repeat -84px 0;
}

.gkTwitter:active,
.gkTwitter:focus,
.gkTwitter:hover {
	background: transparent url('../images/style1/social_icons.png') no-repeat 0 -22px;
}

.gkFb:active,
.gkFb:focus,
.gkFb:hover {
	background: transparent url('../images/style1/social_icons.png') no-repeat -28px -22px;
}

.gkPinterest:active,
.gkPinterest:focus,
.gkPinterest:hover {
	background: transparent url('../images/style1/social_icons.png') no-repeat -56px -22px;
}

.gkGplus:active,
.gkGplus:focus,
.gkGplus:hover {
	background: transparent url('../images/style1/social_icons.png') no-repeat -84px -22px;
}

/* Group modules */

#gkBottom1,
#gkBottom2 {
	-webkit-transform: translateZ(0.001); /* With 0 the left border on Chrome dissapears O.o */
	border-top: 1px solid #e5e5e5;
	margin: 0 auto!important;
	overflow: hidden;
	padding: 36px 0; 
}

#gkBottom1 .box .header,
#gkBottom2 .box .header {
	font-size: 16px
}

#gkBottom2 .box {
	color: #999;
	font-size: 12px
}

#gkBottom2 .box a { 
    color: #777
}

#gkBottom2 .box a:hover { 
    color: #363636
}

/* standard breadcrumb */

#gkBreadcrumb {
	background: #F9F9F9;
	border-bottom: 1px solid #e5e5e5;
	margin: -10px -18px 24px -20px;
	padding: 14px 24px 15px;
}

#gkBreadcrumb .breadcrumbs {
	float: left;
	color: #333;
}

#gkBreadcrumb .breadcrumbs li.separator {
	width: 10px;
	text-align: center;
	padding: 0 4px!important;
	color: #ccc;
}

#gkBreadcrumb .breadcrumbs li.pathway {
	padding-right: 20px;
}

#gkBreadcrumb .breadcrumbs > ul > li {
	float: left;
	font-size: 12px;
	font-weight: 600;
}

#gkBreadcrumb .breadcrumbs > ul > li a {
	font-weight: normal
}

#gkTools {
	float: right;
	margin: 4px 0 0 10px;
}

#gkTools a {
	display: block;
	float: left;
	width: 22px;
	height: 16px;
	margin: 0 0 0 0px !important;
	text-indent: -99999em;
	background: url('../images/font_size.png') no-repeat -38px 50%;
}

a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}

a#gkToolsDec {
	background-position: 6px 50%;
}

/* footer */

#gkFooter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #E25B32;
	color: #000;
	font-size: 14px;
	line-height: 21px;
	margin: 0 auto 0 auto!important;
	padding: 16px 0 0
}
#gkFooter {
	display: flex;
}
#gkFooter .col-4 {
	max-width: 33.333%;
	width: 100%;
}

/*#gkFooterNav {
	float: left;
}*/

#gkFooterNav {
	float: left;
}

#gkFooterNav .title {
	font-weight: bold;
    margin-bottom: 10px;
}

#gkFooterNav .nav {
    list-style: square;
    margin-left: 10px;
    margin-bottom: 50px;
    margin-right: 25px;	
}

#gkFooter .contacts {
	line-height: 1.6;
}

#gkFooterNav li {
	border: none;
	font-size: 11px;
	margin: 0 8px 0 0!important;
	padding: 0;
}

#gkFooterNav a {
	color: #000;
	font-size: 14px;
}

#gkFooterNav li:hover,
#gkFooterNav a:hover {
	background: transparent;
	color: #363636;
}

#gkCopyrights {
	/*float: right;*/
	font-size: 15px;
	margin: 0 0 20px 0;
	line-height: 1.6;
	color: #000;
}

/* other footer elements */

#gkStyleArea {
	clear: both;
	display: block;
	line-height: 7px;
	margin: 0;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#gkStyleArea > div {
	float: left;
	margin: 13px 0 12px 0;
}

#gkStyleArea a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 7px;
	margin: 9px 3px 9px 0;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 7px;
}

#gkStyleArea a:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

#gkColor1 {
	background: #eb592a;
}

#gkColor2 {
	background: #3eabe9;
}

#gkColor3 {
	background: #8DA734;
}

#gkColor4 {
	background: #8c7a71;
}

#gkColor5 {
	background: #e8a246;
}

#gkColor6 {
	background: #c375b5;
}

#gkFrameworkLogo {
	display: block;
	width: 90px;
	height: 36px;
	background: url('../images/gavern-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 12px auto 0 auto;
	opacity: 0.4;
}

/* Suffixes */

.sb-filials .item {
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.sb-filials .item .title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
.sb-filials .item .metro {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}
.sb-filials .item .metro::before {
	content: '';
	display: block;
	width: 22px;
	height: 32px;
	background-image: url('../images/sb/metro.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 10px 0 0;
}
.sb-filials .item .metro span {
	font-size: 16px;
	color: #000;
	line-height: 1.2;
}
.sb-filials .item .address {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}
.sb-filials .item .address::before {
	content: '';
	display: block;
	width: 22px;
	height: 32px;
	background-image: url('../images/sb/address.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 10px 0 0;
}
.sb-filials .item .address span {
	font-size: 16px;
	color: #000;
	line-height: 1.2;
}
.sb-filials .item .phone::before {
	content: '';
	display: block;
	width: 22px;
	height: 32px;
	background-image: url('../images/sb/phone.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 10px 0 0;
}
.sb-filials .item .phone {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.sb-filials .item .phone a {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.sidebar-callme-img {
	position: relative;
}

.sidebar-callme-img > img {
	width: calc(100% - 2px);
  margin: 0 auto;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.sidebar-callme-img .callme-btn {
	color: #000;
	background-color: #dd9f30;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	padding: 0 25px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	position: absolute;
	left: 20px;
	bottom: 18px;
}

.callme-btn:hover {
	cursor: pointer;
	background-color: #d3751b;
	color: #000;
}

.sb-zprem {
	width: calc(100% - 2px);
  margin: 0 auto;
  display: block;	
	text-align: center;
	background-color: #fafafa;
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.sb-zprem .callme-btn {
	color: #000;
	background-color: #dd9f30;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	padding: 0 25px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
}

.sb-zprem .callme-btn:hover {
	cursor: pointer;
	background-color: #d3751b;
	color: #000;
}

.sb-zprem .title {
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sb-zpfoto {
	width: calc(100% - 2px);
  margin: 0 auto;
  display: block;	
	text-align: center;
	background-color: #fafafa;
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.sb-zpfoto .title {
	text-transform: uppercase;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sb-zpfoto .text {
	margin-bottom: 10px;
}

.sb-zpfoto .rounded {
	border: 1px solid #dd9f30;
	background-color: #fff;
	padding: 15px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.sb-zpfoto .callme-btn {
	color: #000;
	background-color: #dd9f30;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	padding: 0 25px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
}

.sb-zpfoto .callme-btn:hover {
	cursor: pointer;
	background-color: #d3751b;
	color: #000;
}

.sb-boss {
	width: calc(100% - 2px);
  margin: 0 auto;
  display: block;	
	text-align: center;
	background-color: #fafafa;
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.sb-boss .blog {
	display: block;
	margin-bottom: 10px;
}

.sb-boss > img {
	width: 80%;
  margin: 0 auto;
  display: block;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.sb-boss .title {
	/* text-transform: uppercase; */
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: underline;
}

.sb-boss .text {
	margin-bottom: 10px;
}

.sb-boss .callme-btn {
	color: #000;
	background-color: #dd9f30;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	padding: 0 25px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
}

.sb-boss .callme-btn:hover {
	cursor: pointer;
	background-color: #d3751b;
	color: #000;
}

.sb-video {
	width: calc(100% - 2px);
	margin: 0 auto;
	display: block;	
	  text-align: center;
	  background-color: #fafafa;
	  padding: 20px;
	  border-bottom: 1px solid #e5e5e5;
	  box-sizing: border-box;
}

.box.icon-menu-mark > .header,
.box.icon-menu-detail > .header,
.box.icon-menu-filial > .header,
.box.icon-menu-popcuz > .header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}


.box.icon-menu-mark > .header::before {
	content: '';
	display: block;
	width: 70px;
	height: 36px;
	background-image: url('../images/sb/mark.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 8px;
}

.box.icon-menu-detail > .header::before {
	content: '';
	display: block;
	width: 42px;
	height: 36px;
	background-image: url('../images/sb/detail.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 8px;
}

.box.icon-menu-filial > .header::before {
	content: '';
	display: block;
	width: 42px;
	height: 36px;
	background-image: url('../images/sb/filial.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 8px;
}

.box.icon-menu-popcuz > .header::before {
	content: '';
	display: block;
	width: 57px;
	height: 36px;
	background-image: url('../images/sb/popcuz.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 8px;
}

#gkInset .slide-menu .more {
	margin: 20px -20px -20px;
	padding: 6px 15px;
	color: #e2a13d;
	text-decoration: underline;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
#gkInset .slide-menu .more:hover {
	text-decoration: none;
}
#gkInset .slide-menu .nav.menu.mod-list.slide-more:not(.active) > li {
	display: none !important;
}
#gkInset .slide-menu .nav.menu.mod-list.slide-more:not(.active) > li:nth-child(-n+8)  {
	display: block !important;
}

#gkInset .slide-filial .more {
	margin: 0;
	padding: 6px 15px;
	color: #e2a13d;
	text-decoration: underline;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
#gkInset .slide-filial .more:hover {
	text-decoration: none;
}
#gkInset .slide-filial .sb-filials.slide-more:not(.active) > .item {
	display: none !important;
}
#gkInset .slide-filial .sb-filials.slide-more:not(.active) > .item:nth-child(-n+4)  {
	display: block !important;
}

#gkInset .menu li:hover {
	background-color: #e6e6e6;
}
#gkInset .menu li > a::first-letter,
#gkInset .menu li > span::first-letter {
	text-transform: uppercase;
}
#gkInset .menu li > a,
#gkInset .menu li > span {
	display: block;
	text-transform: lowercase;
}
#gkInset .menu li:hover > a {
	color: #e2a13d;
}

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	padding: 0;
	width: 100%;
}

.box:not(.full) .content {
	padding: 20px;
}

div.content {
	clear: both;
}

.box li a {
	text-decoration: none;
}

.box a {
	text-decoration: none;
}

.box ul ul {
	margin-left: 20px;
}

.box ul ul li:last-child {
	border-bottom: none!important;
}

/* Suffix vertical */

.box.vertical {
	padding: 0!important;
}

.box.vertical .header {
	color: #363636;
	float: left;
	text-transform: uppercase;
	width: 30%;
}

.box.vertical .content {
	clear: none!important;
	float: left;
	width: 70%;
}

/* default suffix */

.box .header {
	font-size: 16px;
	line-height: 22px;
	padding: 20px;
	text-transform: uppercase;
	background-color: #e2a13d;
}

/* clear suffix */

.box.clear {
	margin: 0;
	padding: 0;
}

.clear div.content {
	clear: both;
}

/* nomargin suffix */

.box.nomargin {
	margin: 0!important;
}

/* nooverflow suffix */

.box.nooverflow,
.box.nooverflow > div {
	overflow: visible!important;
}

/* advertisement suffix */

.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #e5e5e5;
	color: #999!important;
	font-size: 10px!important;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 5px 0;
	min-height: 16px;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	line-height: 16px;
	font-family: Arial, Verdana, sans-serif!important;
}

.box.advertisement .header span {
	background: transparent;
	float: right;
	line-height: 16px;
	padding: 0;
}

/* suffix _text */

.box_text > div {
	background: #fff;
}

/* suffix dark */

.box.dark {
	background: #222!important;
	color: #999;
	padding: 20px;
}

.box.dark .header {
	background: transparent!important;
}

.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
	color: #fff;
}

.box.dark ul {
	margin: 0;
	padding: 0;
}

.box.dark ul li {
	border-top: 1px solid #444;
	position: relative;
	padding: 2px 0;
}

.box.dark ul li:first-child {
	border-top: none;
}

.box.dark a {
	color: #e8a246;
}

.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #e25b32;
}

.box.dark ul ul {
	margin: 0 0 0 20px;
}

.bold,
.box.dark b,
.box.dark strong {
	font-weight: bold;
}

/* suffix light */

.box.light {
	background: #f8f8f8!important;
	padding: 20px;
}

#gkInset .box.light {
	margin: 1px;
	width: 99%;
}

.box.light ul {
	margin: 0;
	padding: 0;
}

.box.light ul li {
	border-top: 1px solid #ddd;
	position: relative;
}

.box.light ul li:first-child {
	border-top: none;
}

.box.light ul ul {
	margin: 0 0 0 20px;
}

.box.light b,
.box.light strong {
	font-weight: bold;
}

.box .menu {
	margin: -20px 0;
}

.box .menu li:first-child {
	border-bottom: 1px solid #e5e5e5;
}

.box div:not(.no-dots) > .menu li::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #e2a13d;
	float: left;
	margin: 11px 10px 0 -5px;
}

/* Suffix pattern */

.box.pattern {
	background: url('../images/topmenu_bg.png') repeat 0 0;
}

#gkInset .box.pattern {
	margin: 1px;
	width: 99%;
}

/* Suffix color */

.box.color .header {
	color: #e25b32;
}

/* Suffix bigtitle */

.bigtitle .header {
	color: #bbb;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.04em;
	margin-top: 12px;
	text-transform: none;
}

/* Suffix badge-new */

.box.badge-new .header,
.box.badge-popular .header,
.box.badge-top .header,
.box.badge-hot .header,
.box.badge-video .header,
.box.badge-audio .header,
.box.badge-gallery .header {
	position: relative;
}

.box.badge-new .header::after,
.box.badge-popular .header::after,
.box.badge-top .header::after,
.box.badge-hot .header::after {
	background: #9eb931;
	color: #fff;
	content: "New";
	font-size: 10px;
	font-weight: bold;
	padding: 0 6px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.box.badge-video .header::after,
.box.badge-audio .header::after,
.box.badge-gallery .header::after {
	background: url('../images/badges.png') no-repeat;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	z-index: 1;	
}
.box.badge-audio .header::after {
	background-position: 0 -69px
}

.box.badge-gallery .header::after {
	background-position: 0 -132px
}

.box.badge-popular .header::after {
	background: #32aae2;
	content: "Popular";
}

.box.badge-top .header::after {
	background: #e25b32;
	content: "Top";
}

.box.badge-hot .header::after {
	background: #DBAE43;
	content: "Hot";
}

/* Suffix headlines */

.box.headlines .header {
	background: #e25b32;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 15px;
	padding: 16px 6px 12px 6px;
	position: relative;
	text-align: center;
}

.box.headlines .header::after {
	background: transparent url('../images/style1/highlight_bg.png') no-repeat 0 center;
	background-size: 100% 100%;
	bottom: -13px;
	clear: both;
	content: "";
	display: block;
	height: 13px;
	left: 0;
	position: absolute;
	width: 100%;
}

/* mainbody restrictions */

section#gkBreadcrumb + section#gkMainbody {
	margin-top: 0!important;
}

/* tablet/mobile suffixes */

.onlytablet {
	display: none;
}

.onlymobile {
	display: none;
}

/* Login form */

#gkFBLogin {
	float: left;
	width: 45%;
}

#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}

#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}

#form-login-remember {
	margin: 10px 0;
}

#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}

#login-form fieldset {
	margin: 0 0 20px;
}

#login-form fieldset p {
	margin: 0.5em 0;
}

#login-form ul {
	border-top: 1px solid #E7E7E7;
	overflow: hidden;
	padding: 12px 0 0;
}

#login-form ul li {
	font-size: 11px;
	line-height: 1.6;
}

#login-form ul li a {
	color: #999;
}

#login-form ul li a:hover {
	color: #222;
}

#login-form input[type="text"],
#login-form input[type="password"] {
	width: 85%;
}

.gkPopupWrap .logout-button input {
	float: right
}

label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#login-form .login-greeting {
	color: #fff;
	float: left;
	font-size: 18px;
	margin-right: 32px;
}

.gkUsermenu {
	border-top: 3px solid #E25B32;
	clear: both;
	padding-top: 4px;
	position: relative;
	top: 10px;
}

.gkUsermenu li {
	border: none;
	background: #363636;
	color: #999;
	padding-left: 16px;
	margin: 0 0 3px
}

.gkUsermenu li a {
	color: #fff
}

/* Login with Facebook button */

span#fb-auth small {
	width: 20px;
	background: transparent url('../images/fbauth.png') no-repeat 0 2px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 3px 16px 0 0;
	height: 17px;
}

span#fb-auth {
	background-color: #798db9;
	
	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 6px;
	padding: 7px 24px 7px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #445375;
	cursor: pointer;
	height: 24px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	position: relative;
	top: -3px;
}

span#fb-auth:hover {
	background-color: #556b9b;
}

.login span#fb-auth {
	margin: 6px 0 0 10px;
}

/* popup */

#gkPopupOverlay,
#gkPopupLogin {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: #222;
}

#gkPopupLogin {
	position: absolute;
	top: 70px;
	width: 560px;
	margin-left: -280px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#gkPopupLogin #loginForm {
	background: transparent url('../images/login.png') no-repeat 4px 6px;
	padding-left: 170px
}

#gkPopupLogin label {
	color: #fff;
	font-size: 12px;
}

#gkPopupLogin #login-form input[type="text"],
#gkPopupLogin #login-form input[type="password"] {
	float: right;
	height: 36px;
	width: 70%;
	
}

#gkPopupLogin #login-form fieldset p {
	padding: 0 0 18px
}

#gkPopupLogin #form-login-remember,
#gkPopupLogin #form-login-buttons {
	margin-left: 100px
}

#gkPopupLogin #form-login-buttons input.button:hover {
	background: #212121;
}

#gkPopupLogin #login-form ul {
	background: none;
	border-top: 1px solid #444;
	margin-left: 100px;
	padding: 10px 0 0
}

#gkPopupLogin #login-form ul li {
	float: left;
}

#gkPopupLogin #login-form ul li:first-child {
	margin-right: 8px
}

.gkPopupWrap {
	padding: 32px;
	overflow: hidden;
}

.gkPopupWrap h3 {
	margin: 0 0 18px;
	font-size: 32px;
	line-height: 32px;
}

#gkPopupOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	margin-left: 0;
}
.imagebg {
	width:97%;
	height:100px;
	background-image: url(https://www.77professional.ru/images/1.jpg);
	background-repeat: no-repeat;
}
.imagebg:hover {
	width:97%;
	height:100px;
	background-image: url(https://www.77professional.ru/images/2.jpg);
	background-repeat: no-repeat;
}
.imagebg a {
    color: #fff;
   }
 .imagebg a:hover {
    color: #00d7fa;  /* Цвет ссылки при наведении на нее курсора мыши */  
    text-decoration: underline; /* Добавляем подчеркивание */
   }
article header .h1{
	clear: both;
    font-size: 38px;
    font-weight: 300;
    line-height: 42px;
    padding: 0 0 6px;
}

.reviews-navi {
    display: block;
    margin: 50px 0;
    text-align: center;
}

.reviews-navi > a {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    background: #E8A246;
    color: #FFF;
    margin: 0 5px;
    line-height: 16px;
}
.reviews-navi > a:hover,
.reviews-navi > a.active {
	cursor: pointer;
	background: #212121;
}
#reviews-top {
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

div#gkMainMenu.fixed {
	position: fixed;
	width: 100%;
	background: #000000;
	top: 0;
	left: 0;
}
div#gkMainMenu.fixed nav.gkMenu {
	width: 1004px;
	margin: 0 auto;
	top: 0;
	float: none;
}

div#gkMainMenu.fixed nav.gkMenu>ul>li>a {
	padding: 0 12px;
}
.logoImg {
	float: right;
}

img.pull-right {
	float: right;
    margin: 5px 0px 5px 5px;
}
.gkblock-7 h2 {
	font-size: 24px;
}
.menu > li.active > a {
	color:#e8a246;
}
.menu > li.active:hover > a{
	color:#fff;
}
.box ul.menu {
	margin-left: 0;
}
.box ul.menu  ul.nav-child {
	padding-left: 20px;
    margin: 6px 0 -6px -20px;
    border-top: 1px solid #e5e5e5;
}
.box ul.menu  ul.nav-child li {
	background-color: #FFF;
}
.box ul.menu  ul.nav-child li:hover {
	background-color: #e8a246;
}
.box ul.menu  ul.nav-child li > a {
	color: #363636;
}
.box ul.menu  ul.nav-child li:hover > a {
	color: #fff;
}
.box ul.menu  ul.nav-child li > a:before {
    content: "- ";
}
#gkFooterNav li.active a{
	color:#e8a246;
}
#gkFooterNav li.active:hover a {
	color:#363636;
}
.gkMenu>ul div.childcontent li.active>a{
	font-weight:bold;
}
#top:not(.show) {
	display: none;
}
#top {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
    opacity: 0.6;
    z-index: 999999;
	}
#top:hover {
	opacity: 0.8;
}

#top img {
    width: 100%;
    height: 100%;
}
div.gkTips1 {
	background: #fffdf8 url(/templates/gk_news/images/style5/typography/tips.png) no-repeat 2px 11px;
    border-color: #f3cf7b;
	border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    color: #363636;
    min-height: 52px;
    padding: 10px 10px 12px 96px;
}
.gkTips1 a,.gkInfo1 a {
	color: #e8a246;
	display: inline-block;
	text-decoration: underline;
}
.gkTips1 a:hover,.gkInfo1 a:hover {
	cursor: pointer;
	text-decoration: none;
}
.left-contact,
.left-contact:hover {
	display: block;
	background: #FEFBE8;
	border: 1px solid #F0D592;
	padding: 15px;
	color: #656253;
	font-size: 17px;
	width: 255px;
}

.lc-title {
	text-align: center;
}

.lc-title > span {
	font-weight: bold;
	display: inline-block;
	text-decoration: underline;
}

.lc-metro {
	color: #FC1C03;
	font-weight: bold;
	padding-left: 40px;
	letter-spacing: 3px;
	background: url('../images/lc-metro.png') no-repeat left center / 35px auto;
}
.lc-metro.nobg {
	background-image: none;
	padding-left: 0;
}
.clear {
	clear: both;
}
.foocol {
	margin-bottom: 10px;
}

.foocol .column {
	width: 33%;
	min-width: auto;
}

.foocol .column .rt-row {
	font-size: 13px;
}

.sotrud {
	display: block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.sotrud * {
	box-sizing: border-box;
}

.sotrud .clear {
	clear: both;
}

.item-sotr {
    display: block;
    width: 25%;
    float: left;
    padding: 10px;
}

.item-sotr .foto > img {
    width: 100%;
    display: block;
}

.item-sotr .info {
	font-size: 12px;
	color: #363636;
}

.item-sotr .info span {
	font-weight: bold;
	color: #363636;
}

.item-sotr .info a {
    color: #e8a246;
    text-decoration: none;
}

.item-sotr .info a:hover {
	text-decoration: underline;
}

.prem-sotr img {
	display: block;
	width: 50%;
	float: left;
}

.bootomReviews {
	/* margin-bottom: 30px; */
}

.brTitle {
	text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    font-size: 27px;
    background: #E8A246;
}

.slider-mark-title {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    font-size: 25px;
    background: #E8A246;
    margin: 20px 0 10px;
}

.sm-item > a {
	display: block;
    background: #E8A246;
    text-align: center;
    margin: 5px;
    padding: 5px 0;
    border-radius: 4px;
}

.sm-item > a > img {
	display: block;
    margin: 0 auto;
    height: 60px;
}

.sm-item > a > span {
	display: block;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

.ps-item > a {
	display: block;
    margin: 5px;
}

.ps-item > a > img {
	display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

#popup_zapis .formheader_bold,
#popup_zapis input,
#popup_photo .formheader_bold,
#popup_photo input {
	margin: 5px 0;
}
#popup_photo input.button_orange {
	margin: -10px 0 0 !important;
}

.header_contact {
	float: right;
}
.header_contact_bt {
	float: right;
	margin-right: 23px;
}

.header_contact a {
font-size: 16px;
font-weight: bold;
padding: 0 15px 0 0;
color: #e8a246;
line-height: 45px;
}

.header_contact_bt .test-button {
	cursor: pointer;
	font-size: 15px;
margin-top: 5px;
}

.top-btn-div {
margin-bottom: 5px;
box-sizing: border-box;
width: 100%;
padding-right: 5px;
}

.top-btn-div a {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	font-size: 15px;
	box-sizing: border-box;
}

.modimgfix {
    position: absolute;
    width: 34%;
    height: 30px;
    bottom: 20%;
}
.modimgfix.whatsapp {
    left: 20%;
}
.modimgfix.viber {
    right: 20%;
}

.onlineremont {
	padding: 20px 10px 10px;
	width: 300px;
}

.onlineremont * {
	max-width: 100%;
}

.onlineremont .title {
text-align: center;
font-size: 24px;
font-weight: 300;
letter-spacing: 2px;
}

.onlineremont .top {
letter-spacing: 2px;
font-size: 15px;
}

.onlineremont .cont {
    border: 1px solid #b19a4f;
    border-radius: 4px;
    padding: 10px;
    margin: 10px auto;
    background: #e8a246;
    letter-spacing: 2px;
    text-align: center;
    font-size: 17px;
}

.onlineremont a {
	font-weight: bold;
}

.onlineremont .bottom {
letter-spacing: 2px;
font-size: 15px;
}

.onlineremont .bonus {
    letter-spacing: 1px;
    text-align: center;
    color: #959595;
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
}
.grd > div {
	float: left;
    padding: 5px;
    box-sizing: border-box;
}
.grd > div.left {
	width: 35%;
    text-align: right;
}
.grd > div.right {
    width: 65%;
    text-align: left;
}

.grd > div input,
.grd > div select {
	width: 100%;
}

.grd input[type="submit"] {
	float: none;
	margin: 0 auto;
}

.header_search {
	float: right;
width: 225px;
}

.header_search .box {
	padding: 9px 10px 0 0;
}

.header_search .search {
	display: flex;
}

.header_search .search .inputbox {
	width: 150px;
	border-color: #e8a246 !important;
box-shadow: none !important;
}

.header_search .search .button {
	margin: 0;
    margin-top: 0px;
margin-top: -3px;
height: 32px;
line-height: 32px;
padding: 0 10px;
}

.footer-map {
	margin-top: 20px;
}

.box-mark {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.box-mark .sm-item {
	display: none;
	width: 20%;
	margin: 0 0 10px;
}

.box-mark.show .sm-item,
.box-mark .sm-item:nth-child(1),
.box-mark .sm-item:nth-child(2),
.box-mark .sm-item:nth-child(3),
.box-mark .sm-item:nth-child(4),
.box-mark .sm-item:nth-child(5),
.box-mark .sm-item:nth-child(6),
.box-mark .sm-item:nth-child(7),
.box-mark .sm-item:nth-child(8),
.box-mark .sm-item:nth-child(9),
.box-mark .sm-item:nth-child(10) {
	display: block;
}

.box-mark .sm-item > a {
	display: block;
	border: 1px solid #999;
	border-top: 5px solid #999;
	background: none;
	border-radius: 4px;
}
.box-mark .sm-item > a > span {
	color: #999;
}
.box-mark .sm-item:hover > a {
	border-color: #e8a246;
}

.price-slide {
	margin-bottom: 20px;
}

.price-slide .card {
	display: block;
	border: 1px solid #d2d2d2;
	padding: 15px;
	margin: 5px;
}

.price-slide .card .img {
	text-align: center;
	margin-bottom: 10px;
}

.price-slide .card .img > img {
	display: inline-block;
}

.price-slide .card:hover {
	border-color: #e8a246;
}

.price-slide .card .price-1 {
	text-align: center;
	margin-bottom: 10px;
}

.price-slide .card .price-2 {
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}

.price-slide .card .count {
	text-align: center;
	margin-bottom: 10px;
}

.price-slide .card .count span {
	font-weight: bold;
}

.price-slide .card .butn {
	text-align: center;
}

.price-slide .card .butn > a {
	display: inline-block;
	text-transform: uppercase;
	width: 100%;
	background: #999;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.price-slide .card:hover .butn > a {
	background: #e8a246;
}

.preimb {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.preimb .item {
	width: 20%;
	padding: 15px;
	border-right: 1px solid #d6d6d6;
	box-sizing: border-box;
}

.preimb .item:last-child {
	border-right: 0 none;
}

.preimb .item .img {
	display: block;
	text-align: center;
}

.preimb .item .img > img {
	display: inline-block;
}

.preimb .item .descr {
	text-align: center;
}

.preimb .item .descr > span {
	font-weight: bold;
}

.keysb {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.keysb .item {
	display: block;
	padding: 15px;
	width: 33.333%;
	box-sizing: border-box;
}

.keysb .item .ks-slide,
.keysb .item .ks-slide img {
	display: block;
	width: 100%;
}

.keysb .item .descr {
	text-align: left;
}
.ancr-links {
	display: flex;
justify-content: start;
flex-wrap: wrap;
}

.ancr-links a {
	display: block;
padding: 10px;
color: #fff;
background-color: #e8a246;
margin: 5px;
width: calc(30.333% - 5px);
cursor: pointer;
}
.ancr-links a:hover {
	color: #fff;
}

@media screen and (max-width: 995px) {
	.ancr-links {
		display: block;
	}
	.ancr-links a {
		width: 100%;
		box-sizing: border-box;
        margin: 5px 0;
	}
	#gkFooter {
		display: block;
text-align: center;
	}
	#gkFooter .col-4 {
		max-width: 100%;
	}
	#gkFooter .contacts {
		margin-bottom: 20px;
	}
	.header_search {
		float: none;
		order: 3;
margin: 0 auto;
	}
	.header_search .box {
		padding: 2px;
	}
	.header_search #mod-search-searchword {
		background-image: none;
		width: 130px !important;
	}
	body {
		overflow-x: hidden;
	}
	.fancybox-skin {
		padding: 0 !important;
	}
	.fancybox-wrap {
		box-sizing: border-box !important;
	}
	.header_contact {
		width: 100%;
        text-align: center;
	}
	section#gkPageTop.fixed {
		position: fixed!important;
		width: 100%!important;
		background: #000000!important;
		top: 0!important;
		left: 0!important;
	    background-image: url("https://www.77professional.ru/images/avto3.jpg");
	    background-repeat: repeat-x;
	    overflow: visible;
	    padding-top: 0px!important;
	}
	/*section#gkPageTop.fixed #gkLogo {
		width: 210px!important;
	}
	section#gkPageTop.fixed #gkLogo img {
		margin: 0!important;
	}*/
	section#gkPageTop.fixed #gkLogo,section#gkPageTop.fixed .logoImg {
		float: left;
	}
	section#gkPageTop.fixed .logoImg {
		margin-top: 10px!important;
	}
	section#gkPageTop.fixed #gkMobileMenu {
		/*margin-top: 13px!important;*/
	}
	.item-sotr {
		width: 50%;
	}
    button {
    	margin: 0 0 2px 2px;
    }
    iframe[allowfullscreen] {
    	width: 100% !important;
    	height: auto !important;
    }
}
 @media screen and (max-width: 655px) {

	section#gkPageTop.fixed .logoImg {
		float: none!important;
		margin: 0 auto!important;
		margin-top: 10px!important;
		clear: both;
		width: 230px;
	}
	section#gkPageTop.fixed #gkLogo {
		display: none;
	}
	.item-sotr {
		width: 100%;
	}
	.foocol .column {
		width: 100%;
	}
}

@media (max-width: 820px) {

.descr_logo {
	display: none;
}
.logo,
.header_contact_bt,
.header_contact,
.lozung {
	color: #fff;
	display: block !important;
	text-align: center !important;
	float: none !important;
}
#gkLogo {
	float: none !important;
}
#gkLogo img {
	margin: 0 auto;
}
.pekkek {
    display: flex;
    flex-direction: column;
}
.pekkek .logo {
    order: 1;
}
.pekkek .lozung {
    order: 2;
    display: none !important;
}
.pekkek .header_contact_bt {
    order: 4;
    margin-bottom: 15px;
}
.pekkek .header_contact {
    order: 3;
}
#top {
   left: 20px;
   bottom: 20px;
   right: unset;
}
#gkMobileMenu {
	z-index: 5000;
}
.fixed #gkMobileMenu {
	height: auto !important;
	z-index: 5000;
}
#gkInset .box {
	float: none !important;
	width: 100% !important;
}
.top-btn-div {
	margin: 0 auto;
	padding: 0;
}
.left-contact, .left-contact:hover {
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.lc-metro {
	background: none;
}
.box.dark {
	margin: 10px auto;
}

}

.ytplayer {
  display: block;
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 240px;
  margin: 10px auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: 0;
}
.ytplayer::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  background-image: url(/templates/gk_news/images/icon_play.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  transition: .2s ease all;
}
.ytplayer:hover::after {
  opacity: .8;
}

.djslider-default .navigation-container-custom {
	top: unset !important;
    bottom: 0 !important;
	white-space: nowrap;
}

.regions {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	margin-bottom: 30px;
}

.regions .item {
	display: block;
	background-color: #fefbe8;
	padding: 10px 15px;	
}

.worker-block {
	float: left;
	width: 50%;
	text-align: center;
}

.test-button {
	display: inline-block;
	background: #e8a246;
	color: #fff;
	padding: 5px 20px;
	transition: all .1s ease-out;
	font-size: 12px;
	box-sizing: border-box;
}

.test-button:hover {
	background: #212121;
	color: #fff !important;
}

.logo {
	float: left;
}

.descr_logo {
	color: #CC7B1F;
	font-style: italic;
	font-size: 11px;
}

.kekpek {
	height: 42px;
	width: 1px;
}

.gkPage>.custom a {
	display: inline-block;
}

.gkPage>.custom {
	text-align: center;
	line-height: 0.5;
}


#gkMainMenu .gkPage {
	display: none;
}

@media only screen and (min-width : 1030px) {

	.youtube {
		height: 320px;
	}


	.fixed #gkMainMenu .gkPage {
		display: block !important;
	}

	.fixed div#gkMainMenu:before {
		content: '';
		display: block;
		background-image: url(https://77professional.ru/images/avto3.jpg);
		background-repeat: repeat-x;
		background-position: bottom;
		height: 6px;
	}
}


@media (max-width: 1030px) {
	.test-table thead {
		display: table-header-group !important;
	}


}

@media only screen and (max-width: 1030px) {

	.test-btn-div {
		margin: 0 !important;
		width: 50% !important;
	}

	.worker-block {
		width: 50%;
	}

	.youtube {
		height: auto;
	}

	.kekpek {
		height: 0;
	}

	.pekkek {
		margin: 0 10px;
		position: relative;
	}

	#gkPageTop>.gkPage {
		margin: 0 !important;
	}

	#gkMainMenu {
		position: static !important;
		width: 100% !important;
	}

	.fixed .poloska:before {
		width: 100%;
		content: '';
		display: block;
		background-image: url(https://77professional.ru/images/avto3.jpg);
		background-repeat: repeat-x;
		background-position: bottom;
		height: 6px;
	}

	.fixed #gkMobileMenu {
		height: 100%;
	}

	#gkMobileMenu {
		margin-top: 0 !important;
		position: absolute;
		top: 0;
		right: 0;
	}

	#gkMainbodyBottom {
		width: 100% !important;
		margin: 0 !important;
	}

	.mobile-clear {
		clear: both;
	}

	.middle-image {
		display: none;
	}

	.gkblock-1>img {
		margin: 0 !important;
	}

	.gkblock-9 a.fancybox {
		display: block;
		text-align: center;
	}

	.gkblock-9 a.fancybox img {
		display: inline-block !important;
		float: none !important;
	}
}

.photoform_h1 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.orange {
	color: #fb5a32;
}

.formheader_bold {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	display: block;
}

.blue {
	color: #1463a2;
}

#popup_photo form span.small {
	font-size: 12px;
	text-align: center;
	display: block;
	padding-top: 10px;
}

input.button_orange {
	float: none !important;
}

.aligment {
	text-align: center;
}

.aligment input {
	float: none;
	display: inline-block;
}

#popup_zapis .comment {
	color: #717171;
	margin-bottom: 3px;
	border-left: 1px solid #1463a2;
	color: #1463a2;
	text-transform: uppercase;
	padding-left: 10px;
	font-size: 18px;
}

.fixed button.gk-button {
	width: 200px !important;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}

.fixed div#gkMainMenu:after,
#gkBannerTop:after {
	content: '';
	display: block;
	background-image: url(https://77professional.ru/images/avto3.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 6px;
}

#gkBannerTop:after {
	height: 4px;
}

.fixed div#gkMainMenu {
	margin: 0 !important;
}

#gkMainMenu {
	margin-top: -43px;
	margin-left: 200px;
}

.lozung {
	color: #fff;
	font-size: 25px;
	display: inline-block;
	padding-left: 10px;
}

.fancybox-skin {
	border-radius: 10px;
}

.fancybox-wrap {
	border: 15px solid rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	background-clip: content-box;
	-webkit-background-clip: content-box;
}

.fancybox-overlay {
	background: url(/media/modals/images/colorbox1/overlay.png);
}

.test-table thead {
	border: 3px solid #e8a246;
}

.test-table th {
	/*background: #333;*/
	background: #5d5d5d;
}

#gkBannerTop {
	background-color: #000;
}

.column {
	float: left;
	width: 40%;
	min-width: 220px;
}

.column .rt-row {
	border: 1px solid #aaa;
	margin-top: -1px;
	margin-right: -1px;
	padding: 5px 10px;
	font-weight: bold;
}

.column .head {
	color: #fff;
}

#gkMainbodyBottom {
	/*min-width: 350px;*/
}

.test-btn-div {
	float: left;
	width: 50%;
	text-align: center;
}

.main_top_slide {
	max-height: 435px;
	overflow: hidden;
}
.main_top_slide img {
	display: block;
	width: 100%;
}
.main_top_slide .slick-prev {
	left: 35px;
	z-index: 1;
	top: calc(50% - 20px);
	width: 45px;
	height: 45px;
}
.main_top_slide .slick-next {
	right: 35px;
	z-index: 1;
	top: calc(50% - 20px);
	width: 45px;
	height: 45px;
}
.main_top_slide .slick-prev::before {
	color: #fff;
	font-size: 45px;
}
.main_top_slide .slick-next::before {
	color: #fff;
	font-size: 45px;
}
.mobile-menu-btn {
	display: none;
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 999;
}
.mobile-menu-btn::after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background-image: url('/templates/gk_news/images/style7/mobile-menu-btn.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;        
}
.mobile-menu-close-btn {
	display: block;
}
.mobile-menu-close-btn::after {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background-image: url('/templates/gk_news/images/style7/mobile-menu-close-btn.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;        
}
.menu-mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: #000;
}
.menu-mobile.active {
	display: block;
}
.menu-mobile .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	border-bottom: 1px solid #313131;
	background-color: #e8a246;
	color: #000;
	font-weight: bold;
	font-size: 16px;
}
.menu-mobile .menu .box:not(.active) {
	display: none;
}
.menu-mobile .menu .box {
	display: block;
	padding: 0;
}
.menu-mobile .menu .box > .item,
.menu-mobile .menu .box > .prev {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #313131;
}
.menu-mobile .menu .box > .item > a,
.menu-mobile .menu .box > .prev > a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: -moz-available;
	width: -webkit-fill-available;
}
.menu-mobile .menu .box > .item > .next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 46.6px;
}
.menu-mobile .menu .box > .item > .next::before {
	content: '';
	display: block;
	width: 9px;
	height: 5px;
	background-image: url('/templates/gk_news/images/style7/icon_1.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: rotate(270deg);
}
.menu-mobile .menu .box > .prev {
	background-color: #202020;
}
.menu-mobile .menu .box > .prev > a {
	padding-left: 0;
}
.menu-mobile .menu .box > .prev > .next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 46.6px;
}
.menu-mobile .menu .box > .prev > .next::before {
	content: '';
	display: block;
	width: 9px;
	height: 5px;
	background-image: url('/templates/gk_news/images/style7/icon_1.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: rotate(90deg);
}
header.header {
	background-color: #000;
}
.header-top-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-top-nav .menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: -moz-available;
	width: -webkit-fill-available;
}
.header-top-nav .menu > .item {
	position: relative;
}
.header-top-nav .menu > .item > a {
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.header-top-nav .menu > .item > a:hover {
	color: #e2a13d;
	cursor: pointer;
	text-decoration: underline;
}
.header-top-nav .menu > .item.parent > a {
	display: flex;
	justify-content: start;
	align-items: center;
}
.header-top-nav .menu > .item.parent > a::after {
	content: '';
	display: block;
	width: 9px;
	height: 5px;
	background-image: url('/templates/gk_news/images/style7/icon_1.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 5px;
}
.header-top-nav .menu > .item.parent > a:hover::after {
	background-image: url('/templates/gk_news/images/style7/icon_6.svg');
}
.header-top-nav .menu > .item > .sub {
	display: none;
	background-color: #000;
	border: 1px solid #313131;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: max-content;
}
.header-top-nav .menu > .item:hover > .sub {
	display: block;
}
.header-top-nav .menu > .item > .sub > .item > a {
	display: block;
	padding: 10px 15px;
	color: #fff;
}
.header-top-nav .menu > .item > .sub > .item > a:hover {
	cursor: pointer;
	color: #e2a13d;
	text-decoration: underline;
}
.header-top-nav .search form .search {
	display: flex;
	justify-content: space-between;
	align-items: center;        
	padding: 0;
	margin: 0 0 0 35px;
	width: 215px;
}
.header-top-nav .search form .search input[type="text"] {
	display: block;
	margin: 0 !important;
	border: 1px solid #e2a13d !important;
	background-color: #000 !important;
	padding: 10px 15px;
	color: #fff;
	line-height: 1;
	box-sizing: border-box;
	height: 32px;
	width: 100%;
	background-image: unset !important;
}
.header-top-nav .search form .search button[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	border: 1px solid #e2a13d !important;
	background-color: #e2a13d !important;
	padding: 0;
	line-height: 1;
	color: #000;
	box-sizing: border-box;
	width: 50px;
	height: 32px;
	font-size: 0;
}
.header-top-nav .search form .search button[type="submit"]::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('/templates/gk_news/images/style7/search.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;        
}
.header-top-nav .search form .search:hover input[type="text"] {
	border: 1px solid #cc6501 !important;
}
.header-top-nav .search form .search:hover button[type="submit"] {
	border: 1px solid #cc6501 !important;
	background-color: #cc6501 !important;
}
.header-top-nav .search .box.nomargin {
	padding: 0 !important;
	margin: 0 !important;
}
.header-center {
	display: flex;
	justify-content: space-between;
	align-items: center; 
	padding: 10px 0;
	position: relative;
}
.header-center .logo {
	float: none;
	margin-left: -14px;
}
.header-center .logo > a {
	display: block;
	margin: 0;
	padding: 0;
}
.header-center .logo > a > img {
	display: block;
	margin: 0;
	padding: 0;
}
.header-center .slogan {
	color: #fff;
	margin-right: auto;
	line-height: 1.5;
	border-left: 1px solid #e67300;
	padding-left: 10px;
}
.header-center .phone {
	display: flex;
	justify-content: space-between;
	align-items: center; 
	margin: 0 auto; 
}
.header-center .phone .item {
	display: flex;
	justify-content: start;
	align-items: center; 
}
.header-center .phone .item > a {
	display: block;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 20px;    
	white-space: nowrap;    
}
.header-center .phone .item > a:hover {
	cursor: pointer;
	text-decoration: underline;
}
.header-center .phone .item > i {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url('/templates/gk_news/images/style7/phone.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 5px;
}
.header-center .phone .item:not(:first-child) {
	margin-left: 15px;
}
.header-center .callme .callme-btn {
	display: block;
	margin: 0;
	border: 1px solid #e2a13d;
	background-color: #e2a13d;
	padding: 10px 15px;
	line-height: 1;
	color: #000;
	width: 215px;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
}
.header-center .callme .callme-btn:hover {
	color: #000;
	border: 1px solid #cc6501;
	background-color: #cc6501;
}
.header-bottom-nav {
	background-color: #e2a13d;
}
.header-bottom-nav .menu {
	display: flex;
	justify-content: space-between;
	align-items: center;  
}
.header-bottom-nav .menu > .item {
	position: relative;
}
.header-bottom-nav .menu > .item > a {
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #000;
	text-transform: uppercase;
}    
.header-bottom-nav .menu > .item > a:hover {
	cursor: pointer;
	text-decoration: underline;
}
.header-bottom-nav .menu > .item.parent > a {
	display: flex;
	justify-content: start;
	align-items: center;  
}
.header-bottom-nav .menu > .item.parent > a::after {
	content: '';
	display: block;
	width: 9px;
	height: 5px;
	background-image: url('/templates/gk_news/images/style7/icon_4.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 5px;
}
.header-bottom-nav .menu > .item.parent > a:hover::after {
	transform: rotate(180deg);
	background-image: url('/templates/gk_news/images/style7/icon_4.svg');
}
.header-bottom-nav .menu  > .item > .sub {
	display: none;
	background-color: #000;
	border: 1px solid #313131;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: max-content;
}
.header-bottom-nav .menu > .item:hover > .sub {
	display: block;
}
.header-bottom-nav .menu > .item > .sub > .item > a {
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 10px 15px;
	color: #fff;
}
.header-bottom-nav .menu > .item > .sub > .item:not(:last-child) > a{
	border-bottom: 1px solid #313131;
}
.header-bottom-nav .menu > .item > .sub > .item > a::before {
	content: '';
	display: block;
	width: 18px;
	height: 15px;
	background-image: url('/templates/gk_news/images/style7/icon_7.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 15px;
}
.header-bottom-nav .menu > .item > .sub > .item > a:hover::before {
	background-image: url('/templates/gk_news/images/style7/icon_8.svg');
}
.header-bottom-nav .menu > .item > .sub > .item > a:hover {
	cursor: pointer;
	color: #e2a13d;
	text-decoration: underline;
}
.header .line-grey {
	width: 100%;
	height: 1px;
	background-color: #313131;
}
.header .line-dividing {
	display: block;
	width: 100%;
	height: 25px;
	background-image: url('/templates/gk_news/images/style7/line.jpg');
	background-position: center;
	background-size: contain;
	background-repeat: repeat-x; 
}
.header .line-dividing.small {
	display: block;
	width: 100%;
	height: 3px;
	background-image: url('/templates/gk_news/images/style7/line.jpg');
	background-position: center;
	background-size: auto;
	background-repeat: repeat-x; 
}
.header .line-dividing-mobile {
	display: none;
}

footer {
	background-color: #000;
	margin-bottom: -1px !important;
}
footer .line-grey {
	width: 100%;
	height: 1px;
	background-color: #313131;
}
.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-top {
	padding: 25px 0;
}
.footer-top .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-top .item > * {
	font-size: 16px;
	color: #fff;
}
.footer-top .item > a:hover {
	cursor: pointer;
	text-decoration: underline;
}
.footer-top .item i::before {
	content: '';
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.footer-top .item i.map::before {
	width: 20px;
	height: 24px;
	background-image: url('/templates/gk_news/images/style7/map.svg');
}
.footer-top .item i.mail::before {
	width: 24px;
	height: 18px;
	background-image: url('/templates/gk_news/images/style7/mail.svg');
}
.footer-top .item i.clock::before {
	width: 24px;
	height: 24px;
	background-image: url('/templates/gk_news/images/style7/clock.svg');
}
.footer-top .item i.phone::before {
	width: 24px;
	height: 24px;
	background-image: url('/templates/gk_news/images/style7/phone.svg');
}
.footer-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.footer-center .col-1 {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-direction: column;
	width: max-content;
	margin-bottom: auto;
}
.footer-center .col-2 {
	margin: 0 auto auto 10%;
}
.footer-center .col-3 {
	margin: 0 auto auto 5%;
}
.footer-center .logo > a {
	display: block;
}
.footer-center .logo > a > img {
	display: block;
	width: 225px;
}	
.footer-center .callme {
	margin-top: 35px;
}
.footer-center .callme-outline {
	margin-top: 15px;
}
.footer-center .callme .callme-btn {
	display: block;
	margin: 0;
	border: 1px solid #e2a13d;
	background-color: #e2a13d;
	padding: 10px 15px;
	line-height: 1;
	color: #000;
	width: 215px;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
}
.footer-center .callme .callme-btn:hover {
	cursor: pointer;
	border: 1px solid #cc6501;
	background-color: #cc6501;
}
.footer-center .callme-outline .callme-btn-outline {
	display: block;
	margin: 0;
	border: 1px solid #e2a13d;
	background-color: #000;
	padding: 10px 15px;
	line-height: 1;
	color: #e2a13d;
	width: 215px;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
}
.footer-center .callme-outline .callme-btn-outline:hover {
	cursor: pointer;
	color: #cc6501;
	border: 1px solid #cc6501;
}
.footer-center .menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-center .menu .col {
	margin-bottom: auto;
}
.footer-center .menu .col .item:not(:last-child) {
	margin-bottom: 4px;
}
.footer-center .menu .col:not(:first-child) {
	margin-left: 50px;
}
.footer-center .menu .item > a {
	color: #fff;
	font-size: 16px;
}
.footer-center .menu .item:hover > a {
	color: #cc6501;
	cursor: pointer;
	text-decoration: underline;
}
.footer-center .menu-title {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 60px;
}
.footer-bottom .copy {
	color: #fff;
	font-size: 16px;
}
.footer-bottom .nav a {
	color: #fff;
	margin: 0 0 0 5px;
	text-decoration: underline;
	display: inline-block;
	font-size: 16px;
}
.footer-bottom .nav a:hover {
	color: #cc6501;
	cursor: pointer;
	text-decoration: underline;
}
.footer-bottom .nav span {
	color: #fff;
	margin: 0 0 0 5px;
	display: inline-block;
	font-size: 16px;
}
#gkContentWrap + #gkInset {
	margin-top: 53px;
}
.messgrp {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.messbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	border: 1px solid #d37503;
	border-radius: 28px;
}
.messbtn img {
	width: 28px !important;
	height: 28px !important;
	margin-right: 8px;
}
.fancybox-inner {
	width: auto !important;
	height: auto !important;
}
.fancybox-inner > div {
	margin: 0 auto !important;
}

@media (max-width: 900px) {
	.dxtp {
		display: none;
	}
	.mobile-menu-btn {
		display: block;
	}
	#gkContentWrap + #gkInset,
	.header-top-nav,
	.header .line-grey,
	.header .line-dividing,
	.header .header-bottom-nav {
		display: none;
	}
	.header .line-dividing-mobile {
		display: block;
		width: 100%;
		height: 25px;
		background-image: url('/templates/gk_news/images/style7/line.jpg');
		background-position: center;
		background-size: contain;
		background-repeat: repeat-x;  
	}
	.header-center .slogan {
		border: 0 none;
		text-align: center;
		margin: 0 auto 15px;
		padding-left: 0;
	}
	.header-center,
	.header-center .phone {
		flex-direction: column;
		margin: 0 auto 15px;
	}
	.header-center .phone .item,
	.header-center .phone .item:not(:first-child) {
		margin: 0 auto;
	}
	.main_top_slide .slick-prev {
		left: 8px;
		z-index: 1;
		top: calc(50% - 4px);
		width: 25px;
		height: 25px;
	}
	.main_top_slide .slick-next {
		right: 8px;
		z-index: 1;
		top: calc(50% - 4px);
		width: 25px;
		height: 25px;
	}
	.main_top_slide .slick-prev::before {
		color: #fff;
		font-size: 28px;
	}
	.main_top_slide .slick-next::before {
		color: #fff;
		font-size: 28px;
	}
	footer {
		display: flex;
		justify-content: start;
		align-items: center;
		flex-direction: column;
	}
	footer .center {
		/* order: 1; */
		width: 100%;
	}
	footer .contacts {
		/* order: 2; */
		width: 100%;
	}
	footer .copyright {
		/* order: 3; */
		width: 100%;
	}
	.footer-top,
	.footer-center,
	.footer-bottom,
	.footer-center .menu {
		flex-direction: column;
	}
	.footer-top .item:not(:last-child) {
		margin-bottom: 10px;
	}
	.footer-center .callme {
		margin-top: 25px;
	}
	.footer-center .col-2 {
		display: none;
		margin: 25px auto;
	}
	.footer-center .col-3 {
		display: none;
		margin: 0 auto;
	}
	.footer-center .menu-title,
	.footer-center .menu .col .item {
		text-align: center;
	}
	.footer-center .menu .col:not(:first-child) {
		margin-left: auto;
		margin-right: auto;
	}
	.footer-bottom .copy {
		font-size: 14px;
	}
	.footer-bottom .nav a {
		font-size: 14px;
	}
	.footer-bottom {
		padding-bottom: 100px;
	}
}

@media (max-width: 540px) {
	.regions {
		grid-template-columns: 1fr 1fr;
	}
  .ytplayer {
    height: 200px;
  }
  .ytplayer::after {
    width: 48px;
    height: 48px;
  }
  .fancybox-wrap {
	left: 3% !important;
max-width: 100% !important;
margin: 0 auto !important;
right: auto !important;
width: 94% !important;
  }
  .fancybox-image {
    max-width: 97% !important;
    max-height: 100% !important;
    box-sizing: border-box !important;
}
  .onlineremont img {
	width: 150px;
  }
  .onlineremont .title {
	font-size: 20px;
  }
  .formheader_bold {
	  font-size: 12px;
  }
  #gkFooterNav .nav {
	columns: 2;
	margin-left: 0;
	margin-right: 0;
  }
  #gkFooterNav .nav li {
	width: 100%;
    margin: 0 !important;
  }
  aside#gkInset div.box.nomargin {
	display: none;
  }
}
