* {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", "Helvetica Neue", Arial, Verdana, sans-serif;
}

a {
    color: #0074e6;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

html {
    position: relative;
}

body {
    width: 100%;
    margin: 0 0 320px;
    font-size: 100%;
    background-color: #fff;
}

.scroll-disabled {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

#main {
    position: relative;
    height: 100%;
    overflow: hidden;
}

#main, input, textarea, select, button {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

h1 {
    font-size: 2.500em;
    color: #333;
    font-weight: 600;
    padding: 26px 0 0;
}

h2 {
    font-size: 2.250em;
    color: #8c8c8c;
    font-weight: 400;
    line-height: 140%;
    padding: 0;
}

p {
    font-size: 1.25em;
    color: #4d4d4d;
    font-weight: 400;
    line-height: 160%;
    padding: 30px 0 0;
}

h2.section-title, h3.section-title {
    padding: 26px 0 0;
    color: #333;
    font-size: 2.500em;
    font-weight: 600;
    line-height: 140%;
}

p.section-subtitle {
    padding: 0;
    color: #8c8c8c;
    font-size: 2.250em;
    font-weight: 400;
    line-height: 140%;
}

ul.default {
    font-size: 1.250em;
    color: #444;
    font-weight: 300;
    line-height: 32px;
    padding: 30px 0 0 60px;
}

.container {
    max-width: 1160px;
    margin: 0 auto;
}

.quote {
    position: relative;
    margin: 125px 0 0;
    padding: 0 82px;
    font-size: 2.250em;
    font-weight: normal;
    color: #333;
    line-height: 150%;
    text-align: left;
    background: url("/img/index/icon-quote.png") no-repeat 0 12px;
    background-size: 33px 25px;
}

.author {
    display: block;
    padding: 30px 70px 30px 0;
    margin: 0;
    font-size: 20px;
    color: #8c8c8c;
    text-align: right;
}

#iphone {
    display: none;
}

.notification {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    z-index: 2000;
}

.notification p {
    position: relative;
    width: 1160px;
    padding: 10px 0;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

.notification p a:first-of-type {
    color: #212121;
}

.notification p span {
    color: #e41e26;
    font-weight: bold;
}

.notification .close {
    position: absolute;
    display: block;
    top: 16px;
    right: 0;
    width: 28px;
    height: 28px;
    font-size: 1.2em;
    line-height: 0.8em;
    color: #212121;
    font-weight: bold;
}

/*region Black Friday 2018 banner styles */
.notification#readdle_bf2018_banner {
    display: none;
    position: absolute;
    top: 65px;
    left: 50%;
    width: 880px;
    min-height: 76px;
    height: auto;
    margin: 0 0 0 -440px;
    border-radius: 12px;
    background-color: #3ba6ff;
    -webkit-font-smoothing: antialiased;
    z-index: 5;
}

.notification#readdle_bf2018_banner.color-banner {
    background-color: #2d2d78;
}

.notification#readdle_bf2018_banner .container {
    position: relative;
    display: block;
    width: 820px;
    min-height: 90px;
    height: auto;
    padding: 14px 330px 0 120px;
    margin: 0;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.57;
    box-sizing: border-box;
    background: url("/img/bf2019/gift.svg") no-repeat 10px 2px;
    background-size: 90px 90px;
    z-index: 5;
}

.notification#readdle_bf2018_banner.color-banner .container {
    background: url(/img/bf2019/gift-color.svg) no-repeat 10px 2px;
}

.notification#readdle_bf2018_banner .container strong {
    font-size: 1rem;
}

.notification#readdle_bf2018_banner .container .fake-button {
    position: absolute;
    top: 21px;
    right: 0;
    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;
}

.notification#readdle_bf2018_banner.color-banner .container .fake-button {
    background-color: #ff3258;
}

.notification#readdle_bf2018_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;
}

.notification#readdle_bf2018_banner .close:after {
    content: url("/img/bf2019/close.svg");
}

.notification#bf2018-banner {
    display: none;
}
/*endregion*/

/*region GDPR Cookie styles */
.gdpr-cookie {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 36px;
    background-color: #212947;
    border-bottom: 1px solid #48515f;
    box-sizing: border-box;
    z-index: 10000;
}

.gdpr-cookie .text {
    display: inline-block;
    padding: 0;
    color: #c2d0f3;
    font-size: 0.75em;
    font-weight: 400;
    line-height: 35px;
}

.gdpr-cookie .text a {
    color: #dae1f3;
    font-weight: 700;
    text-decoration: underline;
}

.gdpr-cookie .text a:hover {
    text-decoration: none;
}

.gdpr-cookie .button {
    display: inline-block;
    width: 73px;
    height: 23px;
    margin: 6px 0 0 20px;
    padding: 0;
    color: #fefefe;
    font-size: 0.75em;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    background-color:  #0085c7;
    border: 1px solid #2ba5fb;
    border-radius: 4px;
    box-sizing: border-box;
}
/*endregion*/

#top {
    position: fixed;
    width: 100%;
    min-height: 59px;
    border-bottom: 1px solid transparent;
    background-color: transparent;
    z-index: 1000;
    -webkit-transition: background-color 120ms linear;
    -moz-transition: background-color 120ms linear;
    -o-transition: background-color 120ms linear;
    -ms-transition: background-color 120ms linear;
    transition: background-color 120ms linear;
}

#top.moved {
    min-height: 59px;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 120ms linear;
    -moz-transition: background-color 120ms linear;
    -o-transition: background-color 120ms linear;
    -ms-transition: background-color 120ms linear;
    transition: background-color 120ms linear;
}

