@import url(
	https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext
);
img,
legend {
	border: 0;
}
legend,
td,
th {
	padding: 0;
}
.fxRollX,
.fxRollX .image {
	/*transform: translateX(100%);*/
	opacity:0;
	transition: all 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
	/*animation-duration: 1.2s;
	animation-timing-function: cubic-bezier(0.62, 0.12, 0.52, 0.94);*/
}
a:active,
a:hover,
button,
button:focus,
input,
input:focus,
select,
select:focus,
textarea,
textarea:focus {
	outline: 0;
}
.container,
.grid {
	max-width: 1600px;
} /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	overflow-y: scroll;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
optgroup,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 2px 0 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.fxRollX {
	overflow: hidden;
}
.fxRollX.active,
.fxRollX.active .image {
	opacity:1;
	/*transform: translateX(0);*/
}
.fxRollX .index-joker-text-block {
	transition: transform 1s ease 0s;
	transform: translate3d(100%,-50%,0);
}
.fxRollX.active .index-joker-text-block {
	transform: translate3d(0%,-50%,0);
}
.fxRollX.navInNext {
	z-index: 10;
	animation-name: rollInXNext;
}
.fxRollX.navInNext .image {
	animation-name: rollInXPrev;
}
.fxRollX.navOutNext {
	z-index: 9;
	animation-name: rollOutXNext;
}
.fxRollX.navOutNext .image {
	animation-name: rollOutXPrev;
}
.fxRollX.navInPrev {
	z-index: 10;
	animation-name: rollInXPrev;
}
.fxRollX.navInPrev .image {
	animation-name: rollInXNext;
}
.fxRollX.navOutPrev {
	z-index: 9;
	animation-name: rollOutXPrev;
}
.fxRollX.navOutPrev .image {
	animation-name: rollOutXNext;
}
.fxRollX.flyNext {
	transform: translateX(100%);
}
.fxRollX.flyNext .image,
.fxRollX.flyPrev {
	transform: translateX(-100%);
}
.fxRollX.flyPrev .image {
	transform: translateX(100%);
}
.fxRollX.flyInNext,
.fxRollX.flyInNext .image {
	transform: translateX(0);
	transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
}
.fxRollX.flyOutNext {
	transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
	transform: translateX(-100%);
}
.fxRollX.flyOutNext .image {
	transform: translateX(100%);
	transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
}
.fxRollX.flyInPrev,
.fxRollX.flyInPrev .image {
	transform: translateX(0);
	transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
}
.fxRollX.flyOutPrev {
	transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
	transform: translateX(100%);
}
.fxRollX.flyOutPrev .image {
	transform: translateX(-100%);
	transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
}
@keyframes rollInXNext {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes rollOutXNext {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes rollInXPrev {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes rollOutXPrev {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(100%);
	}
}
.with-animation .s-a .sa-cl1,
.with-animation .s-a .sa-cl1-r,
.with-animation .s-a .sa-cl2,
.with-animation .s-a .sa-cl2-r,
.with-animation .s-a .sa-cl3,
.with-animation .s-a .sa-cl3-r,
.with-animation .s-a .sa-o1,
.with-animation .s-a .sa-o2,
.with-animation .s-a .sa-o3,
.with-animation .s-a .sa-o4 {
	opacity: 0;
	transition: left 1.2s ease, opacity 1.2s ease;
}
.with-animation .s-a .sa-cl1,
.with-animation .s-a .sa-cl2,
.with-animation .s-a .sa-cl3 {
	left: -200px;
}
.with-animation .s-a .sa-cl1-r,
.with-animation .s-a .sa-cl2-r,
.with-animation .s-a .sa-cl3-r {
	left: 200px;
}
.with-animation .s-a .sa-cl2,
.with-animation .s-a .sa-cl2-r,
.with-animation .s-a .sa-o2 {
	transition-delay: 0.4s;
}
.with-animation .s-a .sa-cl3,
.with-animation .s-a .sa-cl3-r,
.with-animation .s-a .sa-o3 {
	transition-delay: 0.8s;
}
.with-animation .s-a .sa-cl4,
.with-animation .s-a .sa-cl4-r,
.with-animation .s-a .sa-o4 {
	transition-delay: 1.2s;
}
.with-animation .s-a .sa-ct1,
.with-animation .s-a .sa-ct2,
.with-animation .s-a .sa-ct3,
.with-animation .s-a .sa-ct4 {
	top: 50px;
	opacity: 0;
	transition: top 1.2s ease, opacity 1.2s ease;
}
.with-animation .s-a .sa-ct2 {
	transition-delay: 0.4s;
}
.with-animation .s-a .sa-ct3 {
	transition-delay: 0.8s;
}
.with-animation .s-a .sa-ct4 {
	transition-delay: 1.2s;
}
.with-animation .s-a.s-a-a .sa-o1,
.with-animation .s-a.s-a-a .sa-o2,
.with-animation .s-a.s-a-a .sa-o3,
.with-animation .s-a.s-a-a .sa-o4 {
	opacity: 1;
}
.with-animation .s-a.s-a-a .sa-cl1,
.with-animation .s-a.s-a-a .sa-cl1-r,
.with-animation .s-a.s-a-a .sa-cl2,
.with-animation .s-a.s-a-a .sa-cl2-r,
.with-animation .s-a.s-a-a .sa-cl3,
.with-animation .s-a.s-a-a .sa-cl3-r {
	left: 0;
	opacity: 1;
}
.with-animation .s-a.s-a-a .sa-ct1,
.with-animation .s-a.s-a-a .sa-ct2,
.with-animation .s-a.s-a-a .sa-ct3,
.with-animation .s-a.s-a-a .sa-ct4 {
	top: 0;
	opacity: 1;
}
#email-form .right-panel,
.cards .card .arrow,
.cards .card .arrow svg.arr,
.cards .card .arrow svg.play,
.loader,
.position-center,
a.arr svg.circle,
a.arr svg.circle-border,
a.arr svg.icon,
div.arr svg.circle,
div.arr svg.circle-border,
div.arr svg.icon,
input[type="checkbox"]:checked:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
}
.positionX {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#request-form .right-panel form {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#main-menu {
	position: fixed;
	top: -9999px;
	left: -9999px;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 6;
}
#main-menu .menu-box,
#main-menu .site-box,
#main-menu .site-box .site {
	position: absolute;
	box-sizing: border-box;
}
#main-menu .site-box {
	border: 0px solid rgba(0, 0, 0, 0.1);
	top: 72px;
	width: 60%;
	right: 5%;
	height: calc(100vh - 200px);
	padding: 0px;
}
#main-menu .site-box .site {
	top: 0px;
	left: 0px;
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	background-color: #000;
	opacity: 0;
}
#main-menu .menu-box {
	display: block;
	left: 5%;
	width: 20%;
	top: 72px;
	opacity: 0;
	transition: opacity 1s ease;
}
#main-menu .menu-box .menu {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
	box-sizing: border-box;
}
.mw200 {
	max-width:200px;
}
#main-menu .menu-box .menu ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#main-menu .menu-box .menu ul li {
	position: relative;
	display: block;
	font-family: History;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.5px;
	transition: color 0.3s ease;
	color: #444F54;
	cursor: pointer;
	margin-bottom: 16px;
	white-space: nowrap;
}
.is-desktop .kt-gallery-floater .title:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 7px;
	width: 150%;
	transform: translate(-75%,0);
	height: 1px;
	background-color: rgba(75, 87, 92, 0.2);
	transition: width 1s ease;
	z-index: 1;
}
@media all and (min-height: 680px) {
	#main-menu .menu-box .menu ul li {
		margin-bottom: 20px;
	}
}
@media all and (min-height: 720px) {
	#main-menu .menu-box .menu ul li {
		margin-bottom: 26px;
	}
}
@media all and (min-height: 760px) {
	#main-menu .menu-box .menu ul li {
		margin-bottom: 32px;
	}
}
#main-menu .menu-box .menu ul li a,
#main-menu .menu-box .menu ul li span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #444F54;
	transition: 0.3s;
	background-color: #fff;
	padding-right: 16px;
	z-index: 2;
}
#main-menu .menu-box .menu ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 0%;
	height: 1px;
	background-color: rgba(75, 87, 92, 0.2);
	transition: width 1s ease;
	z-index: 1;
}
#main-menu .menu-box .menu ul li.active:after {
	width: 100%;
}
#main-menu .menu-box .menu ul li:before {
	content: "";
	position: absolute;
	top: 62%;
	left: -16px;
	height: 4px;
	width: 4px;
	transform: translateY(-50%);
	background-color: #444F54;
	opacity: 0;
	border-radius: 50%;
	transition: opacity 0.3s ease;
}
#main-menu .menu-box .menu ul li.active {
	font-family: History;
	font-size: 22px;
	line-height: 20px;
	letter-spacing: 1.2px;
	color: #444F54;
	cursor: default;
}
@media (max-width:1440px)
{
	#main-menu .menu-box .menu ul li {
		font-size:14px;
		line-height:14px;
	}
	#main-menu .menu-box .menu ul li.active {
		font-size:18px;
		line-height:16px;
	}
}
@media (max-width:1340px)
{
	#main-menu .menu-box .menu ul li {
		font-size:12px;
		line-height:12px;
	}
	#main-menu .menu-box .menu ul li.active {
		font-size:16px;
		line-height: 14px;
	}
}
@media (max-width:1240px)
{
	#main-menu .menu-box {
		left:90px !important;
	}
}
#main-menu .menu-box .menu ul li.active:before {
	opacity: 0;
}
#main-menu .menu-box .menu ul li.active:after {
	display: none;
	top: 10px;
}
#main-menu .sub-menu {
	padding-top:20px;
	/*position: absolute;
	left: 0;
	bottom: 70px;*/
}
.h-menu-number {
	 font-size: 13px;
	 margin-top: 35px;
	 color:#a3a4a7;
 }
