body {
    background-color: #FCFEFF;
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    overflow-x: hidden;
    font-family: 'GT Walsheim Pro', sans-serif;
}
body.noscroll {
    overflow: hidden;
}
h1 {
    margin: 0;
    font-size: 72px;
    font-weight: bold;
}
a {
    color: #000;
    text-decoration: none;
}
p {
    margin: 0;
}
.magic-page {
    background-color: #fff;
    max-width: 1920px;
    margin: 0 auto;
}
.magic-page__inner {
    max-width: 1170px;
    margin: 0 auto;
}
.magic_btn {
    background-color: #ffde00;
    font-weight: bold;
    font-size: 20px;
    height: 80px;
    width: 300px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 6px 0px #bea500;
}
.magic_btn:hover {
    background-color: #e8cf25;
}
@media screen and (max-width:1200px) {
    .magic-page__inner {
        padding: 0 30px;
    }
}
@media screen and (max-width:768px) {
    .magic-page__inner {
        padding: 0 15px;
    }
}

/* --- HEADER --- */
.magic-page__header {
    background-color: #f7f8f9;
    background-image: url('../images/background.png'); 
    background-position: center center;
    background-size: cover;
    height: 910px;
    height: 750px;
    background-repeat: no-repeat;
    position: relative;
}
.magic-page__header .magic-page__inner {
    display: flex;
    flex-direction: column;    
}
.magic-page__header h1 {
    margin-top: 200px;
    margin-top: 70px;
    padding: 40px 0;
}
.magic-page__header_date {
    font-size: 48px;
    margin: 40px 0;
    position: relative;
    width: 235px;
}
.magic-page__header_date > span {
    bottom: -18px;
    position: absolute;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    right: 0;
    color: #343434;
}
.magic-page__header_description {
    font-weight: 500;
    font-size: 30px;
    margin: 30px 0;
}
.magic-page__header .magic_btn {
    width: 400px;
    height: 100px;
    margin: 30px 0;
}
@media screen and (max-width:850px) {
    .magic-page__header .magic-page__inner {
        height: 100%;
    }
    .magic-page__header h1 {
        font-size: 62px;
        padding: 30px 0;
    }
    .magic-page__header_date {
        font-size: 38px;
        margin: 10px 0;
        width: 187px;
    }
    .magic-page__header_date > span {
        font-size: 14px;
    }
    .magic-page__header_description {
        font-size: 20px;
    }
    .magic-page__header .magic_btn {
        margin-bottom: 150px;
        margin-top: auto;
    }
}
@media screen and (max-width:550px) {
    .magic-page__header {
        height: 100vh;
        background-position: -130vw;
        background-position: 55%;
    }
    .magic-page__header::before {
        content: '';
        height: 60px;
        background-color: #f7f8f9;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .magic-page__header h1 {
        font-size: 52px;
    }
    .magic-page__header_date {
        font-size: 30px;
        width: 148px;
    }
    .magic-page__header_description {
        width: 200px;
    }
    .magic-page__header .magic_btn {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 45px;
        bottom: 17%;
        margin: auto;
        right: 0;
    }
}
/*
@media screen and (max-width:500px) {
    .magic-page__header {
        height: 100vh;
        background-position: -150vw;
    }
}
*/
@media screen and (max-width:475px) {
    .magic-page__header h1 {
        margin-top: 0;
    }
    .magic-page__header_description {
        margin: 20px 0;
        width: 180px;
    }
}
/*
@media screen and (max-width:450px) {
    .magic-page__header {
        background-position: -190vw;
    }
}
*/
@media screen and (max-width:425px) {
    .magic-page__header {
/*        height: 700px;*/
    }
/*
    .magic-page__header .magic_btn {
        margin-bottom: 135px;
    }
*/
}
/*
@media screen and (max-width:400px) {
    .magic-page__header { 
        background-position: -210vw;
    }
}
*/
@media screen and (max-width:375px) {
/*
    .magic-page__header {
        background-position: -230vw;
    }
*/
    .magic-page__header h1 {
        font-size: 42px;
    }
    .magic-page__header_date {
        font-size: 28px;
        width: 140px;
    }
    .magic-page__header_description {
        font-size: 18px;
    } 
    .magic-page__header .magic_btn {
        font-size: 18px;
    }
}
/*
@media screen and (max-width:350px) {
    .magic-page__header {
        background-position: -250vw;
    }
}
*/
/*
@media screen and (max-width:330px) {
    .magic-page__header {
        background-position: -260vw;
    }
}
*/
/* --- BODY --- */
.magic-page__body_section {
    padding: 45px 0; 
    position: relative;
}
@media screen and (max-width:850px) {
    .magic-page__body_section {
        padding: 40px 0;
    }
}

