/*  Basic
================================================== */
html {font-size: 26px; color: #000;}
#mainwrapper {background: #fff;}
#footer_guarantor,
#footer_wrapper {height: 300px;}
#contacts {line-height: 1; font-size: inherit;}
#contacts .phone {margin: 20px 0 10px;
                font-weight: bold; line-height: 1; font-size: inherit;}


/*  Other
================================================== */
h1.main:before, h2.main:before,
h1.main:after, h2.main:after {display: none;}
.lw, #header_wrapper {box-shadow: none;}
.chain, #share {display: none;}

.item_list .title,
.reviews_wrapper .date,
#top_menu a,
#bot_menu a,
#agreement,
.spec_version_switcher
    {font-size: inherit; line-height: 1;}

#contacts a:hover,
#contacts .callback_order:hover,
.spec_version_switcher a:hover,
#agreement a:hover,
#top_menu a:hover,
#bot_menu a:hover {text-decoration: underline;}

#contacts a:hover,
#contacts .callback_order:hover {color: #821e1e !important;
                    border-bottom-color: transparent;}
.spec_version_switcher a:hover,
#agreement a:hover {color: #fff !important;
                    border-bottom-color: transparent;}

.owl-dots {display: none;}
.slider_wrapper {border: 0; box-shadow: none;}


/*  Buttons
================================================== */
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    height: auto; padding: 10px 20px !important; cursor: pointer;
    line-height: 26px; font-size: 26px; font-weight: bold; text-transform: uppercase; color: #fff;
    text-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0px !important;
    background: #aa0000;}
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    color: #fff;
    border: none;
    text-shadow: none;
    background-color: #000;}


/*  Forms
================================================== */
.w33per, .w50per {width: auto;}
form h2.caption {font-size: 26px; line-height: 40px;}
form div.caption {height: auto; padding: 30px 0 10px;
                    line-height: 1;}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    height: 50px; padding: 10px;
    color: #000; font-size: 26px;
    border: 3px solid #666;
    border-radius: 0px;
    background: #fff;}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 3px solid #aaa;
    color: #000;
    box-shadow: none;}
.error_message {font-size: 32px; color: #aa0000;
                border-radius: 0px;
                background: #ffeeee;}


/*  Responsive
================================================== */
@media all and (max-width: 820px) {
    #site_link {margin: 0 auto; position: relative; left: auto; top: auto;}
    #contacts {text-align: center;}
    #top_menu {margin: 0;
                text-align: center;}
}
