.ac_footer {
    position: relative;
    top: 10px;
    height: 0;
    text-align: center;
    margin-bottom: 70px;
    color: #a12000;
}

.ac_footer a {
    color: #a12000;
}

.ac_footer p {
    text-align: center;
}

body {
    background-color: white !important;
}

label.errorValidate {
    text-align: center;
}

label.errorValidate {
    display: block;
    position: static;
    background: red;
    color: white;
    font-size: 16px;
    margin-top: 3px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    width: 50%;
}

header {
    border-bottom: 4px solid #AE2134;
}


html,
body {
    margin: 0px;
    padding: 0px;
    font-family: Merriweather, serif;
    font-size: 22px;
    color: #000;
    background-color: #F4F7FA;
}

a {
    color: #004b9c;
    text-decoration: none;

}

#title_block {
    height: 100%;
    width: 100%;
}

.title_block_wrapper {
    width: 100%;
    height: 100%;
}

.title_block_content {
    position: relative;
    width: 100%;
    height: 100%;
}

.title_block_img .title_img {
    margin: 0px !important;
    padding: 0px !important;
    height: 100%;
    width: 1125px;
    background-size: cover;
    display: inline !important;
}

.title_block_img {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}

.title_block_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #000 !important;
    opacity: 0.7;
}

.title_block_texts {
    position: relative;
    z-index: 9;
    background: transparent !important;
    padding: 21px;
}

.title_block_bread span {
    color: #fff;
    font: bold 10px/16px "IBM Plex Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .88;
}

.title_h1 {
    font: 600 40px/48px "IBM Plex Sans", sans-serif;
    color: #fff;
}

.title_bq {
    border-right: 4px solid #349dee;
    padding-right: 16px;
    color: #fff;
    opacity: 0.88;
    font: 24px/40px Merriweather, serif;
}

.title_block_author {
    margin-top: 26px;
}

.tauthor {
    font: 600 19px/24px "IBM Plex Sans", sans-serif;
    color: #349dee;
}

.tdate {
    margin-top: 2px;
    color: #fff;
    font: 500 10px/16px "IBM Plex Sans", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.title_block_texts div {
    background: transparent !important;
}

.lead_text {
    color: #565d6d;
}

#bodyWrapper {
    max-width: 1000px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

#mainWrapper {
    width: 100%;
    height: 100%;
}

#mainWrapper div {
    background-color: #FFFFFF;
}

#wrapper {
    max-width: 1000px;
    margin: 0px auto;
}

#content {
    padding: 0px;
    text-align: right;
    width: 100%;
}

#content .padWrap {
    padding: 15px;
}

.content-center {
    text-align: center;
}

#content img {
    max-width: 100%;
    display: block;
    margin: auto;
}

#content .prod {
    margin-bottom: 20px;
}

.pg {
    font-size: 17px !important;
    line-height: 28px !important;
    margin-bottom: 20px;
}

#content .date {
    display: inline-block;
    color: #a3b0b9;
    font-size: 13px;
}

#content .date::before {
    display: inline-block;
    content: "";
    margin-right: 10px;
    width: 10px;
    height: 10px;
}

#content h1 {
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
}

#content h2 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 26px;
    margin-bottom: 33px;
    line-height: 32px;
}

#content h3 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 25px;
}

#content ul li span {
    display: block;
    font-size: 16px;
    color: gray;
    font-weight: normal;
    line-height: 20px;
}

.glava {
    list-style-image: url(../img/qtick.png);

}

.glava li {
    margin-bottom: 20px;
    line-height: 32px;
    font-weight: bold;
    font-family: "IBM Plex Sans", sans-serif;
}

.subtitle {
    display: block;
    margin-bottom: 33px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.note {
    float: right;
    max-width: 200px;
    font-weight: 500 !important;
    font-size: 18px !important;
}

#content ul {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}

#content ul li {
    margin-bottom: 20px;
}

#content blockquote {
    border-right: 5px solid;
    border-color: #39b4ff;
    padding: 10px 25px 10px 25px;
    margin: 35px;
    color: #39b4ff;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
}

#comments {
    margin-top: 52px;
}

#comments .pg {
    font-size: 14px !important;
    line-height: 28px !important;
}

#comments h2 {
    background: url('../img/comentsm.jpg') no-repeat;
    padding-left: 40px;
    color: #000;
    border-bottom: 0px solid;
    border-color: #000;
    float: right;
    margin-top: 1px;
    margin: auto;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#comments .item {
    text-align: right;
    padding: 10px;
    margin: 10px 0px;
    min-height: 80px;
    border-bottom: 1px dashed #05519d;
}

