@charset "UTF-8";@-webkit-keyframes blink{0%,to{opacity:1}50%{opacity:.2}}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}@-webkit-keyframes textclip{to{background-position:200%}}@keyframes textclip{to{background-position:200%}}@use "sass:math";*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{margin:0}ol[role=list],ul[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{line-height:1.5;min-height:100vh;text-rendering:optimizeSpeed}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{display:block;max-width:100%}button,input,select,textarea{font:inherit}button,input,label,select,textarea{background:none;border:0;display:inline-block;line-height:1;margin:0;padding:0;vertical-align:middle;white-space:normal}input:focus,select:focus{outline:0}button,input[type=button],input[type=checkbox],input[type=radio],input[type=reset],input[type=submit],select{-webkit-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{height:13px;width:13px}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box}::-webkit-search-decoration{display:none}button,input[type=button],input[type=reset],input[type=submit]{overflow:visible;width:auto}::-webkit-file-upload-button{background:none;border:0;padding:0}textarea{overflow:auto}select[multiple],textarea{vertical-align:top}input{-webkit-appearance:none}html{color:#003049;font-family:Roboto,sans-serif;font-size:16px;height:100%;scroll-behavior:smooth}@media (min-width:768px){html{font-size:12px}}@media (min-width:1024px){html{font-size:14px}}@media (min-width:1280px){html{font-size:15px}}@media (min-width:1440px){html{font-size:16px}}@media (max-width:639px){html{font-size:14px}}html._disabled,html._loading{overflow:hidden}body{overflow-y:scroll;-webkit-overflow-scrolling:touch}.page{margin:auto;max-width:2560px;min-height:100svh;overflow:hidden}:root{--container-max-width:78.125rem;--container-padding:2.5rem}@media (max-width:639px){:root{--container-padding:0.625rem}}.container{height:100%;margin-left:auto;margin-right:auto;max-width:var(--container-max-width);padding-left:var(--container-padding);padding-right:var(--container-padding)}@media (max-width:639px){.m-anti-container{margin-left:calc(var(--container-padding)*-1);margin-right:calc(var(--container-padding)*-1)}}a{color:inherit;text-decoration:none;-webkit-transition:.4s ease;transition:.4s ease}a:hover{color:#780000}.badge{background-color:#003049;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:.875rem;font-weight:700;padding:.3125rem .625rem;text-transform:uppercase;width:-webkit-max-content;width:-moz-max-content;width:max-content}.badge,.preloader{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.preloader{background:#f8f8f8;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;left:0;opacity:0;position:fixed;top:0;-webkit-transition:.4s ease;transition:.4s ease;visibility:hidden;width:100%;z-index:9999}.preloader__logo{height:22.375rem;width:27.5rem;fill:#780000;-webkit-animation:blink 2s ease-in infinite normal;animation:blink 2s ease-in infinite normal}html._loading .preloader{opacity:1;visibility:visible}.navbar{background-color:#fff;-webkit-box-shadow:0 2px 2px -2px rgba(0,0,0,.3);box-shadow:0 2px 2px -2px rgba(0,0,0,.3)}.navbar__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.navbar__logo-area{-ms-flex-negative:0;flex-shrink:0;height:6.25rem;padding:.625rem;position:relative;-webkit-transition:.4s ease;transition:.4s ease;width:6.25rem}@media (max-width:639px){.navbar__logo-area{height:5rem;width:5rem}}.navbar__logo-area:after{color:#780000;content:"Книжная типография";font-size:.75rem;padding:.625rem;position:absolute;right:0;text-transform:uppercase;top:50%;-webkit-transform:translate(160%,-50%);-ms-transform:translate(160%,-50%);transform:translate(160%,-50%)}@media (max-width:639px){.navbar__logo-area:after{right:2.5rem}}.navbar__logo-area:before{background-color:#780000;content:"";height:30%;position:absolute;right:-3.75rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:.0625rem}@media (max-width:639px){.navbar__logo-area:before{right:-1.25rem}}.navbar__logo-area__link{display:-webkit-box;display:-ms-flexbox;display:flex;height:160%;width:160%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:.1s ease;transition:.1s ease}@media (max-width:639px){.navbar__logo-area__link{height:100%;width:100%}}.navbar__logo-area__link:hover{height:155%;width:155%}.navbar__burger-area{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:rgba(120,0,0,.7);border-radius:.125rem;cursor:pointer;display:none;height:2.8125rem;padding:.625rem;position:fixed;right:.625rem;top:.625rem;width:2.8125rem;z-index:40}.navbar__burger-area:hover>div{opacity:.8}@media (max-width:639px){.navbar__burger-area{display:block}}.navbar__burger-area__burger{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.4s ease;transition:.4s ease}.navbar__burger-area__burger div{position:relative;-webkit-box-flex:0;background:#fff;-ms-flex:none;flex:none;height:2px;-webkit-transition:.4s ease;transition:.4s ease;width:100%}.navbar__burger-area__burger div:after,.navbar__burger-area__burger div:before{background:inherit;content:"";height:2px;position:absolute;top:-.5rem;width:100%;z-index:1}.navbar__burger-area__burger div:after{top:.5rem}.navbar__burger-area__burger._active div{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.navbar__burger-area__burger._active div:after,.navbar__burger-area__burger._active div:before{top:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.navbar__contacts-area{gap:1.875rem}.navbar__contacts-area,.navbar__contacts-area__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar__contacts-area__item{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;font-weight:700;gap:.625rem}.navbar__contacts-area__item svg{height:1.875rem;-webkit-transition:.4s ease;transition:.4s ease;width:1.875rem}.navbar__contacts-area__item svg path{stroke:#780000}.navbar__contacts-area__item a{border-bottom:1px dashed transparent;display:-webkit-box;display:-ms-flexbox;display:flex}.navbar__contacts-area__item a:not(:last-child):hover{border-bottom:1px dashed #780000}.navbar__contacts-area__item a:last-child svg path{-webkit-transition:.4s ease;transition:.4s ease;fill:#780000;stroke:none}.navbar__contacts-area__item a:last-child:hover svg path{fill:rgba(120,0,0,.8)}.navbar__contacts-area__item a+svg path{-webkit-transition:.4s ease;transition:.4s ease}.navbar__contacts-area__item a:hover+svg path{stroke:#780000}@media (max-width:639px){.navbar__contacts-area{background-color:#f8f8f8;border-left:1px solid #003049;height:100vh;position:fixed;right:0;top:0;width:60svw;z-index:30;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:6.25rem .625rem 2.5rem;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:.4s ease;transition:.4s ease}}.navbar__contacts-area._active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.btn{background-color:#fff;border:.125rem solid #780000;color:#780000;cursor:pointer;display:inline-block;font-weight:700;padding:.75rem 1.25rem;text-align:center;-webkit-transition:.4s ease;transition:.4s ease}@media (max-width:639px){.btn{font-size:.875rem;padding:.5rem 1rem}}.btn.btn-solid,.btn:hover{background-color:#780000;color:#fff}.btn.btn-solid:hover{background-color:#fff;color:#780000}.form-popup-screen{background:rgba(0,0,0,.8);display:none;height:100vh;left:0;position:fixed;top:0;-webkit-transition:.4s ease;transition:.4s ease;width:100vw;z-index:100}.form-popup-screen._is-shown{display:block}.form-popup-screen .form-popup-area{background:#f8f8f8;left:50%;max-width:100%;padding:3.125rem;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:37.5rem}@media (max-width:639px){.form-popup-screen .form-popup-area{padding:2.5rem 1.25rem}}.form-popup-screen .form-popup-area .close{cursor:pointer;height:.9375rem;position:absolute;right:.9375rem;top:.9375rem;-webkit-transition:.4s ease;transition:.4s ease;width:.9375rem}.form-popup-screen .form-popup-area .form-box__alert{text-align:center}.form-popup-screen .form-popup-area .form-box__alert.alert-success{background-color:#90ee90;-webkit-box-shadow:0 0 .25rem #669bbc;box-shadow:0 0 .25rem #669bbc;margin-bottom:1.25rem;padding:.625rem}.form-popup-screen .form-popup-area .form-box__alert.alert-error{background-color:#c1121f;-webkit-box-shadow:0 0 .25rem #780000;box-shadow:0 0 .25rem #780000;color:#fff;margin-bottom:1.25rem;padding:.625rem}.form-popup-screen .form-popup-area .form-box__title{font-size:1.875rem;font-weight:700;margin-bottom:2.5rem}@media (max-width:639px){.form-popup-screen .form-popup-area .form-box__title{font-size:1.375rem}}.form-popup-screen .form-popup-area .form-box form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.875rem;position:relative}.form-popup-screen .form-popup-area .form-box form:before{background:#fff;background-image:url(/assets/img/loader.gif);background-position:50%;background-repeat:no-repeat;background-size:4.375rem;border-radius:.625rem;content:"";height:110%;left:-5%;opacity:0;position:absolute;top:-5%;visibility:hidden;width:110%;z-index:1}.form-popup-screen .form-popup-area .form-box form._thinking:before{opacity:1;visibility:visible}.form-popup-screen .form-popup-area .form-box form .form-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.625rem}.form-popup-screen .form-popup-area .form-box form .form-item label{font-weight:600}.form-popup-screen .form-popup-area .form-box form .form-item label span{color:#c1121f}.form-popup-screen .form-popup-area .form-box form .form-item input[type=tel],.form-popup-screen .form-popup-area .form-box form .form-item input[type=text]{border:1px solid #000;padding:.625rem}.form-popup-screen .form-popup-area .form-box form .form-item input[type=tel]::-webkit-input-placeholder,.form-popup-screen .form-popup-area .form-box form .form-item input[type=text]::-webkit-input-placeholder{opacity:.6}.form-popup-screen .form-popup-area .form-box form .form-item input[type=tel]::-moz-placeholder,.form-popup-screen .form-popup-area .form-box form .form-item input[type=text]::-moz-placeholder{opacity:.6}.form-popup-screen .form-popup-area .form-box form .form-item input[type=tel]:-ms-input-placeholder,.form-popup-screen .form-popup-area .form-box form .form-item input[type=text]:-ms-input-placeholder{opacity:.6}.form-popup-screen .form-popup-area .form-box form .form-item input[type=tel]::-ms-input-placeholder,.form-popup-screen .form-popup-area .form-box form .form-item input[type=text]::-ms-input-placeholder{opacity:.6}.form-popup-screen .form-popup-area .form-box form .form-item input[type=tel]::placeholder,.form-popup-screen .form-popup-area .form-box form .form-item input[type=text]::placeholder{opacity:.6}.form-popup-screen .form-popup-area .form-box form .form-item input[type=tel]._error,.form-popup-screen .form-popup-area .form-box form .form-item input[type=text]._error{-webkit-box-shadow:.25rem .25rem .125rem #c1121f;box-shadow:.25rem .25rem .125rem #c1121f}.form-popup-screen .form-popup-area .form-box form .form-item textarea{border:1px solid #000;font-weight:400;outline:none;padding:.625rem;width:100%}.form-popup-screen .form-popup-area .form-box form .form-item textarea::-webkit-input-placeholder{color:rgba(0,0,0,.5);font-weight:400}.form-popup-screen .form-popup-area .form-box form .form-item textarea::-moz-placeholder{color:rgba(0,0,0,.5);font-weight:400}.form-popup-screen .form-popup-area .form-box form .form-item textarea:-ms-input-placeholder{color:rgba(0,0,0,.5);font-weight:400}.form-popup-screen .form-popup-area .form-box form .form-item textarea::-ms-input-placeholder{color:rgba(0,0,0,.5);font-weight:400}.form-popup-screen .form-popup-area .form-box form .form-item textarea::placeholder{color:rgba(0,0,0,.5);font-weight:400}.form-popup-screen .form-popup-area .form-box form .form-item textarea:focus::-webkit-input-placeholder{opacity:.5!important}.form-popup-screen .form-popup-area .form-box form .form-item textarea:focus::-moz-placeholder{opacity:.5!important}.form-popup-screen .form-popup-area .form-box form .form-item textarea:focus:-ms-input-placeholder{opacity:.5!important}.form-popup-screen .form-popup-area .form-box form .form-item textarea:focus::-ms-input-placeholder{opacity:.5!important}.form-popup-screen .form-popup-area .form-box form .form-item textarea:focus::placeholder{opacity:.5!important}.form-popup-screen .form-popup-area .form-box form .legal{font-size:.875rem;line-height:120%;margin-top:-1.25rem}.form-popup-screen .form-popup-area .form-box form .legal a{color:#780000;text-decoration:underline}.accordion details{border-bottom:1px solid #003049;font-size:1.25rem;padding:1.875rem 3.125rem 1.875rem 0}@media (max-width:639px){.accordion details{font-size:1.125rem}}.accordion details:last-child{border-bottom:none}.accordion details summary{cursor:pointer;font-size:1.5rem;font-weight:900;list-style:none;padding-right:2.5rem;position:relative}@media (max-width:639px){.accordion details summary{font-size:1.375rem}}.accordion details summary::marker{display:none}.accordion details summary::-webkit-details-marker{display:none}.accordion details summary:after{background-color:#003049;border-radius:5%;color:#fff;content:"+";display:-webkit-box;display:-ms-flexbox;display:flex;height:2.5rem;padding-bottom:.125rem;position:absolute;right:-3.125rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:2.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;cursor:pointer;font-weight:300;justify-content:center;margin-left:1.875rem;-webkit-transition:.4s ease;transition:.4s ease}.accordion details[open] summary{margin-bottom:2.5rem}@media (max-width:639px){.accordion details[open] summary{margin-bottom:1.25rem}}.accordion details[open] summary:after{background-color:#003049;border-radius:50%;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}footer{background-color:#780000;color:#fff}footer .footer__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;padding-bottom:3.125rem}@media (max-width:639px){footer .footer__wrapper{padding-top:1.25rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}footer .footer__wrapper__logo-area{-ms-flex-negative:0;flex-shrink:0;height:8.75rem;padding:.625rem;position:relative;-webkit-transition:.4s ease;transition:.4s ease;width:8.75rem}@media (max-width:639px){footer .footer__wrapper__logo-area{height:7.5rem;width:7.5rem}}footer .footer__wrapper__logo-area__link{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-filter:drop-shadow(0 0 1px #000);filter:drop-shadow(0 0 1px #000000);justify-content:center}footer .footer__wrapper__logo-area__link svg{height:100%;width:100%}footer .footer__wrapper__nav-area{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 8.75rem);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.875rem;justify-content:flex-end}@media (max-width:639px){footer .footer__wrapper__nav-area{padding-top:1.25rem;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}footer .footer__wrapper__nav-area__item a{color:#fff;font-weight:700}footer .footer__wrapper__nav-area__item a:hover{opacity:.8}footer .footer__wrapper__address-area{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;padding-top:1.25rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.625rem}@media (max-width:639px){footer .footer__wrapper__address-area{padding-top:3.125rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}}footer .footer__wrapper__address-area a{color:#fff;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}footer .footer__wrapper__address-area a:hover{opacity:.8}footer .footer__wrapper__address-area p:last-child{margin-top:auto}footer .footer__wrapper__map-area{-webkit-box-flex:2;-ms-flex:2;flex:2;height:18.75rem}@media (max-width:639px){footer .footer__wrapper__map-area{margin-top:2.5rem;width:100%;-webkit-box-flex:0;-ms-flex:none;flex:none}}footer .footer__wrapper__map-area div{border-radius:.3125rem;height:100%;overflow:hidden;width:100%}.hero-section{background-color:#f8f8f8}.hero-section__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;padding:12.5rem 0;position:relative;z-index:2}@media (max-width:639px){.hero-section__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:3.125rem 0}}.hero-section__wrapper__text-area{width:50%}@media (max-width:639px){.hero-section__wrapper__text-area{width:100%}}.hero-section__wrapper__text-area h1{background-clip:text;background-image:linear-gradient(-225deg,#003049,#780000 36%,#c1121f 58%,#003049);background-size:200% auto;color:#fff;font-size:3.5rem;line-height:110%;text-transform:uppercase;text-fill-color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-animation:textclip 5s linear infinite;animation:textclip 5s linear infinite;display:inline-block}@media (max-width:639px){.hero-section__wrapper__text-area h1{font-size:2.25rem;line-height:3rem}}.hero-section__wrapper__text-area ul{list-style:none;margin-bottom:3.125rem}.hero-section__wrapper__text-area ul li{font-size:2rem;position:relative}@media (max-width:639px){.hero-section__wrapper__text-area ul li{font-size:1.5rem}}.hero-section__wrapper__text-area ul li:after,.hero-section__wrapper__text-area ul li:before{background-color:#780000;content:"";height:.1875rem;left:-1.875rem;position:absolute;top:1.25rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:.9375rem}@media (max-width:639px){.hero-section__wrapper__text-area ul li:after,.hero-section__wrapper__text-area ul li:before{height:.125rem;top:.875rem;width:.625rem}}.hero-section__wrapper__text-area ul li:after{top:1.8125rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}@media (max-width:639px){.hero-section__wrapper__text-area ul li:after{top:1.3125rem}}.hero-section__wrapper__book-area{display:-webkit-box;display:-ms-flexbox;display:flex;width:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:90.625rem;left:50%;position:absolute;top:6.25rem}@media (max-width:639px){.hero-section__wrapper__book-area{height:unset;left:unset;padding-bottom:3.125rem;position:unset;top:unset;width:100%}}.hero-section__wrapper__book-area__inner{height:100%;-webkit-perspective:1000px;perspective:1000px;position:relative;width:100%}@media (max-width:639px){.hero-section__wrapper__book-area__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.hero-section__wrapper__book-area__inner .book-core{height:37.5rem;position:absolute;right:10%;top:0;width:23.5rem}@media (max-width:639px){.hero-section__wrapper__book-area__inner .book-core{height:18.75rem;position:unset;width:11.75rem}}.hero-section__wrapper__book-area__inner .book-core img{display:block;height:100%;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:.4s ease;transition:.4s ease;width:100%;z-index:2}.hero-section__wrapper__book-area__inner .book-core .book-shadow{background-color:rgba(0,0,0,.4);border-radius:1.25rem;display:block;-webkit-filter:blur(.5rem);filter:blur(.5rem);height:90%;left:-25%;pointer-events:none;position:absolute;top:10%;-webkit-transform:rotateX(12deg) rotateY(37deg);transform:rotateX(12deg) rotateY(37deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:.4s ease;transition:.4s ease;width:120%}@media (max-width:639px){.hero-section__wrapper__book-area__inner .book-core .book-shadow{left:16%;top:13%;width:55%}}.about-section{background-color:#fff}.about-section__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;padding:12.5rem 0}@media (max-width:639px){.about-section__wrapper{padding:3.125rem 0}}.about-section__wrapper__text-area{width:50%}@media (max-width:639px){.about-section__wrapper__text-area{width:100%}}.about-section__wrapper__text-area .badge{margin-bottom:1.25rem}.about-section__wrapper__text-area h2{font-size:3rem;line-height:100%}@media (max-width:639px){.about-section__wrapper__text-area h2{font-size:2.25rem}}.about-section__wrapper__text-area__text{margin-top:1.875rem}.about-section__wrapper__text-area__text p{padding:.625rem 0}.services-section{background-color:#f8f8f8;padding:6.25rem 0}@media (max-width:639px){.services-section{padding:3.125rem 0}}.services-section .badge{margin:2.5rem 0 1.25rem}.services-section h2{font-size:3rem;line-height:100%;margin-bottom:3.125rem}@media (max-width:639px){.services-section h2{font-size:2.25rem}}.services-section__grid-area{display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:0;grid-row-gap:0}@media (max-width:639px){.services-section__grid-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.services-section__grid-area__item{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:21.875rem;padding:1.875rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:flex-end;overflow:hidden;position:relative}@media (max-width:639px){.services-section__grid-area__item{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;padding:3.75rem .625rem}}.services-section__grid-area__item.item-1{grid-area:1/1/3/4}.services-section__grid-area__item.item-2{grid-area:1/4/2/6}.services-section__grid-area__item.item-3{grid-area:2/4/3/6}.services-section__grid-area__item.item-4{grid-area:1/6/3/8}@media (max-width:639px){.services-section__grid-area__item.item-1{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.services-section__grid-area__item.item-2{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.services-section__grid-area__item.item-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.services-section__grid-area__item.item-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}.services-section__grid-area__item .title{font-size:1.875rem;font-weight:700;line-height:100%;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;position:relative;z-index:1}@media (max-width:639px){.services-section__grid-area__item .title{display:none}}.services-section__grid-area__item .description-area{background-color:#780000;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;left:0;padding:1.875rem;pointer-events:none;position:absolute;top:0;-webkit-transition:.4s ease;transition:.4s ease;width:100%;z-index:2;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;gap:1.875rem;justify-content:center;-webkit-transform:translateX(101%);-ms-transform:translateX(101%);transform:translateX(101%)}@media (max-width:639px){.services-section__grid-area__item .description-area{background-color:rgba(0,0,0,.8);gap:1.25rem;height:unset;padding:1.25rem;position:static;-webkit-transform:none;-ms-transform:none;transform:none}}.services-section__grid-area__item .description-area svg{height:3.75rem;width:3.75rem}@media (max-width:639px){.services-section__grid-area__item .description-area svg{height:2.5rem;width:2.5rem}}.services-section__grid-area__item .description-area svg path{stroke:#fff}.services-section__grid-area__item .description-area .title{display:block;font-size:1.625rem}.services-section__grid-area__item .description-area ul{-webkit-padding-start:1.25rem;padding-inline-start:1.25rem}.services-section__grid-area__item:before{background-color:rgba(0,0,0,.25);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.services-section__grid-area__item:hover .description-area{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.advantages-section{background-color:#f8f8f8;overflow:hidden;padding:6.25rem 0;position:relative}@media (max-width:639px){.advantages-section{padding:3.125rem 0}}.advantages-section:before{background-attachment:fixed;background-image:url(/assets/img/img-bg-4.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;content:"";height:20.625rem;left:4.25rem;position:absolute;top:5.625rem;width:20.625rem}@media (max-width:639px){.advantages-section:before{background-attachment:unset;height:9.125rem;left:1.9375rem;top:2.625rem;width:9.125rem}}.advantages-section .loupe{height:37.5rem;left:0;position:absolute;top:0;width:50rem}@media (max-width:639px){.advantages-section .loupe{height:16.875rem;width:22.5rem}}.advantages-section__wrapper{margin-left:auto;padding-left:6.25rem;position:relative;width:50%;z-index:1}@media (max-width:639px){.advantages-section__wrapper{padding-left:0;padding-top:15.625rem;width:100%}}.advantages-section__wrapper .badge{margin-bottom:1.25rem}.advantages-section__wrapper h2{font-size:3rem;line-height:100%}.advantages-section__wrapper__text{background-color:#f8f8f8;margin-top:1.875rem}.advantages-section__wrapper__text ul{-webkit-padding-start:2.5rem;padding-inline-start:2.5rem}.advantages-section__wrapper__text ul li{padding:.625rem 0}.advantages-section__wrapper__text ul li::marker{color:#780000}.advantages-section__wrapper .btn{margin-top:1.875rem}.showcase-section{padding-top:6.25rem}@media (max-width:639px){.showcase-section{padding-top:3.125rem}}.showcase-section .badge{margin:2.5rem 0 1.25rem}.showcase-section h2{font-size:3rem;line-height:100%;margin-bottom:3.125rem}@media (max-width:639px){.showcase-section h2{font-size:2.25rem}}.showcase-section__flex-area{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.showcase-section__flex-area .row{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}@media (max-width:639px){.showcase-section__flex-area .row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.showcase-section__flex-area .row .item{height:50rem;-webkit-box-flex:1;background-image:url(/assets/img/showcase/bg-books.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-webkit-transition:.4s ease;transition:.4s ease;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}@media (max-width:639px){.showcase-section__flex-area .row .item{width:50%;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto;height:18.75rem!important}}.showcase-section__flex-area .row .item img{pointer-events:none;-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);-webkit-transition:.4s ease;transition:.4s ease;z-index:2}@media (max-width:639px){.showcase-section__flex-area .row .item img{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:4}}@media (max-width:1920px){.showcase-section__flex-area .row .item{height:43.75rem}.showcase-section__flex-area .row .item img{-webkit-transform:scale(1.7);-ms-transform:scale(1.7);transform:scale(1.7)}}@media (max-width:1600px){.showcase-section__flex-area .row .item{height:37.5rem}}@media (max-width:1199px){.showcase-section__flex-area .row .item{height:31.25rem}}.showcase-section__flex-area .row .item:before{background-color:rgba(0,0,0,.3);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}.showcase-section__flex-area .row .item:hover{-webkit-box-flex:1.5;-ms-flex:1.5;flex:1.5}@media (max-width:639px){.showcase-section__flex-area .row .item:hover{-webkit-box-flex:0;-ms-flex:none;flex:none}}.showcase-section__flex-area .row .item:hover img{-webkit-transform:scale(1.6) translateX(.625rem);-ms-transform:scale(1.6) translateX(.625rem);transform:scale(1.6) translateX(.625rem);z-index:4}.cta-section{padding:7.5rem 0;text-align:center}@media (max-width:639px){.cta-section{padding:3.75rem 0}}.cta-section .btn{margin:0 .625rem}.special-section{background-image:url(/assets/img/img-bg-3.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;max-height:100svh;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;padding:6.25rem 0;position:relative}@media (max-width:639px){.special-section{padding:3.125rem 0}}.special-section:before{background-color:rgba(0,0,0,.5);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.special-section__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;gap:1.25rem;justify-content:center;z-index:1}.special-section__wrapper .badge{position:relative;z-index:2}.special-section__wrapper h2{color:#fff;font-size:3rem;line-height:100%;position:relative;text-shadow:2px 2px 8px #000;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:60%;z-index:2}@media (max-width:639px){.special-section__wrapper h2{font-size:2.25rem;margin:0 auto 2.5rem;width:100%}}.special-section__wrapper h2:before{background-color:#fff;border-radius:50%;content:"";-webkit-filter:blur(7rem);filter:blur(7rem);height:100%;left:50%;position:absolute;top:50%;-webkit-transform:translate(-60%,-50%) translateZ(-1px);transform:translate(-60%,-50%) translateZ(-1px);width:100%;z-index:1}.special-section__wrapper p{color:#fff;font-size:1.25rem;padding:.625rem 0;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:80%;z-index:2}@media (max-width:639px){.special-section__wrapper p{font-size:1rem;width:100%}}.special-section__wrapper p:before{background-color:#000;border-radius:50%;content:"";-webkit-filter:blur(7rem);filter:blur(7rem);height:100%;left:50%;position:absolute;top:50%;-webkit-transform:translate(-60%,-70%) translateZ(-1px);transform:translate(-60%,-70%) translateZ(-1px);width:100%;z-index:1}.legal-section{background-color:#f8f8f8;padding:6.25rem 0}.legal-section h1{color:#003049;display:inline-block;font-size:2.625rem;line-height:100%;margin-bottom:2.5rem;text-transform:uppercase}.legal-section ol{counter-reset:item;list-style-type:none;margin:0;padding:0}.legal-section ol li{counter-increment:item;display:table;margin:1.25rem 0}.legal-section ol li:before{content:counters(item,".") ". ";display:table-cell;font-size:1.625rem;padding-right:1.25rem}@media (max-width:639px){.legal-section ol li:before{font-size:26px;padding-right:10px}}.legal-section ol li .title{font-size:1.875rem;padding-bottom:1.25rem}@media (max-width:639px){.legal-section ol li .title{font-size:26px}}.legal-section ol li ol li{margin:1.25rem 0}.legal-section ol li ol li:before{content:counters(item,".") " ";font-size:inherit}.legal-section ol li ol ul li:before,.legal-section ol ul li:before{content:"";padding-right:0}.faq-section{background-image:url(/assets/img/img-bg-2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100svh;padding:6.25rem 0;position:relative}@media (max-width:639px){.faq-section{background:transparent;padding:calc(100vw - 3.125rem) 0 3.125rem}.faq-section:before{background-image:url(/assets/img/img-bg-2.jpg);background-position:100%;background-repeat:no-repeat;background-size:cover;content:"";height:100vw;left:0;position:absolute;right:0;top:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);width:100%}}.faq-section__wrapper{position:relative;width:50%;z-index:1}@media (max-width:639px){.faq-section__wrapper{width:100%}}.faq-section__wrapper .badge{margin-bottom:1.25rem}@media (max-width:639px){.faq-section__wrapper .badge{margin-bottom:3.125rem}}.faq-section__wrapper h2{font-size:3rem;line-height:100%}@media (max-width:639px){.faq-section__wrapper h2{font-size:2.25rem}}.faq-section__wrapper__text{margin-top:1.875rem}.faq-section__wrapper__text ul{-webkit-padding-start:1.25rem;padding-inline-start:1.25rem}.faq-section__wrapper__text ul li{padding:.625rem 0}.faq-section__wrapper__text ul li::marker{color:#780000}.faq-section__wrapper .btn{margin-top:1.875rem}