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

/* Basic elements */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html { -webkit-font-smoothing: subpixel-antialiased; }
body {
	background: #f3f3f3;
	color: #444;
	font-size: 140%;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
a,
a.inverse:active,
a.inverse:focus,
a.inverse:hover,
.itemInfo a.inverse:active,
.itemInfo a.inverse:focus,
.itemInfo a.inverse:hover,
.itemAdditionalInfo a.inverse:active,
.itemAdditionalInfo a.inverse:focus,
.itemAdditionalInfo a.inverse:hover {
	color: #ff735c;  /* Был оранжевый до 19-09-2019: #e45425 */
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
	/* text-transform: uppercase;*/
    /* font-size: 95%;*/
    letter-spacing: 0.5px;
}
.itemInfo a.inverse,
.itemAdditionalInfo a.inverse {
	color: #a8a8a8;
}
a.inverse,
a:hover,
a:active,
a:focus { color: #010101; }
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.itemBody h1,
.itemBody h2,
.itemBody h3,
.itemBody h4,
.itemBody h5,
.itemBody h6 { 
	font-weight: bold;
	margin: 100px 0 30px; 
}


h1 {
	font-size: 40px;
	text-transform: none
}


h2,
.componentheading {
	font-size: 36px;
	text-transform: none
}




h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
.itemBody h1 { font-size: 36px; }
.itemBody h2 { font-size: 26px; }
.itemBody h3 { font-size: 22px; }
.itemBody h4 { font-size: 18px; }
.itemBody h5 { font-size: 16px; }
.itemBody h6 { font-size: 14px; }
b,
strong {     font-weight: 700; color: #1b1a1a; }
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li { 
    padding: 7px 0px;
	/* Комментим li font-size: 18px;
	line-height: 1.7; */
}
p { margin: 1em 0 1em; }
iframe { max-width: 100%!important; }


/* Containers */
#gk-bg {
	width: 100%;
}
#gk-header {
	background: #fff;
	border-right: 1px solid #e5e5e5;
	float: left;
	height: 100%;
	left: 280px;
	position: absolute;
	top: 0;
	-webkit-transition: left .3s ease-out;
	-moz-transition: left .3s ease-out;
	-ms-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
	width: 75px;
	z-index: 2;
}
#gk-right {
	padding: 0 10px 0 75px;
	position: relative;
}
#gk-right-helper {
	display: none;
}
#gk-right.has-top-area {
	padding-top: 90px /*БЫЛО: 145px*/; 
}
#gk-right-top {
	background: #ECECEC;
	content: "";
	display: block;
	height: 75px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#gk-right-top-bg {
	/*background: #fff;*/
	content: "";
	display: block;
	height: 75px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
#gk-footer,
#gk-sidebar,
#gk-breadcrumb {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#gk-right.popup-open #gk-footer,
#gk-right.popup-open #gk-sidebar,
#gk-right.popup-open #gk-breadcrumb {
	opacity: 0;
}
body.no-sidebar #gk-right-top-bg {
	display: none;
}

#gk-content {
	background: #fff;
	padding-left: 75px;
	position: relative;
	z-index: 1;
}
.no-sidebar #gk-content {
	width: 100%!important;
}

/* fixed-content suffix */
.fixed-content #gk-content {
	height: 100%;
	position: fixed;
}
.fixed-content #gk-mainbody {
	height: 100%;
	left: 75px;
	position: absolute;
	right: 0;
}

/* full-width suffix */
.full-width #gk-bg {
	max-width: 100%;
}
.full-width #gk-mainbody .box {
	margin: 0;
}
.full-width #gk-content {
	background: transparent;
}

/* no-bg suffix */
.no-bg #gk-content {
	background: transparent;
}
.no-bg #gk-mainbody .box {
	margin: 0!important;
}

/* Logo  */
#gk-logo {
	display: block;
	margin-right: -1px;
}
#gk-logo img {
	display: block;
	height: auto;
	max-width: 75px;
}
#gk-logo-text {
	float: left;
	font-size: 24px;
	height: 75px;
	line-height: 75px;
	margin-right: 50px;
	position: relative;
	text-transform: uppercase;
	top: 35px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	width: 1px;
	white-space: nowrap;
}

#gk-logo + #gk-logo-text {
	top: 50px;
}

#gk-logo-text.two-lines {
	line-height: 24px;
	padding: 12px 0;
}

