@font-face{font-family:Assistant;src:local("Assistant Bold"),local("Assistant-Bold"),url(../fonts/subset-Assistant-Bold.woff2) format("woff2"),url(../fonts/subset-Assistant-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Assistant;src:local("Assistant-Light"),url(../fonts/subset-Assistant-Light.woff2) format("woff2"),url(../fonts/subset-Assistant-Light.woff) format("woff");font-weight:300;font-style:normal}button.scroll{position:absolute;bottom:100px;left:50%;transform:translateX(-50%);width:40px;height:60px;background-image:url(../img/scroll_mouse.svg);background-color:transparent;background-repeat:no-repeat;background-position:50%;outline:none}button:disabled{opacity:.25;cursor:default}.cover-image{height:450px}.cover-image.tall{height:calc(90vh - 180px)}.cover-image img{width:100%;height:100%;object-fit:cover}.notification{display:block;background-color:#f3ebe3;border:thin solid #ebd5bf;padding:13px 20px 17px;margin:0 0 30px}@media screen and (max-width:1150px){.cover-image{height:350px}button.scroll{bottom:75px;width:56px;height:58px;background-image:url(../img/scroll_arrows.svg)}.cover-image.tall{height:515px}}@media screen and (max-width:686px){.cover-image{height:250px}button.scroll{bottom:70px;width:56px;height:58px}.cover-image.tall{height:235px}}form{width:100%}form .fields{margin:0 0 20px;display:grid;grid-template-columns:1fr;grid-gap:30px}form.two-columns{max-width:100%}form.two-columns .fields{max-width:100%;grid-template-columns:1fr 1fr;grid-gap:50px}.fields>div{position:relative}form h3{margin:0 0 20px}form.two-columns .fields>div .field:first-of-type{margin-top:82px}form.two-columns .fields>div p~.field:first-of-type{margin-top:0}.highlight{color:#ed5704}.field{position:relative;margin-bottom:20px}.field,.field input{width:100%}.field label{font-size:.76rem;cursor:pointer;display:block}.field input{margin-top:2px}.field input[type=password]{letter-spacing:.2em}.field input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:20px;width:20px;z-index:1}.field input[type=checkbox]~label{padding-left:30px}.field span.checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#fff;border:thin solid #9a9a9a;padding:0;box-sizing:border-box}.field input[type=checkbox]:checked~.checkmark{background-color:#ed5704;background-image:url(../img/ico_checkmark.svg);background-position:50%;background-repeat:no-repeat;border:0}.field.error input{border:thin solid #ff006f;background-color:#fff6f9}.field input[type=radio]{width:22px;height:22px;position:absolute;top:0;left:0;cursor:pointer}.field input[type=radio]:before,.field input[type=radio]:checked:after{content:"";position:absolute;border-radius:50%}.field input[type=radio]:before{background-color:#ebebeb;top:0;left:0;height:22px;width:22px}.field input[type=radio]:checked:after{top:4px;left:4px;height:14px;width:14px;background-color:#ed5704}.field input[type=radio]~label{font-size:1rem;padding-left:30px}.field select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(../img/ico_arrow_down.svg) calc(100% - 16px) 50% no-repeat #fff}.field.with-button{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px}.field.with-button input{margin:0}.field.with-button button{text-transform:uppercase;width:100%;padding:auto;height:100%;margin:0;font-size:.76rem}.double_1-1{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px}.double_1-2{display:grid;grid-template-columns:1fr 2fr;grid-gap:15px}.double_2-1{display:grid;grid-template-columns:2fr 1fr;grid-gap:15px}form button{margin-top:15px}.errors{margin:30px 0 20px;border:thin solid #ff006f;background-color:#fff6f9;display:block;padding:12px 28px 10px;color:#ff002b;font-size:.76rem}@media screen and (max-width:686px){form.two-columns .fields{grid-gap:30px}.fields>div .field:first-of-type{margin-top:64px}}@media screen and (max-width:480px){form.two-columns .fields{grid-template-columns:1fr;grid-gap:20px}form .fields>div .field:first-of-type,form.two-columns .fields>div .field:first-of-type{margin-top:20px}}.sm .fb{background:50% no-repeat url(../img/ico_sm_fb.svg)}.sm .tw{background:50% no-repeat url(../img/ico_sm_tw.svg)}.sm .go{background:50% no-repeat url(../img/ico_sm_go.svg)}.sm .pi{background:50% no-repeat url(../img/ico_sm_pi.svg)}.sm .yu{background:50% no-repeat url(../img/ico_sm_yu.svg)}.sm .in{background:50% no-repeat url(../img/ico_sm_in.svg)}.rating{color:transparent;width:144px;position:relative;background-image:url(../img/ico_star-empty.svg);height:24px;background-repeat:repeat-x;background-position:0 0}.rating.s1:after,.rating.s2:after,.rating.s3:after,.rating.s4:after,.rating.s5:after{content:"";display:block;position:absolute;top:0;left:0;background-image:url(../img/ico_star-full.svg);height:100%;background-repeat:repeat-x;background-position:0 0}.rating.s1:after{width:30px}.rating.s2:after{width:60px}.rating.s3:after{width:90px}.rating.s4:after{width:120px}.rating.s5:after{width:150px}.divided{padding:90px 100px;display:grid;grid-template-columns:355px 1fr;grid-gap:100px}.narrow{max-width:1410px;margin:0 auto}@media screen and (max-width:1150px){.divided{padding:75px 80px;grid-template-columns:1fr;grid-gap:50px}}@media screen and (max-width:686px){.divided{padding:30px 30px 50px;grid-gap:40px}}.divided>header{position:relative}.divided>header>div{position:relative;width:100%;overflow-x:visible;border-top:thin solid #ed5704;text-align:right}#wrapper>header~main .divided>header.floating>div{position:fixed;top:290px;width:355px;transition:top .5s cubic-bezier(.5,0,0,1);will-change:top}#wrapper>header.compact~main .divided>header.floating>div{top:175px;transition:top .5s cubic-bezier(.5,0,0,1);will-change:top}.divided>header.floated>div{position:absolute;top:auto;bottom:0;left:0;width:100%}.divided>header h1,.divided>header h2{font-size:3.14rem}.divided>header h1,.divided>header p{margin:20px 0}.divided>header nav{overflow:visible}.divided>header li{position:relative}.divided>header a{text-decoration:none}.divided>header h3{margin:10px 0}.divided>header a h3:hover{color:#ed5704}.divided>header .active h3{cursor:default;color:#ed5704}.divided>header .active h3:after{content:"";position:absolute;top:0;right:-17px;transform:translateX(100%);height:100%;width:20px;background:50% no-repeat url(../img/ico_active-arrow-right.svg);cursor:default}.divided>header .disabled h3{cursor:default;opacity:.25}@media screen and (max-width:1150px){.divided>header>div{text-align:left}#wrapper>header.compact~main .divided>header.floating>div,#wrapper>header~main .divided>header.floating>div,.divided>header.floated>div{position:relative;top:0;width:100%}.divided>header nav{height:58px}.divided>header h1{margin:30px 0 5px}.divided>header ul{position:absolute;display:inline-block;white-space:nowrap}.divided>header li{display:inline-block;margin-right:36px}.divided>header .active h3:after{top:auto;right:auto;bottom:-17px;left:0;transform:none;height:16px;width:100%;background:50% no-repeat url(../img/ico_active-arrow-down.svg)}}@media screen and (max-width:686px){.divided>header nav{height:48px}.divided>header h1{margin:10px 0 5px}.divided>header h1,.divided>header h2{font-size:2.44rem}.divided>header h3{font-size:1.56rem}.divided>header li{margin-right:21px}.divided>header p{margin:10px 0}}.items article{position:relative}.items img{width:100%;height:297px;border:thin solid #e0e0e0;box-shadow:inset 0 0 20px rgba(0,0,0,.05);padding:20px;box-sizing:border-box;vertical-align:middle}.items.contain img{object-fit:contain}.items.cover img{object-fit:cover;padding:0}.items small{color:#000;transform:translateX(-.05em);display:block;margin-bottom:5px}.items ul{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));grid-gap:60px}.items.one-row li:last-child:after{content:"";position:absolute;top:175px;right:-50px;transform:translate(100%,-50%);height:100px;width:40px;background:50% no-repeat url(../img/ico_arrow_right.svg)}.items li{position:relative;width:100%}.items li a{text-decoration:none}.items li h4{margin:10px 0 18px}.items figure{position:relative}.items figcaption{visibility:hidden;opacity:0;position:absolute;top:0;left:0;height:100%;width:100%;text-align:center;background-color:hsla(0,0%,96%,.8);border:thin solid #e0e0e0;transition:opacity .2s ease-in-out,visibility .2s linear .2s}.items figcaption.rated p{font-size:16px;font-weight:700;margin:0;text-transform:uppercase;color:#000;position:absolute;bottom:50%;left:50%;transform:translateX(-50%)}.items figcaption.rated .rating{position:absolute;bottom:35%;left:50%;transform:translateX(-50%)}.items figcaption.watch{background-image:url(../img/play_arrow.svg);background-repeat:no-repeat;background-position:50%}@media screen and (max-width:1421px){.items ul{grid-template-columns:repeat(auto-fill,minmax(183px,1fr));grid-gap:50px}}@media screen and (max-width:1150px){.items.one-row ul,.items ul{width:100%;grid-template-columns:repeat(auto-fill,minmax(182px,1fr));grid-gap:40px 30px}.items li{width:100%}.items.one-row li{width:182px}.items.one-row li:last-child:after{display:none}}@media screen and (max-width:686px){.items.one-row li{width:100%}.items.cover img{height:200px}}.author>article{overflow:auto;position:relative;display:block;margin:90px auto 0;border-top:thin solid #ed5704;padding-top:20px;max-width:1410px}.author>article h1{margin-bottom:50px}.author>article img{border:thin solid #e0e0e0;margin:0 100px 50px 0;width:355px;float:left}.author .divided{padding:90px 0}@media screen and (max-width:1610px){.author>article{margin:90px 100px 0}.author .divided{margin:0 100px}}@media screen and (max-width:1150px){.author>article{margin:75px 80px 0}.author>article h1{margin-bottom:40px}.author>article img{margin:0 50px 25px 0;width:284px}.author .divided{padding:75px 0;margin:0 80px}}@media screen and (max-width:686px){.author>article{margin:30px 30px 0}.author>article h1{margin-bottom:20px}.author .divided{padding:50px 0;margin:0 30px}}@media screen and (max-width:599px){.author>article{overflow:hidden}.author>article img{float:none;margin:0 0 15px;width:100%}}.news article{margin:0 0 80px}.news small{display:block;font-size:18px;color:#000;margin-top:-5px}.news h2{margin:5px 0 15px}.news a{text-decoration:none}.news img{width:100%;height:300px;object-fit:cover}.news p{margin-top:15px;color:#000}@media screen and (max-width:599px){.news article{margin:0 0 60px}.news img{height:200px}}.article>article{display:block;position:relative;max-width:1040px;margin:0 auto;background-color:#f5f5f5;padding:30px 100px 50px}.article.header>article{margin:-8em auto 0}.article>article .date{font-size:1.14rem;font-family:Georgia,serif;color:#004375}.article>article h1{margin-top:15px}.article>article h2,.article>article h3{margin-top:50px}.article>article img{width:100%}.article ol,.article ul{margin:1.33em 0;padding-left:1.33em}@media screen and (max-width:1150px){.article>article{margin:0 50px;padding:30px 50px 50px}.article.header>article{margin:-8em 50px 0}}@media screen and (max-width:686px){.article>article{margin:0;padding:20px 30px 30px}}.narrow-form .divided>main{max-width:330px}.article.contact>article{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;padding-top:50px}.profile{padding:80px 100px;display:grid;grid-template-columns:1fr 35%;grid-gap:100px}.profile div:first-child h2{border-bottom:thin solid #ed5704;padding-bottom:30px}.purchases>li{padding:0;margin-top:20px;transition:padding-top .5s cubic-bezier(.5,0,0,1)}.purchases>li.opened{padding:20px;background-color:#fff;transition:padding-top 1s cubic-bezier(.5,0,0,1)}.purchases>li.opened .btn.light{padding:7px 18px;background:50% no-repeat url(../img/ico_cross.svg);transition:padding .2s ease-in-out}.purchases>li.opened .btn.light span{display:none}.purchases header{display:flex;justify-content:space-between;line-height:37px}.purchases li>main{position:relative;visibility:visible;padding:0;height:auto;max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.5,0,0,1);will-change:max-height,padding-top}.purchases li.opened>main{padding:15px 0 0;max-height:1000px;transition:max-height 1s cubic-bezier(.5,0,0,1);will-change:max-height}.summary li{position:relative;display:grid;grid-template-columns:1fr 40px 80px;padding:6px 0 7px;border-bottom:thin solid rgba(0,0,0,.1);text-align:right}.summary li small:first-child{text-align:left}.summary .contents{margin-top:30px}.summary .contents>div{display:grid;grid-template-columns:auto 1fr auto;margin:10px 0}.summary .contents>div h4{position:relative}.summary .contents .details{margin-bottom:40px}.summary .details h4 span{position:absolute;bottom:0;left:0;transform:translateY(100%);font-size:.76rem;white-space:nowrap}.summary .contents>div div:nth-child(2){position:relative}.summary .contents>div div:nth-child(2):after{content:"..................................................................................................";position:absolute;top:50%;left:20px;transform:translateY(-50%);width:calc(100% - 40px);letter-spacing:.2em;color:rgba(0,66,112,.36);overflow:hidden;font-size:1.1rem}.summary .contents>div div:last-child{text-align:right;display:inline-block}.summary address{display:grid;grid-template-columns:1fr 1fr;grid-gap:50px}.summary address p{margin-bottom:10px}.summary address div small{line-height:1em;position:relative}.replace{width:24px;margin-right:8px;display:inline-block;background-color:orange;color:transparent;white-space:nowrap;padding:5px 0}.replace.phone{background:url(../img/ico_phone.svg) 50% no-repeat}.replace.email{background:url(../img/ico_mail.svg) 50% no-repeat}.profile-details{white-space:nowrap}.profile-details button,.profile-details h2,.profile-details h3{display:inline-block}.profile-details h3{margin-top:40px}.profile-details a.btn{vertical-align:middle;margin:0 0 .75em 2em}.profile-details address,.profile-details ul{margin:5px 0}@media screen and (max-width:1150px){.profile{padding:70px 80px;grid-gap:80px;grid-template-columns:1fr}}@media screen and (max-width:686px){.profile{padding:30px 0 40px;grid-gap:40px}.profile div:first-child h2{padding-bottom:15px;width:calc(100% - 60px);margin:0 auto}.purchases>li{padding:0 30px}.purchases>li.opened{padding:20px 30px;background-color:#fff}.purchases>li .btn.light{padding:7px 18px;background:url(../img/ico_small_arrow_right.svg) 50% no-repeat;transition:padding .2s ease-in-out}.purchases>li .btn.light span{display:none}.summary li{grid-template-columns:1fr 40px}.summary li small{font-size:16px}.summary li small:last-child{display:none}.summary .contents .details{margin-bottom:30px}.summary address{grid-template-columns:1fr;grid-gap:0}.profile-details{padding:30px}.profile-details a.btn{vertical-align:middle;margin:0 0 .75em 1em}.profile-details h3{margin-top:30px}}@media screen and (max-width:370px){.profile{padding:20px 0 40px}.profile div:first-child h2{width:calc(100% - 40px)}.purchases>li{padding:0 20px}.profile-details,.purchases>li.opened{padding:20px}}.basket{padding:80px 100px;display:grid;grid-template-columns:1fr 350px;grid-gap:100px}.basket div:first-child h2{border-bottom:thin solid #ed5704;padding-bottom:30px}.item-list img{width:64px;height:64px;object-fit:contain;display:block;background-color:transparent}.item-list li{display:grid;grid-template-columns:64px auto 350px 40px;grid-gap:20px;padding:20px 0;border-bottom:thin solid rgba(0,0,0,.16)}.item-list li>div{position:relative}.item-list li small{position:absolute;top:50%;left:0;transform:translateY(-50%)}.item-list li>button{background-color:transparent;background:url(../img/ico_delete.svg) 50% no-repeat}.basket .calculator strong{font-size:24px}.basket .calculator .input-number input,.totals{background-color:#fff}.totals{padding-top:20px;position:relative}.totals header{padding:0 30px;margin-bottom:30px}.totals main>div{position:relative;margin:0 30px 30px 0;padding:0 0 0 30px}.totals main>div span,.totals main h4{display:inline-block;font-size:1rem}.totals main>div span{position:absolute;top:0;right:0}.totals main li{margin:10px 0}.calc-delivery{display:none;height:0;background-color:#f5f5f5;padding:30px 0 15px;margin-bottom:0}.calc-delivery .field{margin:0 0 15px}.calc-delivery.expanded{display:block;margin-bottom:30px;height:auto}.totals main>button{margin:0 30px 30px}.calc-delivery~button span:first-child{display:inline-block}.calc-delivery.expanded~button span:first-child,.calc-delivery~button span:last-child{display:none}.calc-delivery.expanded~button span:last-child{display:inline-block}.totals footer a{display:block;text-align:center}@media screen and (max-width:1310px){.basket{padding:70px 80px;grid-gap:80px}.item-list li{grid-template-columns:64px auto 300px 40px;grid-gap:15px}.basket .calculator{grid-template-columns:80px auto 70px auto 1fr;grid-gap:12px}.basket .calculator strong{font-size:1rem}}@media screen and (max-width:1150px){.basket{grid-template-columns:1fr;grid-gap:60px}.item-list li{padding:15px 0}.totals main>div span{position:relative;top:auto;right:auto;margin-left:30px}.item-list li{grid-template-columns:64px auto 280px 40px;grid-gap:12px}.basket .calculator{grid-template-columns:75px auto 65px auto 1fr}}@media screen and (max-width:686px){.basket{padding:30px 30px 40px;grid-gap:40px}.item-list li{grid-template-columns:64px 1fr 40px;grid-template-rows:64px 40px;grid-gap:15px}.item-list li>div{grid-column:2/4;grid-row:1}.item-list li>div small{font-size:1rem}.item-list li .calculator{grid-column:1/3;grid-row:2;line-height:40px;grid-template-columns:auto auto 65px auto auto;white-space:nowrap;grid-gap:10px}.totals main>div span{position:absolute;top:0;right:0;margin-left:auto}}@media screen and (min-width:1440px){.basket .calculator{grid-template-columns:90px auto 80px auto 1fr}}.checkout{padding:80px 100px;display:grid;grid-template-columns:1fr 350px;grid-gap:100px}.checkout div:first-child h2{border-bottom:thin solid #ed5704;padding-bottom:30px}.checkout .summary{margin-bottom:50px}.checkout form.two-columns .fields>div .field:first-of-type{margin-top:0}.checkout form.two-columns .fields>div:last-child>.field{margin:31px 0}@media screen and (max-width:1280px){.checkout{padding:50px 80px;grid-gap:80px}}@media screen and (max-width:1150px){.checkout{grid-template-columns:1fr}}@media screen and (max-width:686px){.checkout{padding:30px 30px 40px;grid-gap:40px}.checkout div:first-child h2{padding-bottom:10px}}.infopage{max-width:650px;text-align:center;margin:100px auto}.infopage>*{margin:25px auto}.infopage>form{box-shadow:inset 0 0 20px red;max-width:410px;height:35px;display:grid;grid-template-columns:1fr 100px}.infopage>form input{font-size:.76rem}@media screen and (max-width:686px){.infopage{margin:50px 30px}}#wrapper>footer{clear:both;display:block;border-top:thin solid #ed5704}#wrapper>footer .upper{height:100px;background-color:#ebebeb}#wrapper>footer .upper nav{position:relative;height:100%;overflow:hidden}#wrapper>footer .upper ul{white-space:nowrap;position:absolute;width:auto;display:block;left:50%;top:50%;transform:translate(-50%,-50%)}#wrapper>footer .upper li{display:inline-block;position:relative}#wrapper>footer .upper a{padding:1em 1.4em;font-size:.86rem;color:#004375;display:inline-block;text-decoration:none}#wrapper>footer .upper a:hover{color:#ed5704}#wrapper>footer .lower{text-align:center;height:56px;background-color:#e0e0e0;color:#000;font-size:.75rem;position:relative}#wrapper>footer .lower .sm{padding:1em;display:inline-block}#wrapper>footer .lower .sm li{display:inline-block}#wrapper>footer .lower .sm a{padding:1.4em}#wrapper>footer .lower a{color:#000;text-decoration:none;padding:.5em}#wrapper>footer .lower a:hover{color:#ed5704}#wrapper>footer .lower nav{display:inline-block;position:absolute;top:0;right:.8em;height:100%}#wrapper>footer .lower nav li{white-space:nowrap;display:inline-block}#wrapper>footer .lower nav a{padding:1em;vertical-align:middle;line-height:3.5em}#wrapper>footer .lower p{display:inline-block;position:absolute;top:0;left:1em;height:100%;line-height:3.5em;margin:0}@media screen and (max-width:1150px){#wrapper>footer .lower{height:112px}#wrapper>footer .lower .sm{padding:1.4em}#wrapper>footer .lower nav,#wrapper>footer .lower p{top:auto;bottom:0;height:auto}}@media screen and (max-width:686px){#wrapper>footer .upper ul{padding:0 15px}#wrapper>footer .upper a{padding:1em .65em;font-size:18px}#wrapper>footer .lower{height:167px}#wrapper>footer .lower .sm a{font-size:1rem}#wrapper>footer .lower nav{top:55%;right:auto;left:0;width:100%;bottom:auto;height:56px;font-size:16px;white-space:nowrap;transform:translateY(-50%);padding:0}#wrapper>footer .lower nav ul{position:absolute;top:0;padding:0 10px}#wrapper>footer .lower nav ul,#wrapper>footer .lower p{left:50%;transform:translateX(-50%)}}@media (min-width:1921px){button.scroll{bottom:5.208vw;width:2.083vw;height:3.125vw}.cover-image{height:23.438vw}.cover-image.tall{height:calc(90vh - 9.375vw)}.notification{padding:.677vw 1.042vw .885vw;margin:0 0 1.563vw}@media screen and (max-width:59.896vw){.cover-image{height:18.229vw}button.scroll{bottom:3.906vw;width:2.917vw;height:3.021vw}.cover-image.tall{height:26.823vw}}@media screen and (max-width:35.729vw){.cover-image{height:13.021vw}button.scroll{bottom:3.646vw;width:2.917vw;height:3.021vw}.cover-image.tall{height:12.24vw}}form .fields{margin:0 0 1.042vw;grid-gap:1.563vw}form.two-columns .fields{grid-gap:2.604vw}form h3{margin:0 0 1.042vw}form.two-columns .fields>div .field:first-of-type{margin-top:4.271vw}.field{margin-bottom:1.042vw}.field input{margin-top:.104vw}.field input[type=checkbox]{height:1.042vw;width:1.042vw}.field input[type=checkbox]~label{padding-left:1.563vw}.field span.checkmark{height:1.042vw;width:1.042vw}.field input[type=radio],.field input[type=radio]:before{width:1.146vw;height:1.146vw}.field input[type=radio]:checked:after{top:.208vw;left:.208vw;height:.729vw;width:.729vw}.field input[type=radio]~label{padding-left:1.563vw}.field select{background:url(../img/ico_arrow_down.svg) calc(100% - .833vw) 50% no-repeat #fff}.double_1-1,.double_1-2,.double_2-1,.field.with-button{grid-gap:.781vw}form button{margin-top:.781vw}.errors{margin:1.563vw 0 1.042vw;padding:.625vw 1.458vw .521vw}@media screen and (max-width:35.729vw){form.two-columns .fields{grid-gap:1.563vw}.fields>div .field:first-of-type{margin-top:3.333vw}}@media screen and (max-width:25vw){form.two-columns .fields{grid-gap:1.042vw}form .fields>div .field:first-of-type,form.two-columns .fields>div .field:first-of-type{margin-top:1.042vw}}.rating{width:7.5vw;height:1.25vw}.rating.s1:after{width:1.563vw}.rating.s2:after{width:3.125vw}.rating.s3:after{width:4.688vw}.rating.s4:after{width:6.25vw}.rating.s5:after{width:7.813vw}.divided{padding:4.688vw 5.208vw;grid-template-columns:18.49vw 1fr;grid-gap:5.208vw}.narrow{max-width:73.438vw}@media screen and (max-width:59.896vw){.divided{padding:3.906vw 4.167vw;grid-gap:2.604vw}}@media screen and (max-width:35.729vw){.divided{padding:1.563vw 1.563vw 2.604vw;grid-gap:2.083vw}}#wrapper>header~main .divided>header.floating>div{top:15.104vw;width:18.49vw}#wrapper>header.compact~main .divided>header.floating>div{top:9.115vw}.divided>header h1,.divided>header p{margin:1.042vw 0}.divided>header h3{margin:.521vw 0}.divided>header .active h3:after{right:-.885vw;width:1.042vw}@media screen and (max-width:59.896vw){.divided>header nav{height:3.021vw}.divided>header h1{margin:1.563vw 0 .26vw}.divided>header li{margin-right:1.875vw}.divided>header .active h3:after{bottom:-.885vw;height:.833vw}}@media screen and (max-width:35.729vw){.divided>header nav{height:2.5vw}.divided>header h1{margin:.521vw 0 .26vw}.divided>header li{margin-right:1.094vw}.divided>header p{margin:.521vw 0}}.items img{height:15.469vw;box-shadow:inset 0 0 1.042vw rgba(0,0,0,.05);padding:1.042vw}.items small{margin-bottom:.26vw}.items ul{grid-template-columns:repeat(auto-fill,minmax(10.938vw,1fr));grid-gap:3.125vw}.items.one-row li:last-child:after{top:9.115vw;right:-2.604vw;height:5.208vw;width:2.083vw}.items li h4{margin:.521vw 0 .938vw}.items figcaption.rated p{font-size:.833vw}@media screen and (max-width:74.01vw){.items ul{grid-template-columns:repeat(auto-fill,minmax(9.531vw,1fr));grid-gap:2.604vw}}@media screen and (max-width:59.896vw){.items.one-row ul,.items ul{grid-template-columns:repeat(auto-fill,minmax(9.479vw,1fr));grid-gap:2.083vw 1.563vw}.items.one-row li{width:9.479vw}}@media screen and (max-width:35.729vw){.items.cover img{height:10.417vw}}.author>article{margin:4.688vw auto 0;padding-top:1.042vw;max-width:73.438vw}.author>article h1{margin-bottom:2.604vw}.author>article img{margin:0 5.208vw 2.604vw 0;width:18.49vw}.author .divided{padding:4.688vw 0}@media screen and (max-width:83.854vw){.author>article{margin:4.688vw 5.208vw 0}.author .divided{margin:0 5.208vw}}@media screen and (max-width:59.896vw){.author>article{margin:3.906vw 4.167vw 0}.author>article h1{margin-bottom:2.083vw}.author>article img{margin:0 2.604vw 1.302vw 0;width:14.792vw}.author .divided{padding:3.906vw 0;margin:0 4.167vw}}@media screen and (max-width:35.729vw){.author>article{margin:1.563vw 1.563vw 0}.author>article h1{margin-bottom:1.042vw}.author .divided{padding:2.604vw 0;margin:0 1.563vw}}@media screen and (max-width:31.198vw){.author>article img{margin:0 0 .781vw}}.news article{margin:0 0 4.167vw}.news small{font-size:.938vw;margin-top:-.26vw}.news h2{margin:.26vw 0 .781vw}.news img{height:15.625vw}.news p{margin-top:.781vw}@media screen and (max-width:31.198vw){.news article{margin:0 0 3.125vw}.news img{height:10.417vw}}.article>article{max-width:54.167vw;padding:1.563vw 5.208vw 2.604vw}.article>article h1{margin-top:.781vw}.article>article h2,.article>article h3{margin-top:2.604vw}@media screen and (max-width:59.896vw){.article>article{margin:0 2.604vw;padding:1.563vw 2.604vw 2.604vw}.article.header>article{margin:-8em 2.604vw 0}}@media screen and (max-width:35.729vw){.article>article{padding:1.042vw 1.563vw 1.563vw}}.narrow-form .divided>main{max-width:17.188vw}.article.contact>article{grid-gap:3.646vw;padding-top:2.604vw}.profile{padding:4.167vw 5.208vw;grid-gap:5.208vw}.profile div:first-child h2{padding-bottom:1.563vw}.purchases>li{margin-top:1.042vw}.purchases>li.opened{padding:1.042vw}.purchases>li.opened .btn.light{padding:.365vw .938vw}.purchases header{line-height:1.927vw}.purchases li.opened>main{padding:.781vw 0 0;max-height:52.083vw}.summary li{grid-template-columns:1fr 2.083vw 4.167vw;padding:.313vw 0 .365vw}.summary .contents{margin-top:1.563vw}.summary .contents>div{margin:.521vw 0}.summary .contents .details{margin-bottom:2.083vw}.summary .contents>div div:nth-child(2):after{left:1.042vw;width:calc(100% - 2.083vw)}.summary address{grid-gap:2.604vw}.summary address p{margin-bottom:.521vw}.replace{width:1.25vw;margin-right:.417vw;padding:.26vw 0}.profile-details h3{margin-top:2.083vw}.profile-details address,.profile-details ul{margin:.26vw 0}@media screen and (max-width:59.896vw){.profile{padding:3.646vw 4.167vw;grid-gap:4.167vw}}@media screen and (max-width:35.729vw){.profile{padding:1.563vw 0 2.083vw;grid-gap:2.083vw}.profile div:first-child h2{padding-bottom:.781vw;width:calc(100% - 3.125vw)}.purchases>li{padding:0 1.563vw}.purchases>li.opened{padding:1.042vw 1.563vw}.purchases>li .btn.light{padding:.365vw .938vw}.summary li{grid-template-columns:1fr 2.083vw}.summary li small{font-size:.833vw}.summary .contents .details{margin-bottom:1.563vw}.profile-details{padding:1.563vw}.profile-details h3{margin-top:1.563vw}}@media screen and (max-width:19.271vw){.profile{padding:1.042vw 0 2.083vw}.profile div:first-child h2{width:calc(100% - 2.083vw)}.purchases>li{padding:0 1.042vw}.profile-details,.purchases>li.opened{padding:1.042vw}}.basket{padding:4.167vw 5.208vw;grid-template-columns:1fr 18.229vw;grid-gap:5.208vw}.basket div:first-child h2{padding-bottom:1.563vw}.item-list img{width:3.333vw;height:3.333vw}.item-list li{grid-template-columns:3.333vw auto 18.229vw 2.083vw;grid-gap:1.042vw;padding:1.042vw 0}.basket .calculator strong{font-size:1.25vw}.totals{padding-top:1.042vw}.totals header{padding:0 1.563vw;margin-bottom:1.563vw}.totals main>div{margin:0 1.563vw 1.563vw 0;padding:0 0 0 1.563vw}.totals main li{margin:.521vw 0}.calc-delivery{padding:1.563vw 0 .781vw}.calc-delivery .field{margin:0 0 .781vw}.calc-delivery.expanded{margin-bottom:1.563vw}.totals main>button{margin:0 1.563vw 1.563vw}@media screen and (max-width:68.229vw){.basket{padding:3.646vw 4.167vw;grid-gap:4.167vw}.item-list li{grid-template-columns:3.333vw auto 15.625vw 2.083vw;grid-gap:.781vw}.basket .calculator{grid-template-columns:4.167vw auto 3.646vw auto 1fr;grid-gap:.625vw}}@media screen and (max-width:59.896vw){.basket{grid-gap:3.125vw}.item-list li{padding:.781vw 0}.totals main>div span{margin-left:1.563vw}.item-list li{grid-template-columns:3.333vw auto 14.583vw 2.083vw;grid-gap:.625vw}.basket .calculator{grid-template-columns:3.906vw auto 3.385vw auto 1fr}}@media screen and (max-width:35.729vw){.basket{padding:1.563vw 1.563vw 2.083vw;grid-gap:2.083vw}.item-list li{grid-template-columns:3.333vw 1fr 2.083vw;grid-template-rows:3.333vw 2.083vw;grid-gap:.781vw}.item-list li .calculator{line-height:2.083vw;grid-template-columns:auto auto 3.385vw auto auto;grid-gap:.521vw}}@media screen and (min-width:75vw){.basket .calculator{grid-template-columns:4.688vw auto 4.167vw auto 1fr}}.checkout{padding:4.167vw 5.208vw;grid-template-columns:1fr 18.229vw;grid-gap:5.208vw}.checkout div:first-child h2{padding-bottom:1.563vw}.checkout .summary{margin-bottom:2.604vw}.checkout form.two-columns .fields>div:last-child>.field{margin:1.615vw 0}@media screen and (max-width:66.667vw){.checkout{padding:2.604vw 4.167vw;grid-gap:4.167vw}}@media screen and (max-width:35.729vw){.checkout{padding:1.563vw 1.563vw 2.083vw;grid-gap:2.083vw}.checkout div:first-child h2{padding-bottom:.521vw}}.infopage{max-width:33.854vw;margin:5.208vw auto}.infopage>*{margin:1.302vw auto}.infopage>form{box-shadow:inset 0 0 1.042vw red;max-width:21.354vw;height:1.823vw;grid-template-columns:1fr 5.208vw}@media screen and (max-width:35.729vw){.infopage{margin:2.604vw 1.563vw}}#wrapper>footer .upper{height:5.208vw}#wrapper>footer .lower{height:2.917vw}@media screen and (max-width:59.896vw){#wrapper>footer .lower{height:5.833vw}}@media screen and (max-width:35.729vw){#wrapper>footer .upper ul{padding:0 .781vw}#wrapper>footer .upper a{font-size:.938vw}#wrapper>footer .lower{height:8.698vw}#wrapper>footer .lower nav{height:2.917vw;font-size:.833vw}#wrapper>footer .lower nav ul{padding:0 .521vw}}}