body {
    margin: 0;
    padding: 0;
    background: #e1f1e1;
    background-size: cover;
    background-attachment: fixed;
    font-family: Times New Roman
}

.mb {
    margin-top: -5px;
    font-size: 32px
}

.mt {
    margin-top: 26px
}

.price {
    margin-top: 28px;
    margin-bottom: 28px;
    font-style: italic;
    font-weight: bold;
    font-size: 18px
}

h3 {
    font-size: 22px
}

p {
    font-size: 18px
}

.productA {
    font-weight: 700;
    text-decoration: none;
    color: #b9124f
}

.productA:hover {
    color: #438d0c
}

.header {
    border-bottom: 1px solid #ddd;
    font-family: 'Libre Baskerville', serif
}

.listt li {
    padding: 10px 0;
    position: relative;
    font-size: 17px;
    line-height: 22px
}

.listt li:before {
    content: '';
    position: absolute;
    left: -33px;
    top: 10px;
    background: url('../images/zelenaja-galochka64.png') center no-repeat;
    background-size: contain;
    width: 30px;
    height: 28px
}

.box {
    background: #effff7 none repeat scroll 0 0;
    border: 1px dotted #000;
    padding: 10px
}

ul.lst {
    font-size: 0;
    padding-left: 0;
    margin: 25px auto
}

ul.lst li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    width: 50%;
    vertical-align: top
}

ul.lst img {
    float: left;
    padding-right: 15px
}

.text {
    padding-left: 134px;
    padding-right: 15px
}

.text .title {
    font-size: 25px;
    font-weight: 600;
    color: red;
    border-bottom: 2px dotted red;
    margin-bottom: 5px
}

.header h1 {
    font-family: 'Times New Roman', serif;
    font-size: 45px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 20px 0
}

h2 {
    margin-bottom: 0
}

@media screen and (max-width:800px) {
    .header h1 {
        font-size: 35px !important
    }
}

.nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: #9bca7a;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0 0 8px #676565;
            box-shadow: 0 0 8px #676565;
    height: 17px
}

ul.ar {
    padding-left: 0
}

ul.ar li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px
}

ul.ar li * {
    vertical-align: middle
}

ul.ar li img {
    padding-right: 10px;
    width: 28px
}

ul.ar li i {
    display: inline-block;
    width: calc(100% - 39px);
    font-style: normal;
    color: #555
}

.nav__list {
    display: table;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 0
}

.nav__listItem {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}

.nav__listItemA {
    display: block
}

.nav__listItemAImg {
    border: 0
}

form {
    max-width: 300px;
    width: 100%;
    margin: 15px auto 0;
    padding-bottom: 30px
}

[type='submit'] {
    background: #f33;
    text-align: center;
    font: 22px Tahoma;
    color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 0 0 rgba(153, 0, 0, 1);
    -o-box-shadow: 0 2px 0 0 rgba(153, 0, 0, 1);
    box-shadow: 0 2px 0 0 rgba(153, 0, 0, 1);
    border-radius: 3px;
    -webkit-appearance: none;
    max-width: 200px;
    height: 58px;
    border: 0;
    margin-top: 20px;
    margin: 0 auto;
    width: 100%;
    display: block
}

.container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 15px 15px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 8px #676565;
            box-shadow: 0 0 8px #676565
}

.bmob {
    display: none
}

.banner {
    padding: 10px 0;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    text-align: center;
    margin: 10px 0
}

@media only screen and (max-width:1000px) {
    .bmob {
        display: block
    }
}

.header__logo {
    display: block;
    margin: 0 auto
}

.header__nav {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    border-bottom: 4px solid #b9124f
}

.header__navItem {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #ccc
}

.header__navItem._last {
    border: 0
}

.header__navItemA {
    display: block;
    padding: 0 15px 7px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #000
}

.header__navItemAName {
    margin: 0
}

p.author {
    text-align: right
}

.header__navItemAEng {
    margin: 2px 0 0;
    color: #999;
    font-size: 13px;
    font-style: italic;
    text-transform: none
}

.imageInText.center {
    display: block;
    margin: 10px auto;
    max-width: 600px;
    width: 100%;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
}

.imageInText.right {
    display: block;
    float: right;
    margin: 18px 0 0 10px;
    max-width: 35%
}

.imageInText.left {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    max-width: 35%
}