.h-menu-number > div,.h-menu-number a {
	font-family: History, sans-serif;
	letter-spacing: 0.9px;
	text-decoration: none;
	transition: top 1s ease;
	color: #333;
	font-weight:600;
	font-size: 14px;
	display: block;
	margin-top: 10px;
}
.h-menu-soc {
	padding-top:40px;
}
.h-menu-soc__item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 26px 0 0;
	color:#b69a79;
}
.h-menu-soc__item svg {
	display: block;
	fill: #b69a79;
	max-width: 21px;
	max-height: 16px;
}
svg:not(:root) {
	overflow: hidden;
}
.h-menu-soc__item svg * {
	fill: inherit;
	stroke: inherit;
}
#main-menu .sub-menu a.presentation span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 10px;
	letter-spacing: 0.8px;
	color: #444F54;
}
#main-menu .sub-menu a.presentation span:first-child {
	font-weight: 600;
	transition: 0.3s;
	text-transform: uppercase;
}
#main-menu .sub-menu a.presentation span:last-child {
	font-weight: 400;
	font-style: italic;
}
#main-menu .sub-menu a.presentation span.sep {
	width: 40px;
	margin: 0 8px;
}
#main-menu .sub-menu a.presentation span.sep:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(75, 87, 92, 0.2);
}
#main-menu .sub-menu form.search-box {
	position: relative;
	display: block;
	width: 300px;
	margin-top: 18px;
}
#main-menu .sub-menu form.search-box .search-trigger,
#main-menu .sub-menu form.search-box input[name="text"] {
	font-family: "Open Sans";
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.8px;
	font-weight: 600;
	color: #444F54;
	border: 0;
}
#main-menu .sub-menu form.search-box input[name="text"] {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	line-height: 16px;
	padding: 0 0 6px;
	border-bottom: 1px rgba(75, 87, 92, 0.2) solid;
	width: 300px;
	opacity: 0;
}
#main-menu .sub-menu form.search-box .search-trigger {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	opacity: 0.6;
	padding-top: 4px;
}
#main-menu .sub-menu form.search-box .search-trigger:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0%;
	height: 1px;
	background-color: rgba(75, 87, 92, 0.2);
}
#main-menu .sub-menu form.search-box button.search {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background: 0 0;
	font-weight: 600;
	font-size: 12px;
	color: #444F54;
	-webkit-appearance: none;
	display: none;
}
body,
h2 {
	font-weight: 400;
}
#main-menu .sub-menu form.search-box.active .search-trigger {
	display: none;
}
#main-menu .sub-menu form.search-box.active button.search {
	display: block;
}
#main-menu .sub-menu form.search-box.active input[name="text"] {
	opacity: 1;
}
#main-menu .language {
	position: absolute;
	left: 40px;
	bottom: 40px;
	font-family: History;
	font-size: 12px;
	line-height: 10px;
	letter-spacing: 1px;
}
#main-menu .language a,
#main-menu .language span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #353f3e;
	transition: color 0.3s ease;
}
.is-desktop #main-menu .language a:hover,
.is-desktop #main-menu .menu-box .menu ul li:hover a,
.is-desktop #main-menu .sub-menu a.presentation:hover span:first-child {
	color: #f46244;
}
#main-menu .language span {
	opacity: 0.4;
}
#main-menu.open .menu-box,
.is-desktop #main-menu .sub-menu form.search-box .search-trigger:hover {
	opacity: 1;
}
#main-menu .language .sep {
	width: 40px;
	margin: 0 8px;
}
.is-desktop #main-menu .menu-box .menu ul li:hover:after,
.is-desktop #main-menu .sub-menu form.search-box .search-trigger:hover:after {
	width: 100%;
}
#main-menu .language .sep:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(75, 87, 92, 0.2);
}
#main-menu.open {
	top: 0;
	left: 0;
}
@keyframes rotateLoader {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes dashLoader {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124;
	}
}
@keyframes dashLoaderBig {
	0% {
		stroke-dasharray: 1, 300;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 300;
		stroke-dashoffset: -70;
	}
	100% {
		stroke-dasharray: 89, 300;
		stroke-dashoffset: -200;
	}
}
.vimeo-player .loader {
	background-color: transparent !important;
}
.loader {
	height: 50px;
	width: 50px;
	display: none;
	z-index: 1000;
}
.loader.dis,
.loader.show,
fieldset {
	display: block;
}
.loader .caption {
	position: absolute;
	white-space: nowrap;
	text-align: center;
	left: 50%;
	transform: translate(-50%);
	font-family: History;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	padding-top: 35px;
}
.loader svg.circular {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	animation: rotateLoader 2s linear infinite;
	transform-origin: center center;
	position: absolute;
	margin: auto;
}
.loader svg.circular .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	animation: dashLoader 2s ease-in-out infinite;
	stroke-linecap: round;
	stroke: #f46244;
}
.loader.white .caption {
	color: #30383b;
}
.loader.fixed {
	position: fixed;
}
.loader:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.loader.big {
	height: 70px;
	width: 70px;
}
body,
html {
	margin: 0;
	/*height: 100%;*/
	padding: 0;
}
#screen,
#screen #content,
body,
html,
section {
	width: 100%;
}
.loader.big svg.circular .path {
	stroke-dasharray: 1, 300;
	animation: dashLoaderBig 2s ease-in-out infinite;
}
@font-face {
	src: url(/media/template/assets/public/font/History.otf);
	font-family: History;
}
html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
}
body {
	min-height: 100%;
	font-family: "Open Sans", sans-serif;
}
h1,
h2 {
	text-transform: uppercase;
	font-family: History, sans-serif;
}
.reset-transitions {
	transition-delay: 0s !important;
	transition: none !important;
}
#screen {
	position: relative;
	height: auto;
	z-index: 7;
	background-color: #fff;
	transform-origin: 100% 0;
	transform: scale(1) translate(0, 0);
	transition: transform 0.5s ease-in-out;
	overflow: hidden;
}
#screen.scale-down:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0);
}
#screen.contentFixed {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
}
#screen.contentFixed:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(208, 232, 243, 0.2);
}
#screen #content {
	position: relative;
	z-index: 8;
	background-color: #fff;
}
.contentFixed #screen #content {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
fieldset,
section {
	position: relative;
}
.loading #screen #content section {
	opacity: 0;
}
.floating-title,
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
::selection {
	background-color: #e3f1f6;
	color: #333;
}
::-moz-selection {
	background-color: #e3f1f6;
	color: #333;
}
textarea {
	resize: none;
	overflow: auto;
}
textarea:focus::placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}
input:focus::input-placeholder,
textarea:focus::input-placeholder {
	color: transparent;
}
textarea:focus::-moz-input-placeholder {
	color: transparent;
}
input:focus::-moz-input-placeholder {
	color: transparent;
}
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-webkit-input-placeholder {
	color: transparent;
}
textarea:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type="checkbox"] {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	border: 1px solid #dbddde;
	background-color: #fff;
	border-radius: 3px;
	box-sizing: border-box;
	transition: 0.15s;
}
input[type="checkbox"]:checked:after {
	content: "";
	height: 24px;
	width: 24px;
	background: url(../images/chek.svg) center no-repeat #a1d2e0;
	border-radius: 2px;
}
fieldset {
	border: 0;
}
section {
	box-sizing: border-box;
}
#LZ,
.LZ {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 0;
	height: 0;
	overflow: hidden;
}
.ktLoader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 60;
	background-color: #fff;
}
.ktLoader.ktIndexLoader {
	position: relative;
	top: auto;
	left: auto;
	z-index: 1;
	background-color: #fff;
}
.ktLoader .loader-line {
	position: absolute;
	top: 0;
	left: 0;
	transition: width 1s ease;
	width: 0;
	height: 2px;
	background-color: #f46244;
}
.ktLoader .b,
.ktLoader .l,
.ktLoader .r,
.ktLoader .t {
	position: absolute;
	background-color: #fff;
	transition: width 2.3s cubic-bezier(0.25, 0.1, 0.25, 1), height 2.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ktLoader .l {
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
}
.ktLoader .r {
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
}
.ktLoader .t {
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
}
.ktLoader .b {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
}
.ktLoader .joker-container {
	position: absolute;
	width: 100%;
	height: 100%;
	background:url(../images/new/bg.jpg);
	background-color: #e3f1f6;
	transition: background-color 0.5s ease;
	overflow: hidden;
}
.ktLoader .joker-container .awards {
	position: absolute;
	bottom: 24px;
	left: 24px;
	opacity: 0;
	transition: opacity 2.3s cubic-bezier(0.25, 0.1, 0.25, 1), top 2.3s cubic-bezier(0.25, 0.1, 0.25, 1),
		left 2.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	font-size: 0;
}
.ktLoader .joker-container .awards .award {
	position: relative;
	display: inline-block;
	text-decoration: none;
	width: 80px;
	height: 80px;
	z-index: 1;
	margin-right: 8px;
}
.ktLoader .joker-container .joker .initial-size,
.ktLoader.loaded .joker-container .joker .color,
.ktLoader.loaded .joker-container .joker .gray {
	display: none;
}
.ktLoader .joker-container .awards .award .award-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 20%;
}
.ktLoader .joker-container .awards .award .award-logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.5s ease;
	width: 40px;
	height: 40px;
	opacity: 1;
	z-index: 1;
}
.ktLoader .joker-container .awards .award .award-logo img.colored {
	z-index: 2;
	opacity: 0;
}
.ktLoader .joker-container .awards .award:hover {
	z-index: 2;
}
.ktLoader .joker-container .awards .award:hover .award-logo img {
	opacity: 0;
}
.ktLoader .joker-container .awards .award:hover .award-logo img.colored {
	opacity: 1;
}
.ktLoader .joker-container .joker {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: 50% 50%;
	transform: translate(-50%, -50%) scale(1);
	width: 325px;
	height: 500px;
	overflow: hidden;
}
.ktLoader .joker-container .joker.animated {
	transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ktLoader .joker-container .joker.animated-fast {
	transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 1s ease;
}
.ktLoader .joker-container .joker .color,
.ktLoader .joker-container .joker .gray,
.ktLoader .joker-container .joker .initial-size {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.5s linear;
	overflow: hidden;
}
.ktLoader .joker-container .joker .color .image,
.ktLoader .joker-container .joker .gray .image,
.ktLoader .joker-container .joker .initial-size .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.5s linear;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.container,
.description-text,
.title-block,
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
}
.ktLoader .joker-container .joker .color {
	z-index: 2;
	transform: translateY(100%);
}
.ktLoader .joker-container .joker .color .image {
	transform: translateY(-100%);
	background-image: url(../images/new/kubantrend-start2.png);
}
.ktLoader .joker-container .joker .gray {
	z-index: 1;
}
.ktLoader .joker-container .joker .gray .image {
	background-image: url(../images/new/kubantrend-start.png);
}
.ktLoader .index-joker-text-block {
	opacity: 0;
	transition: opacity 1.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ktLoader .index-joker-text-block .text,
.ktLoader .index-joker-text-block h1 {
	transform: translateY(30px);
	transition: transform 1.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ktLoader .index-joker-next-page {
	opacity: 0;
	bottom: 78px;
	transition: opacity 1.6s cubic-bezier(0.25, 0.1, 0.25, 1), bottom 1.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media all and (min-width: 1440px) {
	.ktLoader .index-joker-next-page {
		bottom: 94px;
	}
}
.ktLoader .index-joker-line-pos .px-line {
	height: 0;
	transition: height 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ktLoader.loaded .index-joker-text-block {
	transition-delay: 1s;
	opacity: 1;
	position:relative;
}
.ktLoader.loaded .index-joker-text-block:before {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 100%;
	height: 100%;
	content: '';
	/*background: rgba(255,255,255,0.8);*/
	display: block;
	padding: 20px;
	border-radius: 10px;
	/*-webkit-box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.8);
	-moz-box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.8);
	box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.8);*/
}
.ktLoader.loaded .index-joker-text-block .text,
.ktLoader.loaded .index-joker-text-block h1 {
	transition-delay: 1s;
	transform: translateY(0);
}
.ktLoader.loaded .index-joker-next-page {
	bottom: 108px;
	opacity: 1;
	transition-delay: 1.3s;
}
.ktLoader.loaded .index-joker-line-pos .px-line {
	transition-delay: 2.6s;
	height: 66px;
}
.ktLoader.loaded .joker-container .awards {
	bottom: 96px;
	left: 100px;
	opacity: 1;
}
.ktLoader.loaded .joker-container .joker .initial-size,
.container {
	display: block;
}
.ktLoader.loaded .joker-container .joker .initial-size .image.image1 {
	background-image: url(../images/new/slid1.jpg);
}
.ktLoader.loaded .joker-container .joker .initial-size .image.image2 {
	background-image: url(../images/new/slid2.jpg);
}
.ktLoader.loaded .joker-container .joker .initial-size .image.image3 {
	background-image: url(../images/new/slid3.jpg);
}

.ktLoader.loaded .l,
.ktLoader.loaded .r {
	width: 72px;
}
.ktLoader.loaded .b,
.ktLoader.loaded .t {
	height: 72px;
}
.t2 .ktLoader.loaded .b {
	height:0
}
@media all and (min-width: 1440px) {
	.ktLoader.loaded .index-joker-next-page {
		bottom: 124px;
	}
	.ktLoader.loaded .joker-container .awards {
		bottom: 112px;
		left: 100px;
	}
	.ktLoader.loaded .l,
	.ktLoader.loaded .r {
		width: 88px;
	}
	.ktLoader.loaded .b,
	.ktLoader.loaded .t {
		height: 88px;
	}
}
.imperavi-redactor {
	position: relative;
	padding: 0;
	margin: 0;
}
.container {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0 8.333333%;
}
.container.dbl-pad {
	padding: 0 16.666666% 0 0;
	text-align:right;
}
.container.tri-pad {
	padding: 0 25%;
}
@media all and (min-width: 1600px) {
	.container {
		padding: 0 133.33px;
	}
	.container.dbl-pad {
		padding: 0 266.67px 0 0;
	}
	.container.tri-pad {
		padding: 0 400px;
	}
}
@media all and (min-width: 1880px) {
	.container.dbl-pad {
		padding: 0 0 0 133.33px;
	}
	.container.tri-pad {
		padding: 0 266.67px;
	}
}
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
}
.link,
.link:after {
	display: inline-block;
}
.clearfix:after {
	clear: both;
}
.left-side {
	float: left;
}
.right-side {
	float: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}
h1 {
	font-size: 50px;
	line-height: 68px;
	color: #fff;
}
h2 {
	font-size: 32px;
	line-height: 48px;
	letter-spacing: 2.4px;
	color: #444F54;
	white-space: nowrap;
}
@media only screen and (min-width: 1440px) {
	h2 {
		font-size: 34px;
		line-height: 52px;
		letter-spacing: 3px;
	}
}
@media only screen and (min-width: 1880px) {
	h2 {
		font-size: 36px;
	}
}
.opacity-on {
	opacity: 0 !important;
}
.description-text {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.1px;
	color: #444F54;
	font-weight: 300;
	margin: 40px 0;
	width: 320px;
}
.link,
.title-block .sub-title {
	font-size: 12px;
	text-transform: uppercase;
}
.description-text.small-text {
	line-height: 10px;
}
.description-text.middle-text {
	line-height: 24px;
}
.description-text.dbl-top-pad {
	margin-top: 80px;
}
.description-text p {
	margin-top: 48px;
}
@media all and (min-width: 1440px) {
	.description-text {
		width: 360px;
		padding-left:calc(100% - 360px);
	}
}
@media all and (min-width: 1600px) {
	.description-text {
		width: 266.67px;
		padding-left:calc(100% - 266.67px);
	}
}
.description-text.col4 {
	width: 426.67px;
	padding-left:calc(100% - 266.67px);
}
.highlight-cmp__content-inner .description-text.col4 {
	padding-left:0;
}
@media all and (min-width: 1440px) {
	.description-text.col4 {
		width: 480px;
		padding-left:calc(100% - 480px);
	}
	section.contacts form .description-text.col4 {
		width: 426.67px;
		padding-left:calc(100% - 266.67px);
	}
}
@media all and (min-width: 1600px) {
	.description-text.col4 {
		width: 533.33px;
		padding-left:calc(100% - 533.33px);
	}
	section.contacts form .description-text.col4 {
		width: 426.67px;
		padding-left:calc(100% - 266.67px);
	}
}
.description-text.shift-right {
	top: -40px;
	padding-left: 320px;
	width: 320px;
}
@media all and (min-width: 1440px) {
	.description-text.shift-right {
		width: 360px;
		padding-left: 360px;
	}
}
@media all and (min-width: 1600px) {
	.description-text.shift-right {
		width: 333.33px;
		padding-left: 400px;
	}
}
.title-block .sub-title {
	position: absolute;
	top: 10px;
	left: -40px;
	line-height: 8px;
	letter-spacing: 2px;
	color: rgba(75, 87, 92, 0.3);
	transform-origin: 0 0;
	transform: rotate(-90deg) translate(-100%, 0);
}
.link {
	line-height: 10px;
	letter-spacing: 0.8px;
	font-weight: 600;
	color: #444F54;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.3s ease;
}
.is-desktop .main-menu-toggler:hover,
.link:hover {
	color: #f46244;
}
svg.circle-border,
svg.circle-timer {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
}
.link:after {
	content: "";
	width: 100px;
	vertical-align: top;
	height: 1px;
	opacity: 0.2;
	background-color: #444F54;
	margin-left: 15px;
	margin-top: 4px;
	transition: width 1s ease;
}
.link:hover:after {
	width: 150px;
}
svg.circle-border {
	height: 60px;
	display:none;
	width: 60px;
	stroke-width: 1px;
	stroke: rgba(86, 128, 141, 0.2);
	transform: translate(-50%, -50%);
	transition: stroke-width 0.3s ease, stroke 0.3s ease;
}
svg.circle-timer {
	height: 60px;
	width: 60px;
	stroke-width: 2px;
	stroke-dasharray: 190px;
	stroke-dashoffset: 190px;
	stroke: #444F54;
	transform: translate(-50%, -50%) rotate(-90deg);
}
svg.circle-timer.white {
	stroke: #fff;
}
svg.circle-timer.timer10 {
	transition: stroke-dashoffset 10s linear;
	stroke-dashoffset: 0;
}
svg.circle-timer.timer5 {
	transition: stroke-dashoffset 5s linear;
	stroke-dashoffset: 0;
}
svg.circle-timer.timer2 {
	transition: stroke-dashoffset 2s linear;
	stroke-dashoffset: 0;
}
svg.circle-timer.timer1 {
	transition: stroke-dashoffset 1s linear;
	stroke-dashoffset: 0;
}
a.arr,
div.arr {
	position: relative;
	display: block;
	height: 60px;
	width: 60px;
	cursor: pointer;
}
a.arr svg.circle,
a.arr svg.circle-border,
div.arr svg.circle,
div.arr svg.circle-border {
	height: 60px;
	width: 60px;
	stroke-width: 1px;
	stroke: rgba(51, 51, 51, 0.2);
	transition: stroke 0.3s ease, stroke-width 0.3s ease;
}
a.arr svg.icon,
div.arr svg.icon {
	height: 24px;
	width: 24px;
	fill: #444F54;
}
a.arr.close svg.icon,
div.arr.close svg.icon {
	transition: transform 0.3s ease;
}
a.arr.close:hover svg.circle,
div.arr.close:hover svg.circle {
	stroke-width: 1.5px;
	stroke: #444F54;
}
a.arr.north,
div.arr.north {
	cursor: default;
}
a.arr:hover .circle-border,
div.arr:hover .circle-border {
	stroke-width: 1.5px;
	stroke: #444F54;
}
.main-menu-toggler {
	position: fixed;
	left: -44px;
	top: 0;
	cursor: pointer;
	z-index: 70;
	height: 96px;
	padding:24px 10px 30px;
	background:#fff;
	transition: left 1s ease, color 0.3s ease, height 0.3s ease 0.1s;
}
.main-menu-toggler .hamburger {
	position: relative;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	font-size: 0;
	z-index:100;
}
.main-menu-toggler .hamburger i {
	position: relative;
	display: block;
	width: 24px;
	height: 2px;
	background-color: #333;
	margin-bottom: 5px;
	border-radius: 2px;
	transition: background-color 0.3s ease, transform 1s ease, opacity 1s ease, width 0.5s ease;
}
.kt-gallery-floater .title,
.main-menu-toggler .caption {
	position: absolute;
	font-family: History;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.main-menu-toggler .hamburger i:nth-child(2) {
	width:18px;
}
.main-menu-toggler .hamburger span {
	display:block;
	position:absolute;
	right:0;
	width:2px;
	background-color:#333;
	height:0;
	transition: background-color 0.3s ease, transform 1s ease, opacity 0.3s ease, width 0.5s ease;
}
.main-menu-toggler .hamburger i:nth-child(2) span {
	height:11px;
}
.main-menu-toggler .hamburger i:nth-child(1) span {
	height:18px;
}
.main-menu-toggler:hover .hamburger i span {
	background-color: #f46244;
}
.main-menu-toggler .hamburger i:nth-child(3) {
	width:12px;
}
.main-menu-toggler.menu-open .hamburger i {
	width:24px;
}
.main-menu-toggler .hamburger i:nth-child(2),
.main-menu-toggler .hamburger i:nth-child(3) {
	transform: translateX(-48px);
}
.main-menu-toggler .caption {
	top: 60px;
	left: 43%;
	z-index:101;
	transform-origin: 0 50%;
	transform: rotate(-90deg) translate(-100%, 0);
	font-size: 12px;
	line-height: 0;
	opacity:1;
	transition: opacity 0.3 ease;
}
.main-menu-toggler.menu-open .caption {
	opacity:0;
}
.main-menu-toggler.menu-open {
	height:20px;
}
.sd-icon {
	width:40px;
}
.main-menu-toggler:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	height: 100%;
	width: 51%;
	background: white;
	transform: skew(0deg, -45deg);
}
.main-menu-toggler:after {
	content: '';
	position: absolute;
	top: 12px;
	right: 0;
	height: 100%;
	width: 50%;
	background: white;
	transform: skew(0deg, 45deg);
}
@media all and (min-width: 1440px) {
	.main-menu-toggler {
		left: -44px;
		top: 0;
	}
	.main-menu-toggler .hamburger i:nth-child(2),
	.main-menu-toggler .hamburger i:nth-child(3) {
		transform: translateX(-56px);
	}
}
.main-menu-toggler.on-screen {
	left: 24px;
}
@media all and (min-width: 1440px) {
	.main-menu-toggler.on-screen {
		/*left: 32px;*/
	}
}
.main-menu-toggler.on-screen.menu-open {
	left: 8px;
}
.main-menu-toggler.on-screen .hamburger i:nth-child(2) {
	transition-delay: 0.2s;
	transform: translateX(0);
}
.main-menu-toggler.on-screen .hamburger i:nth-child(3) {
	transition-delay: 0.4s;
	transform: translateX(0);
}
.main-menu-toggler.on-screen.ready .hamburger i {
	transition: background-color 0.3s ease, transform 0.5s ease, opacity 0.5s ease,width 0.5s ease;
}
.main-menu-toggler.on-screen.ready .hamburger i:nth-child(2),
.main-menu-toggler.on-screen.ready .hamburger i:nth-child(3) {
	transition-delay: 0s;
}
.main-menu-toggler.menu-open .hamburger i:nth-child(1) {
	transition-delay: 0s;
	transform: translate(0, 7px) rotate(-45deg);
}
.main-menu-toggler.menu-open .hamburger span {
	opacity:0;
}
.main-menu-toggler.menu-open .hamburger i:nth-child(2) {
	transition-delay: 0s;
	opacity: 0;
}
.main-menu-toggler.menu-open .hamburger i:nth-child(3) {
	transition-delay: 0s;
	transform: translate(0, -7px) rotate(45deg);
}
.is-desktop .main-menu-toggler:hover .hamburger i {
	background-color: #f46244;
}
.kt-gallery-floater {
	position: fixed;
	top: 170px;
	left: 0;
	width: 60px;
	z-index: 71;
	opacity: 0;
	transform: translate(-100%);
	transition: opacity 0.5s ease, transform 1s ease;
}
.kt-gallery-floater .title {
	top: 50%;
	left: 50%;
	font-size: 12px;
	line-height: 14px;
	color: #444F54;
	white-space: nowrap;
	transform-origin: 0 50%;
	transform: rotate(-90deg) translate(-50%, 0);
	transition: color 0.5s ease;
}
header.top .phone,
header.top .request-form-toggler {
	line-height: 24px;
	font-family: History;
	position: absolute;
	cursor: pointer;
}
.kt-gallery-floater.on-screen {
	transform: translate(0);
}
.kt-gallery-floater.active {
	opacity: 1;
}
.kt-gallery-floater.hidden,
.floating-title .transparent {
	opacity: 0;
}
.is-desktop .kt-gallery-floater .title:hover {
	color: #333;
}

.kt-gallery-floater2 {
	position: absolute;
	top: 260px;
	left: 16px;
	width: 500px;
	z-index: 70;
	opacity: 1;
	transform: translate(0);
	transition: opacity 0.5s ease, transform 1s ease;
}
.kt-gallery-floater2 .crumbs {
	display:flex;
	justify-content: flex-end;
	transform:rotate(-90deg) translate(-195px,-221px);
}
.kt-gallery-floater2 a {
    text-decoration: none;
}
.kt-gallery-floater2 .title {
	top: 50%;
	left: 50%;
	font-size: 12px;
	line-height: 14px;
	color: #aaa;
	white-space: nowrap;
	transform-origin: 0 50%;
	transform: /*rotate(-90deg)*/ translate(0, 0);
	transition: color 0.5s ease;
}
.kt-gallery-floater2.on-screen {
	transform: translate(0);
}
.kt-gallery-floater2.active {

	transform:translate(-115%);
}
.kt-gallery-floater2.hidden{
	opacity: 1;
}
.is-desktop .kt-gallery-floater2 .title:hover {
	color: #333;
}
.kt-gallery-floater2 .title{
	/*position: absolute;*/
	margin-right:55px;
	font-family: History;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.is-desktop .kt-gallery-floater2 .title:after {
	content: "";
	position: relative;
	display: block;
	top: -6px;
	left: calc(100% + 5px);
	width: 40px;
	height: 1px;
	background-color: rgba(75, 87, 92, 0.2);
	transition: width 1s ease;
	z-index: 1;
}
@media (min-width: 1440px) {
	.kt-gallery-floater2 {
		left: 16px;
	}
}
header.top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}
header.top .request-form-toggler-box {
	position: absolute;
	top: 0;
	right: 0;
	width: 72px;
	height: 240px;
	overflow: hidden;
}
header.top .request-form-toggler {
	top: 27px;
	right: -24px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 12px;
	letter-spacing: 3px;
	transform-origin: 100% 0;
	transform: rotate(-90deg) translate(0, -100%);
	transition: right 1s ease, color 0.3s ease;
}
@media all and (min-width: 1440px) {
	header.top .request-form-toggler-box {
		width: 88px;
	}
	header.top .request-form-toggler {
		top: 34px;
		right: -24px;
	}
}
header.top .request-form-toggler.on-screen {
	right: 24px;
}
@media all and (min-width: 1440px) {
	header.top .request-form-toggler.on-screen {
		right: 32px;
	}
}
header.top .phone {
	top: -24px;
	right: 72px;
	font-size: 14px;
	letter-spacing: 0.9px;
	text-decoration: none;
	transition: top 1s ease;
	color: #333;
}
header.top .logo {
	display:none;
	position:absolute;
	left:50%;
	transform: translateX(-50%);
}
header.top .logo img {
	image-rendering: pixelated;
}
.loaded header.top .logo {
	display:block;
}
@media all and (min-width: 1440px) {
	header.top .phone {
		top: -24px;
		right: 88px;
	}
}
header.top .phone.on-screen {
	top: 24px;
}
@media all and (min-width: 1440px) {
	header.top .phone.on-screen {
		top: 32px;
	}
}
.is-desktop .request-form-toggler:hover {
	color: #f46244;
}
.floating-title {
	position: absolute;
	font-size: 88px;
	font-family: History, sans-serif;
	line-height: 1.5em;
	letter-spacing: 13.2px;
	text-align: right;
	text-transform: uppercase;
	left: 20px;
	color: #e3f1f6;
}
.floating-title .blue,
.floating-title .white {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.floating-title .blue span,
.floating-title .white span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.floating-title .blue {
	color: #e3f1f6;
}
.floating-title .white {
	color: #fff;
	height: 10%;
	top: 90%;
}
.floating-title .white span {
	transform: translateY(-90%);
}
.cards {
	position: absolute;
	top: 75px;
	right: 0;
	width: 100%;
	height: 520px;
	font-size: 0;
	/*overflow: hidden;*/
}
.cards div.arr.back2first {
	position: absolute;
	top: 50%;
	right: 48px;
	transform: translateY(-50%);
	/*background-color: #fff;*/
	border-radius: 50%;
	display: none;
	z-index: 1;
}
.cards .card,
.cards .card .visual {
	z-index: 5;
	left: 0;
	position: absolute;
	top: 0;
	height: 100%;
}
.cards .card {
	display: inline-block;
	width: 320px;
}
.cards .card .img {
	-webkit-box-shadow: 7px 12px 50px rgba(0,0,0,0.4);
	-moz-box-shadow: 7px 12px 50px rgba(0,0,0,0.4);
	box-shadow: 7px 12px 50px rgba(0,0,0,0.4);
}
.cards .card.animated {
	transition: transform 1s ease;
}
.cards .card.active {
	z-index:10;
}
.cards .card.next .arrow,.cards .card.prev .arrow {
	display:none;
}
.cards .card .visual {
	width: 100%;
	/*background-color: #4c5f66;*/
	cursor: pointer;
	transform:translateX(0);

}
.cards .card.animated .visual {
	transition: all 1s ease;
}
.cards .card .img,.cards .card .content {
	/*transition:transform 1s ease;*/
}
.h-phone {
	display: -ms-flexbox;
	position:absolute;
	top:-115px;
	left:12px;
	display: flex;
	width: 36px;
	cursor: pointer;
	height: 36px;
	background-color: #2e3033;
	border-radius: 50%;
	transition: all .5s ease!important;
}
.h-phone__icon {
	margin: auto;
	display: block;
	width: 12px;
	height: 12px;
	fill: white;
	transition: fill .5s ease!important;

}
.cards .card .visual .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;

	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	text-align: center;
}
.cards .card.animated .visual .img {
	transition: transform 1s ease;
}
.cards .card .visual .img img,.cards .card .visual .img video {
	opacity: 0.7;
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	top:0;
}
.cards .card .visual .img img {
	opacity:0;
}
.o-link {
	position:absolute;
	width:100%;
	height:100%;
	z-index:99;
	pointer-events: none;
}
.expand .o-link {
	pointer-events:all;
}
.cards .card .arrow {
	z-index:100;
}
.cards .card.expand .arrow {
	pointer-events: none;
}
.cards .card.animated .visual .img img,.cards .card.animated .visual .img video {
	transition:opacity 1s ease;
}
.cards .card.active .visual .img video {
	opacity:1;
}
.cards .card .visual .name,
.cards .card .visual .time {
	font-size: 14px;
	line-height: 0.71;
	text-align: left;
	color: #fff;
	position: absolute;
	bottom: 32px;
	z-index: 1;
	opacity: 0;
	transition: opacity 1s ease;
}
.cards .card .visual .name {
	left: 32px;
}
.cards .card .visual .time {
	right: 32px;
}
.cards .card .content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	transform: translateX(0%);
}
.cards .card.animated .content {
	transition: transform 1s ease;
}
.cards .card {
	/*transition:transform 1s ease;*/
}
.cards .card .content .content-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	padding: 4px 24px 4px 24px;
	box-sizing: border-box;
	background-color: #fff;
}
.cards .card .content .content-box .title {
	position: relative;
	display: block;
	/*width:calc(50% - 1px);*/
	width:100%;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .1px;
	font-family: History;
	color: #444F54;
	/*text-align: center;
	/*order:1;*/
}
.cards .card .content .content-box ul {
	position: absolute;
	display: block;
	padding: 0;
	margin: 60px 0 0;
	left: 48px;
	bottom: 56px;
}
.cards .card .content .content-box ul li {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 10px;
	padding-bottom: 24px;
}
.cards .card .content .content-box ul li span {
	display: inline;
	font-weight: 600;
	font-size: 12px;
	line-height: 10px;
	margin-right: 5px;
}
.cards .card .content .content-box ul li:last-child {
	padding-bottom: 0;
}
.cards .card .content .content-box .text {
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	margin:0;
	font-size: 14px;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	/*width: calc(50% - 1px);*/
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 16px;     /* fallback */
	max-height: 32px;      /* fallback */
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.cards .card .arrow {
	/*border-radius: 50%;*/
	/*background-color: #fff;*/
	height: 60px;
	width: 60px;
	cursor: pointer;
	left: 0;
	right: auto;
	opacity: 1;
}
.cards .card.noarrow .arrow {
	display:none;
}
.cards .card.animated .arrow {
	transition: left 1s ease, opacity 1s ease, width 1s ease, height 1s ease;
}
.cards .card .arrow svg.circle-border {
	opacity: 0;
	transition: opacity 1s ease, stroke 0.3s ease, stroke-width 0.3s ease;
}
.cards .card .arrow svg.play {
	height: 80px;
	width: 80px;
	fill: #333;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.cards .card .arrow svg.arr {
	height: 60px;
	width: 60px;
	padding:60px;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.cards .card .arrow.small {
	height: 60px;
	width: 60px;
}
.cards .card.right .arrow {
	left: 100%;
}
.cards .card.right .arrow .arr {
	transform: translate(-50%, -50%) rotate(180deg);
}
.cards .card.open .content {
	transform: translateX(0%);
}
.cards .card.active.bigger .arrow {
	opacity: 0;
}
.cards .card.active.smaller .arrow {
	left: 50%;
	width: 88px;
	height: 88px;
}
.cards .card.active.smaller .arrow:hover {
	width: 88px;
	height: 88px;
}
.cards .card.active.smaller .arrow:hover svg.circle-border {
	stroke: #333;
	stroke-width: 2px;
}
.cards .card.active.smaller .arrow svg.circle-border,
.cards .card.active.smaller .arrow svg.play {
	opacity: 1;
}
.cards .card.active.smaller .arrow svg.arr {
	opacity: 0;
}
.cards .card.active .visual {
	cursor: default;
	transform: translateX(0%);
}
.cards .card.active .visual .img,
.cards .card.active .visual .name,
.cards .card.active .visual .time {
	opacity: 1;
}
.cards .card.active.with-video {
	cursor: pointer;
}
ul.dots {
	position: absolute;
	left: 3.75%;
	bottom: 20px;
	font-size: 0;
	white-space: nowrap;
	height: 60px;
	z-index: 20;
}
ul.dots li.dot {
	position: relative;
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
	transform: translateY(-50%);
	height: 24px;
	width: 24px;
	transition: width 0.3s ease, height 0.3s ease;
}
.js-circle-timer {
	display:none;
}
ul.dots li.dot .bullet {
	position: absolute;
	/*top: calc(50%);
	left: calc(50%);
	/*-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
	background-color: #000;*/
	top:0;
	bottom:0;
	height: 30px;
	width: 30px;
	opacity: 1;
	transition: all 0.3s ease;
}
ul.dots li.dot.active .bullet {
	transform:scaleY(2) translateY(-25%);
}

ul.dots li.dot .bullet svg {
	width:100%;
	height:100%;
}
ul.dots li.dot .circle-border {
	transform: translate(-50%, -50%) scale(0);
	transition: transform 0.3s ease;
}
.grid,
.grid div {
	top: 0;
	height: 100%;
}
ul.dots li.dot .circle-timer {
	transform: translate(-50%, -50%) scale(0) rotate(-90deg);
}
ul.dots li.dot:hover .bullet {
	/*background-color: #b4cad4;*/
}
/*ul.dots li.dot.active {
	height: 60px;
	width: 60px;
}*/
ul.dots li.dot.active .circle-border {
	transform: translate(-50%, -50%) scale(1);
}
ul.dots li.dot.active .circle-timer {
	transform: translate(-50%, -50%) scale(1) rotate(-90deg);
}
.shsiv .cards,
.shsiv .dots {
	opacity: 0;
	transition: opacity 1s ease;
}
.shsiv.scrolled_into_viewport .cards,
.shsiv.scrolled_into_viewport .dots {
	opacity: 1;
}
.grid {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 100000;
	display: none;
	box-sizing: border-box;
	border-left: 1px rgba(0, 0, 0, 0.1) solid;
	border-right: 1px rgba(0, 0, 0, 0.1) solid;
}
.grid div {
	position: absolute;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.1);
}
.grid div:nth-child(1) {
	left: 8.33333%;
}
.grid div:nth-child(2) {
	left: 16.66667%;
}
.grid div:nth-child(3) {
	left: 25%;
}
.grid div:nth-child(4) {
	left: 33.33333%;
}
.grid div:nth-child(5) {
	left: 41.66666%;
}
.grid div:nth-child(6) {
	left: 50%;
}
.grid div:nth-child(7) {
	left: 58.33333%;
}
.grid div:nth-child(8) {
	left: 66.66666%;
}
.grid div:nth-child(9) {
	left: 75%;
}
.grid div:nth-child(10) {
	left: 83.33333%;
}
.grid div:nth-child(11) {
	left: 91.66666%;
}
.vimeo-player {
	position: fixed;
	top: -9999px;
	left: -9999px;
	width: 100%;
	height: 100%;
	z-index: 200;
	background-color: #000;
}
.vimeo-player.open {
	top: 0;
	left: 0;
}
.vimeo-player .arr.close {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10000;
	transition: 0.3s;
	opacity: 0;
}
.vimeo-player .arr.close.black svg.circle {
	stroke-width: 1px;
	stroke: rgba(255, 255, 255, 0.2);
}
.vimeo-player .arr.close.black svg.x {
	fill: #fff;
}
.vimeo-player .arr.close.black:hover svg.circle {
	stroke-width: 1.5px;
	stroke: #fff;
}
.vimeo-player.popper {
	background-color: transparent;
}
.vimeo-player .player-box {
	position: absolute;
	top: -9999px;
	left: -9999px;
	font-size: 0;
	z-index: 2;
}
.vimeo-player.loading .close,
.vimeo-player.show .close {
	opacity: 1;
}
.vimeo-player.show {
	background-color: #000;
}
.vimeo-player.show .player-box {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.vimeo-player .scalable-circle {
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	z-index: 1;
}
.vimeo-player .scalable-circle.black {
	background-color: #1f252c;
}
section.footer-compensator {
	position: absolute;
	width: 100%;
	height: 388px;
	z-index: 0;
}
section.index-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 388px;
	z-index: 1;
	/*background-color: #e3f1f6;*/
	overflow: hidden;
}
section.index-footer .language {
	position: absolute;
	left: 8.33333%;
	bottom: -240px;
	font-family: History;
	font-size: 12px;
	line-height: 10px;
	letter-spacing: 1px;
	z-index: 5;
}
section.index-footer .language a,
section.index-footer .language span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #353f3e;
	transition: color 0.3s ease;
}
section.index-footer .language span {
	opacity: 0.4;
}
section.index-footer .language .sep {
	width: 40px;
	margin: 0 8px;
}
section.index-footer .language .sep:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(75, 87, 92, 0.2);
}
section.index-footer .translator {
	position: absolute;
	left: 0;
	bottom: 0;
	/*height: 488px;*/
	width: 100%;
}
section.index-footer .container {
	padding-top: 60px;
}
section.index-footer .container ul.footer-menu {
	position: relative;
	font-size: 0;
	padding: 20px 0;
}
section.index-footer .container ul.footer-menu li {
	font-size: 12px;
	display: inline-block;
	margin-right: 24px;
	text-transform: uppercase;
	font-weight: 600;
}
section.index-footer .container ul.footer-menu li a {
	color: #444F54;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: 0.3s;
}
section.index-footer .container ul.footer-menu li a:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
section.index-footer .container ul.footer-menu li:last-child {
	margin-right: 0;
}
section.index-footer .container p.copyright {
	position: relative;
	margin: 0 0 24px;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #444F54;
	font-family: "Open Sans";
	font-weight: 300;
}
section.index-footer .footer-logo-box {
	position: absolute;
	top: 70px;
	right: 8.333333%;
	text-align: right;
}
section.index-footer .footer-logo-box svg.logo-kt {
	position: relative;
	width: 86px;
	height: 24px;
	left: 14px;
	fill: #187ab9 !important;
}
section.index-footer .footer-logo-box p.developer {
	position: relative;
	display: block;
	white-space: nowrap;
	color: #444F54;
	font-size: 12px;
}
section.index-footer .footer-logo-box p.developer a {
	color: #187ab9;
	text-decoration: none;
	transition: 0.3s;
	border-bottom: 1px solid transparent;
	font-weight: 600;
}
section.index-footer .footer-logo-box p.developer a:hover {
	border-bottom: 1px solid rgba(24, 122, 185, 0.2);
}
section.index-footer .joker {
	position: absolute;
	width: 83.333333333%;
	max-width: 1080px;
	left: 50%;
	transform: translateX(-46%);
	bottom: 0;
	height: 350px;
	overflow: hidden;
}
section.index-footer .joker .joker-box {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
}
section.index-footer .joker .joker-box img {
	width: 100%;
	height: auto;
}
section.index-footer.clone {
	position: relative;
	height: 0;
	overflow: hidden;
}
form .checkbox.has-error input {
	border: 2px solid #ff616a;
}
form div.input {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
form div.input.brd:after,
form div.input.brd:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 5;
	box-sizing: border-box;
}
form div.input.brd:after {
	width: 100%;
	height: 1px;
	background-color: rgba(75, 87, 92, 0.2);
}
form div.input.brd:before {
	width: 0;
	height: 2px;
	background-color: #fa9152;
	transition: 0.5s linear;
}
form div.input input[type="phone"],
form div.input input[type="tel"],
form div.input input[type="mail"],
form div.input input[type="password"],
form div.input input[type="text"],
form div.input textarea {
	position: relative;
	display: block;
	width: 100%;
	padding: 28px 15px 6px 0;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 18px;
	-webkit-appearance: none;
}
form div.input label {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	box-sizing: border-box;
	font-size: 13px;
	color: #444F54;
	cursor: pointer;
}
form div.input label a {
	color: #7ea8b9;
	text-decoration: none;
	padding-bottom: 1px;
	transition: 0.3s;
	border-bottom: 1px solid transparent;
}
form div.input label a:hover {
	border-bottom: 1px solid rgba(152, 188, 201, 0.5);
}
form div.input span.placeholder {
	position: absolute;
	top: 30px;
	left: 0;
	font-size: 15px;
	transform: scale(1);
	transform-origin: 0 0;
	transition: top 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
	box-sizing: border-box;
	color: #444F54;
	opacity: 0.4;
}
#popup-policy .button-accept span,
button.submit .caption span, button.submit .caption .span,
button.submit .check .done,
button.submit1 .caption span,
button.submit1 .check .done {
	font-family: "History";
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
form div.input.focus.brd:after {
	background-color: #fa9152;
	height: 2px;
}
form div.input.focus .placeholder {
	opacity: 0.4 !important;
}
form div.input.full.brd:hover:after {
	background-color: #c0dfeb;
}
form div.input.full.brd:after {
	background-color: #92c8dc;
	transition: 0.5s;
	height: 2px;
}
form div.input.full.brd:before {
	opacity: 0;
}
form div.input.focused span.placeholder {
	transform: scale(0.75) translateY(-23px);
}
form div.input.focused .placeholder {
	opacity: 0.4 !important;
}
form div.input.has-error input:not([type="checkbox"]) {
}
form div.input.has-error.brd:after,
form div.input.has-error.brd:hover:after {
	background-color: #ff616a;
	height: 2px;
}
form div.input.has-error textarea {
	border-bottom-color: #f46244;
}
button.submit,button.submit1 {
	position: relative;
	height: 56px;
	width: 225px;
	background-color: #272727;
	border-radius: 2px;
	text-align: left;
	border: 0;
	box-sizing: border-box;
}
button.submit.bigger {
	width:300px;
}
button.submit .caption,button.submit1 .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 5;
}
button.submit .caption span,button.submit .caption .span,button.submit1 .caption span {
	position: relative;
	display: block;
	margin:0 auto;
	text-align: center;
	white-space: nowrap;
	line-height: 56px;
	font-weight: 700;
	/*background-color: #272727;*/
	padding: 0 30px;
	z-index: 7;
	transform: translateX(0);
}
button.submit1 .caption span {
	display: block;
	text-align: center;
}
button.submit:hover .caption span,button.submit1:hover .caption span
{
	color:#f1e4d9 ;
}
section.ttk-gallery .pad-top .title-block {
	z-index:12;
}
button.submit .caption.animated span,button.submit1 .caption.animated span {
	transition: transform 1s ease, background-color 0.3s ease;
}
button.submit:after,
button.submit:before,
button.submit1:after,
button.submit1:before{
	height: 1px;
	top: 28px;
	transition: width 1s ease;
	z-index: 4;
	position: absolute;
	content: "";
}
button.submit .caption.hide span,button.submit1 .caption.hide span {
	transform: translateX(280px);
}
button.submit .caption.on-the-left span,button.submit1 .caption.on-the-left span {
	transform: translateX(-100%);
}
/*form button.submit:before {
	right: 0;
	width: 70%;
	background-color: rgba(255, 255, 255, 0.36);
}
form button.submit:after {
	left: 100%;
	width: 80px;
	background-color: rgba(62, 62, 62, 0.2);
}*/
button.submit .check,button.submit1 .check {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	/*background-color: #272727;*/
	z-index: 6;
	opacity: 0;
	transition: opacity 0.5s ease;
}
button.submit:hover .check,button.submit1:hover .check {
	opacity:1;
}
button.submit .check svg,button.submit1 .check svg {
	position: absolute;
	left: 20px;
	top: 0;
	height: 100%;
	width:100%;
	/*width: 24px;*/
	/*stroke-width: 2px;
	stroke: #fff;
	stroke-dasharray: 30;
	stroke-dashoffset: 30;*/
	transition: stroke-dashoffset 1s ease;
	opacity: 1;
	z-index: 3;
}
button.submit .check .done,button.submit1 .check .done {
	position: relative;
	height: 56px;
	line-height: 56px;
	font-weight: 700;
	padding: 0 15px;
	z-index: 2;
	background-color: #f46244;
	transform: translateX(-5px);
	opacity: 0;
	transition: opacity 1s ease, transform 1s ease;
}
/*form button.submit .check:before {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	left: -8px;
	width: 20px;
	height: 100%;
	background-color: #f46244;
}*/
button.submit .check.show,button.submit1 .check.show {
	opacity: 1;
}
button.submit .check.show svg,button.submit1 .check.show svg {
	stroke-dashoffset: 0;
}
button.submit .check.show .done,button.submit1 .check.show .done {
	opacity: 1;
	transform: translateX(0);
}
button.submit .line-box,button.submit1 .line-box {
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 2;
}
button.submit .line-box .line,button.submit1 .line-box .line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.36);
	transform: translateX(-100%);
}
button.submit .line-box.cycle-line .line,button.submit1 .line-box.cycle-line .line {
	transition: transform 2s ease;
	transform: translateX(100%);
}
button.submit.idle,button.submit1.idle {
	transition: 0.3s;
}
button.submit.idle:hover,button.submit1.idle:hover {
	background-color: #ff724b;
}
button.submit.idle:hover .caption span,button.submit1.idle:hover .caption span {
	transform: translateX(20px);
	background-color: #ff724b;
}
button.submit.idle:hover:after,button.submit1.idle:hover:after {
	width: 160px;
}
button.submit.hide-lines:after,
button.submit.hide-lines:before,
button.submit1.hide-lines:after,
button.submit1.hide-lines:before {
	width: 0;
}
form fieldset {
	transition: opacity 0.5s ease;
}
.show-sending-form form fieldset,
form.show-sending-form fieldset {
	opacity: 0.3;
}
.is-desktop form .checkbox:hover input {
	border: 2px solid #a1d2e0;
}
.is-desktop form div.input.brd:hover:before {
	width: 100%;
}
.is-desktop form div.input.brd:hover .placeholder {
	opacity: 1;
}
#popup-policy {
	position: fixed;
	top: -9999px;
	left: -9999px;
	background-color: #fff;
	z-index: 100000;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity 0.3s ease;
}
#popup-policy .scroll-box {
	padding: 104px 0 120px;
	overflow-y: scroll;
	height: 100%;
	box-sizing: border-box;
}
#popup-policy .container {
	height: 100%;
	overflow: hidden;
}
#popup-policy.open {
	top: 0;
	left: 0;
	opacity: 1;
}
#popup-policy .policy-text .description-text {
	width: 640px;
	margin: 56px 0 48px;
}
#popup-policy .policy-text .description-text p {
	margin: 28px 0;
}
#popup-policy .arr {
	position: absolute;
	right: 56px;
	top: 56px;
	z-index: 1;
}
#popup-policy .button-accept {
	background-color: #f46244;
	height: 56px;
	width: 236px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	border: 0;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	margin-bottom: 96px;
}
#popup-policy .button-accept:hover {
	background-color: #f86e48;
}
#popup-policy .button-accept span {
	display: inline-block;
	white-space: nowrap;
	font-weight: 600;
	padding: 23px 30px;
	line-height: 10px;
	z-index: 2;
}
.show-form-success fieldset {
	opacity: 0;
}
.show-form-success .thank-box {
	visibility: visible;
	opacity: 1;
}
#request-form {
	position: fixed;
	top: -9999px;
	left: -9999px;
	background-color: #fff;
	z-index: 10000;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity 0.3s ease;
}
#request-form.open {
	top: 0;
	left: 0;
	opacity: 1;
}
#request-form .thank-box {
	left: 82px;
	top: 59px;
}
#request-form .left-panel,
#request-form .right-panel {
	position: absolute;
	top: 72px;
	min-height: 576px;
	box-sizing: border-box;
}
#request-form .left-panel {
	left: 16.66667%;
	width: 25%;
	height: 75%;
	max-height: 724px;
}
@media only screen and (min-width: 1440px) {
	#request-form .left-panel .sep {
		height: 46.5% !important;
	}
}
#request-form .left-panel .come {
	font-size: 12px;
	line-height: 8px;
	letter-spacing: 1px;
	color: rgba(75, 87, 92, 0.4);
	text-transform: uppercase;
	display: block;
	margin-top: 32px;
}
#request-form .left-panel .sep {
	height: 28.5%;
	max-height: 336px;
	width: 1px;
	margin: 11px 0 24px 23px;
	display: block;
	background-color: rgba(51, 51, 51, 0.1);
}
#request-form .left-panel .address {
	margin: 32px 0 24px;
}
#request-form .left-panel .address,
#request-form .left-panel .phone {
	font-size: 15px;
	line-height: 10px;
	letter-spacing: 0.3px;
	color: #444F54;
	font-weight: 600;
}
#request-form .right-panel {
	left: 45.83333%;
	width: 47.65%;
	bottom: 72px;
	border: 1px solid rgba(51, 51, 51, 0.2);
	padding: 48px;
	max-width: 672px;
	min-width: 608px;
}
@media only screen and (min-width: 1440px) {
	#request-form .right-panel form {
		padding: 12px 26px 88px 102px !important;
	}
	#request-form .right-panel form div.input input[type="text"] {
		padding: 66px 15px 10px 0 !important;
	}
	#request-form .right-panel form div.input span.placeholder {
		top: 64px !important;
	}
	#request-form .right-panel form .checkbox {
		padding: 4.713em 0 2.25em !important;
	}
}
#request-form .right-panel .form-wrap {
	background-color: rgba(208, 232, 243, 0.2);
	height: 100%;
	position: relative;
}
#request-form .right-panel form {
	left: 0;
	box-sizing: border-box;
	padding: 16px 26px 64px 70px;
}
#request-form .right-panel form div.input {
	width: 90%;
	max-width: 352px;
}
#request-form .right-panel form div.input input[type="text"] {
	padding: 48px 15px 8px 0;
}
#request-form .right-panel form div.input span.placeholder {
	top: 49px;
}
#request-form .right-panel form div.input.has-error input:not([type="checkbox"]) {
	background: url(/media/template/assets/public/images/triangle.html) right 32px no-repeat;
}
#request-form .right-panel form .checkbox {
	padding: 2.15em 0 1.688em;
}
#request-form .right-panel form .input input[type="checkbox"] {
	border-color: #dbddde;
}
#request-form .right-panel form .input input,
#request-form .right-panel form .input textarea {
	background-color: transparent;
	border-color: transparent;
}
#request-form .right-panel .close {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	transform: translate(50%, -50%);
}
.thank-box {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
#email-form,
.building-hint {
	transition: opacity 0.3s ease;
}
.thank-box .thank-title {
	font-family: History, sans-serif;
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: 2.4px;
	text-align: left;
	color: #444F54;
	margin-bottom: 8px;
}
.thank-box .thank-note {
	opacity: 0.5;
	font-size: 15px;
	letter-spacing: 0.2px;
	text-align: left;
	color: #30383b;
}
#email-form {
	position: fixed;
	top: -9999px;
	left: -9999px;
	background-color: #fff;
	z-index: 10000;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	opacity: 0;
}
#email-form .thank-box {
	left: 72px;
	top: 52px;
}
#email-form.open {
	top: 0;
	left: 0;
	opacity: 1;
}
#email-form .right-panel {
	position: absolute;
	border: 1px solid rgba(51, 51, 51, 0.2);
	padding: 56px;
}
#email-form .right-panel .form-wrap {
	background-color: rgba(208, 232, 243, 0.2);
	height: 100%;
	position: relative;
}
#email-form .right-panel form {
	position: relative;
	padding: 20px 72px 72px;
}
#email-form .close,
.building-hint {
	position: absolute;
	background-color: #fff;
}
#email-form .right-panel form fieldset {
	padding: 0;
	margin: 0;
}
#email-form .right-panel form button {
	width: 310px;
}
#email-form .right-panel form button:after,
#email-form .right-panel form button:before {
	display: none;
}
#email-form .right-panel form button.idle:hover span {
	transform: translateX(0);
}
#email-form .right-panel form div.input {
	width: 342px;
}
#email-form .right-panel form div.input input[type="text"] {
	padding: 48px 15px 8px 0;
}
#email-form .right-panel form div.input span.placeholder {
	top: 49px;
}
#email-form .right-panel form div.input.has-error input:not([type="checkbox"]) {
	background: url(/media/template/assets/public/images/triangle.html) right 32px no-repeat;
}
#email-form .right-panel form .checkbox {
	padding: 32px 0 56px;
}
#email-form .right-panel form .input input[type="checkbox"] {
	border-color: #dbddde;
}
#email-form .right-panel form .input input,
#email-form .right-panel form .input textarea {
	background-color: transparent;
	border-color: transparent;
}
#email-form .close {
	top: 56px;
	right: 56px;
	transform: translate(50%, -50%);
}
.building-hint {
	top: 0;
	left: 0;
	padding: 20px 16px;
	border-radius: 5px;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
	font-size: 12px;
	line-height: 10px;
	color: #444F54;
	transform: translate(-50%, -100%);
	opacity: 0;
	z-index: 100;
}
.building-hint.active {
	opacity: 1;
}
.building-hint .text-floor {
	position: relative;
	font-family: History;
	font-size: 12px;
	line-height: 10px;
	letter-spacing: 0.7px;
	padding-bottom: 8px;
}
.building-hint .text-floor span {
	font-size: 18px;
	letter-spacing: 1.6px;
	color: #333;
}
.building-hint.floor-hint {
	line-height: 1.2em;
}
.building svg.hover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	fill: rgba(74, 175, 211, 0);
	z-index: 2;
	transition: fill 0.3s ease;
}
.building svg.hover.active {
	fill: rgba(74, 175, 211, 0.4);
}
.building .zone {
	position: absolute;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #fff;
	opacity: 0;
	z-index: 5;
}
.building .zone.f2.f2-1 {
	left: 0;
	top: 77.2058%;
	width: 31.7647%;
	height: 10.4411%;
}
.building .zone.f2.f2-2 {
	left: 31.7647%;
	top: 71.1764%;
	width: 68.2353%;
	height: 12.0588%;
}
.building .zone.f3.f3-1 {
	left: 0;
	top: 66.9117%;
	width: 31.88%;
	height: 10.2941%;
}
.building .zone.f3.f3-2 {
	left: 31.7647%;
	top: 59.5588%;
	width: 68.2353%;
	height: 11.6176%;
}
.building .zone.f3-a {
	left: 0;
	top: 54.4117%;
	width: 31.7647%;
	height: 12.5%;
	z-index: 3;
}
.building .zone.f4.f4-1 {
	left: 0;
	top: 47.9411%;
	height: 6.4705%;
	width: 31.7647%;
}
.building .zone.f4.f4-2 {
	left: 31.7647%;
	top: 47.9411%;
	height: 11.6176%;
	width: 68.2353%;
}
.building .zone.f5 {
	left: 0;
	top: 35.4411%;
	height: 12.5%;
	width: 100%;
}
.building .zone.f6 {
	left: 0;
	top: 24.4117%;
	height: 13.9705%;
	width: 100%;
}
.building .zone.f7 {
	left: 0;
	top: 4.8529%;
	height: 19.5588%;
	width: 100%;
}
.title_video {
	width: 100%;
	top: 0;
	display: none;
	text-align: center;
	position: fixed;
	z-index: 1000;
	font-size: 20px;
}
.ktLoader .joker-container .awards .award .award-logo.urban img.bw {
	width: 50px;
	height: 50px;
	top: 55%;
}
.ktLoader .joker-container .awards .award .award-logo.urban img.colored {
	width: 50px;
	height: 50px;
	top: 55%;
}
.callback-button {
	position: fixed;
	right: 25px;
	bottom: 25px;
	box-sizing: border-box;
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 9;
	animation: callback_opacity 3.5s linear;
}
.callback-button__svg-wrapper {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(75, 87, 92, 0.2);
	animation: callback_animation 1.5s infinite linear;
}
.callback-button__svg-wrapper:hover {
	width: 105px;
	height: 105px;
}
.callback-button__svg-wrapper:hover svg circle {
	fill: #f77950;
	transition: fill 0.5s ease;
}
@keyframes callback_animation {
	0%,
	100% {
		width: 83px;
		height: 85px;
	}
	50% {
		width: 105px;
		height: 105px;
	}
}
@keyframes callback_opacity {
	0%,
	75% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.slider-popup .js-wide-slider .item {
	background-size: contain !important;
}

.slider-popup .js-wide-slider .image {
	background-size: contain !important;
}
.shild {
	background: url(../../../shild_desktop.html) no-repeat;
	position: absolute;
	z-index: 100;
	top: 58px;
	left: 58px;
	width: 200px;
	height: 200px;
	background-size: contain;
}
.shild.lang_en {
	background: url(../../../shild_desktop_eng.html) no-repeat;
	background-size: contain;
}
@media (min-width: 1440px) {
	.shild {
		top: 74px;
		left: 74px;
		width: 200px;
		height: 200px;
	}
}

.price {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	margin-top: 10px;
	position: relative;
}
.price__text {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #444F54;
	font-weight: bold;
	margin-right: 40px;
	background: #fff;
	position: relative;
	padding-right: 10px;
}
.price__number {
	color: #f46244;
	background: #fff;
	position: relative;
	padding-left: 10px;
}

.price:before {
	content: '';
    position: absolute;
    top: 50%;
    width: 240px;
    left: 0;
    height: 1px;
    background-color: rgba(75,87,92,.2);
}

.opac {
	opacity:0.4;
}
.slider .stage .item a {
	display:inline-block;
}
/*.slider .stage .item video {
	width:100%;
	height:auto;
}*/
section.index-footer .translator {

}
.translator h2 {
	font-size:16px;
}
.kt-n {
	font-weight:bold;
	margin:10px 0;
	font-size:14px;
}
.kt-2 {
	font-size:14px;
	margin-bottom:10px;
}
.widget ul{
	padding-left: 0px;
	list-style-type: none;
	margin: 0;
}
.widget ul li{
	line-height: 1em;
	margin:10px 0;
	font-size:14px;
}
.widget ul li:before{
	content: "\f105";
	padding-right: 10px;
	font-family: "FontAwesome";
}
.widget ul li a,.kt-2 a {
	color:#444F54;
	text-decoration: none;
}
.widget ul.widget-social{
	margin-top: 0px;
}
.widget ul.widget-social li{
	display: inline-block;
	padding-right: 15px;
}
.widget ul.widget-social li:before{
	content: "";
	padding-right: 0;
}
.widget ul.widget-social li:hover a{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.inner-joker {
	max-width:250px;
}
.inner-joker.index-joker-text-block h1 {
	font-size:36px;
	text-transform: capitalize;
	line-height:38px;
}
.index-joker-text-block .text.inner-middle {
	font-size: 18px;
	line-height: 30px;
}
.ktLoader .joker-container .joker.inner-init {
	top:72px;
	left:370px;
	width:100%;
	height:100%;
	transform:none;
}
.t2 .ktLoader .joker-container .joker.inner-init {
	left:72px;
}
.ktLoader .joker-container .joker.inner-init .initial-size .image {
	background-size:auto;
	background-position:left top;
}
@media all and (min-width: 1440px) {	.ktLoader .joker-container .joker.inner-init {
	top:88px;
}
	.t2 .ktLoader .joker-container .joker.inner-init {
		left:88px;
	}}
.super-big {
	font-size:100px;
}
.back {
	position: relative;
	top: 36px;
	color:#444F54 !important;
	text-decoration:none;
	font-family: History, sans-serif;
}
.back span {
	display:inline-block;
	line-height:26px;
}
.back svg {
	display:inline-block;
	max-height:46px;
	width:72px;
}
.inner.location .images {
	padding:0 20px;
}
section.gal3 {
	margin-top:40px;
}
section.gal3 .g2 {
	position: relative;
	display:flex;
	justify-content: space-around;
	left: calc(3.75% + 40px);
	width: calc(92.5% - 80px);
}
section.gal3 .g2 .img:before {
	content:'';
	display:block;
	width:100%;
	top:0;
	position:relative;
	left:0;
	height:18px;
	background: url(../images/inner/top-brauser.jpg) bottom no-repeat;
	background-size: contain;
}
section.gal3 .g2 .img {
	width:calc(50% - 12px);
	max-width:754px;
	display:inline-block;
}
section.gal3 .g2 .img img {
	border:1px solid #ccc;
	border-top:0;
	max-width:calc(100% - 2px);
}
section.gal3-text {
	margin-top:40px;
	background:#eee;
	padding:80px;
}
section.gal3-text .description-text.col4,section.gal3-text h2,section.gal3-text .title-block {
	width:600px;
	margin:0 auto;
	padding:0;
}
section.gal3-text form {
	display:none;
}
section.g1 {
	margin-top:40px;
	background:#eee;
	padding:0 80px;

}
section.g1 .cont {
	position: relative;
	height:1050px;
	left: calc(50% - 432px);
	width: 1024px;
	padding:0 55px;
	margin:0 -55px;
}
section.g1 .g1-elem {
	position:absolute;
	top:191px;
	left:0;
	-webkit-box-shadow: 7px 12px 50px rgba(0,0,0,0.4);
	-moz-box-shadow: 7px 12px 50px rgba(0,0,0,0.4);
	box-shadow: 7px 12px 50px rgba(0,0,0,0.4);
}
section.g1 .g1-elem img {
	max-width:333px;
	vertical-align: bottom;
}
section.g1 .g1-elem:nth-child(1)
{
	transform:translate3d(0,0,0);
	max-height:649px;
	overflow:hidden;
	z-index: 4;
}
section.g1 .g1-elem:nth-child(2)
{
	transform:translate3d(301px,80px,0);
	max-height:686px;
	overflow:hidden;
	z-index:5;
}
section.g1 .g1-elem:nth-child(3)
{
	transform:translate3d(610px,-59px,0);
	max-height:350px;
	overflow:hidden;
	z-index: 4;
}
section.g1 .g1-elem:nth-child(4)
{
	max-height:350px;
	transform:translate3d(680px,220px,0);
	overflow:hidden;
	z-index:5;
	position:relative;
	max-width:333px;
}
section.g1 .g1-elem:nth-child(4):after {
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100px;
	z-index:100;
	background: linear-gradient(0deg, rgba(235,235,235,1) 0%, rgba(255,255,255,0.9) 35%, rgba(255,255,255,0.1) 100%);
}
.g1 + .g1 {
    margin-top:-180px;
}
@media (max-width:1024px)
{
    section.g1 .cont {
        height:1500px;
        width: 728px;
        left: calc(50% - 284px);
        padding:0 20px;
        margin:0 -20px;
    }
    section.g1 .g1-elem:nth-child(3)
    {
        transform:translate3d(0px,800px,0);
        max-height:350px;
        overflow:hidden;
        z-index: 4;
    }
    section.g1 .g1-elem:nth-child(4)
    {
        max-height:350px;
        transform:translate3d(301px,920px,0);
        overflow:hidden;
        z-index:5;
    }
}

section.header h1 {
	color: #000;
	letter-spacing: .1px;
	font-size: 36px;
	text-transform: capitalize;
	line-height: 38px;
	font-weight: 400
}

section.header .text {
	margin-top: 34px;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: .1px;
	color: rgba(0, 0, 0, .8);
	font-family: History, sans-serif;
	/* white-space: nowrap; */
}

section.header .container {
	text-align:center;
}
.images-t2 {
	margin-top:40px;
	display:flex;
	justify-content: flex-start;
}
.images-t2 figure {
	width:25%;
}
.images-t2 figure img {
	width:100%;
	vertical-align: bottom;
}
.t2 .ele-slider {
	right:calc(3.75% + 43px);
	left:auto;
}
.t2 section.interiors {
	background: #f2f2f2;
	padding:20px 0;
	margin-top:0;
	box-sizing:content-box;
}
.t2 section.interiors .container .title-block {
	left:50px;
	width:calc(50% - 170px);
	border:3px solid #ddd;
	padding:20px;
	padding-left:40px;
	padding-top:40px;
}
.t2 section.interiors .container .title-block h2 {
	z-index: 10;
}
.t2 section.interiors .container .title-block h2:before {
	content:'';
	display:block;
	position:absolute;
	top:-65px;
	left:calc(10% - 20px);
	width:50px;
	height:50px;
	background:url(../images/inner2/logo.png);
	background-size:cover;
}
.t2 section.interiors .container .title-block:after {
	content:'';
	border-right:3px solid #f2f2f2;
	width:100%;
	height:80%;
	display:block;
	position:absolute;
	left:0;
	top:10%;
}
.t2 section.interiors .container form {
	position:absolute;
	bottom:-85px;
}
.t2 section.interiors .description-text {
	margin-bottom:10px;
}
.t2 section.interiors .slick-prev,.t2 section.interiors .slick-next {
	display:none !important;
}
.t2 section.interiors .container .title-block:before {
	content:'';
	border-top:3px solid #f2f2f2;
	width:80%;
	height:100%;
	display:block;
	position:absolute;
	left:10%;
	top:-3px;
}
@media (min-width: 1440px)
{
	.t2 section.interiors .container .title-block {
		/*width:calc(50% - 220px);*/
	}
}
.t2 .interiors .container.dbl-pad-s{
	text-align: left;
}
.images-t2 figure {
	margin:0;
}
@media (max-width:1120px)
{
	.images-t2 {
		flex-wrap: wrap;
	}
	.images-t2 figure {
		width:50%;
	}
}
.t2 .js-interiors h2 {
	white-space: pre-wrap;
}
.g21 {
	padding:50px 0;
}
.g21 .fl {
	display:flex;
	justify-content: center;
}
.g21 .fl a {
	margin:0 20px;
	border: 10px solid #101010;
	border-radius: 20px;
	background-color: #101010;
}
.g21 .fl a {
	max-height:484px;
	min-width:691px;
	overflow: hidden;
}
.g21 .fl a img {
	border-radius: 10px;
	width:100%;
	height:auto;
	vertical-align: bottom;
	-webkit-box-shadow: 9px 16px 38px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 16px 38px rgba(0,0,0,0.5);
	box-shadow: 9px 16px 38px rgba(0,0,0,0.5);
}
.mfp-container {
	background:none;
}
.w-fon {
	background:url(../images/inner2/bg.jpg);
	background-position: left top;
	padding-top:50px;
	height:615px;
}
.w-fon .images {
	max-width:1000px;
	display: flex;
	justify-content: space-around;
	margin:0 auto;
	margin-top: 50px;
}
.w-fon .images .o-image {
	position: relative;
	max-width:316px;
}
.w-fon .images .o-image:before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:20px;
	background:url(../images/inner2/ipad-line.jpg) no-repeat;
	background-color: #49225b;
	background-size:20px;
	height:100%;
}
.t2 section.interiors .container .title-block.copy2:before,
.t2 section.interiors .container .title-block.copy2:after,
.t2 section.interiors .container .title-block.copy2 h2:before{
	display:none;
}
.t2 section.interiors .container .title-block.copy2 {
	border:0;
}
.t2 section.interiors.copy2 {
	background:none;
	height:auto;/*750px;*/
}
section.interiors .container .title-block.copy2 {
	transform:translate3d(0,0,0);
}
.t2 section.interiors.copy2 .container form {
	position:relative;
	bottom:0;
	margin-bottom:10px;
}
.t2 section.gal3-text {
	background:none;
	padding:50px;
}
.gal1-2 .container {
	max-width:1024px;
	padding:0;
}
.gal1-2 .img {
	width:calc(33% - 10px);
	max-height:450px;
	overflow:hidden;
	margin-bottom:35px;
	-webkit-box-shadow: 7px 12px 50px rgba(0,0,0,0.4);
	-moz-box-shadow: 7px 12px 50px rgba(0,0,0,0.4);
	box-shadow: 7px 12px 50px rgba(0,0,0,0.4);
}
.gal1-2 .img img {
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}
.gal1-text {
	margin-top:50px;
	margin-bottom:120px;
}
.gal1-text .container {
	text-align:center;
}
.gal1-text img {
	max-width:1043px;
	-webkit-box-shadow: 7px 12px 50px rgba(0,0,0,0.4);
	-moz-box-shadow: 7px 12px 50px rgba(0,0,0,0.4);
	box-shadow: 7px 12px 50px rgba(0,0,0,0.4);
}
.gal1-text2 {
	margin-top:50px;
}
.gal1-text2 .container {
	text-align: center;
}
.gal1-text2 .i1 {
	margin-bottom:100px;
}
.gal1-text2 .i2 {
	position:absolute;
	top:-20px;
	left:1000px;
}
.gal1-text2 .i3 {
	transform: translate3d(-50%,0,0);
	left:50%;
	position: relative;
}

.gal1-2 .img {
	transition:all ease 0.3s;
}
.gal1-2 .img:hover {
	opacity:0.7;
}

/* Shine */
.images-t2 figure {
	position: relative;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.images-t2 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.images-t2 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}




/* news */
#kt-product-common, #kt-product-common h6 {
	font-size: 16px;
	line-height: 1.5;
}
#kt-product-common {
	z-index: 0;
	top:72px;
	width:calc(100% - 144px);
	left:72px;
	background-color: transparent;
	position: relative;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga','kern';
	direction: ltr;
	overflow: hidden;
}
@media(min-width:1440px)
{
	#kt-product-common {
		width:calc(100% - 176px);
		left:88px;
		top:88px;
	}
}
#screen.news-screen {
	transform:none;
}
#kt-product-common section {
	text-align: center;
	color: #fff;
	/*background-color: #000;*/
}
.section-half-scroll {
	position: relative;
	display: flex;
	background-image: radial-gradient(circle 350px,#1f2126,#000);
}
.supernova-section-s4 .section-half-scroll .fixed-section {
	background-image: radial-gradient(circle at right 350px,#1f2126,#000);
}
.supernova-section-s4 .section-half-scroll .fixed-section:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition:background 0.5s ease;
	background: #26282b;
    background: -moz-linear-gradient(161deg, #26282b 0%, #26282b 49%, #26282b 100%);
    background: -webkit-linear-gradient(161deg, #26282b 0%, #26282b 49%, #26282b 100%);
    background: linear-gradient(161deg, #26282b 0%, #26282b 49%, #26282b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b", endColorstr="#c00418", GradientType=1);
    opacity: 0.35;
	z-index: 4;
}
.inner-news .supernova-section-s4 .section-half-scroll .fixed-section:after {
	background: rgb(221,221,221);
	background: linear-gradient(180deg, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 50%, rgba(255,255,255,1) 100%);
	opacity: 0.65;
}
.section-half-scroll .fixed-section.fixed {
	position: fixed;
	z-index: 99;
}
.section-half-scroll .fixed-section {
	position: absolute;
	top:0;
	left: 0;
	width: calc(50% - 36px);
	height: calc(100vh);
	/*min-width: 615px;*/
	overflow: hidden;
	/*border-right: 1px solid #000;*/
}
.inner-news .section-half-scroll .fixed-section {
	width: calc(50% - 236px);
}
.inner-news #kt-product-common .section-half-detail {
	padding-left:calc(50% - 200px);
}
/*@media(min-width:1440px) {
	.section-half-scroll .fixed-section {
		left: 88px;
		width: calc(50% - 89px);
	}
}*/
.supernova-section-s4 .section-half-scroll .fixed-section .product-image {
	/*left: 100%;*/
	margin-left: -760px;
}
#kt-product-common .section-half-scroll .product-image {
	width: auto;
	/* min-width: 750px; */
	height: 120vh;
	position: absolute;
	left: 0;
	top: 0;
	max-width: inherit;
}
.supernova-section-s4 .section-half-scroll .fixed-section .text-box {
	text-align: right;
	right: 64px;
}
@media (max-height: 1080px) {
	#kt-product-common .section-half-scroll .text-box {
		bottom: 11%;
	}
}

@media (max-height: 1440px) {
	#kt-product-common .section-half-scroll .text-box {
		bottom: 20%;
	}

	#kt-product-common .section-half-scroll .text-box {
		position: absolute;
		width: 320px;
		bottom: 25%;
	}
}
#kt-product-common .section-half-detail ul.detail-part-pagination {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	margin-left: 652px;
	transform: translateY(-50%);
}
@media (max-width:1350px)
{
	#kt-product-common .section-half-detail ul.detail-part-pagination {
		margin-left:620px;
	}
}
#kt-product-common .section-half-detail ul.detail-part-pagination li.bullet {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #9fa3a6;
	margin: 6px 0;
}
#kt-product-common .section-half-detail ul.detail-part-pagination li.bullet.active, #kt-product-common .supernova-section-s8 .detail-part-3 .swiper-pagination .swiper-pagination-item.active:after {
	background-color: #3b3e40;
}