#comments .item :last-child {
    border-bottom: none;
}

#comments .item .name {
    font-size: 16px;
    font-weight: bold;
    color: #05519d;
}

#comments .coment_ava {
    float: right;
    margin-left: 15px;
}

#comments .coment_ava img {
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

#comments .date {
    font-weight: normal;
    background: none;
    display: inline;
}

#comments .date::before {
    background-image: none;
    margin-right: 0px;
}

.form_phone {
    display: inline-block;
    position: relative;
}

.price {
    color: red;
    font-size: 24px;
    font-weight: 700;
}

@media screen and (max-width: 1020px) {
    header {
        text-align: center;
    }

    #content {
        width: 100%;
    }
}

@media screen and (max-width: 780px) {

    .note {
        float: none;
        max-width: 100%;
    }
}

@media screen and (max-width: 660px) {

    #content h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media screen and (max-width: 560px) {

    /*
	#top {display:none;}
	#top_xs {display:block;}
	*/
    .pg {
        margin-left: 0px;
        margin-right: 0px;
    }

    #content .padWrap {
        padding: 15px;
    }
}

@media screen and (max-width: 520px) {

    /*
	#top {display:none;}
	#top_xs {display:block;}
	*/
}

@media screen and (max-width: 420px) {

    .title_bq {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .tauthor {
        font-size: 14px;
    }
}

@media screen and (min-width: 1300px) {

    #wrapper {
        max-width: 1000px;
    }

    #content {
        width: 100%;
    }
}

@media screen and (min-width: 1600px) {

    #wrapper {
        max-width: 1000px;
    }

    #content {
        width: 100%;
    }
}

.webp #order_form {
    position: relative;
    background: #fff;
    padding: 20px;
    text-align: center;
    max-width: 600px;
    font-family: Arial;
    background-image: url(../img/formbg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 20px auto;
}

.no-webp #order_form {
    position: relative;
    background: #fff;
    padding: 20px;
    text-align: center;
    max-width: 600px;
    font-family: Arial;
    background-image: url(../img/formbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 20px auto;
}


#order_form div {
    background: transparent !important;
    padding-top: 10px;
}

#order_form h2 {
    margin: 25px 0 0 0;

    padding: 0px;

    line-height: 32px;

    border: none;
}

#order_form label {
    width: 230px;
    display: block;
    padding: 5px 0 5px 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: auto;
}

#order_form .order_form_pole {
    padding: 10px;
    display: block;
    margin: 10px;
}

#order_form input {
    font-size: 21px;

    padding: 15px;

    border-radius: 3px;

    border: 2px solid #e9d7dc;

    max-width: 300px;

    width: 100%;
}

#order_form span {
    font-size: 12px;
}

#order_form .old-priceValue {
    font-size: 18px;
}

#order_form button,
.obutton {
    display: block;
    padding: 20px;
    color: #fff;
    width: 136px;
    margin-bottom: 20px !important;
    font-weight: 700;
    margin: auto;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em 0.94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all 0.15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
}

#order_form button:hover,
.obutton:hover {
    background-color: #017acc;
}

#order_form button:active {
    position: relative;

    top: 1px;
}

.order_info h2 {
    border: none !important;

    color: red !important;
}

.left_count {
    background: red;
    padding: 23px;
    margin: 12px auto;
    width: 178px;
    color: #fff;
    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000,
    0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000,
    1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000,
    1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000,
    -1px 1px 0 #000000, 1px 1px 0 #000000;
    font-size: 32px !important;
    border-radius: 5px;
}

.left_count .prod_left_val {
    font-size: 52px !important;
}

#content img.live-photo {
    width: 350px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 5px;
}


@media screen and (max-width: 480px) {
    #order_form label {
        font-size: 14px;
    }

    #order_form button {
        font-size: 16px;
    }

    #order_form {
        padding: 10px;
        margin-bottom: 20px;
    }

    #order_form .order_form_pole {
        padding: 0px;

        margin: 2px;
    }
}

@media screen and (max-width: 459px) {
    #order_form input {
        width: 80%;
    }

    #order_form {
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media screen and (max-width: 349px) {
    #order_form input {
        font-size: 17px;
    }

    #order_form button {
        margin-left: auto;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 0\0
) {
    #order_form {
        position: relative;
        background: #fff;
        padding: 20px;
        text-align: center;
        max-width: 600px;
        font-family: Arial;
        background-image: url(../img/formbg.jpg) !important;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 20px auto;
    }
}