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,sub,sup,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,main{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;outline:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{line-height:1.5}ol,ul{list-style:none}blockquote,q{quotes:none}i{font-style:italic}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}strong,b{font-weight:700}a,input[type="submit"],.btn{cursor:pointer;transition:.5s}input[type="text"]{transition:.5s}input[type="submit"]{-webkit-appearance:none}* : (input,textarea){-webkit-touch-callout:none;-webkit-user-select:none}img{-webkit-touch-callout:none;-webkit-user-select:none}input[placeholder]{text-overflow:ellipsis}input::-moz-placeholder{text-overflow:ellipsis}input:-moz-placeholder{text-overflow:ellipsis}input:-ms-input-placeholder{text-overflow:ellipsis}:focus::-webkit-input-placeholder{color:transparent}:focus::-moz-placeholder{color:transparent}:focus:-moz-placeholder{color:transparent}:focus:-ms-input-placeholder{color:transparent}{-webkit-appearance:none}* : (input,textarea){-webkit-touch-callout:none;-webkit-user-select:none}img{-webkit-touch-callout:none;-webkit-user-select:none}input[placeholder]{text-overflow:ellipsis}input::-moz-placeholder{text-overflow:ellipsis}input:-moz-placeholder{text-overflow:ellipsis}input:-ms-input-placeholder{text-overflow:ellipsis}:focus::-webkit-input-placeholder{color:transparent!important}:focus::-moz-placeholder{color:transparent!important}:focus:-moz-placeholder{color:transparent!important}:focus:-ms-input-placeholder{color:transparent!important}select,option{-webkit-appearance:none}:root{--white:#fff;--blue:#073d7b;--blue2:#031f3f;--grey:#e5e5e5;--grey2:#c4c4c4;--grey3:#ececec;--red:#ff0102;--red2:#9d0f10;--black:#1f2025;--dark:#151d2a;--black2:#303030}input::-webkit-input-placeholder{color:var(--blue);opacity:.5}input::-moz-placeholder{color:var(--blue);opacity:.5}input:-moz-placeholder{color:var(--blue);opacity:.5}input:-ms-input-placeholder{color:var(--blue);opacity:.5}input{opacity:1;outline:none;color:var(--blue)}html{font-family:'Lato';font-weight:400;font-size:10px;min-width:320px;background:var(--dark);color:var(--white)}body{font-size:1.7rem;overflow-x:hidden}.wrapper{min-width:320px;width:100%;margin:0 auto;max-width:100%;overflow:hidden}img{max-width:100%;display:block}picture,figure{display:block}*{box-sizing:border-box}.flex{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;flex-wrap:wrap}.btn{font:1.7rem 'Lato';text-transform:uppercase;padding:10px;background:var(--red);color:var(--white);transition:.5s;outline:none;display:inline-block;text-decoration:none;position:relative;text-align:center;border-radius:0;display:inline-flex;align-items:center;justify-content:center}.btn:hover{background:var(--red2)}.btn:active{background:var(--red2)}.btn:focus{background:var(--red2)}.form__inp{font-family:'Lato';font-size:1.7rem}.bg-white{background:var(--white)}.bg-grey{background:var(--grey)}.bg-black{background:var(--black)}section{padding:60px 0;position:relative}.s__title{text-transform:uppercase;font-family:'Apercu Pro';font-weight:400;font-size:3.6rem;letter-spacing:-.3px}.s__title:before{}.s__text{}.s__text:last-of-type{margin-bottom:0}.s__text strong{font-weight:600}.s__text p{margin-bottom:30px}.s__text p:last-of-type{margin-bottom:0}.s__text ol{counter-reset:list 0}.s__text ol li{}.s__text ol li:before{counter-increment:list;content:counter(list) ". "}.s__text ol li:last-of-type{margin-bottom:0}.s__text ul{display:flex;flex-wrap:wrap}.s__text ul li{}.s__text ul li:last-of-type{margin-bottom:0}.s__text ul li:before{}.s__text-black ul li:before{}.image{}.image img{position:relative;margin:0 auto}.tc{text-align:center}strong{}.bar__long{position:fixed;top:0;left:0;height:4px;width:0;z-index:99;transition:.5s;animation-direction:alternate;animation-duration:5s;animation-name:bgChange;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes bgChange {
    0% {
        background: var(--red);
    }
    50% {
        background: var(--black);
    }
    100% {
        background: var(--white);
    }
}.section__mob{display:none!important}@media screen and (max-width:767px){.section__mob{display:block!important}}.nowrap{white-space:nowrap}.btn-scroll-up{position:fixed;bottom:90px;right:5px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:56px;height:56px;border-radius:100%;background:var(--red);cursor:pointer;-webkit-transition:.5s;transition:.5s;visibility:hidden;opacity:0;z-index:9}.btn-scroll-up svg{width:30px}.btn-scroll-up svg path{fill:var(--white)}.btn-scroll-up.active{opacity:1;visibility:visible}.btn-scroll-up:hover{background:#c23414}.btn-scroll-up:focus{background:#c23414}.btn-scroll-up:active{background:#c23414}.container{margin:0 auto;max-width:1250px;padding-left:106px}@media screen and (max-width:1199px){.container{max-width:810px}}@media screen and (max-width:1023px){.container{padding:0 30px}}@media screen and (max-width:767px){.container{max-width:375px!important}.btn{width:100%!important}.s__title{font-size:2.4rem;line-height:1.3}}label.error{color:red;background:#fff;width:100%;display:block;text-align:center}.visible-lg{display:block!important}.visible-md{display:none!important}.visible-sm{display:none!important}.visible-xs{display:none!important}.visible-xxs{display:none!important}@media screen and (max-width:1199px){.visible-lg{display:none!important}.visible-md{display:block!important}.visible-sm{display:none!important}.visible-xs{display:none!important}.visible-xxs{display:none!important}}@media screen and (max-width:999px){.visible-lg{display:none!important}.visible-md{display:none!important}.visible-sm{display:block!important}.visible-xs{display:none!important}.visible-xxs{display:none!important}}@media screen and (max-width:767px){.visible-lg{display:none!important}.visible-md{display:none!important}.visible-sm{display:none!important}.visible-xs{display:block!important}.visible-xxs{display:none!important}}@media screen and (max-width:479px){.visible-lg{display:none!important}.visible-md{display:none!important}.visible-sm{display:none!important}.visible-xs{display:none!important}.visible-xxs{display:block!important}}