.menu .container .products {
    position: absolute;
    display: block;
    top: 0;
    right: 130px;
    font-size: 0.875em;
    margin-top: 11px;
    padding: 9px 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.menu .container .products .arrow {
    display: inline-block;
    margin: 0 0 -3px 8px;
    width: 10px;
    height: 16px;
    background: url("/img/index/price-button-arrow.png") no-repeat 0 0;
    background-size: 10px 16px;
}

.blog {
    position: relative;
}

/*region Top menu styles*/
.top {
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: rgba(18, 18, 18, 0.5);
    z-index: 1000;
}

.menu .home-link {
    display: none;
}

.menu .container {
    position: relative;
    height: 60px;
    margin: 0 auto;
}

#top .menu .container .logo {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 110px;
    height: 43px;
    background: url("/img/common/readdle_black.svg") no-repeat 0 0;
    background-size: 110px 43px;
}

#top.white .menu .container .logo {
    background: url("/img/common/readdle_white.svg") no-repeat 0 0;
}

#top.white.moved .menu .container .logo {
    background: url("/img/common/readdle_black.svg") no-repeat 0 0;
}

.menu .menu_container {
    text-align: right;
    padding: 0 15px 0 0;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

.top .menu .menu_container .burger-button {
    display: none;
}

.menu_container ul li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    font-size: 16px;
}

.menu_container ul li a {
    position: relative;
    display: block;
    padding: 5px 8px 7px 5px;
    margin: 15px 0 0 60px;
    color: #9d9d9d;
    text-align: center;
    border-bottom: 2px solid transparent;
}

.menu_container ul li a:hover {
    color: #fff;
}

.black .menu_container ul li a:hover {
    color: #000a1f;
}

.menu_container ul li a.current {
    color: #000;
}

#top.white .menu_container .nav ul li a:hover {
    color: #fff;
}

#top.white.moved .menu_container .nav ul li a {
    color: #888;
}

#top.white.moved .menu_container .nav ul li a:hover {
    color: #000;
}

#top.white.moved .menu_container ul li a.dropdown_link.current:after {
    border-color: #000;
}

#top.white.moved .menu_container ul li a.dropdown_link:hover:after {
    border-color: #000;
}

#top.white.moved .menu_container ul li a.products_list.current:after, #top.white.moved .menu_container ul li a.more_list.current:after {
    border-color: #000;
}

.menu_container ul li a.no-left-space {
    margin-left: 0;
    padding-left: 0;
}

.menu_container ul li a.dropdown_link:after {
    transition: 0.2s;
    content: "";
    border-bottom: 2px solid #9d9d9d;
    border-right: 2px solid #9d9d9d;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 7px;
    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);
}

.menu_container ul li a.dropdown_link:hover:after {
    border-color: #fff;
}

.black .menu_container ul li a.dropdown_link:hover:after {
    border-color: #000;
}

#products_dropdown {
    position: absolute;
    margin: 0 0 0 -60px;
    min-width: 170px;
    left: 50%;
    top: 116%;
    padding: 5px 15px;
    text-align: left;
    list-style: none inside;
    background: #fff;
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 8px 30px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 30px 8px rgba(0, 0, 0, .25);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    z-index: 10;
}

#products_dropdown:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -5px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#products_dropdown.inactive {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

#products_dropdown li {
    display: block !important;
    margin: 10px 0;
    min-height: 30px;
    white-space: nowrap;
}

#products_dropdown li a {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: block;
    text-decoration: none;
}

#products_dropdown li a .icon {
    float: left;
    display: block;
    height: 29px;
    width: 29px;
    margin: 0 15px 0 0;
    padding: 0;
    overflow: hidden;
    background: url("/img/index/dropdown-icons.png?20170815") no-repeat 0 0;
    background-size: 29px 557px;
}

#products_dropdown li a .name {
    line-height: 1.8em;
    color: #8c8c8c;
}

#products_dropdown li a .name:hover {
    color: #000;
}

#products_dropdown li a.pdfexpert_mac .icon {
    background-position: 0 0;
}

#products_dropdown li a.pdfexpert5 .icon {
    background-position: 0 0;
}

#products_dropdown li a.scannerpro .icon {
    background-position: 0 -44px;
}

#products_dropdown li a.printerpro .icon {
    background-position: 0 -88px;
}

#products_dropdown li a.calendars5 .icon {
    background-position: 0 -132px;
}

#products_dropdown li a.documents .icon {
    background-position: 0 -176px;
}

#products_dropdown li a.pdfconverter .icon {
    background-position: 0 -220px;
}

#products_dropdown li a.pdfoffice .icon {
    background-position: 0 -264px;
}

#products_dropdown li a.spark .icon {
    background-position: 0 -484px;
}

#products_dropdown li a.fluix .icon {
    background-position: 0 -528px;
}

#more_dropdown {
    position: absolute;
    margin: 0 0 0 -30px;
    min-width: 100px;
    left: 50%;
    top: 116%;
    padding: 5px 15px;
    text-align: left;
    list-style: none inside;
    background: #fff;
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 8px 30px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 30px 8px rgba(0, 0, 0, .25);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    z-index: 10;
}

#more_dropdown:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -5px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#more_dropdown.inactive {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

#more_dropdown li {
    display: block !important;
    margin: 10px 0;
    min-height: 30px;
    white-space: nowrap;
}

#more_dropdown li a {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: block;
    text-decoration: none;
}

#more_dropdown li a .name {
    line-height: 1.8em;
    color: #8c8c8c;
}

#more_dropdown li a .name:hover {
    color: #000;
}

