

/* Start:/local/templates/main/css/main.css?176630749131727*/
:root {
	--dblue: #134bba;
	--blue: #004dff;
	--yellow: #ffe730;
	--blue-light: #02c1ba;
	--red: #d80012;
}
a, abbr, acronym, address, applet, b, big, blockquote, body, caption,
    center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form,
    h1, h2, h3, h4, h5, h6, html, i, iframe, img, input, ins, kbd, label,
    legend, li, menu, object, ol, p, pre, q, s, samp, small, span, strike,
    strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt,
    u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    font-weight: inherit;
    font-family: inherit;
	-webkit-font-smoothing: antialiased;
}
b, strong {font-weight:bold;}
.us, h1, h2, h3, input, p, textarea {cursor: text}
input[type=submit] {cursor: pointer}
ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}
hr {height:2px;background: #ededed;margin: 50px 0;border:none;width: 100%;}
table {
    border-collapse: collapse;
    border-spacing: 0
}
ol li {
	list-style: decimal;
	list-style-position: outside;
	margin-left:15px;
	margin-bottom:20px;
	padding-left:15px;
}
ul li {
	position:relative;
    list-style: none;
    list-style-position: unset;
    font-size: 18px;
	letter-spacing: 0.3px;
	margin-bottom:8px;
	margin-left:0;
	padding-left:24px;
}
ul li:before {
	content:"";
	position:absolute;
	width:8px;height:8px;
	left:0;top:50%;
	/* margin-top:-4px; */
	background:var(--blue);
	border-radius: 50%;
	top: 0.4em;
}
h1 {
	font-family: Jura;
	font-size: 60px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding-bottom:20px;
	position: relative;
	margin-bottom: 50px;
	color:#000;
	max-width: 800px;
}
h1.smallH1 {
	font-size: 36px;
}
.indexContent h1 {
	color: #134bba;
	font-size: 36px;
	margin-bottom: 30px;
}
.indexContent h1:after {
	content:"";
	position: absolute;
	bottom:0;left:0;right:0;
	height:2px;
	background-image: linear-gradient(to left, #ee0029, #94049b 48%, #134bba);
}
h2, .h2 {
	font-family: Jura;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #134bba;
	margin-bottom: 50px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	width: 100%;
}
h2 img {
	width: 19px;
	margin-left: 15px;
}
h3, .textTitle {
	font-size: 36px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.49px;
	color: #000000;
	font-family: Jura;
	margin-bottom:30px;
	text-transform: uppercase;
	width: 100%;
}
.textTitle {
	text-transform: none;
}
b,strong {font-weight:bold;}
p {
	letter-spacing: 0.3px;
	margin-bottom:30px;
	line-height: 1.5;
	max-width: 825px;
}
p:last-child {
	margin-bottom:0;
}
html {
    -webkit-text-size-adjust: none;
    height:100%;
    min-height:100%;
    position:relative;
}
img {
    border: none;
    display: block;
    max-width:100%;
}
p img {
	display:inline;
}
input {
    vertical-align: middle
}
input[type="text"], input[type="email"], textarea {
	height: 52px;
	margin: 4px 0 0;
	padding: 14px 26px 14px 26px;
	border-radius: 100px;
	border: solid 2px #eef2f5;
	background-color: #fff;
	max-width: 100%;
	transition: 0.2s;
	caret-color: var(--green);
	font-size: 18px;
	display: block;
	width: 100%;
}
input[type="text"].error, input[type="email"].error, textarea.error {
	border-color: #d80113 !important;
}
textarea {
	height:80px;
	border-radius: 20px;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus {
	box-shadow: 0 4px 30px 0 rgba(0, 133, 245, 0.2);
	border: solid 2px #0085f5;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
    color: #000;
	background: #ffffff;
	height:auto;
    min-height:100%;
    position:relative;
	display:flex;
	flex-direction: column;
/*	background-image: url(/local/templates/main/css/../img/Home-Top-BG.jpg);*/
	background-position: -40px top;
	background-repeat: no-repeat;
	background-size: auto 1350px;
}
body.noscroll {overflow: hidden;}
::-moz-selection {
    background: var(--blue);
    color: #fff
}
::selection {
    background: var(--blue);
    color: #fff
}

::-moz-selection {
    background: var(--blue);
    color: #fff
}
/* For IE <= 11 */
select::-ms-expand {
	display: none; 
}
input[type="checkbox"],
input[type="radio"] {
    display:none;            
}
input[type="checkbox"] + label, 
input[type="radio"] + label {
	cursor: pointer;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    content: "";
    position: relative;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0;
	box-sizing: border-box;
}
input[type="checkbox"] + label::before {
	background: url(/local/templates/main/css/../img/checkbox.png) no-repeat 0 0 #ff0000;
}
input[type="checkbox"]:checked + label::before {
	background: url(/local/templates/main/css/../img/checkbox.png) no-repeat 0 -24px #ff0000;
}
input[type="radio"]:checked + label::before {
	border: 5px solid var(--green);
}
blockquote {
    font-size: 24px;
    font-weight: 600;
    padding-left:24px;
    border-left:8px solid #000;
    position:relative;
    margin: 40px 0;
}
label {
	cursor:pointer;
}
a {
    text-decoration: none;
    transition: 0.2s ease;
    color:#134bba;
}
a:hover {
    color:var(--red);
}
.center {
	width:100%;
	max-width: 1300px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}
.center.container {
	padding-top:70px;
	padding-bottom:70px;
}
header {
	position:relative;
	z-index:200;
}
header.index {
/*	position:absolute;*/
	top:0;left:0;right:0;
	margin-bottom: -101px;
}
	@media (max-width: 1129px) {
		margin-bottom: -120px;
	}
	@media (max-width: 850px) {
		margin-bottom: -92px;
	}
	@media (max-width: 800px) {
		margin-bottom: -80px;
	}
header:after {
	content:"";
	position: absolute;
	bottom:0;left:0;right:0;
	height:2px;
	background-color: #ededed;
}
header.index:after {
	background-color: rgba(255, 255, 255, 0.2);
}
header .center {
	position: relative;
	padding-top: 24px;padding-bottom: 24px;
	display:flex;
	align-items: center;
	z-index:2;
}
header .center:after {
	content:"";
	position: absolute;
	bottom:0;left:20px;right:20px;
	height:2px;
	background-color: #134bba;
}
header.index .center:after {
	background-color: #fff;
}
header .logo {
	width:260px;height:42px;
	background-size: contain;
	background-image: url(/local/templates/main/css/../img/logo-color@3x.png);
	background-repeat: no-repeat;
}
header.index .logo {
	background-image: url(/local/templates/main/css/../img/logo-mono@3x.png);
}
header input[type=checkbox] + label:before {
	display:none;
}
header nav {
	margin-left:50px;
}
header ul li {
	padding:0 20px 0 0;
	margin:0;
}
header ul li a {
	font-size:14px;
	letter-spacing: 1px;
}
header.index ul li a {
	color:#fff;
}
header ul li:before {
	display: none;
}
header ul {
	display:flex;
	flex-wrap: wrap;
	max-width: 380px;
}
header .question {
	margin-left: auto;
	background-image: linear-gradient(103deg, #134bba, #94049b 48%, #ee0029 100% );
	color:#fff;
	padding: 13px 24px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
header.index .question {
	background-color: rgba(255, 255, 255, 0.29);
}
header .contacts {
	display:flex;
	flex-direction: column;
	margin-left: 100px;
}
header .contacts a {
	font-weight: 500;
	position:relative;
}
header.index .contacts a {
	color:#fff;
}
header .contacts a {
	padding-left:24px;
	margin: 4px 0;
}
header .contacts a.phone {
	font-size: 16px;
	letter-spacing: 1.33px;
}
header .contacts a.phone:before, header .contacts a.mail:before {
	content:"";
	position:absolute;
	width: 16px;height: 16px;
	background-size: contain;
	left:0;
}
header.index .contacts a.phone:before {
	background-image:url(/local/templates/main/css/../img/phone-color-white@3x.png);
}
header .contacts a.phone:before {
	background-image:url(/local/templates/main/css/../img/phone-blue@3x.png);
}
header .contacts a.mail {
	font-size: 14px;
	letter-spacing: 1px;
}
header.index .contacts a.mail:before {
	background-image:url(/local/templates/main/css/../img/email@3x.png);
}
header .contacts a.mail:before {
	background-image:url(/local/templates/main/css/../img/email-blue@3x.png);
}
#indexSlider {
	background: url(/local/templates/main/css/../img/home-top-banner/01.jpg);
	background-size: cover;
	position:relative;
}
#indexSlider:after {
	content:"";
	position:absolute;
	bottom:0;right:0;width: 50%;
	background:#fff;height:155px;
}
#indexSlider .item {
	padding-top:210px;
	padding-bottom:295px;
}
#indexSlider .title {
	font-family: Jura;
	font-size: 72px;
	font-weight: bold;
	letter-spacing: 0.98px;
	color: #fff;
	margin-left: 310px;
	margin-bottom: 40px;
}
#indexSlider .title a {
	color:#fff;
}
#indexSlider .order {
	display:inline-block;
	padding: 20px 30px;
	background: linear-gradient( 103deg, #134bba 0%, #94049b 48%, #ee0029 100% );
	margin-left: 310px;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#indexSlider .owl-nav {
	position: absolute;
	bottom:0;left:20px;
}
#indexSlider .owl-nav button, .indexPluses a.customNextBtn, .indexPluses a.customPrevBtn {
	width: 155px;height: 155px;
	transition: 0.2s;
	background-color: rgba(255, 255, 255, 0.2);
	position:relative;
}
#indexSlider .owl-nav button:before, .indexPluses a.customPrevBtn:before, .indexPluses a.customNextBtn:before {
	content:"";
	position: absolute;
	width:36px;height:34px;
	top:50%;left:50%;
	transform: translate(-50%, -50%);
}
#indexSlider .owl-nav button.owl-prev:before, .indexPluses a.customPrevBtn:before {
	background:url(/local/templates/main/css/../img/arrow-white-l@3x.png);
	background-size: cover;
}
#indexSlider .owl-nav button.owl-next:before, .indexPluses a.customNextBtn:before {
	background:url(/local/templates/main/css/../img/arrow-white-r@3x.png);
	background-size: cover;
}
#indexSlider .owl-nav button span {
	display:none;
}
#indexSlider .owl-nav button:hover, .indexPluses a.customPrevBtn:hover, .indexPluses a.customNextBtn:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
#indexSlider .owl-dots {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	z-index:20;
}
#indexSlider .owl-dots li {
	color:#fff;
	cursor:pointer;
}
#indexSlider .owl-dots li:before {
	background:none;
	border: solid 2px rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	width: 14px;height: 14px;
	margin-top:-7px;
}
#indexSlider .owl-dots li.active:before {
	background:#fff;
}
.indexPluses .center {
	display:flex;
	position:relative;
	margin-top:-155px;
	z-index:10;
}
.indexPluses .item {
	width:310px;
	padding: 35px 75px 50px 50px;
}
.indexPluses .item.objectsLink {
	background: #134bba;
}
.indexPluses .item:nth-child(4) {
	background: var(--red);
}
.indexPluses .item:nth-child(5) {
	display: flex;
	flex-direction: column;
}
.indexPluses .item:nth-child(5) svg {
	margin-top: 15px;
}
.indexPluses .item:nth-child(5) span {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.22px;
}
.indexPluses .num {
	font-family: Jura;
	font-size: 72px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.98px;
	color: #fff;
	margin-bottom: 10px;
}
.indexPluses .text {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.22px;
	color: #fff;
}
.indexServices {
	border-bottom: solid 2px #ededed;
}
.indexServices .center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.indexServices .center figure {
	display:flex;
	align-items: center;
	margin: 0 25px;
}
.indexServices .center figure img {
	width: 100px;height: 100px;
	margin-right: 10px;
}
.indexServices .center figure figcaption {
	font-size: 18px;
	font-weight: 500;
}
.indexServices .center figure figcaption a {
	color:#000;
}
.indexContent {
	border-bottom: solid 2px #ededed;
}
.indexContent h1 img {
	width: 25px;
	margin-left: 15px;
	display: inline-block;
}
.indexContent .center {
	max-width: 920px;
}
.indexContent .columned {
	display:flex;
	justify-content: space-between;
}
.indexContent .columned .left {
	width: 650px;
	padding-right: 75px;
}
.indexContent .columned .right {
	display: flex;
	flex-direction: column;
}
.indexContent .columned .right li {
	padding:0;
}
.indexContent .columned .right li:before {
	display:none;
}
.indexContent .columned .right a {
	font-weight: 500;
	margin-bottom:20px;
	font-size:16px;
}
.objects .center {
	display: flex;
	flex-wrap: wrap;
}
.objects .object {
	width: 25%;
	margin-bottom:50px;
}
.objects .object.hidden {
	display: none;
}
.objects .object .img, .serviceObjs .object .img {
	margin-bottom: 16px;
	width: 100%;
	display:block;
	position:relative;
}
.objects .object .img img, .serviceObjs .object .img img {
	width: 100%;
}
.objects .object .img svg, .serviceObjs .object .img svg {
	position:absolute;
	bottom:0;right:0;
	width:60px;height:60px;
}
.objects .object .img svg .p, .serviceObjs .object .img svg .p {
	fill:rgba(255, 255, 255, 0.5);
	transition:0.2s;
}
.objects .object:hover .img svg .p, .serviceObjs .object:hover .img svg .p {
	fill:var(--red);
}
.objects .object .desc, .serviceObjs .object .desc {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.objects .object .title, .serviceObjs .object .title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.67px;
	border-top: 2px solid #134bba;
	padding-top: 8px;
	margin-top: 8px;
	margin-right: 50px;
	display: inline-block;
	color:#000;
}
.news, .bottomLinks {
	background:#f8f8f8;
}
.news.content {
	background: #fff;
}
.news .center {
	padding-top:100px;
	padding-bottom:50px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.news.content .center {
	padding-top:50px;
}
.news .center:after {
	content: "";
	position: absolute;
	bottom:0;left:20px;right:20px;
	height:2px;
	background: #134bba;
}
.news h2, .news h1, .news h3, .news .h2 {
	width:100%;
	max-width: 100%;
}
.news .item {
	width: 25%;
	box-sizing: border-box;
	padding-right:40px;
	display:flex;
	flex-direction: column;
	align-items: flex-start;
}
.news.content .item {
	margin-bottom: 40px;
}
.news .item .date {
	font-size: 9.8px;
	font-weight: bold;
	letter-spacing: 0.82px;
	padding: 3px 5px;
	background-color: #134bba;
	color:#fff;
	margin-bottom: 10px;
	display:inline;
}
.news .item a {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
.news .item .desc {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.4px;
	color: #b3b3b3;
}
.bottomLinks .center {
	padding-top: 50px;
	padding-bottom: 100px;
	display: flex;
}
.bottomLinks .title {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #134bba;
	text-transform: uppercase;
	width:100%;
	margin-bottom: 14px;
}
.bottomLinks a {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.bottomLinks .left {
	width: 25%;
	display:flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.bottomLinks .left a {
	width: 50%;
	margin-bottom:10px;
}
.bottomLinks .right {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.bottomLinks .right a {
	width: 33.33%;
	margin-bottom: 10px;
}
footer {
	background-image: linear-gradient(267deg, #ee0029 0, #94049b 48%, #134bba 100%);
}
footer .center {
	padding-top:20px;
	padding-bottom:15px;
	display:flex;
	align-items: center;
}
footer img.logo {
	width: 155px;
	margin-right: 30px;
}
footer .copy {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.5);
}
footer .phone {
	margin-left: auto;
}
footer .phone, footer .mail {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.33px;
	text-align: right;
	color: #fff;
	margin-right:30px;
}
footer .phone img, footer .mail img {
	width: 16px;
	margin-right: 8px;
}
footer .developer img {
	width: 230px;
}
.breadcrumbs {
	padding: 16px 0 30px;
}
.breadcrumbs a, .breadcrumbs span {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #b3b3b3;
}
.breadcrumbs a:hover {
	color: var(--red);
}
.contentColumned .center {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
.contentColumned .left {
	width: calc(100% - 230px);
	max-width: 860px;
	padding-bottom: 30px;
}
.serviceBottom {
	padding-bottom: 50px;
}
.servicesList .item {
	display: flex;
}
.servicesList .item .img {
	width: 100px;
	margin-right: 20px;
	margin-top: 5px;
}
.servicesList .item .img img {
	min-width: 100px;
	max-width: 100px;
}
.servicesList .item .content a {
	font-size: 36px;
	font-weight: bold;
	color: var(--dblue);
	display: block;
	margin-bottom: 8px;
	font-family: Jura;
}
.servicesList .item .content a:hover {
	color:var(--red);
}
.servicesList .item {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom:2px solid #ededed;
}
.servicesList .item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.servicesList .item .text {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #808080;
}
.contentColumned .right {
	width: 230px;
	min-width: 230px;
	padding-bottom: 30px;
}
.contentColumned .right .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.contentColumned .right .servicesLinks {
	margin-top: 0;
	margin-bottom: 66px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ededed;
}
.contentColumned .right .servicesLinks li:last-child {
	margin-bottom: 0;
}
.contentColumned .right .servicesLinks a.active {
	color:#b3b3b3;
}
.contentColumned .right ul {
	margin-top: 50px;
}
.contentColumned .right ul li {
	list-style: none;
	padding: 0;margin: 0 0 8px;
}
.contentColumned .right ul li:before {
	display: none;
}
.contentColumned .right ul li a {
	font-size: 16px;
	font-weight: 500;
}
.objectsBanner {
	display:block;
	height: 300px;
	position: relative;
	margin-left: 16px;
	box-shadow: -8px -8px 0px 0px #a7bbe2, -16px -16px 0px 0px #e1e9f9;
}
.objectsBanner span {
	position: absolute;
	top:0;right:0;bottom:0;left:0;
	background: url(/local/templates/main/css/../img/our-obj.jpg) center center;
	background-size: cover;
	z-index:3;
}
.objectsBanner b {
	position: absolute;
	left:24px;bottom:22px;
	color:#fff;
	text-transform: uppercase;
	font-family: Jura;
	transition: 0.2s;
}
.objectsBanner:hover b {
	bottom:30px;
}
.objectsBanner b:after {
	content:"";
	position: absolute;
	background: url(/local/templates/main/css/../img/arrow-white-r@3x.png);
	background-size: cover;
	width: 16px;height: 16px;
	margin-left: 8px;
	margin-top: 4px;
}
.servTel {
	display: inline-flex;
	align-items: center;
	margin-right: 50px;
}
.servTel img {
	width: 18px;height: 18px;
	margin-right: 4px;
}
.clients {
	background:var(--dblue);
	padding: 70px 0;
}
.clients h3 {
	color:#fff;
	font-family: Jura;
	text-transform: none;
}
#clients img {
	max-height: 98px;
	width: auto;
	mix-blend-mode: screen;
}
.partnersList {
	display: flex;
	flex-wrap: wrap;
}
.partnersList div {
	display: flex;
	align-items: center;
	height: 100px;
	margin-right: 50px;
}
#objectSlider {
	position: relative;
}
#objectSlider .owl-dots {
	position: absolute;
	bottom:16px;right:16px;
	display:flex;
}
#objectSlider .owl-dots button {
	width:16px;height:16px;
	margin-left: 8px;
	background: none;
	border:2px solid #fff;
	border-radius: 50%;
}
#objectSlider .owl-dots button.active {
	background:#fff;
}
#objectSlider .owl-nav {
	position: absolute;
	bottom:0;left:0;
}
#objectSlider .owl-nav button {
	width: 155px;height: 155px;
	background-color: rgba(255, 255, 255, 0.2);
	transition:0.2s;
	position: relative;
}
#objectSlider .owl-nav button:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
#objectSlider .owl-nav button span {
	display: none;
}
#objectSlider .owl-nav button:before {
	content:"";
	position: absolute;
	width: 36px;height: 34px;
	left:50%;top:50%;
	margin: -18px 0 0 -17px;
	background: url(/local/templates/main/css/../img/arrow-white-l@3x.png) center;
	background-size: cover;
}
#objectSlider .owl-nav button.owl-next:before {
	background: url(/local/templates/main/css/../img/arrow-white-r@3x.png) center;
	background-size: cover;
}
.objectServices {
	padding-top: 40px;
}
.objectServices span {
	font-weight: 500;
	background: #f8f8f8;
	display:inline-block;
	padding: 4px 8px;
	color: #134bba;
	margin-bottom: 12px;
}
.objectServices a {
	display:inline-block;
	margin: 0 4px 12px;
}
#objectDesc {
	font-size: 16px;
	letter-spacing: 0.3px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	padding-top: 50px;
	border-bottom:2px solid #134bba;
}
.stuffList {
	display: flex;
	flex-wrap: wrap;
}
.stuffList .stuff {
	display: flex;
}
.stuffList .stuff {
	width: 50%;
	margin-bottom: 50px;
}
.stuffList .stuff .img {
	width: 170px;
	margin-right: 40px;
}
.stuffList .stuff .img img {
	border-radius: 50%;
}
.stuffList .stuff .info {
	padding-top: 25px;
	display: flex;
	flex-direction: column;
}
.stuffList .stuff .info .name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
.stuffList .stuff .info .post {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 500;
	color:#808080;
}
.stuffList .stuff .info a {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.17px;
	display: flex;
	align-items: center;
}
.stuffList .stuff .info a img {
	width: 16px;height: 16px;
	margin-right: 8px;
}
.contactsItems {
	display: flex;
	padding-bottom: 100px;
}
.contactsItems .item {
	margin-right: 100px;
}
.contactsItems .item:last-child {
	margin-right: 0;
}
.contactsItems .item .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.contactsItems .item a, .contactsItems .item span {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-bottom: 10px;
}
.contactsItems .item a img {
	width: 16px;height: 16px;
	margin-right: 8px;
}
#director {
	padding-bottom:50px;
	margin-bottom: 50px;
	border-bottom:2px solid #ededed;
}
#director img {
	border-radius: 50%;
	width:200px;
}
#director .name {
	margin-top: 8px;
	font-size: 14px;
	font-weight: bold;
}
#director .post {
	font-weight: 500;
	color: #b3b3b3;
	font-size: 14px;
}
.certs {
	background: #f8f8f8;
	padding: 70px 0 100px;
}
.certs h3 {
	text-transform: none;
	margin-bottom: 50px;
}
.certs .owl-carousel .owl-nav button.owl-prev, .certs .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	padding: 4px 8px !important;
	background: rgb(255, 255, 255, 0.5);
}
.certs .owl-carousel .owl-nav button.owl-prev span, .certs .owl-carousel .owl-nav button.owl-next span {
	font-size: 32px;
	color: #000;
}
.certs .owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
.certs .owl-carousel .owl-nav button.owl-next {
	right:0;
}
#certs img, #lic img {
	max-width: 150px;
}
#certs .owl-dots, #lic .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:8px;
}
#certs .owl-dots button, #lic .owl-dots button {
	width: 20px;height: 20px;
	background: var(--blue);
	border-radius: 50%;
	padding: 0;
}
/*#lic {
	display:flex;
	flex-wrap: wrap;
}
#lic div {
	width:calc(100% / 7 - 16px);
	margin: 0 16px 16px 0;
}*/
#callbackWindow {
	display: none;
}
#callbackWindow .title {
	font-size:24px;
	font-weight:bold;
	margin-bottom: 15px;
}
#innerForm {
	max-width: 650px;
}
#callbackWindow form > div, #innerForm form > div {
	margin-bottom: 15px;
}
#callbackWindow label, #innerForm label {
	font-weight: bold;
	font-size:14px;
	margin-bottom: 2px;
}
#callbackWindow label.error, #innerForm label.error {
	font-weight: normal;
	font-size: 12px;
	color: #d80113;
}
#callbackWindow input[type=submit], #innerForm input[type=submit] {
	background-image: linear-gradient(103deg, #134bba, #94049b 48%, #ee0029 100% );
	color:#fff;
	padding: 13px 24px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.objectsFilters {
	display:flex;
	gap:16px;
	margin-bottom: 20px;
	overflow: auto;
	padding: 10px 0 20px;
}
.objectsFilters a {
	font-size: 14px;
	letter-spacing: 0.03em;
	padding: 0.5em 1em;
	background-color: #fff;
	white-space: nowrap;
	border:2px solid var(--blue);
	color: var(--blue);
}
.objectsFilters a.active {
	background-color: var(--blue);
	border:2px solid var(--blue);
	color: #fff;
}
.serviceObjs .owl-nav button span {display: none;}
.serviceObjs .owl-nav .owl-prev {
	position: absolute;
	top:100px;left:20px;
	background: url(/local/templates/main/css/../img/arrow-white-l@3x.png);
	background-size: auto;
  	background-size: cover;
	width: 36px;height: 34px;
}
.serviceObjs .owl-nav .owl-next {
	position: absolute;
	top:100px;right:20px;
	transform: rotate(180deg);
	background: url(/local/templates/main/css/../img/arrow-white-l@3x.png);
	background-size: auto;
  	background-size: cover;
	width: 36px;height: 34px;
}
.callbackPage {
	padding-bottom: 40px;
}
@media(max-width:1200px) {
	header .center {justify-content: space-between;}
	header .contacts {margin-left: 30px;}
	header nav {margin-left: 50px;}
	footer .phone, footer .mail {display: none;}
	footer .copy {margin-left:auto;margin-right: 24px;}
}
@media(max-width:1100px) {
	header .logo {width:200px;height:32px;}
	header nav {margin-left:auto;}
	header .contacts {flex-direction: row;margin-left:30px;}
	header .question {padding:0;margin-left:30px;width:32px;}
	header .question span {display:none;}
	header .question:before {content:"";position: absolute;width:32px;height:32px;top:50%;margin-top:-16px;background-size: cover;background-image: url(/local/templates/main/css/../img/question@3x.png);}
	header.index .question:before {background-image: url(/local/templates/main/css/../img/question-white@3x.png);}
	header .contacts a.mail {display:none;}
	header .contacts a.phone {width:32px;}
	header .contacts a.phone span {display:none;}
	header .contacts a.phone:before {width:32px;height:32px;top:50%;margin-top:-16px;}
	#indexSlider .title {font-size:56px}
	.indexPluses .item {padding:25px 55px 30px 30px}
	.indexServices .center figure img {width: 75px;height: 75px;}
	.indexServices .center figure figcaption {font-size: 16px;}
	.objects .object {width: 50%;}
	.bottomLinks .right a {width: 50%;}
	#indexSlider .owl-nav {left:0;}
	.indexPluses .center {padding-right: 0;padding-left: 0;}
	.indexPluses .item {width: 50%;}
	#indexSlider .owl-nav button, .indexPluses a.customNextBtn, .indexPluses a.customPrevBtn {display:none;}
	.contentColumned .left {padding-right:40px;}
	.contentColumned .left p {font-size:14px;}
}
@media(max-width:850px) {
	#indexSlider::after {display:none;}
	#indexSlider .owl-nav {display:none;}
	.indexPluses .center {padding-left:0;margin-top: 0;}
	#indexSlider .title {margin-left: 0;font-size: 44px;}
	#indexSlider .item {padding-top: 140px;padding-bottom:84px;}
	#indexSlider .order {margin-left: 0;}
	#indexSlider .owl-dots li span {display:none}
	#indexSlider .owl-dots {display:flex;justify-content: center;bottom:24px;top:auto;transform: none;}
	.stuffList {padding-bottom: 30px;}
	.stuffList .stuff {width: 100%;}
	.stuffList .stuff .img {width: 100px;margin-right: 16px;}
	.stuffList .stuff .info {padding-top: 0;}
	.stuffList .stuff .info .name {font-size: 14px;}
	.contactsItems {flex-wrap: wrap;padding-bottom: 50px;}
	.contactsItems .item {width: 100%;margin-bottom: 30px;}
	.contactsItems .item:last-child {margin-bottom: 0;}
	.stuffList .stuff:last-child {margin-bottom: 0;}
}
@media(max-width:800px) {
	body {font-size:14px;}
	.center.container {padding-top:30px;padding-bottom:30px;}
	.indexContent h1 {font-size:24px;padding-bottom: 16px;}
	h1 {font-size:36px;margin-bottom:30px;}
	h1 img {width: 18px;}
	h2, .h2 {font-size:24px;margin-bottom:30px;}
	h2 img {width:19px;}
	header .logo {order:1;}
	header .question {order:2;margin-left: auto;}
	header .contacts {order:3;}
	header nav {order:4;margin-left:30px;}
	header nav #navCheck + label {width:32px;height:32px;background-size: cover;display:block;background-image: url(/local/templates/main/css/../img/menu@3x.png);}
	header.index nav #navCheck + label {background-image: url(/local/templates/main/css/../img/menu-white@3x.png);}
	header nav .navContainer {position:fixed;top:0;bottom:0;right:-300px;width:300px;background: #fff;box-sizing: border-box;padding: 100px 0 0 100px;transition: 0.2s ease-out;z-index: 99;}
	header nav input#navCheck:checked + label + label + div.navContainer {right:0;}
	header nav input#navCheck:checked + label + label {position:fixed;top:0;right:0;bottom: 0;left: 0;background:rgba(0,0,0,0.5);z-index:98;}
	header nav .navContainer label {position:absolute;top:16px;right:16px;width:40px;height:40px;background: url(/local/templates/main/css/../img/close@3x.png) no-repeat;background-size: cover;}
	header ul {flex-direction: column;}
	header ul li {margin-bottom:20px;}
	header.index ul li a, header ul li a {color:#134bba;font-size:18px;}
	header nav .navContainer a:last-child {margin-bottom:0;}
	.indexServices .center {flex-direction: column;padding-top: 44px;padding-bottom: 40px;}
	.indexServices .center figure {margin-bottom: 24px;}
	.indexServices .center figure figcaption {width: 200px;}
	.indexServices .center figure img {width:100px;height: 100px;}
	.indexContent .columned {flex-wrap: wrap;}
	.indexContent .columned .left {margin-bottom: 25px;}
	.indexContent .columned .left,.indexContent .columned .right {width: 100%;}
	.indexContent .columned .right {flex-direction: row;flex-wrap: wrap;}
	.indexContent .columned .right a {display: inline-block;margin: 0 30px 20px 0;}
	.news .item {width: 50%;margin-bottom: 24px;}
	.bottomLinks .center {flex-direction: column;}
	.bottomLinks .center .left,.bottomLinks .center .right {width: 100%;}
	.bottomLinks .center .left a,.bottomLinks .center .right a {width: auto;margin-right: 14px;}
	.objects .object {margin-bottom: 24px;}
	.bottomLinks .center, .news .center {padding-top: 30px;padding-bottom: 30px;}
	footer .logo {display:none;}
	footer .developer {margin-left:auto;}
	.contentColumned {padding-bottom:24px}
	.contentColumned .center {flex-wrap: wrap;}
	.contentColumned .center .left {padding-right: 0;width: 100%;}
	.contentColumned .center .right {padding: 0;width: 100%;order:10;margin-top: 40px;}
	.servicesList .item {flex-wrap: wrap;padding-bottom: 16px;margin-bottom: 16px;}
	.servicesList .item .img {width: 100%;margin-bottom: 8px;}
	.servicesList .item .content a {font-size:24px;}
	.clients {padding: 30px 0;}
	.clients h3 {font-size:24px;}
	#clients img {max-height: 75px;}
	h1.smallH1 {font-size: 24px;}
	#objectDesc {font-size:14px;padding-top:16px;}
	h3, .textTitle {font-size:24px;}
	hr {margin: 30px 0 50px;}
	#lic {display:block;flex-wrap: unset;}
	#lic div {width:inherit;margin: inherit;}
	.certs h3 {margin-bottom: 24px;}
	hr {margin:30px 0 24px;}
	.certs {padding: 30px 0;}
	.contentColumned .right .servicesLinks {margin-bottom: 24px;}
	#director img {margin: 0 auto;}
	#director .name, #director .post {text-align:center;}
	.servTel {margin-bottom: 16px;}
	.objectsFilters a {font-size:14px;}
}
@media(max-width:700px) {
	.indexPluses .center {
		flex-wrap: wrap;
	}
	.indexPluses .center .item.down {
		width: 100%;
		display: flex;
		flex-direction: row;
		gap: 24px;
		border-bottom: 2px solid #ededed;
		align-items: center;
		justify-content: center;
		padding-left: 0;
		padding-right: 0;
	}
}
@media(max-width:550px) {
	#indexSlider .order {width:100%;text-align: center;}
	#indexSlider .title {font-size: 34px;font-weight: bold;text-transform: uppercase;}
	#indexSlider .owl-dots {width:100%;left:0;}
	.indexPluses .num {font-size:50px;}
	.objects .object {width: 100%;}
	.news .item {width: 100%;}
	.mobileFullWidth {width: 100%;display:block;}
}
@media(max-width:500px) {
	header .logo {width:180px;height:28px;}
	footer .center {flex-direction: column;}
	footer .center .copy {margin: 0 auto 24px;}
	footer .center .developer {margin: 0 auto;}
}

/* BX radio/checkbox fix */
.bx-core-window input[type=radio],
.bx-core-window input[type=checkbox] {
	appearance: auto;
	display: inline;
}
.bx-core-window label::before,
.bx-core-window label::before {
	display: none !important;
}
/* / BX radio/checkbox fix */

form.loading {
    opacity: .3;
    pointer-events: none;
}
[name=hook],
[name=handler] {
	display: none !important;
}
.form_ok {
	display: none;
}
/* End */


/* Start:/local/templates/main/js/owl.carousel/owl.carousel.css?16249701154722*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/main/js/owl.carousel/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


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