

/* 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?176099670714744*/
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;
    padding: 6px 10px;
    font-size: 14px;
    color: #2C2C2C;
    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: #002B98;
    text-decoration: none;
    display: flex;
    flex-flow: row;
    align-items: center;
}

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: #002B98;
    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;
}

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: #E3EBEE;
    border-radius: 2px;
    padding: 10px;
}

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

    cursor: pointer;
    width: 100%;
}

.accordion .accord .toggle .text div {
    text-decoration: none;
    color: #002B98;
    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: 2px;
    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: #E3EBEE;
    border-radius: 2px;
    padding: 8px 10px;
    width: auto;
    align-self: baseline;
}

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

.bx-breadcrumb-item span {
    font-weight: 300;
}

.bx-breadcrumb-item > span {
    color: #2B2B2B;
}

.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: 2px;
}

.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: #e3ebee;
}

a {
    color: #002b98;
    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: #fff;
    background-color: #0a51ae;
    border-radius: 3px;
    display: inline-flex;
    padding: 10px;
    border: none;
    width: 128px;
    justify-content: center;
}

.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: #E3EBEE;
    border-radius: 4px;
    padding: 8px 10px;
    align-self: baseline;
    font-size: 20px;
    color: #002b98;
    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;
}
@media screen and (max-width: 767px) {
    .frame-list {
        grid-template-columns: 1fr;
    }

}
@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;
    }
}

@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;
    }
}
/* End */
/* /local/templates/vidcom/css/reset.css?17093746291139 */
/* /local/templates/vidcom/css/styles.css?176099670714744 */