#gk-logo-text > span {
	display: block;
}

@media (max-height: 300px) {
	#gk-logo-text {
		display: none!important;
	}
}

/* Menu bar */
#gk-menu-button {
	left: 0;
	position: absolute;
	top: 50%;
}

/* Right top area */
#gk-social,
#gk-search,
#gk-login-btn {
	float: right;
	height: 40px;
	margin: 18px 0;
}
#gk-login {
	display: none;
}
#gk-login-btn {
	display: block;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 28px 20px;
	width: 20px;
}
#gk-search {
	background: #fff;
	border-right: 1px solid #d5d5d5;
	height: 40px;
	position: relative;	
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#gk-search .inputbox {
	border: none;
	height: 40px!important;
	line-height: 40px!important;
	outline: none;
	padding: 0 20px!important;
}
#gk-search.search-active .inputbox {
	padding: 0 20px;
	width: 100%;
}
#gk-search .inputbox:active,
#gk-search .inputbox:focus,
#gk-search .inputbox:hover {
	background: transparent!important;
}
#gk-search:after {
	color: #999;
	content: "k";
	font-family: "writer-pixellove";
	font-size: 20px;
	line-height: 40px;
	position: absolute;
	right: 20px;
	top: 0;
}
#gk-social {
	line-height: 50px;
	padding: 0 40px;
}


#gk-social {
	line-height: 0px;/* БЫЛО 50px */
	padding: 0 40px;
}

/* ЭТО МОЕ ДОПОЛНЕНИЕ */
#gk-social p{
margin-top: 9px;
}

#gk-social a {
	color: #888;
	display: inline-block;
	font-size: 20px;
	line-height: 25px;
	height: 22px;
	margin: 0 2px;
	overflow: hidden;
	text-align: center;
	width: 24px;
}
#gk-social a:active,
#gk-social a:focus,
#gk-social a:hover {
	color: #e45425;
}
#gk-search + #gk-social {
	border-right: 1px solid #d5d5d5;
}

/* Stylearea */
#gk-style-area {
	clear: both;
	display: block;
	float: left;
	line-height: 10px;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
}
#gk-style-area a {
	display: inline-block;
	height: 9px;
	margin: 15px 0 0 5px;
	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-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: 9px;
}
#gk-style-area a:first-child { margin-left: 0; }
#gk-style-area a:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
#gk-color1 { background: #e45425; }
#gk-color2 { background: #6ac3e3; }
#gk-color3 { background: #dd9505; }

/* Group modules */
#gk-top,
#gk-bottom {
	clear: both;
	overflow: hidden;
	padding: 40px 75px;
}
#gk-mainbody {
	padding: 75px;
	position: relative;
}
#gk-top + #gk-mainbody /*,
 #gk-mainbody + #gk-bottom УБРАЛ полоску над боттомом*/{
	border-top: 1px solid #e5e5e5;
}


/*#gk-bottom {
background: #F8F8F8
}*/

/* standard breadcrumb */
#gk-breadcrumb {
	border-bottom: 1px solid #d5d5d5;
	margin: -70px 0 32px 0;
	overflow: hidden;
	padding: 10px 0;
	text-align: right;
}
.breadcrumbs {
	color: #000;
	float: left;
	font-size: 14px;
	text-align: right;
	width: 100%;
}
.breadcrumbs li.separator {
	color: #aaa;
	font-size: 14px;
	padding: 4px 6px !important;
	text-align: center;
	width: 22px;
}
.breadcrumbs > li {
	clear: none;
	display: inline-block;
	font-size: 14px;
}
.breadcrumbs li a { color: #888; }
.breadcrumbs li a:hover { color: #e45425; }

/* footer */
#gk-footer {
	border-top: 1px solid #ddd;
	color: #444;
	font-size: 80%;
	font-weight: 300;
	line-height: 1;
	padding: 0;
	text-align: right;
}

/* ПОЛУПРОЗНАЧНОСТЬ ДЛЯ КАРТИНОК СЧЕТЧИКОВ */
#gk-footer img {
    opacity: 0.15;
}

#gk-footer strong { color: #000; }
#gk-footer-nav {
	margin: 0 auto;
	padding: 15px 0;
}
#gk-footer-nav li {
	border: none;
	display: inline-block;
	float: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	margin: 0!important;
	padding: 0 10px!important;
}
#gk-footer-nav li:last-child {
	padding-right: 0!important;
}
#gk-footer a {
	color: #888888;
	padding: 4px!important;
}
#gk-footer a:active,
#gk-footer a:focus,
#gk-footer a:hover { color: #e45425; }
#gk-copyrights {
	border-top: 1px solid #ddd;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 20px 0;
	position: relative;
}

