@charset "utf-8";
/* CSS Document */







:root {
  --gold: #c8aa78;
  --gold-hover: #daba86;
  --grey: #555;
  --grey-hdr: #777;
}


body { font-family: 'TildaSansLight','TildaSans',Arial,sans-serif; background-color: #f7f5ef; }



/*::after, ::before { outline: none; margin: 0px; padding: 0px; border-spacing: 0px; border-width: 0 0 0 0; 
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }*/

.over-hidd { overflow: hidden; }

.rel { position: relative; }
.abs { position:absolute; }

.hdr-font, .uc-hdr-font-1, .uc-hdr-font-2 h2, .uc-hdr-font-2 h3, .uc-hdr-font-3 h3 {
	font-family: 'Mirra',"Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-shadow: .01em 0 0 #b99f73;
 	letter-spacing: .005em;
	color: #c8aa78;
	font-weight: bold;
}
.uc-hdr-font-2 h2 {
	font-size: 3.5em;
}
.uc-hdr-font-2 h3, .uc-hdr-font-3 h3 {
	font-size: 2.75em;
}


/*#################### F L E X #########################*/
.flex-basis-0 { flex-basis: 0; }
.flex-basis-full { flex-basis: 100%; }

.flex-grow-0 { flex-grow: 0; }
.flex-grow-1 { flex-grow: 1; }
.flex-grow-2 { flex-grow: 2; }
.flex-grow-3 { flex-grow: 3; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-0-0-0 { flex-grow: 0; flex-shrink: 0; flex-basis: 0; }
.flex-1-0-0 { flex-grow: 1; flex-shrink: 0; flex-basis: 0; }
.flex-2-0-0 { flex-grow: 2; flex-shrink: 0; flex-basis: 0; }
.flex-3-0-0 { flex-grow: 3; flex-shrink: 0; flex-basis: 0; }

.flex, [class^="btn-box"] { 
	display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
	display: flex;
}
.flex-wrap, .tiles-menu-item .info-box dl {
	display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; 
	flex-wrap: wrap;
}
.flex-nowrap {
	display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
	-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; 
	flex-wrap: nowrap;
}
.flex-row {
	-webkit-box-orient: horizontal; -webkit-flex-direction: row; -ms-flex-direction: row;
    flex-direction: row;
}
.flex-col {
	-webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column;
	flex-direction: column;
}
.flex-just-start {
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.flex-just-end {
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.flex-just-between {
	-webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-just-around {
	-webkit-box-pack: justify; -webkit-justify-content: space-around; -ms-flex-pack: justify;
	justify-content: space-around;
}
.flex-just-center {
	-webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center;
	justify-content: center;
}
.flex-just-right {
	-webkit-box-pack: right; -webkit-justify-content: right; -ms-flex-pack: right;
	justify-content: right;
}
.flex-items-center {
	-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center;
	align-items: center;
}
.flex-items-end {
	-webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end;
	align-items: flex-end;
}
.flex-items-stretch {
	-webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: center;
	align-items: stretch;
}
.flex-row-reverse {
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
.flex-col-reverse {
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}
/*#################### / F L E X #########################*/


/*#################### TRANSITION ##############################*/
.move-none {
    -webkit-transition: all 0s linear !important;
    -moz-transition: all 0s linear !important;
    -ms-transition: all 0s linear !important;
    -o-transition: all 0s linear !important;
    transition: all 0s linear !important;
}

.move, button, a {
	-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear; -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.moove, 
.tour3d .pic img, .tour3d .pic a, .serv-list li a b::before, .serv-list li a b::after, 
.top-icons .pic > a img, .top-icons .pic > a span i, .serv-list li a i, .serv-list li div::before {
	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear; -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mooove, .uc-projects .t772__content .t772__bgimg {
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.slow {
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.sloow,
.js_dzen_show_up {
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}


.scale-0 {
    -webkit-transform: scale(0,0); -moz-transform: scale(0,0);
	-ms-transform: scale(0,0); -o-transform: scale(0,0);
	transform: scale(0,0);
}
.scale-75, img[class*="lazy"][data-src] {
    -webkit-transform: scale(0.75,0.75); -moz-transform: scale(0.75,0.75);
	-ms-transform: scale(0.75,0.75); -o-transform: scale(0.75,0.75);
	transform: scale(0.75,0.75);
}
.scale-90 {
    -webkit-transform: scale(0.9,0.9); -moz-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9); -o-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9);
}
.scale-100, .tour3d:hover .pic img {
    -webkit-transform: scale(1,1); -moz-transform: scale(1,1);
	-ms-transform: scale(1,1); -o-transform: scale(1,1);
	transform: scale(1,1);
}
.scale-105, .uc-projects .t772__content:hover .t772__bgimg {
    -webkit-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
}
.scale-110, .tour3d .pic img, .tour3d:hover .pic a, .top-icons .pic > a:hover img  {
    -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.scale-125 {
    -webkit-transform: scale(1.25,1.25); -moz-transform: scale(1.25,1.25);
	-ms-transform: scale(1.25,1.25); -o-transform: scale(1.25,1.25);
	transform: scale(1.25,1.25);
}
/*#################### / TRANSITION ##############################*/





/*#################### DZEN DELAY SHOW ##############################*/

.dzen_multidelay_show {
	
}


.dzen_multidelay_show .dzen_maskup,
.dzen_multidelay_show .dzen_maskdown,
.dzen_multidelay_show .dzen_fadeup,
.dzen_multidelay_show .dzen_fadedown,
.dzen_multidelay_show .dzen_fadeleft {
	opacity: 0;
	visibility: hidden;
}

.dzen_multidelay_show.actv .dzen_maskup {
	-webkit-animation: dzen_multidelay_maskup 1s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	-moz-animation: dzen_multidelay_maskup 1s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	-ms-animation: dzen_multidelay_maskup 1s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	-o-animation: dzen_multidelay_maskup 1s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	animation: dzen_multidelay_maskup 1s cubic-bezier(0.6, 1, 0.6, 1) forwards;
}

.dzen_multidelay_show.actv .dzen_maskdown {
	-webkit-animation: dzen_multidelay_maskdown 1s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	-moz-animation: dzen_multidelay_maskdown 1s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	-ms-animation: dzen_multidelay_maskdown 1s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	-o-animation: dzen_multidelay_maskdown 1s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	animation: dzen_multidelay_maskdown 1s cubic-bezier(0.6, 1, 0.6, 1) forwards;
}

.dzen_multidelay_show.actv .dzen_fadeup {
	-webkit-animation: dzen_multidelay_fadeup .6s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	-moz-animation: dzen_multidelay_fadeup .6s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	-ms-animation: dzen_multidelay_fadeup .6s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	-o-animation: dzen_multidelay_fadeup .6s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	animation: dzen_multidelay_fadeup .6s cubic-bezier(0.6, 1, 0.6, 1) forwards;
}

.dzen_multidelay_show.actv .dzen_fadedown {
	-webkit-animation: dzen_multidelay_fadedown .6s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	-moz-animation: dzen_multidelay_fadedown .6s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	-ms-animation: dzen_multidelay_fadedown .6s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	-o-animation: dzen_multidelay_fadedown .6s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	animation: dzen_multidelay_fadedown .6s cubic-bezier(0.6, 1, 0.6, 1) forwards;
}

.dzen_multidelay_show.actv .dzen_fadeleft {
	-webkit-animation: dzen_multidelay_fadeleft .6s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	-moz-animation: dzen_multidelay_fadeleft .6s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	-ms-animation: dzen_multidelay_fadeleft .6s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	-o-animation: dzen_multidelay_fadeleft .6s cubic-bezier(0.6, 1, 0.6, 1) forwards;
	animation: dzen_multidelay_fadeleft .6s cubic-bezier(0.6, 1, 0.6, 1) forwards;
}




.dzen_multidelay_show.actv .dzen_maskup.dzen_delay_02,
.dzen_multidelay_show.actv .dzen_fadeup.dzen_delay_02,
.dzen_multidelay_show.actv .dzen_fadedown.dzen_delay_02,
.dzen_multidelay_show.actv .dzen_fadeleft.dzen_delay_02,
.dzen_multidelay_show.actv .dzen_maskdown.dzen_delay_02 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.dzen_multidelay_show.actv .dzen_maskup.dzen_delay_04,
.dzen_multidelay_show.actv .dzen_fadeup.dzen_delay_04,
.dzen_multidelay_show.actv .dzen_fadedown.dzen_delay_04,
.dzen_multidelay_show.actv .dzen_fadeleft.dzen_delay_04,
.dzen_multidelay_show.actv .dzen_maskdown.dzen_delay_04 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.dzen_multidelay_show.actv .dzen_maskup.dzen_delay_06,
.dzen_multidelay_show.actv .dzen_fadeup.dzen_delay_06,
.dzen_multidelay_show.actv .dzen_fadedown.dzen_delay_06,
.dzen_multidelay_show.actv .dzen_fadeleft.dzen_delay_06,
.dzen_multidelay_show.actv .dzen_maskdown.dzen_delay_06  {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}
.dzen_multidelay_show.actv .dzen_maskup.dzen_delay_08,
.dzen_multidelay_show.actv .dzen_fadeup.dzen_delay_08,
.dzen_multidelay_show.actv .dzen_fadedown.dzen_delay_08,
.dzen_multidelay_show.actv .dzen_fadeleft.dzen_delay_08,
.dzen_multidelay_show.actv .dzen_maskdown.dzen_delay_08  {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}
.dzen_multidelay_show.actv .dzen_maskup.dzen_delay_10,
.dzen_multidelay_show.actv .dzen_fadeup.dzen_delay_10,
.dzen_multidelay_show.actv .dzen_fadedown.dzen_delay_10,
.dzen_multidelay_show.actv .dzen_fadeleft.dzen_delay_10,
.dzen_multidelay_show.actv .dzen_maskdown.dzen_delay_10  {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.dzen_multidelay_show.actv .dzen_maskup.dzen_delay_12,
.dzen_multidelay_show.actv .dzen_fadeup.dzen_delay_12,
.dzen_multidelay_show.actv .dzen_fadedown.dzen_delay_12,
.dzen_multidelay_show.actv .dzen_fadeleft.dzen_delay_12,
.dzen_multidelay_show.actv .dzen_maskdown.dzen_delay_12  {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.dzen_multidelay_show.actv .dzen_maskup.dzen_delay_14,
.dzen_multidelay_show.actv .dzen_fadeup.dzen_delay_14,
.dzen_multidelay_show.actv .dzen_fadedown.dzen_delay_14,
.dzen_multidelay_show.actv .dzen_fadeleft.dzen_delay_14,
.dzen_multidelay_show.actv .dzen_maskdown.dzen_delay_14  {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.dzen_multidelay_show.actv .dzen_maskup.dzen_delay_16,
.dzen_multidelay_show.actv .dzen_fadeup.dzen_delay_16,
.dzen_multidelay_show.actv .dzen_fadedown.dzen_delay_16,
.dzen_multidelay_show.actv .dzen_fadeleft.dzen_delay_16,
.dzen_multidelay_show.actv .dzen_maskdown.dzen_delay_16  {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.dzen_multidelay_show.actv .dzen_maskup.dzen_delay_18,
.dzen_multidelay_show.actv .dzen_fadeup.dzen_delay_18,
.dzen_multidelay_show.actv .dzen_fadedown.dzen_delay_18,
.dzen_multidelay_show.actv .dzen_fadeleft.dzen_delay_18,
.dzen_multidelay_show.actv .dzen_maskdown.dzen_delay_18  {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}
.dzen_multidelay_show.actv .dzen_maskup.dzen_delay_20,
.dzen_multidelay_show.actv .dzen_fadeup.dzen_delay_20,
.dzen_multidelay_show.actv .dzen_fadedown.dzen_delay_20,
.dzen_multidelay_show.actv .dzen_fadeleft.dzen_delay_20,
.dzen_multidelay_show.actv .dzen_maskdown.dzen_delay_20  {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}




@keyframes dzen_multidelay_maskup {
  0% {	  
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0,120%,0) rotate(10deg);
	transform: translate3d(0,120%,0) rotate(10deg);
	transform-origin: top left;
  }
  1% {	  
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0,120%,0) rotate(10deg);
	transform: translate3d(0,120%,0) rotate(10deg);
	transform-origin: top left;
  }
  100% { 
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0,0,0) rotate(0deg);
	transform: translate3d(0,0,0) rotate(0deg);
	transform-origin: top left;
  }
}

@keyframes dzen_multidelay_maskdown {
  0% {	  
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0,-120%,0) rotate(-10deg);
	transform: translate3d(0,-120%,0) rotate(-10deg);
	transform-origin: bottom left;
  }
  1% {	  
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0,-120%,0) rotate(-10deg);
	transform: translate3d(0,-120%,0) rotate(-10deg);
	transform-origin: bottom left;
  }
  100% { 
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0,0,0) rotate(0deg);
	transform: translate3d(0,0,0) rotate(0deg);
	transform-origin: bottom left;
  }
}

@keyframes dzen_multidelay_fadeup {
  0% {
    opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0,10vh,0);
	transform: translate3d(0,10vh,0);
	/*-webkit-transform: translate3d(0,120%,0);
	transform: translate3d(0,120%,0);*/
	
  }
  100% {
    opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
  }
}

@keyframes dzen_multidelay_fadedown {
  0% {
    opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0,-120%,0);
	transform: translate3d(0,-120%,0);
	
  }
  100% {
    opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
  }
}

@keyframes dzen_multidelay_fadeleft {
  0% {
    opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(15vw,0,0);
	transform: translate3d(15vw,0,0);
	
  }
  100% {
    opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
  }
}

/*#################### / DZEN DELAY SHOW ##############################*/



.js_dzen_show_up {
	visibility: hidden;
	opacity: 0;
	
	-webkit-transform: translate3d(0,15vh,0);
	transform: translate3d(0,15vh,0);
}
.js_dzen_show_up.actv {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}




.w-container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.w-padd {
	padding-left: 20px;
	padding-right: 20px;
}

.bg-white {
	background-color: white;
}





#allrecords .btn.primary, #allrecords .btn.secondary  {
	font-family: 'TildaSans','TildaSansSemibold',Arial,sans-serif;
	color: #333;
}

.btn.primary, .btn.secondary  {
	font-family: 'TildaSans','TildaSansSemibold',Arial,sans-serif;
	display: inline-block;
	border-radius: 100px;
	font-size: 1.25em;
	line-height: 1;
	font-weight: 500;
	padding: 1em 2em;
	margin-right: .5em;
	
	/*color: #fff;*/
	
	color: #333;
    background: #c8aa78;
    text-decoration: none;
}
.btn.secondary {
	background: #999;
}
.btn.primary:hover {
	background: #ddc191;
}
.btn.secondary:hover {
	background: #344262;
}




[class^*="icon-"]{
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
    margin: 0 1em 0 0;
	vertical-align: baseline;
	font-size: .9em;
}
[class^*="icon-"]::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    text-decoration: none;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.ic-r {
	margin: 0 0 0 1em;
}

.icon-arr-rd-black {
	font-size: .84em;
}
.icon-arr-rd-black::before {
	background-image: url("https://static.tildacdn.info/tild3764-6134-4636-b466-666636616134/arrow-r-d-black.png");
}




.main-bnr {
	position: relative;
	width: 100%;
	min-height: 90vh;
	background: #959595;
	overflow: hidden;
}
.main-bnr .bg-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	/*background-image: url("https://kam-hram.ru/bg-kapitel--lg5.jpg");*/
	background-image: url("https://static.tildacdn.com/tild3337-3661-4436-a431-653061663731/bg-kapitel--lg5.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.main-bnr.is-end .bg-wrap {
	position: absolute;
  	bottom: 0;
  	top: auto;
}

.main-bnr .hdr-box {
	position: relative;
	padding-top: 30vh;
	padding-bottom: 15vh;
}
.main-bnr .hdr-box .hdr {
	font-family: 'Mirra','TildaSans',Arial,sans-serif;
	color: #c8aa78;
	font-size: 5em;
	font-weight: bold;
}
.main-bnr .hdr-box .hdr h1 {
	font-size: 1em;
}
.main-bnr .hdr-box .sub-hdr{
	font-family: 'Mirra','TildaSans',Arial,sans-serif;
	font-size: 1.65em;
	color: #fff;
	margin: 2em 0;
	width: 50%;
}
.main-bnr .hdr-box .txt{
	font-size: 1.5em;
	color: #fff;
	margin: 2em 0;
	width: 50%;
}
.sec-hdr {
	font-family: 'Mirra','TildaSans',Arial,sans-serif;
	color: #c8aa78;
	font-size: 3.5em;
	font-weight: bold;
}






.top-icons {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	height: 0;
}
.main-bnr.is-end .top-icons {
	position: absolute;
}
.top-icons .wrap {
 	position: relative;
	height: 100vh;
	bottom: 100vh;
	width: 5vw;
    min-width: 72px;
	max-width: 90px;
	float: right;
}
.top-icons .pic-box {
	height: 60vh;
}
.top-icons .pic {
	height: 25%;
}
.top-icons .pic > a {
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.top-icons .pic > a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.top-icons .pic > a span {
	position: absolute;
	right: 100%;
    top: 50%;
	width: 20vw;
	min-width: 160px;
	max-width: 200px;
	margin-right: 1em;
	text-align: right;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	
	visibility: hidden;
}
.top-icons .pic > a:hover span {	
	visibility: visible;
}

.top-icons .pic > a span i {
	font-style: normal;
	font-weight: 500;
	color: #fff;
	
	-webkit-transform: translate3d(0,120%,0);
	transform: translate3d(0,120%,0);
	opacity: 0;
	visibility: hidden;
}
.top-icons .pic > a:hover span i {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
	visibility: visible;
}







.tour3d {
	position: relative;
	width: 50%;
	cursor: pointer;
	padding-bottom: 8vh;
}
.tour3d .bord-out {
	padding: 6px;
	border: solid 6px #c8aa78;
}
.tour3d .bord-in {
	padding: 6px;
	border: solid 3px #c8aa78;
}
.tour3d .pic {
	position: relative;
	overflow: hidden;
	padding-bottom: 66%;
}
.tour3d .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.tour3d .pic .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(51,51,51);
    background: -webkit-linear-gradient(160deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.19752566553965334) 50%, rgba(51,51,51,1) 100%);
    background: -o-linear-gradient(160deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.19752566553965334) 50%, rgba(51,51,51,1) 100%);
    background: linear-gradient(160deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.19752566553965334) 50%, rgba(51,51,51,1) 100%);
	
	opacity: .8;
}
.tour3d .pic .btn-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.tour3d .pic a {
	font-family: 'TildaSans',Arial,sans-serif;
	font-size: 1.5em;
	font-weight: 500;
	position: relative;
	background: #fff;
	color: #404040 !important;
	padding: .75em 1.25em;
	border-radius: 3em;
	text-decoration: none;
	box-shadow: 0 0 20px #00000045;
}
.tour3d:hover .pic a {
	background: #c8aa78;
	color: #fff !important;
}





.serv-list {
	position: relative;
	width: 50%;
	/*padding-bottom: 12vh;*/
	padding-bottom: 9em;
}
.serv-list ul {
	position: relative;
	font-family: 'TildaSans','TildaSansBold',Arial,sans-serif;
	padding: 1em 0;
	list-style-type: none;
}
.serv-list ul::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2em;
	height: 100%;
}
.serv-list li {
	position: relative;
	font-size: 1.75em;
	margin: 0 0 .25em 0;
	text-transform: uppercase;
	font-weight: 700;
	/*overflow: hidden;*/
}
.serv-list li div {
	margin-left: 2em;
}
.serv-list li div::before {
	content: '';
	position: absolute;
	left: -2em;
	top: .75em;
	width: 1em;
	height: 1em;
	/*background-image: url("https://kam-hram.ru/bullit-cross.png");*/
	background-image: url("https://static.tildacdn.info/tild3039-3237-4562-b335-306565363733/bullit-cross.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.serv-list li div:hover::before {
	transform: rotate(-90deg);
}
.serv-list li a {
	/*position: relative;*/
	color: #fff !important;
	text-decoration: none;
	display: block;
	/*padding-bottom: .75em;
	padding-right: 2em;*/
}
.serv-list li a span {
	display: block;
	overflow: hidden;
}
.serv-list li a b {
	position: relative;
	color: #fff !important;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: .75em 0;
	padding-right: 2em;
}
.serv-list li a b::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 10%;
	height: 3px;
	background-color: #c8aa78;
}
.serv-list li a:hover b::before {
	width: 100%;
}
.serv-list li a b::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: .9em;
	width: .9em;
	height: .9em;
	/*background-image: url("https://kam-hram.ru/arrow-r-d-white.png");*/
	background-image: url("https://static.tildacdn.info/tild3339-6663-4364-a236-623034326161/arrow-r-d-white.png");
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transform: translate3d(-2em,0,0);
	transform: translate3d(-2em,0,0);
}
.serv-list li a:hover b::after {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.serv-list li a i {
	position: absolute;
	left: 100%;
	bottom: -7px;
	width: 5em;
	height: 5em;
	margin-left: 1em;
	box-shadow: 2px 2px 20px #0000001f;
	box-shadow: 2px 2px 2em #ffffff82;
	
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0,-20%,0) scale(.9);
	transform: translate3d(0,-20%,0) scale(.9);
}
.serv-list li a:hover i {
	opacity: 1;
	visibility: visible;
	
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
.serv-list li a i img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
	width: 100%;
	z-index: 1;
}
.serv-list li a i::before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	z-index: 2;
	
	background: rgb(51,51,51);
    background: -webkit-linear-gradient(160deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.19752566553965334) 40%, rgba(51,51,51,0.19752566553965334) 60%, rgba(51,51,51,1) 100%);
    background: -o-linear-gradient(160deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.19752566553965334) 40%, rgba(51,51,51,0.19752566553965334) 60%, rgba(51,51,51,1) 100%);
    background: linear-gradient(160deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.19752566553965334) 40%, rgba(51,51,51,0.19752566553965334) 60%, rgba(51,51,51,1) 100%);
	
	opacity: .7;
}
.serv-list li a i::after {
	content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
	z-index: 3;
	border: solid 3px #c8aa78;
	border-image: linear-gradient(135deg, #e1c791, #ab8e63) 1;
}



/* ========== TILDA RESTYLE =========== */
.uc-projects {
	
}
.uc-projects .t772__content:hover .t-card__title {
	color: #c8aa78;
}
.uc-projects .t772__content .t772__imgwrapper  {
	overflow: hidden;
}
.uc-projects .t772__content:hover .t772__bgimg  {
	
}
.uc-projects .t772__imgwrapper {
  margin-bottom: .75em;
}
.uc-projects .t772__imgwrapper::after, .t107 > div::after, .t649 .t649__blockimg_1-1::after, .t754 .t-store__card__imgwrapper::after, .uc-projects-toppic .t195__imgsection::after,
.t799__imgwrapper .t-slds__bgimg::after, .uc-team .t-bgimg::after, .t544__blockimg::after, .t-feed__post-imgwrapper::after, .t744__col .t-slds__container::after {
	content: '';
	position: absolute;
	left: 6px;
	top: 6px;
	right: 6px;
	bottom: 6px;
	z-index: 2;
	border: solid 3px #c8aa78;
	border-image: linear-gradient(135deg, #e1c791, #ab8e63) 1;
}
.t649 .t649__blockimg_1-1, .t754 .t-store__card__imgwrapper {
    position: relative;
}
.t107 > div {
    position: relative;
    width: 1160px;
    margin: auto;
}
@media screen and (max-width: 1200px){
    .t107 > div {
        width: 940px;
    }
}
@media screen and (max-width: 940px){
    .t107 > div {
        width: auto;
    }
}

.uc-btn-primary {
	
}
.uc-btn-primary {
	
}
.uc-btn-primary .t142__text {
	position: relative;
	display: inline-block;
	padding-right: 2em;
}
.uc-btn-primary .t142__text::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1em;
	height: 1em;
	background-image: url("https://static.tildacdn.info/tild3764-6134-4636-b466-666636616134/arrow-r-d-black.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.uc-main-menu .t967__maincontainer.t967__c12collumns {
  	max-width: 1160px;
}
.t967__maincontainer {
  	padding: 0 20px;
	padding-top: 2em;
}
.uc-main-menu .t967__imglogo {
  -webkit-transform: translateX(-6.1%);
  transform: translateX(-6.1%);
}


.uc-pagehdrbox .t-title {
    text-align: left;
    font-family: mirra;
    color: #c8aa78;
    text-shadow: 0 0 20px #00000036;
}
.uc-pagehdrbox .t891__wrapper {
	height: auto !important;
	padding-top: 202px;
	padding-bottom: 0;
}
.uc-pagehdrbox .t891 {
    position: relative;
}
.uc-pagehdrbox .t-cover {
	height: auto !important;
}
.uc-pagehdrbox .t891 .t-container {
	position: relative;
}
.uc-pagehdrbox .t-cover__carrier {
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100%;
}
.uc-pagehdrbox .t-cover__filter {
    height: 100% !important;
}
.uc-pagehdrbox .t-cover__wrapper{
	height: auto !important;
}
.uc-pagehdrbox .t-cover__wrapper span.space {
	display: none;
}
.uc-pagehdrbox .t891__title {
    /*padding: 10vh  0 8vh 0;*/
    padding: 1.33em 0;
    max-width: 820px;
}

.t1124 .t-text br {
    clear: both;
    display: block;
    margin-top: .75em;
}
.t1124 .t-col + .t-col {
    margin-left: 0;
}
.t1124__title, .t649 .t649__uptitle {
    color: var(--gold) !important;
}

.t604 .t-slds__arrow, .t744 .t-slds__arrow, .t-form__submit button, .t799__button, .t744__btn {
	background-color: var(--gold) !important;
}
a.t799__button {
	color: #fff !important;
	border-width: 0 !important;
}
.t604 .t-slds__arrow:hover, .t-form__submit button:hover, .t799__button:hover, .t744__btn:hover {
	background-color: var(--gold-hover) !important;
}
.t604 .t-slds__arrow polyline {
  stroke: #fff;
  stroke-width: 2px;
}
.t744 .t-slds__arrow polyline {
  stroke: #fff;
}


.t-rec .t-store .t-store__prod-popup__close-txt-wr {
  display: block !important;
  position: relative !important;
  padding-bottom: 2em;
}
.t-store__prod-snippet__container {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
.t754 .t-store__filter__item-title {
    font-size: 1.2em;
}
.t754 .t-store__card__imgwrapper::after {
    z-index: 4;
}
.t005A__title {
    color: var(--grey-hdr) !important;
}
.t005A .t-row > div + div strong, .t799__btntext {
    color: var(--gold) !important;
}
.uc-projects-ttl .t005A__title {
    color: var(--gold) !important;
}
.t744__title-wrapper {
    display: none;
}
.t744 .t-btn_sm {
    height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
}
.t744 .t-btn td {
    font-size: 18px;
}
.t-store__card__mark-wrapper {
    top: auto;
    right: auto;
    left: 12px;
    bottom: 12px;
}
.t-store__card__mark {
    font-weight: 500;
    font-size: 14px;
    height: 30px;
    background-color: var(--gold) !important;
    padding: 0 12px;
}
.t-store__card__descr {
    margin-top: 3px;
    font-size: 16px;
}
.t-store__grid-separator {
    margin-bottom: 50px;
}
.t-store__card__textwrapper {
    padding-top: 1em;
}
.t754 .t-name_md {
    font-size: 24px !important;
}
#allrecords .t005A__text a {
    color: #111 !important;
}
#allrecords .t005A__text a:hover {
    opacity:.7;
}
.uc-projects-toppic .t195__imgsection {
    display: block;
    position: relative;
}
.uc-projects-toppic .t195__img {
    padding: 0;
    display: block;
}
.uc-projects-toppic .t195__sectitle, .uc-projects-toppic .t195__secdescr, .uc-projects-toppic .t195__imgsection br {
    display: none;
}

#rec798243792, #rec806549165 {
    background-color: #f2efea;
    background-color: #eeebe6;
}

