/* Styles */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    color: #3a3a3a;
    font-size: 15px;
    font-family: Arial, helvetica, sans-serif;
    line-height: 21px;
    background: #ffffff;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #002776;
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
    outline: none;
}

textarea.inputSkin {
    text-transform: none;
}

iframe {
    border: none;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

label {
    display: block;
    cursor: pointer;
}

input {
    outline: 0;
    border: 0;
}

*[type="submit"] {
    cursor: pointer;
}

strong {
    font-weight: bold;
}

img {
    display: block;
    max-width: 100%;
    border: 0;
}

div,
input,
textarea,
footer,
a,
span,
ul,
li,
td, th,
h1, h2, h3, h4 {
    box-sizing: border-box;
}

h1, h2, h3, h4 {
    font-weight: normal;
    margin: 0;
}

.clear {
    clear: both;
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

ol {
    margin: 0;
}

button {
    border: none;
    cursor: pointer;
    outline: none;
}

canvas {
    max-width: 100%;
    max-height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.mobileOnly {
    display: none;
}

@media screen and (max-width: 1000px) {
    .mobileOnly {
        display: block;
    }
}

.w-33 {
    width: 33%;
}

ul.square {
    margin-left: 19px;
}

ul.square li {
    position: relative;
    margin-bottom: 17px;
}

ul.square li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #002776;
    position: absolute;
    top: 6px;
    left: -19px;
}

ul.check {
    margin-left: 30px;
}

ul.check li {
    position: relative;
    margin-bottom: 5px;
}

ul.check li::before {
    content: "";
    display: block;
    background-image: url("../images/sprites-desktop.png?s=9f06de18aa6ad205927902d583a558c4");
    background-position: -233px -100px;
    width: 17px;
    height: 13px;
    position: absolute;
    top: 3px;
    left: -30px;
}

#mainContainer {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

#mainContainer .inner {
    width: 960px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    #mainContainer .inner {
        width: 100%;
        padding: 0 25px;
    }
}

#mainContainer header {
    border-bottom: 1px #e7eaf0 solid;
    margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
    #mainContainer header {
        border-bottom: 0;
        padding: 20px 0;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1000px) {
    #mainContainer header .inner {
        padding: 0;
    }
}

#mainContainer header .logo {
    float: left;
    margin-top: 36px;
}

@media screen and (max-width: 1000px) {
    #mainContainer header .logo {
        margin-top: 0;
        margin-left: 25px;
    }
}

#mainContainer header .navHandler {
    display: none;
    background-image: url("../images/sprites-mobile.png?s=cb4335367113e5fd3224cccc82360777");
    background-position: 0px 0px;
    width: 19px;
    height: 16px;
    float: right;
    margin-right: 25px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #mainContainer header .navHandler {
        background-image: url("../images/sprites-mobile_2x.png?s=daa2dda7a4cb088916f4348d781a2808");
        background-size: 19px 16px;
    }
}

@media screen and (max-width: 1000px) {
    #mainContainer header .navHandler {
        display: block;
    }
}

#mainContainer header nav {
    width: 656px;
    float: right;
    position: relative;
    top: 5px;
}

@media screen and (max-width: 1000px) {
    #mainContainer header nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 52px;
        z-index: 20;
        background: #002776;
        padding: 0;
        margin-top: 12px;
    }
}

#mainContainer header nav ul li {
    float: left;
}

@media screen and (max-width: 1000px) {
    #mainContainer header nav ul li {
        float: none;
        text-align: right;
    }
}

#mainContainer header nav ul li:hover a, #mainContainer header nav ul li.active a {
    border-bottom: 4px #002776 solid;
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    #mainContainer header nav ul li:hover a, #mainContainer header nav ul li.active a {
        border: 0;
    }
}

#mainContainer header nav ul li:hover.active, #mainContainer header nav ul li.active.active {
    font-weight: bold;
}

#mainContainer header nav ul li.active:hover a {
    border-color: #ffffff;
}

#mainContainer header nav ul li.special {
    float: right;
}

@media screen and (max-width: 1000px) {
    #mainContainer header nav ul li.special {
        float: none;
    }
}

#mainContainer header nav ul li.special a {
    border-bottom: 4px #fece30 solid;
    padding: 35px 0;
}

@media screen and (max-width: 1000px) {
    #mainContainer header nav ul li.special a {
        border-bottom: 0;
        padding: 10px 25px;
    }
}

#mainContainer header nav ul li.special a:hover {
    border-color: #ffffff;
}

#mainContainer header nav ul li a {
    display: block;
    font-size: 15px;
    text-decoration: none;
    padding: 35px 0;
    margin: 0 20px;
}

@media screen and (max-width: 1000px) {
    #mainContainer header nav ul li a {
        color: #ffffff;
        padding: 10px 25px;
        margin: 0;
    }
}

#mainContainer header nav ul li a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
}

#mainContainer #mainContent {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 136px);
}

@media screen and (max-width: 1000px) {
    #mainContainer #mainContent {
        min-height: calc(100vh - 89px);
    }
}

#mainContainer footer {
    flex-shrink: 0;
    background: #fddb00;
}

#mainContainer footer .rowWrap {
    height: 71px;
}

#mainContainer footer .row {
    padding: 15px 0;
    overflow: hidden;
}

#mainContainer footer .row#fluidStripe {
    background: #fddb00;
    width: 100%;
    height: 71px;
}

#mainContainer footer .row#fluidStripe.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

#mainContainer footer .row.contact {
    padding-top: 20px;
    border-top: 1px #ffffff solid;
}

#mainContainer footer .row.contact img {
    float: left;
    margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
    #mainContainer footer .row.contact img {
        width: 130px;
    }
}

#mainContainer footer .row h3 {
    font-size: 21px;
    font-weight: bold;
    color: #002776;
    float: right;
    margin-top: 13px;
    margin-right: 25px;
}

@media screen and (max-width: 1000px) {
    #mainContainer footer .row h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 375px) {
    #mainContainer footer .row h3 {
        font-size: 11px;
    }
}

#mainContainer footer .row .button {
    float: right;
}

#mainContainer footer .row nav {
    float: right;
}

@media screen and (max-width: 1000px) {
    #mainContainer footer .row nav li:last-of-type {
        display: block;
        padding: 0;
    }
}

#mainContainer footer .row nav ul li {
    float: left;
    font-size: 13px;
}

#mainContainer footer .row nav ul li:last-of-type a {
    border: 0;
    padding-right: 0;
}

#mainContainer footer .row nav ul li a {
    text-decoration: none;
    border-right: 1px #002776 solid;
    padding: 0 13px;
    font-weight: bold;
}

#mainContainer footer .row nav ul li a:hover {
    text-decoration: underline;
}

#mainContainer footer .row ul.contact {
    margin-top: 10px;
    float: right;
}

#mainContainer footer .row ul.contact li {
    padding: 0 13px;
    border-right: 1px #002776 solid;
    float: left;
    font-size: 11px;
    line-height: 14px;
    color: #002776;
}

