﻿
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .container {
        width: 868px;
    }

}

/*desktop*/
@media (min-width: 1340px) {
    .container {
        width: 868px;
    }

    .wrapper {
        background: url(../img/background.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position-y: 52%;
    }

    .social a {
        margin: 0 9px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .social {
        margin: 33px auto 0;
        text-align: center;
    }
    .xmas_title_big {
        font-family: Cinzel;
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 40px;
        /* identical to box height, or 125% */
        text-align: center;
        letter-spacing: 0.04em;
        /* christmas red */
        color: #FC545E;
        margin-top: 40px;
        padding-bottom: 60px;
    }
    .sub-title {
        font-size: 28px;
        color: black
    }

    .xmas_sucess {
        margin-top: 40px;
        padding-bottom: 60px;
    }

    .xmas_title_sucess {
        font-family: K2D;
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 40px;
        /* identical to box height, or 125% */
        text-align: center;
        letter-spacing: 0.04em;
        /* purple 3 */
        color: #A07DEA;
        
    }

    .text {
        margin-top: 40px;
    }

    .price_description {
        font-family: K2D;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        /* or 150% */
        text-align: left;
        letter-spacing: 0.02em;
        /* gray 5 */
        color: #64606E;
    }
    .xmas_subtitle_sucess {
        font-family: K2D;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        /* identical to box height, or 133% */
        text-align: center;
        letter-spacing: 0.4px;
        /* christmas red */
        color: #FC545E;
    }
    .xmas_footer_text {
        font-family: K2D;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        /* or 133% */
        text-align: center;
        letter-spacing: 0.15px;
        /* gray 4 */
        color: #8E8894;
    }
        .xmas_footer_text a {
            padding-right: 25px;
        }

}

/*mobile*/
@media (max-width: 1340px) {
    .container {
        width: 100%;
    }
    .social a {
        margin: 0 9px;
    }
        .social svg {
        width:28px;
        height:28px;
    }
    .social {
        margin: auto 0;
        text-align:center;
    }
    .product img {
        width:100%;
        padding-bottom:24px;
    }
    footer {
        width: 89%;
    }
    .xmas_title_big {
        font-family: Cinzel;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 28px;
        /* or 127% */
        text-align: center;
        letter-spacing: 0.02em;
        /* christmas red */
        color: #FC545E;
        padding-top: 10px;
    }
    .sub-title {
        font-size: 18px;
        line-height: 28px;
        color: black
    }
    .xmas_sucess {
        padding-top: 10px;
    }
    .xmas_title_sucess {
        font-family: K2D;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 28px;
        /* or 127% */
        text-align: center;
        letter-spacing: 0.02em;
        /* purple 3 */
        color: #A07DEA;
    }
    .xmas_subtitle_sucess {
        font-family: K2D;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        /* or 120% */
        text-align: center;
        letter-spacing: 0.2px;
        /* christmas red */
        color: #FC545E;
    }
    .hide_mobile {
        display: none;
    }

    .text {
        margin-top: 52px;
    }

    .price_description {
        font-family: K2D;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        /* or 143% */
        text-align: left;
        letter-spacing: 0.03em;
        /* gray 5 */
        color: #64606E;
    }

    footer p {
        width: 171px;
    }
    .xmas_footer_text {
        font-family: K2D;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        /* or 150% */
        letter-spacing: 0.02em;
        /* gray 6 */
        color: #393D47;
    }
        .xmas_footer_text a {
            padding-right: 2px;
        }
}

/*tablet*/
@media (max-width:1024px) and (min-width:768px) {
    .container {
        width: 50%;
    }
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

    body {
        /* Margin bottom by footer height */
        margin-bottom: 60px;
    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 60px; /* Vertically center the text there */
    }





.btn-payment {
    font-size: 16px;
    height: 48px;
    line-height: 44px;
    width: 264px;
    max-width: 100%;
    text-transform: uppercase;
    border: 2px solid #2a4458;
    color: white;
    margin-top: 47px;
    font-weight: bold;
    letter-spacing: 1.25px;
    background: #2a4458;
    border-radius: 24px;
}

    input:focus, button:focus, span:focus {
        text-decoration: none;
        outline: none;
    }

    .price_per_item {
        font-family: K2D;
        font-style: normal;
        font-weight: 500;
        font-size: 60px;
        line-height: 60px;
        /* identical to box height, or 100% */
        /* purple 3 */
        color: #A07DEA;
    }

    

    .label {
        font-family: K2D;
        font-style: normal;
        font-weight: bold;
        font-size: 13px;
        line-height: 16px;
        /* identical to box height, or 123% */
        display: flex;
        align-items: center;
        letter-spacing: 0.03em;
        /* gray 5 */
        color: #64606E;
        padding-bottom:8px;
    }

    .input-group-append {
        background: #FFFFFF;
        /* gray 3 */
        border: 1px solid #CBC8CE;
        box-sizing: border-box;
        border-radius: 4px;
        width: 132px;
    }

    .input-group-text {
        background: white;
        border: none;
    }

    #price {
        border: none;
        font-family: K2D;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        /* identical to box height, or 133% */
        text-align: right;
        letter-spacing: 0.15px;
        /* gray 6 */
        color: #393D47;
    }

    .dollar {
        font-family: K2D;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        /* identical to box height, or 133% */
        letter-spacing: 0.15px;
        /* gray 4 */
        color: #8E8894;
        width: 74px;
    }

    .count {
        width: 56px;
        border: none;
        text-align: center;
    }

    .count_group {
        border: 1px solid #CBC8CE;
        box-sizing: border-box;
        border-radius: 4px;
    }

    .btns {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
        .social a {
            text-decoration: none;
        }

    footer {
        border-top: 1px solid #C0A0E3;
        max-width: 1240px;
        margin: 86px auto 30px;
        text-align: center;
    }

        footer a:hover {
            color: #85C65D;
        }

        footer a:hover {
            color: #0056b3;
            text-decoration: underline;
        }

        footer a {
            display: block;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            margin: 25px auto 0;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            text-align: center;
            letter-spacing: 0.02em;
            -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
            color: #8E8894;
        }

        footer p {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            text-align: center;
            letter-spacing: 0.02em;
            color: #C0A0E3;
            margin-top: 8px;
        }
.price_block {
    margin-top:38px;
}
.text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    letter-spacing: 0.02em;
    /* gray 5 */
    color: #64606E;
}
.hidden {
    display:none !important;
}
.btn_go_back {
    background-color: transparent;
    font-size: 16px;
    height: 48px;
    line-height: 44px;
    width: 264px;
    max-width: 100%;
    text-transform: uppercase;
    border-radius: 24px;
    border: 2px solid #C0A0E3;
    color: #C0A0E3;
    margin-top: 47px;
    font-weight: bold;
    letter-spacing: 1.25px;
}
.count_group {
    font-family: K2D;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    text-align: center;
    letter-spacing: 0.15px;
    /* gray 6 */
    color: #393D47;
}