#kt-product-common .section-half-detail .detail-part {
	padding: 0px 0 160px 56px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	text-align:left;
	padding-top:160px;
}
#kt-product-common .section-half-detail.dji-edit-module .detail-part {
	padding-top:0;
	padding-bottom:80px
}
.inner-news #kt-product-common .section-half-detail .detail-part {
	padding-top:80px;
}
#kt-product-common .section-half-detail .detail-part + .detail-part {

}
#kt-product-common .section-half-detail .detail-part .img-part img {
	max-width:540px;
	position: relative;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}
.inner-news #kt-product-common .section-half-detail .detail-part .img-part img
{
	max-width:740px;
}
#kt-product-common section .title {
	margin: 0 auto 40px;
}
#kt-product-common .section-half-detail .detail-part .title,#kt-product-common .section-half-detail .detail-part a,#kt-product-common .section-half-detail .detail-part p {
	text-align: left;
	width: 540px;
	margin: 0 0 40px;
}
.inner-news #kt-product-common .section-half-detail .detail-part .title,.inner-news #kt-product-common .section-half-detail .detail-part a {
	width:740px;
}
#kt-product-common h2 {
	font-size: 32px;
	line-height: 1.5;
}

.float-up-fast, .float-up-slow, .float-up-slower {
	opacity: 0;
	transform: translate(0,150px);
	transition: transform .75s,opacity .9s;
	transition-timing-function: cubic-bezier(.23,1,.32,1);
}
#kt-product-common .float-up-slow {
	transition-delay: .2s;
}
#kt-product-common section .content, #kt-product-common section .title {
	text-align: center;
	width: 800px;
}
#kt-product-common section .content {
	margin: 0 auto;
}
#kt-product-common .section-half-detail .detail-part .content {
	text-align: left;
	width: 540px;
	margin: 0 0 48px;
}
#kt-product-common .section-half-detail .detail-part1 .content {
	width: 536px;
	font-size: 18px;
	line-height: 28px;
}
.inner-news #kt-product-common .section-half-detail .detail-part1 .content {
	width:736px;
}

