

/* Start:/local/templates/vidcom/css/reset.css?17093746291139*/
@import url('https://fonts.cdnfonts.com/css/roboto-condensed');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:-internal-autofill-selected {
    background-color: transparent !important;
}
/* End */


/* Start:/local/templates/vidcom/css/styles.css?176142797322776*/
html {
    height: 100%;
}

body {
    padding: 15px 15px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
}

body * {
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 16px;
    font-weight: 400;
    box-sizing: border-box;
}

.adaptive {
    display: none;
}

.row {
    width: 100%;
}

.content {
    width: 100%;
    margin: 0 auto;
    max-width: 1240px;
}

.cursor-p {
    cursor: pointer;
}

body h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
}

header > .content {
    display: flex;
}

header .logo_wp {
    display: flex;
    flex-flow: column;
    text-decoration: none;
    color: #2C2C2C;
    margin: 0 30px 30px 0;
}

header .logo_wp .name {
    text-align: center;
    font-size: 10px;
    width: 120px;
}

.nav-data {
    display: flex;
    flex-flow: column;
    padding: 7px;

}

.nav-data .contact {
    display: flex;
    margin-bottom: 20px;
}

.nav-data .contact > * {
    display: flex;
    /*background: #E3EBEE;*/
    background: rgba(175, 160, 125, 0.27);
    padding: 6px 10px;
    font-size: 14px;
    /*color: #2C2C2C;*/
    color: #5E4710;
    margin-right: 20px;
    border-radius: 4px;
    align-items: center;
    text-decoration: none;
}

.nav-data .contact > *:last-child {
    margin-right: 0;
}

.nav-data .contact > * svg {
    margin-right: 10px;
}

header .menu_top__ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 14px 0 24px 0;
}

header .menu_top__ul li {
    margin-right: 30px;
    margin-bottom: 10px;
}

header .menu_top__ul li:last-child {
    margin-right: 0;
}

header .menu_top__ul a {
    color: #5E4710;
    text-decoration: none;
    display: flex;
    flex-flow: row;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
}

header .menu_top__ul a svg {
    margin-right: 10px;
}

header .menu_top__ul a.active,
header .menu_top__ul a:hover {
    color: #8D8D8D;
}

main .content {
    min-height: calc(100vh - 124px - 140px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

main .content::before,
main .content::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(43, 43, 43, 0), rgba(43, 43, 43, 1), rgba(43, 43, 43, 0));
}

main .content::before {
    margin-bottom: 24px;
}

main .content::after {
    margin-top: 24px;
}

main svg {
    margin: 0 auto;
    display: block;
}