.uc-border-rez-hdr {
    padding: 0 !important;
}
.uc-border-rez-hdr > div {
    background-image: url("https://static.tildacdn.com/tild6431-6437-4732-b131-336236636137/border-reznoy-verh-3.png");
    /*background-size: contain;*/
    background-size: auto 100%;
    min-height: 60px;
    max-height: 120px;
    background-position: center;
    background-repeat: repeat-x;   
}

.uc-pagehdrbox .t891::after/*, #mainBnr::after*/ {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px !important;
    
    background-image: url("https://static.tildacdn.com/tild3265-6363-4532-b437-613131656631/border_2_reznoy-2.png");
    background-image: url("https://static.tildacdn.com/tild6431-6437-4732-b131-336236636137/border-reznoy-verh-3.png");
    
    /*background-size: contain;*/
    background-size: auto 100%;
    background-position: center;
    background-repeat: repeat-x; 
}
#mainBnr::after {
    height: 70px !important;
}

.uc-projects-topbox a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    vertical-align: text-bottom;
}
.uc-projects-topbox .t-slds__arrow_container, .uc-projects-topbox .t-slds__bullet_wrapper {
    display: none;
}


.uc-border-reznoy {
    padding: 0 !important;
}
.uc-border-reznoy > div {
    background-image: url("https://static.tildacdn.com/tild3639-3838-4034-a233-303864363564/border-reznoy-niz-5.png");
    background-size: contain;
    height: 120px !important;
    background-position: center;
    background-repeat: repeat-x;
}