#kt-product-common .float-up-slower {
	transition-delay: .4s;
}
#kt-product-common section .image-content {
	width: 1200px;
}
#kt-product-common .animate-active .float-up-fast, #kt-product-common .animate-active .float-up-slow, #kt-product-common .animate-active .float-up-slower {
	opacity: 1;
	transform: translate(0,0);
}
#kt-product-common .section-half-detail .detail-part .image-content {
	width: 540px;
	max-width: inherit;
}

#kt-product-common .section-half-detail {
	padding-left: 50%;
	background-color: transparent;
	color: #3b3e40;
	position: relative;
	z-index:100;
}
#kt-product-common .section-half-detail a {
	color: #3b3e40;
}
.top-ph,.bot-ph {
	width:100%;
	height:72px;
	background:#fff;
	position:absolute;
	z-index:49;
}
.bot-ph {
	height:388px;
}
.bot-ph ~ section.index-footer {
	z-index:51;
	position:relative;
}
@media (min-width: 1440px) {
	.top-ph {
		height:88px;
	}
}
#kt-product-common .section-half-detail ul.detail-part-pagination.fixed {
	top: 50%;

	list-style: none;
	vertical-align: baseline;

	font-style: inherit;
	font-family: inherit;
	position: fixed;
	z-index: 98;
	margin-top: -36px;
}
#kt-product-common .section-half-detail .detail-part a {
	text-decoration: none;
}
#kt-product-common .btn-replay {
	color: #3b3e40;
	display: inline-block;
	text-align:left;
	padding:0;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	height: 32px;
	cursor: pointer;
	transition: all .3s cubic-bezier(.23,1,.32,1);
	background: 0 0;
	border: none;
	width: 536px;
}
#kt-product-common .section-half-detail .detail-part a {
	margin-bottom:0;
}
a.img-part,div.img-part {
	height:304px;
	overflow:hidden;
	display:block;
}
#kt-product-common .section-half-detail .detail-part .title {
	white-space: inherit;
	line-height:36px;
	font-family: "Open Sans",sans-serif;
	text-transform: uppercase;
	font-weight:bold;
}
#kt-product-common .section-half-detail .video {
	margin: 15px -60% 15px 0;
	transform: translatex(calc(-85% - 40px));
	float: left;
	width:calc(100% - 200px);
}
#kt-product-common .section-half-detail .gallery img {
	max-width:100px;
	border-radius:50%;
	border:4px solid #fff;
}
#kt-product-common .section-half-detail .gallery .img-dummy {
	display:inline-block;
	width: 95px;
	height: 100px;
	padding-left: 5px;
	border-radius:50%;
	border:4px solid #fff;
	background:#ccc;
	color: #fff;
	font-size: 50px;
	text-align: center;
	line-height: 88px;
}
#kt-product-common .section-half-detail .gallery {
	margin: 15px -110px 15px 0;
	transform: translatex(calc(-100% - 60px));
	float: left;
}
.hidden-col {
	display:none;
}
.item .row {
	margin:0 -10px;
}