@media screen and (max-width: 1000px) {
    #mainContainer footer .row ul.contact li {
        display: none;
    }
}

#mainContainer footer .row ul.contact li:last-of-type {
    border: 0;
    padding-right: 0;
}

@media screen and (max-width: 1000px) {
    #mainContainer footer .row ul.contact li:last-of-type {
        display: block;
        padding: 0;
    }
}

#mainContainer footer .row ul.contact li a {
    text-decoration: none;
}

#mainContainer footer .row ul.contact li a:hover {
    text-decoration: underline;
}

#mainContent .content-page {
    flex: 1 0 auto;
}

#mainContent .content-page.card-advantages .header,
#mainContent .content-page.for-company .header {
    background: url("../images/hp-banner-bg.png?s=8d708232362c485695a4507048b212cc");
    background-position: calc(50% + 160px) 50%;
    background-repeat: no-repeat;
    height: 357px;
    border-bottom: 1px #e7eaef solid;
}

@media screen and (max-width: 1000px) {

    #mainContent .content-page.card-advantages .header,
    #mainContent .content-page.for-company .header,
    #mainContent .content-page.homepage .header {
        background-image: none;
        height: auto;
        padding: 25px 0;
    }
}

#mainContent .content-page.card-advantages .header h1,
#mainContent .content-page.for-company .header h1 {
    width: 330px;
    color: #ffffff;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-top: 122px;
}

#mainContent .content-page.homepage .header {
    border-bottom: 1px #e7eaef solid;
}

#mainContent .content-page.homepage .header .text {
    float: left;
    top: 0;
}

#mainContent .content-page.homepage .header img {
    float: right;
    top: 0;
}

#mainContent .content-page.homepage .header h1 {
    width: 385px;
    color: #002776;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-top: 80px;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.card-advantages .header h1,
    #mainContent .content-page.for-company .header h1,
    #mainContent .content-page.homepage .header h1 {
        padding-top: 0;
        width: 100%;
        font-size: 20px;
        line-height: 30px;
    }

    #mainContent .content-page.homepage .header img {
        float: none;
        margin: 0 auto;
        padding-top: 15px;
    }

    #mainContent .content-page.homepage .header {
        padding-bottom: 0;
    }
}

#mainContent .content-page.card-advantages .header .button,
#mainContent .content-page.for-company .header .button,
#mainContent .content-page.homepage .header .button {
    font-size: 23px;
    font-weight: bold;
    padding: 12px 50px;
}

#mainContent .content-page.card-advantages .header .button:hover,
#mainContent .content-page.for-company .header .button:hover,
#mainContent .content-page.homepage .header .button:hover {
    color: #ffffff;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.card-advantages .header .button,
    #mainContent .content-page.for-company .header .button,
    #mainContent .content-page.homepage .header .button {
        font-size: 16px;
        padding: 9px 31px;
    }
}

#mainContent .content-page.card-advantages .row,
#mainContent .content-page.for-company .row,
#mainContent .content-page.homepage .row {
    overflow: hidden;
    padding: 50px 0;
    background: #ffffff;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.card-advantages .row,
    #mainContent .content-page.for-company .row,
    #mainContent .content-page.homepage .row {
        padding: 25px 0;
        padding-bottom: 0;
    }
}

#mainContent .content-page.card-advantages .row:nth-of-type(2n),
#mainContent .content-page.for-company .row:nth-of-type(2n),
#mainContent .content-page.homepage .row:nth-of-type(2n) {
    background: #e7eaf0;
}

#mainContent .content-page.card-advantages .row.imgLeft img,
#mainContent .content-page.for-company .row.imgLeft img,
#mainContent .content-page.homepage .row.imgLeft img {
    float: left;
    left: 0;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.card-advantages .row.imgLeft img,
    #mainContent .content-page.for-company .row.imgLeft img,
    #mainContent .content-page.homepage .row.imgLeft img {
        float: none;
        margin: 0 auto;
    }
}

#mainContent .content-page.card-advantages .row.imgLeft .text,
#mainContent .content-page.for-company .row.imgLeft .text,
#mainContent .content-page.homepage .row.imgLeft .text {
    width: 475px;
    float: right;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.card-advantages .row.imgLeft .text,
    #mainContent .content-page.for-company .row.imgLeft .text,
    #mainContent .content-page.homepage .row.imgLeft .text {
        width: 100%;
        margin-bottom: 30px;
    }
}

#mainContent .content-page.card-advantages .row.imgRight img,
#mainContent .content-page.for-company .row.imgRight img,
#mainContent .content-page.homepage .row.imgRight img {
    float: right;
    right: 0;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.card-advantages .row.imgRight img,
    #mainContent .content-page.for-company .row.imgRight img,
    #mainContent .content-page.homepage .row.imgRight img {
        float: none;
        margin: 0 auto;
    }
}

#mainContent .content-page.card-advantages .row.imgRight .text,
#mainContent .content-page.for-company .row.imgRight .text,
#mainContent .content-page.homepage .row.imgRight .text {
    width: 475px;
    float: left;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.card-advantages .row.imgRight .text,
    #mainContent .content-page.for-company .row.imgRight .text,
    #mainContent .content-page.homepage .row.imgRight .text {
        width: 100%;
        margin-bottom: 30px;
    }
}

#mainContent .content-page.card-advantages .row img.align-bottom,
#mainContent .content-page.for-company .row img.align-bottom,
#mainContent .content-page.homepage .row img.align-bottom {
    position: absolute;
    bottom: -50px;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.card-advantages .row img.align-bottom,
    #mainContent .content-page.for-company .row img.align-bottom,
    #mainContent .content-page.homepage .row img.align-bottom {
        position: relative;
        bottom: auto;
    }
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.card-advantages .row img.space,
    #mainContent .content-page.for-company .row img.space,
    #mainContent .content-page.homepage .row img.space {
        padding-bottom: 25px;
    }
}

#mainContent .content-page.card-advantages .row .inner,
#mainContent .content-page.for-company .row .inner,
#mainContent .content-page.homepage .row .inner {
    position: relative;
}

#mainContent .content-page.card-advantages .row .inner h2,
#mainContent .content-page.for-company .row .inner h2,
#mainContent .content-page.homepage .row .inner h2 {
    color: #002776;
    font-size: 29px;
    line-height: 33px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.card-advantages .row .inner h2,
    #mainContent .content-page.for-company .row .inner h2,
    #mainContent .content-page.homepage .row .inner h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

#mainContent .content-page.howto-order h1,
#mainContent .content-page.error-404 h1 {
    color: #002776;
    font-size: 29px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 25px;
}

#mainContent .content-page.howto-order .typesWrap {
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 70px;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.howto-order .typesWrap {
        margin-bottom: 10px;
        margin-top: 45px;
    }
}

