/* Common and utility classes. */ html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } .hide { display: none; } .pull-left { float: left; } .pull-right { float: right; } .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } .thin { font-weight: 300; } img.img-responsive { max-width: 100%; height: auto; } .page-break { page-break-after: always; } .text-danger { color: red; } .mg-all { margin: 10px; } .mg-top { margin-top: 10px; } .mg-right { margin-right: 10px; } .mg-bottom { margin-bottom: 10px; } .mg-left { margin-left: 10px; } .mg-none { margin: 0; } .mg-top-0 { margin-top: 0; } .mg-right-0 { margin-right: 0; } .mg-bottom-0 { margin-bottom: 0; } .mg-left-0 { margin-left: 0; } /* Base. */ body { color: #000; font: normal 13px arial, helvetica, sans-serif; font-family: "Open Sans", sans-serif; min-width: 360px; font-size: 12px; padding-right: 0 !important; } @media (min-width: 480px) { body { font-size: 14px; } } html, body { width: 100%; height: 100%; margin: 0; padding: 0; } .th-header { display: block; overflow: hidden; height: 0; width: 0; } .th-header h1 { display: inline-block; } .wrapper { display: flex; flex-direction: column; position: relative; min-height: 100%; background-color: #f5f5f5; font-family: "Open Sans", sans-serif; border-bottom: 1px solid transparent; } .wrapper.white { background-color: #fff; } .wrapper.new-footer { display: flex; flex-direction: column; } .wrapper.new-footer .content { flex: 1 1 auto; } .wrapper.new-footer .footer { flex: 0 0 auto; } .content { padding: 40px 0 0; margin-bottom: 40px; flex: 1 1 auto; } .content.no-pb { padding-bottom: 0; margin-bottom: 0; } .content.no-pb .cont.back-white { margin-bottom: 32px; } .content.promo-facebook { padding-top: 0; margin-bottom: 0; } @media (min-width: 769px) { .content { padding-top: 72px; } } .content.white { background: #fff; } .sub-input { display: block; color: #000; margin-bottom: 5px; margin-top: -5px; } .sub-input ::-webkit-input-placeholder { font-size: 14px; font-weight: 100; color: #48566b; } .sub-input ::-moz-placeholder { font-size: 14px; font-weight: 100; color: #48566b; } .sub-input :-ms-input-placeholder { font-size: 14px; font-weight: 100; color: #48566b; } .sub-input :-moz-placeholder { font-size: 14px; font-weight: 100; color: #48566b; } .sub-input input[type=email] { width: 200px; border-radius: 20px; margin-top: 5px; margin-right: 5px; } .sub-input .button { top: -1px; margin-top: 5px; } .cont, .cont-help { max-width: 1230px; padding: 0 15px; color: #000; margin: 0 auto; position: relative; } @media (min-width: 769px) { .cont, .cont-help { padding: 0 40px; } .cont.back-white, .cont.mobile-pad, .cont.back-white.mobile-pad, .cont-help.back-white, .cont-help.mobile-pad, .cont-help.back-white.mobile-pad { padding: 35px 80px; } } .cont.mobile-pad, .cont.back-white.mobile-pad, .cont-help.mobile-pad, .cont-help.back-white.mobile-pad { padding: 10px; } .cont.back-white, .cont-help.back-white { padding: 10px 15px; background: #fff; max-width: 770px; margin: 0 auto; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); } .cont.mp20, .cont-help.mp20 { max-width: none; margin: 16px 23px; padding: 20px; } .cont.wide, .cont-help.wide { max-width: none; margin: 0; padding: 0; } @media (min-width: 769px) { .cont, .cont-help { padding: 0 40px; } .cont.back-white, .cont.mobile-pad, .cont.back-white.mobile-pad, .cont-help.back-white, .cont-help.mobile-pad, .cont-help.back-white.mobile-pad { padding: 35px 80px; } } .content > .cont, .content > .cont-help { padding: 0; } @media (min-width: 769px) { .content > .cont, .content > .cont-help { padding: 0 40px; } .content > .cont.back-white, .content > .cont.mobile-pad, .content > .cont.back-white.mobile-pad, .content > .cont-help.back-white, .content > .cont-help.mobile-pad, .content > .cont-help.back-white.mobile-pad { padding: 35px 80px; } } .text-under { position: relative; width: 100%; padding: 5px 0; font-size: 10px; text-align: center; color: #999; margin-bottom: -116px; } @media (min-width: 769px) { .text-under { padding: 20px 0 0; font-size: 12px; } } .cont-help { position: static; } a img { border: none; } a { color: #337ab7; text-decoration: none; } a:focus { text-decoration: none; } .svg-icon { display: inline-block; width: 1em; height: 1em; vertical-align: middle; fill: currentColor; position: relative; top: -1px; } .wrapper input[type=text], .wrapper input[type=password], .wrapper input[type=email], .wrapper input[type=tel], .wrapper select, .wrapper textarea, .wrapper textarea.form-control, .modal input[type=text], .modal input[type=password], .modal input[type=email], .modal input[type=tel], .modal select, .modal textarea, .modal textarea.form-control { display: inline-block; zoom: 1; vertical-align: middle; border: 1px solid #cccccc; height: 28px; min-width: 156px; box-shadow: inset 0 0 5px #f1f1f1; border-radius: 0; font-size: 14px; } .wrapper input[type=text]:disabled, .wrapper input[type=password]:disabled, .wrapper input[type=email]:disabled, .wrapper input[type=tel]:disabled, .wrapper select:disabled, .wrapper textarea:disabled, .wrapper textarea.form-control:disabled, .modal input[type=text]:disabled, .modal input[type=password]:disabled, .modal input[type=email]:disabled, .modal input[type=tel]:disabled, .modal select:disabled, .modal textarea:disabled, .modal textarea.form-control:disabled { opacity: 0.7; cursor: default; } .wrapper input[type=text]:disabled:hover, .wrapper input[type=password]:disabled:hover, .wrapper input[type=email]:disabled:hover, .wrapper input[type=tel]:disabled:hover, .wrapper select:disabled:hover, .wrapper textarea:disabled:hover, .wrapper textarea.form-control:disabled:hover, .modal input[type=text]:disabled:hover, .modal input[type=password]:disabled:hover, .modal input[type=email]:disabled:hover, .modal input[type=tel]:disabled:hover, .modal select:disabled:hover, .modal textarea:disabled:hover, .modal textarea.form-control:disabled:hover { cursor: default; } .wrapper input[type=text], .wrapper input[type=password], .wrapper input[type=email], .wrapper input[type=tel], .wrapper textarea, .modal input[type=text], .modal input[type=password], .modal input[type=email], .modal input[type=tel], .modal textarea { padding: 0 10px; } .wrapper input.form-control.small, .modal .wrapper input.form-control.small, .modal input.form-control.small, .modal .modal input.form-control.small { width: 150px; } .wrapper .input-group.half, .wrapper .half .input-group, .modal .input-group.half, .modal .half .input-group { width: 300px; max-width: 100%; } .wrapper textarea, .wrapper textarea.form-control, .modal textarea, .modal textarea.form-control { overflow: auto; resize: none; height: 79px; padding: 0 10px; } .wrapper select, .modal select { cursor: pointer; box-shadow: none; padding-left: 6px; min-width: 0; } .dropdown-menu { font-size: 13px; } @media (min-width: 480px) { .dropdown-menu { font-size: 14px; } } .show-sm { display: block; } @media (min-width: 769px) { .show-sm { display: none; } } @media (max-width: 768px) { .hide-sm { display: none !important; } } .collapse-link { color: #666633; line-height: 1; position: relative; top: 0; padding: 8px 0 8px 12px; width: 28px; display: inline-block; zoom: 1; vertical-align: middle; } .collapse-link:focus, .collapse-link:hover { text-decoration: none; color: #666633; } .collapse-link span { display: block; position: relative; transform: rotate(90deg); transition: 0.3s transform ease-in; } .collapse-field { display: block; cursor: pointer; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .front-accordion { display: block; margin: 10px 15px 0; } @media (min-width: 769px) { .front-accordion { margin: 10px 23px 0; } } .front-accordion .top-tipsy { display: block; margin: 0 0 15px; font-size: 14px; color: #999; } .front-accordion .fa-head { display: block; height: 34px; line-height: 34px; font-size: 14px; font-weight: 600; color: #46362d; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); border-radius: 4px; border: 1px solid #767572; background: #b6b3a0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } @media (min-width: 769px) { .front-accordion .fa-head { font-size: 17px; height: 38px; line-height: 38px; } } .front-accordion .fa-head .gray { text-transform: uppercase; color: #777; display: inline; font-size: 14px; } .front-accordion .fa-head.with-options { padding-right: 50px; position: relative; } .front-accordion .fa-head.with-options .options-link { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); margin-top: 1px; font-size: 22px; color: #663; } .front-accordion .fa-head.with-options .options-link:hover { text-decoration: none; color: #444; } .front-accordion .collapse-link { position: relative; top: 0; width: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #663; display: block; } .front-accordion .collapse-link span { display: block; position: relative; transform: rotate(90deg); transition: 0.3s transform ease-in; } .front-accordion .collapse-link .icon-caret { top: 1px; display: inline-block; } .front-accordion .collapse-link.collapsed span { transform: rotate(0deg); } .front-accordion .fa-body { background: #fff; overflow: hidden; } .front-accordion .fa-cont { border: 1px solid #cccccc; border-top: none; padding: 20px 21px 7px; background: #f5f5f5; } .front-accordion .table tr td { max-width: 250px; } .front-accordion .inner-padding { padding-left: 20px; } .front-accordion .form-group { position: relative; margin-bottom: 6px; width: 938px; max-width: 100%; padding-bottom: 1px; min-height: 29px; } @media (min-width: 769px) { .front-accordion .form-group { padding-left: 173px; } } .front-accordion .form-group input[type=text], .front-accordion .form-group textarea { width: 765px; max-width: 100%; } .front-accordion .form-group p { font-size: 13px; color: #333333; } .front-accordion .form-group p:nth-child(2) { padding-top: 5px; } .front-accordion .form-group p .red { color: #ab3d01; } @media (min-width: 769px) { .front-accordion .form-group p { font-size: 15px; } } .front-accordion .form-group label { display: block; line-height: normal; font-size: 13px; font-weight: 600; color: #776c4e; max-width: 165px; } @media (min-width: 769px) { .front-accordion .form-group label { position: absolute; left: 0; top: 0; font-size: 15px; padding-top: 3px; } } @media (min-width: 769px) { .front-accordion .form-group input.isbn { max-width: 375px; } } .front-accordion .form-group .button .icon-add { font-size: 8px; position: relative; top: -1px; } .front-accordion .form-group .editable-field { display: block; position: relative; padding-right: 20px; } .front-accordion .form-group .editable-field a.edit, .front-accordion .form-group .editable-field a.edit-save { color: #333; } .front-accordion .form-group .editable-field a.edit:hover, .front-accordion .form-group .editable-field a.edit-save:hover { text-decoration: none; opacity: 0.7; } .front-accordion .form-group .editable-field a.edit-save { display: none; } .front-accordion .form-group .editable-field input { margin: 0; height: 31px; position: relative; top: -3px; display: none; } .front-accordion .form-group .editable-field.edit-start input { display: block; } .front-accordion .form-group .editable-field.edit-start p { display: none; } .front-accordion .form-group .editable-field.edit-start a.edit-save { display: block; position: absolute; right: 0; top: 50%; margin-top: -3px; transform: translateY(-50%); } .front-accordion .form-group.checkbox-label { padding-left: 20px; width: auto; position: relative; } .front-accordion .form-group.checkbox-label label { position: relative; max-width: none; } .front-accordion .form-group.checkbox-label label input[type=checkbox], .front-accordion .form-group.checkbox-label label input[type=radio] { position: absolute; left: -20px; top: 2px; } .front-accordion .form-group.checkbox-label.disabled label { color: #aaa; } .front-accordion .form-group.checkbox-label.pl { padding-left: 30px; } .front-accordion .form-group.checkbox-label .restrict-tipsy { font-weight: 600; font-size: 11px; margin-bottom: -5px; color: #8b8b8b; } .front-accordion .buttons-control { text-align: center; padding: 5px 0 10px; } .front-accordion .toc-btns { display: block; margin: -3px 0; } .front-accordion .toc-btns .button, .front-accordion .toc-btns .btn { display: inline-block; vertical-align: middle; } .nowrap { white-space: nowrap; } .table-overflow { overflow: auto; } .table-overflow table { min-width: 460px; } .table-overflow table th { white-space: nowrap; } .table-overflow table th .question-line { white-space: normal; } blockquote { padding: 10px 20px 10px 40px; margin: 0 0 20px; font-size: 17.5px; border: none; } @media (min-width: 480px) { blockquote { padding: 10px 40px; } } .text-page { margin: 0 15px; padding-bottom: 10px; } @media (min-width: 769px) { .text-page { margin: 0 auto; } } .text-page.blog { margin: 0 auto; max-width: 830px; padding: 0 15px; } .text-page.blog img { max-width: 100%; } .text-page.blog img.aligncenter { display: block; margin-left: auto; margin-right: auto; } .popover-content { font-size: 10px; min-width: 200px; word-wrap: break-word; max-height: 300px; overflow: auto; } .popover, .popover p { font-size: 10px !important; } .popover-title { display: none; } @-webkit-keyframes bgmove { from { background-position: 0 0; } to { background-position: 40px 0; } } @keyframes bgmove { from { background-position: 0 0; } to { background-position: 40px 0; } } .fireworks-container { display: block; position: fixed; width: 100%; height: 100%; z-index: 1045; pointer-events: none; left: 0; top: 0; } .loading-div { position: relative; min-height: 100px; } .loading-div:after { content: ""; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url("../img/bg-animation.png") left top rgba(255, 255, 255, 0.85); -webkit-animation-name: bgmove; animation-name: bgmove; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; z-index: 20; opacity: 0.6; } .loading-icon { display: block; margin: 10px auto 0; width: 40px; height: 40px; background: url(../img/ajax-loader-fe.gif) center center no-repeat; background-size: cover; } .cookie-set-block .cs-head { display: flex; align-items: center; padding: 19px 0; white-space: nowrap; } .cookie-set-block .cs-head .right { flex: 0 0 auto; } .cookie-set-block .cs-head .left { flex: 1 1 auto; } .cookie-set-block .cs-head .title { border: none; background: none; font-size: 14px; font-weight: bold; padding: 0; } @media (min-width: 540px) { .cookie-set-block .cs-head .title { font-size: 16px; } } @media (min-width: 768px) { .cookie-set-block .cs-head .title { font-size: 18px; } } .cookie-set-block .cs-head .title .icon-caret { display: inline-block; vertical-align: middle; font-size: 14px; color: #0055D6; transform: scale(1.2, 1) rotate(90deg); position: relative; top: -1px; margin-left: 5px; } .cookie-set-block .cs-head .title[aria-expanded=true] .icon-down { transform: scale(1.2, 1) rotate(-90deg); } .cookie-set-block .cs-head .red { color: #159201; } .cookie-set-block .cs-body p { margin-bottom: 20px; } .cookie-set-block + .cookie-set-block { border-top: 1px solid #E0E0E0; } .cookies-bottom-panel { display: block; position: fixed; left: 0; bottom: 0; width: 100%; background: #FFFFFF; box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.21); z-index: 2147483639; padding: 15px 0; min-width: 300px; } .cookies-bottom-panel .cont { max-width: 1280px; padding: 0 10px; } .cookies-bottom-panel .cb-flex { width: 100%; } .cookies-bottom-panel .cb-flex .right { margin-top: 10px; text-align: right; } @media (min-width: 768px) { .cookies-bottom-panel .cb-flex { display: flex; align-items: center; } .cookies-bottom-panel .cb-flex .left { flex: 1 1 auto; } .cookies-bottom-panel .cb-flex .right { margin-top: 0; flex: 0 0 auto; padding-left: 40px; } } .cookies-bottom-panel .cb-flex p { font-size: 14px; line-height: 1.1; margin: 0; } .cookies-bottom-panel .buttons .button { white-space: nowrap; } .cookies-bottom-panel .buttons .button + .button { margin-left: 10px; } .cookies-bottom-panel .buttons .button.bordered { line-height: 25px; } .form-check.switch input { display: none; } .form-check.switch label { display: block; width: 50px; height: 30px; background: rgba(120, 120, 128, 0.16); border-radius: 15px; position: relative; cursor: pointer; transition: background 150ms ease-out; } .form-check.switch label:after { content: ""; display: block; position: absolute; left: 2px; top: 2px; width: 26px; height: 26px; background: #fff; border-radius: 50%; transition: left 150ms ease-out; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.16); } .form-check.switch input:checked ~ label { background: #159201; } .form-check.switch input:checked ~ label:after { left: 22px; } /* Icons. */ @font-face { font-family: lawcarta; src: url("../fonts/lawcarta.eot?20160218-2"); src: url("../fonts/lawcarta.eot?20160218-2#iefix") format("embedded-opentype"), url("../fonts/lawcarta.ttf?20160218-2") format("truetype"), url("../fonts/lawcarta.woff?20160218-2") format("woff"), url("../fonts/lawcarta.svg?20160218-2#lawcarta") format("svg"); font-weight: normal; font-style: normal; } [class^=icon-], [class*=" icon-"], .mx-icon-calendar { font-family: lawcarta; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-menu-dots { background: none; border: 0; width: 16px; height: 16px; position: relative; display: inline-block; vertical-align: middle; top: -1px; } .icon-menu-dots i { width: 4px; height: 4px; background: #837d7d; border-radius: 1px; position: absolute; right: 6px; top: 6px; border-radius: 50%; } .icon-menu-dots:hover { opacity: 0.8; } .icon-menu-dots:focus { outline: 0; } .icon-menu-dots:after, .icon-menu-dots:before { content: " "; display: block; width: 4px; height: 4px; background: #837d7d; border-radius: 1px; position: absolute; right: 6px; border-radius: 50%; } .icon-menu-dots:before { top: 0; } .icon-menu-dots:after { bottom: 0; } .icon-warning-custom { color: #e89f29; font-size: 16px; } .icon-discount:before { content: "\e942"; } .icon-upload:before { content: "\e941"; } .icon-menu:before { content: "\e20e"; } .icon-close:before { content: "\e609"; } .icon-search:before { content: "\e924"; } .icon-shop:before { content: "\e909"; } .icon-account-settings:before { content: "\e600"; } .icon-caret:before { content: "\ea1c"; } .icon-open-doc:before { content: "\e610"; } .icon-highlight:before { content: "\e923"; } .icon-add-text-block:before { content: "\e903"; } .icon-add-to-binder:before { content: "\e931"; } .icon-share:before { content: "\e927"; } .icon-coautor:before { content: "\e91f"; } .icon-multimedia:before { content: "\e92d"; } .icon-auto-save:before { content: "\e92b"; } .icon-word-tools:before { content: "\e92c"; } .icon-actions:before { content: "\e92a"; } .icon-twitter1:before { content: "\e92f"; } .icon-instagram:before { content: "\e934"; } .icon-facebook1:before { content: "\e930"; } .icon-linkedin:before { content: "\e932"; } .icon-pinterest:before { content: "\e933"; } .icon-download-pdf:before { content: "\e91a"; } .icon-new-edition:before { content: "\e91d"; } .icon-preview:before { content: "\e921"; } .icon-promo-check:before { content: "\e929"; } .icon-edit-history:before { content: "\e920"; } .icon-book:before { content: "\e904"; } .icon-youtube:before { content: "\ea9d"; } .icon-edit2:before { content: "\e914"; } .icon-quotes-right:before { content: "\e978"; } .icon-promo-customize:before { content: "\e93b"; } .icon-promo-publish:before { content: "\e93c"; } .icon-promo-publish-class:before { content: "\e93d"; } .icon-promo-quotes:before { content: "\e93e"; } .icon-promo-royalties:before { content: "\e93f"; } .icon-promo-supplement:before { content: "\e940"; } .icon-add:before { content: "\e601"; } .icon-warning:before, .icon-warning-custom:before { content: "\e913"; } /* Buttons. */ .btn { font-size: 13px; } @media (min-width: 480px) { .btn { font-size: 14px; } } .button { display: inline-block; zoom: 1; vertical-align: middle; box-sizing: border-box; border: none; background: #7397a8; height: 29px; line-height: 29px; padding: 0 18px; font-size: 13px; color: #fff; text-transform: uppercase; border-radius: 6px; cursor: pointer; position: relative; font-weight: 600; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); text-align: center; } .button.xxl { height: 33px; line-height: 30px; border: 2px solid #62818b; padding: 0 10px; font-size: 14px; font-weight: bold; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); } @media (min-width: 769px) { .button.xxl { padding: 0 22px; height: 47px; line-height: 43px; font-size: 18px; } } .button, .button:hover { outline: none; text-decoration: none; color: #fff; } .button:hover { opacity: 0.8; } .button:active { top: 1px; } .button[disabled], .button.disabled { color: #666; background: #ccc; cursor: not-allowed; } .button[disabled]:hover, .button.disabled:hover { opacity: 1; } .button:focus { outline: none; color: #fff; } .button.mp-btn, .button.mp-top-left { background: #7bb2d1; border-color: #7bb2d1; } .button.mp-btn:hover, .button.mp-top-left:hover { opacity: 1; background: #559cc4; border-color: #559cc4; } .button.bordered, .button.mp-top-right, .button.mp-top-blue { background: rgb(255, 255, 255); border-color: #46362d; color: #46362d; } .button.bordered:hover, .button.mp-top-right:hover, .button.mp-top-blue:hover { background: #fdfdfd; } .button.mp-top-right.xl, .button.mp-top-blue.xl { border: 2px solid #46362d; line-height: 26px; } @media (min-width: 769px) { .button.mp-top-right.xl, .button.mp-top-blue.xl { line-height: 36px; } } .button.mp-top-right { background: rgb(70, 54, 45); border-color: rgb(70, 54, 45); color: #fff; } .button.mp-top-right:hover { background: #755a4b; border-color: #755a4b; } .button.mp-top-right:disabled, .button.mp-top-right.disabled, .button.mp-top-right:disabled:hover, .button.mp-top-right.disabled:hover { background: #999; border-color: #999; color: #ccc; } .main-page .button.xxl { font-size: 14px; font-weight: bold; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); } .modal { padding: 0 !important; font-family: "Open Sans", sans-serif; } @media (min-width: 769px) { .modal { padding: 40px 20px 30px !important; } } .modal .cont { padding: 0 20px; max-width: 960px; } @media (min-width: 769px) { .modal .cont { padding: 0 75px; } } .modal .modal-content { box-shadow: none; border: none; border-radius: 0; } .modal .modal-dialog { width: auto; max-width: 768px; min-height: 100%; margin: 0 auto; background: #fff; box-shadow: 0 0 10px #666; padding-bottom: 25px; } @media (min-width: 769px) { .modal .modal-dialog { min-height: 0; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); } } .modal .modal-dialog .modal-head { font-size: 20px; color: #9e9671; margin-bottom: 13px; padding: 0; border: 0; } @media (min-width: 540px) { .modal .modal-dialog .modal-head { font-size: 24px; } } .modal .modal-dialog .modal-head .cont { padding-top: 35px; color: #9e9671; } .modal .modal-dialog .modal-head .header-number { font-weight: 600; margin-right: 5px; } .modal .modal-dialog .modal-head.alert { padding: 0; color: #b94c11; } .modal .modal-dialog .modal-head.alert .cont { color: #b94c11; } .modal .modal-dialog .editions-list { list-style: none; font-size: 12px; padding: 0 0 0 18px; font-weight: 700; color: #333; margin-top: 5px; } .modal.wide .modal-dialog { max-width: 840px; } .modal.confirm .modal-dialog { max-width: 480px; padding: 15px; min-height: 0; } @media (min-width: 768px) { .modal.confirm .cont { padding: 0 20px; } } .modal .close-modal { display: block; position: absolute; right: 14px; top: 9px; width: 30px; height: 30px; border: none; font-weight: 700; color: #9b9b9b; cursor: pointer; } .modal .close-modal span { color: #9b9b9b; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); font-weight: 100; font-size: 18px; } .modal .close-modal:hover { text-decoration: none; opacity: 0.7; } .modal .modal-body { display: block; padding: 15px 0 0; } .modal .modal-body:after, .modal .modal-body:before { content: " "; display: table; } .modal .modal-body:after { clear: both; } .modal .modal-body p { font-size: 14px; margin-bottom: 20px; font-weight: 400; color: #475669; } .modal .modal-footer { margin: 0 0; text-align: right; padding: 25px 0 15px; border: none; } .modal .button { box-shadow: none; } .modal .modal-dialog .modal-head .cont { color: #3090f0; } @media (max-width: 768px) { .modal.redirect { padding: 4px !important; } } .modal.redirect .modal-body p { color: #475669; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3); } .modal.redirect .modal-body p.big { font-size: 16px; } @media (min-width: 540px) { .modal.redirect .modal-body p.mr { margin-right: 50%; } } .modal.redirect .modal-dialog { padding: 0 0 15px; background-image: url("../img/modal-redirect.png"); background-repeat: no-repeat; background-position: right bottom; background-size: 50% auto; min-height: 0; } .modal.redirect .modal-footer { text-align: left; } .modal.redirect .cont { padding: 0 15px; } @media (min-width: 768px) { .modal.redirect .cont { padding: 0 30px; } } .modal.redirect.cookies, .modal.redirect.cookies-settings { z-index: 2147483639; } .modal.redirect.cookies .modal-footer, .modal.redirect.cookies-settings .modal-footer { text-align: right; white-space: nowrap; } .modal.redirect.cookies .modal-footer .button, .modal.redirect.cookies-settings .modal-footer .button { padding: 0 15px; } .modal.redirect.cookies .button.bordered, .modal.redirect.cookies-settings .button.bordered { line-height: 25px; } .modal.redirect.cookies-settings .modal-dialog { max-width: 640px; } /* Header. */ header { height: 40px; background: url(../img/header-bg.png) repeat-x; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); text-align: center; position: fixed; left: 0; top: 0; width: 100%; z-index: 22; } @media (min-width: 769px) { header { height: 72px; } } header .main-logo { display: block; position: absolute; height: 41px; left: 20px; top: 1px; transform: scale(0.8); left: 0; z-index: 12; } header .main-logo img { max-height: 100%; } header .main-logo:hover { text-decoration: none; } @media (min-width: 769px) { header .main-logo { left: 30px; top: 15px; transform: none; } } header .main-logo .redirect-logo { display: none; } header .main-logo.law-logo .redirect-logo { display: inline; margin-left: 3px; } header .cont { height: 100%; text-align: center; padding: 0; display: flex; align-items: center; justify-content: center; } @media (min-width: 769px) { header .cont { padding: 0 20px 0 210px; } } header .cont .header-menu { flex: 1 1 auto; text-align: right; } header .cont .header-menu.static { flex: 0 0 auto; padding-left: 3px; } header .cont .header-menu.center { text-align: center; } header .cont .sign-block { flex: 0 0 auto; } header .header-menu { position: relative; display: none; } @media (min-width: 992px) { header .header-menu { display: inline-block; } } header .header-menu .site-search { display: inline-block; zoom: 1; vertical-align: middle; margin-right: 10px; height: 20px; line-height: 20px; } header .header-menu .site-search input { display: none; } header .header-menu .site-search .site-search-open { display: block; color: #9b9371; font-size: 19px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75); } header .header-menu .site-search .site-search-open:hover { text-decoration: none; opacity: 0.7; } header .header-menu .site-search.closed input { display: block; } header .header-menu ul { list-style: none; margin: 0; padding: 4px 0 0; display: block; } header .header-menu ul li { display: inline-block; zoom: 1; vertical-align: top; font-size: 14px; text-transform: uppercase; height: 15px; position: relative; } header .header-menu ul li.guest-data { display: none; } header .header-menu ul li .ss-title { position: relative; color: #b2aa87; display: block; line-height: 1; padding: 2px 0 0; font-weight: bold; } header .header-menu ul li a { position: relative; display: block; padding: 0 4px 6px; line-height: 1; font-weight: normal; border-bottom: 3px solid transparent; color: #b2aa87; } header .header-menu ul li a.nav-shop { padding-right: 30px; } header .header-menu ul li a:hover { text-decoration: none; border-color: #7397a8; background: none; } header .header-menu ul li a.selected { text-decoration: none; border-color: #7a724e; background: none; } header .header-menu ul li.active a { color: #fff; } header .header-menu ul li.active a:hover { border-bottom-color: #fff; } header .header-menu ul li .icon-shop { font-size: 20px; position: absolute; z-index: 1; right: 0; top: -2px; } header .header-menu ul li .icon-search { top: 2px; margin-right: 3px; margin: -2px 0; display: inline-block; vertical-align: middle; position: relative; top: -1px; } header .header-menu ul li .hover-list { display: none; position: absolute; left: 0; top: 100%; } header .header-menu ul li:hover .hover-list { display: block; text-align: left; background: #fafafa; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75); padding: 6px 0; } header .header-menu ul li:hover .hover-list li { display: block; float: none; height: auto; } header .header-menu ul li:hover .hover-list a { border: none; display: block; padding: 0 20px; height: 35px; line-height: 35px; font-size: 13px; color: #333; font-weight: 600; position: relative; text-transform: none; white-space: nowrap; } header .header-menu ul li:hover .hover-list a:hover { text-decoration: none; background: #fff; } header .sign-block { font-size: 13px; color: #ffffff; padding-left: 20px; display: none; right: 11px; } @media (min-width: 992px) { header .sign-block { display: inline-block; right: auto; } } header .sign-block .signed-user-block { position: relative; } header .sign-block .signed-user-block .user-options-list, header .sign-block .signed-user-block .dropdown-menu { text-align: left; position: absolute; left: auto; right: 0; top: 100%; white-space: nowrap; background: #fafafa; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75); z-index: 10; padding: 6px 0; } header .sign-block .signed-user-block .user-options-list a, header .sign-block .signed-user-block .dropdown-menu a { display: block; padding: 0 20px; height: 35px; line-height: 35px; font-size: 13px; color: #333333; font-weight: 600; position: relative; } header .sign-block .signed-user-block .user-options-list a:hover, header .sign-block .signed-user-block .dropdown-menu a:hover { text-decoration: none; background: #eee; } header .sign-block .signed-user-block .user-options-list .account-links, header .sign-block .signed-user-block .dropdown-menu .account-links { border-top: 1px solid #D5D5D5; border-bottom: 1px solid #D5D5D5; margin: 3px 20px; padding: 8px 0 0; } header .sign-block .signed-user-block .user-options-list .account-links .gray, header .sign-block .signed-user-block .dropdown-menu .account-links .gray { display: block; font-size: 12px; color: #848484; margin-bottom: 3px; } header .sign-block .signed-user-block .user-options-list .account-links a, header .sign-block .signed-user-block .dropdown-menu .account-links a { margin: 0 -20px; padding-left: 40px; } header .sign-block .signed-user-block .dropdown-menu .profile-with-warning { display: block; position: relative; } header .sign-block .signed-user-block .dropdown-menu .profile-with-warning .dm-link { padding-right: 110px; } header .sign-block .signed-user-block .dropdown-menu .profile-with-warning .email-confirm-link { display: inline-block; font-size: 9px; height: 20px; line-height: 20px; text-transform: uppercase; color: white; background: #46362d; border-radius: 10px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); padding: 0 10px; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); } header .sign-block .signed-user-block .dropdown-menu .profile-with-warning .email-confirm-link:hover { color: #fff; background: #654e41; } header .sign-block .button.bordered { background: rgba(255, 255, 255, 0.9); } header .sign-block .button.bordered + .button.bordered { margin-left: 5px; } header .sign-block .signed-user { padding-right: 45px; display: block; position: relative; color: #fff; max-width: 180px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } header .sign-block .signed-user .icon-caret { font-size: 18px; transform: scaleY(0.6) rotate(90deg); position: absolute; right: 0; top: 50%; color: #9b9371; line-height: 1; margin-top: -8px; } header .sign-block .signed-user .icon-account-settings { font-size: 18px; position: absolute; right: 19px; top: 50%; line-height: 1; margin-top: -9px; color: #9b9371; } header .sign-block > a { font-size: 15px; color: #fff; } header .sign-block > a:hover { text-decoration: none; border-bottom: 3px solid #fff; } header .sign-block .button + .button { margin-left: 5px; } header .mobile-menu { display: inline-block; position: absolute; top: 10px; right: 20px; z-index: 15; } @media (min-width: 769px) { header .mobile-menu { top: 24px; } } @media (min-width: 992px) { header .mobile-menu { display: none; } } header .mobile-menu .btn-toggle-menu { font-size: 24px; color: #ddd; text-shadow: 1px 1px 5px #000; outline: none; line-height: 1; display: block; width: 20px; height: 20px; } header .mobile-menu .btn-toggle-menu:hover { text-decoration: none; color: #fff; } header .mobile-menu .btn-toggle-menu .icon-menu { display: inline-block; vertical-align: top; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } header .mobile-menu .btn-toggle-menu .icon-close { display: none; vertical-align: middle; font-size: 16px; margin-right: 4px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } header .mobile-menu .btn-toggle-menu.on .icon-menu { display: none; } header .mobile-menu .btn-toggle-menu.on .icon-close { display: inline-block; } header .icon-warning-custom { display: none; } header .warning .icon-warning-custom { display: block; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } header .warning.btn-toggle-menu .icon-warning-custom { right: 100%; margin-right: 5px; } header .sign-block a.warning.signed-user { padding-right: 65px; max-width: 200px; } header .sign-block a.warning.signed-user .icon-caret { right: 19px; } header .sign-block a.warning.signed-user .icon-account-settings { right: 38px; } header .mobile-nav { display: none; position: fixed; top: 0; z-index: 10000; padding-top: 40px; right: 0; color: #fff; height: 100%; z-index: 10; padding-bottom: 60px; } @media (min-width: 769px) { header .mobile-nav { padding-top: 71px; } } @media (min-width: 992px) { header .mobile-nav { display: none !important; } } header .mobile-nav .mm-bg { padding: 10px 0 5px; background-color: #222; box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.75); width: 220px; max-height: 100%; overflow: auto; } header .mobile-nav .header-menu { display: block; flex: none; text-align: left; } header .mobile-nav .header-menu ul { padding: 0; } header .mobile-nav .header-menu li { display: block; padding: 0; margin: 0; height: auto; } header .mobile-nav .header-menu li a { display: block; color: #b2aa87; padding: 10px 20px; margin: 0; border: none; font-size: 12px; } @media (min-width: 480px) { header .mobile-nav .header-menu li a { font-size: 14px; } } header .mobile-nav .header-menu li a:hover { color: #fff; background-color: #191919; text-decoration: none; } header .mobile-nav .header-menu li a .icon-shop { display: inline-block; position: relative; left: auto; right: auto; top: auto; bottom: auto; margin: -10px 0; font-size: 12px; } @media (min-width: 480px) { header .mobile-nav .header-menu li a .icon-shop { font-size: 14px; } } header .mobile-nav .sign-block { display: block; flex: none; margin: 0; padding: 0; box-shadow: none; } header .mobile-nav .sign-block .signed-user-block { margin: 0; padding: 0; } header .mobile-nav .sign-block .signed-user-block .dropdown-menu { display: block; position: relative; left: auto; right: auto; top: auto; bottom: auto; background: none; border: none; border-radius: 0; float: none; padding: 0; margin: 0; box-shadow: none; } header .mobile-nav .sign-block .signed-user-block .dropdown-menu a { display: block; color: #fff; padding: 10px 20px; margin: 0; border: none; font-weight: normal; line-height: normal; font-size: 12px; } @media (min-width: 480px) { header .mobile-nav .sign-block .signed-user-block .dropdown-menu a { font-size: 14px; } } header .mobile-nav .sign-block .signed-user-block .dropdown-menu a:hover { color: #fff; background-color: #191919; text-decoration: none; } header .mobile-nav .sign-block a.signed-user { display: none; } header .mobile-nav .sign-block .button.bordered + .button.bordered { margin: 0; } header .mobile-nav .sign-block .button { display: block; color: #fff; padding: 10px 20px; margin: 0; border: none; font-size: 12px; background: none; border-radius: 0; line-height: normal; box-shadow: none; height: auto; text-align: left; text-transform: none; text-transform: uppercase; } header .mobile-nav .sign-block .button + .button { margin: 0; } @media (min-width: 480px) { header .mobile-nav .sign-block .button { font-size: 14px; } } header .mobile-nav .sign-block .button:hover { color: #fff; background-color: #191919; text-decoration: none; } header .mobile-nav .sign-block .button .icon-shop { display: inline-block; position: relative; left: auto; right: auto; top: auto; bottom: auto; margin: -10px 0; font-size: 12px; } @media (min-width: 480px) { header .mobile-nav .sign-block .button .icon-shop { font-size: 14px; } } header .mobile-nav > ul { margin: 0; padding: 0; list-style-type: none; } header .mobile-nav > ul li { display: block; text-align: left; } header .mobile-nav > ul li.divider { background-color: #111; height: 2px; } header .mobile-nav > ul li.base a { color: #b2aa87; } header .mobile-nav > ul li a { display: block; color: #eee; padding: 10px 20px; } header .mobile-nav > ul li a:hover { color: #fff; background-color: #191919; text-decoration: none; } .dropdown-backdrop { position: static; z-index: 0; } /* Footer. */ footer { display: block; position: relative; width: 100%; background: #fff; border-top: 1px solid #ccc; box-shadow: 0 -1px 0 #fff; text-align: center; font-size: 12px; min-height: 84px; flex: 0 0 auto; } footer .cont { padding: 0 20px; } @media (min-width: 769px) { footer .cont { padding: 0 50px; } } footer .footer-copyright { padding-top: 10px; color: #999; text-align: left; } footer .footer-right { margin-right: 9px; padding-top: 10px; } @media (min-width: 769px) { footer .footer-right { padding-top: 20px; } } footer .footer-menu { text-align: left; } footer .footer-menu ul { margin: 0; padding: 0; list-style: none; } footer .footer-menu ul li { display: inline-block; vertical-align: middle; margin-right: 10px; } footer .footer-menu ul li a { color: #617ba5; } footer .footer-social { display: block; margin-top: 7px; padding-bottom: 20px; } @media (min-width: 640px) { footer .footer-social { float: right; } } footer .footer-social a { display: inline-block; line-height: 1; font-size: 24px; color: #4a7ba5; } @media (min-width: 640px) { footer .footer-social a { float: left; margin-left: 9px; } } footer .footer-social a:hover { text-decoration: none; opacity: 0.8; } footer .app-download { text-align: left; color: #fff; } footer .app-download .title { font-size: 12px; text-transform: uppercase; font-weight: 600; margin-bottom: 5px; } @media (min-width: 769px) { footer .app-download .title { margin-bottom: 15px; } } footer .app-download img { max-width: 140px; margin-top: 5px; } @media (min-width: 769px) { footer .app-download img { margin-top: 0; } } footer .app-download.old { margin-top: 10px; padding-bottom: 10px; } footer .app-download.old .title { display: none; } footer.v2 { position: relative; padding: 30px 0; color: #fff; background: url(../img/main-page/feature-bg.jpg) center center no-repeat; background-size: cover; } @media (min-width: 769px) { footer.v2 { padding: 60px 0 40px; } } footer.v2 .footer-menu { color: #fff; } footer.v2 .footer-menu:before, footer.v2 .footer-menu:after { content: " "; display: table; } footer.v2 .footer-menu:after { clear: both; } @media (min-width: 769px) { footer.v2 .footer-menu { display: flex; } } footer.v2 .footer-menu .fm-col { font-size: 12px; font-weight: 100; display: block; width: 50%; float: left; margin-bottom: 20px; } footer.v2 .footer-menu .fm-col.right { clear: both; width: auto; } @media (min-width: 480px) { footer.v2 .footer-menu .fm-col { width: 33.333333%; } footer.v2 .footer-menu .fm-col.right { width: 66.6666666%; clear: none; } } @media (min-width: 769px) { footer.v2 .footer-menu .fm-col { flex: 1 1 auto; width: auto; } footer.v2 .footer-menu .fm-col.right { width: auto; flex: 0 0 auto; clear: both; } } footer.v2 .footer-menu .fm-col a { display: block; margin-top: 5px; } footer.v2 .footer-menu .title { font-size: 12px; text-transform: uppercase; font-weight: 600; margin-bottom: 10px; } @media (min-width: 769px) { footer.v2 .footer-menu .title { margin-bottom: 15px; } } footer.v2 .footer-menu a { color: #fff; } footer.v2 .footer-menu .social a { display: inline-block; vertical-align: middle; margin: 3px 5px 0 0; font-size: 16px; } footer.v2 .footer-menu .social a:hover { text-decoration: none; opacity: 0.7; } footer.v2 .footer-menu .social a .icon-linkedin { font-size: 18px; } footer.v2 .footer-menu .social + .copyright { margin-top: 10px; } footer.v2 .footer-menu .copyright { display: block; } footer.v2 .footer-menu .copyright a { display: inline-block; vertical-align: bottom; } footer.v2 .footer-menu .copyright p { display: inline-block; vertical-align: bottom; font-size: 6px; margin: 0; padding: 0; position: relative; top: -2px; left: 10px; } footer.v2 .footer-menu .flex { display: flex; width: 100%; margin-top: 20px; max-width: 400px; } footer.v2 .footer-menu .flex .sub-input input { width: 100%; } footer.v2 .footer-menu .flex .fm-col { flex: 1 1; } footer.v2 .footer-menu .flex .fm-col .title { font-size: 14px; margin-bottom: 10px; width: auto; } footer.v2 .footer-menu .flex .fm-col.right { flex: 0 0 auto; padding-left: 20px; width: auto; max-width: 40%; } footer.v2 .footer-menu .flex .fm-col .social a .icon-facebook1 { font-size: 20px; } footer.v2 .footer-menu .flex .fm-col .social a .icon-twitter1 { font-size: 20px; } footer.v2 .footer-menu .flex .fm-col .social a .icon-dribbble { font-size: 20px; } footer.v2 .footer-menu .fm-line { margin-bottom: 20px; } footer.v2 .footer-menu .fm-line + .fm-line { margin-top: 15px; } footer.v2 .footer-menu .fm-line .title { margin-bottom: 10px; font-size: 14px; } footer.v2 .footer-menu .fm-line a { display: inline-block; vertical-align: middle; margin-right: 10px; margin-bottom: 5px; font-size: 14px; font-weight: 100; } /* Main Page */ .main-page { display: block; position: relative; } .main-page .cont { max-width: 1000px; padding: 0 20px; } .main-page .button { min-width: 190px; } @media (min-width: 769px) { .main-page .button.xxl { height: 48px; line-height: 48px; } } .main-page .mp-top { display: block; background: url("../img/main-page/top-bg.jpg") center center no-repeat; background-size: cover; padding: 35px 0 30px; } .main-page .mp-top .cont { max-width: 920px; } .main-page .mp-top .top-text { display: inline-block; max-width: 100%; background: rgba(0, 0, 0, 0.3); padding: 7px 15px 15px; margin-bottom: 20px; } @media (min-width: 769px) { .main-page .mp-top .top-text { padding: 7px 25px 30px; margin-bottom: 50px; } } .main-page .mp-top .line1 { font-family: "PT Serif", serif; font-size: 34px; color: #fff; line-height: 1.2; } @media (min-width: 769px) { .main-page .mp-top .line1 { font-size: 60px; line-height: normal; } } @media (min-width: 992px) { .main-page .mp-top .line1 { font-size: 72px; } } .main-page .mp-top .line2 { margin-top: 5px; font-weight: 200; color: #fff; font-size: 16px; } @media (min-width: 769px) { .main-page .mp-top .line2 { font-size: 20px; } } @media (min-width: 992px) { .main-page .mp-top .line2 { font-size: 24px; } } .main-page .mp-top .button { margin: 5px; } @media (min-width: 769px) { .main-page .mp-top .button { margin: 0; } } .main-page .mp-top .button + .button { margin-left: 5px; } @media (min-width: 769px) { .main-page .mp-top .button + .button { margin-left: 30px; } } @media (min-width: 769px) { .main-page .mp-top { padding-top: 85px; height: 440px; } } @media (min-width: 992px) { .main-page .mp-top { padding-top: 85px; height: 580px; } } .main-page .promo-top { display: block; padding: 30px 0; position: relative; overflow: hidden; } .main-page .promo-top .promo-backs.webp { display: none; } .webp .main-page .promo-top .promo-backs { display: none; } .webp .main-page .promo-top .promo-backs.webp { display: block; } .main-page .promo-top .promo-bg { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-position: 65% center; background-repeat: no-repeat; background-size: cover; opacity: 0; transition: opacity 2000ms ease-out; } .main-page .promo-top .promo-bg.current { opacity: 1; } .main-page .promo-top .promo-bg img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 100%; } .main-page .promo-top .opacity-bg { background: rgba(255, 255, 255, 0.7); padding: 20px; max-width: 610px; margin: 0 auto; } @media (min-width: 769px) { .main-page .promo-top .opacity-bg { margin: 0; padding: 25px 35px 30px; } } .main-page .promo-top .cont { max-width: 1180px; } .main-page .promo-top .top-text { margin-bottom: 20px; } @media (min-width: 769px) { .main-page .promo-top .top-text { margin-bottom: 40px; } } .main-page .promo-top .line1 { font-family: "PT Serif", serif; font-weight: bold; font-size: 32px; color: #32221a; line-height: 1.2; margin: 0; } @media (min-width: 769px) { .main-page .promo-top .line1 { font-size: 38px; line-height: normal; } } @media (min-width: 992px) { .main-page .promo-top .line1 { font-size: 48px; } } .main-page .promo-top .line2 { margin-top: 5px; font-weight: 500; color: #46362d; font-size: 16px; line-height: 1; height: 32px; } .main-page .promo-top .line2 .animated-text { color: #7bb2d1; } @-webkit-keyframes cursor-animation { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @keyframes cursor-animation { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } .main-page .promo-top .line2 .animated-text .at-cursor { display: inline-block; vertical-align: middle; position: relative; top: -1px; width: 2px; height: 24px; margin: -5px 2px; background: #7bb2d1; -webkit-animation: cursor-animation 0.5s infinite; animation: cursor-animation 0.5s infinite; } @media (min-width: 769px) { .main-page .promo-top .line2 { font-size: 19px; margin-top: 15px; } } @media (min-width: 992px) { .main-page .promo-top .line2 { font-size: 22px; } } .main-page .promo-top .button { margin: 5px; } @media (min-width: 769px) { .main-page .promo-top .button { margin: 0; } } .main-page .promo-top .button + .button { margin-left: 5px; } @media (min-width: 769px) { .main-page .promo-top .button + .button { margin-left: 20px; } } @media (min-width: 769px) { .main-page .promo-top .button.xxl { height: 48px; line-height: 44px; } } @media (min-width: 769px) { .main-page .promo-top { padding: 60px 0; } } @media (min-width: 992px) { .main-page .promo-top { padding: 90px 0; } } .main-page .mp-app-links { padding: 10px 0; text-align: center; font-size: 13px; } .main-page .mp-app-links:before, .main-page .mp-app-links:after { content: " "; display: table; } .main-page .mp-app-links:after { clear: both; } .main-page .mp-app-links img { max-height: 42px; max-width: 160px; } .main-page .mp-capabs { display: block; position: relative; padding: 30px 0; } @media (min-width: 769px) { .main-page .mp-capabs { padding: 65px 0 100px; } } .main-page .mp-capabs h4 { font-size: 20px; color: #7bb2d1; text-align: center; font-weight: bold; margin-bottom: 30px; } @media (min-width: 769px) { .main-page .mp-capabs h4 { font-size: 24px; margin-bottom: 50px; } } .main-page .mp-capabs .cap-cols { text-align: center; } .main-page .mp-capabs .cap-col { width: auto; display: block; text-align: left; position: relative; } @media (min-width: 769px) { .main-page .mp-capabs .cap-col { display: inline-block; vertical-align: top; width: 28%; text-align: center; } } .main-page .mp-capabs .cap-col .cc-img { position: absolute; left: 0; top: 0; width: 50px; height: 50px; border: 2px solid #9e966c; background: #46362d; border-radius: 50%; margin: 0 auto; display: block; } .main-page .mp-capabs .cap-col .cc-img img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 80%; max-height: 80%; } .main-page .mp-capabs .cap-col .cc-img.mt img { margin-top: -7px; } @media (min-width: 769px) { .main-page .mp-capabs .cap-col .cc-img { position: relative; left: auto; top: auto; width: 180px; height: 180px; border: 5px solid #9e966c; } } .main-page .mp-capabs .cap-col .cc-title { margin-top: 25px; font-weight: bold; font-size: 18px; color: #46362d; height: 50px; line-height: 50px; padding-left: 60px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } @media (min-width: 769px) { .main-page .mp-capabs .cap-col .cc-title { margin-top: 18px; height: auto; line-height: normal; padding-left: 0; font-size: 20px; } } .main-page .mp-capabs .cap-col .cc-text { margin-top: 10px; font-size: 16px; color: #232323; line-height: 1.5; } @media (min-width: 769px) { .main-page .mp-capabs .cap-col .cc-text { margin-top: 27px; } } .main-page .mp-capabs .buttons { margin-top: 25px; text-align: center; } @media (min-width: 769px) { .main-page .mp-capabs .buttons { margin-top: 60px; } } .main-page .promo-header { padding: 30px 0 20px; text-align: center; } .main-page .promo-header.small { padding-top: 0; } .main-page .promo-header h3 { color: #46362D; font-size: 24px; font-weight: 700; line-height: 1; margin: 0; padding: 0; font-family: "PT Serif", serif; } .main-page .promo-header h3:before { content: ""; display: inline-block; width: 50px; height: 4px; vertical-align: top; margin-right: -51px; background: #7BB2D1; position: relative; top: -4px; } @media (min-width: 769px) { .main-page .promo-header { padding: 50px 0 60px; } .main-page .promo-header.small { padding-top: 0; } .main-page .promo-header h3 { font-size: 36px; } } .main-page .promo-header.facebook h3 { display: inline-block; font-size: 35px; color: #539AEA; font-weight: 100; text-transform: uppercase; line-height: 1.3; } .main-page .feature-block { display: block; position: relative; padding: 30px 0; overflow: hidden; } .main-page .feature-block:before, .main-page .feature-block:after { content: " "; display: table; } .main-page .feature-block:after { clear: both; } @media (min-width: 769px) { .main-page .feature-block { padding: 80px 0; } } .main-page .feature-block .cont { color: #32221a; } .main-page .feature-block.with-bg { background: url(../img/main-page/feature-bg.jpg) center center no-repeat; background-size: cover; } .main-page .feature-block.with-bg .cont { color: #ffffff; } .main-page .feature-block .fb-img { float: left; width: 45%; display: none; text-align: center; } .main-page .feature-block .fb-img img { max-width: 100%; box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.4); } @media (min-width: 769px) { .main-page .feature-block .fb-img { display: block; } } @media (min-width: 769px) { .main-page .feature-block .fb-title, .main-page .feature-block .fb-text, .main-page .feature-block .fb-buttons { margin-left: 50%; } } .main-page .feature-block .fb-title { font-size: 30px; line-height: 1.1; font-weight: bold; font-family: "PT Serif", serif; margin-bottom: 15px; } @media (min-width: 769px) { .main-page .feature-block .fb-title { margin-bottom: 50px; font-size: 48px; } } .main-page .feature-block .fb-text { font-size: 14px; line-height: 1.5; margin-bottom: 20px; } @media (min-width: 769px) { .main-page .feature-block .fb-text { font-size: 16px; margin-bottom: 40px; } } .main-page .feature-block .fb-text p.with-icon { display: block; padding-left: 55px; position: relative; font-weight: 100; font-size: 16px; margin-top: 20px; } .main-page .feature-block .fb-text p.with-icon b { display: block; } .main-page .feature-block .fb-text p.with-icon [class^=icon-], .main-page .feature-block .fb-text p.with-icon [class*=" icon-"] { position: absolute; left: 0; top: 2px; color: #94c0ef; font-size: 36px; width: 44px; text-align: center; } .main-page .feature-block .fb-text p.with-icon .icon-search { font-size: 37px; } .main-page .feature-block .fb-text p.with-icon .icon-open-doc { font-size: 39px; } .main-page .feature-block .fb-text p.with-icon .icon-highlight { font-size: 38px; } .main-page .feature-block .fb-text p.with-icon .icon-add-text-block { font-size: 43px; } .main-page .feature-block .fb-text p.with-icon .icon-coautor { font-size: 37px; } .main-page .feature-block .fb-text p.with-icon .icon-word-tools { font-size: 34px; } .main-page .feature-block .fb-text p.with-icon .icon-add-to-binder { font-size: 39px; } .main-page .feature-block .fb-text p.first-line { margin-bottom: 30px; } .main-page .feature-block .fb-text p .icon-feature { display: inline-block; vertical-align: baseline; width: 31px; height: 29px; background: url(../img/home-page/law/icon-feature.svg) center center no-repeat; } .main-page .feature-block.promo .cont { color: #666; } .main-page .feature-block.promo .fb-title { font-size: 30px; margin-bottom: 15px; color: #7a724e; } @media (min-width: 769px) { .main-page .feature-block.promo .fb-title { font-size: 40px; margin-bottom: 30px; } } .main-page .feature-block.promo .fb-text { font-weight: 100; } .main-page .feature-block.promo .fb-text p.with-icon [class^=icon-], .main-page .feature-block.promo .fb-text p.with-icon [class*=" icon-"] { color: #9a8982; } .main-page .feature-block.promo.with-bg .cont, .main-page .feature-block.promo.with-bg .fb-title { color: #ffffff; } .main-page .feature-block.promo.with-bg .fb-text p.with-icon [class^=icon-], .main-page .feature-block.promo.with-bg .fb-text p.with-icon [class*=" icon-"] { color: #c5bab4; } .main-page .feature-block.promo .fb-img img { box-shadow: none; } @media (min-width: 769px) { .main-page .feature-block.promo .fb-title, .main-page .feature-block.promo .fb-text, .main-page .feature-block.promo .fb-buttons { margin-left: 47%; } } .main-page .feature-block.promo.facebook { padding: 40px 0; } .main-page .feature-block.promo.facebook.right-img { padding-bottom: 20px; } .main-page .feature-block.promo.facebook .cont { max-width: 1140px; } .main-page .feature-block.promo.facebook:first-child { padding-top: 30px; } .main-page .feature-block.promo.facebook .fb-title { font-size: 29px; text-transform: uppercase; font-weight: bold; margin-bottom: 20px; } .main-page .feature-block.promo.facebook .fb-title.bottom { font-size: 24px; font-weight: 500; text-transform: none; margin-top: 40px; text-align: center; } @media (min-width: 769px) { .main-page .feature-block.promo.facebook .fb-title.bottom { text-align: left; } } .main-page .feature-block.promo.facebook .fb-title.logo { margin-bottom: 30px; } .main-page .feature-block.promo.facebook .fb-text { margin: 0; } .main-page .feature-block.promo.facebook .fb-text p.with-icon { margin-top: 0; padding-left: 70px; } .main-page .feature-block.promo.facebook .fb-text p.with-icon b { font-size: 22px; line-height: 1.1; font-weight: 600; margin-bottom: 7px; color: #134d94; } .main-page .feature-block.promo.facebook .fb-text p.with-icon [class^=icon-], .main-page .feature-block.promo.facebook .fb-text p.with-icon [class*=" icon-"] { font-size: 50px; color: #134d94; } @media (min-width: 769px) { .main-page .feature-block.promo.facebook .fb-text p.with-icon { padding-left: 90px; } .main-page .feature-block.promo.facebook .fb-text p.with-icon [class^=icon-], .main-page .feature-block.promo.facebook .fb-text p.with-icon [class*=" icon-"] { font-size: 60px; } } .main-page .feature-block.promo.facebook .fb-text .with-icon + .with-icon { margin-top: 50px; } .main-page .feature-block.promo.facebook .fb-text .sub-input { margin-top: 35px; text-align: center; } @media (min-width: 769px) { .main-page .feature-block.promo.facebook .fb-text .sub-input { text-align: left; } } .main-page .feature-block.promo.facebook .fb-text .sub-input .form-group { vertical-align: top; display: inline-block; margin: 0; padding: 0; max-width: 100%; } .main-page .feature-block.promo.facebook .fb-text .sub-input .form-group .help-block { font-size: 12px; } .main-page .feature-block.promo.facebook .fb-text .sub-input .form-group input { border-radius: 0; width: 350px; max-width: 100%; margin: 0 5px 0 0; line-height: 34px; border-radius: 5px; height: 36px; max-width: 100%; } .main-page .feature-block.promo.facebook .fb-text .sub-input .button { min-width: 100px; vertical-align: top; margin: 1px 0 0; } .main-page .feature-block.promo.facebook .fb-text .sub-input .button.xl { line-height: 36px; height: auto; } .main-page .feature-block.promo.facebook .fb-text .sub-input.success { padding: 15px; border: 2px solid #539aea; text-align: center; border-radius: 20px; } .main-page .feature-block.promo.facebook .fb-text .sub-input.success .fb-title { text-align: center; margin-top: 5px; } .main-page .feature-block.promo.facebook.with-bg .fb-text p.with-icon b, .main-page .feature-block.promo.facebook.with-bg .fb-text p.with-icon [class^=icon-], .main-page .feature-block.promo.facebook.with-bg .fb-text p.with-icon [class*=" icon-"] { color: #fff; } @media (min-width: 769px) { .main-page .feature-block.promo.facebook.right-img .fb-title, .main-page .feature-block.promo.facebook.right-img .fb-text { margin-left: 0; margin-right: 43%; } .main-page .feature-block.promo.facebook.right-img .fb-text .fb-title { margin-right: 0; } } .main-page .feature-block.right-img { padding-bottom: 20px; } @media (min-width: 769px) { .main-page .feature-block.right-img .fb-title, .main-page .feature-block.right-img .fb-text { margin-left: 0; margin-right: 43%; } .main-page .feature-block.right-img .fb-img { width: 38%; } } .main-page .feature-block.right-img .sub-input .fb-title { margin-right: 0; } .main-page .feature-block.right-img .fb-img { float: right; } .main-page .feature-block.right-img .fb-text { font-size: 18px; } @media (min-width: 769px) { .main-page .feature-block.about { padding: 37px 0; } } .main-page .feature-block.about .fb-text p { max-width: 410px; } @media (min-width: 769px) { .main-page .feature-block.about .fb-title { margin-bottom: 50px; } } .main-page .feature-block.feat-descr { padding: 50px 0; } .main-page .feature-block.feat-descr .cont { max-width: 1040px; } .main-page .feature-block.feat-descr .basic { font-size: 18px; font-weight: normal; } .main-page .feature-block.feat-descr .fb-title + .fb-text .basic:first-child { margin-top: -10px; } .main-page .feature-block.feat-descr .fb-img { width: 170px; height: 170px; border-radius: 50%; overflow: hidden; position: relative; background: #46362d; border: 5px solid #9e966c; } .main-page .feature-block.feat-descr .fb-img img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 90%; max-height: 90%; } .main-page .feature-block.feat-descr .fb-img.mt img { margin-top: -5px; } @media (min-width: 769px) { .main-page .feature-block.feat-descr .fb-title, .main-page .feature-block.feat-descr .fb-text, .main-page .feature-block.feat-descr .fb-buttons { margin-left: 220px; } } .main-page .feature-block.feat-descr .fb-text { margin-bottom: 0; } .main-page .feature-block.feat-descr .fb-text .custom-marks { margin-top: 35px; list-style: none; padding-left: 0; } @media (min-width: 769px) { .main-page .feature-block.feat-descr .fb-text .custom-marks { padding-left: 40px; } } .main-page .feature-block.feat-descr .fb-text .custom-marks li { padding-left: 45px; position: relative; } .main-page .feature-block.feat-descr .fb-text .custom-marks li .icon-promo-check { position: absolute; left: 0; top: 0; font-size: 25px; color: #9a8982; } .main-page .feature-block.feat-descr .fb-text p, .main-page .feature-block.feat-descr .fb-text span.pblock { margin-bottom: 10px; display: block; } .main-page .feature-block.feat-descr .fb-text p b, .main-page .feature-block.feat-descr .fb-text span.pblock b { display: block; } .main-page .feature-block.feat-descr .fb-buttons { margin: 50px 0 -10px; } .main-page .feature-block.feat-descr .fb-buttons .button { margin-right: 10px; margin-bottom: 10px; min-width: 186px; padding: 0 10px; } .main-page .feature-block.feat-descr.with-bg .fb-text .custom-marks li .icon-promo-check { color: #c5bab4; } .main-page .feature-block.home-page { background: none; } .main-page .feature-block.home-page .cont { max-width: 1010px; color: #46362D; } .main-page .feature-block.home-page .fb-title { color: #46362D; font-size: 24px; font-weight: 700; line-height: 1; margin: 0; padding: 0; font-family: "PT Serif", serif; margin-bottom: 3px; } .main-page .feature-block.home-page .fb-title:before { content: ""; display: inline-block; width: 50px; height: 4px; vertical-align: top; margin-right: -51px; background: #7bb2d1; position: relative; top: -4px; } .main-page .feature-block.home-page .fb-img { box-shadow: none; } .main-page .feature-block.home-page .fb-img img { box-shadow: none; } @media (min-width: 769px) { .main-page .feature-block.home-page .fb-text { font-size: 17px; line-height: 22px; } .main-page .feature-block.home-page .fb-title { font-size: 36px; } .main-page .feature-block.home-page .fb-title, .main-page .feature-block.home-page .fb-text { margin-left: 45%; } .main-page .feature-block.home-page .fb-img { display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); box-shadow: none; width: 44%; text-align: left; } .main-page .feature-block.home-page .fb-img img { box-shadow: none; } .main-page .feature-block.home-page.right .fb-title, .main-page .feature-block.home-page.right .fb-text { margin-left: 0; margin-right: 45%; } .main-page .feature-block.home-page.right .fb-img { text-align: right; left: auto; right: 0; } } @media (min-width: 769px) { .main-page .feature-block.home-page .fb-title, .main-page .feature-block.home-page .fb-text { margin-left: 40%; } } .main-page .fb-bot-text { font-size: 11px; font-weight: 300; color: #232323; text-align: center; padding: 10px 0 40px; } .main-page .mp-serve { background: #e6ebf2; padding: 10px 0; } .main-page .mp-serve:before, .main-page .mp-serve:after { content: " "; display: table; } .main-page .mp-serve:after { clear: both; } @media (min-width: 769px) { .main-page .mp-serve { padding: 10px 0 50px; } } .main-page .mp-serve .cont { max-width: 1480px; padding: 0 20px; } @media (min-width: 768px) { .main-page .mp-serve .cont { padding: 0 20px; } } @media (min-width: 769px) { .main-page .mp-serve .sc-cont { display: flex; flex-direction: row; width: 100%; flex-wrap: wrap; } } @media (min-width: 769px) { .main-page .mp-serve .sc-cont .divider { display: block; width: 1%; flex: 0 0 auto; } } @media (min-width: 769px) and (max-width: 992px) { .main-page .mp-serve .sc-cont .divider { width: 2%; } .main-page .mp-serve .sc-cont .divider:nth-child(4n) { display: none; } } @media (min-width: 993px) and (max-width: 1200px) { .main-page .mp-serve .sc-cont .divider { width: 1.5%; } .main-page .mp-serve .sc-cont .divider:nth-child(6n) { display: none; } } .main-page .mp-serve .serve-col { padding: 10px 15px; font-size: 14px; color: #32221a; font-weight: 100; position: relative; background: #fff; box-shadow: 5px 5px 18px rgba(4, 40, 79, 0.4); margin-bottom: 15px; } .main-page .mp-serve .serve-col + .serve-col { border-top: 2px solid #fff; } @media (min-width: 769px) { .main-page .mp-serve .serve-col + .serve-col { border: none; } } @media (min-width: 769px) { .main-page .mp-serve .serve-col { flex: 0 0 auto; padding: 10px 10px 90px; } } @media (min-width: 769px) and (max-width: 992px) { .main-page .mp-serve .serve-col { width: 49%; } } @media (min-width: 993px) and (max-width: 1200px) { .main-page .mp-serve .serve-col { width: 32.3333333333%; } } @media (min-width: 1201px) { .main-page .mp-serve .serve-col { width: 19.2%; } } .main-page .mp-serve .serve-col .buttons { width: 100%; margin-top: 15px; margin-bottom: 5px; text-align: center; } @media (min-width: 769px) { .main-page .mp-serve .serve-col .buttons { position: absolute; left: 0; bottom: 20px; } } .main-page .mp-serve .serve-col .buttons .button { position: relative; height: 48px; line-height: 44px; font-size: 14px; font-weight: bold; padding: 0 30px; border: 2px solid #62818b; box-shadow: none; } .main-page .mp-serve .serve-col .sc-title { font-weight: bold; font-size: 22px; line-height: 1.1; margin-bottom: 15px; } .main-page .mp-serve .serve-col .normal { font-size: 14px; font-weight: 600; color: #003366; margin-bottom: 15px; } .main-page .mp-serve .serve-col .sc-img { display: block; float: right; margin: 0 0 5px 10px; } .main-page .mp-serve.reviews { background: none; } .main-page .mp-serve.reviews .cont { max-width: 1280px; } @media (min-width: 769px) { .main-page .mp-serve.reviews .divider { display: block; width: 3%; flex: 0 0 auto; } } .main-page .mp-serve.reviews .serve-col { font-size: 15px; padding: 60px 30px 30px; margin-top: 50px; border: 2px solid #539AEA; border-radius: 26px; box-shadow: none; } @media (min-width: 769px) { .main-page .mp-serve.reviews .serve-col { width: 31.333333%; margin-top: 10px; } } .main-page .mp-serve.reviews .serve-col:hover { background: #fff; color: #475669; box-shadow: none; } .main-page .mp-serve.reviews .serve-col .italic { font-style: italic; } .main-page .mp-serve.reviews .serve-col .sc-avatar { position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); border-left: 25px solid #fff; border-right: 25px solid #fff; } .main-page .mp-serve.reviews .serve-col .sc-avatar .avatar-cont { width: 98px; height: 98px; text-align: center; border-radius: 50%; overflow: hidden; } .main-page .mp-serve.reviews .serve-col .sc-avatar img { max-width: 100%; max-height: 100%; } .main-page .mp-serve.reviews .serve-col .sc-author { font-size: 16px; color: #333; } .main-page .mp-serve.reviews .serve-col .sc-author p { margin: 0; } .main-page .mp-serve.reviews .serve-col .sc-author-text { font-style: italic; margin: 40px 0 0; position: relative; } .main-page .mp-serve.reviews .serve-col .sc-author-text .quote-icon { color: #539AEA; } .main-page .mp-serve.reviews .serve-col .sc-author-text .quote-icon .icon-promo-quotes { font-size: 20px; } .main-page .mp-serve.reviews .serve-col .sc-author-text .quote-icon.top { position: absolute; left: -10px; top: -25px; transform: rotate(180deg); } .main-page .mp-serve.reviews .serve-col .sc-author-text .quote-icon.bottom { width: 0; height: 0; display: inline-block; position: relative; top: 15px; margin-left: -5px; margin: -10px 0; } .main-page .subscribe-block { background: linear-gradient(90deg, #3D2A20 0%, #90705B 77.89%); box-shadow: 0px 5px 20px 0px #000000 50%; border-radius: 20px; padding: 20px; position: relative; color: #fff; } .main-page .subscribe-block .sb-img { position: absolute; right: 0; top: 0; height: 100%; padding: 10px 20px 10px 0; overflow: hidden; max-width: 30%; } .main-page .subscribe-block .sb-img img { max-height: 100%; max-width: 100%; } .main-page .subscribe-block .sb-line1 { font-size: 20px; font-weight: 600; } .main-page .subscribe-block .sb-line2 { font-size: 14px; } .main-page .subscribe-block .sb-text { margin-right: 30%; font-family: "PT Serif", serif; text-align: center; max-width: 380px; } .main-page .subscribe-block .sub-input { margin-top: 20px; text-align: center; max-width: 480px; } .main-page .subscribe-block .sub-input input.email { width: 280px; max-width: 100%; height: 40px; border-radius: 10px; margin-top: 10px; } .main-page .subscribe-block .sub-input .button.xxl { height: 40px; line-height: 40px; margin-top: 10px; } @media (min-width: 769px) { .main-page .subscribe-block { padding: 30px 40px; } .main-page .subscribe-block .sb-line1 { font-size: 24px; } .main-page .subscribe-block .sb-line2 { font-size: 18px; } } .main-page .mp-small-block { padding: 15px 0 65px; margin-bottom: 20px; } .main-page .mp-small-block:last-child { margin-bottom: 0; } .main-page .mp-small-block .cont { max-width: 1100px; } .main-page .mp-small-block.with-bg { background: #edf4fc; } .main-page .mp-small-block .sb-head { font-size: 24px; color: #7a724e; font-weight: 100; text-align: center; margin-bottom: 30px; margin-top: 25px; } @media (min-width: 769px) { .main-page .mp-small-block .sb-head { font-size: 30px; } } .main-page .mp-small-block .promo-header + .feature-links { margin-top: 10px; } @media (min-width: 769px) { .main-page .mp-small-block .promo-header { padding: 20px 0; } } .main-page .mp-small-block .feature-links { margin-top: 50px; } .main-page .mp-small-block .feature-links:before, .main-page .mp-small-block .feature-links:after { content: " "; display: table; } .main-page .mp-small-block .feature-links:after { clear: both; } .main-page .mp-small-block .feature-links .feature-link { display: block; width: auto; float: none; text-align: center; height: 60px; position: relative; font-size: 20px; font-weight: bold; color: #7a724e; background: #fff; box-shadow: 5px 5px 18px rgba(4, 40, 79, 0.4); margin-bottom: 5px; line-height: 1.1; } .main-page .mp-small-block .feature-links .feature-link:hover { color: #fff; background: #7bb2d1; } @media (min-width: 480px) { .main-page .mp-small-block .feature-links .feature-link { width: 48%; margin: 0 1% 10px; font-size: 18px; float: left; height: 100px; } } @media (min-width: 768px) { .main-page .mp-small-block .feature-links .feature-link { width: 19%; margin: 0 0.5%; } } @media (min-width: 768px) { .main-page .mp-small-block .feature-links .feature-link { font-size: 20px; } } @media (min-width: 992px) { .main-page .mp-small-block .feature-links .feature-link { font-size: 24px; width: 19%; margin: 0 0.5%; } } .main-page .mp-small-block .feature-links .feature-link span { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 85%; } .main-page .mp-small-block .feature-links .feature-link small { font-size: 18px; } .main-page .mp-small-block .buttons { text-align: center; } .main-page .mp-small-block .buttons .button { margin: 0 10px 10px; } @media (min-width: 769px) { .main-page .mp-small-block .buttons .button { line-height: 44px; } } .main-page .mp-small-block.bot-flex .cont { max-width: 1340px; } .main-page .mp-small-block.bot-flex .flex .right { margin-top: 30px; } @media (min-width: 993px) { .main-page .mp-small-block.bot-flex .flex { display: flex; align-items: center; justify-content: center; } .main-page .mp-small-block.bot-flex .flex .left, .main-page .mp-small-block.bot-flex .flex .right { flex: 0 0 auto; width: 50%; margin-top: 0; } .main-page .mp-small-block.bot-flex .flex .left { padding-right: 10px; } } .main-page .mp-footer { display: block; background: url(../img/main-page/feature-bg.jpg) center center no-repeat; background-size: cover; text-align: center; padding: 50px 0 45px; color: #fff; } .main-page .mp-footer .line1 { color: #fff; font-size: 24px; } .main-page .mp-footer .buttons { margin: 25px 0 22px; } .main-page .mp-footer .buttons .button { min-width: 175px; } .main-page .mp-footer .copyright { color: #fff; font-size: 9px; font-weight: 300; margin-top: 5px; } .main-page .mp-footer .bot-logo { opacity: 0.35; width: 74px; height: 74px; margin: 0 auto; background: url(../img/bot-logo.png) center center no-repeat; } .main-page .mp-interest { position: relative; padding: 35px 0; color: #fff; background: linear-gradient(to right, #539aea, #0e3f7b); } .main-page .breadcrumbs { font-family: "Open Sans", sans-serif; padding: 28px 0 18px; } .main-page .breadcrumbs .cont { max-width: 1020px; } .main-page .breadcrumbs .breadcrumb { background: none; font-size: 14px; padding: 0; margin-bottom: 0; } .main-page .breadcrumbs .breadcrumb li { color: #777; } .main-page .breadcrumbs .breadcrumb li + li { padding-left: 24px; position: relative; } .main-page .breadcrumbs .breadcrumb li + li:before { position: absolute; left: 3px; top: 9px; content: ""; display: block; padding: 0; width: 7px; height: 7px; border-top: 1px solid #536174; border-right: 1px solid #536174; transform: rotate(45deg) translateY(-50%); } .main-page .breadcrumbs .breadcrumb a { color: #777; } .main-page .about-top { display: block; padding: 0 0 20px; } .main-page .about-top .cont { max-width: 1020px; } .main-page .about-top h1 { font-family: "PT Serif", serif; font-weight: bold; color: #7a724e; font-size: 48px; margin-bottom: 10px; } .main-page .about-top p { font-size: 18px; font-weight: 100; color: #48566b; margin: 0; } .main-page .about-top p + p { margin-top: 10px; } .main-page .about-top p.big { font-size: 23px; color: #003366; } @media (min-width: 769px) { .main-page .about-top { padding: 0 0 30px; } } .main-page .about-bot { display: block; background: #edf4fd; padding: 30px 0; margin-top: 15px; } @media (min-width: 769px) { .main-page .about-bot { padding: 60px 0; } } .main-page .about-bot .cont { max-width: 840px; } .main-page .about-bot .ab-line { display: block; padding-left: 70px; position: relative; font-size: 16px; font-weight: 100; color: #48566b; } .main-page .about-bot .ab-line + .ab-line { margin-top: 30px; } .main-page .about-bot .ab-line [class^=icon-], .main-page .about-bot .ab-line [class*=" icon-"] { position: absolute; left: 10px; top: 0; width: 50px; text-align: center; color: #9a8982; } .main-page .about-bot .ab-line .icon-download-pdf { font-size: 36px; } .main-page .about-bot .ab-line .icon-new-edition { font-size: 46px; padding-left: 2px; } .main-page .about-bot .ab-line .icon-preview { font-size: 24px; padding-left: 2px; } @media (min-width: 769px) { .main-page .about-bot .ab-line { padding-left: 120px; } .main-page .about-bot .ab-line [class^=icon-], .main-page .about-bot .ab-line [class*=" icon-"] { left: 40px; } } .main-page .faq-search { display: block; padding: 18px 0; background: #fff; border-bottom: 1px solid #767572; } .main-page .faq-search .cont { max-width: 870px; position: relative; } .main-page .faq-search input { width: 100%; height: 30px; padding: 0 45px 0 15px; border-radius: 15px; } .main-page .faq-search .start-search { position: absolute; right: 20px; top: 0px; font-size: 18px; color: #7b724e; padding: 3px 15px; border-radius: 15px; } .main-page .faq-search .start-search:hover { text-decoration: none; color: #000; background: rgba(0, 0, 0, 0.05); } .main-page .faq-list .cont { max-width: 1020px; } .main-page .faq-list .front-accordion { margin: 0 0 20px; } .main-page .faq-list .front-accordion .fa-body { background: #f5f5f5; } .main-page .faq-list .front-accordion .fa-body .fa-cont { padding: 10px 20px; } .main-page .faq-list .faq-question { display: block; border-bottom: 1px solid #dddddd; font-weight: 100; font-size: 14px; color: #337ab7; } .main-page .faq-list .faq-question a { display: block; padding: 10px 12px; margin: 0 -10px; color: #475669; } .main-page .faq-list .faq-question a:hover { text-decoration: none; text-shadow: 0 0 1px rgba(123, 114, 78, 0.7); } .main-page .faq-list .faq-question:last-child { border-bottom: none; } .main-page .faq-answer .cont { max-width: 1020px; } .main-page .faq-answer .answer-cont { border: 1px solid #d7d7d7; padding: 15px 20px; } @media (min-width: 769px) { .main-page .faq-answer .answer-cont { padding: 22px 55px; } } .main-page .faq-answer h4, .main-page .faq-answer h1 { font-size: 18px; color: #7b724e; font-weight: 100; margin: 0 0 15px -10px; } @media (min-width: 769px) { .main-page .faq-answer h4, .main-page .faq-answer h1 { margin: 0 0 25px -30px; } } .main-page .faq-answer .answer-text { font-weight: 100; color: #666; } .main-page .faq-answer .answer-text p { margin-bottom: 14px; } .main-page .faq-answer .answer-text .normal { font-weight: normal; } .main-page .faq-answer .answer-text ul { list-style: none; padding-left: 0; margin-bottom: 14px; } .main-page .faq-answer .answer-text ul li { padding-left: 24px; position: relative; } .main-page .faq-answer .answer-text ul li:before { content: ""; display: block; position: absolute; left: 12px; top: 9px; width: 2px; height: 2px; background: #48566b; } .main-page .faq-answer img { height: auto !important; max-width: 100%; } .features-list { background: #e6ebf2; padding: 20px 0 1px; font-weight: 300; font-size: 14px; line-height: 18px; color: #616161; word-spacing: 0; margin: 0 0 50px; } .features-list .cont { max-width: 1230px; padding: 0 10px; } .features-list .fl-block { display: block; width: 100%; word-spacing: normal; padding: 0 20px; margin-bottom: 30px; } .features-list .fl-block .fl-title { font-weight: 600; margin: 7px 0; color: #7a724e; } .features-list .fl-block .fl-img img { width: 50px; } @media (min-width: 480px) { .features-list { font-size: 17px; line-height: 21px; } .features-list .fl-block .fl-img img { width: auto; } } @media (min-width: 769px) { .features-list { padding: 1px 0 30px; } .features-list .fl-block { display: inline-block; width: 49%; vertical-align: top; } } .pc-slider { margin-bottom: 20px; } .pc-slider .cont { max-width: 1230px; } @media (min-width: 769px) { .pc-slider { margin-bottom: 50px; } } .pc-slider .serve-col { font-size: 15px; padding: 60px 30px 30px; height: 100%; border: 2px solid #7a724e; border-radius: 26px; box-shadow: none; position: relative; font-family: "Open Sans", sans-serif; } .pc-slider .serve-col:hover { background: #fff; color: #475669; box-shadow: none; } .pc-slider .serve-col .italic { font-style: italic; } .pc-slider .serve-col .sc-avatar { position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); border-left: 25px solid #fff; border-right: 25px solid #fff; } .pc-slider .serve-col .sc-avatar .avatar-cont { width: 98px; height: 98px; text-align: center; border-radius: 50%; overflow: hidden; } .pc-slider .serve-col .sc-avatar img { max-width: 100%; max-height: 100%; } .pc-slider .serve-col .sc-author { font-size: 14px; line-height: 19px; color: #666; } .pc-slider .serve-col .sc-author p { margin: 0; } .pc-slider .serve-col .sc-author-text { font-style: italic; margin: 40px 0 0; position: relative; font-size: 13px; line-height: 130%; color: #666; } .pc-slider .serve-col .sc-author-text .quote-icon { color: #539AEA; display: block; width: 26px; height: 18px; background-image: url("../img/promo-calendar/quote-law.svg"); background-size: cover; } .pc-slider .serve-col .sc-author-text .quote-icon.top { position: absolute; left: -10px; top: -18px; transform: rotate(180deg); } .pc-slider .serve-col .sc-author-text .quote-icon.bottom { display: inline-block; position: relative; top: 3px; margin-left: -5px; margin: -10px 0; } .pc-slider .slider-header { color: #7a724e; font-weight: bold; font-size: 25px; line-height: 30px; text-align: center; font-family: "PT Serif", serif; margin-bottom: 10px; } @media (min-width: 769px) { .pc-slider .slider-header { color: #7a724e; font-size: 40px; line-height: 53px; margin-bottom: 50px; } } .pc-slider .splide__slide { padding: 50px 20px 0; } .pc-slider .splide__arrow--next, .pc-slider .splide__arrow--prev { width: 15px; height: 31px; border-radius: 0; background-color: transparent; background-image: url("../img/promo-calendar/arrow-law.svg"); background-size: cover; margin-top: 25px; } .pc-slider .splide__arrow--next svg, .pc-slider .splide__arrow--prev svg { display: none; } .pc-slider .splide__arrow--next { transform: translateY(-50%) rotate(180deg); } .pc-slider .splide__arrow--prev { left: -5px; } .pc-slider .splide__arrow--next { right: -5px; } .pc-slider .promo-header { margin-top: -10px; } .blog-page .bp-list-header { display: block; background: linear-gradient(to right, #539aea, #0e3f7b); padding: 40px 0 65px; } @media (min-width: 769px) { .blog-page .bp-list-header { padding: 80px 0 125px; } } .blog-page .bp-list-header .cont { font-family: "PT Serif", serif; color: #fff; text-align: center; } .blog-page .bp-list-header h1 { margin: 0; padding: 0; font-weight: bold; font-size: 39px; line-height: 1; padding: 0 0 15px; } @media (min-width: 480px) { .blog-page .bp-list-header h1 { font-size: 60px; } } @media (min-width: 769px) { .blog-page .bp-list-header h1 { font-size: 96px; padding: 0 0 25px; } } .blog-page .bp-list-header p { font-size: 18px; line-height: 26px; font-weight: 100; } @media (min-width: 769px) { .blog-page .bp-list-header p { font-size: 36px; line-height: 40px; } } .blog-page .bp-list-tabs { display: block; margin-top: -18px; position: relative; z-index: 2; margin-bottom: 20px; } @media (min-width: 480px) { .blog-page .bp-list-tabs { margin-top: -35px; margin-bottom: 30px; } } @media (min-width: 769px) { .blog-page .bp-list-tabs { margin-bottom: 65px; } } .blog-page .bp-list-tabs:after { content: ""; display: block; clear: both; } .blog-page .bp-list-tabs ul { list-style: none; margin: 0; padding: 0; } .blog-page .bp-list-tabs ul li { display: block; float: left; width: 48%; margin: 0 1% 10px; } @media (min-width: 541px) { .blog-page .bp-list-tabs ul li { width: 25%; margin: 0; } } .blog-page .bp-list-tabs ul li a { display: block; height: 36px; line-height: 36px; text-align: center; background: #fff; font-size: 14px; color: #134D94; background: #fff; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25); font-weight: 600; position: relative; padding: 0 10px; white-space: nowrap; } .blog-page .bp-list-tabs ul li a:hover { text-decoration: none; z-index: 5; box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); } .blog-page .bp-list-tabs ul li a:hover:after { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(24, 102, 198, 0.2); } .blog-page .bp-list-tabs ul li a:focus { text-decoration: none; } .blog-page .bp-list-tabs ul li a.selected { color: #fff; background: #FF6B00; } .blog-page .bp-list-tabs ul li a.selected:hover { text-decoration: none; } .blog-page .bp-list-tabs ul li a.selected:hover:after { display: none; } @media (min-width: 480px) { .blog-page .bp-list-tabs ul li a { height: 60px; line-height: 60px; font-size: 16px; } } @media (min-width: 769px) { .blog-page .bp-list-tabs ul li a { font-size: 20px; } } @media (min-width: 992px) { .blog-page .bp-list-tabs ul li a { font-size: 24px; height: 70px; line-height: 70px; } } .blog-page .cat-publishing .cat-publishing { display: block; } .blog-page .cat-teaching .cat-teaching { display: block; } .blog-page .cat-learning .cat-learning { display: block; } .blog-page .cat-all .bp-block { display: block; } .bp-list { display: block; margin: 0 auto; } .bp-list:after { content: " "; display: block; clear: both; } @media (min-width: 769px) { .bp-list .cont { padding: 0 20px; } } .bp-block { display: none; margin: 0 auto 20px; max-width: 100%; position: relative; padding-bottom: 70px; height: 260px; } @media (min-width: 541px) { .bp-block { width: 46%; margin: 0 2% 20px; height: 360px; float: left; } } @media (min-width: 992px) { .bp-block { width: 30%; margin: 0 1.6666666667% 30px; height: 360px; float: left; } } .bp-block .bp-img { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background-position: center center; background-repeat: no-repeat; background-size: cover; } .bp-block .bp-img:after { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(24, 102, 198, 0.7); } .bp-block .bp-title { display: block; z-index: 3; font-weight: bold; font-size: 24px; line-height: 28px; padding: 10px 15px; color: #FFFFFF; position: absolute; left: 10px; top: 10px; right: 10px; bottom: 80px; text-align: center; } .bp-block .bp-title .cont-overflow { position: absolute; left: 0; top: 50%; transform: translateY(-50%); max-height: 146px; overflow: hidden; width: 100%; padding: 4px 0; } @media (min-width: 541px) { .bp-block .bp-title { font-size: 28px; line-height: 32px; } .bp-block .bp-title .cont-overflow { max-height: 264px; } } @media (min-width: 992px) { .bp-block .bp-title { font-size: 32px; } } .bp-block .bp-description { display: block; position: absolute; z-index: 3; left: 10px; bottom: 10px; right: 10px; background: #fff; color: #134D94; font-size: 16.2492px; line-height: 18px; padding: 10px; } .bp-block .bp-description .cont-overflow { display: block; min-height: 38px; max-height: 38px; overflow: hidden; } .bp-block:hover { text-decoration: none; } .bp-block:hover .bp-img:after { background: rgba(24, 102, 198, 0.9); } .mp-blog .cont { max-width: 1230px; } .mp-blog .bp-block { display: block; } .blog-page-single { font-family: "PT Serif"; } .blog-page-single .cont { max-width: 840px; color: #666; } .blog-page-single .blog-page-top { display: block; position: relative; overflow: hidden; } .blog-page-single .blog-page-top .bp-top-img { z-index: 2; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; } .blog-page-single .blog-page-top .bp-top-bg { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 3; background: radial-gradient(100% 3250.62% at 50% 0%, rgba(16, 65, 126, 0.68) 0%, #265EA1 47.16%, #5297E7 100%); } @media (min-width: 992px) { .blog-page-single .blog-page-top .bp-top-bg { background: radial-gradient(75% 2000% at 50% 0%, rgba(16, 65, 126, 0.68) 0%, #265EA1 47.16%, #5297E7 100%); } } @media (min-width: 1200px) { .blog-page-single .blog-page-top .bp-top-bg { background: radial-gradient(50% 2000% at 50% 0%, rgba(16, 65, 126, 0.68) 0%, #265EA1 47.16%, #5297E7 100%); } } .blog-page-single .blog-page-top .bp-top-text { position: relative; z-index: 4; font-weight: bold; font-size: 30px; line-height: 34px; text-align: center; color: #FFFFFF; padding: 25px 0; margin: 0; } @media (min-width: 769px) { .blog-page-single .blog-page-top .bp-top-text { padding: 60px 0 25px; font-size: 50px; line-height: 56px; } } @media (min-width: 992px) { .blog-page-single .blog-page-top .bp-top-text { padding: 85px 0 35px; font-size: 64px; line-height: 70px; } } .blog-page-single .blog-info { display: block; padding: 5px 0; margin-bottom: 20px; } .blog-page-single .blog-info .blog-date { font-size: 14px; line-height: 19px; color: #B7B7B7; } .blog-page-single .blog-info .blog-tags { font-size: 13px; line-height: 17px; color: #666; } @media (min-width: 541px) { .blog-page-single .blog-info { display: flex; } .blog-page-single .blog-info .blog-date, .blog-page-single .blog-info .blog-tags { flex: 1 1 auto; } .blog-page-single .blog-info .blog-tags { text-align: right; } } .blog-page-single h2, .blog-page-single h3, .blog-page-single h4, .blog-page-single h5, .blog-page-single h6 { color: #10417E; font-weight: bold; } .blog-page-single .blog-body { padding: 0 0 50px; } .blog-page-single .blog-body .cont { max-width: 960px; } @media (min-width: 992px) { .blog-page-single .blog-body .cont { padding-left: 85px; } } .blog-page-single .blog-body img { max-width: 100%; height: auto; } .blog-page-single .blog-body ol { counter-reset: item; margin: 0 0 15px; padding: 0; } .blog-page-single .blog-body ol > li { list-style-type: none; counter-increment: item; } .blog-page-single .blog-body ol > li:before { display: inline-block; padding-right: 0.5em; font-weight: bold; text-align: right; content: counter(item) "."; } .blog-page-single .blog-page-social { display: flex; position: relative; padding-bottom: 20px; } .blog-page-single .blog-page-social .left, .blog-page-single .blog-page-social .right { flex: 1 1 auto; } .blog-page-single .blog-page-social .right { text-align: right; } .blog-page-single .blog-page-social .email { display: inline-block; height: 30px; } .blog-page-single .blog-page-social .email img { max-height: 100%; } .blog-page-single .blog-page-social .social { display: block; width: 30px; height: 30px; background-position: center center; background-repeat: no-repeat; background-size: cover; } .blog-page-single .blog-page-social .social:hover { opacity: 0.7; } .blog-page-single .blog-page-social .social.twitter { background-image: url("../img/blog-social/twitter.svg"); } .blog-page-single .blog-page-social .social.linkedin { background-image: url("../img/blog-social/linkedin.svg"); } .blog-page-single .blog-page-social .social.facebook { background-image: url("../img/blog-social/facebook.svg"); } @media (min-width: 992px) { .blog-page-single .blog-page-social { display: block; padding: 0; } .blog-page-single .blog-page-social .left, .blog-page-single .blog-page-social .right { flex: none; } .blog-page-single .blog-page-social .left { position: absolute; right: 100%; top: 0; margin-right: 20px; } .blog-page-single .blog-page-social .right { position: absolute; left: 100%; top: 0; margin-left: 10px; } .blog-page-single .blog-page-social .email { height: 48px; } .blog-page-single .blog-page-social .social { display: block; width: 40px; height: 40px; } .blog-page-single .blog-page-social .social + .social { margin-top: 10px; } } .read-next { display: block; } .read-next .rn-head { font-weight: bold; font-size: 24px; line-height: 30px; text-align: center; color: #10417E; margin-bottom: 30px; padding: 0 15px; } @media (min-width: 769px) { .read-next .rn-head { font-size: 36px; line-height: 40px; } } @media (min-width: 992px) { .read-next .rn-head { font-size: 43.9444px; line-height: 58px; } } .read-next .rn-body { background: #E6EBF2; text-align: center; overflow: hidden; padding: 15px 0 15px; } .read-next .rn-body .cont { height: 293px; overflow: hidden; } @media (min-width: 769px) { .read-next .rn-body { padding: 35px 0 65px; } } .read-next .rn-block { display: inline-block; vertical-align: top; width: 230px; height: 273px; background: #FFFFFF; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 19px; padding: 30px 18px; text-align: left; color: #678AB2; font-size: 15.62px; line-height: 20.7px; margin: 10px 7px; } .read-next .rn-block .text { overflow: hidden; } .read-next .rn-block:hover { text-decoration: none; background: #efefef; color: #666; cursor: pointer; } .read-next .rn-block .text-overflow { font-size: 16px; line-height: 1.2em; max-height: 8.4em; padding-bottom: 2px; overflow: hidden; display: block; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; } .read-next .rn-block .text-overflow p { margin: 0; padding: 0; } .read-next .rn-block .head { font-size: 17.5777px; line-height: 23px; margin-bottom: 20px; display: block; font-weight: bold; } .read-next .rn-block .head .text-overflow { font-size: 18px; max-height: 3.6em; -webkit-line-clamp: 3; } .promo-popup { z-index: 100; display: block; position: fixed; right: -600px; bottom: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7); background: #fff; padding: 25px 15px 15px 15px; font-size: 20px; transition: right ease-out 600ms; border-radius: 10px; max-width: 340px; text-align: center; } .promo-popup.show { right: 10px; } .promo-popup .pp-text { margin-bottom: 15px; font-weight: 600; } .promo-popup .pp-btn { text-align: center; } .promo-popup .pp-close { color: #333; position: absolute; right: 5px; top: 5px; font-size: 12px; } .promo-popup .pp-close:hover { color: #999; text-decoration: none; }