@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.first_form {
    margin: 20px auto;
    max-width: 840px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.first_form .form {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 43%;
}

.first_form .form .title1 {
    color: #413e3e;
    margin-top: 20px;
    letter-spacing: -.6px;
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.first_form .form .title2 {
    letter-spacing: -.7px;
    font-size: 43px;
    color: #94c400;
}

.first_form .form form select {
    outline: none;
    line-height: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #464646;
    color: #292929;
    font-size: 18px;
    text-align: left;
    /* background: #ebebeb; */
    font-weight: 400;
    width: 340px;
    padding: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ebebeb url(../img/select.png) no-repeat 95% 50%;
}
.ac_footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 50px 0;
    color: #A12000;
}

.ac_footer a {
    color: #A12000;
}

.ac_footer p {
    text-align: center;
}

img[height="1"], img[width="1"] {
    display: none !important;
}
.first_form .form form input {
    outline: none;
    line-height: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #464646;
    color: #292929;
    font-size: 18px;
    text-align: left;
    background: #ebebeb;
    font-weight: 400;
    padding: 8px;
    margin-top: 24px;
    max-width: 100%;
}

.price_old{
    text-decoration: line-through;
}

.first_form .form form select {
    outline: none;
    line-height: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #464646;
    color: #292929;
    font-size: 18px;
    text-align: left;
    background: #ebebeb;
    font-weight: 400;
    padding: 8px;
    margin-top: 24px;
    max-width: 70%;
}

.input-group{
    width: 340px;
    margin: auto;
}
.price {
    color: #5b5b5b;
    font-size: 24px;
    padding: 12px 12px 0;
    text-align: left;
    margin-bottom: 17px;
    width: 340px;
    margin: 0 auto;
    max-width: 100%;
}

span.currency {
    float: none !important;
}

.price span {
    font-size: 24px;
    font-weight: 700;
    color: #030303;
    float: right;
}

.first_form .form .btn {
    outline: none;
    cursor: pointer;
    font-size: 19px;
    background: #dd3838;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, .26);
    background: -moz-linear-gradient(left, #8bbb3f 0%, #729b01 100%);
    background: -webkit-linear-gradient(left, #8bbb3f 0%, #729b01 100%);
    background: linear-gradient(to right, #8bbb3f 0%, #729b01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bbb3f', endColorstr='#729b01', GradientType=1);
    display: block;
    margin: 20px auto 0;
    width: 340px;
    max-width: 100%;
}

.first_form .form .btn:hover {
    outline: none;
    cursor: pointer;
    background: #ef2222;
    background: -moz-linear-gradient(left, #729b01 0%, #8bbb3f 100%);
    background: -webkit-linear-gradient(left, #729b01 0%, #8bbb3f 100%);
    background: linear-gradient(to right, #729b01 0%, #8bbb3f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#729b01', endColorstr='#8bbb3f', GradientType=1);
}

.first_form img {
    display: inline-block;
    width: 56%;
    max-width: 100%;
    vertical-align: middle;
    margin: 0 auto;
}

html {
    font-family: sans-serif
}

article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

a:active,
a:hover {
    outline: 0px none
}

b {
    font-weight: 700
}

h1 {
    margin: 0.67em 0px
}

img {
    border: 0px none;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

input {
    color: inherit;
    font: inherit;
    margin: 0px
}

html input[type="button"],
input[type="submit"] {
    cursor: pointer
}

input::-moz-focus-inner {
    border: 0px none;
    padding: 0px
}

input {
    line-height: normal
}

@media print {

    *,
    *::after,
    *::before {
        background: transparent none repeat scroll 0px 0px ! important;
        color: rgb(0, 0, 0) ! important;
        box-shadow: none ! important;
        text-shadow: none ! important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]::after {
        content: " ("attr(href) ")"
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]::after {
        content: ""
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% ! important
    }

    h2,
    h3,
    p {}

    h2,
    h3 {
        page-break-after: avoid
    }
}

*,
*::after,
*::before {
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    margin: 0px;
    font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255)
}

input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    background-color: transparent;
    color: rgb(0, 153, 255);
    text-decoration: none
}

a:focus,
a:hover {
    color: rgb(0, 153, 255);
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline-offset: -2px
}

figure {
    margin: 0px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

h1,
h2,
h3 {
    font-family: Ubuntu;
    font-weight: 900;
    line-height: 1.25;
    color: inherit
}

h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

p {
    margin: 0px 0px 11px
}

#clock {
    color: red;
}

.text-center {
    text-align: center
}

ul {
    margin-top: 0px;
    margin-bottom: 11px
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted rgb(170, 170, 170)
}

.container {
    margin-right: auto;
    margin-left: auto;

}

@media (min-width:1px) {
    .container {
        width: 768px
    }
}


@media (min-width:1280px) {
    .container {
        width: 1255px
    }
}

.container::after,
.container::before {
    content: "";
    display: table
}

.container::after {
    clear: both
}

.pull-left {
    float: left ! important
}

.text-hide {
    font: 0px/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0px none
}

@media all and (max-width: 850px) {
    .first_form{
        max-width: 320px;
    }
    .first_form .form,
    .first_form img{
        width: 100%;
    }
    .first_form .form .btn{
        margin: 20px auto;
    }
    .first_form .form .title2{
        font-size: 39px;
    }
}