body {
    margin: 0 auto;
    padding: 0;
    max-width: 600px;
    font-family: Roboto;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 100% 0;
    background-color: #111;
}
header {
    box-sizing: border-box;
    z-index: 200;
    width: 100%;
    font-size: 18px;
    padding: 0 20px;
    padding-top: 5px;
    max-width: 600px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    margin-bottom: 10px;
}
header img {
    vertical-align: middle;
}
main {
    display: block;
    padding: 16px;
    padding-top: 0;
    background: #fff;
}
h1 {
    margin: 8px 0;
    font-size: 23px;
    text-align: center;
    font-weight: 800;
}
h1 span {
    color: red;
}
.story h2 {
    font-weight: 900;
    font-size: 19px;
    line-height: 23px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
h2 + p {
    margin-top: 0;
}
.golova {
    background: #fff;
    position: relative;
}
.golova > img {
    position: relative;
}
.golova h2 {
    color: #000;
    font-size: 22px;
    margin: 0 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
.golova h2 span {
    color: red;
    font-weight: 900;
    text-decoration: underline;
}
h2 span {
    font-weight: 300;
}
.img-comment2 {
    font-size: 14px;
}
.story {
    font-size: 18px;
}
.img-responsive {
    width: 100%;
}
.story p b {
    font-weight: 600;
    background: #d6f4ff;
    padding: 0 3px;
}
.story h3 {
    font-weight: 500;
    font-style: italic;
    margin: 12px 0;
    padding: 0 10px;
}
.story a {
    font-weight: 900;
    color: #1697ce;
}
.story a:hover {
    text-decoration: none;
}
.img-comment2 p {
    margin: 5px 0;
}
.img-comment2 span {
    font-weight: 600;
}
.story p {
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    font-weight: 400;
}
html {
    padding: 0;
    margin: 0;
}
footer {
    text-align: center;
    color: #fff;
    padding: 10px 0;
}
footer a {
    color: #fff;
}
.story .content_img-title {
    font-size: 20px;
    text-align: center;
    font-weight: 900;
}
.img-comment {
    display: block;
    width: 100%;
    text-align: justify;
    color: #000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 800;
    box-sizing: border-box;
}
.img-comment2 {
    display: block;
    width: 100%;
    padding: 11px;
    background-color: rgba(43, 97, 150, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    box-sizing: border-box;
}
.img-comment2 .ava {
    width: 40%;
    float: left;
    margin-right: 10px;
    border-radius: 6px;
}
.img-comment2:after {
    display: table;
    content: "";
    clear: both;
}
.img-comment2 h4,
.img-comment2 h5 {
    margin: 0;
}
.commentarios {
    padding: 5px 10px;
    line-height: 1;
    font-size: 11px;
    color: #fff;
    background: #2361ae;
    font-family: Tamoha, sans-serif;
}
.comenti {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.coma {
    display: flex;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin: 0 10px;
    margin-top: 10px;
}
.coma + .coma {
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
}
.coma .coma {
    margin-left: 0;
}
.coma .col-avatar {
    margin-right: 10px;
}
.coma .col-avatar img {
    width: 50px;
}
.coma .col-comm-text p {
    margin-top: 0;
}
.coma .col-comm-text img {
    max-width: 300px;
}
.coma .nickname {
    margin: 0;
}
.coma .nickname a {
    color: #3b5998;
    text-decoration: none;
    font-weight: 700;
}
.coma .comment {
    padding-top: 5px;
    margin: 0 28px 5px 0;
}
.coma .respond {
    text-decoration: none;
    color: #3b5998;
}
.coma .date {
    border-bottom: 1px dotted grey;
    color: grey;
}
.product {
    display: flex;
    text-align: center;
}
.product.price {
    margin-top: -20px;
}
.product .price {
    color: #ed1b24;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -6px;
    line-height: 1;
}
.product .price span {
    font-weight: 300;
    font-size: 50%;
    margin-left: 5px;
}
.product .price-old {
    line-height: 1;
    padding-top: 20px;
}
.product .price-old span {
    display: inline-block;
    padding: 0 1rem;
    font-size: 3rem;
    letter-spacing: -6px;
    color: #000;
    position: relative;
}
.product .price-old span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 5px solid #ed1b24;
    transform: rotate(-10deg);
    border-radius: 20px;
}
.form-title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 300;
    margin-top: 0;
}
::placeholder {
    color: #000;
    opacity: 1;
    border-bottom: 1px dashed #aaa;
}
.title-form {
    width: 100%;
    text-align: center;
    padding: 20px 0 0;
    font-weight: 900 !important;
    font-size: 27px !important;
    line-height: 42px !important;
    color: #322a89;
    text-transform: uppercase !important;
}
.title-form .pink {
    color: #ff3395;
}
.price_old {
    text-decoration: line-through;
    color: #000;
}
.main-btn {
  display: block;
    background: #1266d5;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 20px;
    padding: 10px;
    margin: 30px auto 0 !important;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    transition: all 0.5s;
    border: none;
    cursor: pointer;
    justify-content: center;
}
.main-btn:hover {
    background-color: #5d9d52;
    box-shadow: 2px 3px 3px #999;
}
.product-image {
    width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
    max-width: 250px !important;
}
.comment-date {
    color: grey;
    font-style: italic;
    font-size: 13px;
}
.order_form {
    max-width: 300px;
    margin: 0 auto 20px;
    padding: 20px 20px;
}
.block_form {
    margin-bottom: 20px;
}
.form_input,
.main-btn {
    box-sizing: border-box;
    width: 100%;
}
.form_input {
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid grey;
}
.block_form_label {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
}
select::-ms-expand {
    display: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background-image: url(../images/custom_select.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
}
.main-btn-link {
    max-width: 300px;
}
@media (max-width: 991px) {
    .coma:not(:nth-last-child(-n + 6)) {
        display: none;
    }
}
.col-comm-text .comm-text a {
    color: #1697ce;
    font-weight: 700;
}
.col-comm-text .comm-text a:hover {
    text-decoration: none;
}
.package-price {
    display: none;
}

.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;
}

img[height="1"],
img[width="1"] {
    display: none !important;
}

label.error {
    color: red;
}
.form_input.error {
    border-color: red;
}