@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";

*{max-height:999999px}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,address,code,del,em,img,q,small,strong,sub,sup,tt,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,footer,header,hgroup,menu,nav,section,summary,time,mark{font-size:100%;margin:0;padding:0;border:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:''}
table{border-collapse:collapse;border-spacing:0}
img{border-style:none}
button{outline:none}
input,textarea,select{outline:none;vertical-align:middle}
form,fieldset{margin:0;padding:0;border-style:none}
a{outline:none;text-decoration:none;cursor:pointer;color:#008aee}
img{font-size:0;white-space:nowrap}
h1,h2,h3,h4,h5{font-weight:normal;margin:0}
address,time{font-style:normal}
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{border:none}
button,span,input,a,button:active,button:focus,span:active,a:focus,a:active,input:focus,textarea:focus{outline:none}
iframe{overflow:hidden;border:none}
td{vertical-align:top}
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner{padding:0;margin:0;border:none}
input,textarea,button{outline:none;border:none;margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
button{cursor:pointer;padding:0}
img{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%}
input::-webkit-input-placeholder{color:#607a9a;opacity:1}
input::-moz-placeholder{color:#607a9a;opacity:1}
input:-moz-placeholder{color:#607a9a;opacity:1}
input:-ms-input-placeholder{color:#607a9a;opacity:1}
input:focus::-webkit-input-placeholder{color:transparent !important;}
input:focus::-moz-placeholder{color:transparent !important;}
input:focus:-moz-placeholder{color:transparent !important;}
input:focus:-ms-input-placeholder{color:transparent !important;}
input[type='number']{-moz-appearance:textfield}
input[type='hidden']{display:none}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}
textarea:focus::-webkit-input-placeholder{color:transparent}
textarea:focus::-moz-placeholder{color:transparent}
textarea:focus:-moz-placeholder{color:transparent}
textarea:focus:-ms-input-placeholder{color:transparent}

html{height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.5;tab-size:4;-moz-osx-font-smoothing:grayscale;}
body{height:100%;min-width:375px;font-size:12px;color:#707e99;line-height:inherit;margin:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif;background-color:#ffffff;overflow-x:hidden;-moz-osx-font-smoothing:grayscale;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

header{background-color:rgb(83, 112, 139);color:#ffffff}
header div{padding:1.5rem 3rem}
header div .logo{font-size:21px;line-height:28px}
header div .logo h2{color:rgb(255, 255, 255);font-family:Alegreya,serif;font-weight:bold}

.relative{position:relative}
.block-1{width:100%;height:600px;background:url('/images/head.jpg') center center no-repeat;background-size:cover}

.block-2{margin:0 auto;padding:60px 40px;color:rgb(17, 24, 39);font-size:18px;line-height:28px;font-weight:400}
.block-2 p{margin-bottom:1.75rem}

.gallery_cover{margin:0;padding:0;width:100%;height:100%}
.gallery{display:flex;justify-content:center;width:100%;height:600px;position:relative;overflow:hidden;gap:30px}
.gallery .image{flex:1;background-size:cover;background-position:center;transition:all 0.5s ease;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}
.gallery .prev, .gallery .next{cursor:pointer;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:flex-end}
.gallery .prev{justify-content:flex-start}
.gallery .prev::before, .gallery .next::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:1s;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}
.gallery .current {flex:2}
.gallery .arrow{z-index:2}
.gallery .arrow button{background:transparent;color:white;padding:10px;text-transform:uppercase;opacity:1;cursor:pointer}
.gallery .arrow button svg{display:block;width:3rem;height:3rem}
.gallery .left-arrow {left: 10px;}
.gallery .right-arrow {right: 10px;}
.dots{text-align:center;padding:15px 0}
.dot{height:16px;width:16px;display:inline-block;cursor:pointer;position:relative;border-radius:50%;background-color:transparent}
.dot::after{content:'';display:block;position:absolute;top:3px;right:3px;bottom:3px;left:3px;background-color:#ffffff;border-radius:50%}
.dot + .dot{margin-left:1.25rem}
.dot.active{background-color:#ffffff !important}
.dot.active::after{background-color:#000000 !important}

.gallery-block{padding:20px 0 1px 0}
.gallery-block h2{white-space:pre-line;font-size:48px;line-height:80px;text-align:center;padding-bottom:20px}

.gallery-1{background-color:rgb(83, 112, 139)}
.gallery-1 h2{color:#ffffff}

.gallery-2{background-color:rgb(184, 205, 226)}
.gallery-2 h2{color:#000000}

.gallery-3{background-color:rgb(238, 245, 253)}
.gallery-3 h2{color:#000000}
.gallery-3 .dot::after{background-color:black}
.gallery-3 .dot.active{background-color:#000000 !important}
.gallery-3 .dot.active::after{background-color:#ffffff !important}

.gallery-4{background-color:rgb(255, 255, 255)}
.gallery-4 h2{color:#000000}
.gallery-4 .dot::after{background-color:black}
.gallery-4 .dot.active{background-color:#666666 !important}
.gallery-4 .dot.active::after{background-color:#ffffff !important}

.contact{margin:0 auto;padding:60px 40px;display:flex;flex-direction:row;gap:5rem;background-color:rgb(238, 245, 253)}
.contact .slogan{flex:1;color:#000000}
.contact .slogan h3{margin-bottom:.5rem;font-size:32px;line-height:40px;}
.contact .slogan p{font-size:18px;line-height:30px}
.contact .form{flex:1}
.contact .form form{display:block;margin-bottom:1rem}
.contact .form form ul{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:1rem}
.contact .form form label{color:rgb(17, 24, 39);font-size:16px;line-height:22px}
.contact .form form input,
.contact .form form textarea{border-radius:8px;background-color:rgba(0,0,0,0.07);color:#000000;display:block;width:100%;border-width:1px;border-color:rgba(209,213,219,1);padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;margin-top:.25rem}
.contact .form form ul li.long{grid-column:span 2/span 2}
.contact .form form textarea{resize:none}
.contact .form form .bottom{padding-top:1rem;display:flex;flex-direction:row;gap:1rem;justify-content:space-between;align-items:flex-start}
.contact .form form .bottom .rule{color:rgb(17, 24, 39);font-size:.75rem;line-height:1rem;max-width:24rem;}
.contact .form form .bottom button{border-width:2px;border-style:solid;box-shadow:none;background-color:transparent;color:rgb(17, 24, 39);border-radius:8px;border-color:rgb(17, 24, 39);display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:16px;line-height:1.25rem;outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;min-width:144px;cursor:pointer}

.map-container iframe{width:100%;height:600px}

footer{background-color:rgb(83, 112, 139);color:#ffffff}
footer div{padding:1.5rem 3rem}
footer div .logo{font-size:21px;line-height:28px}
footer div .logo h2{color:rgb(255, 255, 255);font-family:Alegreya,serif;font-weight:bold}

@media screen and (max-width:1024px) {
	.block-1{height:480px}
	.gallery{height:480px}
	.contact{flex-direction:column;gap:2.5rem}
	.map-container iframe{height:500px}
}
@media screen and (max-width:768px) {
	.block-1{height:320px}
	.gallery{height:320px}
	.contact, .block-2{padding:40px 20px}
	.gallery{gap:20px}
	.gallery .current{flex:4}
	.map-container iframe{height:400px}
}
@media screen and (max-width:500px) {
	.dot + .dot{margin-left:.25rem}
	.gallery-block h2{font-size:38px;line-height:70px}
	.gallery{gap:6px}
	.gallery .current{flex:8}
	.gallery .arrow button{padding:10px 0}
	.gallery .arrow button svg{width:2rem}
	.contact .form form ul{display:flex;flex-direction:column}
	.map-container iframe{height:300px}
}