*::selection {
    color: #fff;
    background: #000;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    font-style: normal;
    font-weight: 400;
    src: url(/plugins/b2p/landing/views/new/styles/fonts/ProximaNova-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('/plugins/b2p/landing/views/new/styles/fonts/ProximaNova-Regular.eot');
    src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
    url('/plugins/b2p/landing/views/new/styles/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('/plugins/b2p/landing/views/new/styles/fonts/ProximaNova-Regular.woff') format('woff'),
    url('/plugins/b2p/landing/views/new/styles/fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('/plugins/b2p/landing/views/new/styles/fonts/ProximaNova-Semibold.eot');
    src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
    url('/plugins/b2p/landing/views/new/styles/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
    url('/plugins/b2p/landing/views/new/styles/fonts/ProximaNova-Semibold.woff') format('woff'),
    url('/plugins/b2p/landing/views/new/styles/fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

a {
    font-family: 'Proxima Nova Rg';
    color: #058FFC;
    text-decoration: underline;
}

a.button {
    text-decoration: none;
}

html {
    /*background: #F2F2F2;*/
}

body {
    min-width: 414px;
    /*max-width: 1440px;*/
    /*background: #fff;*/
    margin: 0 auto;
}

html, body, p, h1, img {
    overflow-x: hidden;
}

p, h1, img {
    overflow-y: hidden;
}

.container .wrapper .buttons {
    margin-top: 100px;
}

a.btn {
    margin: 5px;
}

.container {
    max-width: 1440px;
}

.container .wrapper {
    margin: 0 50px;
}

.header {
    background: url('/plugins/b2p/landing/views/new/images/header_screen.png') no-repeat;
    background-size: contain;
    background-position-x: right;
    height: 711px;
    max-width: 1440px;
    margin: 0 auto;
}

.header .icon {
    background: url('/plugins/b2p/landing/views/new/images/gift.svg');
    width: 80px;
    height: 55px;
    margin-bottom: 52px;
}

h1 {
    width: 665px;
    line-height: 75px;
    font-size: 64px;
    font-family: 'Proxima Nova Bold';
    font-weight: 800;
    font-style: normal;
    color: #000;
}

.header p {
    width: 576px;
    font-size: 24px;
    line-height: 28.13px;
    font-family: 'Proxima Nova Rg';
    font-weight: 400;
    margin-bottom: 52px;
}

a.button.show_card {
    font-size: 22px;
    line-height: 58px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    color: #fff;
    background: #000;
    width: 292px;
    height: 72px;
    border-radius: 42px;
    border: 3px solid #000;
    transition: .3s;
}

a.button.show_card:hover {
    color: #000;
    background: #fff;
}

a.button.to_eshop {
    font-size: 22px;
    line-height: 58px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    color: #0083FF;
    background: #fff;
    width: 292px;
    height: 72px;
    border-radius: 42px;
    border: 3px solid #058FFC;
    transition: .3s;
}

a.button.to_eshop:hover {
    color: #fff;
    background: #0083FF;
}

a.closest {
    font-size: 20px;
    line-height: 18px;
    color: #909090;
    font-family: 'Proxima Nova Rg';
    font-weight: 300;
    transition: .3s;
    text-decoration: underline;
}

a.closest:hover {
    text-decoration: underline none;
}

.header h1 {
    margin-bottom: 16px;
}

.header .column {
    margin-left: 144px;
    margin-top: 104px;
    padding-top: 28px;
}

footer {
    margin-top: 155px;
    background: #F9F9F9;
    padding: 81px 144px;
}

footer .footer-row {
    display: flex;
    justify-content: space-between;
    max-width: 1152px;
    margin: 0 auto;
}

footer .footer-logo .logo, footer .footer-item .logo {
    background: url('/plugins/b2p/landing/views/new/images/b2plogo.svg') no-repeat;
    width: 31px;
    height: 31px;
}

.logo a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

footer .footer-item .logo {
}

.service_provided {
    display: flex;
    flex-direction: row;
}

.service_provided .logo {
    margin-top: -6px;
    margin-right: 32px;
}

footer .footer-item {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Proxima Nova Rg';
    margin-top: 6px;
}

footer .footer-item div.email::before {
    content: ' | ';
    margin: 0 5px 0 8px;
}

.footer-item.contacts {
    display: flex;
    flex-direction: row;
}

@media screen and (min-width: 1330px) {
    .tablet_mobile {
        display: none;
    }
}

@media screen and (max-width: 1330px) {
    footer .contacts {
        justify-content: center;
    }

    footer .footer-item div.email::before {
        display: none;
    }

    .desktop_only {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    body {
        background: url('/plugins/b2p/landing/views/new/images/header_screen.png') #fff no-repeat;
    }

    .header {
        background: none;
    }

    .header .wrapper {
        display: flex;
        justify-content: center;
    }

    h1 {
        line-height: 32px;
        font-size: 28px;
        width: auto;
    }

    .header p {
        width: 298px;
        font-size: 18px;
        line-height: 21px;
        font-family: 'Proxima Nova Rg';
        font-weight: 400;
        margin-bottom: 52px;
    }

    .header .column {
        margin-left: 0;
    }

    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    a.button.show_card {
        width: 318px;
        height: 72px;
        margin: 0 auto;
    }

    a.closest {
        font-size: 16px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) {
    .mobile_only {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .mobile_hide {
        display: none;
    }

    .container .wrapper {
        margin: 0;
    }

    footer .footer-row {
        flex-direction: column;
    }

    footer {
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 32px 140px;
    }

    footer .logo {
        margin: 0 auto;
        margin-bottom: 32px;
    }

    footer .contacts {
        margin-top: 20px;
    }
}

@media screen and (max-width: 425px) {
    footer.mobile_only {
        width: 95%;
    }

    .footer-row {
        grid-column-gap: 15px !important;
    }
}


body, .header {
    background: none;
}

.icon_error {
    background: url('/plugins/b2p/landing/views/new/images/error.svg');
    width: 48px;
    height: 48px;
    margin-top: 2px;
}

.content {
    display: flex;
    max-width: 473px;
    width: 100%;
    justify-content: space-around;
    margin: 0 auto;
}

.error p {
    width: 370px;
}

@media screen and (max-width: 1024px) {
    .error p {
        width: 298px;
    }

    .icon_error {
        margin-top: -5px;
    }
}

.header {
    margin-bottom: 170px;
}

.header .icon {
    background: url(/plugins/b2p/landing/views/new/images/gift.svg);
    width: 80px;
    height: 55px;
    margin-bottom: 162px;
}

.header .wrapper {
    flex-direction: column;
}

@media screen and (max-width: 1024px) {
    .header .column {
        margin-left: 10px !important;
    }
}


.wrong_link p {
    width: 465px;
}

.wrong_link {
    max-width: 600px;
}

@media screen and (max-width: 1024px) {
    .wrong_link p {
        width: 365px;
    }

    .wrong_link {
        max-width: 500px;
    }
}

@media screen and (max-width: 420px) {
    .wrong_link p {
        width: 305px;
    }

    .wrong_link {
        max-width: 440px;
    }
}