/* ---- Section's Color ---- */
.magic-page__body_section.style_1 {
    background-color: #f7f8f9;
}
.magic-page__body_section.style_2 {
    background-color: #dad0cd;
}
.magic-page__body_section.style_3 {
    background-color: #e5e2e2;
}
.magic-page__body_section.style_3::before {
    content: '';
    background-color: #e8e5e5;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 13px;
}

/* --- Section Inner --- */
.bs__title {
    font-size: 48px;
    padding-bottom: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}
.bs__white-blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 40px 0;
}
.bs__white-blocks_block {
    background-color: #fff;
    width: 48%;
    max-width: 570px;
    padding: 30px 0;
    border-radius: 35px;
    box-shadow: 0px 20px 30px rgb(0 0 0 / 0.02);
}
.bs__white-blocks_block .icon-block {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}
.bs__white-blocks_block .icon-block.emerald {
    background-image: url(../images/emerald.png);
}
.bs__white-blocks_block .icon-block.web-online {
    background-image: url(../images/web_online.png);
}
.bs__white-blocks_block p {
    font-weight: 400;
    font-size: 24px;
    margin-top: 30px;
    text-align: center;
}

.bs__white-big-block {
    display: flex;
    justify-content: center;
}
.bs__white-big-block p {
    background-color: #fff;
    font-size: 40px;
    padding: 40px 20px;
    border-radius: 55px;
    margin: 0 2%;
}
@media screen and (max-width:850px) {
    .bs__title {
        font-size: 40px;
        padding-bottom: 10px;
    }
    .bs__white-big-block p {
        font-size: 30px;
        padding: 30px 10px;
        border-radius: 45px;
    }
}
@media screen and (max-width:768px) {
    .bs__white-blocks_block .icon-block {
        width: 80px;
        height: 80px;
    }
    .bs__white-blocks_block p {
        font-size: 20px;
    }
}
@media screen and (max-width:650px) {
    .bs__white-big-block {
        flex-wrap: wrap;
    }
    .bs__white-big-block p {
        padding: 20px;
        width: auto;
        text-align: center;
        margin: 5px;
    }    
}
@media screen and (max-width:475px) {
    .bs__white-blocks {
        flex-wrap: wrap;
        margin: 20px 0;
    }
    .bs__white-blocks_block {
        width: 98%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:425px) {
    .bs__title {
        font-size: 35px;
    }
    .bs__white-big-block p {
        font-size: 24px;
    }
}
@media screen and (max-width:375px) {
    .bs__title {
        font-size: 28px;
    }
}

/* --- Reviews --- */
.bs__reviews-block {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 55px;
}
.bs__reviews-block .slick-track {
    display: flex;
    align-items: center;
}
.bs__reviews-block_item {
    position: relative;
    flex: none;
    width: 219px;
    width: 325px;
/*    margin-right: 50px;*/
    align-items: center;
    display: flex !important;
    opacity: 0.4;
}

.bs__reviews-block_item.slick-center {
    width: 325px;
    background-image: url(../images/phone-background.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 636px;
    opacity: 1;
} 
.review-slide__inner {
    height: 500px;
    max-width: 219px;
    margin: auto;
    border-radius: 32px;
    width: 100%;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
    cursor: pointer;
}
.slick-center .review-slide__inner {
    max-width: 275px;
    background-color: #fff;
    height: 600px;
    display: flex;
}
.bs__reviews-block .slick-arrow {
    width: 56px;
    height: 56px;
    font-size: 0;
    border-radius: 50%;
    border: 0;
    background-color: #b9b5b4;
    box-shadow: 0px 15px 15px rgb(0 0 0 / 22%);
    cursor: pointer;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.png);
    position: absolute;
    top: 30%;
    z-index: 1;
}
.bs__reviews-block .slick-prev {
    left: 10px;
}
.bs__reviews-block .slick-next {
    right: 11px;
    transform: rotate(180deg);
    box-shadow: 0px -15px 15px rgb(0 0 0 / 22%);
}
.bs__reviews-block ul.slick-dots {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}
.bs__reviews-block ul.slick-dots > li {
    list-style: none;
    width: 16px;
    height: 16px;
    background-color: #a5b8c5;
    border-radius: 50%;
    border: 3px transparent solid;
    margin: 9px;
    cursor: pointer;
}
.bs__reviews-block ul.slick-dots > li.slick-active {
    border-color: #a5b8c5;
    background-color: #fff;
}
.bs__reviews-block ul.slick-dots > li > button {
    display: none
}
.review-slide__inner img {
    object-fit: cover;
    width: 100%;
    height: auto;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
    border-radius: 32px;
}
.slick-list a:focus, .slick-list img:focus, .bs__reviews-block .slick-arrow:focus, .bs__reviews-block_item.slick-slide:focus  {
    outline: 0;
}
@media screen and (max-width:991px) {
    .bs__reviews-block {
        padding: 0 25px;
    }
    .bs__reviews-block ul.slick-dots > li {
        width: 10px;
        height: 10px;
        border-width: 2px;
    }
}
@media screen and (max-width:768px) {
    .bs__reviews-block {
        padding: 0;
    }
}
@media screen and (max-width:450px) {
    .bs__reviews-block .slick-arrow {
        box-shadow: 0px 10px 10px rgb(0 0 0 / 22%);
        left: 5px;
        width: 45px;
        height: 45px;
/*        top: 40%;*/
    }
    .bs__reviews-block .slick-next {
        box-shadow: 0px -10px 10px rgb(0 0 0 / 22%);
        right: 5px;
        left: auto;
    }
}

.bs__buy-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 25px auto;
    align-items: center;
    max-width: 800px;
    padding: 30px;
    box-shadow: 0px 20px 30px rgb(0 0 0 / 8%);
    border-radius: 20px;
    background-color: #fff;
}
.bs__buy-block_item {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.bs__buy-block_item.price {
    border-bottom: 1px #e1e1e1 solid;
    padding-bottom: 50px;
}
.bs__buy-block_item.buy {
    flex-wrap: wrap;
    margin-top: 20px;
}
.price__item {
    border: 1px #f0f0f0 solid;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 40px 0;
    background-color: #fff;
    border-radius: 20px;
    max-width: 225px;
    width: 100%;
    box-shadow: 0px 8px 10px rgb(0 0 0 / 7%);
    flex: 1 0 auto;
}
.price__value {
    font-size: 48px;
    color: #3d3d3d;
    font-weight: 500;
}
.price__value.active {
    color: #09bd00;
}
.price__date {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 500;
    color: #8d8d8d;
}
.price__date > span {
    
}
.buy__title, .buy__button span {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 23px;
    font-weight: 500; 
    align-items: center;
}
.buy__title {
    padding: 15px 0;
}
.buy__counter {
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
    flex: auto;
    max-width: 500px;
}
.buy__counter-container {
    max-width: 335px;
    width: 100%;
    margin: auto;
}
.buy__counter_item {
    position: relative;
    width: 99px;
    height: 67px;
    flex: none;
}
.buy__counter_item::before, .buy__counter_item::after {
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f1f1f+0,575757+100 */
    background: rgb(31,31,31); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(31,31,31,1) 0%, rgba(87,87,87,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(31,31,31,1) 0%,rgba(87,87,87,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(31,31,31,1) 0%,rgba(87,87,87,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#575757',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    height: 100%;
    width: 48px;
    top:0;
    border-radius: 10px;
}
.buy__counter_item::before {
    left: 0;
}
.buy__counter_item::after {
    right: 0;
}
.buy__counter_item span.value {
    font-size: 46px;
    font-weight: 700;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #fff;
    letter-spacing: 24px;
    text-align: center;
    text-indent: 25px;
    position: relative;
}
.buy__counter_item span.label {
    font-weight: bold;
    font-size: 13px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    color: #323232;
    bottom: -25px;
    text-transform: uppercase;
}
.buy__counter_item-break {
    display: flex;
    align-items: center;
    font-size: 46px;
    color: #3e3e3e;
    margin: 0 3px;
}
.buy__button {
    
}
.buy__button span {
    padding: 15px 0;
}
.buy__button .magic_btn {
    text-transform: uppercase;
    margin: auto;
}
@media screen and (max-width:850px) {
    .bs__buy-block_item.price {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .price__item {
        margin: 5px;
    }
}
@media screen and (max-width:768px) {
    .buy__button {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }    
}
@media screen and (max-width:650px) {
    .bs__buy-block {
        flex-wrap: wrap;
        margin: 15px 0;
        padding: 30px 15px;
    }
/*
    .bs__buy-block_item {
        width: 100%;
        max-width: 100%;
    }
    .bs__buy-block_item.price {
        display: flex;
        justify-content: space-between;

    }
*/
    .price__item {
        padding: 20px 0;
    }
    .price__value {
        font-size: 30px;
    }
    .price__date {
        font-size: 18px;
    }
    .buy__button .magic_btn {
        width: 100%;
    }
}
@media screen and (max-width:450px) {
    .bs__buy-block_item.price {
        flex-wrap: wrap;
    }
    .price__item {
        width: 45%;
    }
    .price__item:first-child {
        width: 100%;
    }
    .buy__title, .buy__button span {
        text-align: center;
    }
}
@media screen and (max-width:425px) {
    .buy__counter_item {
        width: 70px;
        height: 45px;
    }
    .buy__counter_item span.value {
        font-size: 26px;
        letter-spacing: 23px;
        text-indent: 21px;
    }
    .buy__counter_item::before, .buy__counter_item::after {
        width: 32px;
    }
}

/* --- FOOTER --- */
.magic-page__footer {
    background-color: #e5e2e2;
    padding: 50px 0;
	position: relative;
}
.magic-page__footer p.copyright {
    color: #a8a4a3;
    text-align: center;
}
.magic-page__footer ul.menu {
    padding: 0;
    margin: 5px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.magic-page__footer ul.menu > li {
    list-style: none;
    margin: 0 4px;
}
.magic-page__footer ul.menu > li > a {
    color: #a8a4a3;
    text-decoration: underline;
}
.magic-page__footer ul.menu > li > a:hover {
    text-decoration: none;
}
@media screen and (max-width:768px) {
    .magic-page__footer ul.menu {
        flex-wrap: wrap;
    }
    .magic-page__footer ul.menu > li {
        margin: 5px;
        flex: 1 0 auto;
    }
}
@media screen and (max-width:650px) {
    .magic-page__footer ul.menu > li {
        text-align: center;
    }
    .magic-page__footer p.copyright {
        margin-top: 20px;
    }
}

/* --- LIGHT BOX --- */
.magic-light-box {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 61%);
    top: 0;
    left: 0;
    display: none;
    justify-content: center;    
    z-index: -1;
}
.magic-light-box.opened {
    display: flex;
    z-index: 99999;
}
.magic-light-box .close {
    top: 50px;
    position: fixed;
    right: 50px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 500;
    background-color: #ffde00;
    padding: 10px;
    border-radius: 10px;
}
.magic-light-box__inner {
    height: 95%;
    display: flex;
    margin-top: auto;
    margin-bottom: 5px;
}
.magic-light-box__inner img {
    width: auto;
    height: 100%;
}
@media screen and (max-width:650px) {
    .magic-light-box .close {
        top: 0;
        right: 0;
        padding: 0;
        border-radius: 0;
        width: 100%;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/* --- BUY MODAL --- */
.modal-wrapper {
    background-color: rgb(0 0 0/61%);
}
.modal.show {
    display: flex !important;
    align-items: center;
    width: 100%;
    height: 100%;
}
#modal-content {
    width: 50%;
    background-color: #fff;
    margin: auto;
    border-radius: 35px;
    min-height: 80%;
    padding: 20px;
    margin-top: 3%;
}
#modal-content h1,
#modal-ready h1 {
    font-size: 32px;
}
.modal.show .close-modal {
    top: 50px;
    position: fixed;
    right: 50px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 500;
    background-color: #ffde00;
    padding: 10px;
    border-radius: 10px;
    margin: 0;
    cursor: pointer;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 16px;
}
.close-modal:focus {
    outline: 0;
}
.notice-for-clients > span {
    text-transform: uppercase;
    color: #ff2828;
    font-weight: 500;
}
.notice-for-clients-double {
    color: #ff2828;
    text-transform: uppercase;
}
.notice-for-clients-double > span {
    text-transform: none;
    text-decoration: underline;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
    border-top: 1px #e5e5e5 dashed;
    margin-top: 20px;
    position: relative;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper  .form-row {
    width: 48%;
    margin: 0;
    margin-top: auto;
    margin-bottom: 15px;
    padding: 0;
}
.woocommerce form .form-row label {
    line-height: normal;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #242424;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .error-notice {
    position: absolute;
    width: 100%;
    text-align: left;
    color: red;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    left: 0;
    top: 8px;
}
.woocommerce-input-wrapper input {
    border: 1px #e5e5e5 solid;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
}
.woocommerce-input-wrapper input.not_valid {
    border-color: #ffafaf;
}

.woocommerce table.shop_table tr.cart-subtotal {
    display: none;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding: 20px;
    border-color: #e5e5e5;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: #fff;
    border: 1px #e5e5e5 solid;
}
.woocommerce-checkout #payment ul.payment_methods li {
	margin: 10px 0;
	line-height: 1.5;
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_rbspayment input {
    display: none;
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_rbspayment label {
    font-size: 0;
    display: flex;
    justify-content: center;
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_rbspayment img {
    width: 300px;
    height: 83px;
    margin: 0;
}


.woocommerce button.button.alt {
    background-color: #ffde00;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    height: 60px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 6px 0px #bea500;
    margin-top: 25px;
    text-transform: unset;
}
.woocommerce button.button.alt:hover {
    background-color: #e8cf25;
    color: #000;
}
.woocommerce button.button.alt:focus {
    outline: 0;
}

.thanks-modal {
    width: 500px;
    background-color: #fff;
    margin: auto;
    border-radius: 35px;
    padding: 20px;
    margin-top: 10%;
}

@media screen and (max-width:991px) {
    #modal-content {
        width: 80%;
    }
    .modal.show .close-modal {
        right: 10%;
        z-index: 1;
        top: 40px;
    }
    #modal-content h1, #modal-ready h1 {
        font-size: 22px;
        text-align: left !important;
        margin: 20px 0;
        padding-right: 130px;
    }
}
@media screen and (max-width:650px) {
    #modal-content {
        width: 100%;
        margin-top: 0;
        border-radius: 0;
    }
    .modal.show .close-modal {
        right: 5%;
        top: 20px;
    }
}
@media screen and (max-width:450px) {
    #modal-content h1, #modal-ready h1 {
        font-size: 18px;
        padding-right: 120px;
    }
    .woocommerce form .woocommerce-billing-fields__field-wrapper .error-notice {
        top: 4px;
        font-size: 13px;
    }
    .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row {
        width: 100%;
    }
}



.the-content {
    width: 80%;
    margin: auto;
    padding: 30px 0;    
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;	
}
.page {
display: flex;
flex-direction: column;
height: 100%;
min-height: 100vh;	
	position: relative;
}
body .main-container::after {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111;
  opacity: 0.4;
  z-index: -1;
  position: absolute;
}
.bg-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-img img, .bg-img source {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, enabled='true');
}
header {
	display: flex;
	/*min-height: 100%;*/
	position: relative;
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: center;	
	margin: 30px auto;
}
.site-title {
	font-family: inherit;
	font-weight: lighter;
	text-align: center;
	padding: 0 0 20px;
	color: #fff;
	font-size: 40px;
	margin-bottom: 10%;
}
.magic-page__footer {
	margin-top: auto;
}

.custom-order {
/*
	background-color: #fff;
    height: 40vh;
    padding: 50px;
	max-width: 450px;
    border-radius: 16px;
	width: 100%;
*/
}
.custom-order__title {
	font-size: 20px;
    text-align: center;
    line-height: 1.2;
}
.custom-order__form {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}
.custom-order__form > input {
    font-size: 16px;
    border-radius: 5px;
    border: 1px #ccc solid;
    margin-bottom: 10px;
    padding: 15px;
}
.custom-order__form > input.magic_btn {
    height: 60px;
    border-radius: 10px;
    border: 0;
    font-size: 18px;
    width: 100%;
}
.woocommerce-error {
	display: none;
}
#order_review h1 {
    font-size: 20px;
    margin-bottom: 20px;	
}
.checkout-custom {
    background-color: #fff;
    padding: 50px;
    border-radius: 16px;
	max-width: 500px;
	width: 100%;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
/*	text-align: center;*/
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width:550px) {
	header {
		top:0;
		height: 100%;
		position: relative;
	}
	.site-title {
		margin-bottom: auto;
		margin-top: 50%;
	}

	.custom-order__title {
		margin-top: 40px;
	}
	.woocommerce {
		height: 100%;
	}
	.checkout-custom {
		margin-top: 0;
		margin-bottom: auto;
		height: 100%;
		padding: 30px;
		border-radius: 0;
		height: 100%;
		max-width: 100%;
	}
}

.woocommerce-privacy-policy-text > p > a {
	text-decoration: underline;
}