#howto_dropdown {
    position: absolute;
    margin: 0 0 0 -50px;
    min-width: 150px;
    left: 50%;
    top: 116%;
    padding: 5px 15px;
    text-align: left;
    list-style: none inside;
    background: #fff;
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 8px 30px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 30px 8px rgba(0, 0, 0, .25);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

#howto_dropdown:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -5px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#howto_dropdown.inactive {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

#howto_dropdown li {
    display: block !important;
    margin: 10px 0;
    min-height: 25px;
    white-space: nowrap;
}

#howto_dropdown li a {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: block;
    text-align: left;
    text-decoration: none;
}

#howto_dropdown li a .name {
    line-height: 1.3em;
    color: #8c8c8c;
}

#howto_dropdown li a .name:hover {
    color: #000;
}

.menu_container #more_dropdown li a, .menu_container #products_dropdown li a {
    text-align: left;
}

.menu_container ul li a.language-selector {
    display: inline-block;
    margin: 0 0 -6px 50px;
    padding: 0 20px 0 0;
    width: 22px;
    height: 22px;
}

.menu_container ul li a.language-selector img {
    display: block;
    width: 22px;
    height: 22px;
    background: url("/img/common/sprite_languages_menu.png") no-repeat 0 0;
    background-size: 22px 318px;
}

.menu_container ul li a.language-selector:after {
    right: 12px;
    top: 2px;
}

.menu_container ul li a.language-selector.language-en img {
    background-position: 0 0;
}

.menu_container ul li a.language-selector.language-de img {
    background-position: 0 -37px;
}

.menu_container ul li a.language-selector.language-fr img {
    background-position: 0 -74px;
}

.menu_container ul li a.language-selector.language-es img {
    background-position: 0 -111px;
}

.menu_container ul li a.language-selector.language-it img {
    background-position: 0 -148px;
}

.menu_container ul li a.language-selector.language-pt img {
    background-position: 0 -185px;
}

.menu_container ul li a.language-selector.language-ja img {
    background-position: 0 -222px;
}

.menu_container ul li a.language-selector.language-zh img {
    background-position: 0 -259px;
}

.menu_container ul li a.language-selector.language-ru img {
    background-position: 0 -296px;
}
/*endregion*/

.content-block {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 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;
    max-width: 1160px;
    margin: 0 auto;
}

#fluix_banner {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 1160px;
    height: 600px;
    margin: -300px 0 0 -580px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    z-index: 3000;
    -webkit-box-shadow: 0 8px 24px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 24px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 24px 2px rgba(0, 0, 0, 0.2);
    background: url("/img/index/blank.gif") no-repeat center center;
    background-size: 1160px 600px;
}

#fluix_banner a.close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 90px;
    height: 90px;
}

#fluix_banner a.learn-more {
    position: absolute;
    top: 406px;
    left: 50%;
    margin: 0 0 0 -110px;
    display: block;
    width: 220px;
    height: 64px;
}

#fluix_banner.type_a {
    background-image: url("/img/fluix/fl-banner-a.jpg");
}

#fluix_banner.type_b {
    background-image: url("/img/fluix/fl-banner-b.jpg");
}

.content-block.resizable {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.content-block.resizable img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
}

.product_ad_list {
    padding-bottom: 35px;
}