summary {
	display: block;
}

summary::-webkit-details-marker {
	display: none;
}


.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover .popover-arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
	margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
	bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
	margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .popover-arrow, .bs-popover-right > .popover-arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .popover-arrow::before, .bs-popover-right > .popover-arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .popover-arrow::after, .bs-popover-right > .popover-arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
	margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
	top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
	margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .popover-arrow, .bs-popover-left > .popover-arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .popover-arrow::before, .bs-popover-left > .popover-arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .popover-arrow::after, .bs-popover-left > .popover-arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529
}
details {
	position:relative;
}
.bs-popover-top {
	transform: translate(0, calc(-100% - 0.5rem));
}

.bs-popover-top .popover-arrow {

}
details .bs-popover-bottom {
	margin-top:4rem;
}




.popup-viewer {
	position: fixed;
	top: -9999px;
	left: -9999px;
	height: auto;
	width: 100%;
	min-height: 100%;
	opacity: 0;
	z-index: 1000;
	overflow: hidden;
	padding: 72px 0
}

@media all and (min-width: 1440px) {
	.popup-viewer {
		padding: 88px 0
	}
}

.popup-viewer.open {
	top: 0;
	left: 0;
	opacity: 1
}

.popup-viewer.hide {
	opacity: 0
}