/* Other footer elements */
#gk-framework-logo {
	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 */

/* default suffix */
.box {
	font-size: 84%;
    line-height: 1.4;
	margin: 0 0 50px 0;
	width: 100%;
}

/* Создал это сам, чтобы красиво отображались модули на страницах второго уровня для направлений */
#gk-mainbody .box
{
	font-size: 100%;
    line-height: 1.4;
	margin: 0 0 0px 0;
	width: 100%;
}

div.content { clear: both; }
.box li {
	/* border-bottom: 1px solid #ddd; */
    line-height: 1.6;
    padding: 1px 0;
}
.box li:last-child { border-bottom: none; }
.box li a {
	line-height: 1.0;
	text-decoration: none;
}
.box a { text-decoration: none; }
.box ul ul { margin-left: 20px; }
.box .header, #loginForm > h3 {
	color: #3C3C3C;
    font-size: 140%;
    font-weight: 600;
    line-height: 1;
    padding: 0 0 32px 0;
    text-transform: uppercase;
}

/* clear suffix */
.box.clear {
	border: none !important;
	clear: none;
	padding: 0!important;
}
.clear div.content { clear: both; }

/* advertisement suffix */
.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #ddd;
	color: #999!important;
	font-size: 12px!important;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 16px 0;
	min-height: 21px;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
}

/* suffix light */
.box.light .box-wrap {
	background: #fff;
	border: none;
	padding: 32px!important;
}