.product_ad {
    position: relative;
    width: 298px;
    float: left;
    margin: 68px 42px 0 0;
    padding: 240px 30px 30px;
    text-align: left;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.product_ad .block_link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.product_ad h1 {
    text-align: left;
    padding: 0 0 7px;
    margin: 0;
    font-size: 2em;
    line-height: 32px;
    font-weight: bold;
}

.product_ad .stars {
    display: inline-block;
    width: 94px;
    height: 14px;
    margin: 0 15px 0 0;
    border: 0;
    background: url("/img/index/other-app-stars45.png") no-repeat 0 0;
    background-size: 94px 14px;
}

.product_ad .rating {
    color: #8c8c8c;
    font-size: 0.875em;
}

.product_ad .price {
    position: absolute;
    top: 238px;
    right: 30px;
    color: #8c8c8c;
    font-size: 1.25em;
}

.product_ad p {
    padding: 5px 0 18px;
    font-size: 1.188em;
    line-height: 30px;
}

.product_ad p.title {
    text-align: left;
    padding: 0 0 7px;
    margin: 0;
    color: #333;
    font-size: 2em;
    font-weight: bold;
    line-height: 32px;
}

.product_ad .button {
    position: relative;
    z-index: 90;
    width: 296px;
    padding: 12px 0;
    text-align: center;
    font-size: 1.250em;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product_ad .arrow {
    display: inline-block;
    margin: 0 0 -1px 8px;
    width: 10px;
    height: 16px;
    background: url("/img/index/price-button-arrow.png") no-repeat 0 0;
    background-size: 10px 16px;
}

.product_ad.calendars {
    background: #fff url("/img/index/other-apps-calendar.jpg") no-repeat 0 0;
    background-size: 358px 220px;
}

.product_ad.scannerpro {
    background: #fff url("/img/index/other-apps-scannerpro.jpg") no-repeat 0 0;
    background-size: 358px 220px;
}

.product_ad.pdfexpert {
    background: #fff url("/img/index/other-apps-expert.jpg") no-repeat 0 0;
    background-size: 358px 220px;
}

.product_ad.printerpro {
    margin-left: 1px;
    background: #fff url("/img/index/other-apps-printer.jpg") no-repeat 0 0;
    background-size: 358px 220px;
}

.small_banner {
    height: 260px;
    background: url("/img/index/home-banner-press.jpg") no-repeat center top;
    background-size: 1920px 260px;
}

.small_banner h1 {
    color: #fff;
    padding: 116px 0 0;
    text-align: center;
    font-size: 2.75em;
    font-weight: 700;
}

.small_banner h3 {
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.25em;
    font-weight: 400;
}

.small_banner.press {
    background-image: url("/img/index/home-banner-press.jpg");
}

.small_banner.banner404 {
    background-image: url("/img/index/home-banner-404.jpg");
}

.small_banner.privacy {
    background-image: url("/img/index/home-banner-privacy.jpg");
}

.small_banner.support {
    background-image: url("/img/index/home-banner-contact.jpg");
}

.small_banner.banner404 h1 {
    padding: 93px 0 0;
    font-size: 3.5em;
}

.small_banner.banner404 h3 {
    margin-top: -6px;
    font-size: 1.5em;
    font-weight: 600;
}

.add_info {
    height: 100%;
    width: 348px;
    margin: 20px 0 60px;
}

.press_kit_icon {
    display: block;
    width: 348px;
    height: 212px;
    background: url("/img/index/home-press-pic1.jpg") no-repeat 0 0;
    background-size: 348px 212px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}

.add_info .content {
    width: 346px;
    height: 100%;
    border: none;
    padding: 0 0 30px;
}

.in_press .add_info h1 {
    padding: 20px 0 10px;
    font-size: 2em;
}

.add_info p {
    padding: 8px 0 30px;
}

.add_info .button {
    font-weight: 600;
    padding: 16px 48px 15px;
    font-size: 1.25em;
}

.add_info .button-info,
.add_info .button.active {
    display: none;
}

.readdle_in_press div:nth-child(n+6) {
    display: none;
}

.latest_press div:nth-child(n+6) {
    display: none;
}

.itunes-badge {
    display: inline-block;
    margin: 60px auto 20px;
}

.itunes-badge img {
    height: 54px;
}

.de .itunes-badge img {
    content: url("https://d3pbdh1dmixop.cloudfront.net/img/badges.20171120/download_app_store-de.svg");
}

.es .itunes-badge img {
    content: url("https://d3pbdh1dmixop.cloudfront.net/img/badges.20171120/download_app_store-es.svg");
}

.fr .itunes-badge img {
    content: url("https://d3pbdh1dmixop.cloudfront.net/img/badges.20171120/download_app_store-fr.svg");
}

.it .itunes-badge img {
    content: url("https://d3pbdh1dmixop.cloudfront.net/img/badges.20171120/download_app_store-it.svg");
}

.ja .itunes-badge img {
    content: url("https://d3pbdh1dmixop.cloudfront.net/img/badges.20171120/download_app_store-ja.svg");
}

.pt .itunes-badge img {
    content: url("https://d3pbdh1dmixop.cloudfront.net/img/badges.20171120/download_app_store-pt.svg");
}

.ru .itunes-badge img {
    content: url("https://d3pbdh1dmixop.cloudfront.net/img/badges.20171120/download_app_store-ru.svg");
}

.zh .itunes-badge img {
    content: url("https://d3pbdh1dmixop.cloudfront.net/img/badges.20171120/download_app_store-zh.svg");
}

.bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 320px;
    border-top: 1px solid #e1e1e1;
    background-color: #fafafa;
}

.footer {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    padding: 60px 0 40px;
    z-index: 10;
}

.footer .container {
    display: flex;
}

.footer-menu .menu_container.menu-2 {
    columns: 2;
}

.footer-menu {
    color: #000;
    margin: 0 30px 0 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    min-width: 100px;
}

.footer-menu h3 {
    font-size: 1.2em;
    text-align: left;
    margin-bottom: 1em;
}

.footer-menu .menu_container {
    vertical-align: top;
    list-style: none inside;
}

.footer-menu .menu_container li {
    text-align: left;
    margin-bottom: 1em;
    text-transform: uppercase;
    color: #8c8c8c;
    font-weight: 600;
}

.footer-menu .menu_container.menu-2 li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.footer .menu_container li:last-child {
    margin-bottom: 0;
}

.footer .menu_container li a {
    transition: 0.15s;
    text-transform: initial;
    color: #8c8c8c;
    display: block;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

.footer .menu_container li a:hover {
    color: #000;
}

.footer .rights {
    width: 348px;
    margin-left: auto;
}

.footer .rights .social-footer a {
    display: inline-block;
    width: 58px;
    height: 24px;
    background: url("/img/dark_20161227/footer-socials@2x.png") no-repeat 0 0;
    background-size: 348px 72px;
}

.footer .rights .social-footer a.twitter {
    background-position: 0 0;
}

.footer .rights .social-footer a.twitter:hover {
    background-position: 0 -24px;
}

.footer .rights .social-footer a.facebook {
    background-position: -58px 0;
}

.footer .rights .social-footer a.facebook:hover {
    background-position: -58px -24px;
}

.footer .rights .social-footer a.vimeo {
    background-position: -116px 0;
}

.footer .rights .social-footer a.vimeo:hover {
    background-position: -116px -24px;
}

.footer .rights .social-footer a.youtube {
    background-position: -174px 0;
}

.footer .rights .social-footer a.youtube:hover {
    background-position: -174px -24px;
}

/*region Share/Tweet button styles */
.footer-share-block {
    display: flex;
    padding: 30px 0 0 0;
    justify-content: space-between;
}

/*region Share/Tweet button styles */
.footer .footer-share {
    display: inline-block;
    width: 160px;
    height: 54px;
    margin: 0 28px 0 0;
    background-color: #3b5997;
    color: #fff;
    font-weight: 400;
    font-size: 1.250em;
    line-height: 2.8em;
}

.footer .footer-share .icon {
    float: left;
    display: block;
    height: 30px;
    width: 30px;
    margin: 12px 15px 0 20px;
    padding: 0;
    overflow: hidden;
    background: url("/img/common/socials_fb.svg") no-repeat 0 0;
    background-size: 30px 30px;
}

.footer .footer-tweet {
    display: inline-block;
    width: 160px;
    height: 54px;
    margin: 0;
    background-color: #00aced;
    color: #fff;
    font-weight: 400;
    font-size: 1.250em;
    line-height: 2.8em;
}

.footer .footer-tweet .icon {
    float: left;
    display: block;
    width: 30px;
    height: 25px;
    margin: 15px 15px 0 20px;
    padding: 0;
    overflow: hidden;
    background: url("/img/common/socials_twtr.svg") no-repeat 0 0;
    background-size: 30px 25px;
}
/*endregion*/

.footer .rights p {
    text-align: left;
    font-size: 0.750em;
    line-height: 16px;
    color: #bfbfbf;
    padding: 30px 0 0 0;
}

.footer-menu.footer-products-how-to {
    display: none;
}

.button {
    display: inline-block;
    padding: 12px 50px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    color: #8c8c8c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.button:hover {
    color: #121212;
}

.button.active {
    transition: 0.2s;
    border: 1px solid #3e9c19;
    background-color: #49b71d;
    color: #fff;
}

.button.active:hover {
    border: 1px solid #4ead29;
    background-color: #5ccb30;
}

.button.active_blue {
    border: 1px solid #3e9c19;
    background-color: #49b71d;
    color: #fff;
}

.button.active_blue:hover {
    border: 1px solid #4ead29;
    background-color: #5ccb30;
}

.button.disabled {
    pointer-events: none;
    cursor: default;
}

.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;
}

#fluix.trans_overlay {
    z-index: 3000;
}

