

/* Start:/local/templates/gupspb/css/autoload/_normalize.css?17364138786487*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/gupspb/css/autoload/_style.css?17371144111814*/
body {
	font-family:"Inter",Arial,sans-serif;
	font-size:18px;
	color:#181716;
	line-height:1.4;
}

img {
	max-width:100%;
	vertical-align:top;
}

a {
	color:#0b4866;
}

*:focus,
*:active {
	outline:none;
}
a[href^=tel]{
	white-space:nowrap;
	font-weight:700; 
	text-align:left;
}

b,strong{
	font-weight:700;
}
p{
	font-weight:300;
}

li {
	font-weight:300;
	list-style-type:none;
	position:relative;
	margin:6px 0;
}

li:before {
	position:absolute;
	left:-24px;
	color: #009fe3;
	content: "";
	background-image:url(/images/logo.svg?1);
	width:16px;
	height:16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	top: 7px;	
}


h1 {
	font-weight:800;
	font-size:32px;
	margin-top:24px;
	margin-bottom:16px;
	line-height:1.15;
	color:#0b4866;
}

h2 {
	font-weight:800;
	font-size:24px;
	margin-top:32px;
	margin-bottom:16px;
	line-height:1.15;
	color:#0b4866;
}
h3 {
	margin-top:24px;
	margin-bottom:12px;
	line-height:1.15;
	font-size:1.1em;
	font-weight:700;	
}
input:focus,
input:active,
textarea:focus,
textarea:active {
	outline:0;
}


table {
	margin:16px 0;
	width:100%;	
	border-spacing: 4px;
}

table tbody td {
	vertical-align:top;
	background:#ededed;
}
td,th {
	padding:12px 24px;
	background: #fff;
	line-height:1.44;
	font-weight:300;
}

thead tr td,
th {
	padding:12px 24px;
	font-weight: 700;
	background:#d6f0fb;
	color:#505456;
	text-align:center;
}