#mainContent .content-page.howto-order .typesWrap .type {
    float: left;
    margin-right: 105px;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.howto-order .typesWrap .type {
        width: 255px;
        margin-right: 0;
        margin: 0 auto 35px auto;
        float: none;
        overflow: hidden;
    }
}

#mainContent .content-page.howto-order .typesWrap .type:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.howto-order .typesWrap .type:last-of-type {
        margin-right: auto;
    }
}

#mainContent .content-page.howto-order .typesWrap .type img {
    float: left;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.howto-order .typesWrap .type img {
        width: 90px;
    }
}

#mainContent .content-page.howto-order .typesWrap .type .text {
    margin-left: 45px;
    float: left;
    width: 195px;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.howto-order .typesWrap .type .text {
        margin-left: 30px;
        width: 135px;
    }
}

#mainContent .content-page.howto-order .typesWrap .type .text h2 {
    color: #002776;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}

#mainContent .content-page.prices .intro {
    overflow: hidden;
    margin-bottom: 30px;
}

#mainContent .content-page.prices .intro .text {
    width: 640px;
    float: left;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.prices .intro .text {
        width: 100%;
    }
}

#mainContent .content-page.prices .intro .text h1 {
    font-size: 29px;
    line-height: 34px;
    color: #002776;
    font-weight: bold;
    margin-bottom: 35px;
}

#mainContent .content-page.prices .intro .text a {
    color: #3a3a3a;
}

#mainContent .content-page.prices .intro img {
    float: right;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.prices .intro img {
        float: none;
        margin: 0 auto;
    }
}

#mainContent .content-page.prices .row {
    padding: 40px 0;
    background: #e7eaf0;
    border-bottom: 1px #ffffff solid;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.prices .row {
        padding: 20px 0;
        text-align: center;
    }
}

#mainContent .content-page.prices .row h2 {
    font-size: 29px;
    line-height: 34px;
    color: #002776;
    font-weight: bold;
    margin-bottom: 35px;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.prices .row h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 25px;
    }
}

#mainContent .content-page.prices .row table {
    margin-bottom: 20px;
}

#mainContent .content-page.prices .row table.sipo {
    width: 470px;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.prices .row table.sipo {
        width: 100%;
    }
}

#mainContent .content-page.prices .row table.packages {
    display: inline-table;
}

#mainContent .content-page.prices .row table.package1 {
    width: 100%;
}

#mainContent .content-page.prices .row table.packages .smaller {
    font-size: 13px;
}

#mainContent .content-page.prices .row table.packages tr th.main-header {
    padding-bottom: 0;
}

#mainContent .content-page.prices .row table.packages tr .hide-wide {
    display: none;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.prices .row table.packages {
        display: table;
        width: 100%;
    }

    #mainContent .content-page.prices .row table.packages tr .hide-wide {
        display: table-cell;
    }
}

#mainContent .content-page.prices .row table.papers {
    width: 100%;
}

#mainContent .content-page.prices .row table.papers .smaller {
    font-size: 13px;
}

#mainContent .content-page.prices .row table.papers tr td {
    width: auto;
}

#mainContent .content-page.prices .row table.papers--mobile-show {
    display: none;
}

#mainContent .content-page.prices .row table.data-discount {
    width: 470px;
    white-space: nowrap;
}

#mainContent .content-page.prices .row table.data-discount thead {
    background-color: #f5f7f9;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.prices .row table.papers--mobile-show {
        display: table;
    }

    #mainContent .content-page.prices .row table.papers--mobile-hide {
        display: none;
    }

    #mainContent .content-page.prices .row table.data-discount {
        width: 100%;
        white-space: normal;
    }
}

#mainContent .content-page.prices .row table tr:nth-child(even) td {
    background: #f5f7f9;
}

#mainContent .content-page.prices .row table tr th {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #002776;
    padding: 10px 10px 15px 10px;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.prices .row table tr th {
        font-size: 13px;
        line-height: 17px;
    }
}

#mainContent .content-page.prices .row table tr th.center {
    text-align: center;
}

#mainContent .content-page.prices .row table tr td {
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    background: #ffffff;
    text-align: center;
}

#mainContent .content-page.prices .row table tr td.left {
    text-align: left !important;
}

#mainContent .content-page.prices .row table tr td.weight {
    color: #002776;
}

#mainContent .content-page.prices .row table tr td.weight span {
    display: block;
    font-weight: normal;
}

#mainContent .content-page.prices .row table tr td strike {
    color: #dc1c1c;
    font-weight: normal;
}

#mainContent .content-page.prices .row table tr td .packages-discount {
    color: #dc1c1c;
}

#mainContent .content-page.prices .row h3 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
}

@media screen and (min-width: 1001px) {
    #mainContent .content-page.prices .row table tr td {
        width: 150px;
    }

    #mainContent .content-page.prices .row table tr td.weight {
        width: 110px;
    }

    #mainContent .content-page.prices .row table.papers tr td.weight {
        width: 230px;
    }
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.prices .row li,
    #mainContent .content-page.prices .row p {
        text-align: left;
    }

    #mainContent .content-page.prices .row table tr td {
        width: 40%;
    }

    #mainContent .content-page.prices .row table tr td.weight {
        width: 110px;
    }
}

#mainContent .content-page.postbox h1 {
    color: #002776;
    font-size: 29px;
    line-height: 34px;
    font-weight: bold;
}

#mainContent .content-page.postbox ul.advantages {
    font-size: 0;
    margin-top: 25px;
}

#mainContent .content-page.postbox ul.advantages li {
    width: 220px;
    display: inline-block;
    margin-right: 150px;
    text-align: center;
    vertical-align: top;
}

#mainContent .content-page.postbox ul.advantages li:last-child {
    margin-right: 0;
}

#mainContent .content-page.postbox ul.advantages li .icoWrap {
    height: 138px;
}

#mainContent .content-page.postbox ul.advantages li .icoWrap .ico-postbox-pen {
    margin-top: 21px;
}

#mainContent .content-page.postbox ul.advantages li .icoWrap .ico-postbox-mail {
    margin-top: 26px;
}

#mainContent .content-page.postbox ul.advantages li span {
    display: block;
    margin-top: 30px;
    color: #002776;
    font-size: 16px;
    font-weight: bold;
}

#mainContent .content-page.postbox .features {
    overflow: hidden;
    padding-bottom: 35px;
    margin-top: 75px;
}

#mainContent .content-page.postbox .features h2 {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
}

#mainContent .content-page.postbox .features .col {
    width: 100%;
    margin-bottom: 25px;
}

#mainContent .content-page.postbox .features .col:last-child {
    margin-bottom: 0;
}

#mainContent .content-page.postbox .features .col img {
    float: right;
}

#mainContent .content-page.postbox .features .col ul li {
    margin-bottom: 10px;
    vertical-align: top;
    padding-right: 45px;
}

#mainContent .content-page.postbox .features .col a {
    color: #3a3a3a;
}