.black_overlay.fluix {
    background-color: rgba(0, 0, 0, 0.5);
}

a.back_to_top {
    position: absolute;
    display: inline-block;
    top: -30px;
    left: 50%;
    width: auto;
    font-size: 1.5em;
    line-height: 60px;
    color: #3390eb;
    padding: 0 70px 0 30px;
    margin: 0 0 0 -78px;
    border: 1px solid #e1e1e1;
    background: #fff;
    z-index: 15;
}

a.back_to_top:after {
    content: "";
    border-top: 3px solid #3390eb;
    border-left: 3px solid #3390eb;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 45px;
    top: 24px;
    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);
}

a.back_to_top:hover {
    border-color: #8c8c8c;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.gray {
    background-color: #fafafa;
}

.blue {
    background-color: #009cde;
}

.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;
}

.radius-3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.radius-6 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.radius-8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.radius-30 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

iframe[name="google_conversion_frame"] {
    position: absolute;
    top: -10000px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .menu .container .products .arrow {
        background-image: url("/img/index/price-button-arrow@2x.png");
    }

    .press_kit_icon {
        background-image: url("/img/index/home-press-pic1-2x.jpg");
    }

    .small_banner.press {
        background-image: url("/img/index/home-banner-press-2x.jpg");
    }

    .small_banner.banner404 {
        background-image: url("/img/index/home-banner-404-2x.jpg");
    }

    .small_banner.privacy {
        background-image: url("/img/index/home-banner-privacy-2x.jpg");
    }

    .small_banner.support {
        background-image: url("/img/index/home-banner-contact-2x.jpg");
    }

    .footer .rights .social a {
        background-image: url("/img/index/footer-socials@2x.png");
    }
}


@media (min-width: 992px) {
    #top.white .menu_container .nav > ul > li > a {
        color: rgba(255, 255, 255, 0.7);
    }

    .topmenu-sidebar {
        display: block !important;
        width: 100%;
        text-align: center;
    }

    #language_dropdown {
        position: absolute;
        margin: 0 0 0 -30px;
        min-width: 100px;
        left: 30%;
        top: 160%;
        padding: 5px 15px;
        text-align: left;
        list-style: none inside;
        background: #fff;
        -webkit-columns: auto;
        -moz-columns: auto;
        columns: auto;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 8px 30px 8px rgba(0, 0, 0, .25);
        box-shadow: 0 8px 30px 8px rgba(0, 0, 0, .25);
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: 200ms;
        -o-transition: 200ms;
        transition: 200ms;
    }

    #language_dropdown:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 50%;
        top: -5px;
        margin-left: -5px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #language_dropdown.inactive {
        display: none !important;
        opacity: 0;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    #language_dropdown li {
        display: block !important;
        margin: 10px 0;
        min-height: 22px;
        white-space: nowrap;
    }

    #language_dropdown li a {
        height: 22px;
        margin: 0 0 10px;
        padding: 0 0 0 35px !important;
        text-align: left;
    }

    #language_dropdown li a .name {
        line-height: 22px;
        color: #8c8c8c;
    }

    #language_dropdown li a .name:hover {
        color: #000;
    }

    #language_dropdown a .icon {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 22px;
        height: 22px;
        background-size: 22px 318px;
    }

    #language_dropdown a span {
        line-height: 22px;
        text-align: left;
    }
    /*endregion*/

    @media (-webkit-min-device-pixel-ratio: 2) {
        .back_top_container {
            background-image: url("/img/main/20161208/line2_2x.png");
        }

        .back_top {
            background-image: url("/img/main/20161208/sprite_back_2x.png");
        }
    }
}

