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


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

a {
    color: #004b9c;
    text-decoration: none;
    font-weight: bold;
}

#title_block {
    height: 504px;
    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% !important;
    width: 100% !important;
    display: inline !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.title_block_img {
    height: 100%;
    position: absolute;
    top: 0;
    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-left: 4px solid #349dee;
    padding-left: 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: left;
    width: 100%;
}

#content .padWrap {
    padding: 15px;
}

#content img {
    max-width: 100%;
    display: block;
    margin: 20px 0px;
}

#content p {
    font-size: 18px;
    line-height: 29px;
}

.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;
    font-size: 22px;
}

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

.note_left {
    float: left;
    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-left: 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: 120px;
}

#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;
    text-transform: uppercase;
    padding-bottom: 10px;
}

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

#comments .item:nth-child(20) {
    border-bottom: none;
}

#comments .item .info {}

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

#comments .coment_ava {
    float: left;
    margin-right: 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;
}

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

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

    #content {
        width: 100%;
    }
}

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

    .note,
    .note_left {
        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: 8px;
    }
}

@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%;
    }
}
#banner.banner {
    position: relative;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding-bottom: 7vw;
    max-width: 650px;
    margin: 0 auto
}

#banner .banner__price {
    display: inline-block;
    margin: 15vw 0 0 11vw
}

#banner .banner__price-content {
    position: relative;
    border: .5vw dashed rgba(0, 0, 0, .8);
    border-left-width: .7vw;
    border-right-width: .7vw;
    padding: .7vw 11.6vw 3.3vw 8.9vw;
    border-radius: 4vw;
    line-height: 5.8vw;
    margin: 0
}

#banner .banner__price-content span {
    display: block;
    text-align: right;
    font-style: italic;
    text-transform: uppercase
}

#banner .banner__price-content span:first-child {
    font-size: 4.3vw;
    text-decoration: line-through
}

#banner .banner__price-content span:last-child {
    font-size: 7.5vw;
    color: #ff0808
}

#banner .banner__price-content::after,
#banner .banner__price-content::before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1_1_' enable-background='new 0 0 64 64' height='512' viewBox='0 0 64 64' width='512' xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath d='m43 48c-.442 0-.872.046-1.291.124l-6.129-13.652 8.42-29.472-1-3-11 24.5-11-24.5-1 3 8.421 29.472-6.129 13.652c-.42-.078-.85-.124-1.292-.124-3.866 0-7 3.134-7 7s3.134 7 7 7 7-3.134 7-7c0-2.373-1.184-4.467-2.99-5.733l3.094-5.745c.841-1.561 2.254-2.69 3.896-3.205 1.643.515 3.056 1.643 3.896 3.205l3.094 5.745c-1.806 1.266-2.99 3.36-2.99 5.733 0 3.866 3.134 7 7 7s7-3.134 7-7-3.134-7-7-7zm-22 11c-2.209 0-4-1.791-4-4s1.791-4 4-4 4 1.791 4 4-1.791 4-4 4zm12-24v2h-2v-2zm10 24c-2.209 0-4-1.791-4-4s1.791-4 4-4 4 1.791 4 4-1.791 4-4 4z'/%3e%3c/g%3e%3c/svg%3e");
    background-size: cover;
    position: absolute;
    width: 4vw;
    height: 5vw
}

#banner .banner__price-content::before {
    top: -3.3vw;
    left: 7vw;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#banner .banner__price-content::after {
    bottom: -3.3vw;
    right: 7vw;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#banner .banner__prod {
    width: 37vw;
    position: absolute;
    bottom: 5vw;
    right: 5vw
}

@media (max-width:649px) {
    #banner .banner__prod {
        width: 20%;
        right: 60px;
    }
    
}

@media (min-width:650px) {
    #banner.banner {
        padding-bottom: 45px
    }

    #banner .banner__price {
        margin: 115px 0 0 72px
    }

    #banner .banner__price-content {
        border: 3px dashed rgba(0, 0, 0, .8);
        border-left-width: 4px;
        border-right-width: 4px;
        padding: 5px 75px 21px 58px;
        border-radius: 26px;
        line-height: 38px
    }

    #banner .banner__price-content span:first-child {
        font-size: 28px
    }

    #banner .banner__price-content span:last-child {
        font-size: 49px
    }

    #banner .banner__price-content::after,
    #banner .banner__price-content::before {
        width: 26px;
        height: 32px
    }

    #banner .banner__price-content::before {
        top: -21px;
        left: 45px
    }

    #banner .banner__price-content::after {
        bottom: -21px;
        right: 45px
    }

    #banner .banner__prod {
        width: 145px;
        bottom: 20px;
        right: 140px
    }
}