

/* Start:/local/components/skadium/page/templates/contacts/style.css?17756179043929*/
.scontact-main {
	text-align: center;
	margin-top: 35px;
}
.scontact-phone a{
	font-size: 120px;
	font-weight: 300;
	color: inherit;
	transition: color .2s;
}
.scontact-phone a:hover{
	color: var(--c1);
}
.scontact-address {
	margin-top: 1em;
	opacity: .5;
	font-size: 1.25em;
	line-height: 1.4;
}
.scontact-map{
	margin-top: 100px;
	margin-bottom: 80px;
	height: 640px;
}
.scontact-map [class$=-ground-pane] {
	filter: grayscale(1);
}
.scontact-section {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 880px;
}
.scontact-section{
	border-top: 1px solid var(--theme-border-color);
	padding-top: 40px;
}
.scontact-section + .scontact-section{
	margin-top: 40px;
}
.scontact-section-h {
	font-family: var(--font-family-h);
	font-size: 6.25em;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.bx-win .scontact-section-h {
	margin-top: -.2em;
}
.scontact-section-ms{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}
.scontact-section-t1 {
	font-size: 1.375em;
	line-height: 1.25;
}
.scontact-section-t2 {
	font-size: 1.25em;
	opacity: 0.5;
	line-height: 1.25;
}
a.scontact-section-t1,
a.scontact-section-t2{
	color: inherit;
	transition: opacity .2s, color .2s;
}
a.scontact-section-t1:hover,
a.scontact-section-t2:hover{
	color: var(--c1);
	opacity: 1;
}

.scontact-map [class*=-balloon][class*=-balloon_layout_panel],
.scontact-map [class*=-balloon][class*=-balloon_layout_normal] {
	box-shadow: none;
	padding: 0;
}
.scontact-map [class$=-balloon__layout] {
	border-radius: 10px;
	overflow: hidden;
	border-left: 3px solid;
}
.scontact-map [class*=-balloon_layout_normal] [class$=-balloon__content] {
	padding: 20px 25px;
}
.scontact-map [class$=-balloon__close-button] {
	width: 50px;
	height: 50px;
	opacity: 1;
}
.scontact-map [class*=-balloon_layout_panel] .b5d{
	padding-top: 15px;
}
.b5d {
	font-family: var(--font-family), sans-serif;
	background: var(--theme-color-light);
	color: var(--theme-color-dark);
	max-width: 260px;
	font-size: 16px;
	line-height: 1;
}
.b5d-title {
	font-size: 19px;
	font-weight: 500;
}
.b5d-address {
	margin-top: 12px;
	line-height: 1.4;
}
.b5d-phones,
.b5d-emails{
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	line-height: 1.1;
}
.b5d-phones {
	margin-top: 18px;
}
.b5d-emails {
	margin-top: 6px;
}
.b5d-phones .link-phone {
	color: inherit;
	font-weight: 500;
	transition: opacity .2s;
}
.b5d-phones .link-phone:hover{
	opacity: .7;
}
.b5d-emails .link-email {
	color: var(--c1);
	font-weight: 500;
	transition: color .2s;
}
.b5d-emails .link-email:hover{
	color: var(--c1);
}

@media (max-width: 1500px) {
	.scontact-section-h {
		font-size: 4em;
	}
	.scontact-section {
		grid-template-columns: 1fr 800px;
	}
}
@media (max-width: 1260px) {
	.scontact-section {
		grid-template-columns: 1fr 650px;
	}
}
@media (max-width: 1060px) {
	.scontact-main {
		margin-top: 0;
	}
	.scontact-phone a {
		font-size: 40px;
	}
	.scontact-address {
		font-size: .875em;
	}
	.scontact-map {
		margin-top: 40px;
		margin-bottom: 30px;
		height: 50vw;
		min-height: 260px;
		max-height: 450px;
	}
	.scontact-map [class*=-placemark-overla] [class*=-image]{
		left: -21px !important;
		top: -48px !important;
		width: 42px !important;
		height: 48px !important;
		background-size: 42px 48px !important;
	}
	.scontact-section {
		padding-top: 30px;
		grid-template-columns: 100%;
	}
	.scontact-section + .scontact-section {
		margin-top: 30px;
	}
	.scontact-section-h {
		font-size: 3.75em;
		letter-spacing: 1.2px;
	}
	.scontact-section-ms {
		margin-top: 20px;
	}
	.scontact-section-t1 {
		font-size: 1.25em;
	}
	.scontact-section-t2 {
		font-size: 1em;
	}
}
@media (max-width: 360px) {
	.scontact-phone a {
		font-size: 11vw;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/phead/style.css?17756179045348*/
.phead {
  position: relative;
  margin-bottom: 60px;
}
.phead .container {
  position: relative;
  padding-top: 35px;
  padding-bottom: 55px;
}
.phead .container:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--theme-border-color);
}
.phead-back {
  position: absolute;
  top: 110px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: inherit;
  cursor: pointer;
  z-index: 1;
}
.phead-back > span {
  font-size: 1.125em;
  opacity: .5;
}
.phead-back-m {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--theme-bg-1);
  color: var(--theme-bg-1-color);
  transition: background-color .2s;
}
.phead-back:hover .phead-back-m {
  background: var(--c1);
  color: var(--theme-bg-main-color);
}
.phead-main {
  position: relative;
  text-align: center;
  padding: 0 200px;
}
body.theme-dark .phead-main:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 577px;
  border-radius: 100%;
  background: rgba(195, 179, 145, 0.15);
  filter: blur(200px);
  pointer-events: none;
}
.bx-safari .phead-main:before{
  display: none;
}
.phead-wh h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  font-family: var(--font-family-h);
  font-size: 11.25em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.phead-wh h1:before,
