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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font:inherit;font-size:100%;vertical-align:baseline}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0;vertical-align:middle}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}a img{border:none}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,main{margin:0;padding:0;border:0;outline:0;display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]),[hidden]{display:none}html{text-rendering:optimizeLegibility !important;-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;line-height:1;position:relative}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit}optgroup{font-weight:bold}button,input,select{overflow:visible}button,input,select,textarea{margin:0}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}[disabled]{cursor:default}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;-moz-box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}img,video,iframe{max-width:100%;border:0;-ms-interpolation-mode:bicubic;display:block;margin:0 auto;max-height:100%}@-ms-viewport{width:device-width}.grid{width:auto;max-width:1440px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:0;padding-right:0;position:relative;max-width:1420px}.grid::after{content:'';display:table;clear:both}.center{position:absolute;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.bottom{position:absolute;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.u-tl{text-align:left !important}.u-tc{text-align:center !important}.u-tr{text-align:right !important}.u-h{display:none !important}.u-b{display:block !important}.u-ib{display:inline-block !important}.u-op0{opacity:0 !important}.u-op1{opacity:1 !important}.trs-default{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition:-webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition:transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
  

    .logo-prostor{
      width: 10%;
        float: left;
    }
    .menu-prostor{
           max-width: 89.9%;
        float: left;
            margin: 0px auto;
       
         display: contents!important;
    }
    .menu-prostor nav{
       padding-top: 30px;
         
    }

@font-face{font-family:'DINPro-CondLight';src:url("../fonts/DINPro-CondLight.eot");src:url("../fonts/DINPro-CondLight.eot?#iefix") format('embedded-opentype'),url("../fonts/DINPro-CondLight.woff") format('woff'),url("../fonts/DINPro-CondLight.ttf") format('truetype');font-weight:normal;font-style:normal}@font-face{font-family:'DINPro-CondBlack';src:url("../fonts/DINPro-CondBlack.eot");src:url("../fonts/DINPro-CondBlack.eot?#iefix") format('embedded-opentype'),url("../fonts/DINPro-CondBlack.woff") format('woff'),url("../fonts/DINPro-CondBlack.ttf") format('truetype');font-weight:normal;font-style:normal}@font-face{font-family:'DINPro-Cond';src:url("../fonts/DINPro-Cond.eot");src:url("../fonts/DINPro-Cond.eot?#iefix") format('embedded-opentype'),url("../fonts/DINPro-Cond.woff") format('woff'),url("../fonts/DINPro-Cond.ttf") format('truetype');font-weight:normal;font-style:normal}@font-face{font-family:'DINPro-CondBold';src:url("../fonts/DINPro-CondBold.eot");src:url("../fonts/DINPro-CondBold.eot?#iefix") format('embedded-opentype'),url("../fonts/DINPro-CondBold.woff") format('woff'),url("../fonts/DINPro-CondBold.ttf") format('truetype');font-weight:normal;font-style:normal}html,body{font-family:'DINPro-Cond',sans-serif;color:#1e6aa5;font-size:100%}b,strong{font-family:'DINPro-CondBold',sans-serif}h1{font-family:'DINPro-CondBold',sans-serif}li:before{content:'*';position:relative;padding-right:5px}.lighter{font-family:'DINPro-CondLight',sans-serif}*{line-height:1.625rem;letter-spacing:1px}.alpha{font-size:68px;font-size:4.25rem}.beta{font-size:38px;font-size:2.375rem}.gamma{font-size:22px;font-size:1.375rem}.perrex{line-height:2.25rem;font-family:'DINPro-CondBold',sans-serif}.pswp{-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0;}.pswp img{max-height:100%;right:0;top:30px}.pswp__bg{background:#fff}.pswp__scroll-wrap{margin:auto;overflow:visible}.pswp__counter{text-align:center;bottom:20px;position:absolute;left:0;right:0;margin:auto}.pswp__button{position:absolute;top:0;bottom:0;margin:auto;border:none;background:transparent;z-index:300;width:50px;height:100px;display:none;}@media only screen and (min-width:1024px){.pswp__button{display:block}}.pswp__button svg{position:relative;z-index:-1;}.pswp__button svg path{fill:#1e6aa5;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pswp__button:hover svg path{fill:#414141}.pswp__button--arrow--left{right:50px;left:auto}.pswp__button--arrow--right{left:50px;right:auto}.footer{color:#fff;position:relative;margin-top:40px;}.footer a{color:#fff;text-decoration:none}.footer__heading{text-transform:uppercase;font-size:22px;font-size:1.375rem;letter-spacing:1.22px;line-height:1.75rem;padding-bottom:25px;font-family:'DINPro-CondBold',sans-serif;color:inherit}.footer__inner{padding:20px 60px 0;text-align:center;background:#1e6aa5;}@media only screen and (max-width:767px){.footer__inner{padding-left:20px;padding-right:20px}}@media only screen and (max-width:1022px){.footer__inner{padding-top:70px}}.footer__item{width:100%;display:inline-block;padding-bottom:20px;text-align:left;vertical-align:top;position:relative;z-index:10;}@media only screen and (min-width:760px) and (max-width:1022px){.footer__item{width:50%;float:left}.footer__item:last-child{display:none}}@media only screen and (max-width:759px){.footer__item:last-of-type,.footer__item:nth-last-of-type(3){display:none}}@media only screen and (min-width:1024px){.footer__item{width:33%;padding:0 60px 55px 0}}.footer__list{font-size:18px;font-size:1.125rem}.footer .list__item:before{display:none}.footer svg:nth-of-type(1){position:relative;top:1px;width:100%}.footer svg:nth-of-type(2){width:71%;opacity:.3;position:absolute;top:-20%;left:-1px}.footer .-specific-padded{padding-top:25px;display:block}@media only screen and (max-width:1152px){.footer .-specific-1:after{content:"\A";white-space:pre}.footer .-specific-1:before{content:"\A";white-space:pre}}.header{border-bottom:1px solid;border-color:#1e6aa5;}@media only screen and (min-width:1024px){.header{height:86px}}.header .logo{margin:25px auto 40px;}@media only screen and (max-width:1022px){.header .logo{display:block}}@media only screen and (min-width:1024px){.header .logo{margin:25px 0 0 20px}}.header .detail-logo{float:right;margin-top:20px;display:none;margin-right:20px;}@media only screen and (min-width:1024px){.header .detail-logo{display:block}}.navigation{text-align:center;}.navigation--device{top:0;right:0;left:0;bottom:0;position:fixed;margin:auto;z-index:500;background:#fff;overflow-y:scroll;display:none}@media only screen and (max-width:1022px){.navigation--desktop{display:none}}.menu{padding:20px 0;}.menu--bordered{border-bottom:1px solid #1e6aa5}.menu__item:before{display:none}.menu__link{position:relative;color:#414141;text-transform:uppercase;font-family:'DINPro-CondBold',sans-serif;font-size:18px;font-size:1.125rem;margin:0 23px;text-decoration:none;}.menu__link--active{color:#1e6aa5;}.menu__link--active:hover:before,.menu__link--active:active:before,.menu__link--active:focus:before{width:0}.menu--desktop .menu__item{display:inline-block;z-index:1001;}.menu--desktop .menu__item:hover .submenu{display:block}.menu--desktop .menu__link{-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out;-webkit-transition-delay:.1s;transition-delay:.1s}.menu--desktop .submenu{font-size:18px;font-size:1.125rem;font-family:'DINPro-CondBold',sans-serif;right:0;top:20px;width:294px;z-index:1000;}.menu--desktop .submenu__item{background:#1e6aa5;height:40px;margin-bottom:1px;-webkit-transform:translateX(33%);transform:translateX(33%);line-height:2;cursor:pointer;}.menu--desktop .submenu__item:before{content:''}.menu--desktop .submenu__item:hover{background:#237bc0}.menu--desktop .submenu__item:first-child{margin-top:27px}.menu--desktop .submenu a{color:#fff;text-decoration:none}.menu--device{text-align:left;position:absolute;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;outline:1px solid transparent;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.menu--device .menu__item{display:block;margin-top:15px;margin-bottom:15px}.menu--device .menu__link{font-size:20px;font-size:1.25rem;line-height:2.375rem}.nav-toggler{display:block;height:40px;width:40px;background:#1e6aa5;position:fixed;right:0;top:0;z-index:550;text-decoration:none;padding-top:7px;text-align:center;}.nav-toggler .ico{color:#fff;font-size:25px}@media only screen and (min-width:1024px){.nav-toggler{display:none}}.nav-toggler--closed .ico--cross{display:none}.nav-toggler--opened .ico--menu{display:none}.section{position:relative;}.section__heading{font-family:'DINPro-CondBold',sans-serif;text-align:center;font-size:44px;font-size:2.75rem;line-height:3.125rem;letter-spacing:2px;text-transform:uppercase;}@media only screen and (min-width:1024px){.section__heading{font-size:68px;font-size:4.25rem;letter-spacing:4px;line-height:5.438rem}}.section__subheading{font-size:38px;font-size:2.375rem;letter-spacing:2px;line-height:2.5rem;font-family:'DINPro-CondBold',sans-serif}.section__divider{height:53px;width:100%;background-repeat:no-repeat;background-position:center center;}@media only screen and (min-width:1024px){.section__divider{height:133px;margin-top:-20px}}@media only screen and (min-width:375px) and (max-width:1023px){.section__divider{height:100px}}.section__divider--aqua{background-image:url("../images/wave-aqua.svg")}.section__divider--red{background-image:url("../images/wave-red.svg")}.section__divider--blue{background-image:url("../images/wave-blue.svg")}.box{position:relative;}.box__image{position:relative}.box__heading{text-align:left;}@media only screen and (max-width:1022px){.box__heading{font-size:30px;font-size:1.875rem;line-height:2.375rem;letter-spacing:1px}}.box__form{*zoom:1;padding:20px}.box__form:before,.box__form:after{content:"";display:table}.box__form:after{clear:both}.carousel__arrow{height:78px;width:47px;border-top:39px solid transparent;border-bottom:39px solid transparent;position:relative;z-index:50;cursor:pointer;}.carousel__arrow:before{content:'';position:absolute;top:-18px;border-top:18px solid transparent;border-bottom:18px solid transparent}.carousel__arrow--left{border-left:47px solid #1e6aa5;left:0;}.carousel__arrow--left:before{left:-48px;border-left:23px solid #fff}.carousel__arrow--right{border-right:47px solid #1e6aa5;right:0;}.carousel__arrow--right:before{right:-48px;border-right:23px solid #fff}.dropdown{position:absolute;width:100%;display:none;}.dropdown--active. .dropdown.-is-active{display:block}.list{*zoom:1;}.list:before,.list:after{content:"";display:table}.list:after{clear:both}.list--horizontal > li{display:inline-block}.list__item{position:relative}.modal{position:fixed;top:0;left:0;width:100%;height:100%}.tc{display:table-cell}.t{display:table;table-layout:fixed}.download{font-size:22px;font-size:1.375rem;line-height:1.625rem;letter-spacing:2px;text-transform:uppercase;font-family:'DINPro-CondBold',sans-serif;padding-top:10px;padding-bottom:10px;padding-left:15px;border-top:1px solid;display:block;position:relative;cursor:pointer;-webkit-transition:background .3s ease-in-out;transition:background .3s ease-in-out;}.download:last-child{border-bottom:1px solid}.download svg{position:absolute;z-index:-1;top:0;left:0}.download:hover{background:#fff}.download .ico{position:absolute;right:15px}.lang .menu__link{color:#1e6aa5;text-transform:none;}.lang .menu__link:hover,.lang .menu__link:active,.lang .menu__link:focus{color:#000 !important}.lang .menu__link:before{display:none}.logo{width:147px;height:40px;display:inline-block}@font-face{font-family:'icomoon';src:url("../fonts/icomoon/fonts/icomoon.eot?i844wf");src:url("../fonts/icomoon/fonts/icomoon.eot?i844wf#iefix") format('embedded-opentype'),url("../fonts/icomoon/fonts/icomoon.ttf?i844wf") format('truetype'),url("../fonts/icomoon/fonts/icomoon.woff?i844wf") format('woff'),url("../fonts/icomoon/fonts/icomoon.svg?i844wf#icomoon") format('svg');font-weight:normal;font-style:normal}.ico,[class^="ico--"],[class*=" ico--"]{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;text-decoration:none;color:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ico--cross:before{content:"\e117"}.ico--menu:before{content:"\e120"}.ico--download:before{content:"\e122"}.banners{margin-bottom:80px;overflow:hidden;}.banners__heading{color:#1e6aa5;border-bottom:1px solid;border-color:#1e6aa5;padding-top:50px;padding-bottom:25px}@media only screen and (min-width:1024px){.banners__carousel:not(.slick-initialized) .banner{width:33%;float:left}.banners__carousel:not(.slick-initialized) .banner:nth-of-type(n+4){display:none}}@media only screen and (min-width:375px) and (max-width:1023px){.banners__carousel:not(.slick-initialized) .banner{width:50%;float:left}.banners__carousel:not(.slick-initialized) .banner:nth-of-type(n+3){display:none}}.banners .carousel__arrow{top:84px;position:absolute}.banner__heading{color:#fff;z-index:300;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out;position:absolute;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;outline:1px solid transparent;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-transform:uppercase}.banner:hover img{opacity:.2}.banner:hover .banner__heading{color:#1e6aa5;-webkit-transition-delay:.1s;transition-delay:.1s}.banner:hover p{opacity:1}.banner__image{margin-bottom:25px;height:244px;overflow:hidden;}.banner__image img{width:100%;height:100%;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.banner p{font-size:20px;font-size:1.25rem;padding-left:20px;padding-right:20px;}@media only screen and (min-width:1024px){.banner p{-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;opacity:.6}}@media only screen and (min-width:1420px){.banner p{padding-left:0}}.banner.slick-slide{height:auto}.claim{height:384px;overflow:hidden;}@media only screen and (min-width:375px) and (max-width:1023px){.claim{height:420px}}@media only screen and (min-width:1024px){.claim{height:500px}}.claim__holder{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0;display:table;margin:auto;}@media only screen and (min-width:1024px){.claim__holder{top:-40px}}@media only screen and (max-width:374px){.claim__holder{width:80%}}.claim__heading{display:table-cell;vertical-align:middle;color:#fff}.claim img{position:absolute;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;outline:1px solid transparent;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:100%;min-height:100%}.filter{border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;}@media only screen and (min-width:1024px){.filter{height:116px}}.filter__heading{color:#414141;text-transform:uppercase;padding-top:13px;text-align:center;padding-bottom:13px;}@media only screen and (min-width:1024px){.filter__heading{text-align:left;padding-left:15px;padding-bottom:0;float:left;width:20%}}.filter__inner{width:100%;margin:25px 0;}@media only screen and (min-width:1024px){.filter__inner{height:67px}}@media only screen and (min-width:1024px){.filter__content{width:80%;float:left}}.filter__item{text-transform:uppercase;display:block;font-size:22px;font-size:1.375rem;color:#414141;letter-spacing:2px;line-height:4rem;font-family:'DINPro-CondBold',sans-serif;border-left:1px solid #d8d8d8;vertical-align:middle;cursor:pointer;position:relative;text-align:center;}@media only screen and (min-width:1024px){.filter__item{line-height:1.625rem;height:67px;text-align:center;width:25%;float:left;padding-top:20px}}.filter__item:hover .dropdown{display:block;opacity:1}.filter__item:hover a{opacity:1}.filter__item a{color:inherit;text-decoration:inherit;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.filter__item > a{display:block}.filter__dropdown{position:relative;color:#fff;padding-top:22px;z-index:-1;opacity:0;-webkit-transition:al .3s ease-in-out;transition:al .3s ease-in-out;-webkit-transition-delay:.1s;transition-delay:.1s;}@media only screen and (max-width:1022px){.filter__dropdown{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.filter__dropdown.-is-active{-webkit-transform:translateY(0);transform:translateY(0)}}@media only screen and (min-width:1024px){.filter__dropdown{position:absolute;top:100%;z-index:200}}.filter__dropdown a{background:#1e6aa5;border-bottom:1px solid #fff;display:block;width:100%;line-height:4rem;height:67px;}.filter__dropdown a:hover{background:#449add}.filter__dropdown a:last-child{border-bottom:none}.filter .ico{position:absolute;top:15px;right:15px;font-size:35px}.hotspots{z-index:50;margin-top:-132px;}.hotspots .top-left{position:absolute;top:-32px;z-index:-1;left:-1px;width:71.5%;height:134px;max-width:1016px;opacity:.3;display:none;}@media only screen and (min-width:1024px){.hotspots .top-left{display:block}}@media only screen and (max-width:1366px){.hotspots .top-left{top:-30px}}@media only screen and (max-width:1280px){.hotspots .top-left{top:-29px}}@media only screen and (max-width:1240px){.hotspots .top-left{top:-27px}}@media only screen and (max-width:1160px){.hotspots .top-left{top:-24px}}.hotspots .top-right{position:absolute;top:-1px;z-index:50;right:-1px;width:29.85%;height:41px;opacity:.35;max-width:418px;display:none;}@media only screen and (min-width:1024px){.hotspots .top-right{display:block}}.hotspot{width:100%;float:none;position:relative;overflow:hidden;}@media only screen and (min-width:1024px){.hotspot{width:50%;float:left;padding-top:90px;min-height:420px}}.hotspot a{text-decoration:none;color:inherit;}@media only screen and (min-width:1024px){.hotspot a:hover .content{opacity:1}}.hotspot a .content{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:.6}.hotspot svg{position:absolute;z-index:-1;bottom:auto;top:0;left:0;right:auto;height:100%;width:100%;}@media only screen and (min-width:1024px){.hotspot svg{bottom:0;right:0}}.hotspot__heading{border-bottom:1px solid;padding:35px 30px 15px;text-transform:uppercase;}@media only screen and (min-width:760px){.hotspot__heading{padding:35px 60px 15px}}.hotspot .content{padding:27px 30px 12px;font-size:20px;font-size:1.25rem;line-height:1.625rem;}@media only screen and (min-width:760px){.hotspot .content{padding:27px 60px 32px}}@media only screen and (max-width:1022px){.hotspot--top:nth-child(1){z-index:5;padding-top:8%}}@media only screen and (min-width:1024px){.hotspot--top:nth-child(1) svg{top:16px}}@media only screen and (min-width:1420px){.hotspot--top:nth-child(1) svg{top:22px}}.hotspot--top:nth-child(2){z-index:1}.hotspot--blue .hotspot__heading{color:#fff}.hotspot--blue .content{color:#fff}.hotspot--gray .hotspot__heading{color:#414141}.hotspot--gray .content{color:#414141}.hotspot:not(.hotspot--stroked).hotspot--blue path{fill:#1e6aa5}.hotspot:not(.hotspot--stroked).hotspot--blue rect{fill:#1e6aa5}.hotspot:not(.hotspot--stroked).hotspot--white path{fill:#fff}.hotspot:not(.hotspot--stroked).hotspot--white rect{fill:#fff}.hotspot:not(.hotspot--stroked).hotspot--gray path{fill:#f4f4f4}.hotspot:not(.hotspot--stroked).hotspot--gray rect{fill:#f4f4f4}.hotspot--bordered .border{background:#d8d8d8;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;}.hotspot--bordered .border--top{top:1px;width:60%;height:1px;bottom:auto}.hotspot--bordered .border--left{height:80%;width:1px;right:auto}.hotspot--bordered .border--right{height:80%;width:1px;left:auto}.hotspot--bordered .border--bottom{width:60%;height:1px;top:auto;bottom:1px}.hotspot--bordered:nth-of-type(2n) .border--left{display:none}.hotspot--bordered:nth-of-type(5n) .border--top,.hotspot--bordered:nth-of-type(6n) .border--top{display:none}.no-js .hotspots{background:#1e6aa5;margin-top:0}.no-js .hotspot__heading{color:#fff}.no-js .hotspot .content{color:#fff}.landings{text-align:center;}.landings__heading{display:inline-block;padding-top:50px;border-bottom:1px solid #1e6aa5;padding-bottom:10px;margin:0 20px 20px}.landings__perrex{font-size:28px;font-size:1.75rem;max-width:900px;padding-left:20px;padding-right:20px;margin:0 auto}@media only screen and (max-width:1022px){.landings__body{padding-left:20px;padding-right:20px}}@media only screen and (min-width:1024px){.landings__body{margin-top:50px}}.landing{*zoom:1;text-align:left;margin-bottom:110px;font-size:28px;font-size:1.75rem;margin-top:60px;position:relative;}.landing:before,.landing:after{content:"";display:table}.landing:after{clear:both}.landing:last-child{margin-bottom:0}.landing__downloads{margin-top:60px}@media only screen and (min-width:1024px){.landing__inner{width:50%;float:left;min-height:1px}.landing__inner > *:first-child{margin-top:0}}.landing img:not(:first-child){display:none}.landing ul{font-size:20px;font-size:1.25rem;margin-top:30px;padding-left:15px}.landing h1{padding-bottom:15px;border-bottom:1px solid;display:inline-block;*zoom:1;font-size:38px;font-size:2.375rem;letter-spacing:2px;line-height:2.5rem;font-family:'DINPro-CondBold',sans-serif}.landing h1:before,.landing h1:after{content:"";display:table}.landing h1:after{clear:both}.landing strong,.landing h2{margin-top:20px;margin-bottom:20px}.landing h2{line-height:2.25rem;font-family:'DINPro-CondBold',sans-serif;margin-top:40px}.landing p{font-size:20px;font-size:1.25rem;margin-top:20px;margin-bottom:20px;padding-left:15px}.landing img{width:100%;position:relative;top:7px;opacity:.9}.landing a{font-family:'DINPro-CondBold',sans-serif;color:inherit;text-decoration:inherit}.landings__body .landing:nth-of-type(2n-1) .landing__inner:last-child{padding-left:30px}.landings__body .landing:nth-of-type(2n-1) .landing__inner:first-child{padding-left:30px;padding-right:30px}@media only screen and (min-width:1024px){.landings__body .landing:nth-of-type(2n-1) .landing__inner:first-child{padding-left:30px;padding-right:0;float:right}.landings__body .landing:nth-of-type(2n-1) .landing__inner:last-child{padding-right:30px}}@media only screen and (min-width:1420px){.landings__body .landing:nth-of-type(2n-1) .landing__inner:last-child{padding-left:169px}}@media only screen and (max-width:1022px){.landings__body .landing:nth-of-type(2n-1) .landing__inner:first-child{padding-left:0;padding-right:0}.landings__body .landing:nth-of-type(2n-1) .landing__inner:last-child{padding-right:0;padding-top:30px;padding-left:0}}.landings__body .landing:nth-of-type(2n) .landing__inner:first-child{padding-left:30px}.landings__body .landing:nth-of-type(2n) .landing__inner:last-child{padding-right:30px}@media only screen and (min-width:1420px){.landings__body .landing:nth-of-type(2n) .landing__inner:first-child{padding-right:169px}}@media only screen and (min-width:1024px){.landings__body .landing:nth-of-type(2n) .landing__inner:first-child{padding-right:30px;padding-left:0;float:left}.landings__body .landing:nth-of-type(2n) .landing__inner:last-child{padding-left:30px}}@media only screen and (max-width:1022px){.landings__body .landing:nth-of-type(2n) .landing__inner:first-child{padding-right:0;padding-left:0}.landings__body .landing:nth-of-type(2n) .landing__inner:last-child{padding-left:0;padding-right:0;padding-top:30px}}.product{position:relative;*zoom:1;min-height:450px;line-height:2.5rem;}.product:before,.product:after{content:"";display:table}.product:after{clear:both}@media only screen and (min-width:1024px){.product{width:50%;float:left}}.product h1{text-transform:uppercase;margin-bottom:15px;padding:45px 40px 0;letter-spacing:2px}.product a{color:#1e6aa5}.product li{padding-left:40px}.product p{padding-left:50px}.product p,.product li{font-size:20px;font-size:1.25rem;line-height:1.625rem}.product__inner{float:left;width:50%}.product__image{padding:45px 20px 0;max-height:430px;}.product__image img{max-height:385px}.product--bordered .border{background:#d8d8d8;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;}.product--bordered .border--left{height:80%;width:1px;right:auto}.product--bordered .border--right{height:80%;width:1px;left:auto}.product--bordered .border--bottom{width:60%;height:1px;top:auto;bottom:1px}.product--bordered:nth-of-type(2n) .border--right{display:none}.product--bordered:nth-of-type(2n+1) .border--left{display:none}.product--bordered:nth-of-type(2n+1) .border--right{display:none}.categories--lower .category{text-align:center;}.categories--lower .category__heading{text-align:center;padding-left:20px;padding-right:20px}.categories--lower .category .content{padding-left:20px;padding-right:20px;}@media only screen and (min-width:1024px){.categories--lower .category .content{padding-left:65px;padding-right:65px}}.category{width:100%;float:none;position:relative;padding-top:0;}@media only screen and (min-width:1024px){.category{min-height:432px;width:50%;float:left}}.category__heading{border-bottom:none;}@media only screen and (min-width:1024px){.category__heading{padding:100px 15px 30px 120px}}@media only screen and (max-width:374px){.category__heading{padding:50px 15px 30px 60px}}.category .content{padding:0 80px 80px 130px;font-size:20px;font-size:1.25rem;line-height:1.625rem;font-family:'DINPro-CondBold',sans-serif;}@media only screen and (max-width:374px){.category .content{padding:25px 15px 30px 65px}}@media only screen and (min-width:1024px){.category.hotspot--top .category__heading{padding-top:130px}}.detail__inner--fixed{position:absolute;top:0;left:0;width:100%}@media only screen and (min-width:1024px){.detail__image{float:right}}.detail__landing{margin-bottom:0}