.popup-viewer .popup-viewer-box {
	position: relative;
}

.popup-viewer .popup-viewer-box .content-box {
	position: relative
}

.popup-viewer .popup-viewer-box.absolute {
	position: absolute
}

.popup-viewer .popup-viewer-box.absolute .content-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%
}

.popup-viewer.show .popup-viewer-box {
	transform: translateX(0)
}

.popup-viewer-box .content {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
}
.popup-viewer-box .content > div {
	width:55%;
	margin-bottom:30px;
}
.popup-viewer-box .content > div:nth-child(2n) {
	width:35%;
}

.popup-viewer .arr svg.circle {
	stroke-width: 1px;
	stroke: rgba(51, 51, 51, .2)
}

.popup-viewer .arr.north {
	margin-top: 80px
}

.popup-viewer .arr.north span {
	position: absolute;
	font-size: 14px;
	line-height: 1em;
	top: -12px;
	right: -4px;
	color: #4b575c
}

.popup-viewer .arr.close {
	position: absolute;
	top: 56px;
	right: 56px;
	cursor: pointer
}

.popup-viewer .arr.close svg.circle {
	stroke: rgba(51, 51, 51, .2);
	stroke-width: 1px
}

.popup-viewer .content {
	position: relative;
	padding-left: 96px
}

