.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[width="1"] {
    display: none !important
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}
.new_price {
    color: red;
}
body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #fafafa
}

a {
    color: #23527c;
    font-weight: 700;
    text-decoration: underline
}

a:hover {
    color: #b0493b;
    text-decoration: none
}

.container {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

.logo {
    font-family: Arial, Helvetica, sans-serif;
    color: #0085cf;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin: 15px auto;
    display: block;
    font-size: 60px
}

.logo:hover {
    color: #0085cf
}

.nav {
    height: 40px;
    overflow: hidden;
    background: #0085cf;
    line-height: 40px
}

.nav .container {
    text-align: center
}

.nav a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 8px
}

.nav a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.nav a:hover {
    color: #afd8f0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.social {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content .product-image {
    width: 100%;
    max-width: 260px;
    margin-bottom: 15px
}

.pricec {
    width: 100%;
    max-width: 160px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 auto;
    background: linear-gradient(to right, #eea513 0, #fded13 100%);
    border: 2px solid #fff;
    border-radius: 19%;
    padding: 10px 5px;
    position: absolute;
    right: -65px;
    top: -5px
}

.content {
    display: inline-block;
    width: 78%;
    padding-right: 2%;
    background: #fff;
    padding: 20px 15px 30px
}

.soc_crumbs {
    font-size: 0;
    background: #eee;
    padding: 5px;
    margin-bottom: 20px
}

.soc_crumbs .soc_img {
    display: inline-block;
    vertical-align: middle;
    width: 50%
}

.content .soc_crumbs .soc_img img {
    width: auto;
    margin-bottom: 0
}

.soc_crumbs span {
    display: block;
    font-size: 13px;
    text-align: right
}

.content h2 {
    font-size: 19px;
    line-height: 1.5;
    border-bottom: 3px solid #168de2;
    padding-bottom: 15px
}

.content .photo_block {
    font-size: 0;
    width: 100%;
    max-width: 100%
}

.content .photo_block img {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.btn {
    text-transform: uppercase;
    background: #3498db -webkit-gradient(linear, left top, left bottom, from(#3498db), to(#2980b9)) repeat scroll 0 0;
    background: #3498db -webkit-linear-gradient(top, #3498db, #2980b9) repeat scroll 0 0;
    background: #3498db -moz-linear-gradient(top, #3498db, #2980b9) repeat scroll 0 0;
    background: #3498db -o-linear-gradient(top, #3498db, #2980b9) repeat scroll 0 0;
    background: #3498db linear-gradient(to bottom, #3498db, #2980b9) repeat scroll 0 0;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border: none;
    border-radius: 28px;
    font-family: Arial;
    color: #fff;
    font-size: 20px;
    padding: 20px 20px;
    text-decoration: none;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 310px;
    max-width: 90%;
    margin: 20px auto 0
}

input::-ms-clear {
    display: none
}

.comments .btn {
    font-size: 22px;
    margin-top: 30px
}

.btn:hover {
    background: #3cb0fd -webkit-gradient(linear, left top, left bottom, from(#3cb0fd), to(#3498db)) repeat scroll 0 0;
    background: #3cb0fd -webkit-linear-gradient(top, #3cb0fd, #3498db) repeat scroll 0 0;
    background: #3cb0fd -moz-linear-gradient(top, #3cb0fd, #3498db) repeat scroll 0 0;
    background: #3cb0fd -o-linear-gradient(top, #3cb0fd, #3498db) repeat scroll 0 0;
    background: #3cb0fd linear-gradient(to bottom, #3cb0fd, #3498db) repeat scroll 0 0;
    text-decoration: none;
    color: #fff
}

.create_rom_footer,
.ev-footer {
    padding: 30px 0
}

.content h1,
.content h2,
.content img,
.content p {
    margin-bottom: 20px
}

.form__block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

.content .content-img {
    margin-bottom: 20px
}

.text {
    font-size: 18px
}

.content p {
    font-size: 18px;
    line-height: 1.5;
    text-align: justify
}

.content h1 {
    line-height: 1.3;
    text-align: center;
    margin-bottom: 25px
}

.content img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.content .prod {
    width: 100%;
    max-width: 260px
}

.content .list {
    margin-bottom: 16px
}

ul {
    list-style: none;
    font-size: 18px;
    list-style: none;
    padding-left: 20px;
}

li:not(:last-of-type) {
    margin-bottom: 7px;
}

.content .list p {
    margin-bottom: 0
}

.content .list p:first-child {
    margin-bottom: 20px
}

.social_block {
    border: 2px solid #e6e6e6;
    padding: 20px;
    margin-bottom: 20px
}

.content .social_block span {
    font-weight: 700;
    display: block;
    margin-bottom: 16px
}

.content .social_block img {
    width: auto;
    margin: 0
}

.quantity {
    color: #45688e;
    font-weight: 700;
    padding: 2px 3px 1px;
    background: #dae2e8;
    margin-bottom: 20px
}

.comment {
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.content .comment .avatar {
    width: 48px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top
}

.comm_text {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px)
}

.comm_text .text {
    margin-bottom: 10px
}

.content .comm_text .user_name {
    color: #2b587a;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0
}

.content .comm_text .time {
    color: #999;
    margin-bottom: 0
}

.sidebar {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    background: #fff;
    padding: 25px 10px 0
}

.sidebar img {
    display: block;
    width: 100%;
    margin-bottom: 8px
}
.live {
    max-width: 300px;
    margin-right: auto!important;
    margin-left: 0!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.red {
    font-weight: 700;
    color: red;
}
.sidebar p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px
}

.sidebar a {
    text-decoration: none
}

.footer {
    padding: 20px 1.5%;
    margin: 0 auto;
    background: #ebebeb none repeat scroll 0 0;
    text-align: center
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 781px;
    height: 460px;
    background: #658fc4;
    border: 5px solid #ddd;
    padding: 30px;
    display: none
}

.popup h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 25px
}

.popup img {
    width: 240px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle
}

.popup .text {
    display: inline-block;
    vertical-align: middle;
    width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: calc(100% - 270px)
}

.popup .text p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 16px
}

