* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Open Sans', Arial, sans-serif;
    color: black;
    background: rgb(247, 247, 247) none repeat scroll 0% 0%;
}

textarea, input {
    outline: medium none;
}

a {
    color: rgb(22, 151, 206);
}

a:hover {
    color: rgb(176, 73, 59);
}

a img {
    border: medium none;
}

a:focus {
    outline: medium none;
}

h1 {
    font-size: 24px;
    font-weight: normal;
}

h2 {
    font-size: 22px;
    font-weight: normal;
}

h2 span {
    font-size: 22px;
    font-weight: bold;
}

@font-face {
    font-family: pfdintextcondpro-bold;
    src: url(http://cdn.evrhst.com/3665/fonts/pfdintextcondpro-bold.ttf);
}

@font-face {
    font-family: pfdintextcondpro-boldital;
    src: url(http://cdn.evrhst.com/3665/fonts/pfdintextcondpro-boldital.ttf);
}

@font-face {
    font-family: pfdintextcondpro-italic;
    src: url(http://cdn.evrhst.com/3665/fonts/pfdintextcondpro-italic.ttf);
}

@font-face {
    font-family: Helvetica;
    src: url(http://cdn.evrhst.com/3665/fonts/pfdintextcondpro-light.ttf);
}

@font-face {
    font-family: pfdintextcondpro-lightital;
    src: url(http://cdn.evrhst.com/3665/fonts/pfdintextcondpro-lightital.ttf);
}

@font-face {
    font-family: pfdintextcondpro-medital;
    src: url(http://cdn.evrhst.com/3665/fonts/pfdintextcondpro-medital.ttf);
}

@font-face {
    font-family: PFDinTextCondProMedium;
    src: url(http://cdn.evrhst.com/3665/fonts/pfdintextcondpro-medium.ttf);
}

@font-face {
    font-family: PFDinTextCondProRegular;
    src: url(http://cdn.evrhst.com/3665/fonts/pfdintextcondpro-regular.ttf);
}

@font-face {
    font-family: pfdintextcondpro-thin;
    src: url(http://cdn.evrhst.com/3665/fonts/pfdintextcondpro-thin.ttf);
}

@font-face {
    font-family: pfdintextcondpro-thinital;
    src: url(http://cdn.evrhst.com/3665/fonts/pfdintextcondpro-thinital.ttf);
}

@font-face {
    font-family: pfdintextcondpro-xblack;
    src: url(http://cdn.evrhst.com/3665/fonts/pfdintextcondpro-xblack.ttf);
}

@font-face {
    font-family: pfdintextcondpro-xblackital;
    src: url(http://cdn.evrhst.com/3665/fonts/pfdintextcondpro-xblackital.ttf);
}

@font-face {
    font-family: pfdintextcondpro-xthin;
    src: url(http://cdn.evrhst.com/3665/fonts/pfdintextcondpro-xthin.ttf);
}

@font-face {
    font-family: pfdintextcondpro-xthinital;
    src: url(http://cdn.evrhst.com/3665/fonts/pfdintextcondpro-xthinital.ttf);
}

.title-color {
    color: red;
}

.vk-comment-text img {
    max-width: 100%;
}

.tov-popup img {
    max-width: 50%;
}

.content-right {
    display: block;
    width: 22%;
    right: 0;
    position: fixed;
    margin-right: 17px;
}

.content-right-recommend-top {
    height: 48px;
    background: #4aa224;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 48px;
    position: relative;
    text-align: center;
    font-size: 17px;
    margin: 0px -17px;
    padding: 0 5px;
    letter-spacing: -0.5px;
}

.content-right-recommend-top:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 13px 0;
    border-color: transparent #1B5E20 transparent transparent;
    left: 0;
    bottom: -13px;
}

.content-right-statistic-head p {
    font-size: 17px;
    font-style: italic;
}

.content-right-recommend-top:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 17px 0 0;
    border-color: #1B5E20 transparent transparent transparent;
    right: 0;
    bottom: -13px;
}

.content-right-statistic {
    margin-right: 0 !important;
    font-size: 17px;
}

.content-right-recommend-middle {
    width: 100%;
    display: block;
    margin: auto;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    text-decoration: none;
}

.content-right-statistic {
    display: block;
    padding: 0 2% 2%;
    background: #f3f3f3;
    color: #515151;
}

.content-right-statistic-head {
    display: block;
    width: auto;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 1%;
}

.tov-popup {
    width: 100%;
    display: block;
    margin: auto;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    text-decoration: none;
}

#slidebox {
    width: 200px;
    height: 100px;
    padding: 0 10px;
    background-color: #fff;
    border-top: 3px solid #E28409;
    position: fixed;
    bottom: 10px;
    left: -100%;
    -moz-box-shadow: -2px 0px 5px #aaa;
    -webkit-box-shadow: -2px 0px 5px #aaa;
    box-shadow: -2px 0px 5px #aaa;
    z-index: 999;
    box-sizing: border-box;
}

#slidebox p {
    font-size: 11px;
    text-transform: uppercase;
    font-family: Arial, 'Open Sans Condensed', sans-serif;
    letter-spacing: 1px;
    color: #555;
}

#slidebox h2 {
    color: #E28409;
    font-size: 14px;
    margin: 10px 20px 10px 0px;
}

.box {
    width: 100%;
    height: 100px;
    position: relative;
    font-size: 17px;
    box-sizing: border-box;
}

.box .read {
    font-size: 17px;
}

.box img {
    max-width: 30%;
    float: left;
    padding-right: 10px;
}

.insight {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 5px;
}

.close {
    float: right;
    font-size: 25px;
}

.autor {
    display: inline-block;
    width: 100%;
}

.autor p{
    text-align: left !important;
}

.autor img {
    max-width: 100%;
    display: block;
    padding: 0 10px 10px;
    margin-left: auto;
    margin-right: auto;
}

.autor span {
    line-height: 1.5;
}

.non-stop-blef {
    max-width: 100%;
}

.alex_zevsa_wcih4ECQW {
    position: relative;
    margin: 0px auto;
    width: 52%;
    padding: 0px 20px;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.footer .contacts, .footer .site h4, .katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe, .main-page .main-slider .share h4, .main-page .calendar .item .dvksub_rYPIQ4ET span, .sport-tv .left-blk, .main-page .map h4, .main-page .annonce-blk .dvksub_rYPIQ4ET span, .katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC {
    font-family: 'Open Sans Condensed', Arial !important;
    font-weight: 300;
}

.RA4CSZ_e3qI7YOg, .def-page .org-list h3, .def-page .org-list .type, .faq-page .news-list .sec-year, .media-page .news-list .sec-year, .sec-page .doc-list h4, .photo-page .photo-also .dvksub_rYPIQ4ET, .photo-page .photo-list .dvksub_rYPIQ4ET, .video-page .video-also .dvksub_rYPIQ4ET, .video-page .video-list .dvksub_rYPIQ4ET, .renul_seDwyoGn57 .dvksub_rYPIQ4ET, .zhanna_86_o5IKudBv h2, .root_f21XaquIT .news-list .dvksub_rYPIQ4ET, .root_f21XaquIT .top-blk .rss, .footer .address, .footer .copyrights, .main-page .map h2, .main-page .news h3, .main-page .news-blk .dvksub_rYPIQ4ET, .main-page .annonce-blk .dvksub_rYPIQ4ET, .main-page .main-slider h3, .main-page .calendar .day, .main-page .calendar .item .dvksub_rYPIQ4ET, .main-page .calendar .month-name, .main-page .ministr-blk .dvksub_rYPIQ4ET, .main-page .calendar h3, .katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .vica_ehEmluAT a, .main-page .news-blk .links, .main-page .map .reg-news, .main-page .map h3, .main-page .annonce-blk .links, .katyakoncakova_FtFDdVex .region-btn {
    font-family: 'Open Sans Condensed', Arial !important;
    font-weight: 300;
}

.katyakoncakova_FtFDdVex {
    position: relative;
    z-index: 15;
}

.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC {
    margin-top: 25px;
    float: left;
    width: 320px;
    text-decoration: none;
    color: black;
    display: block;
    position: relative;
}

.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC img {
    width: 74px;
    height: 80px;
    float: left;
}

.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC h1 {
    font-size: 18px;
    margin-top: 17px;
    margin-left: 18px;
    width: 220px;
    float: left;
    text-transform: uppercase;
    line-height: 1;
}

.katyakoncakova_FtFDdVex .vasilusya_rfYcdWbD {
    float: right;
    font-size: 12px;
    margin-top: 5px;
}

.katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs {
    float: right;
    margin-top: 35px;
    margin-bottom: 25px;
}

.katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs .mansurovan_vUZn4RQN {
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    float: right;
}

.katyakoncakova_FtFDdVex .mansurovan_vUZn4RQN .Dulov_V_V_du3BxPsUO {
    font-weight: bold;
    color: rgb(53, 55, 70);
}

.katyakoncakova_FtFDdVex .mansurovan_vUZn4RQN a {
    color: rgb(53, 55, 68);
}

.katyakoncakova_FtFDdVex .mansurovan_vUZn4RQN a:hover {
    color: rgb(176, 73, 61);
}

.katyakoncakova_FtFDdVex .mansurovan_vUZn4RQN .udav_t_slEtc0GR {
    margin: 0px 5px;
}

.katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs .tata_soboleva_XjcqhmYZ7 {
    margin-top: 25px;
    position: relative;
    text-align: right;
}

.katyakoncakova_FtFDdVex .tata_soboleva_XjcqhmYZ7 .tjn-02_ANHUDPcR {
    width: 170px;
    padding: 4px 5px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe {
    margin-top: 10px;
    background: rgb(51, 53, 65) none repeat scroll 0% 0%;
    height: 50px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .main-menu-blk {
    list-style: outside none none;
}

.katyakoncakova_FtFDdVex .main-menu-blk > li {
    display: inline-block;
    float: left;
    margin-right: 23px;
    position: relative;
    line-height: 43px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe a {
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    text-decoration: none;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .submenu-btn {
    color: rgb(207, 79, 58);
    font-style: normal;
    margin-left: 4px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .vica_ehEmluAT {
    position: absolute;
    top: 50px;
    left: -40px;
    width: 400px;
    padding: 40px 40px 40px 0px;
    background: white none repeat scroll 0% 0%;
    z-index: 15;
    display: none;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .germantrava_IeZ6X4Esi9 .vica_ehEmluAT {
    left: 0px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .shev_V7Mo2liaeP .vica_ehEmluAT {
    left: -180px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .vica_ehEmluAT li {
    float: left;
    margin-left: 40px;
    display: block;
    border-bottom: 1px dashed rgb(189, 189, 191);
    z-index: 10;
    position: relative;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe li.wwwter_ma_fAfmL15qxg {
    border-top: 1px dashed rgb(189, 189, 191);
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .vica_ehEmluAT a {
    font-size: 14px;
    color: rgb(22, 151, 205);
    text-transform: none;
    width: 160px;
    padding: 9px 0px 7px;
    display: block;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .vica_ehEmluAT a:hover {
    color: rgb(176, 73, 57);
}

.katyakoncakova_FtFDdVex .vladimir210487_POv1ApGe {
    position: absolute;
    width: 440px;
    left: 0px;
    top: -1px;
    bottom: -1px;
    box-shadow: 0px 1px 5px black;
    opacity: 0.2;
    z-index: 1;
}

.alstep54_sglCGFT6q {
    font-size: 12px;
}

.renul_seDwyoGn57 h2 {
    font-weight: bold;
    font-size: 36px;
    margin-top: 15px;
}

.renul_seDwyoGn57 .dvksub_rYPIQ4ET {
    color: rgb(108, 110, 126);
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 {
    margin-top: 25px;
    color: rgb(108, 110, 122);
    line-height: 1.5;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dashed rgb(185, 185, 185);
    font-size: 18px;
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p {
    color: black;
    text-align: justify;
    margin: 15px 0;
    line-height: 22px;
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .swetlana40_GWDvkz8Tqs {
    text-indent: 0px;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 22px;
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .maki555_e4AaJE9jYG {
    margin-top: 5px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    background: rgb(204, 204, 204) none repeat scroll 0% 0%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .udalykhnn_av3FDRJhB {
    text-align: center;
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .AGB_yQobO46Dw {
    margin-top: 10px;
    font-size: 13px;
    color: rgb(161, 161, 162);
}

.renul_seDwyoGn57 .gelat_Bb6MhOHv {
    float: left;
    margin-right: 30px;
    font-size: 12px;
    font-style: italic;
    color: rgb(161, 161, 168);
}

.gelat_Bb6MhOHv img {
    max-width: 100%;
}

.renul_seDwyoGn57 .gelat_Bb6MhOHv .ewa-b_p5sjGkxr1 {
    margin-top: 5px;
}

.zhanna_86_o5IKudBv {
    background: white none repeat scroll 0% 0%;
    padding: 20px 30px 20px;
    margin: 0px 0px 50px;
    border-radius: 4px;
}

.clearfix + div .gelat_Bb6MhOHv {
    margin: 0 auto;
}

.zhanna_86_o5IKudBv h2 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.3;
}

.altakansk_YrlOq5h6N {
    font-family: Arial;
    color: rgb(108, 110, 131);
    margin: 0px 5px;
}

.dmavrodi_yjLIBb2Q {
    position: relative;
    z-index: 10;
}

.RA4CSZ_e3qI7YOg {
    position: absolute;
    display: none;
    z-index: 150;
    background: rgb(53, 55, 66) none repeat scroll 0% 0%;
    border-radius: 4px;
    padding: 4px 10px 2px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

.web-s {
    font-family: WebSymbols;
    -moz-user-select: none;
}

.sazonov66_g9ysODlqt {
    margin-bottom: -340px;
    min-height: 100%;
    position: relative;
    background: rgb(247, 247, 247) none no-repeat scroll center top;
}

.vk-container {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 15px;
    color: black;
    text-decoration: none;
}

.vk-header {
    background: rgb(218, 226, 232) none repeat scroll 0% 0%;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px;
}

.vk-logo {
    background: transparent none no-repeat scroll 0% 0%;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -1px;
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: rgb(69, 104, 142);
    font-weight: bold;
}

.vk-comment-text img {
    margin: 10px 0 5px;
}

.vk-avatar img {
    float: left;
    margin-right: 10px;
}

.vk-comment, .vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgb(218, 225, 232);
    padding-bottom: 15px;
}

.vk-comment:last-child {
    border-bottom: 0px none;
}

.vk-comment-name {
    color: rgb(43, 88, 122);
    font-weight: bold;
    font-size: 12px;
}

.vk-comment-text {
    margin-left: 58px;
    margin-top: 5px;
    text-align: justify;
}

.vk-comment-date {
    margin-left: 60px;
    color: rgb(153, 153, 153);
}

.foto-sert {
    max-width: 35%;
}

.header-text {
    font-size: 25px;
    font-weight: 700;
    color: black;
    text-align: left !important;
    margin: 15px;
    line-height: 31px !important;
}

.margin-r {
    margin-right: 20px !important;
}
@media screen and (max-width: 1260px) {
    .renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p {
        text-align: left;
    }
}
@media screen and (max-width: 1020px) {
    .content-right {
        display: none;
    }

    .alex_zevsa_wcih4ECQW {
        width: auto;
    }

    .main-menu-blk {
        width: 100%;
        margin: 0px auto;
    }

    .katyakoncakova_FtFDdVex .main-menu-blk > li {
        width: 16.666%;
        float: left;
        margin: 0px;
        display: block;
        padding: 0px;
        text-align: center;
        height: 100%;
    }

    .katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe {
        height: auto;
    }

    .katyakoncakova_FtFDdVex .main-menu-blk > li a {
        line-height: 50px;
    }

    .katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs {
        width: 180px;
    }

    .alex_zevsa_wcih4ECQW, .main-menu-blk {
        height: 100%;
    }

    .web-s {
        display: none;
    }

    body img {
        max-width: 100%;
    }

    center > img {
        max-width: 100%;
    }
}

@media screen and (max-width: 968px) {
    #slidebox, .content-right {
        display: none;
    }
}

@media screen and (max-width: 968px) {
    .content-right {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .vote-block-content-text {
        float: none !important;
        width: 70% !important;
        margin: 5px auto !important;
        text-align: center !important;
    }
    .vote-block-content-stat {
        float: none !important;
        width: 75% !important;
        margin: 0 auto !important;
    }
    .renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p, .vk-comment-text {
        text-align: left;
    }
    #slidebox {
        display: none;
    }

    .katyakoncakova_FtFDdVex .main-menu-blk > li {
        width: 33.333%;
    }

    .katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs {
        display: none;
    }

    .renul_seDwyoGn57 .gelat_Bb6MhOHv {
        width: 250px;
        margin: 0px auto;
        padding-right: 0px;
        float: none;
    }

    .renul_seDwyoGn57 .gelat_Bb6MhOHv > img {
        display: block;
        margin: 0px auto;
    }

    .zhanna_86_o5IKudBv h2 {
        text-align: center;
        line-height: 1.3;
        font-size: 20px;
    }

    .renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p {
        font-size: 14px;
    }

    .foto-sert {
        max-width: 50%;
    }

    .clearfix + div p {
        text-align: center !important;
        padding-left: 0;
    }

    .margin-r {
        margin: 0 auto 10px !important;
    }
}

@media screen and (max-width: 479px) {
    .header-text {
        line-height: 24px;
    }
    .zhanna_86_o5IKudBv {
        padding-left: 10px;
        padding-right: 10px;
    }

    .katyakoncakova_FtFDdVex .main-menu-blk > li {
        width: 50%;
    }

    .udalykhnn_av3FDRJhB img, body img {
        max-width: 100%;
    }

    .katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC {
        box-sizing: border-box;
        width: 100%;
        padding-left: 10px;
    }

    .katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC h1 {
        width: 135px;
        font-size: 16px;
    }

    .alex_zevsa_wcih4ECQW {
        padding: 0px;
    }

    .vote-block-content-text {
        font-size: 12px;
    }

    .renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p, .vk-comment-text {
        text-align: left;
    }
}

.screenLock {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    display: none;
}

.msg {
    position: absolute;
    width: 600px;
    height: 220px;
    top: 150px;
    left: 50%;
    margin-left: -300px;
    background: rgb(243, 13, 141) none repeat scroll 0% 0%;
    border: 1px solid rgb(238, 238, 238);
}

.msg > h1 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.close {
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 40px;
    cursor: pointer;
}

.submit {
    margin-top: 10px;
    height: 50px;
    width: 300px;
    background-color: firebrick;
    color: rgb(255, 255, 255);
    font-size: 30px;
    border-radius: 3px;
}

.page_navigation {
    margin: 10px 0 15px;
    text-align: center;
}

.page_navigation .previous_link, .page_navigation .next_link {
    color: rgb(109, 109, 109);
    text-decoration: none;
}

.page_navigation .page_link {
    border-radius: 3px;
    color: rgb(8, 134, 38);
    margin: 3px 5px;
    padding: 2px 5px;
    text-decoration: none;
}

.page_navigation .page_link.active_page {
    background-color: #999;
    color: rgb(250, 250, 250);
}

.page_navigation .page_link:hover {
    background-color: #f27909;
    background-color: #999;
    color: rgb(250, 250, 250);
}

#product-block {
    background: url(../png/product.png) center center no-repeat;
    height: 300px;
    width: 100% !important;
    display: block;
    margin: 0px 0px 0px 0px !important;
    margin: 0 0 0 -10% !important;
    background-size: contain;
    text-align: center;
}

#product-block .plashka2-t {
    color: #fff915;
    font-size: 20px;
    line-height: 25px;
}

#product-block .plashka2 b {
    text-shadow: 1px 1px 2px #373838;
}

#product-block .plashka2 {
    display: inline-block;
    position: relative;
    left: 100px;
    background: url(../png/sale-bg-2.png) center center no-repeat;
    background-size: 190px 262px;
    width: 190px !important;
    height: 138px;
    padding: 133px 30px 0 0;
    line-height: 22px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    margin: 25px 0 0 -15px !important;
    font-family: 'Roboto', sans-serif;
    box-sizing: content-box;
    z-index: 5;
}

@media screen and (min-width: 1021px) and (max-width: 1430px) {
    .autor img {
        max-width: calc(100% - 20px);
    }
}

@media screen and (max-width: 767px) {
    .autor img {
        max-width: calc(100% - 20px);
    }

    #product-block {
        width: 100% !important;
        height: 200px !important;
        margin: 0 0 0 -10% !important;
    }

    #product-block .plashka2 {
        background-size: 135px 188px;
        width: 110px !important;
        height: 98px;
        padding: 95px 25px 0 0;
        line-height: 16px;
        font-size: 13px;
        margin: 5px 0 0 0px !important;
    }

    #product-block .plashka2-t {
        font-size: 15px;
    }
}