.popup-viewer .arr svg.icon, .popup-viewer .arr.close svg.icon {
	fill: #333
}

.popup-viewer, .popup-viewer .arr {
	transition: opacity .3s ease
}

.popup-viewer, .popup-viewer .popup-viewer-box {
	background-color: #fff;
	box-sizing: border-box
}
.popup-viewer .content {
	vertical-align: middle
}
.clearfix.col-lg-12,.clearfix .col-sm-3,.clearfix .col-sm-4,.clearfix .col-sm-5 {
	padding-left:15px;
	padding-right:15px;
}
.clearfix,.clearfix * {
	box-sizing: border-box;
}
.clearfix img {
	max-width:100%;
	height: auto !important;
}
.mob-flex {
	padding-left:2px;
	display:flex;
	flex-wrap:wrap;
	align-items: baseline;
	justify-content: space-between;
}
.mob-flex .spacer-hh {
	width:100%;
}
.error-text {
	position:absolute;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
}
.error-text .hdr {
	font-family: History;
	font-size:48px;
}

.on_main_bl1_block-building {position:relative;clear:both;
	margin:0;padding:0;padding-bottom:15px;width:100%;display:block;
	background:rgba(255,255,255,0) url(../../../main_bl/bg-dom.jpg) center top no-repeat;
	background-size:100% auto;
	/*height:1100px;*/}