@media (max-width: 1199px) {
    .notification#readdle_bf2018_banner {
        display: block;
    }

    .container {
        max-width: 1160px !important;
        padding: 0 30px;
    }

    .menu_container .button.products{
        display: none;
    }

    #top .menu .container .logo {
        left: 100px;
    }

    .white_content {
        width: 896px;
        height: 504px;
        margin: -252px 0 0 -448px;
    }

    .white_content iframe{
        width: 100%;
        height: 100%;
    }

    .social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: initial;
    }

    .social p {
        margin: 0 auto;
    }

    .social .social-btn {
        margin-top: 20px;
        justify-content: center;
    }
}


@media (max-width: 991px) {
    .container {
        max-width: 952px !important;
    }

    .panel.apps .product-block-menu{
        width: 100%;
        margin: 0;
        padding: 20px 0 0;
        overflow: hidden;
        overflow-x: scroll;
    }

    #top {
        z-index: 11000;
    }

    #top .menu .container .logo {
        left: calc(100vw/2 - 55px);
    }

    .menu .menu_container {
        justify-content: space-between;
        padding: 0;
    }

    .menu .menu_container .lang-block {
        align-self: end;
        display: block;
        margin: 20px 0 0 0;
    }

    .menu .home-link {
        display: inline-block;
    }

    .top .menu .burger-button {
        display: block !important;
        left: 0;
        width: 55px;
        height: 55px;
        padding: 26px 0 0 0;
        box-sizing: border-box;
    }

    .top .menu .burger-button .svg.open {
        display: block;
        width: 16px;
        height: 14px;
    }

    .top .menu .burger-button .svg.close {
        display: none;
        width: 14px;
        height: 14px;
    }

    .top .menu .burger-button.active {
        padding: 21px 0 0 21px;
    }

    .top .menu .burger-button.active .svg.open {
        display: none;
    }

    .top .menu .burger-button.active .svg.close {
        display: block;
    }

    .top .menu.black .burger-button .svg .cls-1 {
        fill: #000;
    }

    .top.moved .burger-button .svg .cls-1 {
        fill: #000;
    }

    /*region Collapsible menu styles*/
    .topmenu-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        height: 100%;
        width: 100%;
        padding-bottom: 60px;
        outline: none;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 2147483647;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        text-align: left;
        background-color: #efefef;
    }

    .topmenu-sidebar .burger-button {
        display: block;
        width: 55px;
        height: 55px;
        padding: 0;
        font-size: 1.5em;
        border: none;
        background: transparent;
        box-sizing: border-box;
        outline: none;
    }

    .topmenu-sidebar .burger-button.left {
        position: absolute;
        left: 0;
    }

    .topmenu-sidebar .burger-button.right {
        position: absolute;
        right: 0;
    }

    .topmenu-sidebar .collapsible-menu {
        display: flex;
        flex-direction: column;
        justify-content: start;
        width: 100%;
        min-height: 100px;
        padding: 10px 0 0;
        box-sizing: border-box;
        list-style: none;
    }

    .topmenu-sidebar .collapsible-menu li {
        margin: 0 20px 0;
    }

    .menu_container ul li a.current {
        color: #000;
    }

    .topmenu-sidebar .collapsible-menu li.home-link {
        padding-bottom: 15px;
        margin-bottom: 5px;
        border-bottom: 1px solid rgba(204, 204, 204, 0.95);
    }

    .topmenu-sidebar .collapsible-menu li:nth-child(2) > ul,
    .topmenu-sidebar .collapsible-menu li:nth-child(4) > ul {
        display: block !important;
    }

    .topmenu-sidebar .collapsible-menu li a {
        display: inline-block;
        height: 40px;
        margin: 0;
        padding: 0;
        color: #444 !important;
        font-size: 1.438em;
        font-weight: 400;
    }

    .topmenu-sidebar .collapsible-menu li.home-link a {
        padding: 0;
    }

    .topmenu-sidebar .collapsible-menu a.dropdown_link {
        display: none;
    }

    .topmenu-sidebar .collapsible-menu li a span {
        color:  #444 !important;
        line-height: 46px !important;

    }

    .topmenu-sidebar .collapsible-menu li a .logo {
        display: inline-block;
        width: 36px;
        height: 36px;
        margin: -2px 0 0 0;
        padding: 0 10px 0 0;
        vertical-align: top;
    }

    #howto_dropdown {
        display: none !important;
    }

    #products_dropdown,
    #more_dropdown {
        display: block;
        position: initial;
        margin: 0;
        min-width: 170px;
        padding: 0;
        border-radius: 0;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #products_dropdown {
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(204, 204, 204, 0.95);
    }

    #products_dropdown.inactive,
    #more_dropdown.inactive {
        opacity: 1;
    }

    #products_dropdown:after,
    #more_dropdown:after {
        all: initial;
    }

    #products_dropdown li {
        min-height: 50px;
    }

    .topmenu-sidebar .collapsible-menu li a .icon {
        width: 50px !important;
        height: 50px !important;
        vertical-align: top;
        background: url(/img/main/20161208/iphone/sprite_apps_menu_iph6.png) no-repeat 0 0 !important;
        background-size: 47px 458px !important;
    }

    .topmenu-sidebar .collapsible-menu li a.pdfexpert .icon {
        background-position: 0 0 !important;
    }

    .topmenu-sidebar .collapsible-menu li a.spark .icon {
        background-position: 0 -51px !important;
    }

    .topmenu-sidebar .collapsible-menu li a.scannerpro .icon {
        background-position: 0 -102px !important;
    }

    .topmenu-sidebar .collapsible-menu li a.calendars5 .icon {
        background-position: 0 -153px !important;
    }

    .topmenu-sidebar .collapsible-menu li a.pdfoffice .icon {
        background-position: 0 -205px !important;
    }

    .topmenu-sidebar .collapsible-menu li a.printerpro .icon {
        background-position: 0 -256px !important;
    }

    .topmenu-sidebar .collapsible-menu li a.pdfconverter .icon {
        background-position: 0 -307px !important;
    }

    .topmenu-sidebar .collapsible-menu li a.documents .icon {
        background-position: 0 -359px !important;
    }

    .topmenu-sidebar .collapsible-menu li a.fluix .icon {
        background-position: 0 -411px !important;
    }

    .topmenu-sidebar .collapsible-menu li a.pdfexpert .prod-icon {
        background-position: 0 0;
    }

    .topmenu-sidebar .collapsible-menu li a.spark .prod-icon {
        background-position: 0 -42px;
    }

    .topmenu-sidebar .collapsible-menu li a.scannerpro .prod-icon {
        background-position: 0 -84px;
    }

    .topmenu-sidebar .collapsible-menu li a.calendars5 .prod-icon {
        background-position: 0 -126px;
    }

    .topmenu-sidebar .collapsible-menu li a.pdfoffice .prod-icon {
        background-position: 0 -168px;
    }

    .topmenu-sidebar .collapsible-menu li a.printerpro .prod-icon {
        background-position: 0 -210px;
    }

    .topmenu-sidebar .collapsible-menu li a.pdfconverter .prod-icon {
        background-position: 0 -252px;
    }

    .topmenu-sidebar .collapsible-menu li a.documents .prod-icon {
        background-position: 0 -294px;
    }

    .topmenu-sidebar .collapsible-menu li a.fluix .prod-icon {
        background-position: 0 -336px;
    }
    /*endregion*/

    /*region Languages menu styles*/
    #language_dropdown ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 20px 0;
    }

    #language_dropdown .burger-button {
        position: absolute;
        right: 10px;
        left: initial;
        z-index: 10;
    }

    #language_dropdown li {
        margin: 0 20px 10px;
    }

    #language_dropdown li a {
        display: inline-block;
        margin: 0;
        height: 40px;
        color:  #444;
        font-size: 1.25em;
        font-weight: 400;
    }

    #language_dropdown li a span {
        color:  #444;
        line-height: 40px;
    }

    #language_dropdown li a .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        padding: 0 10px 0 0;
        vertical-align: top;
    }
    /*endregion*/

    .notification#readdle_bf2018_banner {
        max-width: 760px;
        width: 100%;
        margin: 0 0 0 -380px;
    }

    .notification#readdle_bf2018_banner .container {
        max-width: 760px !important;
        width: 100%;
        padding: 14px 290px 10px 110px;
        background: url(/img/bf2019/gift.svg) no-repeat 10px 2px;
        background-size: 90px 90px;
    }

    .notification#readdle_bf2018_banner .container .fake-button {
        top: 22px;
        right: 45px;
        width: 210px
    }

    .white_content {
        width: 747px;
        height: 420px;
        margin: -210px 0 0 -374px;
    }

    .social {
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #545454bf;
    }

    /*region Footer menu styles */
    .footer {
        padding-bottom: 0;
        background-color: #fafafa;
    }

    .footer .container {
        flex-direction: column;
        justify-content: center;
    }

    .footer .footer-menu {
        margin: 0;
        border-bottom: 1px solid #737384;
    }

    .footer-menu.footer-products-how-to {
        display: block;
    }

    .footer .footer-menu:nth-child(2){
        border-top: 1px solid #737384
    }

    .footer .footer-menu:nth-child(1){
        order: 2;
    }

    .footer .footer-menu:nth-child(2) {
        order: 1;
    }

    .footer .footer-menu ul.menu_container.menu-2 {
        columns: 1;
    }

    .footer .footer-menu h3 {
        height: 58px;
        color: #000;
        font-size: 1.25em;
        font-weight: 400;
        line-height: 58px;
        margin-bottom: 0;
    }

    .footer .footer-menu h3:after {
        content: "+";
        float: right;
        font-size: 1.25em;
        font-weight: normal;
        margin-top: -2px;
        margin-right: 8px;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
    }

    .footer .footer-menu.active h3:after {
        -webkit-transform: rotate(45deg) scale(1.08);
        -ms-transform: rotate(45deg) scale(1.08);
        transform: rotate(45deg) scale(1.08);
    }

    .footer .footer-menu .menu_container {
        display: none;
        list-style: none;
    }

    .footer .footer-menu.active .menu_container {
        display: block;
    }

    .footer .footer-menu .menu_container li {
        padding: 0 0 20px 20px;
        margin-bottom: 0;
    }

    .footer .footer-menu .menu_container li a {
        font-size: 1.125em;
        font-weight: 400;
    }

    .footer .rights {
        order: 3;
    }

    .footer .rights {
        width: initial;
        margin: 40px auto 0;
        text-align: center;
    }

    .footer .rights .readdle-recommends {
        width: 300px;
        margin: 0 auto;
    }

    .footer .rights .readdle-recommends p.title {
        text-align: center;
        font-size: 1.125em;
        font-weight: 700;
        line-height: initial;
    }

    .footer .readdle-recommends form {
        width: 100%;
    }

    .footer .rights .readdle-recommends .email {
        display: block;
        width: 100%;
        height: 38px;
        padding: 0 20px;
        font-size: 0.938em;
        line-height: 38px;
        border-radius: 7px;
        -webkit-appearance: none;
    }

    .footer .rights .readdle-recommends .subscribe {
        display: block;
        width: 100%;
        height: 38px;
        margin: 10px 0 0;
        font-size: 0.938em;
        font-weight: 600;
        line-height: 38px;
        border-radius: 7px;
        background-color: #1389ee;
        -webkit-appearance: none;
    }

    .footer .rights .readdle-recommends p.success {
        margin: 0 80px;
    }

    .footer .rights > p {
        padding: 30px 20px 20px;
        color: #737385;
        font-size: 0.75em;
        line-height: 1.5;
        text-align: center;
    }
    /*endregion*/

    /*region Share/Tweet button styles */
    .footer-share-block {
        width: 300px;
        margin: 0 auto;
    }

    /*region Share/Tweet button styles */
    .footer .footer-share {
        width: 130px;
        height: 40px;
        margin: 0 10px 0 0;
        font-weight: 600;
        font-size: 1em;
        line-height: 2.4;
        text-align: left;
    }

    .footer .footer-share .icon {
        width: 20px;
        height: 20px;
        margin: 10px 15px 0 18px;
        background-size: 20px 20px;
    }

    .footer .footer-tweet {
        width: 130px;
        height: 40px;
        margin: 0 0 0 10px;
        font-weight: 600;
        font-size: 1em;
        line-height: 2.4;
        background-color: #00aced;
        text-align: left;
    }

    .footer .footer-tweet .icon {
        width: 20px;
        height: 20px;
        margin: 11px 15px 0 18px;
        background-size: 20px 17px;
    }
    /*endregion*/

    /*region GDPR Cookie styles */
    .gdpr-cookie {
        bottom: 0;
        top: unset;
        height: initial;
        width: 100%;
        margin: 0 auto;
    }

    .gdpr-cookie .text {
        display: block;
        padding: 20px 45px 0 20px;
        color: #c3d0f4;
        font-size: 0.875em;
        font-weight: 400;
        line-height: 150%;
    }

    .gdpr-cookie .text a {
        color: #dae1f3;
        font-weight: 700;
        text-decoration: underline;
    }

    .gdpr-cookie .button {
        display: block;
        width: 200px;
        height: 40px;
        margin: 20px auto 25px;
        padding: 0;
        color: #fefefe;
        font-size: 1em;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
        background-color:  #1f86ca;
        border: 1px solid #3ba6ff;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .gdpr-cookie .close {
        position: absolute;
        display: block;
        top: 16px;
        right: 0;
        width: 28px;
        height: 28px;
        font-size: 2em;
        line-height: 0.8em;
        color: #ccc;
        font-weight: 400;
    }
    /*endregion*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .top {
        position: relative;
    }
}

@media (max-width: 767px) {
    .small_banner {
        height: 230px;
        background-size: 1920px 230px;
    }

    .small_banner h1 {
        padding: 102px 0 0;
        font-size: 2.35em;
    }

    .container {
        max-width: 738px !important;
    }

    /*region BF2018 banner styles */
    #readdle_bf2018_banner.desktop {
        display: none;
    }

    .notification#bf2018-banner {
        position: relative;
        display: block;
        padding-top: 70px;
        border-bottom: 0;
        height: 100%;
        background: transparent;
    }

    #bf2018-banner a:first-child {
        display: block;
        width: auto;
        min-height: 65px;
        margin: 0 auto;
        padding: 15px 35px 10px 95px;
        color: #fff;
        font-size: 0.85rem;
        background: #3ba6ff url("/img/bf2019/gift.svg") no-repeat 0 center;
        background-size: 90px 90px;
    }

    #bf2018-banner.color-banner a:first-child {
        background: #2d2d78 url("/img/bf2019/gift-color.svg") no-repeat 0 center !important;
    }

    #bf2018-banner a:first-child strong {
        display: inline-block;
        padding-bottom: 4px;
        font-size: 1rem;
    }

    #bf2018-banner .close {
        position: absolute;
        top: 75px;
        right: 7px;
        display: block;
        width: 32px;
        height: 32px;
        color: #fff;
        font-size: 1.5em;
        font-weight: 600;
        line-height: 32px;
        text-align: center;
    }

    #bf2018-banner .close:after {
        content: url(/img/bf2019/close.svg);
    }

    #bf2018-banner .show-btn {
        display: block;
        color: #ffffff;
        background-color: #1b7aee;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.38;
        text-align: center;
        padding: 11px 0;
    }

    #bf2018-banner.color-banner .show-btn {
        background-color: #191955;
    }
    /*endregion*/

    a.back_to_top {
        top: -24px;
        padding: 0 56px 0 24px;
        margin: 0 0 0 -63px;
        font-size: 1.2em;
        line-height: 48px;
    }

    a.back_to_top:after {
        border-top: 2px solid #3390eb;
        border-left: 2px solid #3390eb;
        width: 9px;
        height: 9px;
        right: 36px;
        top: 19px;
    }
}

@media (max-width: 575px) {
    .small_banner {
        height: 160px;
        background-size: cover;
    }

    .small_banner h1 {
        padding: 105px 0 0;
        font-size: 1.35em;
    }

    .container {
        max-width: 536px !important;
    }

    .topmenu-sidebar .collapsible-menu li a {
        font-size: 1.313em;
    }

    a.back_to_top {
        top: -19px;
        padding: 0 45px 0 19px;
        margin: 0 0 0 -50px;
        font-size: 1em;
        line-height: 38px;
    }

    a.back_to_top:after {
        width: 7px;
        height: 7px;
        right: 31px;
        top: 15px;
    }
}

@media (max-width: 479px) {
    .container {
        padding: 0 20px;
    }

    .footer .footer-menu h3 {
        font-size: 1.125em;
    }

    .footer .footer-menu .menu_container li {
        padding: 0 0 15px 15px;
    }

    .footer .footer-menu .menu_container li a {
        font-size: 0.9em;
    }

    .footer-share-block {
        width: 280px;
    }
}
