html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{padding:0;margin:0;box-sizing:border-box;outline:none}:after,:before,:hover{box-sizing:border-box}html{box-sizing:border-box}html,body{height:100%}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important;word-break:normal}body{font-family:"Montserrat",Arial,sans-serif;font-style:normal;font-weight:400;background-color:#fff;color:#000;font-size:.9rem}@media(min-width: 576px){body{font-size:1rem}}a{color:#000;display:inline-block;text-decoration:none;line-height:1.6}a:hover{color:#000}p{word-break:break-word;line-height:1.6}b,strong{font-weight:bold}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 1rem}@media(min-width: 576px){.container{padding:0 1.5rem}}@media(min-width: 1458px){.container{max-width:1320px}}#app{min-height:100vh;display:flex;flex-direction:column}#app main{display:flex;flex-direction:column;flex-grow:1}.text-center{text-align:center}[data-background-image]{background-repeat:no-repeat !important;background-position:center !important;background-size:cover !important}h1,.h1{font-size:32px;font-weight:500;font-style:normal;line-height:1.3}@media(min-width: 576px){h1,.h1{font-size:44px}}@media(min-width: 1200px){h1,.h1{font-size:52px}}h2,.h2{font-size:28px;font-style:normal;font-weight:500;line-height:1.4}@media(min-width: 576px){h2,.h2{font-size:32px}}@media(min-width: 1200px){h2,.h2{font-size:36px}}@media(min-width: 1458px){h2,.h2{font-size:50px}}h3,.h3{font-size:20px;font-style:normal;line-height:1.4}@media(min-width: 1200px){h3,.h3{font-size:24px}}h4,.h4{font-size:18px;line-height:1.5;font-style:normal}@media(min-width: 1200px){h4,.h4{font-size:20px}}h5,.h5{font-size:1.125rem;line-height:1.45;font-style:normal}@media(min-width: 768px){h5,.h5{font-size:1.25rem}}@media(min-width: 1458px){h5,.h5{font-size:1.5rem}}h6,.h6{font-size:1rem;line-height:1.5;font-style:normal}@media(min-width: 768px){h6,.h6{font-size:1.1rem}}@media(min-width: 1458px){h6,.h6{font-size:1.25rem;line-height:1.3}}.button{align-items:center;background:#0e3a4a;border-radius:5px;color:#fff !important;display:inline-flex;height:48px;justify-content:center;padding:0 1.5rem;font-weight:500;transition:all .3s ease-in-out}.button:hover{background:rgba(14,58,74,.6)}.section{padding:50px 0}@media(min-width: 1200px){.section{padding:100px 0}}.section__title{margin-bottom:2rem;color:#0e3a4a}@media(min-width: 1200px){.section__title{margin-bottom:3rem}}.section__container{position:relative;z-index:2}.circle-icon{background-color:#0e3a4a;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:70px;height:70px;border-radius:50%}@media(min-width: 1200px){.circle-icon{width:90px;height:90px}}.circle-icon.white{background-color:#fff}.circle-icon img{display:block;width:40px}@media(min-width: 1200px){.circle-icon img{width:56px}}.bg-gradient{position:relative}.bg-gradient:before{content:"";position:absolute;background-color:rgba(14,58,74,.5);left:0;top:0;width:100%;height:100%}.bg-gradient.index:before{background:linear-gradient(90deg, rgb(245, 248, 250) 50%, rgb(14, 58, 74) 50%);opacity:.5}.bg-gradient.index .bg-gradient__img{height:200px}.bg-gradient__container{position:relative;z-index:2}.bg-gradient__img{display:block;width:100%;height:500px;object-position:center;object-fit:cover}.post_content{position:relative;display:flex;flex-direction:column;gap:1.5rem}.post_content a{color:#0e3a4a;transition:.5s ease}.post_content a:hover{text-decoration:underline}.post_content ul{list-style:disc;margin-left:1rem;display:flex;flex-direction:column;gap:1rem}.post_content ul li{position:relative;line-height:1.6}.post_content ol{counter-reset:item;display:flex;flex-direction:column;gap:1rem}.post_content ol>li{position:relative;padding:5px 0;line-height:1.6}.post_content ol>li::before{content:counters(item, ".") ". ";counter-increment:item;display:inline-block;margin-right:.5em;text-align:right}.post_content blockquote{font-size:1.2rem;margin:20px 0;line-height:1.3;position:relative;padding:10px 0 10px 20px;border-left:5px solid #0e3a4a}.post_content blockquote p{padding:0}.hidden_body{overflow:hidden}.header{background-color:#0e3a4a;position:sticky;z-index:999;width:100%;top:0;left:0}.header__row{display:flex;align-items:center;justify-content:space-between;height:80px}@media(min-width: 1200px){.header__row{height:90px}}.header__logo{display:flex;align-items:center;gap:.5rem;font-size:16px;text-transform:uppercase;font-weight:bold;color:#fff !important;letter-spacing:3px}@media(min-width: 576px){.header__logo{font-size:24px;gap:1rem}}.header__logo img{width:70px;flex-shrink:0}@media(min-width: 1200px){.header__logo img{width:115px}}.header nav{position:fixed;height:100%;width:100%;z-index:9999;transition:right .3s ease;right:-100%;top:80px;overflow-y:auto;scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0);scrollbar-width:thin;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:#0e3a4a;padding:2rem}.header nav.active{right:0}@media(min-width: 992px){.header nav{align-items:center;position:static;right:auto;top:auto;background-color:rgba(0,0,0,0);height:auto;width:auto;z-index:auto;padding:0}}.header__nav{width:100%;display:flex;flex-direction:column;column-gap:64px;row-gap:40px}@media(min-width: 992px){.header__nav{flex-direction:row;align-items:center}}.header__nav-item{position:relative}.header__nav-link{color:#fff !important;font-size:18px;font-weight:500;letter-spacing:1px;transition:.3s all ease-in-out}.header__nav-link:hover{opacity:.7}.navbar_toggler{width:30px;height:30px;display:block;background:url(f900384f9a5854f693c4.svg) no-repeat center;background-size:20px;margin-left:1rem}@media(min-width: 992px){.navbar_toggler{display:none}}.navbar_toggler.active{background:url(c36d50e84521123d078e.svg) no-repeat center;background-size:20px}.footer{background-color:#0e3a4a;font-size:14px}.footer__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;min-height:140px;column-gap:3rem;row-gap:1rem;padding:1rem 0}.footer__logo{font-size:30px;text-transform:uppercase;font-weight:bold;color:#fff}.footer__logo img{width:100px;flex-shrink:0}@media(min-width: 1200px){.footer__logo img{width:115px}}.footer__nav{display:flex;align-items:center;column-gap:40px}.footer__nav-link{color:#fff !important;font-size:14px;transition:.3s all ease-in-out}.footer__nav-link:hover{opacity:.7}.footer__copy{color:hsla(0,0%,100%,.3)}.hero{background:url(c74b1017af95f869b83f.jpeg) no-repeat center;background-size:cover;position:relative;color:#fff;min-height:520px;padding:2rem 0;display:flex;flex-direction:column;justify-content:center}@media(min-width: 1200px){.hero{min-height:600px}}.hero:before{content:"";position:absolute;background-color:rgba(0,40,60,.6);left:0;top:0;width:100%;height:100%}.hero__container{position:relative;z-index:2}.hero__title{margin-bottom:3rem}.hero__subtitle{margin-bottom:3rem}.content{padding:80px 0}@media(min-width: 1200px){.content{padding:100px 0}}.content__description{line-height:1.6;max-width:720px}.advantages{position:relative;background:linear-gradient(329deg, rgba(14, 58, 74, 0.4) 0%, rgb(245, 248, 250) 19%)}.advantages:before{content:"";position:absolute;background:url(135d89857e5440e24be0.jpeg) no-repeat center;background-size:cover;left:0;top:0;width:100%;height:100%;opacity:.05}.advantages.main{color:#fff;background:#0e3a4a}.advantages.main .section__title{color:#fff}.advantages__container{position:relative;z-index:2}.advantages__list{display:grid;grid-template-columns:1fr;row-gap:40px;column-gap:24px}@media(min-width: 1200px){.advantages__list{grid-template-columns:1fr 1fr 1fr}}.advantages__list-item_inner{display:flex;align-items:center;margin-bottom:1.5rem;gap:1rem}.advantages__list-item_subtitle{font-weight:500;margin-top:.5rem}.page_heading{position:relative;background:linear-gradient(329deg, rgba(14, 58, 74, 0.4) 0%, rgb(245, 248, 250) 19%);padding:50px 0}.page_heading:before{content:"";position:absolute;background:url(be50b428e8ef3de3f96f.jpeg) no-repeat center;background-size:cover;left:0;top:0;width:100%;height:100%;opacity:.05}.contacts__row{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width: 992px){.contacts__row{grid-template-columns:1fr 1fr}}.contacts__list{background-color:#f5f8fa;padding:1rem;display:flex;flex-direction:column;justify-content:space-around;gap:1.5rem}@media(min-width: 992px){.contacts__list{padding:3rem}}.contacts__item{display:flex;align-items:center;gap:.5rem}.contacts__item-icon{width:32px;flex-shrink:0}.contacts__item-icon img{width:100%}.contacts__img img{width:100%;height:100%;object-fit:cover;object-position:center}