.content {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.content__breadcumps {
    display: table;
    margin: 10px 0 10px 20px;
    padding: 0;
    list-style: none;
    font-size: 0
}

.content__breadcumpsItem {
    display: inline-block;
    vertical-align: top;
    margin: 0
}

.content__breadcumpsItem::after {
    content: '>';
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    color: #555;
    font-size: 12px
}

.content__breadcumpsItem._last::after {
    display: none
}

.content__breadcumpsItemA {
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #555
}

.content__title {
    margin: 0;
    padding: 10px 0 0;
    line-height: 22px;
    font-size: 18px;
    text-align: left;
    color: #c4013d
}

.content__date {
    margin: 5px 0;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    text-align: right;
    color: #565656
}

.content__text {
    margin: 5px 0;
    line-height: 22px;
    font-size: 17px;
    text-align: justify;
    color: #555
}

.product {
    text-align: center;
    clear: both;
    padding-top: 1px
}

.product img {
    display: block;
    margin: 15px auto 25px;
    text-align: center;
    width: 100%;
    max-width: 384px
}

.listt {
    margin: 5px 0;
    line-height: 18px;
    font-size: 14px;
    text-align: justify;
    color: #555;
    list-style: none;
    padding: 25px;
    padding-top: 0;
    padding-left: 35px
}

.content__img {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 10px auto
}

.sidebar {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin: 0 0 0 15px
}

.sidebar__img {
    width: 100%
}

.sidebar__text {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #b9124f
}

.sidebar__btn {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #b9124f;
    border-radius: 8px
}

.sidebar__btn:hover {
    background: #a9174c
}

.orderbtn {
    display: block;
    width: 270px;
    margin: 10px auto;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #b9124f;
    border-radius: 8px
}

.orderbtn:hover {
    background: #a9174c
}

.comments__title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase
}

.comment {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table;
    width: 80%;
    margin: 0 auto 10px;
    padding: 5px;
    font-size: 0;
    border: 1px solid #333;
    border-radius: 4px
}

.comment._answer {
    padding-left: 100px
}

.comment__ava {
    display: inline-block;
    vertical-align: top;
    width: 32px
}

.comment__data {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 42px);
    margin: 0 0 0 10px
}

.comment__dataAuthor {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #666
}

.comment__dataDate {
    margin: 0 0 0 10px;
    font-size: 14px;
    font-style: italic;
    text-transform: none
}

.comment__dataText {
    margin: 5px 0;
    font-size: 16px;
    color: #333
}

.comment__img {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 5px auto
}

.footer {
    width: 100%;
    margin: 20px 0 10px;
    padding: 10px 0 0;
    list-style: none;
    text-align: center;
}

.footer__item {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    border-left: 1px solid #444
}

.footer__item._last {
    border-right: 1px solid #444
}

.footer__itemA {
    font-size: 13px;
    text-decoration: none;
    color: #444
}

.top-trigger,
.top-triggerLabel,
.cont-trigger,
.cont-triggerLabel {
    display: none
}

@media screen and (max-width:1000px) {
    .sidebar {
        display: none
    }
    .nav {
        display: none
    }
    .nav__list,
    .header__nav {
        text-align: center
    }
    .content {
        display: block;
        margin: 0 auto
    }
}

@media screen and (max-width:815px) {
    .nav__list {
        display: none
    }
    .top-trigger {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        opacity: 0
    }
    .top-triggerLabel {
        display: inline-block;
        vertical-align: top;
        width: 30px;
        height: 30px;
        padding: 5px
    }
    .top-trigger:checked~.nav__list {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 50px)
    }
    .header__nav {
        display: none
    }
    .cont-trigger {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        opacity: 0
    }
    .cont-triggerLabel {
        display: inline-block;
        vertical-align: top;
        width: 30px;
        height: 30px;
        padding: 5px
    }
    .cont-trigger:checked~.header__nav {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 50px)
    }
    .header__navItem {
        display: block;
        border: 0
    }
}

@media screen and (max-width:800px) {
    .mob_prod {
        display: block !important;
        width: 100%;
        max-width: 300px;
        margin: 20px auto 15px
    }
}

@media screen and (max-width:620px) {
    ul.lst li {
        display: block;
        width: 100%;
        margin: 0 auto 15px
    }
    ul.lst li:after {
        content: '';
        display: block;
        clear: both
    }
    .content__text,
    .listt li,
    ul.ar li i {
        text-align: left
    }
    ul.ar li * {
        vertical-align: top
    }
    .container {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block
    }
    .box {
        margin-bottom: 20px
    }
    .text .title {
        font-size: 23px
    }
    .text {
        padding-right: 0
    }
}

@media screen and (max-width:460px) {
    .comment {
        width: 100%
    }
    .comment._answer {
        padding-left: 20px
    }
}

.sidebar div {
    font-size: 0
}

.sidebar div img {
    display: inline-block;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 10px
}

.sidebar div img:nth-child(1) {
    padding-right: 5px
}

.sidebar div img:nth-child(2) {
    padding-left: 5px
}

@media(max-width:440px) {
    .imageInText.left,
    .imageInText.right {
        float: none;
        margin: 10px auto;
        max-width: 100%
    }
}

a[href='pp.html']:hover {
    text-decoration: none
}

.input-group:before {
    direction: ltr
}

.footer {
	background: transparent!important;
}