#mainContent .content-page.private-form .inner #contentIframe {
    position: absolute;
    top: -205px;
    left: 0;
    width: 100%;
    height: 1760px;
}

#mainContent .content-page.bussiness-form .inner {
    width: 1100px;
    height: 1220px;
    overflow: hidden;
    position: relative;
}

#mainContent .content-page.bussiness-form .inner #contentIframe {
    position: absolute;
    top: -205px;
    left: 0;
    width: 100%;
    height: 1403px;
}

.button {
    display: inline-block;
    text-decoration: none;
}

.button-type1 {
    color: #002776;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 17px;
    border-radius: 8px;
    border: 1px #002776 solid;
}

.button-type1:hover {
    background: #002279;
    color: #ffffff;
}

.button-type2 {
    color: #ffffff;
    background: #002279;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 17px;
    border-radius: 8px;
    border: 1px #002776 solid;
}

@media screen and (max-width: 1000px) {
    .button-type2 {
        font-size: 12px;
        padding: 8px 15px;
    }
}

.button-type2:hover {
    background: transparent;
    color: #002776;
}

.button-type3 {
    color: #002776;
    background: #ffce34;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 17px;
    border-radius: 8px;
    border: 1px #ffce34 solid;
}

.button-type3:hover {
    background: transparent;
    color: #002776 !important;
}

.button-type4 {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 5px 35px;
    border-radius: 8px;
    color: #ffffff;
    background-color: #ffc92b;
    margin-bottom: 50px;
}

.button-type4:hover {
    color: #12377d;
}

.button-type4.right {
    float: right;
}

.button-type4.left {
    float: left;
    color: #4c4c4c;
    background-color: #ffffff;
    border: 1px solid #bebebe;
}

.button-type4.left:hover {
    background-color: #c8c8c8;
}

@media screen and (max-width: 1000px) {
    .button-type3 {
        font-size: 12px;
        padding: 8px 15px;
    }
}

.button-type3:hover {
    border-color: #ffce34;
    background: transparent;
    color: #002776;
}

.faq {
    background: #e7eaf0;
    padding: 40px 0;
}

@media screen and (max-width: 1000px) {
    .faq {
        padding: 20px 0;
    }
}

.faq h2 {
    color: #002776;
    font-size: 29px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 45px;
}

@media screen and (max-width: 1000px) {
    .faq h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

.faq .itemsWrap .item.open h3 {
    background: #ffffff;
}

.faq .itemsWrap .item.open h3::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq .itemsWrap .item h3 {
    font-size: 17px;
    color: #3a3a3a;
    font-weight: bold;
    position: relative;
    padding: 15px 25px;
    border-bottom: 2px #ffffff solid;
    margin-top: 4px;
    cursor: pointer;
    padding-top: 20px;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.faq .itemsWrap .item h3:hover {
    background: #ffffff;
}

@media screen and (max-width: 1000px) {
    .faq .itemsWrap .item h3 {
        padding: 10px 45px 10px 15px;
    }
}

.faq .itemsWrap .item h3::after {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    top: 26px;
    background-image: url("../images/sprites-desktop.png?s=9f06de18aa6ad205927902d583a558c4");
    background-position: -250px -100px;
    width: 12px;
    height: 7px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

@media screen and (max-width: 1000px) {
    .faq .itemsWrap .item h3::after {
        top: 16px;
    }
}

.faq .itemsWrap .item .detail {
    display: none;
    background: #ffffff;
    padding: 20px 25px;
}

.faq .itemsWrap .item .detail h4 {
    font-size: 16px;
    color: #3a3a3a;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}

.faq .itemsWrap .item .detail ul.cardDetail {
    margin-top: 35px;
}

.faq .itemsWrap .item .detail ul.cardDetail li {
    margin-bottom: 10px;
}

.faq .itemsWrap .item .detail ul.cardDetail li span {
    display: inline-block;
    background: #002776;
    color: #ffffff;
    padding: 0 5px;
    margin-right: 7px;
}

.documents {
    overflow: hidden;
    padding: 50px 0;
}

@media screen and (max-width: 1000px) {
    .documents {
        padding: 30px 0;
    }
}

.documents h2 {
    color: #002776;
    font-size: 29px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 25px;
}

@media screen and (max-width: 1000px) {
    .documents h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

.documents .col {
    width: 460px;
    float: left;
    margin-right: 40px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1000px) {
    .documents .col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.documents .col:nth-of-type(2n) {
    margin-right: 0;
}

@media screen and (max-width: 1000px) {
    .documents .col:nth-of-type(2n) {
        margin-bottom: 0;
    }
}

.documents .col h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
    .documents .col h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}

.ico {
    display: inline-block;
}

.ico span {
    display: none;
}

.ico-postbox-mail {
    background-image: url("../images/sprites-desktop.png?s=9f06de18aa6ad205927902d583a558c4");
    background-position: -108px 0px;
    width: 125px;
    height: 91px;
}

.ico-postbox-pen {
    background-image: url("../images/sprites-desktop.png?s=9f06de18aa6ad205927902d583a558c4");
    background-position: -233px 0px;
    width: 101px;
    height: 100px;
}

.ico-postbox-handmail {
    background-image: url("../images/sprites-desktop.png?s=9f06de18aa6ad205927902d583a558c4");
    background-position: 0px 0px;
    width: 108px;
    height: 138px;
}

/*# sourceMappingURL=desktop.css.map */

/* Form */
form {
    clear: both;
    width: 100%
}

form p {
    vertical-align: top
}

/* Labels */
label {
    cursor: pointer
}

label.top {
    vertical-align: top
}

/* Inputs */
input[type="text"],
input[type="password"],
input[type="file"],
input[type="email"] {
    padding: 3px 8px;
    height: 40px;
    font-size: 1em;
    line-height: 2.28571em;
    line-height: 16px;
    color: #383838;
    border: 1px solid #c8c8c8
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="email"]:focus {
    border: 1px solid #12377d
}

.ie8 input[type="text"],
.ie8 input[type="password"],
.ie8 input[type="file"],
.ie8 input[type="email"] {
    height: auto !important;
    padding: 11px 4px 11px 7px
}

input[type="submit"],
button {
    font-size: 110%;
    cursor: pointer;
    background: #53aae3;
    color: #ffffff;
    vertical-align: bottom
}

button {
    font-family: Arial, sans-serif, "Calibri";
    border: none
}

input.full, select.full {
    width: 100%
}

input.long, select.long {
    width: 330px
}

input.medium, select.medium {
    width: 150px
}

input.short, select.short {
    width: 120px
}

input.shorter, select.shorter {
    width: 107px
}

input.btn {
    padding: 8px 15px
}

/* Textarea */
textarea {
    margin: 0;
    padding: 3px;
    font-size: 1em;
    line-height: 2.28571em;
    background: #ffffff;
    border: 1px solid #a6c0d3;
    line-height: 16px;
    color: #004d80;
    font-family: Arial, Tahoma, Helvetica, sans-serif, "Calibri";
    overflow: hidden
}

textarea:focus {
    border: 1px solid #004d80
}

/* Legend */
legend {
    display: none
}

/* Selects */
select {
    padding: 3px 8px;
    height: 40px;
    font-size: 1em;
    line-height: 2.28571em;
    line-height: 16px;
    color: #383838;
    border: 1px solid #c8c8c8;
    line-height: 1;
    padding: 10px 8px;
    vertical-align: bottom
}

select:focus {
    border: 1px solid #12377d
}

select:focus {
    outline: 0
}

/* Radio buttons */
/* Checkboxes */
input[type="checkbox"] {
    margin-left: 0 !important
}

/* Mandatory fields */
.mandatory label,
.mandatory {
    font-weight: bold
}

.mandatory label:after,
.mandatory:after {
    content: "*";
    display: inline-block;
    margin-left: 2px;
    color: #12377d
}

.steps {
    width: 100%;
    height: 69px;
    background-position: 0 -323px;
    margin-bottom: 45px
}

.steps li {
    float: left;
    line-height: 63px;
    font-weight: bold;
    font-size: 140%
}

.steps li.step-1 {
    color: white;
    margin-left: 80px;
    margin-right: 390px
}

.steps li.step-2 {
    color: #c8c8c8
}

.order-2 .steps, .private-order-2 .steps {
    background-position: 0 -256px;
    height: 67px
}

.order-2 .steps li.step-1, .private-order-2 .steps li.step-1 {
    color: #c8c8c8;
    margin-left: 80px;
    margin-right: 370px
}

.order-2 .steps li.step-2, .private-order-2 .steps li.step-2 {
    color: white
}

.order #content .cta .btn.yellow, .private-order #content .cta .btn.yellow {
    margin-right: 0
}

#order-list {
    background: #f8f8f8;
    border-top: 1px solid #eaeaea;
    padding: 0 50px 0 50px;
    margin-bottom: 2em
}

p.cta .btn.big {
    float: right
}

.divider {
    display: block;
    height: 1px;
    background: #dcdcdc;
    margin-bottom: 1em
}

.box {
    padding: 25px 100px;
    border: 1px solid gainsboro
}

.box.ares-not-found {
    clear: both;
    padding: 20px;
    margin-bottom: 2em
}

.box.ares-not-found:before, .box.ares-not-found:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.box.ares-not-found:after {
    clear: both
}

.box.ares-not-found .cta {
    clear: both
}

#success {
    font-weight: bold;
    font-size: 180%;
    color: #c8c8c8;
    margin-bottom: 150px
}

#success:before {
    width: 125px;
    height: 124px;
    content: '';
    display: inline-block;
    background-position: -317px 0;
    margin: 20px 20px 0 0
}

#success p {
    display: inline-block;
    width: 70%;
    position: relative;
    top: -17px
}

