/**************************************************************************************************** 
        COMMON STYLES       ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 
****************************************************************************************************/
body {
    padding: 0;
    margin: 0;
    font-family: "Prestige", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #0E0C0A;
    background-color: #EBE8DF;
}
body * {
    max-width: 100%;
    box-sizing: border-box;
}
.body_in {
    position: relative;
    width: 600px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
}
.body_in:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    max-width: 100vw;
    width: 100vw;
    background-color: #FCFCF5;
    z-index: -1;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 65px;
}
section {
    position: relative;
    z-index: 1;
}
section .inner {
    padding: 60px 0;
}
section.padding-narrow .inner {
    padding: 30px 0;
}
section.padding-wide .inner {
    padding: 80px 0;
}
a {
    outline: none;
    text-decoration: none;
    transition: all .2s ease;
}
p {
    margin-top: 0;
}
small {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}
h1 {
    font-family: "Compact", sans-serif;
    font-size: 46px;
    letter-spacing: 0.02em;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 30px;
}
h2 {
    font-family: "Compact", sans-serif;
    font-size: 42px;
    letter-spacing: 0.02em;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 20px;
}
h3 {
    font-family: "Compact", sans-serif;
    font-size: 38px;
    letter-spacing: 0.02em;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 20px;
}
h4 {
    font-family: "Compact", sans-serif;
    font-size: 24px;
    letter-spacing: 0.04em;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 20px;
}
h5 {
    font-family: "Compact", sans-serif;
    font-size: 18px;
    letter-spacing: 0.04em;
    font-weight: normal;
    letter-spacing: 0.06em;
    margin: 0;
    margin-bottom: 15px;
}
img {
    display: block;
    margin: 0 auto;
}
.inner img {
    margin-bottom: 30px;
}
.dashed {
    width: 100%;
    height: 8px;
    background-image: url('images/dashed_left.png');
    background-size: contain;
    background-position: left center;
    background-repeat: repeat-x;
    bottom: 0;
    position: absolute;
}
.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.text-center {
    text-align: center;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex.flex.flex--align-center {
    align-items: center;
}
.flex.flex--justify-center {
    justify-content: center;
}
.flex.flex--justify-between {
    justify-content: space-between;
}
.block__title {
    margin-bottom: 20px;
}
.block__title--uppercase {
    text-transform: uppercase;
}
.color-orange {
    color: #E24817;
}
.color-bronze {
    color: #B38B6D;
}
.color-blue {
    color: #0692B0;
}
.color-grey {
    color:rgba(14, 12, 10, 0.5);
}
.bg-black {
    color: #FCFCF5 !important;
    background-color: #000;
}
.bg-bronze {
    color: #fff;
    background-color: #B38B6D;
}
.bg-orange {
    color: #fff;
    background-color: #E24817;
}
.bg-blue {
    color: #fff;
    background-color: #0692B0;
}
.text {
    margin-bottom: 30px;
}
.text .block__title {
    margin-bottom: 15px;
}
.btns {
    max-width: calc(100% + 12px);
    margin: -5px -6px;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font-family: "Compact", sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 5px 6px;
    padding: 10px 30px;
    outline: none;
    border-radius: 0;
    cursor: pointer;
}
.btn--transparent {
    background-color: transparent;
    border: 2px solid #fff;
}
.btn--fluid {
    width: 100%;
    min-height: 93px;
    font-size: 30px;
    max-width: calc(100% - 12px);
}
.btn:hover {
    color: #fff;
}
ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
li {
    position: relative;
    list-style: none;
    font-family: "Compact", sans-serif;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 28px;
    color: #0E0C0A;
    padding-left: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    z-index: 1;
}
li::before {
    position: absolute;
    content: "";
    left: 2px;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #E24817;
    z-index: 1;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
p:first-child,
img:first-child,
ul:first-child,
li:first-child {
    margin-top: 0 !important;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child,
img:last-child,
ul:last-child,
li:last-child,
img:last-child,
small:last-child,
.text:last-child,
.block__title:last-child {
    margin-bottom: 0 !important;
}
.bordered-bottom {
    border-bottom: 1px solid #000;
}
.hero {
    /* min-height: 100vh;
    min-height: calc(var(--vh, 100vh) * 100); */
    text-align: center;
    color: #FCFCF5;
    background-color: #0E0C0A;
    background-position: center top;
}
.hero .inner {
    padding: 60px 0;
}
.hero__logo {
    margin: 0 auto;
    margin-bottom: 40px;
}
.hero .block__title h4 {
    color: #B38B6D;
}
.hero .btns {
    margin-top: 60px;
}
.hero .btn {
    min-height: 43px;
}
.zero-margin {
    margin: 0 !important;
}
.info {
    font-size: 16px;
    padding: 18px 30px;
    background-color: #EFEFEA;
}
.info a {
    color: #0692B0;
}
.prices {
    font-size: 16px;
}
.prices h3 {
    font-size: 32px;
}
.prices .btn {
    width: calc(100% - 12px);
    max-width: 576px;
    margin-top: 30px;
}
.prices li {
    font-family: "Prestige", sans-serif;
    text-transform: unset;
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
    margin-bottom: 5px;
}
.prices li:before {
    left: 0;
    width: 12px;
    height: 8px;
    background-image: url('images/check.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 1;
}
.old {
    position: relative;
    display: block;
    font-family: "Compact", sans-serif;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    z-index: 1;
}
.old:before {
    background: #85847F;
    position: absolute;
    content: "";
    width: 120%;
    height: 1px;
    top: 13px;
    left: -10%;
    transform: rotate(-13deg);
}


/**************************************************************************************************** 
        FOOTER       ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************/
footer {
    font-size: 11px;
    line-height: 24px;
}
footer > .inner {
    padding: 60px 0 20px 0;
}
footer a {
    color: #fff;
    line-height: 1;
    text-decoration: none;
}
.footer__links {
    margin: 0 -10px;
    max-width: calc(100% + 20px);
}
.footer__links a {
    margin: 5px 10px;
}
.footer{
    overflow: hidden;
}
.footer_write_block{
    display: flex;
    width: 1000%;
    transform: translate(-80px, 0);
    margin-bottom: 25px;
}
.fw_item{
    width: 100%;
    font: 95px/90px 'Compact';
    color: #fff;
    text-transform: uppercase;
}
.arrow_block{
    display: flex;
    justify-content: center;
    margin-bottom: 23px;
}
.btn_next img{
    margin-right: 18px;
}
.btn_next {
    height: 67px;
    width: 100%;
    max-width: calc(100% + 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    border: none;
    transition: 0.3s all;
    font: 24px/28px 'Compact';
    color: #FCFCF5;
    background: #B38B6D;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 0;
    margin: 0;
    margin-bottom: 30px;
}
.btn_next:last-child {
    margin-bottom: 0;
}
.btn_next:hover {
    color: #FCFCF5;
    opacity: 0.9;
}
.btn img {
    margin-left: 0;
}
.footer_text {
    position: relative;
    color: #FCFCF5;
    font: 18px/26px 'Prestige-Regular';
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1;
}
.footer_text:before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    bottom: 0;
    max-width: 100vw;
    width: 100vw;
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
    z-index: -1;
}
.footer_write_block {
    display: flex;
    width: 100%;
    transform: translate(-40px, 0);
    margin-bottom: 25px;
    align-items: center;
    text-align: center;
}

/**************************************************************************************************** 
        SUCCESS PAGE       |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 
****************************************************************************************************/
.banner {
    position: relative;
    min-height: 460px;
    z-index: 1;
}
.banner__logo {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 95px;
    height: auto;
    text-decoration: none;
    z-index: 1;
}
.banner__logo img {
    width: 100%;
    height: auto;
}
.banner .dashed {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.success-content .block__title h1,
.success-content .block__title h2 {
    font-size: 52px;
}
.success-content .text {
    font-size: 24px;
}
.note {
    font-size: 18px;
}
.note:not(:first-child) {
    margin-top: 30px;
}
.bordered--top {
    border-top: 1px solid #C4C4C4;
}
.success-content .btn_next {
    height: 78px;
    max-width: 430px;
    margin: 0 auto;
}
.plug {
    width: 100%;
    height: 86px;
}

@media only screen and (max-width: 767px) {
    .body_in {
        width: 100%;
    }
    .wrapper {
        width: 100%;
        padding: 0 15px;
    }
    .banner {
        min-height: 60vw;
    }
    .banner__logo {
        width: 46px;
    }
    .success-content .block__title h1 {
        font-size: 36px;
    }
    .success-content .text {
        font-size: 18px;
    }
    .btn--fluid {
        min-height: 60px;
        font-size: 20px;
    }
    .success-content .block__title h2 {
        font-size: 24px;
    }
    .note {
        font-size: 12px;
    }
    .plug {
        height: 60px;
    }
    .success-content .inner {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 420px) {
    .btn {
        padding: 10px 20px;
    }
    .hero .btn {
        width: 100%;
        margin: 5px 0;
    }
    .info {
        padding: 15px;
    }
    .prices h3 {
        font-size: 28px;
    }
    .footer_write_block {
        transform: translate(-15px, 0);
    }
}