html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
sub, sup {
    font-size: .65em;
}
strong {
    font-weight: 600;
}

em {
    font-style: italic;
}
a:hover {
    text-decoration: none;
}
:focus {
    outline: 0;
}

.clr {
    border: medium none;
    clear: both;
    display: block;
    float: none;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    min-height: 100%;
}
html {
    font-size: 100%;
}

body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #000000;
    position: relative;
    width: 100%;
}
ul li {
    list-style-type: none;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.center {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1 {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 3.25em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -.4px;
}
h1 span {
    display: block;
    font-size: .375em;
}
h2 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.875em;
    font-weight: 600;
    margin: 50px 0 50px -25px;
    text-align: center;
    letter-spacing: -.4px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
h2::before {
    content: '';
    width: 50px;
    height: 39px;
    background-image: url(../images/subtitle.png);
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 17px;
    flex: none;
}
h3 {
    color: #AE6241;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    letter-spacing: -.4px;
}

.top {
    height: 405px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.panel {
    background-color: #AE6241;
    margin-bottom: 5px;
    width: 100%;
}
.panel .center {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.phone {
    background-image: url(../images/ico_phone.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 23px;
}
.phone a {
    font-family: 'Roboto', sans-serif;
    font-size: 1.125em;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}

.header {
    height: 350px;
    position: relative;
}
.title {
    height: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.title_bg {
    background-image: url(../images/bg_top.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
}
.title_bg .center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.figures_logos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 0;
}
.figures_logos img {
    margin: 0 9px;
}

.products_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_item {
    width: 32%;
    max-width: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product_item img {
    max-width: 100%;
    border: 3px solid #AE6241;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product_item h3 {
    height: 55px;
    text-transform: uppercase;
    text-align: center;
    margin: 17px 0;
}
.product_item p {
    font-size: .875em;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.4px;
}
.product_item strong {
    color: #AE6241;
    font-weight: 400;
}

.footer {
    border-top: 3px solid #AE6241;
    margin-top: 65px;
}
.footer .center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 65px;
    font-size: .813em;
}


.contacts {
    margin-top: 90px;
}
.btn {
    display: block;
    width: auto;
    min-width: 141px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .875em;
    margin: 0 auto;
    padding: 0 15px;
    letter-spacing: -0.4px;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.btn3 {
    color: #AE6241;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}
.btn3:hover {
    color: #ffffff;
    background-color: #e28056;
}


.btn.preloading span {
    display: block;
    text-indent: -9999px;
    background-image: none;
    padding-left: 0;
    width: 25px;
    height: 25px;
    border: 4px solid #AE6241;
    border-top-color: #ffffff;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    top: 17%;
    margin: 0 auto 0 auto;
}
@keyframes loader-rotate {
    0% {
        transform: rotate(0); }
    100% {
        transform: rotate(360deg); }
}

.contacts_inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.userfields {
    width: 746px;
    background-color: #AE6241;
    padding: 40px 0 37px 54px;
    -webkit-border-radius: 20px 0;
    -moz-border-radius: 20px 0;
    border-radius: 20px 0;
}
.form {
    max-width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.form p {
    font-style: italic;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}
.form p.normal {
    font-style: normal;
}
.userfields input {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #222222;
    margin: 0 0 21px;
    padding: 0 17px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.userfields textarea {
    display: block;
    width: 100%;
    height: 170px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #222222;
    margin: 0;
    padding: 12px 17px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
.userfields input.error_field {
    border: 1px solid #c40000;
    background-color: #ffdddc;
}

.form_bottom {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.agree {
    color: #ffffff;
    font-size: .75em;
    width: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
}
.agree i {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin-right: 13px;
    flex: none;
}
.agree.active i {
    background-image: url(../images/check.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.agree.error i {
    background-color: #ffdddc;
}
.form_bottom .btn {
    margin: 20px 0 0;
}
p.success_btn {
    font-style: normal;
    font-weight: 400;
    color: #AE6241;
}
/*p.success_btn:hover {
    color: #AE6241;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}*/

.info {
    width: 100%;
    max-width: 449px;
    height: 100%;
    padding: 43px;
    background-image: url(../images/bg_contacts.jpg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 20px 0;
    -moz-border-radius: 20px 0;
    border-radius: 20px 0;
    position: absolute;
    right: 0;
    top: -47px;
}
.info p {
    color: #ffffff;
    font-weight: 600;
    line-height: 22px;
    padding-left: 35px;
    letter-spacing: -0.4px;
    background-position: left center;
    background-repeat: no-repeat;
}
.info p a {
    color: #ffffff;
}
.hours {
    margin-top: 40px;
}
.hours em {
    display: block;
    font-weight: 400;
    margin-bottom: 25px;
}
p.email {
    background-image: url(../images/ico_email.png);
    margin-bottom: 22px;
}
p.address {
    background-image: url(../images/ico_address.png);
    margin-bottom: 22px;
    line-height: 24px;
}
p.phone2 {
    background-image: url(../images/ico_phone2.png);
}
p.phone2 a {
    text-decoration: none;
}