.bx-panel-fixed + .page .page__header {
	top:39px;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	body {
		font-size:16px;
	}
	
	h1 {
		font-size:22px
	}
	
	h2 {
		font-size:18px
	}
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/alphabet.css?1736413878988*/
.alphabet{
	margin:1em 0;
}

.alphabet__item{
	margin:8px 0 ;
}

.alphabet__char{
	font-size:32px;
	font-weight:600;
	color:#009fe3;
	border-bottom:2px solid #009fe3;	
}

.alphabet__list{
	display:flex;
	flex-wrap:wrap;
	margin:8px -4px;
}
.alphabet__link {
	margin:4px 4px;
	background:#ededed;
	display:flex;
	align-items:center;
	padding:12px 16px;
	box-sizing:border-box;
	text-decoration:none;
	color:#0b4866;
	width:calc(33.33% - 8px);
}
.alphabet__link:hover {
	background:#4cb3e2;
	color:#fff;
}


.alphabet_morgi .alphabet__item{
	margin-top:32px;
}

.alphabet_morgi .alphabet__char{
	font-size:18px;
}

.alphabet_morgi .alphabet__link {
	width:100%;	
}
@media screen and (max-width:1000px) {



}

@media screen and (max-width: 768px) {

	.alphabet__list{
		margin:8px 0;
	}
	.alphabet__link {
		width:100%;
		margin:4px 0;
	}
}

@media screen and (max-width: 480px) {
	.alphabet__char{
		font-size:24px;
	}
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/banner-line.css?1736413878393*/
.banner-line {
	display:flex;
	width:calc(100% + 16px);
	margin:16px -8px 8px;
}

.banner-line > * {
	flex:1 1;
	margin:0 8px 8px;
}

@media screen and (max-width:1000px){
	.banner-line {
		display:block;
		width:100%;
		margin:16px 0;
	}

	.banner-line > * {
		margin:0 0 8px;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}
/* End */


/* Start:/local/templates/gupspb/css/autoload/banner.css?17364138781542*/
.banner {
	display:flex;
	background-color:#ededed;
	align-items:center;
}

.banner__content {
	padding:16px;
	flex-grow:1;
}
.banner__title {
	font-weight:800;
	font-size:24px;
	color:#0b4866;
	text-transform:uppercase;
}
.banner__desc {
	font-weight:300;
}
.banner__desc span {
	color:#009fe3;
	font-weight:800;
}
.banner__desc-item {
	display:inline;
}
.banner__desc-item:after {
	content:" | ";
	color:#009fe3;
	font-weight:800;
	font-size:16px;
}
.banner__desc-item:last-child:after {
	display:none;
}
.banner__action {
	
}
.banner__view {
	width:64px;
	flex-shrink:0;
	padding-right:16px;	
}
.banner__btn{
	display:inline-flex;
	height:32px;
	background-color:#009fe3;
	color:#fff;
	text-decoration:none;
	font-weight:500;
	font-size:16px;
	padding:0 24px ;
	box-sizing:border-box;
	align-items:center;
	margin-top:8px;	
	transition:all 0.2s ease;
}
.banner__btn:hover {
	background:#0392d0;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.banner {
		position:relative;
	}
	.banner__content {
		width:100%;
		box-sizing:border-box;
	}	
		
	.banner__view{
		padding:16px 0 0 0;
		width:48px;
		position:absolute;
		bottom:16px;
		right:16px;
	}
	.banner__title {
		font-size:16px;
	}
	.banner__desc {
		font-size:14px;
	}
	.banner__desc span { 
		display:block;
		
	}
	.banner__desc-item {
		display:block;
	}
	.banner__desc-item:after {
		display:none;
	}	
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/black-agent.css?1736413878471*/
.black-agent {
	background-color:#d6f0fb;
	box-sizing:border-box;
	width:100%;
	padding:16px;
	margin:16px 0;
	text-align:center;
}
.black-agent__title {
	color:#d91a21;
	font-weight:800;
	font-size:30px;
	text-transform:uppercase;
}
.black-agent__desc {
	font-weight:500;
}

@media screen and (max-width:1000px){
	.black-agent__title {
		font-size:20px;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}
/* End */


/* Start:/local/templates/gupspb/css/autoload/block-map.css?1736413878686*/
.block-map {
	display:flex;
	justify-content:space-between;
}

.block-map__map {
	width:calc(50% - 8px);
}

.block-map__banners {
	width:calc(50% - 8px);
	
}

.block-map__banner {
	margin-bottom:16px;
}

.block-map__banner:first-child .banner{
	background-color:#d6f0fb;
}

.block-map__banner:last-of-type {
	margin-bottom:0;
}


@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.block-map {
		flex-direction:column;
	}

	.block-map__map {
		width:100%;
		height:300px;
		max-height:50vh;
		
	}

	.block-map__banners {
		margin-top:16px;
		width:100%;
		
	}	
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gupspb/css/autoload/board-map.css?1736413878430*/
.board-map {
	height:100%;
	background:#ededed;

	position:relative;
	cursor: pointer;	
}


.board-map:after {
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:all 0.2s ease;
}


.board-map_unlock {
	cursor: default;
}
.board-map_unlock:after {
	display: none;
}

.board-map:not(.board-map_unlock):hover:after{
	background: rgba(0,0,0,0.4);
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/bold.css?173641387848*/
.bold {
	font-size:1.1em;
	font-weight:700;
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/breadcrumb.css?1736413878397*/
.breadcrumb{
	padding-top:16px;
	font-size:12px;
	line-height:1.4;
}

.breadcrumb{
	color:#9c9c9c;
}
.breadcrumb a{
	color:#9c9c9c;
	text-decoration:none;
}

.breadcrumb__item{
	display:inline;
}

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

}

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

}

@media screen and (max-width: 480px) {
	.breadcrumb{
		padding-top:12px;
		font-size:12px;
		line-height:1.3;
	}
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/btn.css?1736413878313*/
.btn {
	display:inline-flex;
	height:32px;
	background-color:#009fe3;
	color:#fff;
	text-decoration:none;
	font-weight:500;
	font-size:16px;
	padding:0 24px ;
	box-sizing:border-box;
	align-items:center;
	margin-top:8px;	
	border:0;	
	cursor:pointer;
}

.btn:hover {
	background-color:#008dc9;
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/clear.css?173641387825*/
.clear {
	clear:both;
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/contact.css?1737114822562*/


.contact {
	display:flex;
}
.contact__bold {
	font-weight:700;
	color:#181716;
	text-decoration:none;
}

.contact__content {
	width:500px;
	margin-right:32px;
}

.contact__content p:first-child {
	margin-top:0;
}
.contact__map {
	width:calc(100% - 532px);
}

@media screen and (max-width:1000px){
	.contact {
		display:block;
	}
	.contact__content{
		width:100%;
	}
	.contact__map{
		width:100%;
		height:400px;
		margin-top:24px;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}
/* End */


/* Start:/local/templates/gupspb/css/autoload/container.css?1736413878143*/

.container {
	width:1328px;
	padding:0 16px;	
	margin:0 auto;
	box-sizing:border-box;
	max-width:100%;
}
.container_header {
	
}


/* End */


/* Start:/local/templates/gupspb/css/autoload/detail.css?17364138781436*/
.detail {
	
}

.detail__right {
	float:right;
	width:calc(50% - 32px);
	margin-left:32px;
	margin-bottom:16px;
}

.detail__cert {
	float:right;
	width:36%;	
	margin-top:-24px;
}

.detail__right-image {
	float:right;
	width:24%;	
	margin-left:24px;
	
}

.detail__left-image {
	float:left;
	width:24%;	
	margin-right:24px;
}
.detail__left-image + ul,
.detail__left-image + p + ul,
.detail__left-image + p + p + ul {
	margin-left:calc(24% + 16px);
}

.detail__desktop {
	
}

.detail__mobile {
	display:none;
}

.detail__map {
	width:100%;
	height:300px;
	max-height:50vh;
}

.detail__date {
	color:#8e8e8e;
	font-weight:300;
}

@media screen and (max-width:1000px){
	.detail__desktop {
		display:none;
	}
	.detail__mobile {
		display:block;
	}
	.detail__cert {
		float:none;
		width:100%;
		margin-top:0;
	}	
}

@media screen and (max-width:768px){
	.detail__right {
		float:none;
		width:100%;
		margin:16px 0;
	}


	.detail__right-image {
		float:none;
		width:auto;
		max-width:100%;
		margin:16px auto;
		max-height:30vh;
		display:block;
	}

	.detail__left-image {
		float:none;
		width:auto;
		max-width:100%;
		margin:16px auto;
		max-height:30vh;
		display:block;
	}
	.detail__left-image + ul,
	.detail__left-image + p + ul,
	.detail__left-image + p + p + ul {
		margin-left:0;
	}


}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gupspb/css/autoload/etab.css?1736413878414*/
.etab {
	margin:32px 0;
}

.etab td:nth-child(1) {
	width:66.66%;
}
.etab td:nth-child(2) {
	width:33.33%;
	text-align:left;
}

@media screen and (min-width:1000px){
	.etab td {
		vertical-align:middle;
	}
	
}
@media screen and (max-width:1000px){
	.etab {
		margin:32px -16px;
		overflow:auto;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gupspb/css/autoload/famous.css?1736413878599*/
.famous {
	float:left;
	width:256px;
	max-width:100%;
	padding-right:16px;
	margin-bottom:24px;
}
a[data-fancybox] + h3 {
	margin-top:8px;
	margin-bottom:8px;
}

@media screen and (min-width:1000px){

	a[data-fancybox] + h3 {
		margin-top:0;
	}
	a[data-fancybox] + h3 + p {
		margin-top:8px;	
		margin-left:272px;
		margin-bottom:24px;
	}
	
}


@media screen and (max-width:1000px){
	.famous {
		margin-bottom:8px;
	}
}
@media screen and (max-width:480px){
	.famous {
		float:none;
		width:100%;
		max-width:100%;
		padding-right:0;
		margin-bottom:0;
	}
	
}	
/* End */


/* Start:/local/templates/gupspb/css/autoload/footer-menu.css?1736413878483*/

.footer-menu {
	
}
.footer-menu a{
	color:#fff;
	text-decoration:none;	
}
.footer-menu__head {
	
}
.footer-menu__head a{
	font-weight:700;
}
.footer-menu__content {
	margin-top:32px;
}
.footer-menu__content a{
	font-weight:300;
	font-size:16px;
	display:block;
	margin:4px 0;
}

@media screen and (max-width:1000px){
	.footer-menu__content{
		margin-top:16px;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}
/* End */


/* Start:/local/templates/gupspb/css/autoload/footer-phone.css?1736413878966*/
.footer-phone {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background:#009fe3;
	height:50px;
	align-items:center;
	justify-content:center;
	color:#fff;
	display:none;
	z-index:10;
}

.footer-phone__number {
	padding: 6px 16px;
	background-color: #d91a21;
	font-weight: 700;
	margin-left:12px;
}
.footer-phone__number a {
	color:#fff;
	text-decoration:none;
}
.footer-phone__label {
	max-width:150px;
	line-height:1;
	font-size:15px;
	text-transform:uppercase;
}



@media screen and (max-width:1000px){
	.footer-phone {
		display:flex;
		flex-direction:row-reverse;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

@media screen and (max-width:359px){
	.footer-phone__number {
		margin-left:16px;
		margin-right:8px;
		padding:6px 12px
	}
	.footer-phone__number a {
		font-size:15px;
		white-space:nowrap;
	}
	.footer-phone__label {
		font-size:12px;
	}

}
/* End */


/* Start:/local/templates/gupspb/css/autoload/footer.css?17364138781615*/
.footer {
	color:#fff;
}

.footer__head{
	display:flex;
	margin:8px -8px 0;
	width:calc(100% + 16px);
}

.footer__col {
	margin:0 8px;
	width:25%;
	box-sizing:border-box;
	padding:0 16px
}

.footer__logos{
	display:flex;
	margin:0 -8px;
	width:calc(100% + 16px);
}

.footer__logo {
	margin:0 8px;
	width:25%;
	box-sizing:border-box;
	padding:16px;
	display: flex;
	align-items: center;
}
.footer__logo_nash a {
	width:100px;
}
.footer__logo_gorod a{
	width:180px;
	
}
.footer__logo_spb a{
	width:256px;
}
.footer__logo a{
	display:flex;
	align-items:center;
	height:100%;
}
.footer__logo img{
	max-height:100%;
	width:auto;
}

.footer__col:first-child {
	padding:0;
}

.footer__phone-wrapper {
	margin-left: 16px;
	display:inline-flex;
	flex-direction:column;
	text-align:center;
}
.footer__phone-wrapper_mobile {
	margin-left:0;
	margin-top:16px;
}
.footer__phone {
	padding:8px 16px;
	background-color:#d91a21; 
	font-weight:700;
	display:inline-flex;
	margin-top: 0px;
}

.footer__phone a {
	color:#fff;
	text-decoration:none;
}

.footer__phone-label {
	color:#fff;
	text-transform:uppercase;
	margin-top:4px;
}



@media screen and (max-width:1000px){
	.footer__logos{
		flex-direction:column;
	}
	.footer__logo {
		width:100%;
		display:block;
	}
	.footer__head{
		flex-direction:column;
	}
	.footer__head .footer__col:first-child {
		margin-bottom:0;
	}
	.footer__col {
		margin-bottom:48px;
		width:100%;
	}
	
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gupspb/css/autoload/form.css?1736413878350*/
.form {
	
}

.form__field {
	margin:8px 0;
}

.form__label {
	font-weight:300;
	margin-bottom:2px;
}

.form__input {
	
}

.form__error:empty  {
	display:none;
}
.form__error  {
	color:#d91a21;
	padding:8px 0;
}
.form__success:empty {
	display:none;
}
.form__success {
	padding:8px 0;
	font-weight:700;
	color:#009fe3;
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/header-warn.css?1736413878599*/
.header-warn {
	font-size:12px;
	line-height:14px;
	color:#505456;
	background-color:#d6f0fb;
	padding:8px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	max-width:540px;
	margin:0 auto;
}
.menu__item_mobile .header-warn{
	font-size:14px;
	line-height:1.4;
}

.header-warn__view { 
	 background-image:url(/local/templates/gupspb/css/autoload/assets/header-warn/mask.png);
	 background-repeat:no-repeat;
	 background-size:contain;
	 background-position:center;
	 width:48px;
	 height:48px;
	 margin-right:8px;
	 flex-shrink:0;
}

.header-warn__attention {
	color:#d91a21;
	font-weight:700;
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/header.css?17629273303511*/
.header {
	border-bottom:6px solid #10749f;	
}

.header__content {
	height:84px;
	display:flex;
	align-items:center;	
}

.header__logo {
	padding-left:16px;
}

.header__warn {
	flex-grow:1;
	margin-right:16px;
}

.header__contact {
	padding-right:16px;
	display:flex;
	align-items:center;
}

.header__phone {
	padding:8px 16px;
	background-color:#d91a21;
	font-weight:700;
	white-space:nowrap;
}

.header__phone a {
	color:#fff;
	text-decoration:none;
}

.header__clock {
	text-align:right;
	color:#8e8e8e;
	text-transform:uppercase;
	font-size:16px;
	line-height:1.15;
	margin-right:8px;
}
.header__bars {
	display:none;
	width:32px;
	height:32px;
	background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM4NHB0IiB2aWV3Qm94PSIwIC01MyAzODQgMzg0IiB3aWR0aD0iMzg0cHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iI2ZmZiI+PHBhdGggZD0ibTM2OCAxNTQuNjY3OTY5aC0zNTJjLTguODMyMDMxIDAtMTYtNy4xNjc5NjktMTYtMTZzNy4xNjc5NjktMTYgMTYtMTZoMzUyYzguODMyMDMxIDAgMTYgNy4xNjc5NjkgMTYgMTZzLTcuMTY3OTY5IDE2LTE2IDE2em0wIDAiLz48cGF0aCBkPSJtMzY4IDMyaC0zNTJjLTguODMyMDMxIDAtMTYtNy4xNjc5NjktMTYtMTZzNy4xNjc5NjktMTYgMTYtMTZoMzUyYzguODMyMDMxIDAgMTYgNy4xNjc5NjkgMTYgMTZzLTcuMTY3OTY5IDE2LTE2IDE2em0wIDAiLz48cGF0aCBkPSJtMzY4IDI3Ny4zMzIwMzFoLTM1MmMtOC44MzIwMzEgMC0xNi03LjE2Nzk2OS0xNi0xNnM3LjE2Nzk2OS0xNiAxNi0xNmgzNTJjOC44MzIwMzEgMCAxNiA3LjE2Nzk2OSAxNiAxNnMtNy4xNjc5NjkgMTYtMTYgMTZ6bTAgMCIvPjwvc3ZnPg==);
	background-size:contain;
	background-position:center;
	cursor:pointer;
	position:relative;
	margin-top:-8px;
	flex-shrink:0;
	
}
.header__bars:after {
	content:"меню";
	position:absolute;
	bottom:-12px;
	left:0;
	width:100%;
	font-size:12px;
	text-align:center;
	color:#fff;
	
}

.menu-open .header__bars {
	background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMxMXB0IiB2aWV3Qm94PSIwIDAgMzExIDMxMS4wOTg2NyIgd2lkdGg9IjMxMXB0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0xNi4wNDI5NjkgMzExLjA5NzY1NmMtNC4wOTM3NSAwLTguMTkxNDA3LTEuNTU0Njg3LTExLjMwNDY4OC00LjY5MTQwNi02LjI1LTYuMjUtNi4yNS0xNi4zODY3MTkgMC0yMi42MzY3MTlsMjc5LjA1ODU5NC0yNzkuMDU4NTkzYzYuMjUzOTA2LTYuMjUzOTA3IDE2LjM4NjcxOS02LjI1MzkwNyAyMi42MzY3MTkgMCA2LjI1IDYuMjUgNi4yNSAxNi4zODI4MTIgMCAyMi42MzI4MTJsLTI3OS4wNjI1IDI3OS4wNjI1Yy0zLjEzNjcxOSAzLjEzNjcxOS03LjIzMDQ2OSA0LjY5MTQwNi0xMS4zMjgxMjUgNC42OTE0MDZ6bTAgMCIvPjxwYXRoIGQ9Im0yOTUuMTI1IDMxMS4wOTc2NTZjLTQuMDkzNzUgMC04LjE5MTQwNi0xLjU1NDY4Ny0xMS4zMDQ2ODgtNC42OTE0MDZsLTI3OS4wODIwMzEtMjc5LjA4MjAzMWMtNi4yNS02LjI1MzkwNy02LjI1LTE2LjM4NjcxOSAwLTIyLjYzNjcxOXMxNi4zODI4MTMtNi4yNSAyMi42MzI4MTMgMGwyNzkuMDYyNSAyNzkuMDgyMDMxYzYuMjUgNi4yNSA2LjI1IDE2LjM4NjcxOSAwIDIyLjYzNjcxOS0zLjEzNjcxOSAzLjEzNjcxOS03LjIzMDQ2OSA0LjY5MTQwNi0xMS4zMDg1OTQgNC42OTE0MDZ6bTAgMCIvPjwvc3ZnPg==);
	width:24px;
	height:24px;
	margin-left:2px;
	margin-right:4px;
}

.menu-open .header__bars:after {
	bottom:-16px;
	left:-4px;
}

@media screen and (min-width:1000px) and (max-width:1100px){
	.header__logo {
		/* max-width:280px; */
	}
}
@media screen and (max-width:1000px){
	.header {
		background-color:#009fe3;
		border-bottom:0;
		height:56px;
	}
	.header__logo{
		padding-left:0;
		flex-grow:1;
	}
	.header__content {
		height:100%;
	}
	.header__warn {
		display:none;
	}
	.header__contact{
		display:none;
	}
	.header__bars {
		display:block;
	}
	.menu-open .header__bars {
		margin-left:28px;	
	}	
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gupspb/css/autoload/item.css?17364138781758*/
.item {	
	position:relative;
	display:flex;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
	text-decoration:none;
	padding:16px 20px;
	box-sizing:border-box;
	width:100%;
	height:100%;
}
.item:after {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
	transition:all 0.2s ease;


}
.item:hover:after {	
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35));
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35));
}

.item__content {
	position:relative;
	z-index:10;
}
.item__title {
	font-weight:700;
	text-transform:uppercase;
	font-size:20px;	
}
.item_news .item__title {
	font-weight:400;
	text-transform:none;
	font-size:16px;		
}
.l-item_three .item__content {
	display:flex;
	flex-direction:column;
}
.item__desc {
	display:flex;
	line-height:1.15;
	margin-top:4px;
	font-weight:300;
	flex-grow:1;
}
.item__desc-label {
	border-right:1px solid #009fe3;
	padding-right:8px;
	margin-right:8px;
}
.item__desc-label:last-of-type {
	border-right:none;
	padding-right:0;
	margin-right:0;
}
.item__action {
	margin-top:4px;
}


@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.item__title {
		font-size:18px;
	}
}

/* End */


/* Start:/local/templates/gupspb/css/autoload/l-banner.css?1736413878658*/
.l-banner {
	display:flex;
	margin:24px -12px;
}
.l-banner__item {
	flex:1 1 0px;
	margin:0 12px;
}

.l-banner_three {
	flex-wrap:wrap;
}
.l-banner_three .l-banner__item {
	width:calc(100% / 3 - 24px);
	flex-basis:auto;
	margin-bottom:24px;
	flex-grow:0;
}
@media screen and (max-width:1000px) {
	.l-banner {
		display:block;
		margin:0;
	}
	.l-banner__item{
		margin:12px 0;
	}
	.l-banner_three .l-banner__item {
		width:100%;
		margin-bottom:12px;
	}	
}
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {

}
@media screen and (max-width: 360px) {
	.l-banner__item{
		margin:6px 0;
	}
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/l-item.css?1736413878693*/
.l-item__items {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;	
	margin:0 -6px;
}

.l-item_three .l-item__items {
	justify-content:flex-start;
}

.l-item__item {
	margin:6px 6px;
	width:calc(50% - 12px);
	display:flex;
}
.l-item_three .l-item__item {
	width:calc(100% / 3 - 12px);
}

@media screen and (max-width:1000px) {
	.l-item__items {
		display:block;
		margin:0;
	}
	.l-item__item{
		margin:12px 0;
		width:100%;
	}
	.l-item_three .l-item__item {
		width:100%;
	}
}
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {

}
@media screen and (max-width: 360px) {
	.l-item__item{
		margin:6px 0;
	}
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/l-product.css?1736413878903*/
.l-product {
	
}
.l-product__items{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.l-product__item {
	width:calc(25% - 24px);
	padding-bottom:24px;
	display:none;
}
.l-product__item_active{
	display:block;
}
.l-product__item_empty {
	display:block;
	background-color:#ededed;
	border-top:3px solid #009fe3;	
}
.l-product__more{
	text-transform:uppercase;
	display:flex;
}

.l-product__btn{
	justify-content:center;
	width:calc(50% - 12px);
	margin:0 auto;
	position:relative;
}

@media screen and (max-width:1000px){
	.l-product__item {
		width:calc(50% - 12px);
		padding-bottom:24px;
	}
	.l-product__item_empty {
		display:none;
	}	
	.l-product__btn{
		width:100%;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

	.l-product__item {
		width:calc(50% - 4px);
		padding-bottom:8px;
	}
}

/* End */


/* Start:/local/templates/gupspb/css/autoload/logo.css?17629275972545*/
.logo {
	display:flex;
	height:60px;
	align-items:center;
}

.logo__view {
	margin-right:12px;
	height:100%;
	flex-shrink:0;
}

.logo__view img{
	height:100%;
}

.logo__content {
	text-transform:uppercase;
	line-height:1;	
}

.logo__title {
	color:#0181c3;
	font-weight:800;
	font-size:20px;
}
.logo__desc {
	color:#8e8e8e;
	font-weight:300;
	font-size:12px;
	line-height:1.15;
	margin-top:2px;
}
.logo__desc-label {
	position:relative;
}
.logo__desc-label:after {
	content:"";
	position:absolute;
	right:-18px;
	top:50%;
	transform:translateY(-50%);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	width:14px;
	height:14px;
}

.logo__desc-label_location:after{
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSIjYTNhM2EzIj48cGF0aCBkPSJNMTIgMGMtNC4xOTggMC04IDMuNDAzLTggNy42MDIgMCA0LjE5OCAzLjQ2OSA5LjIxIDggMTYuMzk4IDQuNTMxLTcuMTg4IDgtMTIuMiA4LTE2LjM5OCAwLTQuMTk5LTMuODAxLTcuNjAyLTgtNy42MDJ6bTAgMTFjLTEuNjU3IDAtMy0xLjM0My0zLTNzMS4zNDMtMyAzLTMgMyAxLjM0MyAzIDMtMS4zNDMgMy0zIDN6Ii8+PC9zdmc+);
}



.logo_footer{
	align-items:flex-start;
}
.logo_footer .logo__title{
	color:#fff;
}
.logo_footer .logo__desc{
	color:#fff;
}

@media screen and (min-width:1000px){
	.header__logo .logo__title {
		font-size:24px;
	}
}
@media screen and (max-width:1000px){
	.logo {
		height:44px;
	}
	.logo__content {
		/* margin-top:-2px */
	}
	.logo__title {
		color:#fff;
		font-size:20px;
	}
	.logo__desc{
		color:#fff;
		margin:2px 0;
		font-size:10px;
		max-width:300px;
		line-height:1.15;
		/* max-width:204px; */
	}

	.logo__desc-label:after {
		width:8px;
		height:8px;
		right:-10px;
	}
	.logo__desc-label_location:after{
		background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTIgMGMtNC4xOTggMC04IDMuNDAzLTggNy42MDIgMCA0LjE5OCAzLjQ2OSA5LjIxIDggMTYuMzk4IDQuNTMxLTcuMTg4IDgtMTIuMiA4LTE2LjM5OCAwLTQuMTk5LTMuODAxLTcuNjAyLTgtNy42MDJ6bTAgMTFjLTEuNjU3IDAtMy0xLjM0My0zLTNzMS4zNDMtMyAzLTMgMyAxLjM0MyAzIDMtMS4zNDMgMy0zIDN6Ii8+PC9zdmc+);
	}	
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.logo__title {
		
	}
	.logo__view {
		margin-right:5px;
	}
}


@media screen and (max-width:360px){
	.logo__desc {
		font-size: 8px;
	}
}

/* End */


/* Start:/local/templates/gupspb/css/autoload/main-banner.css?17364138782631*/
.main-banner {
	margin-top:16px;
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
	grid-template-rows: 1fr 1fr; 
	gap: 12px 12px; 
	grid-template-areas: 
	"one one one two two"
	"one one one three four"; 
	justify-content: stretch; 
	align-items: stretch; 
	width: 100%; 
	height: 416px; 
}
.main-banner__btn {
	text-decoration:none;
}
.main-banner__one { 
	grid-area: one;
	background-image:url(/local/templates/gupspb/css/autoload/assets/main-banner/bg_one.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;	
	padding:32px;
	box-sizing:border-box;		
}
.main-banner__two {
	grid-area: two;
	overflow:hidden;
	background:#009ed1;
	
}
.main-banner__three {
	grid-area: three;
	background-color:#ededed;
	padding:16px 0 0 16px;
	position:relative;
}
.main-banner__three:after {
	content:"";
	display:block;
	position:absolute;
	bottom:16px;
	right:16px;
	width:64px;
	height:64px;
	background-image:url(/local/templates/gupspb/css/autoload/assets/main-banner/bg_icon_three.png);
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.main-banner__four .main-banner__btn-links { 
	padding-right:96px;
}
.main-banner__four { 
	grid-area: four; 
	background-color:#d6f0fb;
	padding:16px 0 0 16px;	
	position:relative;
}
.main-banner__four:after {
	content:"";
	display:block;
	position:absolute;
	bottom:16px;
	right:16px;
	width:64px;
	height:64px;
	background-image:url(/local/templates/gupspb/css/autoload/assets/main-banner/bg_icon_four.png);
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.main-banner__btn-title {
	font-weight:800;
	color:#0b4866;
	font-size:20px;
	text-transform:uppercase;
	line-height:1.2;
}
.main-banner__btn-links {
	margin-top:16px;
	font-size:16px;
	text-transform:uppercase;
}
.main-banner__btn-link {
	margin-top:2px;
}


@media screen and (max-width:1000px){
	.main-banner{
		grid-template-columns: 100%; 
		grid-template-rows: 1fr auto  128px 128px; 		
		grid-template-areas: 
		"one"
		"two"
		"four"		
		"three"
		;
		
		height: auto;
		margin-top:0;
	}
	.main-banner__one{
		padding:48px 16px;
		margin-left:-16px;
		margin-right:-16px;
		width:calc(100% + 32px);		
	}
	.main-banner__btn-title {
		font-size:18px;
	}
	.main-banner__btn-links {
		font-size:14px;
	}	
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.main-banner__one { 
		background-image:url(/local/templates/gupspb/css/autoload/assets/main-banner/bg_one_mobile.webp);	
	}
	.main-banner__btn-title {
		font-size:16px;
	}
	.main-banner__btn-links {
		font-size:14px;
	}
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/main-banner1.css?17371124121412*/
.main-banner1 {
	margin-top:16px;
	display:flex;
	gap:12px;
	width: 100%; 
	height: 416px; 
}
.main-banner1__btn {
	text-decoration:none;
}

.main-banner1__long {
	width:calc(100% - 512px);
	background-image:url(/local/templates/gupspb/css/autoload/assets/main-banner/bg_one.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;	
	padding:32px;
	box-sizing:border-box;			
}
.main-banner1__long-item {
	position:relative;
	z-index:1;
}
.main-banner1__short {
	width:512px;
	display:flex;
	flex-direction:column;
	gap:12px;
}


@media screen and (max-width:1280px) and (min-width:1000px){
	.main-banner1 {
		height: 328px; 
	}
	.main-banner1__long {
		width:calc(100% - 396px - 12px);
	}
	.main-banner1__short {
		width:396px;
	}
}
@media screen and (max-width:1000px){

	.main-banner1 {
		height: auto;
		margin-top:0;		
	}
	.main-banner1__long {
		padding:32px 16px;
		margin-left:-16px;
		margin-right:-16px;
		width:calc(100% + 32px);
		position:relative;
	}
	.main-banner1__long:after {
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:rgba(214,240,251,0.9);
	}
	.main-banner1__short {
		display:none;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.main-banner1__short { 
		background-image:url(/local/templates/gupspb/css/autoload/assets/main-banner1/bg_one_mobile.webp);	
	}
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/map.css?17364138781186*/
.map {
	height:100%;
	position:relative;
	background:#f9f9f9;
	cursor: pointer;
}
.map:before {
	/* background-image:url('/local/templates/gupspb/css/autoload/assets/map/world.svg'); */
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	height:64%;
	width:64%;
	position:absolute;
	content:"";
	display:block;
	top:18%;
	left:18%;
}

.map:after {
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:all 0.2s ease;
}

.map_unlock {
	cursor: default;
}
.map_unlock:after {
	display: none;
}

.map:not(.map_unlock):hover:after{
	background: rgba(0,0,0,0.4);
}

.map__gup {
	color: #009fe3;
	font-weight: 700;
	top: -16px;
	position: absolute;
	white-space: nowrap;
	font-family: Inter,Arial,"sans-serif";
	left: -16px;
	background: rgba(255,255,255,0.9);
	padding: 1px 2px;
	font-size: 10px;	
	text-transform:uppercase;
}
.map__item-name {
	font-family: Inter,Arial,"sans-serif";
	background-color: rgba(255,255,255,0.9);
	padding: 2px 4px;
	white-space: nowrap;
	color: #505152;
	font-weight: bold;
	position: absolute;
	left: 32px;
	top: 8px;
	font-size:12px;
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/menu-open.css?1736413878242*/
.menu-open {
	
}

@media screen and (max-width:1000px){
	.menu-open {
		overflow:hidden;
		position:fixed;
		height:100%;
		width:100%;
	}	
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}
/* End */


/* Start:/local/templates/gupspb/css/autoload/menu-preview.css?1736413878561*/
.menu-preview {
	display:flex;
	height:100%;
	width:100%;
	border:4px solid rgba(214,240,251,0.98);
	box-sizing:border-box;
}

.menu-preview__view {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;	
	width:188px;
	flex-shrink:0;
	
}
.menu-preview__content {
	flex-grow:1;
	margin:8px 16px;
	box-sizing:border-box;
	text-transform:none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size:14px;
	line-height:1.5;

}

/* End */


/* Start:/local/templates/gupspb/css/autoload/menu.css?17364138784149*/
.menu {
	display:flex;
	justify-content:space-between;
	margin:0;
	padding:0 32px;
	height:40px;
	align-items:center;
	position:relative;
}

.menu ul {
	padding:0;
	margin:0;
}
.menu li:before {
	display:none;
}

.menu__item{
	display:flex;
	position:static
}
.menu__item_mobile {
	display:none;
}

.menu__link {
	color:#707781;
	color:#0f5979;
	text-decoration:none;
	font-size:15px;
	font-weight:500;
	text-transform:uppercase;
	
	
	display:flex;
	flex-grow:1;
	align-items:center;
	justify-content:center;
}

.menu__submenu{
	visibility: hidden;
	opacity:0;
	position:absolute;
	top:40px;
	background:rgba(214,240,251,0.98);
	transition: all .2s ease .2s;
	z-index:20;
	display:flex;
	box-sizing:border-box;
	font-size:15px;
	font-weight:300;
	text-transform:uppercase;
	max-width:100%;
	padding:0;
}
.menu__item_tovary .menu__submenu{
	right:0;
}

.menu__item:hover .menu__submenu{
	opacity:1;
	visibility: visible;
}


.menu__group{
	box-sizing:border-box;
	width:348px;
	padding:16px 24px;
	margin:0;
}



.menu__sub-item  {
	padding:0;
	margin:0;
}
.menu__sub-link {
	color:#505152;
	text-decoration:none;
	font-weight:400;
	position:relative;
	display:inline-block;
	padding:6px 0;
}


.menu__preview-items {
	display: block;
	position: absolute;
	left: 0;
	bottom: -88px;
	margin:0;
}
.menu__preview-item {
	display:none;

	width: 100%;
	height: 84px;
	background: rgba(214,240,251,0.98);
	box-sizing: border-box;	
}
.menu__preview-item_active {
	display:block;
}

.menu__text {
	text-align:center;
}


@media screen and (min-width:1000px){
	.menu__item{
		height:100%;
		flex-grow:1;
	}
	.menu__item:hover{
		background:#009fe3;
		background:#10749f;
	}
	.menu__item:hover .menu__link{
		color:#fff;
	}
	.menu__sub-link:hover {
		color:#009fe3;
	}
	.menu__sub-link:hover:after {
		content:"";
		display:block;
		position:absolute;
		left:0;
		bottom:2px;
		height:2px;
		width:48px;
		background:#009fe3;
	}
	.menu__group {
		position:relative;
	}
	.menu__group:after {
		content:"";
		display:block;
		position:absolute;
		width:1px;
		height:calc(100% - 32px);
		top:16px;
		right:0;
		background:#009fe3;
	}
	.menu__group:last-of-type:after {
		display:none;
	}

}

@media screen and (max-width:1000px){
	.menu {
		flex-direction:column;
		align-items:flex-start;
		padding-top:24px;
		
	}

	.menu__item{
		width:100%;
		border-bottom:1px solid #009fe3;
		padding:8px 0;
		margin:0;
	}

	.menu__item_mobile {
		display:block;
		border-bottom:0;
	}
	.menu__submenu{
		visibility: hidden;
		opacity: 0;
		position: relative;
		top: 0;
		background: transparent;
		transition: none;
		z-index: 20;
		box-shadow: none;
		display:none;
		transform: translateX(0);
		border-top:0;
	}
	.menu .menu__submenu{
		padding:8px 0 0 0;
	}

	.menu__item_open .menu__submenu {
		visibility: visible;
		opacity:1;
	}


	.menu__item_multi {
		position:relative;
		display:block;
	}
	.menu__link {
		justify-content:flex-start;
	}
	.menu__item_multi .menu__link:after {
		background-image:url('/local/templates/gupspb/css/autoload/assets/menu/arrow.svg');
		background-repeat:no-repeat;
		width:24px;
		height:24px;
		content:"";
		display:block;
		clear:both;
		position:absolute;
		right:0;
		top:7px;
		transition: all 0.2s;
		pointer-events:none;
		background-color:transparent;
		transform:rotate(0);
	}
	.menu__item_open .menu__link{
		color:#009fe3;
	}
	.menu__item_open .menu__link:after{
		transform:rotate(90deg);
	}	
	.menu__group {
		width:100%;
		padding:0 16px 0 32px;
	}

	.menu__sub-link:after {
		content:"";
		display:block;
		position:absolute;
		left:0;
		bottom:2px;
		height:1px;
		width:48px;
		background:#009fe3;
		display:none;		
	}	

	.menu__group:last-child .menu__sub-item:last-child .menu__sub-link:last-child:after {
		display:none;
	}	
	
	.menu__preview-items {
		display:none;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.menu {
		padding:24px 0 0;
	}
}

/* End */


/* Start:/local/templates/gupspb/css/autoload/near-item.css?1736413878177*/
.near-item {
	display:flex;
	background-color:#ededed;
	flex-direction:column;
	padding:16px;
	text-decoration:none;
}

.near-item:hover {
	background-color:#e2e2e2;
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/nowrap.css?173641387834*/
.nowrap {
	white-space:nowrap;
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/order-steps.css?17364138781458*/
.order-steps {
	font-weight:300;
}

.order-steps__title {
	background:#009fe3;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	padding:8px;
	font-size:24px;
	font-weight:600;
	box-sizing:border-box;
}

.order-steps__items {
	display:flex;
	justify-content:space-between;
}

.order-steps__item {
	background:#ededed;
	width:calc(25% - 16px);
	position:relative;
	padding:16px 48px 16px 16px;
	box-sizing:border-box;
}
.order-steps__items_three .order-steps__item {
	background:#ededed;
	width:calc(100% / 3 - 16px);
	position:relative;
	padding:16px 48px 16px 16px;
	box-sizing:border-box;
}
.order-steps__item a{
	text-decoration:none;
	color:#333;
	font-weight:600;
	font-size:1.1em;
}
.order-steps__item:before {
	content:attr(data-count);
	color:#d1e3ef;
	font-size:100px;
	font-weight:700;
	display:block;
	line-height:1.15;
}

@media screen and (max-width:1000px){
	.order-steps__item:before {
		font-size:64px;
	}
}

@media screen and (max-width:768px){

	.order-steps__items {
		flex-wrap:wrap;
	}

	.order-steps__item {
		width:calc(50% - 8px);
		margin-bottom:16px;
	}
	.order-steps__items_three .order-steps__item {
		width:100%;
		margin-bottom:16px;
	}
}

@media screen and (max-width:480px){

	.order-steps__title {	
		font-size:18px;
	}
	.order-steps__item:before {
		font-size:40px;
	}
	.order-steps__item {
		width:100%;
		padding:16px;
	}
}	


/* End */


/* Start:/local/templates/gupspb/css/autoload/page.css?17364138781310*/
.page {
	
}
.page_index h1 {
	margin-top:32px;
}
.page_index h2 {
	font-size:32px;
}

.page__header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 130px;
	background-color: #fff;
	z-index: 30;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
}

.page__content {
	margin-top:128px;
	padding-top:2px;
}


.page__content input[type=text] {
	height:48px;
	background-color:#d6f0fb;
	padding:0 16px;
	border:0;
	width:100%;
	box-sizing:border-box;
}
.page__content textarea {
	resize:vertical;
	background-color:#d6f0fb;
	padding:8px 16px;
	border:0;
	width:100%;
	height:132px;
	box-sizing:border-box;
}

.page__footer {
	background:#003c54;
	padding:24px 0 48px 0;
	margin-top:48px;
}



@media screen and (max-width:1000px){
	.page__header {
		height:56px;
	}
	.page__menu {
		display:none;
	}
	.menu-open .page__menu {
		display:block;
		position:fixed;
		top:56px;
		height:calc(100% - 56px - 50px);
		left:0;
		right:0;
		background:#fff;
		overflow-y:scroll;
	}	
	.page__content {
		margin-top:54px;
	}

	.page_index h2 {
		font-size:20px;
	}	
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.page_index h1 {
		margin-top:20px;
	}
	.page_index h2 {
		font-size:20px;
	}
}


/* End */


/* Start:/local/templates/gupspb/css/autoload/product.css?1736413878767*/
.product{
	background-color:#ededed;
	border-top:3px solid #009fe3;
	height:100%;
}

.product__view {
	position:relative;
}
.product__view:after {
  content: '';
  display: block;
  padding-top: 80%;
}
.product__view-content {
  position: absolute;
  top: 16px;
  left: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);

	display:flex;
	align-items:center;
	justify-content:center;
}
.product__view-content a{
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	width:100%;
}
.product__view-content img{
  max-height:100%;
}

.product__content {
	padding:0 16px 16px;
}
.product__price{
	margin-top:4px;
}
.product__price span{
	font-weight:900;
}
.product__galley {
	display:none;
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/red.css?173641387869*/
.red {
	color:#d91a21;
	font-weight:700;
	text-decoration:none;
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/reviews.css?1736413878983*/
.reviews {
	
}


.reviews__item {
	display:flex;
	flex-direction:column;
	margin-bottom:48px;
}


.reviews__item-date {
	font-style: italic;
	color: #009fe3;
	font-weight:700;
	padding-left:36px;
}


.reviews__item-text {
	position:relative;
	padding: 0 32px;
	box-sizing: border-box;
	font-style: italic;
}

.reviews__item-text:before,
.reviews__item-text:after {
	font-size: 48px;
	line-height: 48px;
	color: #009fe3;
	font-family: Arial,"Times New Roman";
	display: block;
	position: absolute;
	/* font-style: normal; */
	opacity: 0.9;
}

.reviews__item-text:before {
	content: '"';
	top: 0px;
	left: 0;
}
.reviews__item-text:after {
	content: '"';
	bottom: -28px;
	right: 0;

}
.reviews__item-text :first-child {
	margin-top:8px;
}

.reviews__item-text :last-child {
	margin-bottom:8px;
}

.reviews__item-author {
	font-style: italic;
	color: #009fe3;
	padding-left:32px;
}

.reviews__nav{
	text-align:center;
}

/* End */


/* Start:/local/templates/gupspb/css/autoload/right-banner.css?1736413878484*/
.right-banner{
	float:right;
	width:420px;
	margin-left:16px;
	margin-bottom:16px;
	position:relative;
	z-index:10;
}

.right-banner__link {
	margin-bottom:16px;
	display:flex;
}

@media screen and (max-width:1000px){
	.right-banner {
		width:324px;
	}
}

@media screen and (max-width:768px){
	.right-banner {
		float:none;
		width:100%;
		margin:0;
	}
	.right-banner__link {
		justify-content:center;
		
	}
}

@media screen and (max-width:480px){

}
/* End */


/* Start:/local/templates/gupspb/css/autoload/route-icon.css?1736413878749*/
.route-icon {
	padding-left:80px;
	position:relative;
	min-height:64px;
}
.route-icon:after {
	content:"";
	display:block;
	width:56px;
	height:56px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	left:0;
	top:0;
}

.route-icon_train:after{
	background-image:url(/local/templates/gupspb/css/autoload/assets/route-icon/train.png);
}

.route-icon_subway:after{
	background-image:url(/local/templates/gupspb/css/autoload/assets/route-icon/subway.png);
}

.route-icon_car:after {
	background-image:url(/local/templates/gupspb/css/autoload/assets/route-icon/car.png);
}
.route-icon_mausoleum:after {
	background-image:url(/local/templates/gupspb/css/autoload/assets/route-icon/mausoleum.png);
}

.route-icon h3 {
	margin-top:16px;
	font-size:1em;
	margin-bottom:0;
}
.route-icon h3 + p{
	margin-top:0;
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/screen.css?17364138781827*/
.screen {
	background-color:rgba(255,255,255,0.8);
	padding:32px;
	box-sizing:border-box;
	max-width:488px;
	color:#0b4866;	
}

.screen__label {
	text-transform:uppercase;
	font-size:25px;
	font-weight:500;
}

.screen__phone a {
	color:#d91a21;
	font-weight:800;
	font-size:36px;
	text-decoration:none;
}

.screen__actions {
	display:flex;
	width:100%;
	margin-top:16px;
}

.screen__action {
	display:block;
	text-decoration:none;
	font-size:16px;
	text-transform:uppercase;
}

.screen__action:last-child {
	width:128px;
}

.screen__action:before {
	content:"";
	display:block;
	width:48px;
	height:48px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:8px;
}	
.screen__action_lgoty:before {
	background-image:url(/local/templates/gupspb/css/autoload/assets/screen/shield.svg)
}
.screen__action_procedure:before {
	background-image:url(/local/templates/gupspb/css/autoload/assets/screen/smartphone.svg)
}
.screen__action_docs:before {
	background-image:url(/local/templates/gupspb/css/autoload/assets/screen/testament.svg)
}

.screen__btn {
	
}

@media screen and (max-width:1000px){
	.screen {
		padding:24px 16px;
	}
	
	.menu .screen__actions{
		margin:0 -6px;
		width:calc(100% + 12px);
	}
	
	.menu .screen__action {
		background:#ededed;
		margin:0 6px;
		box-sizing:border-box;
		padding:8px;
		color:#0b4866;
		font-size:12px;
	}
	
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.screen__label{
		font-size:14px;
	}
	.screen__phone a{
		font-size:24px;
	}

	.screen__action:before {
		width:32px;
		height:32px;
	}
	.screen__action {
		font-size:12px;
		padding-right:10px;
	}
	.screen__action:last-child {
		width:auto;
		padding-right:0;
	}
}


@media screen and (max-width:360px){
	.menu .screen__action {
		font-size:10px;
	}
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/service.css?17371146512374*/
.banner-line + .service {
	margin-top:8px;
}
.service {
	
}
.service input, .service label{
	user-select:none;
	cursor:pointer;
}
.service li:before {
	background:none;
	
	top:auto;
	position:absolute;
	left:-16px;
	color: #009fe3;
	content: "•";
}

.service__items {
	display:flex;
	width:calc(100% + 16px);
	margin: 16px -8px;
}
.service__item {
	flex:1 1;
	margin:0 8px;
	background:#ededed;
}

.service__title {
	font-weight:800;
	color:#0b4866;
	font-size:24px;
	padding:16px;
	display:flex;
}

.service__title span{
	color:#009fe3;
	font-weight:700;
}

.service__name {
	padding-right:16px;
	margin-right:16px;
	border-right:3px solid #009fe3;
}
.service__price {
	
}

.service__list {
	
}

.service__allowance {
	position:relative;
	margin:24px 0;
}

.service__allowance input {
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	opacity:0;
}
.service__allowance label {
	position:relative;
	padding-left:32px;
}

.service__allowance label:before {
	content:"";
	position:absolute;
	width:24px;
	height:24px;
	border:1px solid #009fe3;
	color:#009fe3;
	top:-2px;
	text-align:center;
	font-size:20px;
	line-height:1;
	left:0;
}

.service__allowance :checked + label:before {
	content:"\2714";
}
@media screen and (max-width:1000px){
	.service{
	}
	.service__items {
		flex-direction:column;
		width:100%;
		margin:16px 0;
	}

	.service__item {
		margin:8px 0;
	}	
	.service__title {
		font-size:16px;
		position:relative;
	}	
	.service__title:after {
		content:"";
		position: absolute;
		width:32px;
		height:32px;
		top: 50%;
		transform:translateY(-50%);
		right: 16px;
		pointer-events:none;
		background-image:url(/local/templates/gupspb/css/autoload/assets/service/arrow.svg);
		background-repeat:no-repeat;
		background-size:contain;
		background-position:center;		
		transition:all 0.2s ease;
	}
	.service__item_active .service__title:after {
		transform:translateY(-50%) rotate(-180deg);
	}
	.service__list{
		display:none;
	}
	.service__item_active .service__list {
		display:block;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

@media screen and (max-width:359px){

	.service__title {
		flex-direction:column;
	}
	.service__name {
		padding-right:0;
		margin-right:0;
		border-right:0;
	}
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/table-scroll.css?1736413878196*/

@media screen and (max-width:1000px){
	.table-scroll {
		overflow: auto;
		margin: 0 -16px;	
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gupspb/css/autoload/tags.css?1736413878946*/
.tags {
	width:100%;
	box-sizing:border-box;
	margin:32px 0 48px;
	position:relative;
	font-size:10px;
}
.tags__list {
	display:flex;
	flex-wrap:wrap;	
	/* height:26px; */
	overflow:hidden;
}
.tags__list a {
	margin-right:8px;
	margin-bottom:8px;

	background: #ededed;
	display: flex;
	align-items: center;
	padding: 4px 12px;
	box-sizing: border-box;
	text-decoration: none;
	color: #0b4866;	
	transition:all 0.2s ease;
}

.tags__list a:hover {
	background: #4cb3e2;
	color: #fff;
}
.tags__list a:last-child {
	margin-right:40px;
}

.tags__toggle {
	position: absolute;
	right: 0;
	bottom: 4px;
	cursor: pointer;
	padding: 8px 0 8px 8px;
	box-sizing: border-box;
	background: #fff;
}

.tags__toggle:after {
	display:block;
	content:"";
	position:absolute;
	width:24px;
	height:100%;
	left:-24px;
	top:0;
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
	
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/top-menu.css?17364138786325*/
.top-menu{
	display:flex;
	justify-content:space-around;
	
	height:100%;
	font-size:17px;

	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight:400;

	position: relative;
	
	margin:0;
}

.top-menu ul {
    margin:0;
}
.top-menu li:before {
    display:none;
}

.top-menu__item{
	display:flex;
	height:100%;
	flex-grow:1;
	transition:background-color 0.1s ease;
	
	position:static;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	margin:0;	
	padding:0;
	margin-right:1px;
}
.top-menu__item:hover{
	background:rgba(13, 69, 100, 0.5);
}


.top-menu__item:hover .top-menu__submenu{
	opacity:1;
	visibility: visible;
}
.top-menu__item_mobile{
	display:none;
}
.top-menu__link {
	display:flex;
	height:100%;
	flex-grow:1;
	transition:background-color 0.1s ease;
	cursor:pointer;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	
	text-decoration:none;
}
.top-menu__link_active{
	border-bottom:1px solid #fff;
}

.top-menu__link:after {
	content:"";
	display:block;
	position:absolute;
	right:-1px;
	top:50%;
	width:1px;
	height:18px;
	background-color:#fff;
	transform:translateY(-50%);
}
.top-menu__link:last-child:after {
	display:none;
}


.top-menu__view{
	display:none;
	width:32px;
	height:32px;
	flex-shrink:0;	
	margin-right:8px;	
}
.top-menu__text{
	display:flex;
	width:100%;
	text-align:center;
	padding:0 8px;
	box-sizing:border-box;

	align-items:center;
	justify-content:center;	
	
	color:#fff;
	text-transform:uppercase;
	
	font-weight:700;	
}

.top-menu__submenu{
	visibility: hidden;
	opacity:0;
	position:absolute;
	top:52px;
	background:#005482;
	transition: all .2s ease .2s;
	z-index:20;
	display:flex;
	box-sizing:border-box;
	border-top:2px solid #1c6992;
	font-size:15px;
	font-weight:300;
	text-transform:uppercase;
	max-width:100%;
}

.top-menu__item:nth-child(1) .top-menu__submenu,
.top-menu__item:nth-child(2) .top-menu__submenu, 
.top-menu__item:nth-child(3) .top-menu__submenu {
	left:0
}

.top-menu__item:nth-last-child(1) .top-menu__submenu,
.top-menu__item:nth-last-child(2) .top-menu__submenu {
	right:0;
}


.top-menu__item_organization .top-menu__group{
	width:248px;
}



.top-menu__group{
	box-sizing:border-box;
	width:272px;
	padding:12px 32px 12px 40px;
	margin:0;
}

.top-menu__group:after{
	content:"";
	display:block;
	height:calc(100% - 24px);
	width:2px;
	background:#1c6992;
	position:absolute;
	top:12px;
	right:2px;
	
}
.top-menu__group:last-child:after{
	display:none;
}

.top-menu__sub-item{
	line-height:1.15;
	text-align:left;
	margin:4px 0;
	padding:0;
}

.top-menu__sub-item + .top-menu__sub-item_bold {
    margin-top: 16px;
}

 
.top-menu__sub-item_bold:first-child{
	min-height:2.3em;
}
.top-menu__sub-item:hover {
	border-color: #fff;
}
.top-menu__sub-item a {
	display:inline-block;
	width:100%;
	height:100%;
	transition:all 0.2s ease;
	border:1px solid transparent;
	border-right:none;
	border-left:none;
	padding:4px 0;
}
.top-menu__sub-item a:hover {
	border-color: #fff;
}



.top-menu__sub-item:first-child b {
	display: inline-block;
}

.top-menu__sub-link{
	color:#fff;
	text-decoration:none;
}

.top-menu__sub-link_utrata a{
	display:inline;
	color:#fff;
}

.top-menu__sub-item .top-menu__sub-link_utrata a:hover {
	border-color: transparent;
	color:#4cb3e2;
}

span.top-menu__sub-item{
	cursor: default;
}

a.top-menu__sub-link:hover{
	color:#4cb3e2;
}

.top-menu__sub-item a[href="/organization/chto-delat-kogda-umer-blizkiy-chelovek/"],
.top-menu__sub-item a[href="/organization/besplatnaya-perevozka-tela-v-morg/"] {
	display:inline-block;
	background:#c30d14;
	padding:8px;
	margin:0 -8px;
	border:none;
}
.top-menu__sub-item a[href="/organization/chto-delat-kogda-umer-blizkiy-chelovek/"]:hover,
.top-menu__sub-item a[href="/organization/besplatnaya-perevozka-tela-v-morg/"]:hover {
	color:#fff;
}


.top-menu__sub-item_yandex {
	content:"";
	display:block;
	top:auto;
	bottom:0;
	left:-4px;
	width:calc(100% + 48px);
	height:32px;
	background:#fff;
	padding:0;
	margin:0 -24px;
}
.top-menu__sub-item_yandex a{
	padding:0;
	border:none;
}
.top-menu__sub-item_yandex a:hover {
	border:none;
}

@media screen and (max-width: 1000px) {
	.top-menu{
		display:block;
		padding:8px 0 8px;
		box-sizing:border-box;
		height:auto;
		margin-bottom:8px;
	}
	.top-menu__item{
		padding:8px 0 7px;
		height:auto;
		border-bottom:1px solid #81d0f5;
		position: relative;
	}
	
	.top-menu__item_mobile{
		display:block;
	}
	.top-menu__sub-item_yandex {
		display:none;
	}

	.top-menu__item:hover{
		background:transparent;
	}
	
	.top-menu__item:after {
		display:none;
	}
	
	.top-menu__link{
		height:auto;
	}
	.top-menu__text{
		justify-content:flex-start;
		font-size:14px;
	}
	.top-menu__view{
		display:flex;
	}
		
	.top-menu__submenu{
		visibility: hidden;
		opacity: 0;
		position: relative;
		top: 0;
		background: transparent;
		transition: none;
		z-index: 20;
		padding: 0px 16px 0 48px;
		box-shadow: none;
		display:none;
		transform: translateX(0);
		border-top:0;
	}

	.top-menu__item_open .top-menu__submenu {
		visibility: visible;
		opacity:1;
	}


	.top-menu__item_multi {
		position:relative;
		display:block;
	}
	.top-menu__item_multi .top-menu__link:after {
		background-image:url('/local/templates/gupspb/css/autoload/assets/top-menu/right1.svg');
		background-repeat:no-repeat;
		width:24px;
		height:24px;
		content:"";
		display:block;
		clear:both;
		position:absolute;
		right:0;
		top:50%;
		transition: all 0.2s;
		pointer-events:none;
		background-color:transparent;
		transform:translateY(-50%) rotate(0);
	}
	.top-menu__item_open .top-menu__link:after{
		transform:translateY(-50%) rotate(90deg);
	}
	.top-menu__sub-item{
		margin:0 0 0 24px;
	}
	
	.top-menu__group{
		width:100%;
		box-sizing:border-box;
		padding:0;
		margin:0;
	}
	.top-menu__group:after{
		display:none;
	}
	.top-menu__sub-link{
		color:#fff;
		line-height:1.4;
		font-size:13px;
	}


	.top-menu__sub-link b{
		position: relative;
		padding-left:10px;
		margin-left:-24px;
		margin-top:8px;
	}
	
	.top-menu__group:not(:first-child) .top-menu__sub-link b{
		margin-top:16px;
	}
	
	.top-menu__sub-link b:before{
		content:"";
		display: block;
		position: absolute;
		left:0;
		top:0;
		width:2px;
		height:16px;
		background:#c30d14;
	}
	.top-menu__sub-item a {
		border:0
	}	
}


@media screen and (max-width: 768px) {
	
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/tprice.css?1736413878108*/
.tprice {
	text-align:center;
	font-weight:700;
}
.tprice td{
	text-align:center;
	font-weight:700;
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/useful.css?1736413878800*/
.useful {
	display:flex;
	width:calc(100% + 16px);
	margin:16px -8px 8px;
}

.useful__item {
	width:calc(25% - 16px);
	margin:8px 8px;
	background:#ededed;
	padding:16px;
	box-sizing:border-box;
	text-decoration:none;	
	transition:all 0.2s ease;
}
.useful__item:hover {
		background:#e2e2e2;
}
.useful__item-view {
	height:80px;
	max-width:80%;
	display:flex;
	align-items:center;
}
.useful__item-view img{
	max-height:100%;
}

.useful__item-title{
	color:#181716;
	margin-top:8px;
	font-size:16px;
}

@media screen and (max-width:1000px){

	.useful {
		flex-wrap:wrap;
	}
	.useful__item {
		width:calc(50% - 16px);
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.useful__item {
		width:calc(100% - 16px);
	}
}
/* End */


/* Start:/local/templates/gupspb/css/autoload/what-do.css?17371145211613*/
.what-do {
	/* text-align:justify;	 */
}

.what-do__title {
	background: #009fe3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 8px;
	font-size: 24px;
	font-weight: 600;
}

.what-do_warn .what-do__title {
	background: #d91a21;
}

.what-do__items {
	display:flex;
	margin:0 -8px;
}
.what-do_home .what-do__item{
	width:calc(100% / 3 - 16px);
	margin:16px 8px
}
.what-do_hospital .what-do__item{
	width:calc(100% / 2 - 16px);
	margin:16px 8px
}
.what-do__item {
	position:relative;
	box-sizing:border-box;
}
.what-do__item:before {
  content: attr(data-count);
  color: #d1e3ef;
  font-size: 100px;
  font-weight: 700;
  display: block;
  line-height: 1.15;
  position:absolute;
  left:0;
  top:0;
}

.what-do__item-view {
	width:64%;
	margin:0 auto;
	text-align:center;
}

.what-do__item-view img{
	max-height:196px;
}
.what-do__content img{
	width:auto;
	max-height:196px;
}

.what-do__item-content {
	margin-top:16px;
	padding-right:24px;
	font-weight:300;
}

.what-do__item:last-child .what-do__item-content {
	padding-right:0;
}

@media screen and (max-width:1000px){
	.what-do__item:before {
	  font-size: 80px;
	}
}

@media screen and (max-width:768px){
	.what-do {
		text-align:left;	
	}	
	.what-do__title {
		margin:0 -16px;
		font-size:20px;
	}	
	.what-do__items{
		flex-wrap:wrap;
		
	}
	.what-do_home .what-do__item{
		width:100%;
		margin:16px 8px 24px
	}
	.what-do_hospital .what-do__item{
		width:100%;
		margin:16px 8px 24px
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gupspb/css/autoload/what.css?17371137431544*/
.what {
		margin:32px 0;
}

.what__title {
	background: #009fe3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 8px;
	font-size: 24px;
	font-weight: 600;
}

.what__tabs {
	display:flex;
	margin:8px -4px 0;
}

.what__tab {
	width:calc(100% / 3 - 8px);
	margin:0 4px;
}

.what__tab-title {
	text-align:center;
	text-transform:uppercase;
	font-size:24px;
	background-color:#e0e0e0;
	padding:8px;
	font-weight:600;
	color:#688191;
	cursor:pointer;
}

.what__tab-content {
	display:none;
}

.what__panes {
	
}


@media screen and (max-width:1000px){

}

@media screen and (min-width:769px){

	.what__tab_active .what__tab-title {
		background:#d6f0fb;
		color:#0b4866;	
		
	}
	.what__tab_active.what__tab_warn .what__tab-title {
		
	}

	.what__pane {
		display:none;
	}
	.what__pane_active {
		display:block;
	}	
}


@media screen and (max-width:768px){
	.what__title {
		margin:0 -16px;
		font-size:20px;
	}
	.what__tab-title {
		font-size:20px;
		margin:0 -16px;
	}

	.what__tabs {
		display:flex;
		flex-direction:column;
	}

	.what__tab {
		width:100%;
		margin:3px 0;
	}
	.what__tab_active-mobile .what__tab-content {
		display:block;
	}

	.what__tab_active-mobile .what__tab-title {
		background:#d6f0fb;
		color:#0b4866;	
	}
	.what__tab_active-mobile.what__tab_warn .what__tab-title {

	}	
	.what__panes {
		display:none;
	}


}

@media screen and (max-width:480px){
	.what__title {
		font-size:18px;
	}
}

/* End */


/* Start:/local/templates/gupspb/vendor/owl/assets/owl.carousel.min.css?17364138783351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/gupspb/vendor/owl/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/gupspb/vendor/owl/assets/owl.theme.default.min.css?17364138781013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/gupspb/vendor/fancybox/jquery.fancybox.min.css?173641387812795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/gupspb/components/bitrix/system.pagenavigation/modern1/style.min.css?1736413878659*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:none}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:none;padding-left:.5em}span.modern-page-current{font-weight:bold}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */
/* /local/templates/gupspb/css/autoload/_normalize.css?17364138786487 */
/* /local/templates/gupspb/css/autoload/_style.css?17371144111814 */
/* /local/templates/gupspb/css/autoload/alphabet.css?1736413878988 */
/* /local/templates/gupspb/css/autoload/banner-line.css?1736413878393 */
/* /local/templates/gupspb/css/autoload/banner.css?17364138781542 */
/* /local/templates/gupspb/css/autoload/black-agent.css?1736413878471 */
/* /local/templates/gupspb/css/autoload/block-map.css?1736413878686 */
/* /local/templates/gupspb/css/autoload/board-map.css?1736413878430 */
/* /local/templates/gupspb/css/autoload/bold.css?173641387848 */
/* /local/templates/gupspb/css/autoload/breadcrumb.css?1736413878397 */
/* /local/templates/gupspb/css/autoload/btn.css?1736413878313 */
/* /local/templates/gupspb/css/autoload/clear.css?173641387825 */
/* /local/templates/gupspb/css/autoload/contact.css?1737114822562 */
/* /local/templates/gupspb/css/autoload/container.css?1736413878143 */
/* /local/templates/gupspb/css/autoload/detail.css?17364138781436 */
/* /local/templates/gupspb/css/autoload/etab.css?1736413878414 */
/* /local/templates/gupspb/css/autoload/famous.css?1736413878599 */
/* /local/templates/gupspb/css/autoload/footer-menu.css?1736413878483 */
/* /local/templates/gupspb/css/autoload/footer-phone.css?1736413878966 */
/* /local/templates/gupspb/css/autoload/footer.css?17364138781615 */
/* /local/templates/gupspb/css/autoload/form.css?1736413878350 */
/* /local/templates/gupspb/css/autoload/header-warn.css?1736413878599 */
/* /local/templates/gupspb/css/autoload/header.css?17629273303511 */
/* /local/templates/gupspb/css/autoload/item.css?17364138781758 */
/* /local/templates/gupspb/css/autoload/l-banner.css?1736413878658 */
/* /local/templates/gupspb/css/autoload/l-item.css?1736413878693 */
/* /local/templates/gupspb/css/autoload/l-product.css?1736413878903 */
/* /local/templates/gupspb/css/autoload/logo.css?17629275972545 */
/* /local/templates/gupspb/css/autoload/main-banner.css?17364138782631 */
/* /local/templates/gupspb/css/autoload/main-banner1.css?17371124121412 */
/* /local/templates/gupspb/css/autoload/map.css?17364138781186 */
/* /local/templates/gupspb/css/autoload/menu-open.css?1736413878242 */
/* /local/templates/gupspb/css/autoload/menu-preview.css?1736413878561 */
/* /local/templates/gupspb/css/autoload/menu.css?17364138784149 */
/* /local/templates/gupspb/css/autoload/near-item.css?1736413878177 */
/* /local/templates/gupspb/css/autoload/nowrap.css?173641387834 */
/* /local/templates/gupspb/css/autoload/order-steps.css?17364138781458 */
/* /local/templates/gupspb/css/autoload/page.css?17364138781310 */
/* /local/templates/gupspb/css/autoload/product.css?1736413878767 */
/* /local/templates/gupspb/css/autoload/red.css?173641387869 */
/* /local/templates/gupspb/css/autoload/reviews.css?1736413878983 */
/* /local/templates/gupspb/css/autoload/right-banner.css?1736413878484 */
/* /local/templates/gupspb/css/autoload/route-icon.css?1736413878749 */
/* /local/templates/gupspb/css/autoload/screen.css?17364138781827 */
/* /local/templates/gupspb/css/autoload/service.css?17371146512374 */
/* /local/templates/gupspb/css/autoload/table-scroll.css?1736413878196 */
/* /local/templates/gupspb/css/autoload/tags.css?1736413878946 */
/* /local/templates/gupspb/css/autoload/top-menu.css?17364138786325 */
/* /local/templates/gupspb/css/autoload/tprice.css?1736413878108 */
/* /local/templates/gupspb/css/autoload/useful.css?1736413878800 */
/* /local/templates/gupspb/css/autoload/what-do.css?17371145211613 */
/* /local/templates/gupspb/css/autoload/what.css?17371137431544 */
/* /local/templates/gupspb/vendor/owl/assets/owl.carousel.min.css?17364138783351 */
/* /local/templates/gupspb/vendor/owl/assets/owl.theme.default.min.css?17364138781013 */
/* /local/templates/gupspb/vendor/fancybox/jquery.fancybox.min.css?173641387812795 */
/* /local/templates/gupspb/components/bitrix/system.pagenavigation/modern1/style.min.css?1736413878659 */