.phead-wh h1:after {
  flex-shrink: 0;
  content: '';
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background: var(--theme-htext-sq-bg);
}
.bx-win .phead-wh h1:before,
.bx-win .phead-wh h1:after {
  margin-top: .25em;
}
.phead-descr {
  position: relative;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 44em;
  font-size: 1.25em;
  line-height: 1.5;
}
.phead-navs {
  margin-top: 2em;
}
.phead-navs-items {
  display: inline-flex;
  justify-content: center;
  padding: 10px;
  border-radius: 14px;
  background: var(--theme-bg-1);
}
body.theme-dark .phead-navs-items {
  box-shadow: 0 15px 4px 0 rgba(0, 0, 0, 0.00), 0 10px 4px 0 rgba(0, 0, 0, 0.01), 0 5px 3px 0 rgba(0, 0, 0, 0.03);
}
.phead-navs-items a {
  padding: 10px 16px;
  color: var(--theme-bg-1-color);
  transition: color .2s;
}
.phead-navs-items a:not(.active):hover {
  color: var(--c1);
}
.phead-navs-items a.active {
  background: var(--theme-color-light);
  color: var(--theme-color-dark);
  border-radius: 10px;
}

.phead-like {
  position: absolute;
  right: 0;
  top: 110px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  z-index: 1;
}
.phead-like-num {
  font-size: 1.125em;
  opacity: .5;
}
.phead-like-m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--theme-bg-1);
  color: var(--theme-bg-1-color);
  transition: background-color .2s;
}
.phead-like:hover .phead-like-m {
  background: var(--c1);
  color: var(--theme-bg-main-color);
}




.root-view-main .phead .container:after{
  opacity: 0;
  transition: opacity .2s .4s;
}
.root-view-main._load .phead .container:after{
  opacity: 1;
}
.root-view-main .phead-back,
.root-view-main .phead-like,
.root-view-main .phead-navs{
  opacity: 0;
  transform: translateY(10px);
  transition: transform .6s ease, opacity .6s ease;
}
.root-view-main .phead-navs{
  transition-delay: .2s;
}
.root-view-main .phead-back,
.root-view-main .phead-like{
  transition-delay: .3s;
}
.root-view-main._load .phead-back,
.root-view-main._load .phead-like,
.root-view-main._load .phead-navs{
  transform: translateY(0);
  opacity: 1;
}
.root-view-main .phead-wh h1:before,
.root-view-main .phead-wh h1:after{
  opacity: 0;
  transition: opacity .6s .4s ease;
}
.root-view-main._load .phead-wh h1:before,
.root-view-main._load .phead-wh h1:after{
  opacity: 1;
}



@media (max-width: 1800px) {
  .phead-wh h1 {
    font-size: 9em;
  }
  .phead-like,
  .phead-back {
    top: 85px;
  }
}
@media (max-width: 1500px) {
  .phead-wh h1 {
    font-size: 7.5em;
  }
  .phead-like,
  .phead-back {
    top: 70px;
  }
}
@media (max-width: 1260px) {
  .phead-like,
  .phead-back {
    display: none;
  }
  .phead-main {
    padding: 0;
  }
}
@media (max-width: 1060px) {
  .phead {
    margin-bottom: 30px;
  }
  .phead .container {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .phead .container:after {
    left: 10px;
    right: 10px;
  }
  .phead-wh h1 {
    font-size: 5em;
    letter-spacing: 1.6px;
    gap: 16px;
  }
  .phead-wh h1:before,
  .phead-wh h1:after {
    width: 10px;
    height: 10px;
  }
  .phead-descr {
    margin-top: 1.25em;
    font-size: .875em;
  }
  .phead-navs {
    margin-top: 22px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
    overflow: auto;
  }
  .phead-navs-items {
    padding: 7px;
  }
  .phead-navs-items a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: .875em;
  }
}

/* End */
/* /local/components/skadium/page/templates/contacts/style.css?17756179043929 */
/* /local/components/skadium/include.block/templates/phead/style.css?17756179045348 */