footer .content {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

footer .footer-top {
    display: flex;
    justify-content: center;
}

footer .contacts {
    margin-left: 40px;
    display: flex;
    flex-flow: column;
}

footer .contacts a {
    color: #5E4710;
    text-decoration: none;
    display: block;
}

.menu_bottom_ul {
    flex-flow: column;
}

.menu_bottom_ul a {
    text-decoration: none;
}

footer .footer-top a {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 600;
}

footer .footer-top a:hover {
    text-decoration: underline;
}

.footer-bottom {
    display: flex;
    align-items: center;
    flex-flow: column;
}

.footer-bottom .address {
    margin: 3px 0;
}

.footer-bottom .ltd {
    display: flex;
    margin-top: 5px;
    margin-bottom: 40px;
}

.footer-bottom .ltd > *:not(:last-child) {
    margin-right: 20px;
}

/*=================partners========================*/
.title_wp {
    display: flex;
    justify-content: space-between;
}

.partners {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}

.partners .map {
    width: 100%;
    height: 646px;
    position: relative;
}

.partners #map {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

.partners .title_text {
    margin-top: -30px;
    padding: 15px;
}

.map-data {
    position: absolute;
    z-index: 10;
    left: 40px;
    top: 40px;
    width: 290px;
    height: calc(100% - 80px);
}

.select {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.select,
.select .selected {
    background: #F8F8F8;
    width: 100%;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}

.select .selected {
    padding: 14px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1;
    color: #8D8D8D;
    cursor: pointer;
}

.select .selected span {
    line-height: 1;
}

.select .selected svg {
    position: relative;
    bottom: -5px;
    margin: 0;
}

.select .options {
    background: #FAFAFA;
    display: none;
    position: absolute;
    width: 100%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.select .option {
    height: auto;
    padding: 10px 20px;
    cursor: pointer;
}

.select .option:hover {
    color: #8D8D8D;
    background: #d2d2d2;
}

.map-data .select {
    margin-bottom: 25px;
}

.partner-list {
    border-radius: 8px;
    background: #FAFAFA;
    /*height: calc(100% - 64px);*/
    height: calc(646px - 160px);
    overflow-y: auto;
    width: 100%;
    padding: 16px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.accordion {
    width: inherit;
}

.accordion .accord {
    width: inherit;
    margin-bottom: 8px;
    position: relative;
}

.accordion .accord :last-child {
    margin-bottom: 0;
}

.accordion .accord .toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(175, 160, 125, 0.27);
    border-radius: 3px;
    padding: 10px;
}

.accordion .accord .toggle .text {
    /*max-width: calc(100% - 28px);*/

    cursor: pointer;
    width: 100%;
}

.accordion .accord .toggle .text div {
    text-decoration: none;
    color: #5E4710;
    font-size: 16px;
    margin-bottom: 7px;
}

.accordion .accord .toggle .text div + div {
    color: #2B2B2B;
    font-size: 15px;
    margin-bottom: 0;
}

.accordion .accord .toggle svg {
    margin: 2px;
}

.accordion .accord .additional {
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    padding: 12px 12px 2px 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    display: none;
}

.accordion .accord .additional .title {
    color: #002B98;
    margin-bottom: 10px;
}

.accordion .accord .additional div {
    display: flex;
    flex-direction: column;
}

.accordion .accord .additional div span {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    margin-right: 20px;
    margin-bottom: 2px;
}

.accordion .accord .additional div span + span,
.accordion .accord .additional div span + a {
    font-weight: 400;
    margin-bottom: 8px;
    text-decoration: none;
}

.accordion .accord .additional div span + a {
    color: #002B98;
    font-size: 12px;
}

.partner-list::-webkit-scrollbar {
    width: 8px; /* ширина scrollbar */
}

.partner-list::-webkit-scrollbar-track {
    background: transparent; /* цвет дорожки */
}

.partner-list::-webkit-scrollbar-thumb {
    background-color: #D9D9D9; /* цвет плашки */
    border-radius: 0; /* закругления плашки */
    border: 0 solid orange; /* padding вокруг плашки */
}

.partners .ymaps-2-1-79-ground-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

.balloon-top {
    font-size: 16px;
    color: #002B98;
}

.balloon-h {
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
}

.balloon-t {
    font-size: 12px;
    font-weight: 400;
}

.balloon-t a {
    color: #002B98;
    text-decoration: unset;
}

.balloon-t a:hover {
    text-decoration: underline;
}

.bx-breadcrumb {
    display: inline-flex;
    background: rgba(175, 160, 125, 0.27);
    border-radius: 3px;
    padding: 8px 10px;
    width: auto;
    align-self: baseline;
    height: 35px;
}

.bx-breadcrumb-item {
    width: auto;
    display: inline-block;
}

.bx-breadcrumb-item span {
    font-weight: 300;
    color: #5E4710;
    font-style: normal;
    font-size: 15px;
}

.bx-breadcrumb-item > span {
    color: #5E4710;
}

.bx-breadcrumb + h1 {
    margin: 24px 0;
}

.product_h2 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #2B2B2B;
}

.product_h3 {
    font-weight: 300;
    font-size: 16px;
    color: #2B2B2B;
    opacity: 75%;
}

.product_h2 + .frame-list {
    margin-bottom: 10px;
}

.frame-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.frame {
    padding: 16px;
    border-radius: 3px;
}

.frame-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
}

.frame-flex-inside {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.frame-blue {
    background: rgba(175, 160, 125, 0.27);
}

a {
    color: #5E4710;
    text-decoration: none;
}

a.active,
a:hover {
    color: #8d8d8d;
}

.detail {
    display: flex;
    flex-flow: row wrap;
}

.detail .text-preview {
    margin-bottom: 24px;
    margin-top: -14px;
    width: 100%;
}

.detail .text-preview,
.detail .text-preview * {
    font-weight: 300;
    font-size: 16px;
    color: #2B2B2B;
}

.detail .picture {
    width: 300px;
    height: auto;
    margin-right: 24px;
}

.detail .picture img {
    width: 300px;
    height: auto;

}

.detail .text-detail {
    font-weight: 300;
    font-size: 16px;
    color: #2B2B2B;
}

.contain {
    width: 100%;
}

.detail .product_h2 {
    margin: 20px 0;
}

.detail .frame-flex {
    flex-direction: row-reverse;
}

.add-app {
    cursor: pointer;
    color: #FFFFFF;
    background: #AFA07D;
    border-radius: 5px;
    display: inline-flex;
    padding: 10px;
    border: none;
    width: 128px;
    justify-content: center;
    font-weight: 600;
    font-size: 18px
}

.add-app:hover {
    opacity: .7;
}

.news-detail .detail_picture {
    width: 100%;
    margin-bottom: 30px;
}

.news-detail .news-date-time {
    margin-bottom: 30px;
}

.news-list .news-item:not(:last-child) {
    margin-bottom: 20px;
}

.news-list .news-item > div + div {
    padding: 0 20px;
}

.news-list .news-item > div + div > div + div {
    height: calc(100% - 20px);
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.qa-items {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px 30px 5px 30px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.qa-items .qa-item .q {
    display: inline-flex;
    background: rgba(175, 160, 125, 0.27);
    border-radius: 4px;
    padding: 8px 10px;
    align-self: baseline;
    font-size: 20px;
    color: #5E4710;
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;
}

.qa-items .qa-item .a {
    margin: 0 0 10px 0;
    background: #fff;
    border-radius: 4px;
    padding: 25px 10px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    display: none;
}

.content.catalog-detail ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.content.catalog-detail ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.content.poleznye .bg_h1 {
    height: 157px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    color: #FFFFFF;
    background-color: #000000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: 28px;
    margin-bottom: 24px;
}

.content.poleznye .bg_h1 h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    margin: auto;
}

.content.poleznye .columns {
    display: flex;
    justify-content: space-between;
}

.content.poleznye .columns .left {
    width: 100%;
    max-width: 870px;
}
.content.poleznye .columns .left .ins
{
    margin-top: 10px;
}
.content.poleznye .columns .right {
    width: 100%;
    max-width: 270px;
}

.content.poleznye .columns h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #474747;
}

.content.poleznye .sections {
    margin: 26px 0 16px 0;
}

.content.poleznye .sections .items {
    overflow: hidden;
}

.content.poleznye .sections .section_title {
    background: #AFA07D;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    padding: 15px;
}

.content.poleznye .sections .items a {
    width: calc(100% - 30px);
    display: inline-block;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #2B2B2B;
    border-bottom: 1px solid #AFA07D;
    padding: 13px 0 13px 0;
    margin: 0 15px;
}

.content.poleznye .sections .items a:last-child {
    margin-bottom: 30px;
}

.content.poleznye .sections .items a:hover {
    opacity: .7;
}

.content.poleznye .videos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 26px;
    margin-bottom: 67px;
}

.content.poleznye .videos .item {
    width: 100%;
    max-width: 415px;
    margin-bottom: 30px;
    margin-right: 20px;
}

.content.poleznye .videos .item iframe {
    width: 100%;
    height: 271px;
    border-radius: 15px;
    margin-bottom: 17px;
}

.content.poleznye .videos .item .title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #2B2B2B;
}
.content.poleznye .right
{
    padding: 16px 12px 11px 12px;
    background: #FFFFFF;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    align-self: flex-start;
}
.content.poleznye .videos_menu
{
    width: 100%;
}
.content.poleznye .videos_menu .title,
.content.poleznye .sections_menu .title
{
    background: #AFA07D;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    padding: 15px;
    margin-bottom: 6px;
}
.content.poleznye .videos_menu .items
{
    display: flex;
    flex-flow: column;
}
.content.poleznye .videos_menu .items a,
.content.poleznye .sections_menu .items a
{
    position: relative;
    width: 100%;
    min-height: 43px;
    background: #F9F9F9;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 16px 27px 16px 13px;
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #2B2B2B;
}
.content.poleznye .videos_menu .items a svg,
.content.poleznye .sections_menu .items a svg
{
    position: absolute;
    right: 12px;
    top: calc(50% - 7px);
}
.content.poleznye .videos_menu .items a:hover,
.content.poleznye .sections_menu .items a:hover
{
    opacity: .7;
}
.feedback-materialy {
    width: 100%;
    height: 435px;
    background: url("/upload/vsk_bg_form.png") no-repeat center  #000000;
    background-size: cover;
    border-radius: 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 60px 60px;
    position: relative;
}

