html, body {
    margin: 0 auto;
    padding: 0px;
    font-family: "Open Sans Regular";
    background-color: #f7f7f7;
}

.slider_more:hover, .about_more:hover, .news_all_button:hover, .obrsv_otpravit:hover,
.zvonok_otpravit:hover, .modal_zap_com:hover, .buy:hover {
    background: #e31e24;
    color: #fff !important;
    text-decoration: none;
}

.fon_table {
    width: 1270px;
    padding: 0px;
    margin: 40px auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.39);
    position: relative;
}

.search_fon {
    width: 1270px;
    padding: 15px 0px;
    margin: auto;
}

.obrsv_otpravit[disabled],
.zvonok_otpravit[disabled] {
    background-color: #a9a9a9;
}

.search1 #search_submit:hover, .zap_ch:hover {
    background: #e31e24;
}

* {
    box-sizing: border-box;
}

header, .table {
    width: 90%;
    margin: auto;
    overflow: hidden;
}

header {
    padding: 20px 0px;
    margin: 0 auto;
}

nav {
    width: 100%;
    text-align: center;
}

main {
    width: 100%;
    text-align: center;
    margin: 20px 0px;
    min-width: 1200px;
}

footer {
    width: 100%;
    text-align: center;
    background: #f6f7f8;
    padding: 25px 0px;
    min-width: 1200px;
}

.slider_fon {
    margin-top: -1px;
}

.cataloglp_fon {
    width: 100%;
    padding: 60px 0px;
    margin: auto;
}

.vitrina_fon {
    width: 100%;
    padding: 40px 0px;
    margin: auto;
    background: #f6f7f8;
}

.about_fon {
    width: 100%;
    padding: 40px 0px;
    margin: auto;
}

.news_fon {
    width: 100%;
    padding: 40px 0px;
    margin: auto;
    background: #f6f7f8;
}

.kontakty_fon {
    width: 100%;
    padding: 40px 0px 60px 0px;
    margin: auto;
}

.nav {
    width: 100%;
    text-align: center;
}

.container {
    width: 90%;
    margin: 0 auto;
    vertical-align: top;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.title {
    font-size: 30px;
    text-align: center;
    font-family: "Open Sans ExtraBold";
    color: #3a3a3a;
    margin: 40px auto;
}

/* Поиск */

.search {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    top: 12px;
    margin-right: 20px;
}

.search1 {
    clear: both;
    overflow: hidden;
}

.search1 input {
    width: 350px;
    margin-right: 10px;
    padding: 14px 10px;
    font-size: 16px;
    float: left;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    color: #3a3a3a;
}

.search1 #search_submit {
    width: auto;
    background: #5b5b5b;
    border: none;
    color: #fff;
    padding: 14px 20px;
    float: right;
    transition: 0.5s;
    cursor: pointer;
}

/* Шапка сайта */