/* suffix _text */
.box_text > div { background: #fff; }

/* suffix dark */
.box.dark .box-wrap {
	background: url('/images/banners/fon-avia2.gif');
	border: none;
	color: #00b2d6;
	padding: 32px!important;
}

.box.dark {
    font-size: 84%;
    line-height: 1.3;
}
.box.dark .header {
	background: transparent!important;
	line-height: 1.2;
	padding: 0 0 10px 0;
	color: #285263;
}
.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 h4 {
    color: #C9EBFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 120%;
    padding: 12px 0 0 0;
}

.box.dark ul li {
	border-bottom: 1px solid #555;
	font-size: 15px;
	position: relative;
}
.box.dark ul li:last-child { border-bottom: none; }
.box.dark a { color: #fff!important; font-size: 110%;}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover { color: #e45425!important; }
.box.dark ul ul { margin: 0 0 0 20px; }


/* Создал box.dark2 для виджета Скайсканнер */

/* suffix dark1 */
.box.dark1 {
	background: url('/images/banners/fon-avia3.gif');
	/* background-color: #52c6ec; */
	border: none;
	color: #00b2d6;
	padding: 20px!important;
	
}

.box.dark1 {
    font-size: 84%;
    line-height: 1.3;
}
.box.dark1 .header {
	background: transparent!important;
	line-height: 1.2;
	padding: 0 0 10px 0;
	color: #285263;
}
.box.dark1 h1,
.box.dark1 h2,
.box.dark1 h3,
.box.dark1 h4,
.box.dark1 h5,
.box.dark1 h6 { color: #fff; }
.box.dark1 ul {
	margin: 0;
	padding: 0;
}

.box.dark1 h4 {
    color: #C9EBFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 120%;
    padding: 12px 0 0 0;
}

.box.dark1 ul li {
	border-bottom: 1px solid #555;
	font-size: 15px;
	position: relative;
}
.box.dark1 ul li:last-child { border-bottom: none; }
.box.dark1 a { color: #fff!important; font-size: 110%;}
.box.dark1 a:active,
.box.dark1 a:focus,
.box.dark1 a:hover { color: #e45425!important; }
.box.dark1 ul ul { margin: 0 0 0 20px; }


/* Создал box.dark77 для виджета-TABS Стран */

/* suffix dark77 */

.box.dark77 {
	background: url('/images/banners/fon-avia2.gif');
	border: none;
	color: #00b2d6;
	padding: 20px!important;
}

.box.dark77 ul li:last-child { border-bottom: none; }
.box.dark77 a { color: #0089b9!important; font-size: 100%; text-transform: none;}
.box.dark77 a:active,
.box.dark77 a:focus,
.box.dark77 a:hover { color: #e45425!important;}
.box.dark77 ul ul { margin: 0 0 0 20px; }


/* Suffix nomargin */
.box.nomargin {
	margin: 0!important;
	padding: 0!important;
}


/* Menu suffix */
.box ul.menu ul { margin: 0 0 32px 0; }
.box ul.menu li li {
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	padding-left: 6px;
}
.box ul.menu li.active { background: #F2F4F5 }
.box ul.menu li.active a { padding: 8px 16px }
.box ul.menu li li a { margin: 0 0 0 6px }
.box .menu .header + .content ul li:first-child { border-top: none; }
.menu li a {
	color: #000;
	display: inline-block;
	font-size: 15px;
	padding: 8px 0;
}
.menu li a:hover {
	color: #e45425 !important;
	padding-left: 10px;
}
.box .menu li li a {
	color: #666;
	font-weight: normal
}
.box .menu li strong { display: block; }

/* tablet/mobile suffixes */
.onlydesktop { display: block; }
.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; }

#login-form fieldset p { margin: 0.5em 0; }
#login-form ul {
	border-top: 1px solid #E5E5E5;
	margin: 0 0 12px;
	overflow: hidden;
	padding: 12px 0;
}
#login-form ul li {
	color: #999;
	font-size: 12px;
	display: inline-block;
	line-height: 1.6;
	margin-right: 12px;
}
#login-form input[type="text"],
#login-form input[type="password"] { width: 95%; }
label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

/* Popup login */
#gkPopupLogin {
	display: none;
	left: 0;
	opacity: 0;
	margin-top: 200px;
	padding: 0 0 0 75px;
	position: absolute;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
}
.popup-open #gkPopupLogin {
	margin-top: 45px;
	opacity: 1;
}
#gkPopupLogin span#fb-auth {
	margin-top: 0;
}
#gkPopupLogin .button:active,
#gkPopupLogin .button:focus,
#gkPopupLogin .button:hover {
	background: transparent;
}
.gkUsermenu {
	clear: both;
	float: left;
	margin: 20px 0;
}
.gkUserdata .logout-button .button,
.gkUserdata #login-form .button {
	margin: 10px 0 0 0;
}
#gkPopupLogin #form-login-buttons { clear: both}
#gkPopupLogin #form-login-buttons input.button { margin: 0 0 50px}
#gkPopupLogin #fb-auth, #gkPopupLogin .button.full { width: 95% }
#gkPopupLogin #form-login-remember { float: left;}
#gkPopupLogin #form-login-forgot { float: right; margin: 10px 5% 0 0}
#gkPopupLogin #form-login-forgot a { color: #999; font-size: 14px; }
#gkPopupLogin #form-login-forgot a:hover { color: #111}
/* 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: 17px 16px 0 10px;
	height: 17px;
}
span#fb-auth {
	background-color: #798db9;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	
	display: inline-block;
	color: #fff;
	line-height: 49px;
	font-size: 14px;
	font-weight: 700;
	
	padding: 0 30px 0 12px;
	cursor: pointer;
	height: 49px;
	-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;
	text-transform: uppercase;
	text-align: center;
	
}
span#fb-auth:hover { background-color: #556b9b; }


/* МОИ РАЗРАБОТКИ ОДИНАКОВЫХ КОЛОНОК */

#container111 {
    background: #DBF3FF;
    overflow: hidden;
    margin: 20px 0 5px 0;
}
#content111 {
  float: left;
    width: 50%;
    background: #DBF3FF;
    padding: 20px;
    border-left: 5px solid #fff;
}
#sidebar111 {
    float: left;
    width: 50%;
    background: #DBF3FF;
    padding: 20px;
 
}

#sidebar111 p,
#content111 p {
	clear: both;
	margin: 10px 0;
	/*color: #fff;*/
	font-size: 90%;
	line-height: 1.2;
}


#sidebar111 h4,
#content111 h4 {
	font-weight: 600;
	line-height: 18px;
	padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
	position: relative;
	text-transform: uppercase;
	color: #565656;
}


/* МОИ РАЗРАБОТКИ ОДИНАКОВЫХ КОЛОНОК - 2 (Для рекламы Google)*/

#container222 {
    background: #F5F5F5;
    overflow: hidden;
    margin: 5px 0;
}
#content222 {
  float: left;
    width: 50%;
    background: #F5F5F5;
    padding: 20px;
    border-left: 5px solid #fff;
    text-align: center;
}
#sidebar222 {
    float: left;
    width: 50%;
    background: #F5F5F5;
    padding: 20px;
    text-align: center;
 
}


