/** Generated: Tuesday, 1st of July 2025, 06:45:29 AM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/*@font-face { font-family: 'Open Sans'; src:  url('/files/fonts/OpenSans-Regular.woff2') format('woff2'), url('/files/fonts/OpenSans-Regular.woff') format('woff'); }*/

@font-face {
	font-family: Calibri;
	src: local('Calibri Regular'), local('Calibri-Regular'),
	url('/site/templates/fonts/Calibri.woff2') format('woff2'), url('/site/templates/fonts/Calibri.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: Calibri;
	src: local('Calibri Bold'), local('Calibri-Bold'),
	url('/site/templates/fonts/Calibri-Bold.woff2') format('woff2'), url('/site/templates/fonts/Calibri-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

* {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

*,
:after,
:before { box-sizing: border-box }

textarea,
select,
input:not([type=checkbox]):not([type=radio]),
button {
	-webkit-appearance: none;
	outline: none;
}

a:hover { transition: all .3s ease }

body {
	width: 100vw;
	overflow-x: hidden;
}

.up { text-transform: uppercase }

img {
	max-width: 100%;
	height: auto
}

html,
body,
.h-100 { height: 100% }

#wrap {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100vw;
}

header,
main,
footer { flex-shrink: 0 }

main { flex-grow: 1 }

#hero,
.rel,
.video { position: relative }

.abs,
.video iframe,
.video video { position: absolute }

.btn,
.tc { text-align: center }

.tr { text-align: right }

.tl { text-align: left }

.text-white { color: #fff }

html { -ms-overflow-style: scrollbar }

#menu-toggler,
.hidden,
.tab-content,
[hidden],
input.hidden:not([type=checkbox]):not([type=radio]){ display: none }

#logo,
.block,
.nav-item a,
input:not([type=checkbox]):not([type=radio]),
label,
select,
textarea,
.panel.show { display: block }

.inl,
.btn,
.nav-item {
	display: inline-block;
	position: relative
}

.mid { vertical-align: middle }

strong { font-weight: bolder }
.vh-100 { min-height: 100vh }
.vw-100 { width: 100vw }

h1,
h2 { line-height: 1.15em }

#details .item,
h1,
h2,
h3,
main ul,
ol,
p,
table { margin-bottom: 15px }

header .ui-title,
header ul,
main ul:last-child,
ol:last-child,
p:last-child,
.mb-0 { margin-bottom: 0 }

main ul,
ol { margin-left: 18px }

.clear { clear: both }

.w-100,
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block { width: 100% }

.w-50 { width: 50% }

#menu-toggler {
	border: none;
	z-index: 1500
}
a,
#menu-toggler,
.point,
button { cursor: pointer }

select.custom {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E);
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
	width: 100%;
	font-size: 1rem;
	padding: .375rem .75rem;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 5px;
	line-height: 1.4rem
}

label { margin-bottom: 4px }

.container {
	width: 95%;
	max-width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

.flex,
.cell,
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cell {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.jr {
	justify-content: flex-end;
	flex-grow: 1
}

.row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.rr { flex-direction: row-reverse }

.col,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-flex: 0
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-8 {
	-ms-flex: 0 0 66.6666%;
	flex: 0 0 66.6666%;
	max-width: 66.6666%
}

.col-7 {
	flex: 0 0 58,333333%;
	max-width: 58.333333%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-5 {
	-ms-flex: 0 0 41.666666%;
	flex: 0 0 41.666666%;
	max-width: 41.666666%
}

.col-4 {
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-2 {
	-ms-flex: 0 0 16.666666%;
	flex: 0 0 16.666666%;
	max-width: 16.666666%
}

.p-2 { padding: .6rem }

.pt-2,
.py-2 { padding-top: .6rem }

.pr-2,
.px-2 { padding-right: .6rem }

.pb-2,
.py-2 { padding-bottom: .6rem }

.pl-2,
.px-2 { padding-left: .6rem }

.p-3 { padding: 1rem }

.pt-3,
.py-3 { padding-top: 1rem }

.pr-3,
.px-3 { padding-right: 1rem }

.pb-3,
.py-3 { padding-bottom: 1rem }

.pl-3,
.px-3 { padding-left: 1rem }

.p-4 { padding: 1.5rem }

.pt-4,
.py-4 { padding-top: 1.5rem }

.pr-4,
.px-4 { padding-right: 1.5rem }

.pb-4,
.py-4,
.py-54 { padding-bottom: 1.5rem }

.pl-4,
.px-4 { padding-left: 1.5rem }

.p-5 {
	padding: 3rem
}

.pt-5,
.py-5,
.py-54 {
	padding-top: 3rem
}

.pr-5,
.px-5 {
	padding-right: 3rem
}

.pb-5,
.py-5 {
	padding-bottom: 3rem
}

.pl-5,
.px-5 {
	padding-left: 3rem
}

.p-0,
.px-0,
.pl-0 {
	padding-left: 0;
}

.p-0,
.px-0,
.pr-0 {
	padding-right: 0;
}

.p-0,
.py-0,
.pt-0 {
	padding-top: 0;
}

.p-0,
.py-0,
.pb-0 {
	padding-bottom: 0;
}

.m-2,
.my-2,
.mt-2 { margin-top: .6rem }

.m-2,
.my-2,
.mb-2 { margin-bottom: .6rem }

.m-2,
.mx-2,
.ml-2 { margin-left: .6rem }

.m-2,
.mx-2,
.mr-2 { margin-right: .6rem }

.m-3,
.mt-3,
.my-3 {
	margin-top: 1rem
}

.m-3,
.mr-3,
.mx-3 {
	margin-right: 1rem
}

.m-3,
.mb-3,
.my-3 {
	margin-bottom: 1rem
}

.m-3,
.ml-3,
.mx-3 {
	margin-left: 1rem
}

.m-4,
.mt-4,
.my-4 {
	margin-top: 1.5rem
}

.m-4,
.mr-4,
.mx-4 {
	margin-right: 1.5rem
}

.m-4,
.mb-4,
.my-4 {
	margin-bottom: 1.5rem
}

.m-4,
.ml-4,
.mx-4 {
	margin-left: 1.5rem
}

.m-5,
.mt-5,
.my-5 {
	margin-top: 3rem
}

.m-5,
.mr-5,
.mx-5 {
	margin-right: 3rem
}

.m-5,
.mb-5,
.my-5 {
	margin-bottom: 3rem
}

.m-5,
.ml-5,
.mx-5 {
	margin-left: 3rem
}

.mx-auto {
	margin-left: auto;
	margin-right: auto
}

.m-0,
.my-0,
.mt-0 {
	margin-top: 0;
}

.m-0,
.my-0,
.mb-0 {
	margin-bottom: 0;
}

.m-0,
.mx-0,
.ml-0 {
	margin-left: 0;
}

.m-0,
.mx-0,
.mr-0 {
	margin-right: 0;
}

.video {
	padding-bottom: 56.25%;
	max-width: 100%;
}

.video iframe,
.video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}

@media screen and (max-width:1200px) {
	.r2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.r22 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.r23 {
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%
	}
	.rh2 { display: none }
}

@media screen and (max-width:1000px) {
	.r1 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.r12 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.r13 {
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%
	}
	.rh1 { display: none }
}

@media screen and (max-width:750px) {
	.r7 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.r72 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.rh7 {
		display: none
	}
}

@media screen and (max-width:550px) {
	.r5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.r52 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.rh5 {
		display: none
	}
}

@media screen and (max-width:400px) {
	.r4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media screen and (max-width:360px) {
	.r3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

table { border-collapse: collapse }

td { padding: 8px 10px }
th { padding: 5px 10px }

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	list-style: none
}

.breadcrumb-item+.breadcrumb-item:before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #6c757d;
	content: "/"
}

#menu .open_menu {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.4rem;
	height: 42px;
	width: 42px;
	z-index: 60;
	border: 0;
	background: transparent
}

body{
    color: #888;
    background: #fff;
    font: 400 18px Calibri;
}

footer {
    font-size: 16px
}

h1,h2,strong {
    font-weight: 700;
}

.container {
    margin: 0 auto;
    max-width: 1220px;
    width:	90%;
    position: relative;
}

header{
    height:106px;

}

#content h1{
    font-weight: normal;
}

#content h3{
    font-weight: normal
}


#menu{
    display:inline-block;
    float:right;
}

#menu li a{
    color: #999;

}

