
body {
    margin: 0;
    padding: 0
}

ul {
    margin: 0;
    padding-left: 0;
    list-style: none
}

@font-face {
    font-family: "Open Sans Light";
    src: url(../fonts/OpenSans-Light.woff2) format("woff2"), url(../fonts/OpenSans-Light.woff) format("woff")
}

html,
body,
div,
span,
h2,
h3,
h4,
p,
img,
b,
ul,
li,
form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%
}

input,
button {
    margin: 0;
    font-size: 100%;
    border: 0;
    outline: none
}

input[type="text"] {
    padding: 0
}

ul {
    list-style: none
}

html {
    font-size: 10px
}

body {
    background: #EBEBEB;
    font-family: Georgia
}

main {
    padding: 25px 15px 30px !important;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: #fff;
    line-height: 1.3
}

.box1 {
    margin: 15px 0;
    padding: 15px;
    border: 2px solid #F7F9B6;
    background-color: #FFFFEC
}

.box1 img {
    float: left;
    margin-right: 10px;
    max-width: 40%
}

.box1 .aboutautor {
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
}

.box1 h3 {
    margin: -6px 0 10px;
    text-align: left;
    font-size: 20px;
}

p {
    margin: 10px 0
}

.boxshadow {
    margin: 32px 0 0 10px;
    width: 150px;
    box-shadow: 0 0 5px 3px #ccc;
    border: 2px solid #fff
}

ul {
    list-style: disc
}

.shild {
    text-align: left;
    background: left 50% url(../images/shield_green.png) no-repeat;
    line-height: 1.4;
    margin-bottom: 10px;
    background-size: 25px 22px;
    padding-left: 40px
}

.grayborder {
    border-left: 3px solid #dcdcdc;
    padding-left: 20px;
    margin-left: 30px
}

h4 {
    margin: 15px 0;
    color: #000;
    text-align: center;
    font-weight: bolder
}

.textcenter {
    text-align: center
}

.prod {
    display: block;
    margin: 0 15px 0 0;
    text-align: center;
    width: 100%;
    max-width: 200px
}

.productblock {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productblock span {
    font-weight: 700;
    text-align: center
}

.buttons {
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(76, 120, 202, 1);
    background: -moz-linear-gradient(top, rgba(76, 120, 202, 1) 0%, rgba(76, 167, 203, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 120, 202, 1)), color-stop(100%, rgba(76, 167, 203, 1)));
    background: -webkit-linear-gradient(top, rgba(76, 120, 202, 1) 0%, rgba(76, 167, 203, 1) 100%);
    background: -o-linear-gradient(top, rgba(76, 120, 202, 1) 0%, rgba(76, 167, 203, 1) 100%);
    background: -ms-linear-gradient(top, rgba(76, 120, 202, 1) 0%, rgba(76, 167, 203, 1) 100%);
    background: linear-gradient(to bottom, rgba(76, 120, 202, 1) 0%, rgba(76, 167, 203, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c78ca', endColorstr='#4ca7cb', GradientType=0);
    display: block;
    height: 50px;
    font-size: 18px;
    color: #fff;
    text-shadow: #000 .1em .1em .2em;
    text-align: center;
    margin: 15px auto;
    background-size: contain;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.75);
    width: 100%;
}

button {
    -ms-transition: .5s;
    transition: .5s
}

button:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

input {
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 10px !important;
    background: #fff;
    border-radius: 5px;
    margin: 15px auto;
    border: 1px solid #A64C49;
    text-align: left;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tiz img {
    display: block;
    margin: 10px auto 15px;
    width: 80%
}

.tiz {
    background-color: #E0F0FA;
    border: 3px inset #05ADEA;
    margin: 0 15px 15px;
    padding: 0 10px 0px;
    text-align: center
}

.bolder {
    font-weight: 700
}

.italic {
    font-style: italic
}

.tiz h2 {
    color: red
}

.tiz p {
    font-size: 15px;
    line-height: 19px
}

main {
    display: table
}

@media screen and (max-width: 600px) {
    .box1 img {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
        max-width: 50%;
        margin: 0 auto
    }

    .box1 h3 {
        margin: 10px auto;
        text-align: center
    }
}

@media screen and (max-width: 450px) {
    .box1 img {
        max-width: 200px
    }
}

@media screen and (max-width: 814px) {
    main .content {
        border: none !important
    }

    main {
        border: none !important
    }
}

body {
    font-size: 18px
}

.limit {
    max-width: 960px;
    margin: 0 auto;
    display: block
}

main .content {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    padding: 0 15px;
    border-right: 1px solid #ccc
}

main .content .text h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #820000;
    text-align: center;
    font-weight: 400
}

main .sidebar {
    display: inline-block;
    width: 31%;
    float: right;
    vertical-align: top;
    text-align: justify
}

main {
    padding-top: 10px
}

.imageInText.right {
    float: right;
    max-width: 300px;
    margin: 5px 0 0 10px
}

@media screen and (max-width: 814px) {

    main .sidebar {
        margin-top: 15px;
        width: 100%;
    }
    .tiz img {
        max-width: 200px !important;
    }

    main .content {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box
    }
}

@media screen and (max-width: 480px) {
    main .content .text h2 {
        font-size: 32px;
    }
    .imageInText.right {
        float: none;
        display: block;
        max-width: 300px;
        margin: 10px auto
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont_1.eot);
    src: url(../fonts/fontawesome-webfont.eot#iefix&v=4.6.3) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}
.red {
    color: red;
}
p {
    margin: 15px 0
}
@media screen and (max-width: 1024px) {
    main .content .text h2 {
        font-size: 34px;
    }
}
.center {
    text-align: center;
}
@media(max-width: 767.5px) {
    .prod {
        max-width:180px;
        margin: 0 auto 15px;
    }

    main .content .text h2 {
        font-size: 28px;
        line-height: 1.3
    }
    .productblock {
        flex-direction: column;
    }
    body,
    p {
        font-size: 16px;
        line-height: 1.3
    }
}

@media(max-width: 690.5px) {
    .shild1 {
        line-height: 25px
    }
}

@media(max-width: 521.5px) {
    .shild3 {
        line-height: 25px
    }
}

@media(max-width: 384.5px) {
    .shild2 {
        line-height: 25px
    }
}

@media(max-width: 350.5px) {
    .shild4 {
        line-height: 25px
    }
}

@media(max-width: 479.5px) {
    .prod {
        max-width: 180px
    }

    main .content .text h2 {
        font-size: 24px;
        line-height:1.3
    }

  
}

.bel-footer-block {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.grayborder {
    margin-top: 0;
}
.prices {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.prices__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0 !important;
}
.prices__item:first-child {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid lightgrey;
}
.new-price {
    font-size: 24px;
    line-height: 1;
    color: red;
    font-weight: 700;
}
.old-price {
    text-decoration: line-through;
}
.form {
    width: 100%;
    max-width: 300px;
}