.logo {
    width: 370px;
    height: 36px;
    text-align: center;
    margin-left: 0px;
    margin-top: 5px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.logo img {
    width: 100%;
    /*height: 36px;*/
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.flex-container_footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}

.header_left, .header_center, .header_right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.header_center {
    padding-top: 10px;
}

.header_left {
    /*float: left;*/
    text-align: left;
    padding-top: 16px;
}

.header_right {
    /*float: right;*/
    text-align: right;
    padding-top: 8px;
}

.phone {
    font-size: 20px;
    text-align: left;
    font-family: "Open Sans SemiBold";
    cursor: default;
}

.phone img {
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.zvonok img {
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.zvonok {
    border-radius: 5px;
    background-color: #ededed;
    width: 200px;
    padding: 10px;
    text-align: center;
    float: right;
    font-size: 14px;
    vertical-align: top;
    transition: 0.5s;
}

.zvonok:hover {
    background-color: #dbdbdb;
}

.zvonok span {
    vertical-align: top;
    position: relative;
    top: 3px;
}


/* Слайдер на LP */

.slider {
    display: block;
    width: 100%;
    height: 582px;
    position: relative;
}

.slider_img_fon {
    height: 582px;
    background-color: rgba(0, 0, 0, 0.7);
}

.slider_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 582px;
}

.slider_name_fon {
    position: absolute;
    width: 600px;
    height: 400px;
    top: 60%;
    left: 50%;
    margin: -200px 0px 0px -300px;
    text-align: center;
}

.slider_name {
    font-size: 35px;
    font-family: "Open Sans ExtraBold";
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.slider_title {
    font-size: 66px;
    font-family: "Open Sans ExtraBold Italic";
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}

.slider_title img {
    margin-left: 20px !important;
    width: 70px !important;
    height: 45px;
    display: inline-block !important;
}

.slider_more {
    border-radius: 5px;
    background-color: rgb(91, 91, 91);
    width: 220px;
    padding: 15px 10px;
    margin: 20px auto;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    transition: 0.5s;
}

/* О компании на LP */


.about_title {
    font-size: 30px;
    text-align: left;
    font-family: "Open Sans ExtraBold";
    color: #3a3a3a;
    margin: 40px 0px;
}

.about_text p {
    font-size: 14px;
    text-align: left;
}

.about_text img {
    float: right;
    margin-left: 40px;
    position: relative;
    top: -60px;
}

.about_more {
    border-radius: 5px;
    background-color: #5b5b5b;
    width: 220px;
    padding: 15px 10px;
    margin: 0px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-family: "Open Sans SemiBold";
    transition: 0.5s;
}

/* Новости на LP */

.news {
    text-align: center;
    clear: both;
    width: 100%;
    overflow: hidden;
}

.news_line {
    width: 60%;
    margin: 30px auto 40px auto;
    background-color: #dadada;
    height: 1px;
}

.news_line:last-child {
    display: none;
}

.news_image {
    width: 490px;
    height: 240px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    margin-right: 40px;
    border-radius: 5px;
    float: left;
    margin-top: 5px;
}

.news_name_fon {
    display: inline-block;
    width: 590px;
    text-align: left;
    vertical-align: top;
    float: right;
}

.news_name {
    font-size: 22px;
    color: #5b5b5b;
    font-family: "Open Sans SemiBold";
    margin-bottom: 20px;
}

.news_text {
    font-size: 14px;
}

.data {
    font-size: 14px;
    margin: 20px 0px 30px 0px;
    color: #848484;
}

.news_more {
    border-radius: 5px;
    background-color: #ededed;
    width: 220px;
    height: 50px;
    padding: 15px 60px;
    margin: 20px 0px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    font-family: "Open Sans SemiBold";
    transition: 0.5s;
    color: #3a3a3a;
    text-decoration: none;
    display: block;
}

.news_more:hover {
    background-color: #5b5b5b;
    color: #fff !important;
    text-decoration: none;
}

.news_all_button {
    border-radius: 5px;
    background-color: rgb(91, 91, 91);
    width: 220px;
    padding: 15px 60px;
    margin: 60px auto;
    font-size: 14px;
    text-align: center;
    font-family: "Open Sans SemiBold";
    transition: 0.5s;
    color: #fff;
    text-decoration: none;
    display: block;
}

/* Новости на внутренних */

.news_inside {
    text-align: center;
    clear: both;
    width: 100%;
    overflow: hidden;
}

.news_image_inside {
    width: 300px;
    height: 160px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    margin-right: 40px;
    border-radius: 5px;
    float: left;
}

.news_name_fon_inside {
    margin-top: -5px;
    display: inline-block;
    width: 800px;
    text-align: left;
    vertical-align: top;
    float: right;
}

/* Контакты на LP и карта */


.kontakty_all {
    width: 40%;
    float: left;
    display: inline-block;
}

.kontakty_map {
    width: 60%;
    float: right;
    display: inline-block;
    margin: 10px 0px;
}

.kontakty {
    margin: 10px 0px;
}

.kontakty img {
    position: relative;
    top: 5px;
    margin-right: 20px;
}

.kontakty span {
    font-size: 16px;
    font-family: "Open Sans SemiBold";
    text-align: left;
}

/* Контентная часть */

.content {
    text-align: left;
    overflow: hidden;
    min-height: 380px;
    margin-bottom: 100px;
    margin-top: 20px;
}

b, strong {
    font-family: Open Sans ExtraBold;
}

a {
    color: #5b5b5b;
}

a:vizited {
    color: #e31e24;
}

p, ul, ol, li {
    font-size: 14px;
    line-height: 20px;
    color: #3a3a3a;
}

div, span {
    color: #3a3a3a;
}

h1 {
    font-size: 24px;
    margin: 0px 0px 30px 0px;
    font-family: Open Sans ExtraBold;
}

h2 {
    font-size: 20px;
    margin: 10px 0;
    font-family: Open Sans ExtraBold;
}

h3 {
    font-size: 18px;
    margin: 10px 0;
    font-family: Open Sans ExtraBold;
}

h4 {
    font-size: 14px;
    margin: 10px 0;
    font-family: Open Sans ExtraBold;
}

textarea {
    font-family: Arial, sans-serif;
}

.blog {
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.blog_view {
    width: auto;
    display: inline-block;
    margin: 0px 30px 30px 0px;
    border-radius: 5px;
    padding: 12px 60px;
    background-color: #5b5b5b;
}

.blog_name_view {
    text-align: center;
    font-size: 16px;
    font-family: "Open Sans SemiBold";
}

.blog_name_view a {
    color: #fff;
}

.blog_image {
    width: 160px;
    height: 80px;
    display: inline-block;
    margin-right: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog_image_akcii {
    width: 160px;
    height: 120px;
    display: inline-block;
    margin-right: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog_name_fon {
    vertical-align: top;
    width: 920px;
    display: inline-block;
    text-align: left;
}

.blog_name {
    font-size: 20px;
    text-align: left;
}

.blog_name_akcii {
    font-size: 18px;
    text-align: left;
}

#blog_date {
    font-size: 12px;
    margin-top: 5px;
}

/* Футер */

#socsety {
    width: 30%;
    text-align: center;
    display: inline-block;
}

.vk {
    background: url(images/vk.png) no-repeat top center;
}

.odn {
    background: url(images/odn.png) no-repeat top center;
}

.insta {
    background: url(images/insta.png) no-repeat top center;
}

.fb {
    background: url(images/fb.png) no-repeat top center;
}

.twitter {
    background: url(images/twitter.png) no-repeat top center;
}

.youtube {
    background: url(images/youtube.png) no-repeat top center;
}

.vk, .odn, .insta, .fb, .twitter, .youtube {
    display: inline-block;
    width: 40px;
    height: 40px;
}

#footer_logo {
    text-align: left;
}

#footer_logo img {
    min-width: 270px;
    min-height: 38px;
    max-width: 330px;
    height: 46px;
}

#contact_inform {
    width: 100%;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    float: right;
    text-align: center;
}

#contact_inform span {
    line-height: 22px;
}

