 :root { --white: #ffffff; --black: #333333; --grey: #777777; --light-grey: #A3A3A3; --dark-grey: #6A6A6A; --title-color: #1E1E1E; --text-color: #3C3C3C; --common-white-color: 34, 34, 34; --common-black-color: 255, 255, 255; --common-focus-box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.70); } * { margin: 0; padding: 0; max-height: 999999px; box-sizing: border-box; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga", "kern"; } *, ::after, ::before { box-sizing: inherit; } html { box-sizing: border-box; -ms-overflow-style: scrollbar; } html, body { width: 100%; min-width: 320px; height: 100%; margin: 0; padding: 0; } body { position: relative; width: 100%; min-width: 320px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; font-size: 16px; line-height: normal; font-weight: normal; font-style: normal; letter-spacing: normal; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } a { color: #0052AB; text-decoration: none; outline: 0; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; } a:hover { color: #3ba6ff; } a:focus-visible, input:focus-visible, select:focus-visible, button:focus-visible, label:focus-visible { -moz-box-shadow: var(--common-focus-box-shadow); -webkit-box-shadow: var(--common-focus-box-shadow); -o-box-shadow: var(--common-focus-box-shadow); -ms-box-shadow: var(--common-focus-box-shadow); box-shadow: var(--common-focus-box-shadow); border-radius: 8px; outline: none; } b, strong { font-weight: bold; } img { display: block; max-width: 100%; height: auto; border: 0; } .body { position: relative; display: flex; height: 100vh; flex-direction: column; } .scroll-disabled body { overflow-x: auto !important; overflow-y: hidden !important; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; height: 100%; } .wrap { flex: 1 0 auto; overflow: hidden; } .container { position: relative; max-width: 1240px; padding: 0 20px; width: 100%; margin: 0 auto; } .product-section-page .container { padding: 0; max-width: 1160px; } .content-block { position: relative; width: 100%; background-color: #fff; margin: 60px 0; } .content-block.gray { background-color: #fafafa; border: none; border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; } .content-block .content { position: relative; margin: 0 auto; } .content-block.resizable { margin: 0 auto; padding: 0; width: 100%; } .content-block.resizable img { display: block; position: relative; width: 100%; z-index: 1; } .invisible { display: none !important; } .text-center { text-align: center; } .text-left { text-align: left; } .text-right { text-align: right; } .left { float: left; } .right { float: right; } .clear { clear: both; } .hidden { display: none !important; } .unclickable { pointer-events: none; } .padding-top-30 { padding-top: 30px !important; } .no-padding { padding: 0 !important; } .no-padding-top { padding-top: 0 !important; } .no-padding-bottom { padding-bottom: 0 !important; } .no-padding-left { padding-left: 0 !important; } .no-padding-right { padding-right: 0 !important; } .no-margin { margin: 0 !important; } .no-margin-top { margin-top: 0 !important; } .no-margin-bottom { margin-bottom: 0 !important; } .no-margin-left { margin-left: 0 !important; } .no-margin-right { margin-right: 0 !important; } .no-border { border: 0 !important; } .no-border-top { border-top: 0 !important; } .no-border-bottom { border-bottom: 0 !important; } .no-border-left { margin-left: 0; } .no-border-right { margin-right: 0; } .button { display: inline-block; padding: 12px 50px; background-color: #8c8c8c; background: linear-gradient(to right, #00c628 0%, #00cda3 100%); text-align: center; color: #ffffff; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; cursor: pointer; } .button:hover { color: #ffffff; background: linear-gradient(to right, #57da2b, #3dd3ad 99%); } .button.blue { background: linear-gradient(to right, #278cf3, #5db3f9 100%); } .button.blue:hover { background: linear-gradient(to right, #389bff, #70bbff 100%); } .clear { content: ""; display: table; clear: both; } .mac-dwnl-btn { display: none; } .mac-device .mac-dwnl-btn:not(.small) { display: block; } .mac-device .ios-dwnl-btn { display: none; } h2 { font-size: 3rem; font-weight: 700; line-height: 133%; color: var(--title-color); } h3 { font-size: 2.5rem; font-style: normal; font-weight: 700; line-height: 133%; color: var(--title-color); } h4 { font-size: 2rem; font-weight: 700; line-height: 133%; color: var(--title-color); } p.title-desc { font-size: 1.25rem; font-style: normal; font-weight: 400; line-height: 150%; text-align: center; color: #3C3C3C; } .section-block { margin-bottom: 160px; } .section-margin-bottom { margin-bottom: 120px; } .btn-link { min-width: 132px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.125rem; font-weight: 500; line-height: 150%; padding: 0 24px; border-radius: 8px; -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; -ms-transition: .3s; transition: .3s; } .btn-link:hover { -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; -ms-transition: .3s; transition: .3s; } .btn-link.white { color: #1E1E1E; border: 1px solid #D3D3D3; background-color: #FFFFFF; } .btn-link.white:hover { color: #FFF; border: 1px solid #1E1E1E; background-color: #1E1E1E; } .btn-link.blue { color: #FFF; background-color: #265BD6; } .btn-link.blue:hover { background-color: #3892FA; } .init-preloader:before { content: ''; position: absolute; top: calc(50% - 40px); left: 0; right: 0; width: 40px; height: 40px; box-sizing: border-box; border-top: 2px solid rgba(255, 255, 255, 0); border-right: 2px solid #fff; border-bottom: 2px solid #111111; border-left: 2px solid #111111; border-radius: 25px; -webkit-animation-name: rotatePreloader; animation-name: rotatePreloader; -webkit-animation-duration: 0.6s; animation-duration: 0.6s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; margin: 0 auto; z-index: 2; } .wistia-video-block { position: relative; padding: 56.25% 0 0 0; } .w-css-reset-tree button div { mix-blend-mode: unset !important; } .wistia-video-block .wistia_embed { position: absolute; top: 0; } .wistia-video-block video { margin: 0; } div.w-video-wrapper.w-css-reset { background-color: rgba(255, 255, 255, 0) !important; } .w-css-reset .w-bpb-wrapper { overflow: unset !important; } img.w-css-reset { height: 100% !important; border-width: 0 0 !important; background-color: unset !important; } .wistia_popover_overlay { width: 100% !important; height: 100vh !important; position: fixed !important; } .wistia_placebo_close_button { outline: none !important; } .wistia-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background: rgba(0, 0, 0, .5); opacity: 0; z-index: 1200; visibility: hidden; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -o-transition: opacity .3s; -ms-transition: opacity .3s; transition: opacity .3s; } .wistia-overlay.show { opacity: 1; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -o-transition: opacity .3s; -ms-transition: opacity .3s; transition: opacity .3s; visibility: visible; } @-webkit-keyframes rotatePreloader { 0% { -moz-transform: rotateZ(0); -webkit-transform: rotateZ(0); -o-transform: rotateZ(0); -ms-transform: rotateZ(0); transform: rotateZ(0); } 100% { -moz-transform: rotateZ(360deg); -webkit-transform: rotateZ(360deg); -o-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg); transform: rotateZ(360deg); } } @keyframes rotatePreloader { 0% { -moz-transform: rotateZ(0); -webkit-transform: rotateZ(0); -o-transform: rotateZ(0); -ms-transform: rotateZ(0); transform: rotateZ(0); } 100% { -moz-transform: rotateZ(360deg); -webkit-transform: rotateZ(360deg); -o-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg); transform: rotateZ(360deg); } } .circle-preloader { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; position: fixed; top: calc(50% - 20px); left: 0; right: 0; margin: 0 auto; opacity: 0; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -o-transition: opacity .3s; -ms-transition: opacity .3s; transition: opacity .3s; visibility: hidden; z-index: 99999; } .circle-preloader.show { opacity: 1; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -o-transition: opacity .3s; -ms-transition: opacity .3s; transition: opacity .3s; visibility: visible; } .circle-preloader:before { content: ''; position: absolute; width: 40px; height: 40px; box-sizing: border-box; border-top: 2px solid rgba(255, 255, 255, 0); border-right: 2px solid #fff; border-bottom: 2px solid #fff; border-left: 2px solid #fff; border-radius: 25px; -webkit-animation-name: rotatePreloader; animation-name: rotatePreloader; -webkit-animation-duration: 0.6s; animation-duration: 0.6s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; } .trans_overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1100; } .black_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.75); z-index: 1101; } .white_content { position: fixed; width: 996px; height: 560px; top: 50%; left: 50%; margin: -280px 0 0 -498px; padding: 0; background-color: #3c3c40; z-index: 1102; -moz-opacity: 1; opacity: 1; filter: alpha(opacity=100); overflow: hidden; } #cookieScriptAditionalData { display: none; } .slider-dots { position: relative; height: 8px; display: flex; justify-content: center; z-index: 2; } .slider-dots li { width: 8px; height: 8px; } .slider-dots li button { font-size: 0; width: 8px; height: 8px; } .slick-dots { position: relative; display: flex; justify-content: center; bottom: unset; } .lazy-img-block { position: relative; display: flex; width: 100%; } .lazy-img-block:after { content: ''; position: absolute; top: calc(50% - 40px); left: 0; right: 0; bottom: 0; margin: 0 auto; border: 2px solid #000000; border-top: 2px solid rgba(255, 255, 255, 0); border-radius: 50%; width: 40px; height: 40px; -webkit-animation: rotatePreloader .6s linear infinite; animation: rotatePreloader .6s linear infinite; z-index: 2; pointer-events: none; opacity: 0; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -o-transition: opacity .3s; -ms-transition: opacity .3s; transition: opacity .3s; } .lazy-img-block.lazy-loader:after { opacity: 1; } .lazy-img-block.lazy-loader { overflow: hidden; } .lazy-img-block.lazy-loader img { opacity: 0; } .lazy-img-block img { opacity: 1; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -o-transition: opacity .3s; -ms-transition: opacity .3s; transition: opacity .3s; } @media (max-width: 1199px) { .container { max-width: 100%; padding: 0 64px; } .product-section-page .container { padding: 0 20px; } h2 { font-size: 2.5rem; } h3 { font-size: 2rem; } p.title-desc { font-size: 1.125rem; } .section-block { margin-bottom: 96px; } .section-margin-bottom { margin-bottom: 96px; } .white_content { width: 896px; height: 504px; margin: -252px 0 0 -448px; } .white_content iframe{ width: 100%; height: 100%; } } @media (max-width: 991px) { .container { padding: 0 32px; } .section-block { margin-bottom: 80px; } .section-margin-bottom { margin-bottom: 80px; } .white_content { width: 747px; height: 420px; margin: -210px 0 0 -374px; } } @media (max-width: 767px) { .container { padding: 0 20px; } } @media (max-width: 575px) { h2 { font-size: 2rem; } h4 { font-size: 1.5rem; } .mac-device .mac-dwnl-btn:not(.small) { display: none; } .section-margin-bottom { margin-bottom: 64px; } } :root { --top-menu-white-bg: 255, 255, 255; --top-menu-black-bg: 0, 0, 0; } .header-top { position: fixed; display: inline-block; width: 100%; top: 0; left: 0; height: 60px; -webkit-transition: background .2s; -moz-transition: background .2s; -o-transition: background .2s; -ms-transition: background .2s; transition: background .2s; z-index: 1000; } .header-top.white { background-color: rgba(var(--top-menu-white-bg), 1); } .header-top.white .header-prod-logo .title { color: rgb(var(--common-white-color)); } .header-top.white .header-menu li span, .header-top.white .header-menu li a { color: rgba(var(--common-white-color), 0.7); } .header-top.white .header-menu li:hover > span, .header-top.white .header-menu li:hover > a { color: rgba(var(--common-white-color), 1); } .header-top.white .header-left .dropdown-link:after { border-bottom: 2px solid rgba(var(--common-white-color), 0.7); border-right: 2px solid rgba(var(--common-white-color), 0.7); } .header-top.white .header-left .dropdown-link:hover:after { border-color: rgba(var(--common-white-color), 1); } .header-top .container { display: flex; position: relative; height: 60px; justify-content: space-between; } .burger-button { display: none; } .header-top .header-left { display: flex; align-items: center; } .header-prod-logo { display: flex; align-items: center; gap: 8px; position: relative; margin-right: 40px; z-index: 25; } .header-prod-logo:before { content: ""; display: block; width: 28px; height: 28px; } .header-top:not(.white) .header-prod-logo.logo-readdle::before { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/product-icons/readdle-white.svg?1707309759") no-repeat 0 0; background-size: contain; } .header-top:not(.white).moved .header-prod-logo.logo-readdle::before { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/product-icons/readdle-dark.svg?1707309769") no-repeat 0 0; background-size: contain; } .header-top.white .header-prod-logo.logo-readdle::before { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/product-icons/readdle-dark.svg?1707309769") no-repeat 0 0; background-size: contain; } .header-prod-logo.logo-calendars5::before { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/product-icons/calendars5.svg?1580913184") no-repeat 0 0; background-size: contain; } .header-prod-logo.logo-calendars::before { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/product-icons/calendars.svg?1708004057") no-repeat 0 0; background-size: contain; } .header-prod-logo.logo-documents::before { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/product-icons/documents.svg?1707309688") no-repeat 0 0; background-size: contain; } .header-prod-logo.logo-scannerpro::before { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/product-icons/scannerpro.svg?1707309733") no-repeat 0 0; background-size: contain; } .header-prod-logo.logo-scannermini::before { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/product-icons/scanner-mini-2x.png?1567686355") no-repeat 0 0; background-size: contain; } .header-prod-logo.logo-pdfconverter::before { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/product-icons/converter.svg?1580138540") no-repeat 0 0; background-size: contain; } .header-prod-logo .title { font-size: 1rem; font-weight: 600; color: rgb(var(--common-black-color)); } .header-menu ul { display: flex; flex-wrap: wrap; list-style-type: none; } .header-menu li { position: relative; margin-right: 40px; cursor: pointer; } .header-menu li.top-menu-link:not(.dropdown-link) { z-index: 25; } .header-menu li.dropdown-link { padding-right: 19px; } .header-menu li.dropdown-link:nth-child(1) { z-index: 16; } .header-menu li.dropdown-link:nth-child(3) { z-index: 17; } .header-menu li.dropdown-link:nth-child(4) { z-index: 18; } .header-menu > ul > li > span, .header-menu > ul > li > a { color: rgba(var(--common-black-color), .7); font-size: 1rem; cursor: pointer; } .header-menu li:hover > span, .header-menu li:hover > a { color: rgba(var(--common-black-color), 1); } .header-top .header-left .dropdown-link:after { content: ""; border-bottom: 2px solid rgba(var(--common-black-color), .7); border-right: 2px solid rgba(var(--common-black-color), .7); width: 7px; height: 7px; position: absolute; right: 10px; top: 0; z-index: 100; -moz-transform: translate(10px, 4px) rotate(45deg); -webkit-transform: translate(10px, 4px) rotate(45deg); -o-transform: translate(10px, 4px) rotate(45deg); -ms-transform: translate(10px, 4px) rotate(45deg); transform: translate(10px, 4px) rotate(45deg); -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; -ms-transition: .2s; transition: .2s; } .header-top .header-left .dropdown-link:hover:after { border-color: rgba(var(--common-black-color), 1); } .top-menu-block .top-menu-dropdown { position: absolute; top: 0; left: -50%; padding-top: 50px; min-width: 204px; font-style: normal; font-size: 1rem; font-weight: 400; line-height: 1.3rem; letter-spacing: -0.02em; margin: 0 0 0 -30px; pointer-events: none; z-index: 15; } .top-menu-block .top-menu-dropdown ul { flex-direction: column; list-style-type: none; padding: 16px; background: #FFFFFF; border: 1px solid #A3A3A3; border-radius: 8px; opacity: 0; -webkit-transform: scale(.9); transform: scale(.9); -webkit-transform-origin: top left; transform-origin: top left; -webkit-transition: opacity .2s,-webkit-transform .2s; transition: opacity .2s,-webkit-transform .2s; transition: opacity .2s,transform .2s; transition: opacity .2s,transform .2s,-webkit-transform .2s; will-change: transform; } body.desktop-device .dropdown-link:hover .top-menu-dropdown, body.desktop-device .dropdown-link:focus-within .top-menu-dropdown { pointer-events: auto; } body.desktop-device .dropdown-link:hover .top-menu-dropdown ul, body.desktop-device .dropdown-link:focus-within .top-menu-dropdown ul { opacity: 1; -webkit-transform: none; -webkit-transform: initial; transform: none; } body.mobile-device .top-menu-block .top-menu-dropdown.active ul { opacity: 1; pointer-events: all; -webkit-transform: none; -webkit-transform: initial; transform: none; } .top-menu-block .top-menu-dropdown li { padding: 10px 0; margin-right: 0; } .top-menu-block .top-menu-dropdown li:first-child { padding-top: 0; } .top-menu-block .top-menu-dropdown li:last-child { padding-bottom: 0; } .top-menu-block .top-menu-dropdown li span.name { color: rgba(var(--common-black-color), .7); white-space: nowrap; } .top-menu-block .top-menu-dropdown li span.name { color: rgba(var(--common-white-color), 0.7); } .top-menu-block .top-menu-dropdown li:hover span.name { color: rgba(var(--common-white-color), 0.9); } #products-dropdown { min-width: 182px; } #products-dropdown li a { display: flex; align-items: center; } #products-dropdown li a .icon { float: left; display: block; height: 28px; width: 28px; margin: 0 12px 0 0; padding: 0; overflow: hidden; } #products-dropdown li a.pdfexpert_mac .icon { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/product-icons/pdfexpert.svg?1580137746") no-repeat 0 0; background-size: contain; } #products-dropdown li a.scannerpro .icon { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/product-icons/scannerpro.svg?1707309733") no-repeat 0 0; background-size: contain; } #products-dropdown li a.calendars .icon { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/product-icons/calendars.svg?1708004057") no-repeat 0 0; background-size: contain; } #products-dropdown li a.documents .icon { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/product-icons/documents.svg?1707309688") no-repeat 0 0; background-size: contain; } #products-dropdown li a.spark .icon { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/product-icons/spark.svg?1708000218") no-repeat 0 0; background-size: contain; } #products-dropdown li a.fluix .icon { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/product-icons/fluix.svg?1749136621") no-repeat 0 0; background-size: contain; } .header-top .header-ribbon { visibility: visible; background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/icon-readdle-ribbon.svg?1705004125") no-repeat 0 0; background-size: contain; width: 24px; height: 42px; opacity: 1; -webkit-transition: visibility .2s linear,opacity .2s linear; -moz-transition: visibility .2s linear,opacity .2s linear; -o-transition: visibility .2s linear,opacity .2s linear; -ms-transition: visibility .2s linear,opacity .2s linear; transition: visibility .2s linear,opacity .2s linear; } .product-section-page .header-top.moved .header-ribbon { visibility: hidden; opacity: 0; } .header-btn { position: absolute; visibility: hidden; padding: 8px 20px; right: 20px; top: 14px; opacity: 0; font-size: 0.875rem; font-weight: 600; -webkit-transition: visibility .2s linear,opacity .2s linear; -moz-transition: visibility .2s linear,opacity .2s linear; -o-transition: visibility .2s linear,opacity .2s linear; -ms-transition: visibility .2s linear,opacity .2s linear; transition: visibility .2s linear,opacity .2s linear; } .header-btn.small { display: none; } .header-top.moved { background-color: rgba(var(--top-menu-white-bg), 1); } .header-top.white.moved { border-bottom: 1px solid rgba(17, 17, 17, 0.15); } .moved .header-prod-logo .title { color: rgb(var(--common-white-color)); } .moved .header-menu li span, .moved .header-menu li a { color: rgba(var(--common-white-color), 0.7); } .moved .header-menu li:hover > span, .moved .header-menu li:hover > a { color: rgba(var(--common-white-color), 1); } .header-top.moved .header-left .dropdown-link:after { border-bottom: 2px solid rgba(var(--common-white-color), 0.7); border-right: 2px solid rgba(var(--common-white-color), 0.7); } .header-top.moved .header-left .dropdown-link:hover:after { border-color: rgba(var(--common-white-color), 1); } .moved .header-btn { visibility: visible; opacity: 1; -webkit-transition: .1s; -moz-transition: .1s; -o-transition: .1s; -ms-transition: .1s; transition: .1s; } body.scanner-spring-sale.ios-device .header-top { top: 60px; } @media (min-width: 992px) { .header-menu { display: block !important; } } @media (max-width: 991px) { .header-top.moved { border-bottom: 1px solid #D3D3D3; } .burger-button { position: relative; display: block; order: -2; height: 60px; width: 24px; color: var(--common-black-color); text-transform: uppercase; cursor: pointer; } .burger-button:focus-visible { -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; box-shadow: none; outline: none; } .burger-button:focus-visible::after { content: ''; display: block; height: 28px; width: 32px; position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -moz-box-shadow: var(--common-focus-box-shadow); -webkit-box-shadow: var(--common-focus-box-shadow);; -o-box-shadow: var(--common-focus-box-shadow);; -ms-box-shadow: var(--common-focus-box-shadow);; box-shadow: var(--common-focus-box-shadow);; border-radius: 8px; outline: none; } .burger-button span { position: absolute; left: 0; display: block; width: 24px; height: 3px; background: #fff; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; opacity: 1; } .header-top.white .burger-button span, .moved .burger-button span { background: rgb(var(--common-white-color)); } .burger-button span:nth-child(1) { top: 21px; } .burger-button span:nth-child(2), .burger-button span:nth-child(3) { top: 29px; } .burger-button span:nth-child(4) { top: 37px; } .burger-button.open span:nth-child(1) { top: 27px; width: 0; left: 7px; } .burger-button.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .burger-button.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .burger-button.open span:nth-child(4) { top: 27px; width: 0; left: 7px; } .header-top .header-menu { display: none; position: absolute; top: 60px; left: 0; padding: 4px 20px 110px; height: calc(100vh - 60px); width: 100%; outline: none; overflow-x: hidden; overflow-y: auto; z-index: 1000; background: #FFFFFF; } .header-prod-logo { margin: 0; } .header-menu ul { flex-direction: column; list-style: none; } .header-menu li { margin-right: 0; padding: 0; } .header-menu li a, .header-menu li span { opacity: unset !important; font-size: 1.125rem !important; color: rgba(var(--common-white-color), 0.7) !important; } .header-menu .top-menu-link:nth-child(2) { padding: 16px 0; border-bottom: 1px solid #E9E9E9; } .header-menu .top-menu-link:last-child { padding: 16px 0; } .top-menu-block .header-menu .top-menu-dropdown { display: block; position: relative; top: 0; backdrop-filter: none; -webkit-backdrop-filter: none; background-color: unset; } .top-menu-block .header-menu .dropdown-link[data-menu='howto-dropdown'] { display: none; } .top-menu-block .header-menu .dropdown-link[data-menu='products-dropdown'] > span, .top-menu-block .header-menu .dropdown-link[data-menu='more-dropdown'] > span { display: none; } .top-menu-block .top-menu-dropdown { -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); } #products-dropdown li a .icon { width: 40px; height: 40px; } .header-btn { padding: 8px 13px; font-size: 0.8125rem; } .header-top .header-left .dropdown-link:after { display: none; } .top-menu-block .top-menu-dropdown { border-radius: 8px; } .top-menu-block .dropdown-link .top-menu-dropdown { position: relative; top: 0; left: 0; margin: 0; padding: 0; opacity: 1; } .top-menu-block .dropdown-link .top-menu-dropdown ul { margin: 0; padding: 0; background: none; border: none; opacity: 1; pointer-events: all; transform: none; border-radius: 0; transform-origin: unset; -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none; } .header-menu.open .dropdown-link .top-menu-dropdown ul { opacity: 1; } .top-menu-block .dropdown-link .top-menu-dropdown li { padding: 16px 0; border-bottom: 1px solid #E9E9E9; } } @media (max-width: 575px) { .header-btn.full { display: none; } .header-btn.small { display: block; padding: 6px 8px; min-width: 52px; top: 16px; } #products-dropdown li a .icon { width: 24px; height: 24px; } body.scanner-spring-sale.ios-device .header-top { top: 80px; } } @media (max-width: 375px) { .product-section-page .header-prod-logo { width: 30px; height: 30px; padding: 0; } .product-section-page .header-prod-logo:before { width: 30px; height: 30px; top: 0; } .product-section-page .header-top .header-prod-logo .title { display: none; } }:root { --footer-bg: #121212; --footer-menu-title: #FFFFFF; --footer-menu-link: #A3A3A3; --footer-menu-link-hover: #FFFFFF; --footer-border: #3C3C3C; --footer-icon-color: 255, 255, 255, .8; --footer-сolor: 255, 255, 255; --footer-social-icons-white: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/icons-social-white.svg?1749630416"); --footer-social-icons-black: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/icons-social-black.svg?1749631615"); } :root .white { --footer-bg: rgba(239, 238, 243, 1); --footer-menu-title: #111111; --footer-menu-link: #6A6A6A; --footer-menu-link-hover: #111111; --footer-border: #D3D3D3; --footer-icon-color: 51, 51, 51, 1; --social-icons: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/icons-social-black.svg?1749631615"); } .footer, .footer.white { flex: 0 0 auto; position: relative; padding: 20px 0 32px; background-color: var(--footer-bg); } .footer .footer-top-block { display: flex; justify-content: space-between; padding-bottom: 24px; } .footer .footer-menu { margin: 0 80px 0 0; padding: 0; vertical-align: top; display: inline-block; min-width: 100px; } .footer .footer-menu h3, .footer.white .footer-menu h3 { font-size: 1.25rem; font-weight: 600; line-height: 26px; text-align: left; color: var(--footer-menu-title); margin-bottom: 16px; } .footer .footer-menu h3 > span { position: relative; } .footer .footer-menu .menu-container { list-style: none inside; vertical-align: top; max-width: 200px; display: flex; flex-direction: column; gap: 8px; } .footer .footer-menu .menu-container li { text-align: left; } .footer .footer-menu .menu-container.menu-2 li { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; } .footer .menu-container li a, .footer.white .menu-container li a { font-size: 0.875em; font-weight: 400; line-height: 20px; color: var(--footer-menu-link); -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; -ms-transition: .3s; transition: .3s; } .footer .menu-container li a:hover, .footer.white .menu-container li a:hover { color: var(--footer-menu-link-hover); } .footer-top-block .right-block { position: relative; width: 216px; margin-left: auto; display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-end; } .footer .footer-top-block .footer-logo { position: absolute; right: 0; top: -20px; width: 85px; height: 36px; } .footer .footer-top-block .footer-logo { background-image: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/common/readdle-white.svg?1578060483"); background-repeat: no-repeat; background-size: contain; } .footer.white .footer-top-block .footer-logo { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/common/readdle-black.svg?1578060483") no-repeat 0 0; background-size: contain; } .footer .footer-lang { display: flex; align-items: center; margin-bottom: 32px; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s; } .footer .footer-lang:hover { color: var(--white); } .footer .footer-lang:before, .footer .footer-lang:after { content: ''; position: absolute; pointer-events: none; user-select: none; } .footer .footer-lang:before { width: 28px; height: 35px; background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/common/icon-globe-white.svg?1749629428") no-repeat center; background-size: 24px 24px; } .footer .footer-lang:hover:before { -webkit-filter: brightness(0) invert(1); -moz-filter: brightness(0) invert(1); -o-filter: brightness(0) invert(1); -ms-filter: brightness(0) invert(1); filter: brightness(0) invert(1); } .footer.white .footer-lang:before { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/common/icon-globe-black.svg?1749630809") no-repeat center; } .footer.white .footer-lang:hover:before { -webkit-filter: brightness(0%); -moz-filter: brightness(0%); -o-filter: brightness(0%); -ms-filter: brightness(0%); filter: brightness(0%); } .footer .footer-lang:after { border-bottom: 2px solid var(--light-grey); border-right: 2px solid var(--light-grey); width: 8px; height: 8px; transform: rotate(45deg); right: 0; top: 35%; } .footer .footer-lang:hover:after { border-color: var(--white); } .footer.white .footer-lang:after { border-color: var(--dark-grey); } .footer.white .footer-lang:hover:after { border-color: var(--black); } .footer .footer-lang select { outline: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; border: 0; background: transparent; color: var(--light-grey); padding: 9px 16px 9px 36px; font-size: .75rem; font-weight: 400; cursor: pointer; } .footer .footer-lang:hover select { color: var(--white); } .footer.white .footer-lang select { color: var(--dark-grey); } .footer.white .footer-lang:hover select { color: var(--black); } .footer .footer-social { display: flex; justify-content: space-between; gap: 24px; } .footer .footer-social a { display: flex; width: 24px; height: 24px; -webkit-transition: filter .3s; -moz-transition: filter .3s; -o-transition: filter .3s; -ms-transition: filter .3s; transition: filter .3s; background-image: var(--footer-social-icons-white); background-repeat: no-repeat; background-size: 159px 24px; } .footer.white .footer-social a { background-image: var(--footer-social-icons-black); background-repeat: no-repeat; background-size: 159px 24px; } .footer .footer-social a:hover { -webkit-filter: brightness(0) invert(1); -moz-filter: brightness(0) invert(1); -o-filter: brightness(0) invert(1); -ms-filter: brightness(0) invert(1); filter: brightness(0) invert(1); } .footer.white .footer-social a:hover { -webkit-filter: brightness(0%); -moz-filter: brightness(0%); -o-filter: brightness(0%); -ms-filter: brightness(0%); filter: brightness(0%); } .footer .footer-social a.dribble { background-position: 0 0; } .footer .footer-social a.fb { background-position: -27px 0; } .footer .footer-social a.twitter { background-position: -54px 0; } .footer .footer-social a.instagram { background-position: -81px 0; } .footer .footer-social a.youtube { background-position: -108px 0; } .footer .footer-social a.linkedin { background-position: -135px 0; } .footer .footer-bottom-block { display: flex; justify-content: space-between; padding: 24px 0 0; font-size: 0.75rem; font-style: normal; font-weight: 400; line-height: 20px; } .footer .footer-bottom-block, .footer.white .footer-bottom-block { color: var(--footer-menu-link); border-top: 1px solid var(--footer-border); } .footer .footer-bottom-block .copyright { max-width: 400px; width: 100%; } .footer .footer-bottom-block .copyright .info-text { padding: 8px 0 0; } .footer .footer-bottom-block .terms-privacy { display: flex; height: fit-content; } .footer .footer-bottom-block .terms-privacy a, .footer.white .footer-bottom-block .terms-privacy a { color: var(--footer-menu-link); } .footer .footer-bottom-block .terms-privacy a:hover, .footer.white .footer-bottom-block .terms-privacy a:hover { color: var(--footer-menu-link-hover); } .footer .footer-bottom-block .terms-privacy .divider, .footer.white .footer-bottom-block .terms-privacy .divider { width: 1px; height: 20px; margin: 0 20px; background: var(--footer-border); } @media (max-width: 1199px) { .footer .footer-menu { margin: 0 52px 0 0; } } @media (max-width: 991px) { .footer, .footer.white { padding: 8px 0 32px; } .footer .footer-top-block { flex-direction: column; padding: 0 0 26px 0; } .footer .footer-menu { margin: 0; border-bottom: 1px solid; outline: none; } .footer .footer-menu:focus-within { -moz-box-shadow: var(--common-focus-box-shadow);; -webkit-box-shadow: var(--common-focus-box-shadow);; -o-box-shadow: var(--common-focus-box-shadow);; -ms-box-shadow: var(--common-focus-box-shadow);; box-shadow: var(--common-focus-box-shadow);; border-radius: 8px; } .footer .footer-menu, .footer.white .footer-menu { border-color: var(--footer-border); } .footer .footer-menu.footer-products-how-to { display: block; } .footer .footer-menu h3, .footer.white .footer-menu h3 { position: relative; height: 61px; margin: 0; line-height: 61px; outline: none; } .footer .footer-menu h3:after { content: ""; position: absolute; right: 20px; top: 18px; width: 10px; height: 10px; border-radius: 1px; -moz-transform: translate(10px, 4px) rotate(135deg); -webkit-transform: translate(10px, 4px) rotate(135deg); -o-transform: translate(10px, 4px) rotate(135deg); -ms-transform: translate(10px, 4px) rotate(135deg); transform: translate(10px, 4px) rotate(135deg); -webkit-transition: transform .3s ease; -moz-transition: transform .3s ease; -o-transition: transform .3s ease; -ms-transition: transform .3s ease; transition: transform .3s ease; } .footer .footer-menu h3:after, .footer.white .footer-menu h3:after { border-top: 3px solid; border-right: 3px solid; border-color: rgba(var(--footer-icon-color)); } .footer .footer-menu.active h3:after { -moz-transform: translate(10px, 4px) rotateZ(-45deg); -webkit-transform: translate(10px, 4px) rotateZ(-45deg); -o-transform: translate(10px, 4px) rotateZ(-45deg); -ms-transform: translate(10px, 4px) rotateZ(-45deg); transform: translate(10px, 4px) rotateZ(-45deg); } .footer .footer-menu .menu-container { max-height: 0; max-width: initial; display: flex; overflow: hidden; padding: 0 0 0 10px; -webkit-transition: max-height 0.4s ease-out; -moz-transition: max-height 0.4s ease-out; -o-transition: max-height 0.4s ease-out; -ms-transition: max-height 0.4s ease-out; transition: max-height 0.4s ease-out; } .footer .footer-menu.active .menu-container, .footer .footer-menu.active:focus-within .menu-container { max-height: 1000px; -webkit-transition: max-height 0.4s ease-out; -moz-transition: max-height 0.4s ease-out; -o-transition: max-height 0.4s ease-out; -ms-transition: max-height 0.4s ease-out; transition: max-height 0.4s ease-in; } .footer .footer-menu .menu-container li { padding: 0; } .footer .footer-menu .menu-container li:last-child { padding-bottom: 11px; } .footer .menu-container li a { font-size: 1em; line-height: 2.6; } .footer .footer-top-block .right-block { position: unset; width: 230px; margin: 0 auto; padding-top: 34px; order: 4; align-items: center; } .footer .footer-top-block .footer-logo { display: none; } .footer .footer-social { position: relative; text-align: center; gap: 17px; } .footer.white .footer-bottom-block, .footer .footer-bottom-block { flex-direction: column; border-top: none; padding: 0; } .footer .footer-bottom-block .copyright { max-width: 800px; margin: 0 auto; padding-bottom: 12px; text-align: center; } .footer .footer-bottom-block .terms-privacy { margin: 0 auto; align-items: center; } } @media (max-width: 767px) { .footer, .footer.white { padding: 8px 0 24px; } } @media (max-width: 575px) { .footer, .footer.white { padding: 8px 0 32px; } }.readdle-info-banner { display: none; position: fixed; top: 65px; left: 50%; width: calc(100% - 60px); max-width: 880px; min-height: 76px; height: auto; box-sizing: border-box; -moz-transform: translate(-50%, 0);; -webkit-transform: translate(-50%, 0);; -o-transform: translate(-50%, 0);; -ms-transform: translate(-50%, 0);; transform: translate(-50%, 0);; border-radius: 12px; background-color: #3ba6ff; -webkit-font-smoothing: antialiased; z-index: 999; opacity: 0.95; } .readdle-info-banner .banner-wrap { position: relative; display: flex; align-items: center; min-height: 90px; width: 100%; height: auto; margin: 0; color: #ffffff; font-size: 0.85rem; font-weight: 400; line-height: 1.57; box-sizing: border-box; z-index: 5; } .readdle-info-banner .banner-wrap span { display: block; padding: 14px 330px 14px 120px; } .readdle-info-banner .banner-wrap strong { font-size: 1rem; } .readdle-info-banner .banner-wrap .action-button { position: absolute; top: 21px; right: 45px; display: block; width: 240px; height: 50px; padding: 0; color: #ffffff; font-size: 1rem; font-weight: 600; text-align: center; line-height: 50px; border-radius: 8px; background-color: #1b7aee; z-index: 1; } .readdle-info-banner .close { position: absolute; top: 3px; right: 4px; display: block; width: 32px; height: 32px; color: #fff; font-size: 1.5em; font-weight: 600; line-height: 32px; text-align: center; z-index: 10; cursor: pointer; } .readdle-info-banner .close:after { content: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/bf2019/close.svg?1580480370"); } .readdle-info-banner { background: #170E42; } .readdle-info-banner.scannerpro-banner .banner-wrap span { min-height: 60px; display: flex; align-items: center; font-size: 1rem; font-weight: 600; background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/common/products_icons/scannerpro.svg?1580204525") no-repeat 30px center; background-size: 60px 60px; } .readdle-info-banner.gift-banner .banner-wrap span { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/bf2019/gift.svg?1580480370") no-repeat 10px 2px; background-size: 90px 90px; } .readdle-info-banner.gift-color-banner .banner-wrap span { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/bf2019/gift-color.svg?1580480370") no-repeat 10px 2px; } .readdle-info-banner.gift-color-banner { background-color: #2d2d78; } .readdle-info-banner.gift-color-banner .banner-wrap .action-button { background-color: #ff3258; } body.scanner-spring-sale.ios-device .readdle-info-banner { top: 125px; } @media (max-width: 991px) { .readdle-info-banner { max-width: 760px; } .readdle-info-banner .banner-wrap .action-button { width: 210px } .readdle-info-banner.gift-banner .banner-wrap { max-width: 760px !important; width: 100%; padding: 14px 290px 10px 110px; } .readdle-info-banner.gift-banner .banner-wrap span { background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/modern_2019/common/bf2019/gift.svg?1580480370") no-repeat 10px 2px; background-size: 90px 90px; } } @media (max-width: 767px) { .readdle-info-banner { max-width: 320px; width: 100%; padding: 15px; } .readdle-info-banner .banner-wrap { display: flex; flex-direction: column; padding: 0; } .readdle-info-banner .banner-wrap span { padding: 0 20px 0 55px; margin: 0 0 20px; } .readdle-info-banner.scannerpro-banner .banner-wrap span { font-size: 0.9375rem; background: url("https://cdn-rdstaticassets.readdle.com/assets/readdle/common/products_icons/scannerpro.svg?1580204525") no-repeat 0 center; background-size: 40px 40px; } .readdle-info-banner .banner-wrap .action-button { position: initial; top: initial; right: initial; width: 100%; height: 40px; line-height: 40px; } } @media (max-width: 575px) { body.scanner-spring-sale.ios-device .readdle-info-banner { top: 145px; } } @media (max-width: 375px) { .readdle-info-banner { max-width: 280px; padding: 15px; font-size: 0.875rem; } }