.sprite-sprite,
.scrollup,
#header h1 a:before,
#guidepost #company:after,
.lp #guidepost p.a:before,
.lp #guidepost p.b:before,
.steps,
.order-2 .steps,
.private-order-2 .steps,
#success:before,
#footer .wrapper:before {
    background-image: url('../images/sprite-s7e1ad26e72.png');
    background-repeat: no-repeat
}

div.table {
    display: table;
    width: 600px;
}

@media screen and (max-width: 600px) {
    div.table {
        display: block;
        max-width: 600px;
        width: auto;
    }
}

div.table.table-wide {
    width: 100%;
}

div.table.table-wide label {
    display: inline;
}

div.table .cell {
    display: table-cell;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

@media screen and (max-width: 600px) {
    div.table .cell {
        display: block;
    }
}

div.table .cell-10 {
    padding-bottom: 10px;
    margin-top: 10px;
}

div.table .label {
    width: 220px;
    text-align: right;
    font-size: 120%;
    font-weight: bold;
    color: #12377d;
    padding-right: 40px
}

@media screen and (max-width: 600px) {
    div.table .label {
        width: auto;
        text-align: left;
        padding-right: 0;
        padding-bottom: 10px;
    }
}

div.table .row {
    display: table-row;
    position: relative
}

.red {
    border: 1px solid red !important
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #383838;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #383838;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #383838;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #383838;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

table {
    clear: both;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 2em
}

.table {
    width: 100%
}

.table tr:first-child td {
    border-top: none
}

.table td:first-child {
    width: 200px;
    vertical-align: top
}

.table th, .table td {
    padding: 25px 0
}

.table th {
    background: #12377d;
    border-right: 1px solid #116dae;
    color: #ffffff
}

.table th:last-child {
    border-right: none
}

.table td {
    background: #f8f8f8;
    border-top: 1px solid #dcdcdc;
    text-align: right
}

.table td strong {
    text-align: left;
    display: block;
    padding-left: 20px
}

.table .hover td {
    background: #838383
}

.table tr.hq td,
.table tr.hq-add-info td {
    text-align: left
}

.table tr.hq td strong,
.table tr.hq-add-info td strong {
    padding-left: 0
}

.table tr.hq-add-info td strong {
    padding-top: 10px;
    color: #383838
}

.table .parentRow {
    border-bottom: 1px solid #116dae
}

.tableKarty {
    font-size: 12px
}

.tableKarty > thead > tr > th {
    padding-left: 7px;
    padding-right: 7px
}

.tableKarty td {
    padding-left: 7px;
    padding-right: 7px
}

.vat {
    vertical-align: top
}

#mainContent .order h2,
#mainContent .private-order h2 {
    font-size: 2em;
    line-height: 1.21429em;
    color: #c8c8c8;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.5em
}

p.info {
    clear: both;
    font-style: italic;
    font-size: 90%;
    color: #a5a5a5;
    padding-left: 20px;
    font-weight: bold;
    background: url("../images/arrow-blue-right.png") 0 4px no-repeat;
    margin: 2em 0
}

/* Validation
----------------------------------------------------------- */
span.error_message {
    background: #fa5e20;
    padding: 10px;
    display: inline-block;
    position: absolute !important;
    width: 335px;
    margin: 0 -1px;
    top: 0;
    left: 340px;
    color: white;
    position: relative;
    background: #fa5e20;
    border: 1.5px solid #fa5e20;
    border: none !important;
    border-bottom: 1px solid #c8c8c8 !important
}

span.error_message:after,
span.error_message:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

span.error_message:after {
    border-right-color: #fa5e20;
    border-width: 6px;
    top: 50%;
    margin-top: -6px
}

span.error_message:before {
    border-right-color: #fa5e20;
    border-width: 8.12132px;
    top: 24px;
    margin-top: -8.12132px
}

span.error_message:before {
    margin-top: -12px
}

span.error_message:after {
    display: none
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../images/ajax-loader.gif') 50% 50% no-repeat;
    opacity: 0.80;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.steps {
    width: 100%;
    height: 69px;
    background-position: 0 -323px;
    margin-bottom: 45px
}

.steps li {
    float: left;
    line-height: 63px;
    font-weight: bold;
    font-size: 140%
}

.steps li.step-1 {
    color: white;
    margin-left: 80px;
    margin-right: 390px
}

.steps li.step-2 {
    color: #c8c8c8
}

.order-2 .steps, .private-order-2 .steps {
    background-position: 0 -256px;
    height: 67px
}

.order-2 .steps li.step-1, .private-order-2 .steps li.step-1 {
    color: #c8c8c8;
    margin-left: 80px;
    margin-right: 370px
}

.order-2 .steps li.step-2, .private-order-2 .steps li.step-2 {
    color: white
}

.order #content .cta .btn.yellow, .private-order #content .cta .btn.yellow {
    margin-right: 0
}

#order-list {
    background: #f8f8f8;
    border-top: 1px solid #eaeaea;
    padding: 0 50px 0 50px;
    margin-bottom: 2em
}