#copyright {
    width: 34%;
    text-align: right;
    display: inline-block;
    float: right;
}

#copyright a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.izumno_logo {
    background: url(images/logo_izumno.png) no-repeat top right;
    width: 255px;
    height: 36px;
    float: right;
}

/* Форма обратной связи */

.obrsv_fon {
    width: 450px;
    margin-bottom: 100px;
}

.obrsv_pole, .obrsv_pole1 {
    font-size: 14px;
    text-align: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #a8a8a8;
    margin-bottom: 10px;
    font-family: "Open Sans Regular";
    border-radius: 5px;
}

.obrsv_checkbox {
    font-size: 14px;
    margin-bottom: 20px;
}

.obrsv_cod {
    width: 40px;
    padding: 10px;
    display: inline-block;
    border: 1px solid #a8a8a8;
    font-size: 14px;
    border-radius: 5px;
}

.obrsv_otpravit {
    padding: 10px;
    background-color: #5b5b5b;
    width: 300px;
    border: none;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    transition: 1s;
    float: right;
    font-family: "Open Sans Regular";
    border-radius: 5px;
    cursor: pointer;
}

/* Всплывающее окно */

.modalDialog, .modalDialog_search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.58);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}

.modalDialog:target, .modalDialog_search:target {
    display: block;
    pointer-events: auto;
}