li.nav-item a{
    padding:44px 5px;
    font-size:16px;
}

#menu a.active{
    background-color: #f8f8f8;
    color: #222;
}

li  a:hover, #menu a.active:hover{
    background:#4aabe2;
    border-color:#4aabe2;
}

#menu li a:hover{
    color:#fff;
}

#hero img{
    width: 100%;
}

aside li.nav-item a{
    padding:5px 5px;
}

#logo{
    float:left;
    display:inline-block;
}

.clear{
    clear:both;
}

#contact{
    background:#f9f9f9;
    padding: 20px 0;
    display:block;
}

form .row{
    justify-content: center;

}

#pictureid{
    padding:40px 0;
}


#pictureid .txt{
    border-radius: 4px 0 0 4px;
    width:342px;

}

#pictureid .submit{
    background-color:#4aabe2;
    color:#fff;
    width:100px;
    cursor:pointer;

}

#services h1{
    font-size: 30px;
    color: #5d5d5d;

}

#services h3 {
    font-size: 18px;
    font-weight: 400;
    color:#5d5d5d;
}

#services .space {
    bottom:10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}


.service .button{
    width:100px;
}

#galleries a{
    color: #5d5d5d;

}

footer a, body a{
    color: #4aabe2;
}

.table-width{
    width:10%;
}