p.cta .btn.big {
    float: right
}

.divider {
    display: block;
    height: 1px;
    background: #dcdcdc;
    margin-bottom: 1em
}

.box {
    padding: 25px 100px;
    border: 1px solid gainsboro
}

.box.ares-not-found {
    clear: both;
    padding: 20px;
    margin-bottom: 2em
}

.box.ares-not-found:before, .box.ares-not-found:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.box.ares-not-found:after {
    clear: both
}

.box.ares-not-found .cta {
    clear: both
}

#success {
    font-weight: bold;
    font-size: 180%;
    color: #c8c8c8;
    margin-bottom: 150px
}

#success:before {
    width: 125px;
    height: 124px;
    content: '';
    display: inline-block;
    background-position: -317px 0;
    margin: 20px 20px 0 0
}

#success p {
    display: inline-block;
    width: 70%;
    position: relative;
    top: -17px
}

.white-popup {
    position: relative;
    background: #ffffff;
    padding: 30px;
    max-width: 60%;
    width: auto;
    margin: 0px auto 30px auto;
}

.white-popup .popup-modal-dismiss {
    float: right;
}

.white-popup h1,
.white-popup h2,
.white-popup h3,
.white-popup h4 {
    margin-bottom: 1em;
    clear: left;
    font-family: Arial, sans-serif, "Calibri";
    font-weight: bold
}

.white-popup h1 {
    font-size: 2.14286em;
    line-height: 1.6em;
    line-height: 1.5;
    margin-bottom: 0.5em;
    color: #12377d
}

.white-popup h2 {
    font-size: 2em;
    line-height: 1.14286em;
    color: #c8c8c8;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.5em
}

.white-popup h2.blue {
    color: #12377d;
    font-size: 3.28571em;
    line-height: 1.3913em
}

.white-popup h2.white {
    color: white;
    font-size: 3.28571em;
    line-height: 1.3913em
}

.white-popup h3 {
    font-size: 1.71429em;
    line-height: 1.33333em;
    color: #707273;
    line-height: 1.5;
    margin-bottom: 0.5em
}

.white-popup p {
    margin-bottom: 1em
}

.white-popup ul {
    margin-bottom: 2em
}

.white-popup ul li {
    margin-bottom: 1em;
    padding-left: 20px;
    background: url("../images/content-li.png") 0 4px no-repeat
}

.white-popup ol {
    margin-left: 18px;
    margin-bottom: 1em
}

.white-popup ol li {
    list-style-type: decimal;
    margin-bottom: 1em;
    padding-left: 10px
}

.order p.mandatory:after {
    display: none
}

.order p.mandatory {
    float: left;
    width: 330px;
    position: relative
}

.order p.mandatory .error_message {
    width: 330px;
    top: 80px;
    left: 0;
    position: relative;
    background: #fa5e20;
    border: 1.5px solid #fa5e20;
    font-weight: normal
}

.order p.mandatory .error_message:after,
.order p.mandatory .error_message:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.order p.mandatory .error_message:after {
    border-bottom-color: #fa5e20;
    border-width: 6px;
    left: 50%;
    margin-left: -6px
}

.order p.mandatory .error_message:before {
    border-bottom-color: #fa5e20;
    border-width: 8.12132px;
    left: 50%;
    margin-left: -8.12132px
}

.order p.mandatory .error_message:before {
    margin-top: -36px
}

.order p.button-arres {
    float: left
}

.order p.cta .btn.big,
.private-order p.cta .btn.big {
    float: left
}

#ic {
    border: 2px solid #12377d;
    width: 330px;
    margin-right: 10px
}

.ic {
    display: block;
    font-size: 140%
}

.button-arres {
    display: inline;
    margin-left: 20px;
    margin-top: 19px;
    margin-bottom: 30px
}

.button-arres em {
    display: block;
    color: #555555;
    font-size: 90%;
    margin-bottom: 20px;
}

.button-arres button {
    background: url("../images/ares.png") repeat-x;
    height: 42px;
    color: #555555;
    font-weight: bold;
    font-size: 120%;
    padding: 0 40px;
    border: none;
    margin-bottom: 1em
}

.button-arres button .uppercase {
    text-transform: uppercase
}

.nod {
    display: none !important
}

p.info {
    clear: both;
    font-style: italic;
    font-size: 90%;
    color: #a5a5a5;
    padding-left: 20px;
    font-weight: bold;
    background: url("../images/arrow-blue-right.png") 0 4px no-repeat;
    margin: 2em 0
}

div.address {
    clear: both;
    padding: 20px;
    border: 1px solid #e2e0db;
    margin-bottom: 60px
}

div.address .address-detail {
    float: left;
    width: 75%;
    margin-bottom: 30px
}

div.address .address-detail span {
    width: 30%;
    display: inline-block;
    text-align: right;
    margin-right: 3%;
    vertical-align: top
}

div.address .address-detail strong {
    color: #12377d;
    display: inline-block;
    width: 400px
}

div.address .address-detail p {
    margin-bottom: 0.5em;
    font-size: 120%
}

div.address .address-detail p:before,
div.address .address-detail p:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

div.address .address-detail p:after {
    clear: both
}

div.address p.info {
    margin: 0 20px
}

div.address .match {
    float: right;
    width: 25%;
    padding: 3px 15px 20px;
    border-left: 1px solid #c8c8c8;
    font-size: 90%
}

div.address .match span,
div.address .match input {
    display: inline-block
}

div.address .match span {
    width: 100%;
    padding-left: 30px;
    position: relative;
    top: -22px;
}

div.address .match input {
    position: relative;
    z-index: 10;
}

div.address .match label {
    display: block;
    vertical-align: top;
    z-index: 2;
}

@media screen and (max-width: 600px) {
    div.address .address-detail,
    div.address .match {
        float: none;
        width: auto;
    }

    div.address .match {
        border-left: none;
    }

    div.address .address-detail strong {
        width: auto;
    }

    span.error_message {
        position: static !important;
        width: auto;
    }

    span.error_message:before {
        display: none;
    }
}