#rec798243792 {
    position: relative;
}

#rec798243792::after/*, #mainBnr::after*/ {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px !important;
    
    background-image: url("https://static.tildacdn.com/tild3639-3838-4034-a233-303864363564/border-reznoy-niz-5.png");
    /*background-size: contain;*/
    background-size: auto 100%;
    background-position: center;
    background-repeat: repeat-x; 
}
.uc-team .t-bgimg, .t544__blockimg {
	position: relative;
}
.uc-expert-btn .t185__butwrapper a, .uc-expert-btn .t142__wraptwo a {
    background: var(--gold);
    border-radius: 90px;
    border: none;
    color: #fff !important;
}
.uc-expert-btn .t185__butwrapper {
    text-align: left;
}
.uc-expert-card .t544__text u {
    text-decoration: none !important;
    display: block;
    margin-top: 2em;
}
.uc-expert-card .t544__text u a {
    display: inline-block;
    padding: 1em 2em;
    color: #fff !important;
    background: var(--gold);
    border-radius: 90px;
    font-weight: 700;
}
.t431__tdscale_1 .t431__th, .t431__tdscale_1 .t431__td {
    padding: 15px 20px;
}
.t-feed__post-popup {
    background: transparent !important;
}
.t-feed__post-popup__container {
    padding: 1em 0 8em;
}
.t-feed__post-popup__date, .t-feed__post-popup__tag span {
  font-size: 12px;
  color: var(--gold);
  font-weight: 800;
}
.t-feed__post-popup__date-wrapper {
  margin-right: 15px;
  padding-right: 15px;
  border-right: solid 2px var(--gold);
}
.uc-blog-on-index .t-feed__buttons-wrapper {
  display: none;
}
#allrecords .t450 .t-descr:first-child a {
    font-size:18px;
    font-weight: 500;
    margin-top: .5em;
    display: inline-block;
}
#allrecords #rec819530240 .t135 {
  position: absolute !important;
}
.t450 {
    max-width: 320px;
    background-color: var(--grey);
}
.t450__close {
    background-color: transparent;
}