/* МОИ РАЗРАБОТКИ ОДИНАКОВЫХ КОЛОНОК - 3 (для Полезных ссылок внизу)*/

#container333 {
    background: linear-gradient(90deg, #fd5473, #f8a36d); /* Было до 20-09-2019: #ff7878*/ /* Было: #DBF3FF*/
    overflow: hidden;
    margin: 5px 0 20px 0;
}
#content333 {
  float: left;
    width: 50%;
    background: linear-gradient(45deg, #0092c5, #03c7ac); /* Было до 20-09-2019: #0095ca*/ /* Было: #DBF3FF*/
    padding: 20px;
    border-right: 5px solid #fff;
   
}
#sidebar333 {
    float: left;
    width: 50%;
    background: linear-gradient(45deg, #ff7878, #f3c465); /* Было до 20-09-2019: #ff7878*/ /* Было: #DBF3FF*/
    padding: 20px;
    
}

#sidebar333 p,
#content333 p {
	clear: both;
	margin: 10px 0;
	color: #d0f3ff; /* Было: закоментировано */
	font-size: 100%; /* Было: 90% */
	line-height: 1.2;
}

#sidebar333 a,
#content333 a {
	color: #fff; /* Было: 0B8EB9 */
}

#sidebar333 a.inverse, #sidebar333 a:hover, #sidebar333 a:active, #sidebar333 a:focus,
#content333 a.inverse, #content333 a:hover, #content333 a:active, #content333 a:focus {
	color: #000;
}

#sidebar333 h2,
#content333 h2,
#sidebar333 h3,
#content333 h3 {
    font-size: 150%;  /* Было: 100% */
	font-weight: 600;
	line-height: 1.2;
	padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
	position: relative;
	text-transform: uppercase;
	color: #fff; /* Было: #585858*/
	letter-spacing: 0.07em; /* Было: не было*/
}


/* МОЯ РАЗРАБОТКА КОНТЕЙНЕРА ДЛЯ ОДИНОКОГО ВИДЖЕТА ВКОНТАКТЕ */

#container444 {
    background: #52b3e1;
    overflow: hidden;
    margin: 20px 0 5px 0;
    PADDING: 15px;
    font-size: 90%;
    color: #ffffff;
}

#container444 h4{
    color: #ffffff;
}


/* МОЯ РАЗРАБОТКА КОНТЕЙНЕРА ДЛЯ ВИДЖЕТА СКАЙСКАННЕР */

#container445 {
    background: rgb(228, 246, 251);
    overflow: hidden;
    margin: 20px 0 5px 0;
    PADDING: 15px;
    font-size: 90%;
    color: #8c8c8c;
}

#container445 h4{
    color: #232323;
}


/* МОЯ РАЗРАБОТКА КОНТЕЙНЕРА ДЛЯ КНОПОК СОЦ.СЕТЕЙ */

#container555 {
    font-size: 90%;
    margin: 0 0 20px 0;
    padding: 20px;
    /* background: url(/images/banners/fon-avia7.gif); */
    background-color: #f3f3f3;
}

#container555 p {
    margin: 0;
}




/* МОЯ РАЗРАБОТКА КОНТЕЙНЕРА ДЛЯ ЗАГОЛОВКА "ПОЛЕЗНЫЕ ССЫЛКИ" */

#container777 {
    background: #DBF3FF;
    overflow: hidden;
    margin: 20px 0 5px 0;
    PADDING: 10px;
}

#container777 h2 {
    text-transform: uppercase;
    color: #585858;
    font-size: 110%;
    font-weight: 600;
    text-align: center;
}


/* БЫЛО ИЗНАЧАЛЬНО только то что для h1 и h2 на строках с 79-ой, а нижеследующие строки для .custom H1 и .custom H2 я сам прописал
}
*/
#gk-mainbody .custom h1 {
    font-size: 34px;
    text-transform: uppercase;
    color: #5a5a5a;
    font-weight: 600;
    padding-bottom: 30px;
}
#gk-mainbody .custom h2, 
#gk-mainbody .box.XXX .header {
    font-size: 140%;
    text-transform: uppercase;
    color: #3C3C3C;
    font-weight: 600;
    padding: 26px 0 6px 0;
}