h2.blue {
    color: #12377d !important;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 30px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.white-popup-block {
    background-color: #ffffff;
}

#mainContent .content-page.family .head {
    overflow: hidden;
    padding-bottom: 15px;
}

#mainContent .content-page.family .head h1 {
    width: 440px;
    color: #002776;
    font-size: 33px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-top: 50px;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.family .head h1 {
        width: 100%;
        font-size: 25px;
        line-height: 36px;
    }
}

#mainContent .content-page.family .head h2 {
    font-size: 17px;
    font-weight: normal;
    line-height: 21px;
    color: #000;
}

#mainContent .content-page.family .head p {
    width: 350px;
    font-size: 17px;
    margin-top: 10px;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.family .head p {
        width: 100%;
    }
}

#mainContent .content-page.family .head img {
    float: right;
    width: 340px;
}

#mainContent .content-page.family .situations {
    background: #e7eaf0;
}

#mainContent .content-page.family .situations .inner {
    padding: 50px 0 0 0;
    width: 900px;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.family .situations .inner {
        width: 100%;
        padding: 25px;
    }
}

#mainContent .content-page.family .situations h2 {
    color: #002776;
    font-size: 29px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 45px;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.family .situations h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

#mainContent .content-page.family .situations .situations-slider .content {
    width: 500px;
    float: right;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.family .situations .situations-slider .content {
        width: 100%;
        margin-top: 25px;
    }
}

#mainContent .content-page.family .situations .situations-slider .content h3 {
    font-size: 17px;
    color: #002776;
    margin-bottom: 15px;
}

#mainContent .content-page.family .situations .situations-slider .content p {
    font-size: 13px;
}

#mainContent .content-page.family .situations .situations-slider img {
    float: left;
    margin-left: 90px;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.family .situations .situations-slider img {
        float: none;
        margin-left: 0;
        margin: 0 auto;
    }
}

#mainContent .content-page.family .situations .situations-slider .slick-dots {
    position: absolute;
    top: 35px;
    left: -25px;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.family .situations .situations-slider .slick-dots {
        left: 0;
    }
}

#mainContent .content-page.family .situations .situations-slider .slick-dots li {
    margin-bottom: 10px;
}

#mainContent .content-page.family .situations .situations-slider .slick-dots li.slick-active a {
    background: #ffce34;
    border-color: #222d80;
}

#mainContent .content-page.family .situations .situations-slider .slick-dots li a {
    display: block;
    width: 18px;
    height: 18px;
    background: #b2b5bb;
    border: 2px #b2b5bb solid;
    border-radius: 100%;
    cursor: pointer;
}

#mainContent .content-page.family .section1 .inner {
    padding: 50px 0 80px 0;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.family .section1 .inner {
        padding: 25px;
    }
}

#mainContent .content-page.family .section1 .inner h2 {
    width: 420px;
    color: #002776;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-top: 35px;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.family .section1 .inner h2 {
        width: 100%;
        font-size: 18px;
        line-height: 24px;
    }
}

#mainContent .content-page.family .section1 .inner h3 {
    font-size: 20px;
    margin-bottom: 35px;
}

#mainContent .content-page.family .section1 .inner p {
    width: 580px;
}

#mainContent .content-page.family .section1 .inner img {
    float: right;
}

#mainContent .content-page.family .how-it-works {
    background: #fddb00;
}

#mainContent .content-page.family .how-it-works .inner {
    padding: 60px 0;
    padding-left: 260px;
    background: url("../images/family-img3.png?s=7cc2cddb574dfc0861fd64de291a6dfb") left 40px center no-repeat #fddb00;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.family .how-it-works .inner {
        padding-left: 0;
        background: transparent;
        padding: 25px;
    }
}

#mainContent .content-page.family .how-it-works .inner h2 {
    color: #002776;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
    #mainContent .content-page.family .how-it-works .inner h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

#mainContent .content-page.family .how-it-works .inner ul {
    margin-bottom: 35px;
}

#mainContent .content-page.family .faq img {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
}

#mainContent .content-page.family .documents h2 {
    color: #c9c9c9;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#recapitulation-data-agreements {
    padding: 0 10px;
}

#recapitulation-data-agreements div.cell {
    width: 100%;
}

#recapitulation-data-agreements span.error_message {
    top: -10px;
    right: 0;
    left: auto;
    z-index: 2;
}

#birth_date_year+.error_message {
    z-index: 2;
}

#zk-v-mobilu .app-icon {
    text-decoration: none;
}

#zk-v-mobilu .app-icon:not(:last-child) {
    margin-right: 10px;
}

#zk-v-mobilu .app-icon img {
    display: inline-block;
    float: none !important;
    width: 150px;
}

@media(max-width: 400px) {
    #zk-v-mobilu .app-icon img {
        width: 120px;
    }
}

#recapitulation-data-agreements .cell label {
    display: inline-block;
}

#recapitulation-data-agreements .cell span.data-accordeon {
    margin-bottom: 20px;
    color: #002776;
    outline: none;
    text-decoration: underline;
    cursor: pointer;
}

#recapitulation-data-agreements .cell span.data-accordeon:hover {
    text-decoration: none;
}

#recapitulation-data-agreements .cell .detail {
    display: none;
    position: relative;
    top: 15px;
    margin-bottom: 5px;
    padding: 20px 25px;
    background: #f8f8f8;
}

/* Alert Component */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');

.alert__text {
    padding: 20px;
    background-color: #1D57A3;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 36px;
    font-weight: 100;
}

.alert__text__big {
    font-size: 23px;
    font-weight: bold;
}