.on_main_bl1_building-box {position:relative;clear:both;z-index:10}
.on_main_bl1_building-box img { margin: 10px 0;}
.on_main_bl1_building-txt {margin-top:113px;float:left;}
.on_main_bl1_building-dom {position: absolute;right:5%;    max-width: 100%;
	overflow: hidden;}
.on_main_bl1_building-box-clients {position:absolute;margin-top:680px;margin-left:0;float: left;}
.on_main_bl1_building-box-mini {	margin-top:-180px;padding-bottom:15px;}
.on_main_bl1_building-box-mini img {-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);float:left;margin:0 9px;transition:all 0.3s ease-in-out 0s;margin-bottom:35px;}
.on_main_bl1_building-box-mini img:hover {margin-top:-15px;transition:all 0.3s ease-in-out 0s;}

.on_main_bl1_btn-site-zakaz {text-align:center;margin-bottom:20px;transition:all 0.3s ease-in-out 0s;}
.on_main_bl1_btn-site-zakaz a:hover img {opacity:0.8;transition:all 0.3s ease-in-out 0s;}

/*@media (max-width:991px) {*/
.on_main_bl1_building-box-clients{
	position:relative;
	margin:10px 0;
}

section.work-wrapper {
	position: relative;
	left: calc(3.75% + 40px);
	width: calc(92.5% - 80px);
	margin-bottom:20px;
	margin-top:25px;
}
/*}*/