@media screen and (max-width: 1230px) {
  .uc-main-menu .t967__imglogo {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .t967 .t967__list {
    margin-left: .75em;
  }
  .t967__list-item {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 980px) {
  .t-menusub__menu {
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(199, 170, 120);
  }
  .t450__container .t-menusub__content:not(.t978__submenu-content) {
    padding-bottom: 15px;
  }
  .uc-pagehdrbox .t891__title {
    padding: 10vh 0 8vh 0;
    padding: 0 0 1.5em 0;
    max-width: 820px;
    font-size: 3.75em;
  }
  .main-bnr .hdr-box .hdr {
    font-size: 3.75em;
  }
  .main-bnr .hdr-box .txt {
    font-size: 1.33em;
  }
  .top-icons .wrap {
    width: 7.5vw;
    min-width: 56px;
    max-width: 64px;
  }
  .main-bnr .hdr-box .txt {
    width: 60%;
  }
  .sec-hdr {
    font-size: 3.25em;
  }
  .serv-list li {
    font-size: 1.66em;
  }
  .tour3d, .serv-list, .main-bnr .hdr-box .txt {
    width: 66%;
  }
  .serv-list li a i {
    display:none;
  }
  #rec798243792::after {
    height: 80px !important;
  }
}

@media screen and (max-width: 640px) {
  #allrecords #rec819530240 .t135 {
    position: absolute !important;
  }
  .uc-pagehdrbox .t891__title {
    font-size: 2.5em;
    padding: 0 0 2.5em 0;
  }
  .uc-hdr-font-2 h2 {
    font-size: 2.5em;
  }
  .t450 {
    max-width: 280px;
  }
  .main-bnr .hdr-box .hdr {
    font-size: 3em;
  }
  .main-bnr .hdr-box .txt {
    font-size: 1.25em;
  }
  #allrecords .t135 {
    padding-left: 20px !important;
  }
  .sec-hdr {
    font-size: 3em;
  }
  .serv-list li {
    font-size: 1.5em;
  }
  .tour3d, .serv-list, .main-bnr .hdr-box .txt {
    width: 75%;
  }
  .uc-border-rez-hdr > div {
    min-height: 50px;
    max-height: 64px;
  }
  .serv-list {
    padding-bottom: 6em;
  }
}

@media screen and (max-width: 540px) {
  .top-icons .wrap {
    display:none;
  }
  .tour3d, .serv-list, .main-bnr .hdr-box .txt {
    width: 90%;
  }
  .tour3d .pic a {
    font-size: 1.25em;
  }
  .sec-hdr {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 480px) {
  .tour3d, .serv-list, .main-bnr .hdr-box .txt {
    width: 100%;
  }
  #allrecords #rec798243792 .t420 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 420px) {
  .serv-list li {
    font-size: 1.33em;
  }
  .sec-hdr {
    font-size: 2.33em;
  }
}
/* ========== / TILDA RESTYLE =========== */







[class^*="icon-"]{
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
    margin: 0 1em 0 0;
	vertical-align: baseline;
	font-size: .9em;
}
[class^*="icon-"]::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    text-decoration: none;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.ic-r {
	margin: 0 0 0 1em;
}

.icon-arr-rd-black {
	font-size: .84em;
}
.icon-arr-rd-black::before {
	background-image: url("https://static.tildacdn.info/tild3764-6134-4636-b466-666636616134/arrow-r-d-black.png");
}