#gallery, .pass, .service{
    border-bottom: 2px solid #4aabe2;
    background:#F8F8F8;
}



#content h2, #catalog h2{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 16px;
}


.text{

    padding:15px 0px;
    font-size:14px;
}

.box{
    background:#f8f8f8;
    padding: 20px;
    font-size: 1.2rem;
    height: 90px;
    margin-top: 30px;
    border-radius: 4px;
    font-style: italic;

}

.box .button{
    padding: 10px 16px;
    border-radius: 4px;
    vertical-align: middle;
    margin-left:50px;

}

.box p {
    vertical-align: middle
}

.button{
    padding: 6px 14px;
    color:#fff;
    background-color: #4aabe2;
    display:inline-block;
    border-radius: 4px;

}

#contact .inl {
    margin: 0 10px
}

footer{
    padding:40px 0px;
    background: #F6F6F6
}

#title{
    padding: 30px 0;
    margin-bottom: 40px;
    background: #f0f0f0;
    box-shadow: inset 0 0 10px rgba(0,0,0,.2);
}

aside {

    position:absolute;
    right:0px;
}

aside #menu{
    float:none;
}

aside #menu a{
    border-bottom: 1px dotted #ddd;
    line-height: 2.2rem;
    padding-right:100px;
    font-size:14px;
}

aside h2{
    color: #4aabe2;
}

#aside_services{

    width: 20%;
    float: right;

}

.icon-ok{
    font-size:40px;
}

#aside_services .content{
    background:#F8F8F8;
    border-bottom: 2px solid #4aabe2;
}

#aside_services .content:hover, #passport .pass:hover, .box:hover{
    box-shadow: inset 0 0 10px rgba(0,0,0,.2);
}


aside .contact{
    font-size: 14px;
    border-radius: 0px;
    border: 4px solid #e0e0e0;
    background-color:#fff;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.05) inset;

}

.open_menu{
    display:none;
}

.dropdown{
    display: none;
}

#map{
    width:100%;
    height:300px;
}

#footer_info {
    line-height: 1.5rem
}

.blue-text{
    color: #30ade7;
    left: 10px;
}

.question {
    .question-title{
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        font-size: 20px;
        font-weight: 700;
        cursor: pointer;

        &:hover{
            background-color: #eee;

        }

        &::after{
            content: "+";
            position: absolute;
            right: 10px;
            height: 100%;
            display: grid;
            align-items: center;
            top: 0;
        }

        &.open::after{
            content: "-";
        }
    }
    .default{
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        font-size: 20px;
        font-weight: 700;
    }

    .hidden-info{
        display: none;

        &.show{
            display: block;
        }
    }
}


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

    header{
        height: auto;
    }

    #logo{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        display:flex;
        margin-top:10px;
    }

    .topbar{
        width: 100%;
        background:#4AABE2;
        min-height: 50px;
        margin-bottom: 20px;
    }

    #menu-toggler{
        background: #4AABE2 url(/files/images/menu.png) no-repeat 90% center;
        display: block;
        position: absolute;
        right:15px;
        width: 50px;
        height: 50px;
        top:0px;
    }

    #menu.show{
        display:block;
    }

    #menu{
        display:none;
        width:100%;
        z-index:200;
        position:absolute;
        top:-20px;
    }

    #menu ul li{
        display:block;
        width:100%;
        background:#4AABE2;
    }

    #menu ul li a {
        font-size: 1.0rem;
        color: white;
        margin-left:0px;
        padding: 10px 15px;
        border-top: 1px solid rgba(255,255,255,.5);
    }

    #menu a.active, #menu a:hover{
        color:#fff;
        background: #4AABE2;
        border-top: 1px solid rgba(255,255,255,.5);

    }


    header .container{
        width:100%;
        padding-left:0px;


    }



    .nav-item{
        padding-left:0px;
    }


    .nav-link{
        text-transform: uppercase;
    }

    #menu-toggler,#menu li,#menu.show, .dropdown.show {
        display: block;
    }

    .open_menu{
        display:block;
        color: #fff;
    }

    a.block{
        opacity: .75;
    }

    #menu a:hover,#menu a.active:hover{
        background-color: #333333;
    }

    #menu .dropdown a{
        border-top: 1px solid rgba(255,255,255,.5);
        color:#fff;
        padding: 10px 35px;
        text-transform: uppercase;
        font-size:1.0rem;
    }

    .title{
        display:none;
    }

    #aside_services{

        width: 95%;
        float: right;

    }
    #box_button{
        display:block;
        width:155px;
        margin-left:0px;
        margin-top:10px;
    }

    .box{
        height:120px;
    }


}


@media screen and (max-width: 870px){
    #pictureid .txt{
        width: 165px;
    }
}


@media screen and (max-width: 700px){
    .box{
        height: 100px;
    }
    #contact .inl {
        display: block
    }
}

@media screen and (max-width: 460px){
    .box{
        height: 150px;
    }
    .box .button{
        margin-left:0px;
    }
}