.alert__text__link {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.alert__text__link:hover,
.alert__text__link:active {
    text-decoration: none;
}

/* COOKIES SITE */
.cookies-page__panel {
    font-family: Arial, helvetica, sans-serif;
}

.cookies-page__panel__title1 {
    margin-bottom: 36px;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #002776;
    line-height: 130%;
}

.cookies-page__panel__title2 {
    margin-bottom: 18px;
    font-style: normal;
    font-size: 24px;
    color: #002776;
    line-height: 130%;
}

.cookies-page__panel__text {
    margin-bottom: 36px;
    font-style: normal;
    font-size: 14px;
    line-height: 1.375em;
}

.cookies-page__panel__text:last-child {
    margin-bottom: 0;
}

.cookies-page__panel__text__strong {
    font-weight: bold;
}

.cookies-page__panel--small-margin-bottom {
    margin-bottom: 6px !important;
}

.cookies-page__panel--mid-margin-bottom {
    margin-bottom: 18px !important;
}

.cookies-page__panel--large-margin-bottom {
    margin-bottom: 36px !important;
}

.cookies-page__panel__link {
    text-decoration: underline;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    color: #002776;
}

@media screen and (min-width: 600px) {
    .cookies-page__panel__text .cookies-page__panel__link {
        white-space: nowrap;
    }
}

.cookies-page__panel__list {
    list-style: none;
    margin-bottom: 75px;
    font-style: normal;
    font-size: 1em;
    line-height: 1.375em;
}

.cookies-page__panel__list__item {
    position: relative;
    margin-bottom: 16px;
}

/* TABLE STYLES */
.cookies-page__panel__wrap-table {
    overflow-x: auto;
    margin-bottom: 6px;
}

@media screen and (min-width: 600px) {
    .cookies-page__panel__wrap-table {
        margin-right: auto;
        word-break: break-all;
    }
}

@media screen and (min-width: 1200px) {
    .cookies-page__panel__wrap-table {
        width: 100%;
        overflow-x: hidden;
    }
}

.cookies-page__panel__table {
    width: 800px;
    border-collapse: separate;
    border-spacing: 0;
}

@media screen and (min-width: 600px) {
    .cookies-page__panel__table {
        width: 100%;
    }
}

.cookies-page__panel__table__head {
    background: #FDC82F;
    color: #002776;
}

.cookies-page__panel__table__body td {
    border: 1px solid #fff;
    color: #3a3a3a;
}

.cookies-page__panel__table__body td:first-of-type {
    border-left: 1px solid #bfbfbf;
}

.cookies-page__panel__table__body td:last-of-type {
    border-right: 1px solid #bfbfbf;
}

.cookies-page__panel__table th:first-of-type {
    border-top-left-radius: 10px;
}

.cookies-page__panel__table th:last-of-type {
    border-top-right-radius: 10px;
}

.cookies-page__panel__table tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 10px;
}

.cookies-page__panel__table tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 10px;
}

.cookies-page__panel__table tr:last-of-type td {
    border-bottom: 1px solid #bfbfbf;
}

.cookies-page__panel__table th,
.cookies-page__panel__table td {
    padding: 19px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 1.375em;
    text-align: left;
    vertical-align: middle;
    word-break: keep-all;
}

.cookies-page__panel__table th {
    background: #FDC82F;
}

.cookies-page__panel__table td {
    background: #F3F3F3;
}

@media screen and (min-width: 600px) {
    .cookies-page__panel__table td {
        word-break: keep-all;
    }

    .cookies-page__panel__table td:nth-child(1) {
        width: 143px;
    }

    .cookies-page__panel__table td:nth-child(2) {
        width: 237px;
    }

    .cookies-page__panel__table td:nth-child(3) {
        width: 145px;
    }

    .cookies-page__panel__table td:nth-child(4) {
        width: 95px;
    }
}

/* COOKIE SWITCHER STYLES */
.cookie-switcher {
    margin-bottom: 8px;
    border: 1px solid #B6B6B6;
    border-radius: 3px;
}

.cookie-switcher__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 25px 20px;
}

.cookie-switcher__text__head {
    display: -webkit-box;
    display: flex;
    margin-top: 0;
    margin-bottom: 2px;
}

.cookie-switcher__text__head__title {
    padding-right: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    color: #002776;
}

.cookie-switcher__text__head__status {
    display: -webkit-box;
    display: flex;
    align-self: flex-start;
    padding: 5px 15px 4px 15px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #fff;
    background-color: #ea242b;
    border-radius: 12px;
}

.cookie-switcher__text__desc {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.375em;
}

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

.cookie-switcher__switcher__btn {
    padding: 15px 40px;
    font-size: 14px;
    line-height: 14px;
    background-color: #F5F7FA;
    border-radius: 24px;
    color: #333333;
    box-shadow: 0px 2px 2px #00000029;
}

.cookie-switcher__switcher__btn:disabled,
.cookie-switcher__switcher__btn[disabled] {
    cursor: default;
    border: 0;
    background-color: #F9FAFC;
    color: #989898;
    box-shadow: none;
}

@media only screen and (min-width: 600px) {
    .cookie-switcher__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .cookie-switcher__text {
        -webkit-box-flex: 1;
        flex-grow: 1;
        flex-basis: 180px;
        padding-right: 0;
    }

    .cookie-switcher__text__desc {
        margin-bottom: 0;
    }

    .cookie-switcher__switcher {
        flex-basis: 200px;
        align-self: center;
    }

    .cookie-switcher__switcher__btn {
        min-width: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .cookie-switcher__text {
        padding-right: 80px;
    }
}

.cookie-switcher--on .cookie-switcher__text__head__status {
    background-color: #1e871c;
}

/* COOKIE BANNER */
.cookie-banner {
    z-index: 99;
    position: fixed;
    visibility: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #4C4C4C;
}

.cookie-banner--visible {
    visibility: visible;
}

.cookie-banner__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 16px;
    text-align: center;
}

@media only screen and (min-width: 800px) {
    .cookie-banner__inner {
        padding-right: 32px;
        padding-left: 32px;
        align-items: baseline;
    }
}

@media only screen and (min-width: 1200px) {
    .cookie-banner__inner {
        flex-direction: row;
        align-items: center;
    }
}

.cookie-banner__inner__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (min-width: 800px) {
    .cookie-banner__inner__wrapper {
        flex-direction: row;
        align-items: baseline;
        margin: 10px auto 0 auto;
    }
}

@media only screen and (min-width: 1200px) {
    .cookie-banner__inner__wrapper {
        align-items: center;
        margin: 0 0 0 auto;
    }
}

.cookie-banner__text {
    margin: 0 0 16px 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.375em;
    color: #fff;
}

@media only screen and (min-width: 800px) {
    .cookie-banner__text {
        margin-bottom: 0;
        text-align: left;
    }
}

@media only screen and (min-width: 1200px) {
    .cookie-banner__text {
        margin-right: 30px;
        flex-basis: 700px;
    }
}

@media only screen and (min-width: 1500px) {
    .cookie-banner__text {
        flex-basis: 940px;
    }
}

.cookie-banner__text__link {
    min-width: 140px;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 16px;
    color: #fff;
}

.cookie-banner__text__link:hover,
.cookie-banner__text__link:focus {
    color: #00ACDC;
}

@media only screen and (min-width: 800px) {
    .cookie-banner__text__link {
        margin-right: 30px;
        margin-bottom: 0;
    }
}

.cookie-banner__btn {
    display: inline-block;
    width: 270px;
    height: 48px;
    padding: 0 24px;
    border: none;
    font-size: 16px;
    line-height: 16px;
    color: #002776;
    box-shadow: 0px 2px 2px #00000029;
    border-radius: 24px;
}

.cookie-banner__btn--accept {
    background-color: #F9C822;
  }

@media only screen and (min-width: 1200px) {
    .cookie-banner__btn--accept {
        margin-right: 5px;
    }
}

.cookie-banner__btn--decline {
    margin-bottom: 16px;
    background-color: #FFFFFF;
  }
  
@media only screen and (min-width: 800px) {
    .cookie-banner__btn--decline {
        margin-bottom: 0;
        margin-right: 30px !important;
    }  
}