.feedback-materialy .wp_title {
    width: 100%;
    display: flex;
    margin-bottom: 35px;
}

.feedback-materialy .wp_title svg {
    margin-right: 20px;
    margin-left: 0;
}

.feedback-materialy .wp_title .title {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.feedback-materialy .wp_title .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

.feedback-materialy .inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.feedback-materialy .inputs label {
    width: calc(100% / 3 - 10px);
    min-width: 225px;
    margin-bottom: 15px;
}

.feedback-materialy .inputs input {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 36px;
    color: #292929;
    border: none;
    padding-left: 21px;
    padding-right: 21px;
}
.feedback-materialy textarea
{
    width: 100%;
    height: 100px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 36px;
    color: #292929;
    border: none;
    border-radius: 5px;
    padding-left: 21px;
    padding-right: 21px;
    resize: none;
    margin-bottom: 14px;
}
.feedback-materialy .action
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feedback-materialy .action button
{
    margin-right: 20px;
    height: 50px;
    order: 0;
    width: 100%;
    max-width: 330px;
    background: #AFA07D;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}
.feedback-materialy .action button:hover
{
    background: #5E4710;
}
.feedback-materialy .action div
{
    order: 1;
    display: flex;
}
.feedback-materialy .action input
{
    width: 26px;
    min-width: 26px;
    height: 26px;
    min-height: 26px;
    background: #FFFFFF;
    border-radius: 3px;
    display: flex;
    margin-right: 13px;
}
.feedback-materialy .action label,
.feedback-materialy .action label a
{
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #FFFFFF;
}
.feedback-materialy .action label a
{
    text-decoration: underline;
}
.feedback-materialy .action label a:hover
{
    opacity: .7;
}
@media screen and (max-width: 1100px) {
    .content.poleznye .columns
    {
        flex-flow: column;
        align-items: center;
    }
    .content.poleznye .columns>.right
    {
        order: 0;
        width: 100%;
        max-width: unset;
    }
    .content.poleznye .columns>.left
    {
        order: 1;
        display: flex;
        flex-flow: column;
        width: 100%;
        max-width: unset;
    }
    .content.poleznye .left .vid
    {
        order: 0;
    }
    .content.poleznye .left .ins
    {
        order: 1;
    }
    .content.poleznye .left form
    {
        order: 3;
    }
    .content.poleznye .videos
    {
        margin-bottom: 0;
    }
    .content.poleznye .vid
    {
        margin-top: 36px;
    }
    .feedback-materialy
    {
        height: auto;
    }
    .feedback-materialy .inputs label
    {
        width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .detail-video {
        display: none;
    }

    .map-data {
        left: 20px;
        top: 20px;
        height: calc(100% - 40px);
    }

    footer .footer-top {
        max-width: 540px;
        width: 100%;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
    }

    .detail {
        flex-flow: column;
        align-items: center;
    }

    .detail .picture {
        order: 1;
        margin: 0;
    }

    .detail .text-preview {
        order: 2;
        width: auto;
        margin-top: 24px;
    }

    .detail .text-detail {
        order: 3;
        width: auto;
    }

    .detail .contain {
        order: 4;
    }

    .catalog-detail h1 {
        text-align: center;
    }

    .catalog-detail .bx-breadcrumb {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 767px) {
    header .logo_wp .name.desktop {
        display: none;
    }

    header .logo_wp .name.adaptive {
        display: block;
    }

    #map {
        display: none;
    }

    .map-data {
        position: static;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .select {
        max-width: 400px;
        margin: auto auto;
        background: #F8F8F8;
        box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
    }

    .select .selected {
        background: transparent;
        opacity: 1;
    }

    .data-select {
        top: 87px;
        display: flex;
        justify-content: space-around;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        position: absolute;
        z-index: 1;
        width: 100%;
    }

    .data-select * {
        color: #8D8D8D;
        text-decoration: underline;
        font-size: 16px;
    }

    .data-select *.active {
        color: #002B98;
        text-decoration: unset;
        cursor: default;
    }

    .partner-list__wp {
        padding-top: 137px;
    }

    .partners #map {
        height: 100vw;
        margin-top: 137px;
    }

    .partner-list {
        background: #fafafa;
    }

    .accordion .accord .additional {
        max-width: 540px;
    }

    body h1 {
        margin-bottom: 24px;
    }

    .title_wp {
        justify-content: center;
        flex-wrap: wrap;
    }

    .nav-data .contact {
        display: none;
    }

    header .logo_wp {
        margin-right: 0;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

    header .logo_wp .name {
        text-align: left;
        font-size: 16px;
        margin-left: 20px;
        width: 255px;
    }

    header .menu_top__ul a svg {
        display: none;
    }

    header > .content {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom .ltd {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    footer .contacts {
        margin-left: 0;
    }

    .footer-bottom .address {
        text-align: center;
    }


    .catalog-detail .bx-breadcrumb {
        display: flex;
        flex-flow: row wrap;
    }
    .frame-list {
        grid-template-columns: 1fr;
    }
    .feedback-materialy
    {
        margin-bottom: 92px;
    }
    .feedback-materialy .action button
    {
        width: 213px;
        position: absolute;
        bottom: -68px;
        left: calc(50% - 107px);
    }
}

@media screen and (max-width: 480px) {
    .detail .picture {
        order: 2;
    }

    .detail .text-preview {
        margin-top: -14px;
        order: 1;
    }


    header .logo_wp .name.adaptive {
        display: none;
    }

    .news-list .news-item {
        flex-flow: column;
    }

    .news-list .news-item div + div {
        margin-top: 10px;
        padding-left: 0;
    }
    .content.poleznye .bg_h1 h1
    {
        font-size: 30px;
        max-width: 80%;
        text-align: center;
    }
    .content.poleznye .videos .item
    {
        margin-right: 0;
    }
    .content.poleznye .videos .item iframe
    {
        height: 170px;
    }
    .feedback-materialy
    {
        padding: 17px 10px;
    }
}
/* End */
/* /local/templates/vidcom/css/reset.css?17093746291139 */
/* /local/templates/vidcom/css/styles.css?176142797322776 */