.modalDialog > div {
    width: 420px;
    height: auto;
    position: relative;
    margin: 8% auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.modalDialog_search > div {
    width: 500px;
    height: auto;
    position: relative;
    margin: 15% auto;
    padding: 40px 20px;
    background: #fff;
    border-radius: 5px;
}

.modalDialog > div, .modalDialog_search > div {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.close, .close_search {
    background: #969696;
    color: #FFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    top: -10px;
    text-align: center;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.close:hover, .close_search:hover {
    background: #5b5b5b;
    color: #fff;
}

.zvonok_zagol {
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.zvonok_pole {
    font-size: 14px;
    border-radius: 5px;
    text-align: left;
    background: #fff;
    width: 100%;
    padding: 14px;
    margin-bottom: 10px;
    border: 1px solid #c2c2c2;
    color: #3a3a3a;
    font-family: "Open Sans Regular";
}

.zvonok_cod_text, .zvonok_checkbox {
    font-size: 13px;
}

.zvonok_cod {
    width: 40px;
    padding: 10px;
    display: inline-block;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    font-family: "Open Sans Regular";
}

.zvonok_otpravit {
    transition: 0.5s;
    padding: 12px;
    border-radius: 5px;
    background-color: #5b5b5b;
    width: 200px;
    border: none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    float: right;
    font-family: "Open Sans Regular";
    cursor: pointer;
}

.photo_fon {
    width: 200px;
    display: inline-block;
    margin: 0px 30px 40px 0px;
    text-align: center;
}

.photo_fon:last-child {
    margin: 0px 0px 20px 0px;
}

.photo_fon a {
    text-decoration: none;
}

.photo_oblojka {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 180px;
    margin: 0px auto;
    border-radius: 5px;
}

.photo_oblojka_text {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

.video {
    width: 320px;
    height: 200px;
    display: inline-block;
    margin: 0px 30px 30px 0px;
}

.video_name {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-family: "Open Sans SemiBold";
}

fieldset {
    border: none;
}


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

    .fon_table, .search_fon {
        width: 90%;
    }

    /*
    .logo {
        margin-left: 0px;
    }
    */
    .about_text img {
        width: 400px;
    }

    .about_more {
        margin-bottom: 40px;
    }

    .news_image, .news_image_inside {
        width: 290px;
        height: 140px;
        float: none;
    }

    .news_name_fon, .news_name_fon_inside {
        width: 58%;
        float: none;
    }

    .kontakty_all {
        width: 38%;
        margin-right: 2%;
    }

    main, footer {
        min-width: 300px;
    }

    .blog {
        overflow: hidden;
    }

    .blog_view {
        padding: 12px 40px;
    }

    .blog_name_fon {
        width: 75%;
    }

    .blog_image_akcii {
        background-position: left;
        float: left;
    }

}


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

    header {
        position: relative;
        min-height: 130px;
    }

    .header_center {
        width: 246px;
        position: absolute;
        top: 15px;
        left: 50%;
        margin-left: -123px;
    }

    .header_left {
        position: absolute;
        top: 80px;
        left: 0px;
        width: 50%;
    }

    .header_right {
        position: absolute;
        top: 75px;
        right: 0px;
        width: 50%;
    }

    .search {
        top: 8px;
    }

    .zvonok {
        width: 180px;
        padding: 6px 0px;
    }

    .cataloglp_fon {
        padding: 40px 0px;
    }

    .about_text img {
        width: 300px;
    }

    .news_image, .news_image_inside {
        width: 200px;
        height: 100px;
    }

    .news_name {
        font-size: 20px;
    }

    .news_text, .about_text p {
        font-size: 14px;
    }

    .photo_fon {
        width: 160px;
    }

    .photo_oblojka {
        width: 160px;
        height: 120px;
    }

    p, ul, ol, li {
        font-size: 14px;
        line-height: 22px;
    }

    .blog_name_fon {
        width: 68%;
    }

}


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

    .cataloglp_fon {
        padding: 30px 0px 40px 0px;
    }

    .header_center {
        width: 200px;
        top: 18px;
        left: 50%;
        margin-left: -100px;
    }

    /*
    .logo, .logo img{
        width: 200px;
        height: 37px;
        text-align: center;
    }
    */
    .search {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #cbcbcb;
        padding: 10px;
        text-align: center;
        position: absolute;
        top: -59px;
        right: 0px;
        margin-right: 0px;
    }

    .search img {
        width: 18px;
        height: 18px;
    }

    .search1 input {
        width: 100%;
        margin: auto;
        padding: 14px 10px;
        font-size: 16px;
        float: none;
    }

    .search1 #search_submit {
        width: auto;
        padding: 10px 20px;
        float: none;
        margin: 10px auto;
        text-align: center;
    }

    .header_right, .header_left {
        position: inherit;
        width: 50%;
    }

    .header_right {
        float: right;
        position: relative;
        top: 60px;
    }

    .header_left {
        float: left;
        position: relative;
        top: 60px;
    }

    .title {
        font-size: 26px;
        margin: 20px auto 40px auto;
    }

    .slider, .slider_img_fon, .slider_img {
        height: 500px;
    }

    .slider_name_fon {
        width: 90%;
        height: 500px;
        top: 50%;
        left: 50%;
        margin: -120px 0px 0px -45%;
        text-align: center;
    }

    .slider_name {
        font-size: 28px;
    }

    .slider_title {
        font-size: 52px;
    }

    .slider_title img {
        position: relative;
        top: 5px;
    }

    .vitrina_fon .table {
        text-align: center;
    }


    .about_title {
        font-size: 26px;
    }

    .about_text img {
        width: 240px;
    }

    .news_image, .news_image_inside {
        width: 180px;
        height: 100px;
    }

    .news_name_fon, .news_name_fon_inside {
        width: 56%;
    }

    .news_text {
        margin-bottom: 30px;
    }

    .data {
        display: none;
    }

    #contact_inform, #socsety, #copyright {
        width: 100%;
        float: none;
        margin: 10px auto;
        text-align: center;
    }

    .izumno_logo {
        background: url(images/logo_izumno.png) no-repeat top center;
        float: none;
        margin: 10px auto;
    }

    .blog_name_fon {
        width: 60%;
    }


}

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

    .blog_name_fon {
        width: 50%;
    }

}


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

    .header_center {
        width: 160px;
        top: 22px;
        margin-left: -80px;
    }

    /*
    .logo, .logo img {
        width: 160px; height: 30px;
    }
    */
    .search {
        top: -45px;
        right: 0px;
    }

    header {
        min-height: 115px;
    }

    .header_right {
        top: 50px;
    }

    .header_left {
        top: 45px;
    }

    .phone {
        font-size: 16px;
    }

    .phone img, .about_text img, .news_image, .kontakty_all, .news_image_inside {
        display: none;
    }

    .zvonok {
        border-radius: 0px;
        background-color: #fff;
        width: auto;
        padding: 0px;
        text-align: right;
        float: right;
        font-size: 14px;
        vertical-align: top;
        font-family: "Open Sans SemiBold";
        text-decoration: underline;
    }

    .modalDialog > div {
        width: 80%;
        padding: 20px;
    }

    .modalDialog_search > div {
        width: 80%;
        padding: 20px;
    }

    .slider, .slider_img_fon, .slider_img {
        height: 300px;
    }

    .slider_name_fon {
        width: 90%;
        height: 300px;
        top: 50%;
        left: 50%;
        margin: -100px 0px 0px -45%;
        text-align: center;
    }

    .slider_name {
        font-size: 18px;
    }

    .slider_title {
        font-size: 32px;
    }

    .slider_title img {
        width: 45px !important;
        height: 29px;
        top: 2px;
    }

    .news_name_fon, .news_name_fon_inside, .kontakty_map {
        width: 100%;
    }

    .news_name {
        font-size: 18px;
    }

    .news_more {
        width: 160px;
        height: auto;
        padding: 8px 0px;
        margin: 20px 0px;
        font-size: 14px;
    }

    .news_all_button {
        margin: 40px auto 20px auto;
    }

    .obrsv_fon {
        width: 90%;
        margin: auto;
    }

    .obrsv_otpravit {
        width: 100%;
        margin: 10px auto;
        padding: 14px 0px;
    }

    .izumno_logo {
        width: 180px;
        height: 29px;
        background-size: contain;
    }

    .zvonok_otpravit {
        width: 50%;
    }

    .blog_image_akcii {
        display: none;
    }

    .blog_name_fon {
        width: 100%;
    }

}

.blog_pics {
    width: 520px;
    height: auto;
}


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

    .content img {
        width: 90% !important;
        height: 90% !important;
    }

    .phone {
        font-size: 14px;
    }

    .zvonok img, .slider_title img {
        display: none !important;
    }

    .title, .about_title {
        font-size: 22px;
        text-align: center;
        margin: 0px 0px 20px 0px;
    }

    .slider_more, .news_all_button {
        width: 180px;
        padding: 10px;
        margin: 20px auto;
    }

    .about_more {
        width: 180px;
        padding: 10px;
        margin: 0px auto 20px auto;
    }

    .video {
        width: 280px;
        height: 160px;
        display: block;
        margin: 20px auto;
    }

    .video iframe {
        width: 280px !important;
        height: 160px !important;
    }

    .photo_fon {
        margin: 0px 20px 20px 0px;
        width: 120px;
        vertical-align: top;
    }

    .photo_oblojka {
        width: 120px;
        height: 100px;
    }


}
