

/* Start:/local/templates/vidcom_main/css/reset.css?16618649401074*/
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_main/css/styles.css?17611675203461*/
html
{
    height: 100%;
}
body
{
    padding: 15px 15px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
body *
{
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 18px;
    font-weight: 400;
    box-sizing: border-box;
}
.adaptive
{
    display: none;
}
.row
{
    width: 100%;
}
.content
{
    width: 100%;
    margin: 0 auto;
    max-width: 320px;
}
.cursor-p
{
    cursor: pointer;
}
body h1
{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
}
header>.content
{
    display: flex;
    flex-flow: column;
    align-items: center;
}
header .logo_wp
{
    display: flex;
    flex-flow: column;
    text-decoration: none;
    color: rgb(43, 43, 43);
    margin: 0 0 14px 0;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
}
.nav-data
{
    display: flex;
    flex-flow: column;
    padding: 0;

}
.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;
    justify-content: flex-start;
    margin: 0 0 24px 0;
}
header .menu_top__ul li
{
    margin-right: 30px;
}
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;
}
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 - 127px - 168px) ;*/
    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
{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
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;
}
footer .footer-top a:hover
{
    text-decoration: underline;
}
.footer-bottom
{
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 100%;
}
.footer-bottom .address
{
    margin-bottom: 7px;
    text-align: center;
}
.footer-bottom .ltd
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    margin-bottom: 7px;
}
.footer-bottom .ltd>*:not(:last-child)
{
    margin-right: 20px;
}
@media screen and (max-width: 500px){
    main svg {
        transform: scale(.7);
    }
}
/* End */
/* /local/templates/vidcom_main/css/reset.css?16618649401074 */
/* /local/templates/vidcom_main/css/styles.css?17611675203461 */
