body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: transparent !important;
    overflow: hidden;
}

a, a:hover {
    text-decoration: none !important;
    color: #333;
    display: block;
}

ul {
    margin: 0;
    padding: 0
}

    ul li {
        list-style-type: none;
    }

.form-supp-wrap {
    padding: 5px;
    background: #fff;
    position: relative;
}

.title-form-supp {
    position: relative;
    font-size: 14px;
    color: #333;
    text-align: left;
}

    .title-form-supp.bottom {
        text-align: center;
    }

.form-supp-txt {
    display: block;
    text-transform: uppercase;
    color: #da251c;
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
}

.form-supp-row {
    margin: 10px 0;
    position: relative;
}

.form-style {
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 28px;
    width: calc(100% - 2px);
    text-indent: 5px;
    font-size: 16px;
}

textarea.form-style {
    height: 100px;
    font-family: Roboto, Arial;
    padding: 5px;
    width: calc(100% - 12px);
    text-indent: 0;
}

.form-input-title {
    display: none;
}

.form-supp-row.phone, .form-supp-row.email {
    width: calc(50% - 22px);
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.form-supp-row.email {
    display: none;
}

.form-supp-row.phone {
    width: 100%;
}

.form-supp-row.phone {
    margin-right: 7px;
}

#Send-form {
    text-align: center;
    margin: 10px auto;
    width: 150px;
    height: 32px;
    background: #19abe0;
    line-height: 32px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff !important;
    border: 1px solid transparent;
    box-shadow: inset 0 1px 0 0 rgba(255, 255,255,0.4);
}

    #Send-form:active {
        box-shadow: inset 0 -1px 0 0 rgba(255, 255,255,0.4);
        filter: brightness(110%);
    }

.supp-form:target {
    visibility: visible;
    opacity: 1;
}

.form-supp-row .input-error {
    color: #FFF;
    position: absolute;
    right: 3px;
    top: 0;
    display: inline-block;
    padding: 3px;
    background: #F00;
    height: 21px;
    border-radius: 0 3px 3px 0;
    line-height: 25px;
}

.error-sum ul li {
    list-style-type: none;
}

.error-item {
    color: #ff6a00;
}

    .error-item.captcha {
        color: #da251c;
    }

.box-notice-contact {
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    top: 0%;
    height: 100vh;
    left: 0;
}

.close-notice {
    position: ABSOLUTE;
    top: 32%;
    right: 5px;
}

    .close-notice .fa {
        margin-right: 5px;
    }

.box-notice-contact:target {
    visibility: visible;
    opacity: 1;
}

.alert {
    width: calc(100% - 20px);
    float: left;
    vertical-align: top;
    background-color: azure;
    position: absolute;
    top: 30px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

    .alert ul li a {
        font-weight: bold;
        color: #0037e8;
        display: inline-block;
    }

.buy-continue {
    background-color: #0071c4;
    padding: 5px;
    border-radius: 3px;
    width: 150px;
    font-size: 16px;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: inset 0 1px 0 0 rgba(255, 255,255,0.4);
}
    .buy-continue:active {
        box-shadow: inset 0 -1px 0 0 rgba(255, 255,255,0.4);
        filter: brightness(110%);
    }
a.buy-continue {
    color: #fff !important;
}

.form-captcha-contact {
    text-align: center;
    margin: 10px 0;
}

.input-captcha {
    height: 30px;
    vertical-align: top;
    border-radius: 3px;
    border: 1px solid #ddd;
    text-indent: 5px;
    width: 115px;
}

.form-question-c a {
    display: inline-block;
    font-weight: bold;
    vertical-align: 10px;
}

.close-form-supp {
    top: 64px;
}

@media screen and (min-width: 1200px) {
    .form-supp-wrap {
        width: 50%;
        margin: auto;
        top: 120px;
    }

    .form-supp-wrap {
        padding: 0 0 10px 0 !important;
    }

    .title-form-supp {
        margin-left: 10px;
    }

    .form-supp-row {
        margin: 10px 10px;
    }

    .error-sum ul li {
        padding: 0 5px;
    }

    .box-notice-contact {
        height: calc(100vh / 2);
    }

    .form-supp-row.name {
        width: calc(50% - 24px);
        display: inline-block;
        margin-bottom: 0;
        margin-right: 0px;
    }

    .form-supp-row.phone {
        width: calc(50% - 7px);
        display: inline-block;
        margin-left: 6px;
    }
}

@media screen and (min-width: 980px) and (max-width: 1125px) {
    .form-supp-wrap {
        width: 50%;
        margin: auto;
        top: 120px;
    }

    .box-notice-contact {
        height: calc(100vh / 2);
    }

    .form-supp-wrap {
        padding: 0 0 10px 0 !important;
    }

    .title-form-supp {
        margin-left: 10px;
    }

    .form-supp-row {
        margin: 10px 10px;
    }

    .error-sum ul li {
        padding: 0 5px;
    }

    .form-supp-row.name {
        width: calc(50% - 20px);
        display: inline-block;
        margin-bottom: 0;
        margin-right: 0;
    }

    .form-supp-row.phone {
        width: calc(50% - 10px);
        display: inline-block;
        margin-right: 0;
        margin-left: 6px;
    }
}

@media screen and (min-width: 720px) and (max-width: 980px) {
    .form-supp-wrap {
        width: calc(50% - 10px);
        margin: auto;
        top: 120px;
    }

    .box-notice-contact {
        height: calc(100vh / 2);
    }
}