.close {
    position: absolute;
    top: -39px;
    right: -43px;
    border: 3px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: #658fc4;
    cursor: pointer
}

@media all and (max-width:1000px) {

    .sidebar,
    .soc_crumbs,
    .social,
    .social_block {
        display: none
    }

    .content {
        width: 100%
    }

    .logo {
        font-size: 50px;
        margin: 5px auto
    }

    .content h1 {
        font-size: 20px
    }

    .content h2 {
        font-size: 20px;
        text-align: center
    }

    .btn {
        font-size: 18px
    }

    .popup {
        width: 315px;
        height: auto;
        padding: 10px
    }

    .popup img {
        width: 130px;
        margin: 0 auto;
        display: block
    }

    .close {
        top: -35px;
        right: -3px
    }

    .popup .text {
        width: 100%
    }

    .popup h1 {
        margin-bottom: 16px;
        font-size: 20px
    }

    .popup .text p {
        font-size: 15px;
        margin-bottom: 10px
    }
}

.text9 {
    font-size: 16.67px;
    font-weight: 700;
    color: #02aeee;
    padding: 0 12px 16px;
    margin-top: 20px
}

.text9:first-of-type {
    margin-top: 0
}

input {
    font-size: 16.67px;
    font-weight: 700;
    color: grey;
    padding: 12px;
    width: 274px;
    box-sizing: border-box;
    background-color: #e6e6e6;
    box-shadow: 0 0 2px 1px grey;
    border: none;
    outline: 0
}

.price {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center
}

span.discount {
    display: block;
    font-size: 17px;
    font-weight: 700
}

.price_main {
    font-size: 22px
}

.price_s {
    display: inherit
}

.prod_img_wrapper {
    position: relative;
    margin-right: 70px
}

.form__block {
    text-align: center
}

.ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 30px
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center !important;
    margin: 15px 15px 20px;
    line-height: 25px;
    font-weight: 700
}

@media (max-width:767px) {
    .content p {
        text-align: left
    }

    .form__block {
        flex-direction: column;
        margin-bottom: 30px
    }

    .content .prod {
        margin-bottom: 20px
    }

    .prod_img_wrapper {
        margin-right: 0;
        margin-top: 70px;
    }

    .pricec {
        right: 50%;
        transform: translateX(50%);
        top: -80px;
    }

    .ruletka-p {
        margin-bottom: 30px
    }
}
footer {
    background: #000;
    padding: 15px;
    color: #fff;
    text-align: center;
}
.answer {
    margin-left: 65px;
}
.c2 {
    width: 100%;
    max-width: 450px!important;
}
.last-c {
    border-bottom: none;
}

@media (max-width: 479px) {
  .content .comment .avatar {
    float: left;
  }

  .comm_text {
    width: 100%;
    display: inline;
  }

  .answer {
    margin-left: 35px;
  }
}