@charset "utf-8";

html, body,
div, span, p,
img, object,
h1, h2, h3, h4, h5, h6,
a, em, strong, sub, sup, del, ins,
dl, dt, dd, ol, ul, li,
form, fieldset, legend, label,
table, caption, tbody, tfoot, thead, tr, th, td, col, colgroup,
blockquote, q,
abbr, dfn, address, cite, kbd, samp,
code, var,
    /* is not encouraged (begin) */
b, i, big, small, tt,
acronym, pre,
    /* is not encouraged (end) */
    /* deprecated (begin) */
applet, basefont, font, center,
frame, frameset, iframe, noframes, isindex,
strike, u, s, dir,
    /* deprecated (end ) */
    /* HTML5 (begin) */
header, hgroup, footer, article, section, aside, nav,
figure, figcaption, time, menu, main
    /* HTML5 (end) */
{
    font-family: inherit;
    font-size: inherit;

    margin: 0;
    padding: 0;

    vertical-align: inherit;
    line-height: inherit;

    border: 0;
    outline-width: 0;
    background: transparent;
}

html
{
    background-color: white;
}

body
{
    color: black;
}

:focus
{
    outline-width: 0;
}

input, select, button
{
    font-family: inherit;
    font-size: inherit;

    margin: 0;
    padding: 0;

    vertical-align: inherit;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"]
{
    padding: 0 1ex;
}

textarea
{
    font-family: inherit;
    font-size: inherit;

    margin: 0;
    padding: 0;

    resize: none;
}

label[for],
input[type=button],
input[type=submit],
input[type=reset],
input[type=image],
input[type=checkbox],
input[type=radio],
button,
select
{
    cursor: pointer;
}

blockquote
{
    margin-left: 4ex;
    margin-right: 4ex;
}

blockquote
{
    quotes: none;
}

blockquote:before, blockquote:after
{
    content: none;
}

q:lang(ru)
{
    quotes: "\00ab" "\00bb" "\201e" "\201c";
}

q:lang(en)
{
    quotes: "\201c" "\201d" "\2018" "\2019";
}

q:before
{
    content: open-quote;
}

q:after
{
    content: close-quote;
}

table
{
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0;
}

tbody, thead, tfoot
{
    margin: 0;
    padding: 0;
}

th
{
    font-weight: bolder;
    text-align: center;
}

td, th
{
    vertical-align: top;
}

caption
{
    text-align: center;
}

h4, p, blockquote, ul, ol, dl
{
    margin: 0 0 1.12em;

    line-height: 1.3;
}

address
{
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;

    text-decoration: none;
}

h1, h2, h3, h5, h6
{
    line-height: 1.1;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bolder;
    font-style: inherit;
    font-variant: inherit;

    text-decoration: none;
}

h1
{
    font-size: 200%;
    margin: 0 0 .67em;
}

h2
{
    font-size: 150%;
    margin: 0 0 .75em;
}

h3
{
    font-size: 120%;
    margin: 0 0 .83em;
}

h5
{
    font-size: 80%;
    margin: 0 0 1.5em;
}

h6
{
    font-size: 70%;
    margin: 0 0 1.67em;
}

ul, ol
{
    margin-left: 5ex;

    list-style-position: outside;
}

ol ul, ul ol, ul ul, ol ol
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 4ex;
}

ol
{
    list-style-type: decimal;
}

ul
{
    list-style-type: disc;
}

ul ul
{
    list-style-type: circle;
}

ul ul ul
{
    list-style-type: square;
}

menu
{
    list-style: none;
}

a, em, strong, sub, sup, del, ins
{
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;

    text-decoration: none;
}

abbr[title]
{
    cursor: help;

    border-bottom: 1px dotted black;
}

strong
{
    font-weight: bolder;
}

em, var, cite
{
    font-style: italic;
}

pre, tt, code, kbd, samp
{
    font-family: monospace;
}

strike, del
{
    text-decoration: line-through;
}

a
{
    text-decoration: underline;
}

a:focus
{
    outline-width: thin;
}

a img
{
    border: none;
}

sub, sup
{
    font-size: 80%;
}

sub
{
    vertical-align: sub;
}

sup
{
    vertical-align: super;
}

body
{
    font-family: sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;

    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;

    vertical-align: baseline;
    line-height: 1;
}

@font-face {
    font-family: 'Pragmatica';
    src: url(fonts/minstroyrf/PragmaticaBook.otf) format('otf');
    src: url(fonts/minstroyrf/PragmaticaBook.eot);
    src: url(fonts/minstroyrf/PragmaticaBook.eot?#iefix) format('embedded-opentype'),url(fonts/minstroyrf/PragmaticaBook.woff) format('woff'),url(fonts/minstroyrf/PragmaticaBook.ttf) format('truetype'),url(fonts/minstroyrf/PragmaticaBook.svg) format('svg');
    font-weight: 400;
}

@font-face {
    font-family: 'Pragmatica';
    src: url(fonts/minstroyrf/PragmaticaMedium.otf) format('otf');
    src: url(fonts/minstroyrf/PragmaticaMedium.eot);
    src: url(fonts/minstroyrf/PragmaticaMedium?#iefix) format('embedded-opentype'),url(fonts/minstroyrf/PragmaticaMedium.woff) format('woff'),url(fonts/minstroyrf/PragmaticaMedium.ttf) format('truetype'),url(fonts/minstroyrf/PragmaticaMedium.svg) format('svg');
    font-weight: 500;
}

@font-face {
    font-family: 'Pragmatica Slabserif';
    src: url(fonts/minstroyrf/PSS75__W.eot);
    src: url(fonts/minstroyrf/PSS75__W.eot?#iefix) format('embedded-opentype'),url(fonts/minstroyrf/PSS75__W.woff) format('woff'),url(fonts/minstroyrf/PSS75__W.ttf) format('truetype'),url(fonts/minstroyrf/PSS75__W.svg) format('svg');
    font-weight: 700;
}

@font-face {
    font-family: 'Pragmatica Slabserif';
    src: url(fonts/minstroyrf/PSS65__W.eot);
    src: url(fonts/minstroyrf/PSS65__W.eot?#iefix) format('embedded-opentype'),url(fonts/minstroyrf/PSS65__W.woff) format('woff'),url(fonts/minstroyrf/PSS65__W.ttf) format('truetype'),url(fonts/minstroyrf/PSS65__W.svg) format('svg');
    font-weight: 500;
}

@font-face {
    font-family: 'Pragmatica Slabserif';
    src: url(fonts/minstroyrf/PSS55__W.eot);
    src: url(fonts/minstroyrf/PSS55__W.eot?#iefix) format('embedded-opentype'),url(fonts/minstroyrf/PSS55__W.woff) format('woff'),url(fonts/minstroyrf/PSS55__W.ttf) format('truetype'),url(fonts/minstroyrf/PSS55__W.svg) format('svg');
    font-weight: 400;
}

button,
input,
textarea {
    -webkit-appearance: none;
}

p a {
    color: #051e42;
}

p a:hover {
    color: #051b3a;
    text-decoration: none;
}

dl {
    max-width: 700px;
}
dt {
    font-weight: 500;
}
dd {
    margin: 10px 0 35px 40px;
    color: #939597;
    font-size: 14px;
}

html {
    height: 100%;
}

html:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f2f2f2;
}

html > body {
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
    height: 100%;
    font-family: 'Pragmatica',sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: #f2f2f2;
}

@media screen and (min-width:1220px) {
    html > body {
        padding: 20px;
    }

}

@media screen and (min-width:1220px) {
    html > body:before,
    html > body:after {
        position: absolute;
        display: block;
        content: '';
        position: fixed;
        z-index: 100;
        height: 20px;
        background: #f2f2f2;
    }

}

@media screen and (min-width:1220px) {
    html > body:before {
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
    }

}

@media screen and (min-width:1220px) {
    html > body:after {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
    }

}

html > body.menu {
    overflow: hidden;
}

@media screen and (min-width:768px) {
    html > body.menu {
        overflow-y: scroll;
    }

}

html > body.has-touch.touch-scrolling {
    pointer-events: none;
}

html > body > header {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 60px;
    background: #051e42;
    -webkit-transition: background .5s cubic-bezier(.650,.005,.335,1.000),box-shadow .5s cubic-bezier(.650,.005,.335,1.000),border .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: background .5s cubic-bezier(.650,.005,.335,1.000),box-shadow .5s cubic-bezier(.650,.005,.335,1.000),border .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: background .5s cubic-bezier(.650,.005,.335,1.000),box-shadow .5s cubic-bezier(.650,.005,.335,1.000),border .5s cubic-bezier(.650,.005,.335,1.000);
    transition: background .5s cubic-bezier(.650,.005,.335,1.000),box-shadow .5s cubic-bezier(.650,.005,.335,1.000),border .5s cubic-bezier(.650,.005,.335,1.000);
}

html > body > header.drop-shadow {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.26);
    box-shadow: 0 3px 6px rgba(0,0,0,.26);
}

@media screen and (min-width:1220px) {
    html > body > header {
        top: 20px;
        right: auto;
        bottom: 20px;
        left: 20px;
        overflow: hidden;
        width: 240px;
        height: auto;
        background: #051e42;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > header {
        background: rgba(5,30,66,.8);
    }

}

@media screen and (min-width:1220px) {
    html > body.index > header.no-opacity {
        background: #051e42;
    }

}

@media screen and (min-width:1220px) {
    html > body > header > nav {
        position: relative;
        margin: 80px 0 0;
    }

}

@media screen and (max-height:600px) and (min-width:1220px) {
    html > body > header > nav {
        margin-top: 50px;
    }

}

html > body > header > nav > button.menu-show {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    display: block;
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    background: white;
}

html > body > header > nav > button.menu-show::-moz-focus-inner {
    padding: 0;
    border: none;
}

@media screen and (min-width:768px) {
    html > body > header > nav > button.menu-show {
        width: auto;
        padding: 0 20px 0 50px;
        color: #051e42;
        font-family: 'Pragmatica Slabserif',sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .03em;
        line-height: 60px;
        text-transform: uppercase;
        vertical-align: middle;
    }

}

@media screen and (min-width:1220px) {
    html > body > header > nav > button.menu-show {
        display: none;
    }

}

html > body > header > nav > button.menu-show:before,
html > body > header > nav > button.menu-show:after {
    position: absolute;
    display: block;
    content: '';
    left: 20px;
    height: 4px;
    width: 20px;
    border-top: 1px solid #051e42;
    border-bottom: 1px solid #051e42;
    -webkit-transition: border .5s cubic-bezier(.650,.005,.335,1.000),height .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000),width .5s cubic-bezier(.650,.005,.335,1.000),top .5s cubic-bezier(.650,.005,.335,1.000),bottom .5s cubic-bezier(.650,.005,.335,1.000),left .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: border .5s cubic-bezier(.650,.005,.335,1.000),height .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000),width .5s cubic-bezier(.650,.005,.335,1.000),top .5s cubic-bezier(.650,.005,.335,1.000),bottom .5s cubic-bezier(.650,.005,.335,1.000),left .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: border .5s cubic-bezier(.650,.005,.335,1.000),height .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000),width .5s cubic-bezier(.650,.005,.335,1.000),top .5s cubic-bezier(.650,.005,.335,1.000),bottom .5s cubic-bezier(.650,.005,.335,1.000),left .5s cubic-bezier(.650,.005,.335,1.000);
    transition: border .5s cubic-bezier(.650,.005,.335,1.000),height .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000),width .5s cubic-bezier(.650,.005,.335,1.000),top .5s cubic-bezier(.650,.005,.335,1.000),bottom .5s cubic-bezier(.650,.005,.335,1.000),left .5s cubic-bezier(.650,.005,.335,1.000);
}

html > body > header > nav > button.menu-show:before {
    top: 22px;
}

html > body > header > nav > button.menu-show:after {
    bottom: 22px;
}

html > body.menu > header > nav > button.menu-show:before,
html > body.menu > header > nav > button.menu-show:after {
    left: 16px;
    height: 0;
    width: 28px;
}

html > body.menu > header > nav > button.menu-show:before {
    top: 29px;
    border-bottom-width: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

html > body.menu > header > nav > button.menu-show:after {
    bottom: 30px;
    border-top-width: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

html > body > header > nav > ul {
    display: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

@media screen and (min-width:1220px) {
    html > body > header > nav > ul {
        display: block;
    }

}

@media screen and (max-width:1219px) {
    html > body.menu > header > nav > ul {
        display: block;
        overflow-y: auto;
        position: fixed;
        top: 0;
        right: 0;
        bottom: -1px;
        left: 0;
        padding: 40px 0 0;
        background: #051e42;
    }

}

@media screen and (max-width:1219px) {
    html > body.menu > header > nav > ul:after {
        position: absolute;
        display: block;
        content: '';
        position: fixed;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        height: 30px;
        background: -webkit-linear-gradient(rgba(5,30,66,0),#051e42);
        background: -moz-linear-gradient(rgba(5,30,66,0),#051e42);
        background: -ms-linear-gradient(rgba(5,30,66,0),#051e42);
        background: -o-linear-gradient(rgba(5,30,66,0),#051e42);
        background: linear-gradient(rgba(5,30,66,0),#051e42);
    }

}

@media screen and (min-width:768px) and (max-width:1219px) {
    html > body.menu > header > nav > ul:after {
        left: auto;
        width: 240px;
    }

}

@media screen and (min-width:768px) and (max-width:1219px) {
    html > body.menu > header > nav > ul {
        top: 50px;
        left: auto;
        width: 240px;
    }

}

html > body > header > nav > ul.open > li:first-child {
    -webkit-transform: translate(0,-18px);
    -moz-transform: translate(0,-18px);
    -ms-transform: translate(0,-18px);
    -o-transform: translate(0,-18px);
    transform: translate(0,-18px);
    -webkit-transition: margin .83s cubic-bezier(.54,0,.06,1),-webkit-transform .83s cubic-bezier(.54,0,.06,1);
    -moz-transition: margin .83s cubic-bezier(.54,0,.06,1),-moz-transform .83s cubic-bezier(.54,0,.06,1);
    -o-transition: margin .83s cubic-bezier(.54,0,.06,1),-o-transform .83s cubic-bezier(.54,0,.06,1);
    transition: margin .83s cubic-bezier(.54,0,.06,1),transform .83s cubic-bezier(.54,0,.06,1);
}

@media screen and (max-height:700px) and (min-width:1220px) {
    html > body > header > nav > ul.open > li:first-child {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

}

html > body > header > nav > ul > li {
    position: relative;
    padding-left: 40px;
    -webkit-transition: margin .83s cubic-bezier(.54,0,.06,1) .16s,-webkit-transform .83s cubic-bezier(.54,0,.06,1) .16s;
    -moz-transition: margin .83s cubic-bezier(.54,0,.06,1) .16s,-moz-transform .83s cubic-bezier(.54,0,.06,1) .16s;
    -o-transition: margin .83s cubic-bezier(.54,0,.06,1) .16s,-o-transform .83s cubic-bezier(.54,0,.06,1) .16s;
    transition: margin .83s cubic-bezier(.54,0,.06,1) .16s,transform .83s cubic-bezier(.54,0,.06,1) .16s;
}

html > body > header > nav > ul > li.open {
    z-index: 1;
    margin-bottom: 17px;
}

@media screen and (max-height:700px) and (min-width:1220px) {
    html > body > header > nav > ul > li.open {
        margin-bottom: 0;
    }

}

html > body > header > nav > ul > li.open.with-reports > button > span {
    height: 280px;
}

@media screen and (min-width:1220px) {
    html > body > header > nav > ul > li.open.with-reports > button > span {
        height: 230px;
    }

}

html > body > header > nav > ul > li.open > button:before {
    margin-top: -2px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

html > body > header > nav > ul > li.open > button > span:after {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: -webkit-transform .83s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .83s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .83s cubic-bezier(.4,0,.12,1);
    transition: transform .83s cubic-bezier(.4,0,.12,1);
}

html > body > header > nav > ul > li.open > ul {
    height: 182px;
    padding: 1px 0 6px;
    margin-top: -5px;
    -webkit-transition: height .83s cubic-bezier(.54,0,.06,1),padding .83s cubic-bezier(.54,0,.06,1),margin .83s cubic-bezier(.54,0,.06,1);
    -moz-transition: height .83s cubic-bezier(.54,0,.06,1),padding .83s cubic-bezier(.54,0,.06,1),margin .83s cubic-bezier(.54,0,.06,1);
    -o-transition: height .83s cubic-bezier(.54,0,.06,1),padding .83s cubic-bezier(.54,0,.06,1),margin .83s cubic-bezier(.54,0,.06,1);
    transition: height .83s cubic-bezier(.54,0,.06,1),padding .83s cubic-bezier(.54,0,.06,1),margin .83s cubic-bezier(.54,0,.06,1);
}

@media screen and (min-width:1220px) {
    html > body > header > nav > ul > li.open > ul {
        height: 150px;
    }

}

html > body > header > nav > ul > li.open > ul.with-reports {
    height: 218px;
}

@media screen and (min-width:1220px) {
    html > body > header > nav > ul > li.open > ul.with-reports {
        height: 180px;
    }

}

html > body > header > nav > ul > li.open > ul > li {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

html > body > header > nav > ul > li.open > ul > li:nth-child(1) {
    -webkit-transition: -webkit-transform .67s cubic-bezier(.47,0,.05,1) 0s;
    -moz-transition: -moz-transform .67s cubic-bezier(.47,0,.05,1) 0s;
    -o-transition: -o-transform .67s cubic-bezier(.47,0,.05,1) 0s;
    transition: transform .67s cubic-bezier(.47,0,.05,1) 0s;
}

html > body > header > nav > ul > li.open > ul > li:nth-child(2) {
    -webkit-transition: -webkit-transform .67s cubic-bezier(.47,0,.05,1) .134s;
    -moz-transition: -moz-transform .67s cubic-bezier(.47,0,.05,1) .134s;
    -o-transition: -o-transform .67s cubic-bezier(.47,0,.05,1) .134s;
    transition: transform .67s cubic-bezier(.47,0,.05,1) .134s;
}

html > body > header > nav > ul > li.open > ul > li:nth-child(3) {
    -webkit-transition: -webkit-transform .67s cubic-bezier(.47,0,.05,1) .268s;
    -moz-transition: -moz-transform .67s cubic-bezier(.47,0,.05,1) .268s;
    -o-transition: -o-transform .67s cubic-bezier(.47,0,.05,1) .268s;
    transition: transform .67s cubic-bezier(.47,0,.05,1) .268s;
}

html > body > header > nav > ul > li.open > ul > li:nth-child(4) {
    -webkit-transition: -webkit-transform .67s cubic-bezier(.47,0,.05,1) .402s;
    -moz-transition: -moz-transform .67s cubic-bezier(.47,0,.05,1) .402s;
    -o-transition: -o-transform .67s cubic-bezier(.47,0,.05,1) .402s;
    transition: transform .67s cubic-bezier(.47,0,.05,1) .402s;
}

html > body > header > nav > ul > li.open > ul > li:nth-child(5) {
    -webkit-transition: -webkit-transform .67s cubic-bezier(.47,0,.05,1) .536s;
    -moz-transition: -moz-transform .67s cubic-bezier(.47,0,.05,1) .536s;
    -o-transition: -o-transform .67s cubic-bezier(.47,0,.05,1) .536s;
    transition: transform .67s cubic-bezier(.47,0,.05,1) .536s;
}

html > body > header > nav > ul > li > a,
html > body > header > nav > ul > li > span {
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 0;
    color: white;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .03em;
    text-decoration: none;
    outline: none;
}

@media screen and (min-width:1220px) {
    html > body > header > nav > ul > li > a,
    html > body > header > nav > ul > li > span {
        padding: 5px 0;
    }

}

html > body > header > nav > ul > li > span,
html > body > header > nav > ul > li > a.current {
    color: #fcd900;
}

html > body > header > nav > ul > li > a:hover {
    color: #fcd900;
}

html > body > header > nav > ul > li > button {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    height: 50px;
    width: 32px;
    vertical-align: top;
}

html > body > header > nav > ul > li > button::-moz-focus-inner {
    padding: 0;
    border: none;
}

@media screen and (min-width:1220px) {
    html > body > header > nav > ul > li > button {
        height: 32px;
    }

}

@media screen and (max-height:700px) and (min-width:1220px) {
    html > body > header > nav > ul > li > button {
        display: none;
    }

}

html > body > header > nav > ul > li > button:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -9px;
    margin-left: -3px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

html > body > header > nav > ul > li > button:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: -80px;
    bottom: 0;
    left: 0;
}

html > body > header > nav > ul > li > button:hover {
    cursor: pointer;
}

html > body > header > nav > ul > li > button:hover:before {
    border-color: #fcd900;
}

html > body > header > nav > ul > li > button > span {
    position: absolute;
    overflow: hidden;
    z-index: -1;
    top: -9px;
    left: -200px;
    right: -200px;
    height: 250px;
}

@media screen and (min-width:1220px) {
    html > body > header > nav > ul > li > button > span {
        height: 200px;
    }

}

@media screen and (max-width:767px) {
    html > body > header > nav > ul > li > button > span {
        right: -700px;
    }

}

html > body > header > nav > ul > li > button > span:after {
    position: absolute;
    display: block;
    content: '';
    top: 25px;
    left: 216px;
    width: 460px;
    height: 460px;
    margin: -230px 0 0 -230px;
    margin-left: -227px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #051b3a;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .83s cubic-bezier(.4,0,.12,1) .16s;
    -moz-transition: -moz-transform .83s cubic-bezier(.4,0,.12,1) .16s;
    -o-transition: -o-transform .83s cubic-bezier(.4,0,.12,1) .16s;
    transition: transform .83s cubic-bezier(.4,0,.12,1) .16s;
}

@media screen and (max-width:1219px) {
    html > body > header > nav > ul > li > button > span:after {
        width: 1060px;
        height: 1060px;
        margin: -530px 0 0 -530px;
    }

}

@media screen and (max-width:767px) {
    html > body > header > nav > ul > li > button > span:after {
        width: 1400px;
        height: 1400px;
        margin: -700px 0 0 -700px;
    }

}

html > body > header > nav > ul > li > ul {
    overflow: hidden;
    margin: 0 0 0 -40px;
    padding: 0;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    -webkit-transition: height .83s cubic-bezier(.54,0,.06,1) .16s,padding .83s cubic-bezier(.54,0,.06,1) .16s,margin .83s cubic-bezier(.54,0,.06,1) .16s;
    -moz-transition: height .83s cubic-bezier(.54,0,.06,1) .16s,padding .83s cubic-bezier(.54,0,.06,1) .16s,margin .83s cubic-bezier(.54,0,.06,1) .16s;
    -o-transition: height .83s cubic-bezier(.54,0,.06,1) .16s,padding .83s cubic-bezier(.54,0,.06,1) .16s,margin .83s cubic-bezier(.54,0,.06,1) .16s;
    transition: height .83s cubic-bezier(.54,0,.06,1) .16s,padding .83s cubic-bezier(.54,0,.06,1) .16s,margin .83s cubic-bezier(.54,0,.06,1) .16s;
}

@media screen and (max-height:700px) and (min-width:1220px) {
    html > body > header > nav > ul > li > ul {
        display: none;
    }

}

html > body > header > nav > ul > li > ul > li {
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
}

html > body > header > nav > ul > li > ul > li:nth-child(1) {
    -webkit-transition: -webkit-transform .335s cubic-bezier(.47,0,.05,1) .268s;
    -moz-transition: -moz-transform .335s cubic-bezier(.47,0,.05,1) .268s;
    -o-transition: -o-transform .335s cubic-bezier(.47,0,.05,1) .268s;
    transition: transform .335s cubic-bezier(.47,0,.05,1) .268s;
}

html > body > header > nav > ul > li > ul > li:nth-child(2) {
    -webkit-transition: -webkit-transform .335s cubic-bezier(.47,0,.05,1) .201s;
    -moz-transition: -moz-transform .335s cubic-bezier(.47,0,.05,1) .201s;
    -o-transition: -o-transform .335s cubic-bezier(.47,0,.05,1) .201s;
    transition: transform .335s cubic-bezier(.47,0,.05,1) .201s;
}

html > body > header > nav > ul > li > ul > li:nth-child(3) {
    -webkit-transition: -webkit-transform .335s cubic-bezier(.47,0,.05,1) .134s;
    -moz-transition: -moz-transform .335s cubic-bezier(.47,0,.05,1) .134s;
    -o-transition: -o-transform .335s cubic-bezier(.47,0,.05,1) .134s;
    transition: transform .335s cubic-bezier(.47,0,.05,1) .134s;
}

html > body > header > nav > ul > li > ul > li:nth-child(4) {
    -webkit-transition: -webkit-transform .335s cubic-bezier(.47,0,.05,1) .067s;
    -moz-transition: -moz-transform .335s cubic-bezier(.47,0,.05,1) .067s;
    -o-transition: -o-transform .335s cubic-bezier(.47,0,.05,1) .067s;
    transition: transform .335s cubic-bezier(.47,0,.05,1) .067s;
}

html > body > header > nav > ul > li > ul > li:nth-child(5) {
    -webkit-transition: -webkit-transform .335s cubic-bezier(.47,0,.05,1) 0s;
    -moz-transition: -moz-transform .335s cubic-bezier(.47,0,.05,1) 0s;
    -o-transition: -o-transform .335s cubic-bezier(.47,0,.05,1) 0s;
    transition: transform .335s cubic-bezier(.47,0,.05,1) 0s;
}

html > body > header > nav > ul > li > ul > li > a,
html > body > header > nav > ul > li > ul > li > span {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px;
    color: white;
    font-family: 'Pragmatica',sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 35px;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-decoration: none;
}

@media screen and (min-width:1220px) {
    html > body > header > nav > ul > li > ul > li > a,
    html > body > header > nav > ul > li > ul > li > span {
        padding-left: 40px;
        line-height: 30px;
    }

}

html > body > header > nav > ul > li > ul > li > a:hover {
    color: #051b3a;
    background: #fcd900;
}

html > body > header > a.logo {
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 14px 0 10px 68px;
    width: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    font-size: 11px;
    line-height: 16px;
    text-decoration: none;
    background: url(/styles/images/logo.svg) no-repeat;
    background-position: 20px 10px;
    -webkit-background-size: 38px 40px;
    -moz-background-size: 38px 40px;
    background-size: 38px 40px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

html > body > header > a.logo br {
    display: none;
}

@media screen and (min-width:1220px) {
    html > body > header > a.logo br {
        display: block;
    }

}

@media screen and (min-width:1220px) {
    html > body > header > a.logo {
        padding: 90px 0 0;
        width: 170px;
        margin: 35px auto 0;
        text-align: center;
        background-position: center top;
        -webkit-background-size: 78px 84px;
        -moz-background-size: 78px 84px;
        background-size: 78px 84px;
    }

}

@media screen and (max-height:600px) and (min-width:1220px) {
    html > body > header > a.logo {
        padding-top: 55px;
        -webkit-background-size: 39px 42px;
        -moz-background-size: 39px 42px;
        background-size: 39px 42px;
    }

}

html > body.index > section.splash {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background: rgba(243,110,92,.1);
}

@media screen and (min-width:768px) {
    html > body.index > section.splash {
        text-align: right;
    }

}

html > body.index > section.splash:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    max-height: 730px;
}

@media screen and (max-height:650px) and (min-width:980px) {
    html > body.index > section.splash:before {
        max-height: 530px;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > section.splash:after {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        right: auto;
        bottom: 0;
        left: 240px;
        width: 20px;
        background: #f2f2f2;
    }

}

html > body.index > section.splash > ul.parallax {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    list-style: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

html > body.index > section.splash > ul.parallax > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html > body.index > section.splash > ul.parallax > li > div {
    position: absolute;
    top: -50px;
    right: -100px;
    bottom: -50px;
    left: -100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center bottom;
}

html > body.index > section.splash > article {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    color: white;
    text-align: left;
}

@media screen and (max-width:767px) {
    html > body.index > section.splash > article {
        width: 264px;
        padding-bottom: 20px;
        white-space: nowrap;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate3d(0,1,0,0deg);
        -moz-transform: rotate3d(0,1,0,0deg);
        -ms-transform: rotate3d(0,1,0,0deg);
        -o-transform: rotate3d(0,1,0,0deg);
        transform: rotate3d(0,1,0,0deg);
        cursor: pointer;
    }

}

@media screen and (min-width:480px) {
    html > body.index > section.splash > article {
        width: 364px;
    }

}

@media screen and (min-width:768px) {
    html > body.index > section.splash > article {
        width: 500px;
    }

}

@media screen and (min-width:980px) {
    html > body.index > section.splash > article {
        width: 560px;
    }

}

@media screen and (max-width:767px) {
    html > body.index > section.splash > article:before,
    html > body.index > section.splash > article:after {
        position: absolute;
        display: block;
        content: '';
        bottom: 0;
        left: 50%;
        width: 8px;
        height: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px;
        border: 1px solid white;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
        box-shadow: 0 1px 2px rgba(0,0,0,.3);
        -webkit-transition: background 1s;
        -moz-transition: background 1s;
        -o-transition: background 1s;
        transition: background 1s;
    }

}

@media screen and (max-width:767px) {
    html > body.index > section.splash > article:before {
        margin-left: -16px;
        background: white;
    }

}

@media screen and (max-width:767px) {
    html > body.index > section.splash > article:after {
        margin-left: 0;
    }

}

@media screen and (max-width:767px) {
    html > body.index > section.splash > article > h2,
    html > body.index > section.splash > article > div {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition: -webkit-transform 1s;
        -moz-transition: -moz-transform 1s;
        -o-transition: -o-transform 1s;
        transition: transform 1s;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
    }

}

@media screen and (max-width:767px) {
    html > body.index > section.splash > article.hover:before {
        background: rgba(255,255,255,0);
    }

}

@media screen and (max-width:767px) {
    html > body.index > section.splash > article.hover:after {
        background: white;
    }

}

@media screen and (max-width:767px) {
    html > body.index > section.splash > article.hover > h2 {
        -webkit-transform: rotate3d(0,1,0,180deg);
        -moz-transform: rotate3d(0,1,0,180deg);
        -ms-transform: rotate3d(0,1,0,180deg);
        -o-transform: rotate3d(0,1,0,180deg);
        transform: rotate3d(0,1,0,180deg);
    }

}

@media screen and (max-width:767px) {
    html > body.index > section.splash > article.hover > div {
        -webkit-transform: rotate3d(0,1,0,0deg);
        -moz-transform: rotate3d(0,1,0,0deg);
        -ms-transform: rotate3d(0,1,0,0deg);
        -o-transform: rotate3d(0,1,0,0deg);
        transform: rotate3d(0,1,0,0deg);
    }

}

html > body.index > section.splash > article > h2 {
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    line-height: 26px;
    text-shadow: 0 1px 2px rgba(0,0,0,.3);
    text-align: center;
    white-space: normal;
}

@media screen and (min-width:768px) {
    html > body.index > section.splash > article > h2 {
        padding: 0 72.5px 40px 0;
        margin: 0 0 30px;
        width: 100%;
        font-size: 36px;
        line-height: 45px;
        text-align: left;
    }

}

@media screen and (min-width:980px) {
    html > body.index > section.splash > article > h2 {
        padding-right: 130px;
    }

}

@media screen and (max-height:650px) and (min-width:980px) {
    html > body.index > section.splash > article > h2 {
        padding-bottom: 0;
    }

}

@media screen and (min-width:768px) {
    html > body.index > section.splash > article > h2:before {
        position: absolute;
        display: block;
        content: '';
        left: 0;
        bottom: 4px;
        width: 160px;
        height: 4px;
        background: white;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
        box-shadow: 0 1px 2px rgba(0,0,0,.3);
    }

}

@media screen and (max-height:650px) and (min-width:980px) {
    html > body.index > section.splash > article > h2:before {
        display: none;
    }

}

html > body.index > section.splash > article > div {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 0 -264px;
    font-size: 14px;
    line-height: 1.2857142857143;
    text-shadow: 0 1px 2px rgba(0,0,0,.3);
    text-align: center;
    white-space: normal;
}

@media screen and (max-width:767px) {
    html > body.index > section.splash > article > div {
        -webkit-transform: rotate3d(0,1,0,180deg);
        -moz-transform: rotate3d(0,1,0,180deg);
        -ms-transform: rotate3d(0,1,0,180deg);
        -o-transform: rotate3d(0,1,0,180deg);
        transform: rotate3d(0,1,0,180deg);
    }

}

@media screen and (min-width:480px) {
    html > body.index > section.splash > article > div {
        margin-left: -364px;
    }

}

@media screen and (min-width:768px) {
    html > body.index > section.splash > article > div {
        display: block;
        padding-left: 52.5px;
        padding-right: 72.5px;
        margin-left: 0;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }

}

@media screen and (min-width:980px) {
    html > body.index > section.splash > article > div {
        padding-right: 130px;
    }

}

@media screen and (max-height:650px) and (min-width:980px) {
    html > body.index > section.splash > article > div {
        display: none;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > section.splash > article > div {
        padding-right: 135px;
    }

}

html > body.index > section.splash > article > button.scroll {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    display: block;
    position: relative;
    overflow: visible;
    display: none;
    margin-left: 53px;
    height: 60px;
    width: 360px;
    color: white;
    font-size: 10px;
    line-height: 56px;
    letter-spacing: .1em;
    text-transform: uppercase;
    vertical-align: middle;
}

html > body.index > section.splash > article > button.scroll::-moz-focus-inner {
    padding: 0;
    border: none;
}

html > body.index > section.splash > article > button.scroll::-moz-focus-inner {
    padding: 0;
    border: none;
}

html > body.index > section.splash > article > button.scroll > span {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html > body.index > section.splash > article > button.scroll > span:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .335s cubic-bezier(.4,0,.12,1);
    -moz-transition: all .335s cubic-bezier(.4,0,.12,1);
    -o-transition: all .335s cubic-bezier(.4,0,.12,1);
    transition: all .335s cubic-bezier(.4,0,.12,1);
}

html > body.index > section.splash > article > button.scroll > span:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    margin-left: 11px;
    margin-top: -12px;
    height: 15px;
    width: 15px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: border .335s cubic-bezier(.4,0,.12,1);
    -moz-transition: border .335s cubic-bezier(.4,0,.12,1);
    -o-transition: border .335s cubic-bezier(.4,0,.12,1);
    transition: border .335s cubic-bezier(.4,0,.12,1);
}

html > body.index > section.splash > article > button.scroll > span > span {
    position: absolute;
    overflow: hidden;
    display: block;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

html > body.index > section.splash > article > button.scroll > span > span:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: white;
    -webkit-transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    -o-transform: translate(0,-100%);
    transform: translate(0,-100%);
    -webkit-transition: -webkit-transform .335s cubic-bezier(.4,0,.12,1),background .335s cubic-bezier(.4,0,.12,1) .1675s;
    -moz-transition: -moz-transform .335s cubic-bezier(.4,0,.12,1),background .335s cubic-bezier(.4,0,.12,1) .1675s;
    -o-transition: -o-transform .335s cubic-bezier(.4,0,.12,1),background .335s cubic-bezier(.4,0,.12,1) .1675s;
    transition: transform .335s cubic-bezier(.4,0,.12,1),background .335s cubic-bezier(.4,0,.12,1) .1675s;
}

html > body.index > section.splash > article > button.scroll:hover > span:after {
    border-color: #2c2a29;
}

html > body.index > section.splash > article > button.scroll:hover > span > span:before {
    background: #fcd900;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

@media screen and (min-width:768px) {
    html > body.index > section.splash > article > button.scroll {
        display: block;
    }

}

html > body.index > section.splash > article > button.scroll > span {
    left: 0;
}

html > body.index > section.splash > footer {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

@media screen and (min-width:768px) {
    html > body.index > section.splash > footer {
        display: block;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > section.splash > footer {
        left: 240px;
    }

}

html > body.index > section.splash > footer > div {
    position: absolute;
    bottom: 15px;
    color: white;
    font-family: 'Pragmatica',sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .3;
}

html > body.index > section.splash > footer > div.copy {
    left: 20px;
}

@media screen and (min-width:1220px) {
    html > body.index > section.splash > footer > div.copy {
        left: 40px;
    }

}

html > body.index > section.splash > footer > div.creator {
    right: 20px;
    text-align: right;
}

html > body.index > section.splash > footer > div.creator a {
    color: white;
    vertical-align: top;
}

html > body.index > section.splash > footer > div.creator a:hover {
    text-decoration: none;
}

html > body.index > section.splash > button.scroll {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    font-size: 0;
}

html > body.index > section.splash > button.scroll::-moz-focus-inner {
    padding: 0;
    border: none;
}

html > body.index > section.splash > button.scroll::-moz-focus-inner {
    padding: 0;
    border: none;
}

html > body.index > section.splash > button.scroll > span {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html > body.index > section.splash > button.scroll > span:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .335s cubic-bezier(.4,0,.12,1);
    -moz-transition: all .335s cubic-bezier(.4,0,.12,1);
    -o-transition: all .335s cubic-bezier(.4,0,.12,1);
    transition: all .335s cubic-bezier(.4,0,.12,1);
}

html > body.index > section.splash > button.scroll > span:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    margin-left: 11px;
    margin-top: -12px;
    height: 15px;
    width: 15px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: border .335s cubic-bezier(.4,0,.12,1);
    -moz-transition: border .335s cubic-bezier(.4,0,.12,1);
    -o-transition: border .335s cubic-bezier(.4,0,.12,1);
    transition: border .335s cubic-bezier(.4,0,.12,1);
}

html > body.index > section.splash > button.scroll > span > span {
    position: absolute;
    overflow: hidden;
    display: block;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

html > body.index > section.splash > button.scroll > span > span:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: white;
    -webkit-transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    -o-transform: translate(0,-100%);
    transform: translate(0,-100%);
    -webkit-transition: -webkit-transform .335s cubic-bezier(.4,0,.12,1),background .335s cubic-bezier(.4,0,.12,1) .1675s;
    -moz-transition: -moz-transform .335s cubic-bezier(.4,0,.12,1),background .335s cubic-bezier(.4,0,.12,1) .1675s;
    -o-transition: -o-transform .335s cubic-bezier(.4,0,.12,1),background .335s cubic-bezier(.4,0,.12,1) .1675s;
    transition: transform .335s cubic-bezier(.4,0,.12,1),background .335s cubic-bezier(.4,0,.12,1) .1675s;
}

html > body.index > section.splash > button.scroll:hover > span:after {
    border-color: #2c2a29;
}

html > body.index > section.splash > button.scroll:hover > span > span:before {
    background: #fcd900;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

@media screen and (min-width:768px) {
    html > body.index > section.splash > button.scroll {
        display: none;
    }

}

html > body.index > section.splash > button.scroll > span {
    left: 50%;
    margin-left: -21px;
}

html > body.index > main {
    position: relative;
    display: block;
    z-index: 1;
    background: #f2f2f2;
}

@media screen and (min-width:1220px) {
    html > body.index > main {
        padding-left: 260px;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main {
        max-width: 1600px;
        margin: 0 auto;
    }

}

html > body.index > main section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width:1880px) {
    html > body.index > main section {
        display: inline-block;
        padding-top: 18px;
        vertical-align: top;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main section.about {
        width: 42%;
    }

}

html > body.index > main section.about h2 {
    display: none;
}

@media screen and (min-width:1880px) {
    html > body.index > main section.about h2 {
        display: block;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main section.news {
        width: 58%;
    }

}

html > body.index > main ul.icons {
    position: relative;
    margin: 0 0 0 10px;
    padding: 20px 20px 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media screen and (min-width:640px) {
    html > body.index > main ul.icons {
        margin-left: 30px;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main ul.icons {
        margin: 20px 0 58px 30px;
        padding: 0;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main ul.icons {
        padding-right: 20px;
        margin-left: 10px;
    }
}


html > body.index > main ul.icons > li {
    position: relative;
    display: inline-block;
    height: 135px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 20px 0 20px;
    margin-bottom: 10px;
    width: 50%;
    margin-right: 10px;
    vertical-align: top;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
    overflow: hidden;
}

html > body.index > main ul.icons > li:nth-child(2n+2) {
    margin-right: 0;
}

@media screen and (min-width:640px) {
    html > body.index > main ul.icons > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main ul.icons > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

html > body.index > main ul.icons > li:nth-child(2n+1) {
    margin-left: -10px;
}

@media screen and (min-width:640px) {
    html > body.index > main ul.icons > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main ul.icons > li:nth-child(2n+1) {
        margin-left: -10px;
    }

}

@media screen and (min-width:640px) {
    html > body.index > main ul.icons > li:nth-child(4n+4) {
        margin-right: 0;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main ul.icons > li:nth-child(4n+4) {
        margin-right: 10px;
    }

}

@media screen and (min-width:640px) {
    html > body.index > main ul.icons > li:nth-child(4n+1) {
        margin-left: -30px;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main ul.icons > li:nth-child(4n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main ul.icons > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main ul.icons > li:nth-child(2n+1) {
        margin-left: -10px;
    }

}

@media screen and (min-width:640px) {
    html > body.index > main ul.icons > li {
        width: 25%;
        margin-right: 10px;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main ul.icons > li {
        height: 206px;
        margin-bottom: 10px;
        margin-right: 10px;
        width: 50%;
    }

}

html > body.index > main ul.icons > li:before {
    position: absolute;
    display: block;
    content: '';
    right: 20px;
    bottom: 20px;
    width: 52.5px;
    height: 52.5px;
    background: url(/styles/images/about-1-poloz.svg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    border: 1px solid #f1f1f2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media screen and (min-width:768px) {
    html > body.index > main ul.icons > li:before {
        width: 70px;
        height: 70px;
    }

}

html > body.index > main ul.icons > li.poloz:before {
    background-image: url(/styles/images/about-1-poloz.svg);
}

html > body.index > main ul.icons > li.plan:before {
    background-image: url(/styles/images/about-2-plan.svg);
}

html > body.index > main ul.icons > li.media:before {
    background-image: url(/styles/images/about-3-media.svg);
}

html > body.index > main ul.icons > li.quest:before {
    background-image: url(/styles/images/about-4-quest.svg);
}

html > body.index > main ul.icons > li:after {
    position: absolute;
    display: block;
    content: '';
    z-index: 1;
    right: 46.25px;
    bottom: 46.25px;
    width: 300px;
    height: 300px;
    margin: 0 -150px -150px 0;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1);
    -o-transition: -o-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1);
    transition: transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1);
}

@media screen and (min-width:768px) {
    html > body.index > main ul.icons > li:after {
        right: 55px;
        bottom: 55px;
    }

}

@media screen and (min-width:370px) {
    html > body.index > main ul.icons > li:after {
        width: 340px;
        height: 340px;
        margin: 0 -170px -170px 0;
    }

}

@media screen and (min-width:420px) {
    html > body.index > main ul.icons > li:after {
        width: 380px;
        height: 380px;
        margin: 0 -190px -190px 0;
    }

}

@media screen and (min-width:470px) {
    html > body.index > main ul.icons > li:after {
        width: 420px;
        height: 420px;
        margin: 0 -210px -210px 0;
    }

}

@media screen and (min-width:520px) {
    html > body.index > main ul.icons > li:after {
        width: 460px;
        height: 460px;
        margin: 0 -230px -230px 0;
    }

}

@media screen and (min-width:560px) {
    html > body.index > main ul.icons > li:after {
        width: 500px;
        height: 500px;
        margin: 0 -250px -250px 0;
    }

}

@media screen and (min-width:610px) {
    html > body.index > main ul.icons > li:after {
        width: 540px;
        height: 540px;
        margin: 0 -270px -270px 0;
    }

}

@media screen and (min-width:640px) {
    html > body.index > main ul.icons > li:after {
        width: 300px;
        height: 300px;
        margin: 0 -150px -150px 0;
    }

}

@media screen and (min-width:725px) {
    html > body.index > main ul.icons > li:after {
        width: 340px;
        height: 340px;
        margin: 0 -170px -170px 0;
    }

}

@media screen and (min-width:860px) {
    html > body.index > main ul.icons > li:after {
        width: 380px;
        height: 380px;
        margin: 0 -190px -190px 0;
    }

}

@media screen and (min-width:960px) {
    html > body.index > main ul.icons > li:after {
        width: 420px;
        height: 420px;
        margin: 0 -210px -210px 0;
    }

}

@media screen and (min-width:1050px) {
    html > body.index > main ul.icons > li:after {
        width: 460px;
        height: 460px;
        margin: 0 -230px -230px 0;
    }

}

@media screen and (min-width:1140px) {
    html > body.index > main ul.icons > li:after {
        width: 500px;
        height: 500px;
        margin: 0 -250px -250px 0;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main ul.icons > li:after {
        width: 420px;
        height: 420px;
        margin: 0 -210px -210px 0;
    }

}

@media screen and (min-width:1320px) {
    html > body.index > main ul.icons > li:after {
        width: 460px;
        height: 460px;
        margin: 0 -230px -230px 0;
    }

}

@media screen and (min-width:1400px) {
    html > body.index > main ul.icons > li:after {
        width: 500px;
        height: 500px;
        margin: 0 -250px -250px 0;
    }

}

@media screen and (min-width:1485px) {
    html > body.index > main ul.icons > li:after {
        width: 540px;
        height: 540px;
        margin: 0 -270px -270px 0;
    }

}

@media screen and (min-width:1570px) {
    html > body.index > main ul.icons > li:after {
        width: 580px;
        height: 580px;
        margin: 0 -290px -290px 0;
    }

}

@media screen and (min-width:1660px) {
    html > body.index > main ul.icons > li:after {
        width: 620px;
        height: 620px;
        margin: 0 -310px -310px 0;
    }

}

@media screen and (min-width:1740px) {
    html > body.index > main ul.icons > li:after {
        width: 660px;
        height: 660px;
        margin: 0 -330px -330px 0;
    }

}

@media screen and (min-width:1825px) {
    html > body.index > main ul.icons > li:after {
        width: 700px;
        height: 700px;
        margin: 0 -350px -350px 0;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main ul.icons > li:after {
        width: 640px;
        height: 640px;
        margin: 0 -320px -320px 0;
    }

}

html > body.index > main ul.icons > li > a:after {
    position: absolute;
    display: block;
    content: '';
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/styles/images/arrow.svg) no-repeat;
    background-position: center bottom;
    opacity: 0;
    -webkit-transition: opacity .34s cubic-bezier(.89,0,.65,1),background .67s cubic-bezier(.89,0,.65,1);
    -moz-transition: opacity .34s cubic-bezier(.89,0,.65,1),background .67s cubic-bezier(.89,0,.65,1);
    -o-transition: opacity .34s cubic-bezier(.89,0,.65,1),background .67s cubic-bezier(.89,0,.65,1);
    transition: opacity .34s cubic-bezier(.89,0,.65,1),background .67s cubic-bezier(.89,0,.65,1);
}

html > body.index > main ul.icons > li:hover:after {
    background: #fcd900;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1) .17s;
    -moz-transition: -moz-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1) .17s;
    -o-transition: -o-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1) .17s;
    transition: transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1) .17s;
}

html > body.index > main ul.icons > li:hover > a:after {
    background-position: center center;
    opacity: 1;
    -webkit-transition: opacity .34s cubic-bezier(.89,0,.65,1) .33s,background .67s cubic-bezier(.89,0,.65,1);
    -moz-transition: opacity .34s cubic-bezier(.89,0,.65,1) .33s,background .67s cubic-bezier(.89,0,.65,1);
    -o-transition: opacity .34s cubic-bezier(.89,0,.65,1) .33s,background .67s cubic-bezier(.89,0,.65,1);
    transition: opacity .34s cubic-bezier(.89,0,.65,1) .33s,background .67s cubic-bezier(.89,0,.65,1);
}

html > body.index > main ul.icons > li > a {
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: block;
    color: #2c2a29;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: .03em;
}

@media screen and (min-width:1600px) {
    html > body.index > main ul.icons > li > a {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 20px;
    }

}

html > body.index > main ul.icons > li > p {
    display: none;
    width: 190px;
    color: #2c2a29;
    font-size: 12px;
    line-height: 1.1666666666667;
}

@media screen and (min-width:1600px) {
    html > body.index > main ul.icons > li > p {
        display: block;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main ul.icons > li > p {
        font-size: 14px;
        line-height: 18px;
    }

}

html > body.index > main h2 {
    margin: 25px 0 17px 0;
    padding: 0 20px;
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #2c2a29;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (min-width:768px) {
    html > body.index > main h2 {
        font-size: 26px;
        margin-top: 45.2px;
        margin-bottom: 0;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main h2 {
        margin: 20px 0 0;
        padding: 0;
    }

}

html > body.index > main h2.toggled > button.toggle:before {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

html > body.index > main h2 > button.toggle {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    height: 22px;
    width: 30px;
    vertical-align: top;
}

html > body.index > main h2 > button.toggle::-moz-focus-inner {
    padding: 0;
    border: none;
}

@media screen and (min-width:768px) {
    html > body.index > main h2 > button.toggle {
        display: none;
    }

}

html > body.index > main h2 > button.toggle:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -7px;
    margin-left: -7px;
    border-right: 1px solid #f36e5c;
    border-bottom: 1px solid #f36e5c;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .335s cubic-bezier(.4,0,.12,1),margin .335s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .335s cubic-bezier(.4,0,.12,1),margin .335s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .335s cubic-bezier(.4,0,.12,1),margin .335s cubic-bezier(.4,0,.12,1);
    transition: transform .335s cubic-bezier(.4,0,.12,1),margin .335s cubic-bezier(.4,0,.12,1);
}

html > body.index > main h2 > button.toggle:after {
    position: absolute;
    display: block;
    content: '';
    top: -10px;
    right: -3000px;
    bottom: -10px;
    left: -3000px;
}

html > body.index > main h2.toggled + nav.tabs,
html > body.index > main h1.toggled + nav.tabs,
html > body.index > main h3.toggled + nav.tabs {
    -webkit-transition: height .335s cubic-bezier(.4,0,.12,1);
    -moz-transition: height .335s cubic-bezier(.4,0,.12,1);
    -o-transition: height .335s cubic-bezier(.4,0,.12,1);
    transition: height .335s cubic-bezier(.4,0,.12,1);
}

@media screen and (max-width:767px) {
    html > body.index > main h2.toggled + nav.tabs[data-children="2"],
    html > body.index > main h1.toggled + nav.tabs[data-children="2"],
    html > body.index > main h3.toggled + nav.tabs[data-children="2"] {
        height: 87px;
    }

}

@media screen and (max-width:767px) {
    html > body.index > main h2.toggled + nav.tabs[data-children="3"],
    html > body.index > main h1.toggled + nav.tabs[data-children="3"],
    html > body.index > main h3.toggled + nav.tabs[data-children="3"] {
        height: 119px;
    }

}

html > body.index > main h2.toggled + nav.tabs > ul,
html > body.index > main h1.toggled + nav.tabs > ul,
html > body.index > main h3.toggled + nav.tabs > ul {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: opacity .335s cubic-bezier(.4,0,.12,1) .25125s,-webkit-transform .335s cubic-bezier(.4,0,.12,1)*.75;
    -moz-transition: opacity .335s cubic-bezier(.4,0,.12,1) .25125s,-moz-transform .335s cubic-bezier(.4,0,.12,1)*.75;
    -o-transition: opacity .335s cubic-bezier(.4,0,.12,1) .25125s,-o-transform .335s cubic-bezier(.4,0,.12,1)*.75;
    transition: opacity .335s cubic-bezier(.4,0,.12,1) .25125s,transform .335s cubic-bezier(.4,0,.12,1)*.75;
}

html > body.index > main nav.tabs {
    position: relative;
    margin: 0;
}

@media screen and (max-width:767px) {
    html > body.index > main nav.tabs {
        height: 0;
        overflow: hidden;
        -webkit-transition: height .335s cubic-bezier(.4,0,.12,1) .25125s;
        -moz-transition: height .335s cubic-bezier(.4,0,.12,1) .25125s;
        -o-transition: height .335s cubic-bezier(.4,0,.12,1) .25125s;
        transition: height .335s cubic-bezier(.4,0,.12,1) .25125s;
    }

}

@media screen and (max-width:767px) {
    html > body.index > main nav.tabs[data-children="2"] > ul {
        height: 65px;
    }

}

@media screen and (max-width:767px) {
    html > body.index > main nav.tabs[data-children="3"] > ul {
        height: 97px;
    }

}

html > body.index > main nav.tabs > ul {
    margin: 0 20px;
    padding: 0;
    list-style: none;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

@media screen and (max-width:767px) {
    html > body.index > main nav.tabs > ul {
        opacity: 0;
        -webkit-transform: translate(0,5px);
        -moz-transform: translate(0,5px);
        -ms-transform: translate(0,5px);
        -o-transform: translate(0,5px);
        transform: translate(0,5px);
        -webkit-transition: opacity .335s cubic-bezier(.4,0,.12,1),-webkit-transform .335s;
        -moz-transition: opacity .335s cubic-bezier(.4,0,.12,1),-moz-transform .335s;
        -o-transition: opacity .335s cubic-bezier(.4,0,.12,1),-o-transform .335s;
        transition: opacity .335s cubic-bezier(.4,0,.12,1),transform .335s;
    }

}

@media screen and (min-width:768px) {
    html > body.index > main nav.tabs > ul {
        position: absolute;
        display: block;
        right: 20px;
        bottom: -6px;
        margin: 0;
        border: none;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main nav.tabs > ul {
        right: 0;
    }

}

html > body.index > main nav.tabs > ul > li {
    border-bottom: 1px solid #f36e5c;
}

@media screen and (min-width:768px) {
    html > body.index > main nav.tabs > ul > li {
        display: inline-block;
        margin-right: 10px;
        border-bottom: none;
    }

}

html > body.index > main nav.tabs > ul > li:last-child {
    border-bottom: 0;
}

@media screen and (min-width:768px) {
    html > body.index > main nav.tabs > ul > li:last-child {
        margin-right: 0;
    }

}

html > body.index > main nav.tabs > ul > li > a {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 0;
    height: 31px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 31px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

@media screen and (min-width:768px) {
    html > body.index > main nav.tabs > ul > li > a {
        height: 33px;
        padding: 0 20px;
        border: 1px solid #f36e5c;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

}

html > body.index > main nav.tabs > ul > li > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -110px 0 0 -100px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

@media screen and (max-width:767px) {
    html > body.index > main nav.tabs > ul > li > a:before {
        width: 800px;
        height: 800px;
        margin: -410px 0 0 -400px;
    }

}

html > body.index:not(.touch-scrolling):not(.has-touch) > main nav.tabs > ul > li > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.index:not(.touch-scrolling):not(.has-touch) > main nav.tabs > ul > li > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

@media screen and (min-width:768px) {
    html > body.index > main nav.tabs > ul {
        bottom: -1px;
    }

}

html > body.index > main ul.news {
    position: relative;
    margin: 20px 20px 35px 20px;
    padding: 0;
    list-style: none;
}

@media screen and (max-width:767px) {
    html > body.index > main ul.news {
        margin-top: 0;
    }

}

@media screen and (min-width:640px) {
    html > body.index > main ul.news {
        padding-left: 20px;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main ul.news {
        margin: 20px 0 58px 0;
    }

}

@media screen and (min-width:1600px) {
    html > body.index > main ul.news {
        padding-left: 40px;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main ul.news {
        padding-left: 20px;
    }

}

html > body.index > main ul.news > li {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    vertical-align: top;
}

html > body.index > main ul.news > li:not(:first-child) {
    margin-left: -4px !important;
}

html > body.index > main ul.news > li > img {
    display: block;
    width: 100%;
}

html > body.index > main ul.news > li > div.type,
html > body.index > main ul.news > li > time {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .415s cubic-bezier(.83,0,.38,1) .195s,opacity .415s cubic-bezier(.83,0,.38,1) .195s,background .61s cubic-bezier(.83,0,.65,1);
    -moz-transition: -moz-transform .415s cubic-bezier(.83,0,.38,1) .195s,opacity .415s cubic-bezier(.83,0,.38,1) .195s,background .61s cubic-bezier(.83,0,.65,1);
    -o-transition: -o-transform .415s cubic-bezier(.83,0,.38,1) .195s,opacity .415s cubic-bezier(.83,0,.38,1) .195s,background .61s cubic-bezier(.83,0,.65,1);
    transition: transform .415s cubic-bezier(.83,0,.38,1) .195s,opacity .415s cubic-bezier(.83,0,.38,1) .195s,background .61s cubic-bezier(.83,0,.65,1);
}

html > body.index > main ul.news > li > div.type {
    position: absolute;
    z-index: 4;
    display: block;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f36e5c;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (min-width:768px) {
    html > body.index > main ul.news > li > div.type {
        height: 120px;
        width: 100px;
    }

}

html > body.index > main ul.news > li > time {
    position: absolute;
    z-index: 4;
    display: block;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f36e5c;
}

@media screen and (min-width:768px) {
    html > body.index > main ul.news > li > time {
        height: 120px;
        width: 100px;
    }

}

html > body.index > main ul.news > li > time:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

html > body.index > main ul.news > li > time > div {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    color: white;
    font-size: 12px;
    letter-spacing: .03em;
    font-weight: 400;
    text-align: center;
    font-family: 'Pragmatica',sans-serif;
    line-height: .8;
}

html > body.index > main ul.news > li > time > div > span:not(.year) {
    display: block;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: .03em;
    font-family: 'Pragmatica Slabserif',sans-serif;
    line-height: 1;
}

html > body.index > main ul.news > li > time > div > span.year {
    display: block;
    margin-top: -1px;
    padding-left: 1px;
    font-size: 10px;
    font-weight: 500;
    font-family: 'Pragmatica',sans-serif;
    line-height: 1.8;
    letter-spacing: .2em;
}

html > body.index > main ul.news > li > a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 80px;
    padding: 14px 20px 0 90px;
    color: #2c2a29;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    background: white;
}

@media screen and (min-width:768px) {
    html > body.index > main ul.news > li > a {
        height: 120px;
        padding-left: 130px;
        padding-top: 25px;
        line-height: 24px;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main ul.news > li > a {
        font-size: 16px;
    }

}

html > body.index > main ul.news > li > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

html > body.index > main ul.news > li > a:after {
    position: absolute;
    display: block;
    content: '';
    z-index: 6;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: 80px;
    background: url(/styles/images/arrow.svg) no-repeat;
    background-position: center bottom;
    opacity: 0;
    -webkit-transition: opacity .34s cubic-bezier(.89,0,.65,1),background .83s cubic-bezier(.89,0,.65,1);
    -moz-transition: opacity .34s cubic-bezier(.89,0,.65,1),background .83s cubic-bezier(.89,0,.65,1);
    -o-transition: opacity .34s cubic-bezier(.89,0,.65,1),background .83s cubic-bezier(.89,0,.65,1);
    transition: opacity .34s cubic-bezier(.89,0,.65,1),background .83s cubic-bezier(.89,0,.65,1);
}

@media screen and (min-width:768px) {
    html > body.index > main ul.news > li > a:after {
        height: 120px;
    }

}

html > body.index > main ul.news > li > a > span.text {
    display: block;
    overflow: hidden;
    max-height: 60px;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .415s cubic-bezier(.83,0,.65,1) .195s,opacity .415s cubic-bezier(.83,0,.65,1) .195s;
    -moz-transition: -moz-transform .415s cubic-bezier(.83,0,.65,1) .195s,opacity .415s cubic-bezier(.83,0,.65,1) .195s;
    -o-transition: -o-transform .415s cubic-bezier(.83,0,.65,1) .195s,opacity .415s cubic-bezier(.83,0,.65,1) .195s;
    transition: transform .415s cubic-bezier(.83,0,.65,1) .195s,opacity .415s cubic-bezier(.83,0,.65,1) .195s;
}

@media screen and (min-width:768px) {
    html > body.index > main ul.news > li > a > span.text {
        max-height: 75px;
    }

}

html > body.index > main ul.news > li > a > span:not(.text) {
    position: absolute;
    z-index: 3;
    overflow: hidden;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: 80px;
}

html > body.index > main ul.news > li > a > span:not(.text):after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    width: 660px;
    height: 660px;
    margin: -330px 0 0 -330px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f36e5c;
    -webkit-transform: scale(0,0) translate3d(0,0,0);
    -moz-transform: scale(0,0) translate3d(0,0,0);
    -ms-transform: scale(0,0) translate3d(0,0,0);
    -o-transform: scale(0,0) translate3d(0,0,0);
    transform: scale(0,0) translate3d(0,0,0);
    -webkit-transition: -webkit-transform .83s cubic-bezier(.83,0,.38,1),background .61s cubic-bezier(.83,0,.65,1);
    -moz-transition: -moz-transform .83s cubic-bezier(.83,0,.38,1),background .61s cubic-bezier(.83,0,.65,1);
    -o-transition: -o-transform .83s cubic-bezier(.83,0,.38,1),background .61s cubic-bezier(.83,0,.65,1);
    transition: transform .83s cubic-bezier(.83,0,.38,1),background .61s cubic-bezier(.83,0,.65,1);
}

@media screen and (min-width:370px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 760px;
        height: 760px;
        margin: -380px 0 0 -380px;
    }

}

@media screen and (min-width:420px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 860px;
        height: 860px;
        margin: -430px 0 0 -430px;
    }

}

@media screen and (min-width:470px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 960px;
        height: 960px;
        margin: -480px 0 0 -480px;
    }

}

@media screen and (min-width:520px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 1040px;
        height: 1040px;
        margin: -520px 0 0 -520px;
    }

}

@media screen and (min-width:560px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 1140px;
        height: 1140px;
        margin: -570px 0 0 -570px;
    }

}

@media screen and (min-width:610px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 1200px;
        height: 1200px;
        margin: -600px 0 0 -600px;
    }

}

@media screen and (min-width:640px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 725px;
        height: 725px;
        margin: -362.5px 0 0 -362.5px;
    }

}

@media screen and (min-width:725px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 860px;
        height: 860px;
        margin: -430px 0 0 -430px;
    }

}

@media screen and (min-width:860px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 960px;
        height: 960px;
        margin: -480px 0 0 -480px;
    }

}

@media screen and (min-width:960px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 1050px;
        height: 1050px;
        margin: -525px 0 0 -525px;
    }

}

@media screen and (min-width:1050px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 1140px;
        height: 1140px;
        margin: -570px 0 0 -570px;
    }

}

@media screen and (min-width:1140px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 1220px;
        height: 1220px;
        margin: -610px 0 0 -610px;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 1320px;
        height: 1320px;
        margin: -660px 0 0 -660px;
    }

}

@media screen and (min-width:1320px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 1400px;
        height: 1400px;
        margin: -700px 0 0 -700px;
    }

}

@media screen and (min-width:1400px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 1485px;
        height: 1485px;
        margin: -742.5px 0 0 -742.5px;
    }

}

@media screen and (min-width:1485px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 1570px;
        height: 1570px;
        margin: -785px 0 0 -785px;
    }

}

@media screen and (min-width:1570px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 1600px;
        height: 1600px;
        margin: -800px 0 0 -800px;
    }

}

@media screen and (min-width:1600px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 1106.6666666667px;
        height: 1106.6666666667px;
        margin: -553.33333333333px 0 0 -553.33333333333px;
    }

}

@media screen and (min-width:1660px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 1160px;
        height: 1160px;
        margin: -580px 0 0 -580px;
    }

}

@media screen and (min-width:1740px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 1216.6666666667px;
        height: 1216.6666666667px;
        margin: -608.33333333333px 0 0 -608.33333333333px;
    }

}

@media screen and (min-width:1825px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 1253.3333333333px;
        height: 1253.3333333333px;
        margin: -626.66666666667px 0 0 -626.66666666667px;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main ul.news > li > a > span:not(.text):after {
        width: 1000px;
        height: 1000px;
        margin: -500px 0 0 -500px;
    }

}

@media screen and (min-width:768px) {
    html > body.index > main ul.news > li > a > span:not(.text) {
        height: 120px;
    }

}

html > body.index > main ul.news > li:hover > div.type,
html > body.index > main ul.news > li:hover > time {
    background-color: #fcd900;
    -webkit-transform: translate(-75px,0) translate3d(0,0,0);
    -moz-transform: translate(-75px,0) translate3d(0,0,0);
    -ms-transform: translate(-75px,0) translate3d(0,0,0);
    -o-transform: translate(-75px,0) translate3d(0,0,0);
    transform: translate(-75px,0) translate3d(0,0,0);
    -webkit-transition: -webkit-transform .195s cubic-bezier(.83,0,.38,1) .22s,background .61s cubic-bezier(.83,0,.65,1) .22s,opacity .195s cubic-bezier(.83,0,.38,1) .22s;
    -moz-transition: -moz-transform .195s cubic-bezier(.83,0,.38,1) .22s,background .61s cubic-bezier(.83,0,.65,1) .22s,opacity .195s cubic-bezier(.83,0,.38,1) .22s;
    -o-transition: -o-transform .195s cubic-bezier(.83,0,.38,1) .22s,background .61s cubic-bezier(.83,0,.65,1) .22s,opacity .195s cubic-bezier(.83,0,.38,1) .22s;
    transition: transform .195s cubic-bezier(.83,0,.38,1) .22s,background .61s cubic-bezier(.83,0,.65,1) .22s,opacity .195s cubic-bezier(.83,0,.38,1) .22s;
}

@media screen and (min-width:768px) {
    html > body.index > main ul.news > li:hover > div.type,
    html > body.index > main ul.news > li:hover > time {
        -webkit-transform: translate(-100px,0) translate3d(0,0,0);
        -moz-transform: translate(-100px,0) translate3d(0,0,0);
        -ms-transform: translate(-100px,0) translate3d(0,0,0);
        -o-transform: translate(-100px,0) translate3d(0,0,0);
        transform: translate(-100px,0) translate3d(0,0,0);
    }

}

html > body.index > main ul.news > li:hover > a > span.text {
    opacity: 0;
    -webkit-transform: translate(110%,0) translate3d(0,0,0);
    -moz-transform: translate(110%,0) translate3d(0,0,0);
    -ms-transform: translate(110%,0) translate3d(0,0,0);
    -o-transform: translate(110%,0) translate3d(0,0,0);
    transform: translate(110%,0) translate3d(0,0,0);
    -webkit-transition: -webkit-transform(.195s) cubic-bezier(.83,0,.65,1),opacity(.195s) cubic-bezier(.83,0,.65,1);
    -moz-transition: -moz-transform(.195s) cubic-bezier(.83,0,.65,1),opacity(.195s) cubic-bezier(.83,0,.65,1);
    -o-transition: -o-transform(.195s) cubic-bezier(.83,0,.65,1),opacity(.195s) cubic-bezier(.83,0,.65,1);
    transition: transform(.195s) cubic-bezier(.83,0,.65,1),opacity(.195s) cubic-bezier(.83,0,.65,1);
}

html > body.index > main ul.news > li:hover > a > span:not(.text):after {
    background: #fcd900;
    -webkit-transform: scale(1,1) translate3d(0,0,0);
    -moz-transform: scale(1,1) translate3d(0,0,0);
    -ms-transform: scale(1,1) translate3d(0,0,0);
    -o-transform: scale(1,1) translate3d(0,0,0);
    transform: scale(1,1) translate3d(0,0,0);
    -webkit-transition: -webkit-transform .83s cubic-bezier(.83,0,.38,1),background .61s cubic-bezier(.83,0,.65,1) .22s;
    -moz-transition: -moz-transform .83s cubic-bezier(.83,0,.38,1),background .61s cubic-bezier(.83,0,.65,1) .22s;
    -o-transition: -o-transform .83s cubic-bezier(.83,0,.38,1),background .61s cubic-bezier(.83,0,.65,1) .22s;
    transition: transform .83s cubic-bezier(.83,0,.38,1),background .61s cubic-bezier(.83,0,.65,1) .22s;
}

html > body.index > main ul.news > li:hover > a:after {
    opacity: 1;
    background-position: center center;
    -webkit-transition: opacity .34s cubic-bezier(.89,0,.65,1) .49s,background .83s cubic-bezier(.89,0,.65,1);
    -moz-transition: opacity .34s cubic-bezier(.89,0,.65,1) .49s,background .83s cubic-bezier(.89,0,.65,1);
    -o-transition: opacity .34s cubic-bezier(.89,0,.65,1) .49s,background .83s cubic-bezier(.89,0,.65,1);
    transition: opacity .34s cubic-bezier(.89,0,.65,1) .49s,background .83s cubic-bezier(.89,0,.65,1);
}

@media screen and (min-width:640px) {
    html > body.index > main ul.news > li {
        display: inline-block;
        width: 50%;
        margin-right: 20px;
    }

}

@media screen and (min-width:1600px) {
    html > body.index > main ul.news > li {
        width: 33.333333333333%;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main ul.news > li {
        width: 50%;
        height: 422px;
        background: white;
    }

}

@media screen and (min-width:640px) {
    html > body.index > main ul.news > li:first-child {
        margin-left: -20px;
    }

}

@media screen and (min-width:1600px) {
    html > body.index > main ul.news > li:first-child {
        margin-left: -40px;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main ul.news > li:first-child {
        margin-left: -20px;
    }

}

html > body.index > main ul.news > li:last-child {
    margin-right: 0;
}

html > body.index > main ul.news > li:nth-child(2) {
    margin-right: 0;
}

@media screen and (min-width:1600px) {
    html > body.index > main ul.news > li:nth-child(2) {
        margin-right: 20px;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main ul.news > li:nth-child(2) {
        margin-right: 0;
    }

}

html > body.index > main ul.news > li:nth-child(3) {
    display: none;
}

@media screen and (min-width:1600px) {
    html > body.index > main ul.news > li:nth-child(3) {
        display: inline-block;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main ul.news > li:nth-child(3) {
        display: none;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main ul.news > li > img {
        height: 302px;
    }

}

@media screen and (max-width:767px) {
    html > body.index > main > section.council-structure {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 298px;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    html > body.index > main > section.council-structure > ul.slides {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        list-style: none;
    }

    html > body.index > main > section.council-structure > ul.slides > li {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        -webkit-transition: -webkit-transform .5s ease-out,left .5s ease-out,z-index .5s linear;
        -moz-transition: -moz-transform .5s ease-out,left .5s ease-out,z-index .5s linear;
        -o-transition: -o-transform .5s ease-out,left .5s ease-out,z-index .5s linear;
        transition: transform .5s ease-out,left .5s ease-out,z-index .5s linear;
    }

    html > body.index > main > section.council-structure > ul.slides > li.next {
        left: 100%;
    }

    html > body.index > main > section.council-structure > ul.slides > li.prev {
        left: -100%;
    }

    html.translate3d > body.index > main > section.council-structure > ul.slides > li {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    html.translate3d > body.index > main > section.council-structure > ul.slides > li.next {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    html.translate3d > body.index > main > section.council-structure > ul.slides > li.prev {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    html > body.index > main > section.council-structure > ul.slides > li.current,
    html > body.index > main > section.council-structure > ul.slides > li.dragging {
        z-index: 100;
    }

    html > body.index > main > section.council-structure > ul.slides > li.current {
        cursor: move;
        cursor: url(/styles/_embed/openhand.cur) 8 8,move;
    }

    html.ua-ie > body.index > main > section.council-structure > ul.slides > li.current {
        cursor: url(/styles/_embed/openhand.cur),move;
    }

    html > body.index > main > section.council-structure > ul.slides > li.dragging {
        cursor: move;
        cursor: url(/styles/_embed/closedhand.cur) 8 8,move;
    }

    html.ua-ie > body.index > main > section.council-structure > ul.slides > li.dragging {
        cursor: url(/styles/_embed/closedhand.cur),move;
    }

    html > body.index > main > section.council-structure > ul.slides > li.dragging,
    html > body.index > main > section.council-structure > ul.slides > li.back {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    html > body.index > main > section.council-structure > ul.slides > li.back {
        visibility: hidden;
    }

    html > body.index > main > section.council-structure > ul.slides > li.back.dragging {
        visibility: visible;
    }

    html > body.index > main > section.council-structure > ul.buttons > li {
        display: block;
        cursor: pointer;
    }

    html > body.index > main > section.council-structure.no-prev > ul.buttons > li.prev,
    html > body.index > main > section.council-structure.no-next > ul.buttons > li.next {
        display: none;
    }

    html > body.index > main > section.council-structure > ul.bookmarks > li {
        display: inline-block;
        cursor: pointer;
    }

}

@media screen and (min-width:768px) {
    html > body.index > main > section.council-structure {
        position: relative;
        margin: 20px 0 0;
        height: auto;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure {
        height: 1000px;
        margin-bottom: 100px;
    }

}

html > body.index > main > section.council-structure > ul.council-structure {
    position: relative;
    margin: 0 20px 0 40px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    -webkit-transition: margin .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: margin .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: margin .5s cubic-bezier(.650,.005,.335,1.000);
    transition: margin .5s cubic-bezier(.650,.005,.335,1.000);
}

@media screen and (max-width:767px) {
    html > body.index > main > section.council-structure > ul.council-structure {
        display: none;
    }

}

@media screen and (min-width:470px) {
    html > body.index > main > section.council-structure > ul.council-structure {
        margin-left: 60px;
    }

}

@media screen and (min-width:620px) {
    html > body.index > main > section.council-structure > ul.council-structure {
        margin-left: 50px;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.council-structure {
        margin-left: 40px;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure {
        margin: 20px 0 10px 0;
        height: 1000px;
        background: white;
        border-bottom: 100px solid white;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
        box-shadow: 0 1px 2px rgba(0,0,0,.14);
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure:before,
    html > body.index > main > section.council-structure > ul.council-structure:after {
        position: absolute;
        display: block;
        content: '';
        z-index: 0;
        top: 50%;
        left: 50%;
        border: 1px solid #077cc3;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure:before {
        height: 340px;
        width: 340px;
        margin-top: -170px;
        margin-left: -170px;
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
        -webkit-transition: -webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -moz-transition: -moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -o-transition: -o-transform .5s cubic-bezier(.650,.005,.335,1.000);
        transition: transform .5s cubic-bezier(.650,.005,.335,1.000);
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure:after {
        height: 760px;
        width: 760px;
        margin-top: -380px;
        margin-left: -380px;
        opacity: 0;
        -webkit-transform: scale(.5,.5);
        -moz-transform: scale(.5,.5);
        -ms-transform: scale(.5,.5);
        -o-transform: scale(.5,.5);
        transform: scale(.5,.5);
        -webkit-transition: -webkit-transform .5s cubic-bezier(.650,.005,.335,1.000),opacity .25s cubic-bezier(.650,.005,.335,1.000);
        -moz-transition: -moz-transform .5s cubic-bezier(.650,.005,.335,1.000),opacity .25s cubic-bezier(.650,.005,.335,1.000);
        -o-transition: -o-transform .5s cubic-bezier(.650,.005,.335,1.000),opacity .25s cubic-bezier(.650,.005,.335,1.000);
        transition: transform .5s cubic-bezier(.650,.005,.335,1.000),opacity .25s cubic-bezier(.650,.005,.335,1.000);
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure.show-level-2:before {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure.show-level-3:after {
        opacity: 1;
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }

}

html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(2n+2) {
    margin-right: 0;
}

@media screen and (min-width:470px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

@media screen and (min-width:620px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(2n+1) {
    margin-left: -10px;
}

@media screen and (min-width:470px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:620px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:470px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:620px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(3n+3) {
        margin-right: 10px;
    }

}

@media screen and (min-width:470px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(3n+1) {
        margin-left: -20px;
    }

}

@media screen and (min-width:620px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(3n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:620px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(4n+4) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(4n+4) {
        margin-right: 10px;
    }

}

@media screen and (min-width:620px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(4n+1) {
        margin-left: -30px;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(4n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(3n+1) {
        margin-left: -20px;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(2n+2),
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(2n+1),
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(3n+3),
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(3n+1),
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(4n+4),
    html > body.index > main > section.council-structure > ul.council-structure > li:nth-child(4n+1) {
        margin: -20px 0 0 -20px;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li[data-level="1"] {
        z-index: 3;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li[data-level="2"] {
        -webkit-transition: -webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -moz-transition: -moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -o-transition: -o-transform .5s cubic-bezier(.650,.005,.335,1.000);
        transition: transform .5s cubic-bezier(.650,.005,.335,1.000);
        z-index: 2;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li[data-level="3"] {
        z-index: 1;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li[data-level="3"] > div:not(.img) {
        -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000);
        transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000);
    }

}

html > body.index > main > section.council-structure > ul.council-structure > li[data-level="3"].show-title > div:not(.img) {
    opacity: 1;
}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li[data-level="3"].show-title > div:not(.img) {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000) .5s,-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000) .5s;
        -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000) .5s,-moz-transform .5s cubic-bezier(.650,.005,.335,1.000) .5s;
        -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000) .5s,-o-transform .5s cubic-bezier(.650,.005,.335,1.000) .5s;
        transition: opacity .5s cubic-bezier(.650,.005,.335,1.000) .5s,transform .5s cubic-bezier(.650,.005,.335,1.000) .5s;
    }

}

@media screen and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(2n + 1):before {
        right: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(2n + 1):before {
        right: 0;
    }

}

@media screen and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(2n + 1) > div.img {
        right: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(2n + 1) > div.img {
        right: 0;
    }

}

@media screen and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(2n + 2):before {
        left: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(2n + 2):before {
        left: 0;
    }

}

@media screen and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(2n + 2) > div.img {
        left: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(2n + 2) > div.img {
        left: 0;
    }

}

@media screen and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(2n + 2) > div:not(.img) {
        left: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(2n + 2) > div:not(.img) {
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(3n + 1):before {
        right: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(3n + 1):before {
        right: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(3n + 1) > div.img {
        right: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(3n + 1) > div.img {
        right: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(3n + 2):before {
        right: -35px;
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(3n + 2):before {
        right: 0;
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(3n + 2) > div.img {
        right: -35px;
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(3n + 2) > div.img {
        right: 0;
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(3n + 2) > div:not(.img) {
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(3n + 2) > div:not(.img) {
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(3n + 3):before {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(3n + 3):before {
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(3n + 3) > div.img {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(3n + 3) > div.img {
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(3n + 3) > div:not(.img) {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(3n + 3) > div:not(.img) {
        left: 0;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(4n + 1):before {
        right: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(4n + 1) > div.img {
        right: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(4n + 2):before,
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(4n + 3):before {
        right: -35px;
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(4n + 2) > div.img,
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(4n + 3) > div.img {
        right: -35px;
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(4n + 2) > div:not(.img),
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(4n + 3) > div:not(.img) {
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(4n + 4):before {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(4n + 4) > div.img {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active:nth-child(4n + 4) > div:not(.img) {
        left: -70px;
    }

}

@media screen and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active {
        z-index: 2;
    }

    html > body.index > main > section.council-structure > ul.council-structure > li.active:before {
        bottom: -70px;
    }

    html > body.index > main > section.council-structure > ul.council-structure > li.active > div.img {
        bottom: -70px;
        height: 200px;
    }

    html > body.index > main > section.council-structure > ul.council-structure > li.active > div.img:after {
        opacity: 1;
    }

    html > body.index > main > section.council-structure > ul.council-structure > li.active > div:not(.img) {
        display: block;
        position: absolute;
        padding-left: 20px;
    }

    html > body.index > main > section.council-structure > ul.council-structure > li.active > div:not(.img).name {
        top: 80px;
    }

    html > body.index > main > section.council-structure > ul.council-structure > li.active > div:not(.img).title {
        top: 155px;
        width: 160px;
    }

}

@media screen and (min-width:768px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.active > div.img {
        height: 240px;
    }

    html > body.index > main > section.council-structure > ul.council-structure > li.active > div:not(.img).name {
        top: 110px;
    }

    html > body.index > main > section.council-structure > ul.council-structure > li.active > div:not(.img).title {
        top: 185px;
    }

}

html > body.index > main > section.council-structure > ul.council-structure > li > a.send-message {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/styles/images/mail.svg);
    background-color: #fcd900;
    -webkit-background-size: 30px 19px;
    -moz-background-size: 30px 19px;
    background-size: 30px 19px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.council-structure > li > a.send-message {
        display: block;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li > a.send-message {
        display: none;
    }

}

html > body.index > main > section.council-structure > ul.council-structure > li:hover > a.send-message {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:hover > a.send-message {
        display: none;
    }

}

html > body.index > main > section.council-structure > ul.council-structure > li > div.img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0%;
    height: 130px;
    background-position: center bottom;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media screen and (min-width:768px) {
    html > body.index > main > section.council-structure > ul.council-structure > li > div.img {
        height: 170px;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.council-structure > li > div.img {
        height: 140px;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.council-structure > li > div.img {
        left: auto;
        right: 10px;
        width: 140px;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li > div.img {
        left: 0;
        right: 0;
        height: 80px;
        width: 80px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
        box-shadow: 0 1px 2px rgba(0,0,0,.14);
    }

}

html > body.index > main > section.council-structure > ul.council-structure > li > div.img:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(255,255,255,0),white);
    background: -moz-linear-gradient(rgba(255,255,255,0),white);
    background: -ms-linear-gradient(rgba(255,255,255,0),white);
    background: -o-linear-gradient(rgba(255,255,255,0),white);
    background: linear-gradient(rgba(255,255,255,0),white);
    opacity: 0;
}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li > div.img:after {
        display: none;
    }

}

html > body.index > main > section.council-structure > ul.council-structure > li > div.img > a.send-message {
    display: none;
}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li > div.img > a.send-message {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
    }

    html > body.index > main > section.council-structure > ul.council-structure > li > div.img > a.send-message:before {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-image: url(/styles/images/mail.svg);
        background-color: #fcd900;
        -webkit-background-size: 30px 19px;
        -moz-background-size: 30px 19px;
        background-size: 30px 19px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
        -webkit-transition: -webkit-transform .5s;
        -moz-transition: -moz-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li > div.img:hover > a.send-message:before {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }

}

html > body.index > main > section.council-structure > ul.council-structure > li > div:not(.img) {
    position: absolute;
    left: 0;
    bottom: -50px;
    display: none;
    padding-left: 30px;
    width: 100px;
    -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000);
}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.council-structure > li > div:not(.img) {
        display: block;
        position: relative;
        left: auto;
        bottom: auto;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li > div:not(.img) {
        width: 160px;
        margin-left: -40px;
        padding: 0;
        margin-top: 100%;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate(0,20px);
        -moz-transform: translate(0,20px);
        -ms-transform: translate(0,20px);
        -o-transform: translate(0,20px);
        transform: translate(0,20px);
    }

}

html > body.index > main > section.council-structure > ul.council-structure > li > div:not(.img) > div {
    font-weight: 500;
}

html > body.index > main > section.council-structure > ul.council-structure > li > div:not(.img) > div.name {
    margin-bottom: 10px;
    color: #2c2a29;
    font-size: 16px;
    line-height: 18px;
}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.council-structure > li > div:not(.img) > div.name {
        padding-top: 17px;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li > div:not(.img) > div.name {
        padding-top: 10px;
        margin-bottom: 5px;
    }

}

html > body.index > main > section.council-structure > ul.council-structure > li > div:not(.img) > div.title {
    color: #808285;
    font-size: 10px;
    line-height: 13px;
}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.council-structure > li > div:not(.img) > div.title {
        width: 150px;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li > div:not(.img) > div.title {
        width: auto;
    }

}

html > body.index > main > section.council-structure > ul.council-structure > li {
    position: relative;
    display: inline-block;
    height: 135px;
    margin-bottom: 10px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    vertical-align: top;
    background: white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000);
}

@media screen and (min-width:768px) and (max-width:1219px) {
    html > body.index > main > section.council-structure > ul.council-structure {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}


@media screen and (min-width:470px) {
    html > body.index > main > section.council-structure > ul.council-structure > li {
        width: 33.333333333333%;
    }

}

@media screen and (min-width:620px) {
    html > body.index > main > section.council-structure > ul.council-structure > li {
        width: 25%;
    }

}

@media screen and (min-width:768px) {
    html > body.index > main > section.council-structure > ul.council-structure > li {
        height: 175px;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.council-structure > li {
        height: 145px;
        width: 33.333333333333%;
    }

    /*html > body.index > main > section.council-structure > ul.council-structure > li:not(:nth-child(3n+1)) {*/
        /*margin-left: -4px !important;*/
    /*}*/

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        height: 80px;
        width: 80px;
        margin: -40px 0 0 -40px;
        opacity: 0;
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
    }

}

html > body.index > main > section.council-structure > ul.council-structure > li:hover {
    cursor: pointer;
}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:hover {
        cursor: default;
    }

}

html > body.index > main > section.council-structure > ul.council-structure > li:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li:before {
        display: none;
    }

}

html > body.index > main > section.council-structure > ul.council-structure > li.visible {
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: margin .4s cubic-bezier(.650,.005,.335,1.000) 0,opacity .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: margin .4s cubic-bezier(.650,.005,.335,1.000) 0,opacity .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: margin .4s cubic-bezier(.650,.005,.335,1.000) 0,opacity .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: margin .4s cubic-bezier(.650,.005,.335,1.000) 0,opacity .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000);
}

html > body.index > main > section.council-structure > ul.council-structure > li.show-title > div:not(.img) {
    opacity: 1;
}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.council-structure > li.show-title > div:not(.img) {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

}

html > body.index > main > section.council-structure > ul.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.index > main > section.council-structure > ul.slides {
        display: none;
    }

}

html > body.index > main > section.council-structure > ul.slides > li > ul {
    margin: 0 20px 0 30px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    -webkit-transition: margin .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: margin .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: margin .5s cubic-bezier(.650,.005,.335,1.000);
    transition: margin .5s cubic-bezier(.650,.005,.335,1.000);
}

@media screen and (min-width:470px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul {
        margin-left: 40px;
    }

}

@media screen and (min-width:620px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul {
        margin-left: 50px;
    }

}

html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(2n+2) {
    margin-right: 0;
}

@media screen and (min-width:470px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

@media screen and (min-width:620px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(2n+1) {
    margin-left: -10px;
}

@media screen and (min-width:470px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:620px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:470px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:620px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(3n+3) {
        margin-right: 10px;
    }

}

@media screen and (min-width:470px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(3n+1) {
        margin-left: -20px;
    }

}

@media screen and (min-width:620px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(3n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:620px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(4n+4) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(4n+4) {
        margin-right: 10px;
    }

}

@media screen and (min-width:620px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(4n+1) {
        margin-left: -30px;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(4n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(3n+1) {
        margin-left: -20px;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(2n+2),
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(2n+1),
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(3n+3),
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(3n+1),
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(4n+4),
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:nth-child(4n+1) {
        margin: -20px 0 0 -20px;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li[data-level="1"] {
        z-index: 3;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li[data-level="2"] {
        -webkit-transition: -webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -moz-transition: -moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -o-transition: -o-transform .5s cubic-bezier(.650,.005,.335,1.000);
        transition: transform .5s cubic-bezier(.650,.005,.335,1.000);
        z-index: 2;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li[data-level="3"] {
        z-index: 1;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li[data-level="3"] > div:not(.img) {
        -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000);
        transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000);
    }

}

html > body.index > main > section.council-structure > ul.slides > li > ul > li[data-level="3"].show-title > div:not(.img) {
    opacity: 1;
}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li[data-level="3"].show-title > div:not(.img) {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000) .5s,-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000) .5s;
        -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000) .5s,-moz-transform .5s cubic-bezier(.650,.005,.335,1.000) .5s;
        -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000) .5s,-o-transform .5s cubic-bezier(.650,.005,.335,1.000) .5s;
        transition: opacity .5s cubic-bezier(.650,.005,.335,1.000) .5s,transform .5s cubic-bezier(.650,.005,.335,1.000) .5s;
    }

}

@media screen and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(2n + 1):before {
        right: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(2n + 1):before {
        right: 0;
    }

}

@media screen and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(2n + 1) > div.img {
        right: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(2n + 1) > div.img {
        right: 0;
    }

}

@media screen and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(2n + 2):before {
        left: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(2n + 2):before {
        left: 0;
    }

}

@media screen and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(2n + 2) > div.img {
        left: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(2n + 2) > div.img {
        left: 0;
    }

}

@media screen and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(2n + 2) > div:not(.img) {
        left: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(2n + 2) > div:not(.img) {
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(3n + 1):before {
        right: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(3n + 1):before {
        right: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(3n + 1) > div.img {
        right: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(3n + 1) > div.img {
        right: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(3n + 2):before {
        right: -35px;
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(3n + 2):before {
        right: 0;
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(3n + 2) > div.img {
        right: -35px;
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(3n + 2) > div.img {
        right: 0;
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(3n + 2) > div:not(.img) {
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(3n + 2) > div:not(.img) {
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(3n + 3):before {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(3n + 3):before {
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(3n + 3) > div.img {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(3n + 3) > div.img {
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(3n + 3) > div:not(.img) {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(3n + 3) > div:not(.img) {
        left: 0;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(4n + 1):before {
        right: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(4n + 1) > div.img {
        right: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(4n + 2):before,
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(4n + 3):before {
        right: -35px;
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(4n + 2) > div.img,
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(4n + 3) > div.img {
        right: -35px;
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(4n + 2) > div:not(.img),
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(4n + 3) > div:not(.img) {
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(4n + 4):before {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(4n + 4) > div.img {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:nth-child(4n + 4) > div:not(.img) {
        left: -70px;
    }

}

@media screen and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active {
        z-index: 2;
    }

    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active:before {
        bottom: -70px;
    }

    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active > div.img {
        bottom: -70px;
        height: 200px;
    }

    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active > div.img:after {
        opacity: 1;
    }

    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active > div:not(.img) {
        display: block;
        position: absolute;
        padding-left: 20px;
    }

    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active > div:not(.img).name {
        top: 80px;
    }

    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active > div:not(.img).title {
        top: 155px;
        width: 160px;
    }

}

@media screen and (min-width:768px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active > div.img {
        height: 240px;
    }

    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active > div:not(.img).name {
        top: 110px;
    }

    html > body.index > main > section.council-structure > ul.slides > li > ul > li.active > div:not(.img).title {
        top: 185px;
    }

}

html > body.index > main > section.council-structure > ul.slides > li > ul > li > a.send-message {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/styles/images/mail.svg);
    background-color: #fcd900;
    -webkit-background-size: 30px 19px;
    -moz-background-size: 30px 19px;
    background-size: 30px 19px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li > a.send-message {
        display: block;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li > a.send-message {
        display: none;
    }

}

html > body.index > main > section.council-structure > ul.slides > li > ul > li:hover > a.send-message {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:hover > a.send-message {
        display: none;
    }

}

html > body.index > main > section.council-structure > ul.slides > li > ul > li > div.img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0%;
    height: 130px;
    background-position: center bottom;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media screen and (min-width:768px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li > div.img {
        height: 170px;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li > div.img {
        height: 140px;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li > div.img {
        left: auto;
        right: 10px;
        width: 140px;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li > div.img {
        left: 0;
        right: 0;
        height: 80px;
        width: 80px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
        box-shadow: 0 1px 2px rgba(0,0,0,.14);
    }

}

html > body.index > main > section.council-structure > ul.slides > li > ul > li > div.img:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(255,255,255,0),white);
    background: -moz-linear-gradient(rgba(255,255,255,0),white);
    background: -ms-linear-gradient(rgba(255,255,255,0),white);
    background: -o-linear-gradient(rgba(255,255,255,0),white);
    background: linear-gradient(rgba(255,255,255,0),white);
    opacity: 0;
}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li > div.img:after {
        display: none;
    }

}

html > body.index > main > section.council-structure > ul.slides > li > ul > li > div.img > a.send-message {
    display: none;
}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li > div.img > a.send-message {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
    }

    html > body.index > main > section.council-structure > ul.slides > li > ul > li > div.img > a.send-message:before {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-image: url(/styles/images/mail.svg);
        background-color: #fcd900;
        -webkit-background-size: 30px 19px;
        -moz-background-size: 30px 19px;
        background-size: 30px 19px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
        -webkit-transition: -webkit-transform .5s;
        -moz-transition: -moz-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li > div.img:hover > a.send-message:before {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }

}

html > body.index > main > section.council-structure > ul.slides > li > ul > li > div:not(.img) {
    position: absolute;
    left: 0;
    bottom: -50px;
    display: none;
    padding-left: 30px;
    width: 100px;
    -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000);
}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li > div:not(.img) {
        display: block;
        position: relative;
        left: auto;
        bottom: auto;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li > div:not(.img) {
        width: 160px;
        margin-left: -40px;
        padding: 0;
        margin-top: 100%;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate(0,20px);
        -moz-transform: translate(0,20px);
        -ms-transform: translate(0,20px);
        -o-transform: translate(0,20px);
        transform: translate(0,20px);
    }

}

html > body.index > main > section.council-structure > ul.slides > li > ul > li > div:not(.img) > div {
    font-weight: 500;
}

html > body.index > main > section.council-structure > ul.slides > li > ul > li > div:not(.img) > div.name {
    margin-bottom: 10px;
    color: #2c2a29;
    font-size: 16px;
    line-height: 18px;
}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li > div:not(.img) > div.name {
        padding-top: 17px;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li > div:not(.img) > div.name {
        padding-top: 10px;
        margin-bottom: 5px;
    }

}

html > body.index > main > section.council-structure > ul.slides > li > ul > li > div:not(.img) > div.title {
    color: #808285;
    font-size: 10px;
    line-height: 13px;
}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li > div:not(.img) > div.title {
        width: 150px;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li > div:not(.img) > div.title {
        width: auto;
    }

}

html > body.index > main > section.council-structure > ul.slides > li > ul > li {
    position: relative;
    display: inline-block;
    height: 135px;
    margin-bottom: 10px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    vertical-align: top;
    background: white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000);
}

@media screen and (min-width:470px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li {
        width: 33.333333333333%;
    }

}

@media screen and (min-width:620px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li {
        width: 25%;
    }

}

@media screen and (min-width:768px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li {
        height: 175px;
    }

}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li {
        height: 145px;
        width: 33.333333333333%;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        height: 80px;
        width: 80px;
        margin: -40px 0 0 -40px;
        opacity: 0;
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
    }

}

html > body.index > main > section.council-structure > ul.slides > li > ul > li:hover {
    cursor: pointer;
}

@media screen and (min-width:980px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:hover {
        cursor: default;
    }

}

html > body.index > main > section.council-structure > ul.slides > li > ul > li:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li:before {
        display: none;
    }

}

html > body.index > main > section.council-structure > ul.slides > li > ul > li.visible {
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: margin .4s cubic-bezier(.650,.005,.335,1.000) 0,opacity .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: margin .4s cubic-bezier(.650,.005,.335,1.000) 0,opacity .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: margin .4s cubic-bezier(.650,.005,.335,1.000) 0,opacity .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: margin .4s cubic-bezier(.650,.005,.335,1.000) 0,opacity .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000);
}

html > body.index > main > section.council-structure > ul.slides > li > ul > li.show-title > div:not(.img) {
    opacity: 1;
}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure > ul.slides > li > ul > li.show-title > div:not(.img) {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

}

@media screen and (max-width:469px) {
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child:before,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1):before,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2):before {
        bottom: 0;
        top: -70px;
    }

    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child > div.img,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1) > div.img,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2) > div.img {
        bottom: 0;
    }

    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child > div:not(.img),
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1) > div:not(.img),
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2) > div:not(.img) {
        bottom: 20px;
    }

}

@media screen and (min-width:470px) and (max-width:619px) {
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child:before,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(1):before,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(2):before,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1):before,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2):before,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(3):before {
        bottom: 0;
        top: -70px;
    }

    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child > div.img,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(1) > div.img,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(2) > div.img,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1) > div.img,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2) > div.img,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(3) > div.img {
        bottom: 0;
    }

    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child > div:not(.img),
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(1) > div:not(.img),
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(2) > div:not(.img),
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1) > div:not(.img),
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2) > div:not(.img),
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(3) > div:not(.img) {
        bottom: 20px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child:before,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(1):before,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(2):before,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(1):before,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(2):before,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(3):before,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1):before,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2):before,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(3):before,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(4):before {
        bottom: 0;
        top: -70px;
    }

    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child > div.img,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(1) > div.img,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(2) > div.img,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(1) > div.img,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(2) > div.img,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(3) > div.img,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1) > div.img,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2) > div.img,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(3) > div.img,
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(4) > div.img {
        bottom: 0;
    }

    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child > div:not(.img),
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(1) > div:not(.img),
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(2) > div:not(.img),
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(1) > div:not(.img),
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(2) > div:not(.img),
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(3) > div:not(.img),
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1) > div:not(.img),
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2) > div:not(.img),
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(3) > div:not(.img),
    html > body.index > main > section.council-structure > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(4) > div:not(.img) {
        bottom: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.index > main > section.council-structure {
        margin-bottom: 100px;
    }

}

@media screen and (min-width:1220px) {
    html > body.index > main > section.council-structure {
        display: block;
    }

}

@media screen and (min-width:1880px) {
    html > body.index > main > section.council-structure {
        padding-top: 0;
    }

}

html > body.index > main > ul.council-structure-nav {
    margin: -4px 0 100px 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.index > main > ul.council-structure-nav {
        display: none;
    }

}

html > body.index > main > ul.council-structure-nav > li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 3px;
    border: 1px solid #051e42;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

html > body.index > main > ul.council-structure-nav > li:not(.current):hover {
    background: #051e42;
    cursor: pointer;
}

html > body.index > main > ul.council-structure-nav > li.current {
    background: #051e42;
}

html > body.index > main > ul.council-structure-nav > li:before {
    position: absolute;
    display: block;
    content: '';
    top: -10px;
    right: -3px;
    bottom: -20px;
    left: -3px;
}

@media screen and (min-width:1220px) {
    html > body.inner {
        padding-left: 280px;
    }

}

html > body.inner > main {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 60px;
}

@media screen and (min-width:1220px) {
    html > body.inner > main {
        padding-top: 0;
        padding-bottom: 330px;
        min-height: 95vh;
    }

}

html > body.inner > main > section {
    padding: 24px 20px 0;
}

@media screen and (min-width:1220px) {
    html > body.inner > main > section {
        padding-left: 0;
        padding-right: 0;
        max-width: 930px;
        margin: 0 auto;
    }

}

html > body.inner > main > section h1 {
    margin-bottom: 12px;
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #2c2a29;
    font-size: 22px;
    line-height: 1.1818181818182;
}

@media screen and (min-width:768px) {
    html > body.inner > main > section h1 {
        margin-bottom: 16px;
        font-size: 30px;
        line-height: 1.5;
    }

}

@media screen and (min-width:980px) {
    html > body.inner > main > section h1 {
        font-size: 36px;
        line-height: 1.25;
    }

}

html > body.inner > main > section h2 {
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #2c2a29;
    font-size: 18px;
    line-height: 1.2222222222222;
}

@media screen and (min-width:768px) {
    html > body.inner > main > section h2 {
        font-size: 24px;
        line-height: 1.25;
    }

}

@media screen and (min-width:980px) {
    html > body.inner > main > section h2 {
        font-size: 26px;
        line-height: 1.1538461538462;
    }

}

html > body.inner > main > section h3 {
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 500;
    color: #2c2a29;
    font-size: 12px;
    line-height: 1.3333333333333;
    letter-spacing: .05em;
}

@media screen and (min-width:768px) {
    html > body.inner > main > section h3 {
        font-size: 14px;
        line-height: 1.4285714285714;
    }

}

html > body.inner > main > section p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.2857142857143;
    color: #2c2a29;
}

@media screen and (min-width:768px) {
    html > body.inner > main > section p {
        font-size: 16px;
        line-height: 1.375;
    }

}

html > body.inner.about > main > section > article.h2 {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding-left: 20px;
    vertical-align: top;
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section > article.h2 {
        padding-left: 0;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section > article.h2 {
        margin-bottom: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section > article.h2 {
        width: 60%;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section > article.h2 > h2 {
        margin-bottom: 10px;
    }

}

@media screen and (max-width:1219px) {
    html > body.inner.about > main > section.hash {
        padding-top: 84px;
        margin-top: -60px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.about:not(.one-file) {
        margin-bottom: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.about.one-file {
        margin-bottom: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.about.one-file > article,
    html > body.inner.about > main > section.about.one-file > ul.files {
        display: inline-block;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.about.one-file > article {
        width: 60%;
        margin-right: 10%;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.about.one-file > article.h1 + ul.files {
        margin-top: 42px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.about.one-file > ul.files {
        width: 30%;
        margin-top: 18px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.about.one-file > ul.files > li {
        width: 100%;
        margin: 0;
    }

}

html > body.inner.about > main > section.about > article {
    position: relative;
    display: block;
    margin-bottom: 30px;
    vertical-align: top;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.about > article {
        margin-bottom: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.about > article {
        width: 60%;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.about > article > h2 {
        margin-bottom: 10px;
    }

}

html > body.inner.about > main > section.about > ul.files {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.about > ul.files {
        padding-left: 40px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.about > ul.files {
        padding-left: 60px;
    }

}

html > body.inner.about > main > section.about > ul.files.nav > li {
    padding-bottom: 20px;
}

html > body.inner.about > main > section.about > ul.files > li {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 0 80px 40px;
    border-top: 1px solid #d7d7d7;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.about > ul.files > li {
        display: inline-block;
        width: 50%;
        margin-right: 40px;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.about > ul.files > li {
        width: 33.333333333333%;
        margin-right: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.about > ul.files > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.about > ul.files > li:nth-child(2n+2) {
        margin-right: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.about > ul.files > li:nth-child(2n+1) {
        margin-left: -40px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.about > ul.files > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.about > ul.files > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.about > ul.files > li:nth-child(3n+1) {
        margin-left: -60px;
    }

}

html > body.inner.about > main > section.about > ul.files > li:first-child {
    border-top: 0;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.about > ul.files > li:nth-child(2) {
        border: none;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.about > ul.files > li:nth-child(3) {
        border: none;
    }

}

html > body.inner.about > main > section.about > ul.files > li:before {
    position: absolute;
    display: block;
    content: '';
    top: 23px;
    left: 0;
    width: 26px;
    height: 32px;
    background: url(/styles/images/file.svg) no-repeat;
}

html > body.inner.about > main > section.about > ul.files > li > p {
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
    margin-bottom: 0;
}

html > body.inner.about > main > section.about > ul.files > li > a {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    position: absolute;
    left: 40px;
    bottom: 30px;
}

html > body.inner.about > main > section.about > ul.files > li > a::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.inner.about > main > section.about > ul.files > li > a {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner.about > main > section.about > ul.files > li > a {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.about > ul.files > li > a {
        padding: 0 10px;
    }

}

html > body.inner.about > main > section.about > ul.files > li > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.about > ul.files > li > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.about > ul.files > li > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.about > main > section.about > ul.files > li > nav {
    position: relative;
    padding-top: 17px;
}

html > body.inner.about > main > section.about > ul.files > li > nav > a {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    margin-right: 10px;
    margin-bottom: 10px;
}

html > body.inner.about > main > section.about > ul.files > li > nav > a::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.inner.about > main > section.about > ul.files > li > nav > a {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner.about > main > section.about > ul.files > li > nav > a {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.about > ul.files > li > nav > a {
        padding: 0 10px;
    }

}

html > body.inner.about > main > section.about > ul.files > li > nav > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.about > ul.files > li > nav > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.about > ul.files > li > nav > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.about {
        padding-top: 20px;
    }

}

html > body.inner.about > main > section.poll {
    margin-bottom: 40px;
}

html > body.inner.about > main > section.poll > nav {
    padding-top: 20px;
    max-height: 200px;
    -webkit-transition: max-height .5s cubic-bezier(.650,.005,.335,1.000),padding .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: max-height .5s cubic-bezier(.650,.005,.335,1.000),padding .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: max-height .5s cubic-bezier(.650,.005,.335,1.000),padding .5s cubic-bezier(.650,.005,.335,1.000);
    transition: max-height .5s cubic-bezier(.650,.005,.335,1.000),padding .5s cubic-bezier(.650,.005,.335,1.000);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html > body.inner.about > main > section.poll > nav > button {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 39px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    margin-right: 10px;
    width: 100px;
}

html > body.inner.about > main > section.poll > nav > button::-moz-focus-inner {
    padding: 0;
    border: none;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.poll > nav > button {
        padding: 0 10px;
    }

}

html > body.inner.about > main > section.poll > nav > button:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 350px;
    height: 350px;
    margin: -185px 0 0 -175px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.poll > nav > button:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.poll > nav > button:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.about > main > section.poll > nav.hidden {
    max-height: 0;
    padding: 0;
}

html > body.inner.about > main > section.poll > ul.poll-answers {
    max-height: 200px;
    -webkit-transition: max-height .5s cubic-bezier(.650,.005,.335,1.000),padding .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: max-height .5s cubic-bezier(.650,.005,.335,1.000),padding .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: max-height .5s cubic-bezier(.650,.005,.335,1.000),padding .5s cubic-bezier(.650,.005,.335,1.000);
    transition: max-height .5s cubic-bezier(.650,.005,.335,1.000),padding .5s cubic-bezier(.650,.005,.335,1.000);
    overflow: hidden;
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.poll > ul.poll-answers {
        width: 60%;
    }

}

html > body.inner.about > main > section.poll > ul.poll-answers.hidden {
    max-height: 0;
    padding: 0;
}

html > body.inner.about > main > section.poll > ul.poll-answers > li > span {
    display: block;
    position: relative;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 15px;
    height: 30px;
    margin-right: 10px;
    color: #2c2a29;
    font-size: 11px;
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: .03em;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.poll > ul.poll-answers > li > span {
        height: 34px;
        line-height: 34px;
    }

}

html > body.inner.about > main > section.poll > ul.poll-answers > li.winning > span {
    background: #fcd900;
}

html > body.inner.about > main > section.reports {
    margin-bottom: 50px;
}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.reports:not(.one-file) {
        margin-bottom: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.reports.one-file {
        margin-bottom: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.reports.one-file > article,
    html > body.inner.about > main > section.reports.one-file > ul.files {
        display: inline-block;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.reports.one-file > article {
        width: 60%;
        margin-right: 10%;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.reports.one-file > article.h1 + ul.files {
        margin-top: 42px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.reports.one-file > ul.files {
        width: 30%;
        margin-top: 18px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.reports.one-file > ul.files > li {
        width: 100%;
        margin: 0;
    }

}

html > body.inner.about > main > section.reports > article {
    position: relative;
    display: block;
    margin-bottom: 30px;
    vertical-align: top;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.reports > article {
        margin-bottom: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.reports > article {
        width: 60%;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.reports > article > h2 {
        margin-bottom: 10px;
    }

}

html > body.inner.about > main > section.reports > ul.files {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.reports > ul.files {
        padding-left: 40px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.reports > ul.files {
        padding-left: 60px;
    }

}

html > body.inner.about > main > section.reports > ul.files.nav > li {
    padding-bottom: 20px;
}

html > body.inner.about > main > section.reports > ul.files > li {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 0 80px 40px;
    border-top: 1px solid #d7d7d7;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.reports > ul.files > li {
        display: inline-block;
        width: 50%;
        margin-right: 40px;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.reports > ul.files > li {
        width: 33.333333333333%;
        margin-right: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.reports > ul.files > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.reports > ul.files > li:nth-child(2n+2) {
        margin-right: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.reports > ul.files > li:nth-child(2n+1) {
        margin-left: -40px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.reports > ul.files > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.reports > ul.files > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.reports > ul.files > li:nth-child(3n+1) {
        margin-left: -60px;
    }

}

html > body.inner.about > main > section.reports > ul.files > li:first-child {
    border-top: 0;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.reports > ul.files > li:nth-child(2) {
        border: none;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.reports > ul.files > li:nth-child(3) {
        border: none;
    }

}

html > body.inner.about > main > section.reports > ul.files > li:before {
    position: absolute;
    display: block;
    content: '';
    top: 23px;
    left: 0;
    width: 26px;
    height: 32px;
    background: url(/styles/images/file.svg) no-repeat;
}

html > body.inner.about > main > section.reports > ul.files > li > p {
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
    margin-bottom: 0;
}

html > body.inner.about > main > section.reports > ul.files > li > a {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    position: absolute;
    left: 40px;
    bottom: 30px;
}

html > body.inner.about > main > section.reports > ul.files > li > a::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.inner.about > main > section.reports > ul.files > li > a {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner.about > main > section.reports > ul.files > li > a {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.reports > ul.files > li > a {
        padding: 0 10px;
    }

}

html > body.inner.about > main > section.reports > ul.files > li > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.reports > ul.files > li > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.reports > ul.files > li > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.about > main > section.reports > ul.files > li > nav {
    position: relative;
    padding-top: 17px;
}

html > body.inner.about > main > section.reports > ul.files > li > nav > a {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    margin-right: 10px;
    margin-bottom: 10px;
}

html > body.inner.about > main > section.reports > ul.files > li > nav > a::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.inner.about > main > section.reports > ul.files > li > nav > a {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner.about > main > section.reports > ul.files > li > nav > a {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.reports > ul.files > li > nav > a {
        padding: 0 10px;
    }

}

html > body.inner.about > main > section.reports > ul.files > li > nav > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.reports > ul.files > li > nav > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.reports > ul.files > li > nav > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.reports {
        padding-top: 20px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-council:not(.one-file) {
        margin-bottom: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-council.one-file {
        margin-bottom: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-council.one-file > article,
    html > body.inner.about > main > section.regulations-on-the-council.one-file > ul.files {
        display: inline-block;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-council.one-file > article {
        width: 60%;
        margin-right: 10%;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-council.one-file > article.h1 + ul.files {
        margin-top: 42px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-council.one-file > ul.files {
        width: 30%;
        margin-top: 18px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-council.one-file > ul.files > li {
        width: 100%;
        margin: 0;
    }

}

html > body.inner.about > main > section.regulations-on-the-council > article {
    position: relative;
    display: block;
    margin-bottom: 30px;
    vertical-align: top;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-council > article {
        margin-bottom: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-council > article {
        width: 60%;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-council > article > h2 {
        margin-bottom: 10px;
    }

}

html > body.inner.about > main > section.regulations-on-the-council > ul.files {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-council > ul.files {
        padding-left: 40px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-council > ul.files {
        padding-left: 60px;
    }

}

html > body.inner.about > main > section.regulations-on-the-council > ul.files.nav > li {
    padding-bottom: 20px;
}

html > body.inner.about > main > section.regulations-on-the-council > ul.files > li {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 0 80px 40px;
    border-top: 1px solid #d7d7d7;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-council > ul.files > li {
        display: inline-block;
        width: 50%;
        margin-right: 40px;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-council > ul.files > li {
        width: 33.333333333333%;
        margin-right: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-council > ul.files > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-council > ul.files > li:nth-child(2n+2) {
        margin-right: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-council > ul.files > li:nth-child(2n+1) {
        margin-left: -40px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-council > ul.files > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-council > ul.files > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-council > ul.files > li:nth-child(3n+1) {
        margin-left: -60px;
    }

}

html > body.inner.about > main > section.regulations-on-the-council > ul.files > li:first-child {
    border-top: 0;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-council > ul.files > li:nth-child(2) {
        border: none;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-council > ul.files > li:nth-child(3) {
        border: none;
    }

}

html > body.inner.about > main > section.regulations-on-the-council > ul.files > li:before {
    position: absolute;
    display: block;
    content: '';
    top: 23px;
    left: 0;
    width: 26px;
    height: 32px;
    background: url(/styles/images/file.svg) no-repeat;
}

html > body.inner.about > main > section.regulations-on-the-council > ul.files > li > p {
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
    margin-bottom: 0;
}

html > body.inner.about > main > section.regulations-on-the-council > ul.files > li > a {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    position: absolute;
    left: 40px;
    bottom: 30px;
}

html > body.inner.about > main > section.regulations-on-the-council > ul.files > li > a::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.inner.about > main > section.regulations-on-the-council > ul.files > li > a {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner.about > main > section.regulations-on-the-council > ul.files > li > a {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-council > ul.files > li > a {
        padding: 0 10px;
    }

}

html > body.inner.about > main > section.regulations-on-the-council > ul.files > li > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.regulations-on-the-council > ul.files > li > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.regulations-on-the-council > ul.files > li > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.about > main > section.regulations-on-the-council > ul.files > li > nav {
    position: relative;
    padding-top: 17px;
}

html > body.inner.about > main > section.regulations-on-the-council > ul.files > li > nav > a {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    margin-right: 10px;
    margin-bottom: 10px;
}

html > body.inner.about > main > section.regulations-on-the-council > ul.files > li > nav > a::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.inner.about > main > section.regulations-on-the-council > ul.files > li > nav > a {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner.about > main > section.regulations-on-the-council > ul.files > li > nav > a {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-council > ul.files > li > nav > a {
        padding: 0 10px;
    }

}

html > body.inner.about > main > section.regulations-on-the-council > ul.files > li > nav > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.regulations-on-the-council > ul.files > li > nav > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.regulations-on-the-council > ul.files > li > nav > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-comissions:not(.one-file) {
        margin-bottom: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-comissions.one-file {
        margin-bottom: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-comissions.one-file > article,
    html > body.inner.about > main > section.regulations-on-the-comissions.one-file > ul.files {
        display: inline-block;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-comissions.one-file > article {
        width: 60%;
        margin-right: 10%;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-comissions.one-file > article.h1 + ul.files {
        margin-top: 42px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-comissions.one-file > ul.files {
        width: 30%;
        margin-top: 18px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-comissions.one-file > ul.files > li {
        width: 100%;
        margin: 0;
    }

}

html > body.inner.about > main > section.regulations-on-the-comissions > article {
    position: relative;
    display: block;
    margin-bottom: 30px;
    vertical-align: top;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-comissions > article {
        margin-bottom: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-comissions > article {
        width: 60%;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-comissions > article > h2 {
        margin-bottom: 10px;
    }

}

html > body.inner.about > main > section.regulations-on-the-comissions > ul.files {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-comissions > ul.files {
        padding-left: 40px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-comissions > ul.files {
        padding-left: 60px;
    }

}

html > body.inner.about > main > section.regulations-on-the-comissions > ul.files.nav > li {
    padding-bottom: 20px;
}

html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 0 80px 40px;
    border-top: 1px solid #d7d7d7;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li {
        display: inline-block;
        width: 50%;
        margin-right: 40px;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li {
        width: 33.333333333333%;
        margin-right: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li:nth-child(2n+2) {
        margin-right: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li:nth-child(2n+1) {
        margin-left: -40px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li:nth-child(3n+1) {
        margin-left: -60px;
    }

}

html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li:first-child {
    border-top: 0;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li:nth-child(2) {
        border: none;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li:nth-child(3) {
        border: none;
    }

}

html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li:before {
    position: absolute;
    display: block;
    content: '';
    top: 23px;
    left: 0;
    width: 26px;
    height: 32px;
    background: url(/styles/images/file.svg) no-repeat;
}

html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li > p {
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
    margin-bottom: 0;
}

html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li > a {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    position: absolute;
    left: 40px;
    bottom: 30px;
}

html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li > a::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li > a {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li > a {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li > a {
        padding: 0 10px;
    }

}

html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.regulations-on-the-comissions > ul.files > li > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.regulations-on-the-comissions > ul.files > li > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li > nav {
    position: relative;
    padding-top: 17px;
}

html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li > nav > a {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    margin-right: 10px;
    margin-bottom: 10px;
}

html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li > nav > a::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li > nav > a {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li > nav > a {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li > nav > a {
        padding: 0 10px;
    }

}

html > body.inner.about > main > section.regulations-on-the-comissions > ul.files > li > nav > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.regulations-on-the-comissions > ul.files > li > nav > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.regulations-on-the-comissions > ul.files > li > nav > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.about > main > section.tasks {
    margin-bottom: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.tasks {
        margin-bottom: 20px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.tasks {
        margin-bottom: 30px;
    }

}

html > body.inner.about > main > section.tasks > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.tasks > ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.tasks > ul {
        padding-left: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.tasks > ul > li {
        display: inline-block;
        margin-right: 10px;
        width: 50%;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.tasks > ul > li {
        width: 33.333333333333%;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.tasks > ul > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.tasks > ul > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.tasks > ul > li:nth-child(2n+1) {
        margin-left: -10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.tasks > ul > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.tasks > ul > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.tasks > ul > li:nth-child(3n+1) {
        margin-left: -20px;
    }

}

html > body.inner.about > main > section.tasks > ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
    padding: 18px 20px 11px 20px;
    margin-bottom: 10px;
}

html > body.inner.about > main > section.tasks > ul > li > h3 {
    margin-bottom: 3px;
    letter-spacing: 0;
}

html > body.inner.about > main > section.tasks > ul > li > p {
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
}

html > body.inner.about > main > section.tasks > ul > li > p a {
    color: #808080;
    text-decoration: none;
}

html > body.inner.about > main > section.tasks > ul > li > h3 {
    letter-spacing: .05em;
}

html > body.inner.about > main > section.structure-of-the-council {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

html > body.inner.about > main > section.structure-of-the-council > h2 {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > h2 {
        padding-left: 0;
        padding-right: 0;
    }

}

html > body.inner.about > main > section.structure-of-the-council > nav.tabs {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 18px;
}

html > body.inner.about.has-touch.touch-scrolling > main > section.structure-of-the-council > nav.tabs {
    pointer-events: auto;
}

@media screen and (max-width:1219px) {
    html > body.inner.about > main > section.structure-of-the-council > nav.tabs:before,
    html > body.inner.about > main > section.structure-of-the-council > nav.tabs:after {
        position: absolute;
        display: block;
        content: '';
        z-index: 10;
    }

}

@media screen and (max-width:1219px) {
    html > body.inner.about > main > section.structure-of-the-council > nav.tabs:before {
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        width: 20px;
        background: -webkit-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: -moz-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: -ms-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: -o-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
    }

}

@media screen and (max-width:1219px) {
    html > body.inner.about > main > section.structure-of-the-council > nav.tabs:after {
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 20px;
        background: -webkit-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: -moz-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: -ms-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: -o-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
    }

}

html > body.inner.about > main > section.structure-of-the-council > nav.tabs > ul {
    position: relative;
    left: 0;
    overflow: hidden;
    margin: 0;
    width: 100%;
    padding: 2px 0;
    white-space: nowrap;
    list-style: none;
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > nav.tabs > ul {
        padding-left: 0;
        padding-right: 0;
    }

}

html > body.inner.about.has-touch > main > section.structure-of-the-council > nav.tabs > ul {
    overflow: hidden;
    width: auto;
}

html > body.inner.about > main > section.structure-of-the-council > nav.tabs > ul > li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 15px;
    height: 30px;
    margin-right: 10px;
    color: #2c2a29;
    font-size: 11px;
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: .03em;
    text-transform: uppercase;
    vertical-align: middle;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > nav.tabs > ul > li {
        height: 34px;
        line-height: 34px;
    }

}

html > body.inner.about > main > section.structure-of-the-council > nav.tabs > ul > li:last-child {
    margin-right: 0;
}

html > body.inner.about > main > section.structure-of-the-council > nav.tabs > ul > li:not(.active):hover {
    cursor: pointer;
}

html > body.inner.about > main > section.structure-of-the-council > nav.tabs > ul > li.active:before {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.about > main > section.structure-of-the-council > nav.tabs > ul > li > span {
    position: relative;
    z-index: 2;
}

html > body.inner.about > main > section.structure-of-the-council > nav.tabs > ul > li:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    background: #fcd900;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.structure-of-the-council > nav.tabs > ul > li:not(.active):hover {
    cursor: pointer;
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.structure-of-the-council > nav.tabs > ul > li:not(.active):hover:before {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.about > main > section.structure-of-the-council > nav.tabs > ul > li:before {
    z-index: 0;
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > nav.tabs {
        padding-left: 0;
        padding-right: 0;
    }

}

html > body.inner.about > main > section.structure-of-the-council > nav.tabs > a.my {
    position: absolute;
    top: 0;
    right: 60px;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 15px;
    height: 30px;
    color: #2c2a29;
    font-size: 11px;
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: .03em;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: none;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
    cursor: pointer;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > nav.tabs > a.my {
        height: 34px;
        line-height: 34px;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > nav.tabs > a.my {
        right: 0;
    }

}

@media screen and (max-width:469px) {
    html > body.inner.about > main > section.structure-of-the-council > nav.tabs > a.my {
        display: none;
    }

}

html > body.inner.about > main > section.structure-of-the-council > nav.tabs > a.my.active:before {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.about > main > section.structure-of-the-council > nav.tabs > a.my > span {
    position: relative;
    z-index: 2;
}

html > body.inner.about > main > section.structure-of-the-council > nav.tabs > a.my:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    background: #fcd900;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.structure-of-the-council > nav.tabs > a.my:not(.active):hover {
    cursor: pointer;
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.structure-of-the-council > nav.tabs > a.my:not(.active):hover:before {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.about > main > section.structure-of-the-council > nav.tabs > a.my:before {
    z-index: 0;
}

html > body.inner.about > main > section.structure-of-the-council > ul.users {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users {
        margin-bottom: 20px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users {
        margin-bottom: 30px;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li {
    display: none;
}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.active {
    display: block;
}

@media screen and (max-width:767px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 298px;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        list-style: none;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        -webkit-transition: -webkit-transform .5s ease-out,left .5s ease-out,z-index .5s linear;
        -moz-transition: -moz-transform .5s ease-out,left .5s ease-out,z-index .5s linear;
        -o-transition: -o-transform .5s ease-out,left .5s ease-out,z-index .5s linear;
        transition: transform .5s ease-out,left .5s ease-out,z-index .5s linear;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li.next {
        left: 100%;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li.prev {
        left: -100%;
    }

    html.translate3d > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    html.translate3d > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li.next {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    html.translate3d > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li.prev {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li.current,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li.dragging {
        z-index: 100;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li.current {
        cursor: move;
        cursor: url(/styles/_embed/openhand.cur) 8 8,move;
    }

    html.ua-ie > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li.current {
        cursor: url(/styles/_embed/openhand.cur),move;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li.dragging {
        cursor: move;
        cursor: url(/styles/_embed/closedhand.cur) 8 8,move;
    }

    html.ua-ie > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li.dragging {
        cursor: url(/styles/_embed/closedhand.cur),move;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li.dragging,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li.back {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li.back {
        visibility: hidden;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li.back.dragging {
        visibility: visible;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.buttons > li {
        display: block;
        cursor: pointer;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent.no-prev > ul.buttons > li.prev,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent.no-next > ul.buttons > li.next {
        display: none;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.bookmarks > li {
        display: inline-block;
        cursor: pointer;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent {
        position: relative;
        margin: 20px 0 0;
        height: auto;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent {
        height: 1000px;
        margin-bottom: 100px;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure {
    position: relative;
    margin: 0 20px 0 40px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    -webkit-transition: margin .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: margin .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: margin .5s cubic-bezier(.650,.005,.335,1.000);
    transition: margin .5s cubic-bezier(.650,.005,.335,1.000);
}

@media screen and (max-width:767px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure {
        display: none;
    }

}

@media screen and (min-width:470px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure {
        margin-left: 60px;
    }

}

@media screen and (min-width:620px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure {
        margin-left: 50px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure {
        margin-left: 40px;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure {
        margin: 20px 0 10px 0;
        height: 1000px;
        background: white;
        border-bottom: 100px solid white;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
        box-shadow: 0 1px 2px rgba(0,0,0,.14);
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure:before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure:after {
        position: absolute;
        display: block;
        content: '';
        z-index: 0;
        top: 50%;
        left: 50%;
        border: 1px solid #077cc3;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure:before {
        height: 340px;
        width: 340px;
        margin-top: -170px;
        margin-left: -170px;
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
        -webkit-transition: -webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -moz-transition: -moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -o-transition: -o-transform .5s cubic-bezier(.650,.005,.335,1.000);
        transition: transform .5s cubic-bezier(.650,.005,.335,1.000);
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure:after {
        height: 760px;
        width: 760px;
        margin-top: -380px;
        margin-left: -380px;
        opacity: 0;
        -webkit-transform: scale(.5,.5);
        -moz-transform: scale(.5,.5);
        -ms-transform: scale(.5,.5);
        -o-transform: scale(.5,.5);
        transform: scale(.5,.5);
        -webkit-transition: -webkit-transform .5s cubic-bezier(.650,.005,.335,1.000),opacity .25s cubic-bezier(.650,.005,.335,1.000);
        -moz-transition: -moz-transform .5s cubic-bezier(.650,.005,.335,1.000),opacity .25s cubic-bezier(.650,.005,.335,1.000);
        -o-transition: -o-transform .5s cubic-bezier(.650,.005,.335,1.000),opacity .25s cubic-bezier(.650,.005,.335,1.000);
        transition: transform .5s cubic-bezier(.650,.005,.335,1.000),opacity .25s cubic-bezier(.650,.005,.335,1.000);
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure.show-level-2:before {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure.show-level-3:after {
        opacity: 1;
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(2n+2) {
    margin-right: 0;
}

@media screen and (min-width:470px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

@media screen and (min-width:620px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(2n+1) {
    margin-left: -10px;
}

@media screen and (min-width:470px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:620px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:470px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:620px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(3n+3) {
        margin-right: 10px;
    }

}

@media screen and (min-width:470px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(3n+1) {
        margin-left: -20px;
    }

}

@media screen and (min-width:620px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(3n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:620px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(4n+4) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(4n+4) {
        margin-right: 10px;
    }

}

@media screen and (min-width:620px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(4n+1) {
        margin-left: -30px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(4n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(3n+1) {
        margin-left: -20px;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(2n+2),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(2n+1),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(3n+3),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(3n+1),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(4n+4),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:nth-child(4n+1) {
        margin: -20px 0 0 -20px;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li[data-level="1"] {
        z-index: 3;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li[data-level="2"] {
        -webkit-transition: -webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -moz-transition: -moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -o-transition: -o-transform .5s cubic-bezier(.650,.005,.335,1.000);
        transition: transform .5s cubic-bezier(.650,.005,.335,1.000);
        z-index: 2;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li[data-level="3"] {
        z-index: 1;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li[data-level="3"] > div:not(.img) {
        -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000);
        transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000);
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li[data-level="3"].show-title > div:not(.img) {
    opacity: 1;
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li[data-level="3"].show-title > div:not(.img) {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000) .5s,-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000) .5s;
        -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000) .5s,-moz-transform .5s cubic-bezier(.650,.005,.335,1.000) .5s;
        -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000) .5s,-o-transform .5s cubic-bezier(.650,.005,.335,1.000) .5s;
        transition: opacity .5s cubic-bezier(.650,.005,.335,1.000) .5s,transform .5s cubic-bezier(.650,.005,.335,1.000) .5s;
    }

}

@media screen and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(2n + 1):before {
        right: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(2n + 1):before {
        right: 0;
    }

}

@media screen and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(2n + 1) > div.img {
        right: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(2n + 1) > div.img {
        right: 0;
    }

}

@media screen and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(2n + 2):before {
        left: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(2n + 2):before {
        left: 0;
    }

}

@media screen and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(2n + 2) > div.img {
        left: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(2n + 2) > div.img {
        left: 0;
    }

}

@media screen and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(2n + 2) > div:not(.img) {
        left: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(2n + 2) > div:not(.img) {
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(3n + 1):before {
        right: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(3n + 1):before {
        right: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(3n + 1) > div.img {
        right: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(3n + 1) > div.img {
        right: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(3n + 2):before {
        right: -35px;
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(3n + 2):before {
        right: 0;
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(3n + 2) > div.img {
        right: -35px;
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(3n + 2) > div.img {
        right: 0;
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(3n + 2) > div:not(.img) {
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(3n + 2) > div:not(.img) {
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(3n + 3):before {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(3n + 3):before {
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(3n + 3) > div.img {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(3n + 3) > div.img {
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(3n + 3) > div:not(.img) {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(3n + 3) > div:not(.img) {
        left: 0;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(4n + 1):before {
        right: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(4n + 1) > div.img {
        right: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(4n + 2):before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(4n + 3):before {
        right: -35px;
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(4n + 2) > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(4n + 3) > div.img {
        right: -35px;
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(4n + 2) > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(4n + 3) > div:not(.img) {
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(4n + 4):before {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(4n + 4) > div.img {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:nth-child(4n + 4) > div:not(.img) {
        left: -70px;
    }

}

@media screen and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active {
        z-index: 2;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active:before {
        bottom: -70px;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active > div.img {
        bottom: -70px;
        height: 200px;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active > div.img:after {
        opacity: 1;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active > div:not(.img) {
        display: block;
        position: absolute;
        padding-left: 20px;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active > div:not(.img).name {
        top: 80px;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active > div:not(.img).title {
        top: 155px;
        width: 160px;
    }

}

@media screen and (min-width:768px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active > div.img {
        height: 240px;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active > div:not(.img).name {
        top: 110px;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.active > div:not(.img).title {
        top: 185px;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > a.send-message {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/styles/images/mail.svg);
    background-color: #fcd900;
    -webkit-background-size: 30px 19px;
    -moz-background-size: 30px 19px;
    background-size: 30px 19px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > a.send-message {
        display: block;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > a.send-message {
        display: none;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:hover > a.send-message {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:hover > a.send-message {
        display: none;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div.img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0%;
    height: 130px;
    background-position: center bottom;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div.img {
        height: 170px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div.img {
        height: 140px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div.img {
        left: auto;
        right: 10px;
        width: 140px;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div.img {
        left: 0;
        right: 0;
        height: 80px;
        width: 80px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
        box-shadow: 0 1px 2px rgba(0,0,0,.14);
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div.img:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(255,255,255,0),white);
    background: -moz-linear-gradient(rgba(255,255,255,0),white);
    background: -ms-linear-gradient(rgba(255,255,255,0),white);
    background: -o-linear-gradient(rgba(255,255,255,0),white);
    background: linear-gradient(rgba(255,255,255,0),white);
    opacity: 0;
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div.img:after {
        display: none;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div.img > a.send-message {
    display: none;
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div.img > a.send-message {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div.img > a.send-message:before {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-image: url(/styles/images/mail.svg);
        background-color: #fcd900;
        -webkit-background-size: 30px 19px;
        -moz-background-size: 30px 19px;
        background-size: 30px 19px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
        -webkit-transition: -webkit-transform .5s;
        -moz-transition: -moz-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div.img:hover > a.send-message:before {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div:not(.img) {
    position: absolute;
    left: 0;
    bottom: -50px;
    display: none;
    padding-left: 30px;
    width: 100px;
    -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000);
}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div:not(.img) {
        display: block;
        position: relative;
        left: auto;
        bottom: auto;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div:not(.img) {
        width: 160px;
        margin-left: -40px;
        padding: 0;
        margin-top: 100%;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate(0,20px);
        -moz-transform: translate(0,20px);
        -ms-transform: translate(0,20px);
        -o-transform: translate(0,20px);
        transform: translate(0,20px);
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div:not(.img) > div {
    font-weight: 500;
}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div:not(.img) > div.name {
    margin-bottom: 10px;
    color: #2c2a29;
    font-size: 16px;
    line-height: 18px;
}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div:not(.img) > div.name {
        padding-top: 17px;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div:not(.img) > div.name {
        padding-top: 10px;
        margin-bottom: 5px;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div:not(.img) > div.title {
    color: #808285;
    font-size: 10px;
    line-height: 13px;
}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div:not(.img) > div.title {
        width: 150px;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li > div:not(.img) > div.title {
        width: auto;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li {
    position: relative;
    display: inline-block;
    height: 135px;
    margin-bottom: 10px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    vertical-align: top;
    background: white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000);
}

@media screen and (min-width:470px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li {
        width: 33.333333333333%;
    }

}

@media screen and (min-width:620px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li {
        width: 25%;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li {
        height: 175px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li {
        height: 145px;
        width: 33.333333333333%;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        height: 80px;
        width: 80px;
        margin: -40px 0 0 -40px;
        opacity: 0;
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:hover {
    cursor: pointer;
}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:hover {
        cursor: default;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li:before {
        display: none;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.visible {
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: margin .4s cubic-bezier(.650,.005,.335,1.000) 0,opacity .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: margin .4s cubic-bezier(.650,.005,.335,1.000) 0,opacity .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: margin .4s cubic-bezier(.650,.005,.335,1.000) 0,opacity .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: margin .4s cubic-bezier(.650,.005,.335,1.000) 0,opacity .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000);
}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.show-title > div:not(.img) {
    opacity: 1;
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.council-structure > li.show-title > div:not(.img) {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides {
        display: none;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul {
    margin: 0 20px 0 30px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    -webkit-transition: margin .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: margin .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: margin .5s cubic-bezier(.650,.005,.335,1.000);
    transition: margin .5s cubic-bezier(.650,.005,.335,1.000);
}

@media screen and (min-width:470px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul {
        margin-left: 40px;
    }

}

@media screen and (min-width:620px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul {
        margin-left: 50px;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(2n+2) {
    margin-right: 0;
}

@media screen and (min-width:470px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

@media screen and (min-width:620px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(2n+1) {
    margin-left: -10px;
}

@media screen and (min-width:470px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:620px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:470px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:620px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(3n+3) {
        margin-right: 10px;
    }

}

@media screen and (min-width:470px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(3n+1) {
        margin-left: -20px;
    }

}

@media screen and (min-width:620px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(3n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:620px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(4n+4) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(4n+4) {
        margin-right: 10px;
    }

}

@media screen and (min-width:620px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(4n+1) {
        margin-left: -30px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(4n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(3n+1) {
        margin-left: -20px;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(2n+2),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(2n+1),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(3n+3),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(3n+1),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(4n+4),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:nth-child(4n+1) {
        margin: -20px 0 0 -20px;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li[data-level="1"] {
        z-index: 3;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li[data-level="2"] {
        -webkit-transition: -webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -moz-transition: -moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -o-transition: -o-transform .5s cubic-bezier(.650,.005,.335,1.000);
        transition: transform .5s cubic-bezier(.650,.005,.335,1.000);
        z-index: 2;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li[data-level="3"] {
        z-index: 1;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li[data-level="3"] > div:not(.img) {
        -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
        -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000);
        transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000);
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li[data-level="3"].show-title > div:not(.img) {
    opacity: 1;
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li[data-level="3"].show-title > div:not(.img) {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000) .5s,-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000) .5s;
        -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000) .5s,-moz-transform .5s cubic-bezier(.650,.005,.335,1.000) .5s;
        -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000) .5s,-o-transform .5s cubic-bezier(.650,.005,.335,1.000) .5s;
        transition: opacity .5s cubic-bezier(.650,.005,.335,1.000) .5s,transform .5s cubic-bezier(.650,.005,.335,1.000) .5s;
    }

}

@media screen and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(2n + 1):before {
        right: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(2n + 1):before {
        right: 0;
    }

}

@media screen and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(2n + 1) > div.img {
        right: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(2n + 1) > div.img {
        right: 0;
    }

}

@media screen and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(2n + 2):before {
        left: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(2n + 2):before {
        left: 0;
    }

}

@media screen and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(2n + 2) > div.img {
        left: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(2n + 2) > div.img {
        left: 0;
    }

}

@media screen and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(2n + 2) > div:not(.img) {
        left: -70px;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(2n + 2) > div:not(.img) {
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(3n + 1):before {
        right: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(3n + 1):before {
        right: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(3n + 1) > div.img {
        right: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(3n + 1) > div.img {
        right: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(3n + 2):before {
        right: -35px;
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(3n + 2):before {
        right: 0;
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(3n + 2) > div.img {
        right: -35px;
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(3n + 2) > div.img {
        right: 0;
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(3n + 2) > div:not(.img) {
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(3n + 2) > div:not(.img) {
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(3n + 3):before {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(3n + 3):before {
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(3n + 3) > div.img {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(3n + 3) > div.img {
        left: 0;
    }

}

@media screen and (min-width:470px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(3n + 3) > div:not(.img) {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(3n + 3) > div:not(.img) {
        left: 0;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(4n + 1):before {
        right: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(4n + 1) > div.img {
        right: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(4n + 2):before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(4n + 3):before {
        right: -35px;
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(4n + 2) > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(4n + 3) > div.img {
        right: -35px;
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(4n + 2) > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(4n + 3) > div:not(.img) {
        left: -35px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(4n + 4):before {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(4n + 4) > div.img {
        left: -70px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:nth-child(4n + 4) > div:not(.img) {
        left: -70px;
    }

}

@media screen and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active {
        z-index: 2;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active:before {
        bottom: -70px;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active > div.img {
        bottom: -70px;
        height: 200px;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active > div.img:after {
        opacity: 1;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active > div:not(.img) {
        display: block;
        position: absolute;
        padding-left: 20px;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active > div:not(.img).name {
        top: 80px;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active > div:not(.img).title {
        top: 155px;
        width: 160px;
    }

}

@media screen and (min-width:768px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active > div.img {
        height: 240px;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active > div:not(.img).name {
        top: 110px;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.active > div:not(.img).title {
        top: 185px;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > a.send-message {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/styles/images/mail.svg);
    background-color: #fcd900;
    -webkit-background-size: 30px 19px;
    -moz-background-size: 30px 19px;
    background-size: 30px 19px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > a.send-message {
        display: block;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > a.send-message {
        display: none;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:hover > a.send-message {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:hover > a.send-message {
        display: none;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div.img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0%;
    height: 130px;
    background-position: center bottom;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div.img {
        height: 170px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div.img {
        height: 140px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div.img {
        left: auto;
        right: 10px;
        width: 140px;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div.img {
        left: 0;
        right: 0;
        height: 80px;
        width: 80px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
        box-shadow: 0 1px 2px rgba(0,0,0,.14);
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div.img:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(255,255,255,0),white);
    background: -moz-linear-gradient(rgba(255,255,255,0),white);
    background: -ms-linear-gradient(rgba(255,255,255,0),white);
    background: -o-linear-gradient(rgba(255,255,255,0),white);
    background: linear-gradient(rgba(255,255,255,0),white);
    opacity: 0;
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div.img:after {
        display: none;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div.img > a.send-message {
    display: none;
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div.img > a.send-message {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div.img > a.send-message:before {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-image: url(/styles/images/mail.svg);
        background-color: #fcd900;
        -webkit-background-size: 30px 19px;
        -moz-background-size: 30px 19px;
        background-size: 30px 19px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
        -webkit-transition: -webkit-transform .5s;
        -moz-transition: -moz-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div.img:hover > a.send-message:before {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div:not(.img) {
    position: absolute;
    left: 0;
    bottom: -50px;
    display: none;
    padding-left: 30px;
    width: 100px;
    -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000);
}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div:not(.img) {
        display: block;
        position: relative;
        left: auto;
        bottom: auto;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div:not(.img) {
        width: 160px;
        margin-left: -40px;
        padding: 0;
        margin-top: 100%;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate(0,20px);
        -moz-transform: translate(0,20px);
        -ms-transform: translate(0,20px);
        -o-transform: translate(0,20px);
        transform: translate(0,20px);
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div:not(.img) > div {
    font-weight: 500;
}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div:not(.img) > div.name {
    margin-bottom: 10px;
    color: #2c2a29;
    font-size: 16px;
    line-height: 18px;
}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div:not(.img) > div.name {
        padding-top: 17px;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div:not(.img) > div.name {
        padding-top: 10px;
        margin-bottom: 5px;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div:not(.img) > div.title {
    color: #808285;
    font-size: 10px;
    line-height: 13px;
}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div:not(.img) > div.title {
        width: 150px;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li > div:not(.img) > div.title {
        width: auto;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li {
    position: relative;
    display: inline-block;
    height: 135px;
    margin-bottom: 10px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    vertical-align: top;
    background: white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000);
}

@media screen and (min-width:470px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li {
        width: 33.333333333333%;
    }

}

@media screen and (min-width:620px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li {
        width: 25%;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li {
        height: 175px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li {
        height: 145px;
        width: 33.333333333333%;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        height: 80px;
        width: 80px;
        margin: -40px 0 0 -40px;
        opacity: 0;
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:hover {
    cursor: pointer;
}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:hover {
        cursor: default;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li:before {
        display: none;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.visible {
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: margin .4s cubic-bezier(.650,.005,.335,1.000) 0,opacity .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: margin .4s cubic-bezier(.650,.005,.335,1.000) 0,opacity .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: margin .4s cubic-bezier(.650,.005,.335,1.000) 0,opacity .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: margin .4s cubic-bezier(.650,.005,.335,1.000) 0,opacity .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000);
}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.show-title > div:not(.img) {
    opacity: 1;
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li > ul > li.show-title > div:not(.img) {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

}

@media screen and (max-width:469px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child:before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1):before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2):before {
        bottom: 0;
        top: -70px;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1) > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2) > div.img {
        bottom: 0;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1) > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2) > div:not(.img) {
        bottom: 20px;
    }

}

@media screen and (min-width:470px) and (max-width:619px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child:before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(1):before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(2):before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1):before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2):before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(3):before {
        bottom: 0;
        top: -70px;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(1) > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(2) > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1) > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2) > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(3) > div.img {
        bottom: 0;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(1) > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(2) > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1) > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2) > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(3) > div:not(.img) {
        bottom: 20px;
    }

}

@media screen and (min-width:620px) and (max-width:979px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child:before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(1):before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(2):before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(1):before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(2):before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(3):before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1):before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2):before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(3):before,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(4):before {
        bottom: 0;
        top: -70px;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(1) > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(2) > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(1) > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(2) > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(3) > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1) > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2) > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(3) > div.img,
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(4) > div.img {
        bottom: 0;
    }

    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-1 > ul > li.active:last-child > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(1) > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-2 > ul > li.active:nth-last-child(2) > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(1) > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(2) > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row).last-row-children-3 > ul > li.active:nth-last-child(3) > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(1) > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(2) > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(3) > div:not(.img),
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent > ul.slides > li:not(.one-row):not(.last-row-children-1):not(.last-row-children-2):not(.last-row-children-3) > ul > li.active:nth-last-child(4) > div:not(.img) {
        bottom: 20px;
    }

}

@media screen and (max-width:767px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent {
        overflow: visible;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.council-structure-parent {
        margin-bottom: 40px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.users {
        padding-bottom: 10px;
    }

}

@media screen and (max-width:1219px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li.users {
        margin-left: 20px;
        margin-right: 20px;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > button.load-more {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 39px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    margin-top: 10px;
}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > button.load-more::-moz-focus-inner {
    padding: 0;
    border: none;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > button.load-more {
        padding: 0 10px;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > button.load-more:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 350px;
    height: 350px;
    margin: -185px 0 0 -175px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.structure-of-the-council > ul.users > li > button.load-more:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.structure-of-the-council > ul.users > li > button.load-more:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.council-structure-nav {
    margin: -4px 0 100px 0;
    padding: 0;
    text-align: center;
    list-style: none;
    position: absolute;
    top: 100%;
    width: 100%;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.council-structure-nav {
        display: none;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.council-structure-nav > li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 3px;
    border: 1px solid #051e42;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.council-structure-nav > li:not(.current):hover {
    background: #051e42;
    cursor: pointer;
}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.council-structure-nav > li.current {
    background: #051e42;
}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.council-structure-nav > li:before {
    position: absolute;
    display: block;
    content: '';
    top: -10px;
    right: -3px;
    bottom: -20px;
    left: -3px;
}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 20px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users {
        padding-left: 40px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li {
        display: inline-block;
        margin-right: 20px;
        width: 50%;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li {
        width: 33.333333333333%;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li:nth-child(2n+2) {
        margin-right: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li:nth-child(2n+1) {
        margin-left: -20px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li:nth-child(3n+1) {
        margin-left: -40px;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li {
    padding-top: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border-top: 1px solid #d7d7d7;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li {
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li:first-child {
    padding-top: 0;
    border-top: none;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li:first-child {
        padding-top: 16px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li:nth-child(2) {
        border-top: none;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li:nth-child(3) {
        border-top: none;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li.hidden {
    display: none;
}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li > h3 {
    margin-bottom: 1px;
    font-size: 14px;
    line-height: 1.4285714285714;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li > h3 {
        margin-bottom: 7px;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li > p {
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
    margin-bottom: 16px;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li > p {
        width: 85%;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li > a {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li > a::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li > a {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li > a {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li > a {
        padding: 0 10px;
    }

}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.structure-of-the-council > ul.users > li > ul.users > li > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.structure-of-the-council > ul.users > li > ul.users > li > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li > a:before {
    width: 190px;
    height: 190px;
    margin: -105px 0 0 -95px;
}

@media screen and (max-width:767px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li > a {
        margin-bottom: 20px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.structure-of-the-council > ul.users > li > ul.users > li > a {
        line-height: 30px;
    }

}

html > body.inner.about > main > section.plans {
    padding-left: 0;
    padding-right: 0;
}

html > body.inner.about > main > section.plans > h2 {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.plans > h2 {
        padding-left: 0;
        padding-right: 0;
    }

}

html > body.inner.about > main > section.plans > nav.tabs {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 18px;
}

html > body.inner.about.has-touch.touch-scrolling > main > section.plans > nav.tabs {
    pointer-events: auto;
}

@media screen and (max-width:1219px) {
    html > body.inner.about > main > section.plans > nav.tabs:before,
    html > body.inner.about > main > section.plans > nav.tabs:after {
        position: absolute;
        display: block;
        content: '';
        z-index: 10;
    }

}

@media screen and (max-width:1219px) {
    html > body.inner.about > main > section.plans > nav.tabs:before {
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        width: 20px;
        background: -webkit-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: -moz-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: -ms-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: -o-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
    }

}

@media screen and (max-width:1219px) {
    html > body.inner.about > main > section.plans > nav.tabs:after {
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 20px;
        background: -webkit-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: -moz-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: -ms-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: -o-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
    }

}

html > body.inner.about > main > section.plans > nav.tabs > ul {
    position: relative;
    left: 0;
    overflow: hidden;
    margin: 0;
    width: 100%;
    padding: 2px 0;
    white-space: nowrap;
    list-style: none;
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.plans > nav.tabs > ul {
        padding-left: 0;
        padding-right: 0;
    }

}

html > body.inner.about.has-touch > main > section.plans > nav.tabs > ul {
    overflow: hidden;
    width: auto;
}

html > body.inner.about > main > section.plans > nav.tabs > ul > li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 15px;
    height: 30px;
    margin-right: 10px;
    color: #2c2a29;
    font-size: 11px;
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: .03em;
    text-transform: uppercase;
    vertical-align: middle;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.plans > nav.tabs > ul > li {
        height: 34px;
        line-height: 34px;
    }

}

html > body.inner.about > main > section.plans > nav.tabs > ul > li:last-child {
    margin-right: 0;
}

html > body.inner.about > main > section.plans > nav.tabs > ul > li:not(.active):hover {
    cursor: pointer;
}

html > body.inner.about > main > section.plans > nav.tabs > ul > li.active:before {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.about > main > section.plans > nav.tabs > ul > li > span {
    position: relative;
    z-index: 2;
}

html > body.inner.about > main > section.plans > nav.tabs > ul > li:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    background: #fcd900;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.plans > nav.tabs > ul > li:not(.active):hover {
    cursor: pointer;
}

html > body.inner.about:not(.touch-scrolling):not(.has-touch) > main > section.plans > nav.tabs > ul > li:not(.active):hover:before {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.about > main > section.plans > nav.tabs > ul > li:before {
    z-index: 0;
}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.plans > nav.tabs {
        margin-left: 20px;
        margin-right: 20px;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.plans > nav.tabs {
        margin-left: 0;
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.plans > nav.tabs:before,
    html > body.inner.about > main > section.plans > nav.tabs:after {
        display: none;
    }

}

html > body.inner.about > main > section.plans > nav.tabs > ul {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.plans > nav.tabs > ul {
        padding-left: 0;
        padding-right: 0;
        white-space: normal;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.plans > nav.tabs > ul > li {
        margin-bottom: 10px;
    }

}

html > body.inner.about > main > section.plans > ul.plans {
    margin: 0 20px 40px 20px;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:1220px) {
    html > body.inner.about > main > section.plans > ul.plans {
        margin-left: 0;
        margin-right: 0;
    }

}

html > body.inner.about > main > section.plans > ul.plans > li {
    display: none;
}

html > body.inner.about > main > section.plans > ul.plans > li.active {
    display: block;
}

html > body.inner.about > main > section.plans > ul.plans > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.plans > ul.plans > li > ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.plans > ul.plans > li > ul {
        padding-left: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.plans > ul.plans > li > ul > li {
        display: inline-block;
        margin-right: 10px;
        width: 50%;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.plans > ul.plans > li > ul > li {
        width: 33.333333333333%;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.plans > ul.plans > li > ul > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.plans > ul.plans > li > ul > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.plans > ul.plans > li > ul > li:nth-child(2n+1) {
        margin-left: -10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.plans > ul.plans > li > ul > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.plans > ul.plans > li > ul > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.plans > ul.plans > li > ul > li:nth-child(3n+1) {
        margin-left: -20px;
    }

}

html > body.inner.about > main > section.plans > ul.plans > li > ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
    padding: 18px 20px 11px 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 60px;
    min-height: 170px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}

html > body.inner.about > main > section.plans > ul.plans > li > ul > li > h3 {
    margin-bottom: 3px;
    letter-spacing: 0;
}

html > body.inner.about > main > section.plans > ul.plans > li > ul > li > p {
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
}

html > body.inner.about > main > section.plans > ul.plans > li > ul > li > p a {
    color: #808080;
    text-decoration: none;
}

@media screen and (min-width:768px) {
    html > body.inner.about > main > section.plans > ul.plans > li > ul > li {
        min-height: 180px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.about > main > section.plans > ul.plans > li > ul > li {
        min-height: 210px;
    }

}

html > body.inner.about > main > section.plans > ul.plans > li > ul > li > h3 {
    margin-bottom: 10px;
    text-transform: none;
}

html > body.inner.about > main > section.plans > ul.plans > li > ul > li > p {
    display: none;
}

html > body.inner.about > main > section.plans > ul.plans > li > ul > li.open > p {
    display: block;
}

html > body.inner.about > main > section.plans > ul.plans > li > ul > li.open > button:before {
    margin-top: -3px;
    width: 9px;
    height: 9px;
    font-size: 0;
    color: rgba(0,0,0,0);
    border-left: 1px solid #f36e5c;
    border-bottom: 1px solid #f36e5c;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    outline: solid;
    outline-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

html > body.inner.about > main > section.plans > ul.plans > li > ul > li > button {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #f2f2f2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

html > body.inner.about > main > section.plans > ul.plans > li > ul > li > button::-moz-focus-inner {
    padding: 0;
    border: none;
}

html > body.inner.about > main > section.plans > ul.plans > li > ul > li > button:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -5px;
    width: 9px;
    height: 9px;
    font-size: 0;
    color: rgba(0,0,0,0);
    border-left: 1px solid #f36e5c;
    border-bottom: 1px solid #f36e5c;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    outline: solid;
    outline-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

html > body.inner.about > main > section.plans > ul.plans > li > ul > li > button:after {
    position: absolute;
    display: block;
    content: '';
    top: -100vh;
    right: -100vh;
    bottom: -100vh;
    left: -100vh;
}

html > body.inner.about > main > section.plans > ul.plans > li > ul > li:not(.no-arrow):hover {
    cursor: pointer;
}

html > body.inner.about > main > section.plans > ul.plans > li > ul > li:not(.no-arrow):hover > button {
    cursor: pointer;
    background: #fcd900;
    border-color: #fcd900;
}

html > body.inner.about > main > section.plans > ul.plans > li > ul > li:not(.no-arrow):hover > button:before {
    border-left-color: #2c2a29;
    border-bottom-color: #2c2a29;
}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees-desc:not(.one-file) {
        margin-bottom: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees-desc.one-file {
        margin-bottom: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees-desc.one-file > article,
    html > body.inner.comittees > main > section.comittees-desc.one-file > ul.files {
        display: inline-block;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees-desc.one-file > article {
        width: 60%;
        margin-right: 10%;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees-desc.one-file > article.h1 + ul.files {
        margin-top: 42px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees-desc.one-file > ul.files {
        width: 30%;
        margin-top: 18px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees-desc.one-file > ul.files > li {
        width: 100%;
        margin: 0;
    }

}

html > body.inner.comittees > main > section.comittees-desc > article {
    position: relative;
    display: block;
    margin-bottom: 30px;
    vertical-align: top;
}

@media screen and (min-width:768px) {
    html > body.inner.comittees > main > section.comittees-desc > article {
        margin-bottom: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees-desc > article {
        width: 60%;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.comittees > main > section.comittees-desc > article > h2 {
        margin-bottom: 10px;
    }

}

html > body.inner.comittees > main > section.comittees-desc > ul.files {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.comittees > main > section.comittees-desc > ul.files {
        padding-left: 40px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees-desc > ul.files {
        padding-left: 60px;
    }

}

html > body.inner.comittees > main > section.comittees-desc > ul.files.nav > li {
    padding-bottom: 20px;
}

html > body.inner.comittees > main > section.comittees-desc > ul.files > li {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 0 80px 40px;
    border-top: 1px solid #d7d7d7;
}

@media screen and (min-width:768px) {
    html > body.inner.comittees > main > section.comittees-desc > ul.files > li {
        display: inline-block;
        width: 50%;
        margin-right: 40px;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees-desc > ul.files > li {
        width: 33.333333333333%;
        margin-right: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.comittees > main > section.comittees-desc > ul.files > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees-desc > ul.files > li:nth-child(2n+2) {
        margin-right: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.comittees > main > section.comittees-desc > ul.files > li:nth-child(2n+1) {
        margin-left: -40px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees-desc > ul.files > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees-desc > ul.files > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees-desc > ul.files > li:nth-child(3n+1) {
        margin-left: -60px;
    }

}

html > body.inner.comittees > main > section.comittees-desc > ul.files > li:first-child {
    border-top: 0;
}

@media screen and (min-width:768px) {
    html > body.inner.comittees > main > section.comittees-desc > ul.files > li:nth-child(2) {
        border: none;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees-desc > ul.files > li:nth-child(3) {
        border: none;
    }

}

html > body.inner.comittees > main > section.comittees-desc > ul.files > li:before {
    position: absolute;
    display: block;
    content: '';
    top: 23px;
    left: 0;
    width: 26px;
    height: 32px;
    background: url(/styles/images/file.svg) no-repeat;
}

html > body.inner.comittees > main > section.comittees-desc > ul.files > li > p {
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
    margin-bottom: 0;
}

html > body.inner.comittees > main > section.comittees-desc > ul.files > li > a {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    position: absolute;
    left: 40px;
    bottom: 30px;
}

html > body.inner.comittees > main > section.comittees-desc > ul.files > li > a::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.inner.comittees > main > section.comittees-desc > ul.files > li > a {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner.comittees > main > section.comittees-desc > ul.files > li > a {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.comittees > main > section.comittees-desc > ul.files > li > a {
        padding: 0 10px;
    }

}

html > body.inner.comittees > main > section.comittees-desc > ul.files > li > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.comittees:not(.touch-scrolling):not(.has-touch) > main > section.comittees-desc > ul.files > li > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.comittees:not(.touch-scrolling):not(.has-touch) > main > section.comittees-desc > ul.files > li > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.comittees > main > section.comittees-desc > ul.files > li > nav {
    position: relative;
    padding-top: 17px;
}

html > body.inner.comittees > main > section.comittees-desc > ul.files > li > nav > a {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    margin-right: 10px;
    margin-bottom: 10px;
}

html > body.inner.comittees > main > section.comittees-desc > ul.files > li > nav > a::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.inner.comittees > main > section.comittees-desc > ul.files > li > nav > a {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner.comittees > main > section.comittees-desc > ul.files > li > nav > a {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.comittees > main > section.comittees-desc > ul.files > li > nav > a {
        padding: 0 10px;
    }

}

html > body.inner.comittees > main > section.comittees-desc > ul.files > li > nav > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.comittees:not(.touch-scrolling):not(.has-touch) > main > section.comittees-desc > ul.files > li > nav > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.comittees:not(.touch-scrolling):not(.has-touch) > main > section.comittees-desc > ul.files > li > nav > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

@media screen and (min-width:1220px) {
    html > body.inner.comittees > main > section.comittees-desc {
        padding-top: 20px;
    }

}

html > body.inner.comittees > main > section.comittees > a.to-structure-of-the-council {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 39px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    display: block;
    margin-bottom: 40px;
    font-size: 12px;
}

html > body.inner.comittees > main > section.comittees > a.to-structure-of-the-council::-moz-focus-inner {
    padding: 0;
    border: none;
}

@media screen and (min-width:768px) {
    html > body.inner.comittees > main > section.comittees > a.to-structure-of-the-council {
        padding: 0 10px;
    }

}

html > body.inner.comittees > main > section.comittees > a.to-structure-of-the-council:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 350px;
    height: 350px;
    margin: -185px 0 0 -175px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.comittees:not(.touch-scrolling):not(.has-touch) > main > section.comittees > a.to-structure-of-the-council:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.comittees:not(.touch-scrolling):not(.has-touch) > main > section.comittees > a.to-structure-of-the-council:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

@media screen and (min-width:768px) {
    html > body.inner.comittees > main > section.comittees > a.to-structure-of-the-council {
        padding: 0 20px;
        display: inline-block;
        font-size: 14px;
    }

}

html > body.inner.comittees > main > section.comittees > ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.comittees > main > section.comittees > ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees > ul {
        padding-left: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.comittees > main > section.comittees > ul > li {
        display: inline-block;
        margin-right: 10px;
        width: 50%;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees > ul > li {
        width: 33.333333333333%;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.comittees > main > section.comittees > ul > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees > ul > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.comittees > main > section.comittees > ul > li:nth-child(2n+1) {
        margin-left: -10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees > ul > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees > ul > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.comittees > main > section.comittees > ul > li:nth-child(3n+1) {
        margin-left: -20px;
    }

}

html > body.inner.comittees > main > section.comittees > ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
    padding: 18px 20px 11px 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

html > body.inner.comittees > main > section.comittees > ul > li > h3 {
    margin-bottom: 3px;
    letter-spacing: 0;
}

html > body.inner.comittees > main > section.comittees > ul > li > p {
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
}

html > body.inner.comittees > main > section.comittees > ul > li > p a {
    color: #808080;
    text-decoration: none;
}

html > body.inner.comittees > main > section.comittees > ul > li.has-link {
    padding-bottom: 60px;
}

html > body.inner.comittees > main > section.comittees > ul > li > h3 {
    margin-bottom: 0;
    text-transform: none;
}

html > body.inner.comittees > main > section.comittees > ul > li > a {
    position: absolute;
    display: block;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    border: 2px solid #f2f2f2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none;
}

html > body.inner.comittees > main > section.comittees > ul > li > a:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -6px;
    width: 9px;
    height: 9px;
    font-size: 0;
    color: rgba(0,0,0,0);
    border-left: 1px solid #f36e5c;
    border-bottom: 1px solid #f36e5c;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    outline: solid;
    outline-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

html > body.inner.comittees > main > section.comittees > ul > li > a:after {
    position: absolute;
    display: block;
    content: '';
    top: -100vh;
    right: -100vw;
    bottom: -100vh;
    left: -100vw;
}

html > body.inner.comittees > main > section.comittees > ul > li > a:hover {
    cursor: pointer;
    background: #fcd900;
    border-color: #fcd900;
}

html > body.inner.comittees > main > section.comittees > ul > li > a:hover:before {
    border-left-color: #2c2a29;
    border-bottom-color: #2c2a29;
}

html > body.inner.news.card > main > section.news > h1 > button.toggle {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    height: 22px;
    width: 30px;
    vertical-align: top;
}

html > body.inner.news.card > main > section.news > h1 > button.toggle::-moz-focus-inner {
    padding: 0;
    border: none;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > section.news > h1 > button.toggle {
        display: none;
    }

}

html > body.inner.news.card > main > section.news > h1 > button.toggle:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -7px;
    margin-left: -7px;
    border-right: 1px solid #f36e5c;
    border-bottom: 1px solid #f36e5c;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .335s cubic-bezier(.4,0,.12,1),margin .335s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .335s cubic-bezier(.4,0,.12,1),margin .335s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .335s cubic-bezier(.4,0,.12,1),margin .335s cubic-bezier(.4,0,.12,1);
    transition: transform .335s cubic-bezier(.4,0,.12,1),margin .335s cubic-bezier(.4,0,.12,1);
}

html > body.inner.news.card > main > section.news > h1 > button.toggle:after {
    position: absolute;
    display: block;
    content: '';
    top: -10px;
    right: -3000px;
    bottom: -10px;
    left: -3000px;
}

html > body.inner.news.card > main > section.news > h1.toggled > button.toggle:before {
    margin-top: -1px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

html > body.inner.news.card > main > section.news h2.toggled + nav.tabs,
html > body.inner.news.card > main > section.news h1.toggled + nav.tabs,
html > body.inner.news.card > main > section.news h3.toggled + nav.tabs {
    -webkit-transition: height .335s cubic-bezier(.4,0,.12,1);
    -moz-transition: height .335s cubic-bezier(.4,0,.12,1);
    -o-transition: height .335s cubic-bezier(.4,0,.12,1);
    transition: height .335s cubic-bezier(.4,0,.12,1);
}

@media screen and (max-width:767px) {
    html > body.inner.news.card > main > section.news h2.toggled + nav.tabs[data-children="2"],
    html > body.inner.news.card > main > section.news h1.toggled + nav.tabs[data-children="2"],
    html > body.inner.news.card > main > section.news h3.toggled + nav.tabs[data-children="2"] {
        height: 87px;
    }

}

@media screen and (max-width:767px) {
    html > body.inner.news.card > main > section.news h2.toggled + nav.tabs[data-children="3"],
    html > body.inner.news.card > main > section.news h1.toggled + nav.tabs[data-children="3"],
    html > body.inner.news.card > main > section.news h3.toggled + nav.tabs[data-children="3"] {
        height: 119px;
    }

}

html > body.inner.news.card > main > section.news h2.toggled + nav.tabs > ul,
html > body.inner.news.card > main > section.news h1.toggled + nav.tabs > ul,
html > body.inner.news.card > main > section.news h3.toggled + nav.tabs > ul {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: opacity .335s cubic-bezier(.4,0,.12,1) .25125s,-webkit-transform .335s cubic-bezier(.4,0,.12,1)*.75;
    -moz-transition: opacity .335s cubic-bezier(.4,0,.12,1) .25125s,-moz-transform .335s cubic-bezier(.4,0,.12,1)*.75;
    -o-transition: opacity .335s cubic-bezier(.4,0,.12,1) .25125s,-o-transform .335s cubic-bezier(.4,0,.12,1)*.75;
    transition: opacity .335s cubic-bezier(.4,0,.12,1) .25125s,transform .335s cubic-bezier(.4,0,.12,1)*.75;
}

html > body.inner.news.card > main > section.news nav.tabs {
    position: relative;
    margin: 0;
}

@media screen and (max-width:767px) {
    html > body.inner.news.card > main > section.news nav.tabs {
        height: 0;
        overflow: hidden;
        -webkit-transition: height .335s cubic-bezier(.4,0,.12,1) .25125s;
        -moz-transition: height .335s cubic-bezier(.4,0,.12,1) .25125s;
        -o-transition: height .335s cubic-bezier(.4,0,.12,1) .25125s;
        transition: height .335s cubic-bezier(.4,0,.12,1) .25125s;
    }

}

@media screen and (max-width:767px) {
    html > body.inner.news.card > main > section.news nav.tabs[data-children="2"] > ul {
        height: 65px;
    }

}

@media screen and (max-width:767px) {
    html > body.inner.news.card > main > section.news nav.tabs[data-children="3"] > ul {
        height: 97px;
    }

}

html > body.inner.news.card > main > section.news nav.tabs > ul {
    margin: 0 20px;
    padding: 0;
    list-style: none;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

@media screen and (max-width:767px) {
    html > body.inner.news.card > main > section.news nav.tabs > ul {
        opacity: 0;
        -webkit-transform: translate(0,5px);
        -moz-transform: translate(0,5px);
        -ms-transform: translate(0,5px);
        -o-transform: translate(0,5px);
        transform: translate(0,5px);
        -webkit-transition: opacity .335s cubic-bezier(.4,0,.12,1),-webkit-transform .335s;
        -moz-transition: opacity .335s cubic-bezier(.4,0,.12,1),-moz-transform .335s;
        -o-transition: opacity .335s cubic-bezier(.4,0,.12,1),-o-transform .335s;
        transition: opacity .335s cubic-bezier(.4,0,.12,1),transform .335s;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > section.news nav.tabs > ul {
        position: absolute;
        display: block;
        right: 20px;
        bottom: -6px;
        margin: 0;
        border: none;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.news.card > main > section.news nav.tabs > ul {
        right: 0;
    }

}

html > body.inner.news.card > main > section.news nav.tabs > ul > li {
    border-bottom: 1px solid #f36e5c;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > section.news nav.tabs > ul > li {
        display: inline-block;
        margin-right: 10px;
        border-bottom: none;
    }

}

html > body.inner.news.card > main > section.news nav.tabs > ul > li:last-child {
    border-bottom: 0;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > section.news nav.tabs > ul > li:last-child {
        margin-right: 0;
    }

}

html > body.inner.news.card > main > section.news nav.tabs > ul > li > a {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 0;
    height: 31px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 31px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > section.news nav.tabs > ul > li > a {
        height: 33px;
        padding: 0 20px;
        border: 1px solid #f36e5c;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

}

html > body.inner.news.card > main > section.news nav.tabs > ul > li > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -110px 0 0 -100px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

@media screen and (max-width:767px) {
    html > body.inner.news.card > main > section.news nav.tabs > ul > li > a:before {
        width: 800px;
        height: 800px;
        margin: -410px 0 0 -400px;
    }

}

html > body.inner.news.card:not(.touch-scrolling):not(.has-touch) > main > section.news nav.tabs > ul > li > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.news.card:not(.touch-scrolling):not(.has-touch) > main > section.news nav.tabs > ul > li > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.news.card > main > section.news > nav.tabs > ul {
    margin: 0 0 20px;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > section.news > nav.tabs > ul {
        right: 0;
        margin-bottom: 28px;
    }

}

html > body.inner.news.card > main > section.news > a.back-to-news {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 39px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    display: block;
    margin-bottom: 40px;
}

html > body.inner.news.card > main > section.news > a.back-to-news::-moz-focus-inner {
    padding: 0;
    border: none;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > section.news > a.back-to-news {
        padding: 0 10px;
    }

}

html > body.inner.news.card > main > section.news > a.back-to-news:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 350px;
    height: 350px;
    margin: -185px 0 0 -175px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.news.card:not(.touch-scrolling):not(.has-touch) > main > section.news > a.back-to-news:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.news.card:not(.touch-scrolling):not(.has-touch) > main > section.news > a.back-to-news:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > section.news > a.back-to-news {
        margin-left: 20px;
        padding: 0 20px;
        display: inline-block;
    }

}

html > body.inner.news.card > main > article.news {
    position: relative;
    margin: 0 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #2c2a29;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news {
        padding: 20px;
        background: white;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
        box-shadow: 0 1px 2px rgba(0,0,0,.14);
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.news.card > main > article.news {
        max-width: 930px;
        margin-left: auto;
        margin-right: auto;
    }

}

html > body.inner.news.card > main > article.news > a.video-link {
    display: block;
    text-decoration: none;
}

html > body.inner.news.card > main > article.news > a.video-link > img {
    width: 100%;
}

html > body.inner.news.card > main > article.news > a.video-link:before,
html > body.inner.news.card > main > article.news > a.video-link:after {
    position: absolute;
    display: block;
    content: '';
}

html > body.inner.news.card > main > article.news > a.video-link:before {
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background .25s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: background .25s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: background .25s cubic-bezier(.650,.005,.335,1.000);
    transition: background .25s cubic-bezier(.650,.005,.335,1.000);
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > a.video-link:before {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.news.card > main > article.news > a.video-link:before {
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
    }

}

html > body.inner.news.card > main > article.news > a.video-link:after {
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -16px;
    background: url(/styles/images/triangle.svg) no-repeat center center;
    -webkit-background-size: 28px 32px;
    -moz-background-size: 28px 32px;
    background-size: 28px 32px;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > a.video-link:after {
        margin-left: -17px;
        -webkit-background-size: 30px 34px;
        -moz-background-size: 30px 34px;
        background-size: 30px 34px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.news.card > main > article.news > a.video-link:after {
        margin-left: -14px;
        -webkit-background-size: 36px 42px;
        -moz-background-size: 36px 42px;
        background-size: 36px 42px;
    }

}

html > body.inner.news.card > main > article.news > a.video-link:hover:before {
    background: #fcd900;
}

html > body.inner.news.card > main > article.news > a.video-link:hover:after {
    background-image: url(/styles/images/triangle-b.svg);
}

html > body.inner.news.card > main > article.news > img,
html > body.inner.news.card > main > article.news > a.video-link {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 22px;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > img,
    html > body.inner.news.card > main > article.news > a.video-link {
        position: absolute;
        left: 20px;
        top: 20px;
        display: inline-block;
        width: 370px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.news.card > main > article.news > img,
    html > body.inner.news.card > main > article.news > a.video-link {
        width: 480px;
    }

}

html > body.inner.news.card > main > article.news > time {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 2;
    height: 76px;
    width: 76px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #2c2a29;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > time {
        left: 20px;
        top: 20px;
    }

}

html > body.inner.news.card > main > article.news > time:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    height: 95%;
}

html > body.inner.news.card > main > article.news > time > div {
    display: inline-block;
    width: 99%;
    vertical-align: middle;
    color: white;
    font-size: 12px;
    letter-spacing: .03em;
    text-align: center;
    font-family: 'Pragmatica Slabserif',sans-serif;
}

html > body.inner.news.card > main > article.news > time > div > span:not(.year) {
    display: block;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Pragmatica Slabserif',sans-serif;
    line-height: 36px;
}

html > body.inner.news.card > main > article.news > time > div > span.year {
    display: block;
    font-size: 10px;
    font-weight: 500;
}

html > body.inner.news.card > main > article.news > h2 {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-size: 18px;
    line-height: 1.2222222222222;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #2c2a29;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > h2 {
        padding-left: 390px;
        min-height: 230px;
        padding-top: 4px;
        font-size: 20px;
        line-height: 1.3;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.news.card > main > article.news > h2 {
        padding-left: 500px;
        min-height: 300px;
        font-size: 26px;
        line-height: 1.2307692307692;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.news.card > main > article.news > h2 {
        font-size: 26px;
        line-height: 1.1538461538462;
    }

}

html > body.inner.news.card > main > article.news > h2:after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #2c2a29;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > h2:after {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 24px;
    }

}

html > body.inner.news.card > main > article.news > div.text {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.2857142857143;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > div.text {
        font-size: 16px;
        line-height: 1.375;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.news.card > main > article.news > div.text {
        margin-left: 20px;
        width: 70%;
    }

}

html > body.inner.news.card > main > article.news > div.text a {
    color: #077cc3;
}

html > body.inner.news.card > main > article.news > div.text p,
html > body.inner.news.card > main > article.news > div.text ul {
    margin-bottom: 20px;
}

html > body.inner.news.card > main > article.news > div.text p {
    font-size: 14px;
    line-height: 1.2857142857143;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > div.text p {
        font-size: 16px;
        line-height: 1.375;
    }

}

html > body.inner.news.card > main > article.news > div.text p:first-child {
    font-size: 15px;
    line-height: 1.3333333333333;
    font-weight: 500;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > div.text p:first-child {
        font-size: 18px;
        line-height: 1.4444444444444;
    }

}

html > body.inner.news.card > main > article.news > div.text ul {
    margin: 0 0 20px 22px;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > div.text ul {
        margin-left: 42px;
    }

}

html > body.inner.news.card > main > article.news > div.text ul > li {
    position: relative;
    margin-bottom: 6px;
    line-height: 1.2857142857143;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > div.text ul > li {
        line-height: 1.375;
    }

}

html > body.inner.news.card > main > article.news > div.text ul > li:before {
    content: '\2014\0020 ';
    margin-left: -20px;
    margin-right: 3px;
}

html > body.inner.news.card > main > article.news > h3 {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2857142857143;
    letter-spacing: .03em;
    font-weight: 700;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > h3 {
        font-size: 16px;
        line-height: 1.375;
    }

}

html > body.inner.news.card > main > article.news > ul.files {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > ul.files {
        padding-left: 40px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.news.card > main > article.news > ul.files {
        padding-left: 60px;
    }

}

html > body.inner.news.card > main > article.news > ul.files.nav > li {
    padding-bottom: 20px;
}

html > body.inner.news.card > main > article.news > ul.files > li {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 0 80px 40px;
    border-top: 1px solid #d7d7d7;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > ul.files > li {
        display: inline-block;
        width: 50%;
        margin-right: 40px;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.news.card > main > article.news > ul.files > li {
        width: 33.333333333333%;
        margin-right: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > ul.files > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.news.card > main > article.news > ul.files > li:nth-child(2n+2) {
        margin-right: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > ul.files > li:nth-child(2n+1) {
        margin-left: -40px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.news.card > main > article.news > ul.files > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.news.card > main > article.news > ul.files > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.news.card > main > article.news > ul.files > li:nth-child(3n+1) {
        margin-left: -60px;
    }

}

html > body.inner.news.card > main > article.news > ul.files > li:first-child {
    border-top: 0;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > ul.files > li:nth-child(2) {
        border: none;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.news.card > main > article.news > ul.files > li:nth-child(3) {
        border: none;
    }

}

html > body.inner.news.card > main > article.news > ul.files > li:before {
    position: absolute;
    display: block;
    content: '';
    top: 23px;
    left: 0;
    width: 26px;
    height: 32px;
    background: url(/styles/images/file.svg) no-repeat;
}

html > body.inner.news.card > main > article.news > ul.files > li > p {
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
    margin-bottom: 0;
}

html > body.inner.news.card > main > article.news > ul.files > li > a {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    position: absolute;
    left: 40px;
    bottom: 30px;
}

html > body.inner.news.card > main > article.news > ul.files > li > a::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.inner.news.card > main > article.news > ul.files > li > a {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner.news.card > main > article.news > ul.files > li > a {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > ul.files > li > a {
        padding: 0 10px;
    }

}

html > body.inner.news.card > main > article.news > ul.files > li > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.news.card:not(.touch-scrolling):not(.has-touch) > main > article.news > ul.files > li > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.news.card:not(.touch-scrolling):not(.has-touch) > main > article.news > ul.files > li > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.news.card > main > article.news > ul.files > li > nav {
    position: relative;
    padding-top: 17px;
}

html > body.inner.news.card > main > article.news > ul.files > li > nav > a {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    margin-right: 10px;
    margin-bottom: 10px;
}

html > body.inner.news.card > main > article.news > ul.files > li > nav > a::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.inner.news.card > main > article.news > ul.files > li > nav > a {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner.news.card > main > article.news > ul.files > li > nav > a {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > ul.files > li > nav > a {
        padding: 0 10px;
    }

}

html > body.inner.news.card > main > article.news > ul.files > li > nav > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.news.card:not(.touch-scrolling):not(.has-touch) > main > article.news > ul.files > li > nav > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.news.card:not(.touch-scrolling):not(.has-touch) > main > article.news > ul.files > li > nav > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.news.card > main > article.news > ul.files + h3 {
    margin-top: 20px;
}

html > body.inner.news.card > main > article.news > ul.photo {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
    margin-top: 25px;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > ul.photo {
        margin-left: 30px;
    }

}

html > body.inner.news.card > main > article.news > ul.photo > li {
    display: inline-block;
    width: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: top;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > ul.photo > li {
        width: 25%;
    }

}

html > body.inner.news.card > main > article.news > ul.photo > li:nth-child(2n+2) {
    margin-right: 0;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > ul.photo > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

html > body.inner.news.card > main > article.news > ul.photo > li:nth-child(2n+1) {
    margin-left: -10px;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > ul.photo > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > ul.photo > li:nth-child(4n+4) {
        margin-right: 0;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > article.news > ul.photo > li:nth-child(4n+1) {
        margin-left: -30px;
    }

}

html > body.inner.news.card > main > article.news > ul.photo > li > a {
    position: relative;
    display: block;
    font-size: 0;
}

html > body.inner.news.card > main > article.news > ul.photo > li > a > img {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
    transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
}

html > body.inner.news.card > main > article.news > ul.photo > li > a > img.grey {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

html > body.inner.news.card > main > article.news > ul.photo > li > a:hover > img.grey {
    opacity: 0;
}

html > body.inner.news.card > main > a.back-to-news {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 39px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    display: block;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
}

html > body.inner.news.card > main > a.back-to-news::-moz-focus-inner {
    padding: 0;
    border: none;
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > a.back-to-news {
        padding: 0 10px;
    }

}

html > body.inner.news.card > main > a.back-to-news:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 350px;
    height: 350px;
    margin: -185px 0 0 -175px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.news.card:not(.touch-scrolling):not(.has-touch) > main > a.back-to-news:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.news.card:not(.touch-scrolling):not(.has-touch) > main > a.back-to-news:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

@media screen and (min-width:768px) {
    html > body.inner.news.card > main > a.back-to-news {
        margin-left: 40px;
        padding: 0 20px;
        display: inline-block;
    }

}

html > body.inner.media-list:not(.card) > main > section.media > nav.tabs {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 18px;
}

@media screen and (max-width:1219px) {
    html > body.inner.media-list:not(.card) > main > section.media > nav.tabs:before,
    html > body.inner.media-list:not(.card) > main > section.media > nav.tabs:after {
        position: absolute;
        display: block;
        content: '';
        z-index: 10;
    }

}

@media screen and (max-width:1219px) {
    html > body.inner.media-list:not(.card) > main > section.media > nav.tabs:before {
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        width: 20px;
        background: -webkit-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: -moz-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: -ms-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: -o-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
    }

}

@media screen and (max-width:1219px) {
    html > body.inner.media-list:not(.card) > main > section.media > nav.tabs:after {
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 20px;
        background: -webkit-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: -moz-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: -ms-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: -o-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
    }

}

html > body.inner.media-list:not(.card) > main > section.media > nav.tabs > ul {
    position: relative;
    overflow: auto;
    margin: 0;
    width: 100%;
    padding: 2px 0;
    white-space: nowrap;
    list-style: none;
}

@media screen and (min-width:1220px) {
    html > body.inner.media-list:not(.card) > main > section.media > nav.tabs > ul {
        padding-left: 0;
        padding-right: 0;
    }

}

html > body.inner.media-list:not(.card) > main > section.media > nav.tabs > ul > li {
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    vertical-align: top;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}

@media screen and (min-width:768px) {
    html > body.inner.media-list:not(.card) > main > section.media > nav.tabs > ul > li {
        height: 34px;
        line-height: 34px;
    }

}

html > body.inner.media-list:not(.card) > main > section.media > nav.tabs > ul > li:last-child {
    margin-right: 40px;
}

html > body.inner.media-list:not(.card) > main > section.media > nav.tabs > ul > li > a,
html > body.inner.media-list:not(.card) > main > section.media > nav.tabs > ul > li > span {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 15px;
    color: #2c2a29;
    font-size: 11px;
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: .03em;
    text-transform: uppercase;
    vertical-align: middle;
}

@media screen and (min-width:768px) {
    html > body.inner.media-list:not(.card) > main > section.media > nav.tabs > ul > li > a,
    html > body.inner.media-list:not(.card) > main > section.media > nav.tabs > ul > li > span {
        line-height: 34px;
    }

}

html > body.inner.media-list:not(.card) > main > section.media > nav.tabs > ul > li > a {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: white;
    text-decoration: none;
}

html > body.inner.media-list:not(.card) > main > section.media > nav.tabs > ul > li > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    background: #fcd900;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.media-list:not(.card):not(.touch-scrolling):not(.has-touch) > main > section.media > nav.tabs > ul > li > a:not(.active):hover {
    cursor: pointer;
}

html > body.inner.media-list:not(.card):not(.touch-scrolling):not(.has-touch) > main > section.media > nav.tabs > ul > li > a:not(.active):hover:before {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.media-list:not(.card) > main > section.media > nav.tabs > ul > li > span {
    background: #fcd900;
}

html > body.inner.media-list:not(.card) > main > section.media > nav.tabs:before,
html > body.inner.media-list:not(.card) > main > section.media > nav.tabs:after {
    display: none;
}

html > body.inner.media-list:not(.card) > main > section.media > nav.tabs > ul > li:last-child {
    margin-right: 0;
}

html > body.inner.media-list > main > section.media > button.load-more-media {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 39px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    margin-bottom: 40px;
    width: 100%;
}

html > body.inner.media-list > main > section.media > button.load-more-media::-moz-focus-inner {
    padding: 0;
    border: none;
}

@media screen and (min-width:768px) {
    html > body.inner.media-list > main > section.media > button.load-more-media {
        padding: 0 10px;
    }

}

html > body.inner.media-list > main > section.media > button.load-more-media:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 350px;
    height: 350px;
    margin: -185px 0 0 -175px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.media-list:not(.touch-scrolling):not(.has-touch) > main > section.media > button.load-more-media:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.media-list:not(.touch-scrolling):not(.has-touch) > main > section.media > button.load-more-media:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

@media screen and (min-width:768px) {
    html > body.inner.media-list > main > section.media > button.load-more-media {
        display: block;
        width: 170px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media-list > main > section.media > button.load-more-media {
        margin-left: 0;
        margin-right: 0;
    }

}

html > body.inner.media-list > main > section.media > ul.news,
html > body.inner.media-list > main > section.media > ul.media {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:640px) {
    html > body.inner.media-list > main > section.media > ul.news,
    html > body.inner.media-list > main > section.media > ul.media {
        margin-left: 20px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media-list > main > section.media > ul.news,
    html > body.inner.media-list > main > section.media > ul.media {
        margin-left: 40px;
    }

}

html > body.inner.media-list > main > section.media > ul.news.error,
html > body.inner.media-list > main > section.media > ul.media.error {
    margin-left: 0;
}

html > body.inner.media-list > main > section.media > ul.news > li,
html > body.inner.media-list > main > section.media > ul.media > li {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    vertical-align: top;
}

html > body.inner.media-list > main > section.media > ul.news > li > img,
html > body.inner.media-list > main > section.media > ul.media > li > img {
    display: block;
    width: 100%;
}

html > body.inner.media-list > main > section.media > ul.news > li > div.type,
html > body.inner.media-list > main > section.media > ul.news > li > time,
html > body.inner.media-list > main > section.media > ul.media > li > div.type,
html > body.inner.media-list > main > section.media > ul.media > li > time {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .415s cubic-bezier(.83,0,.38,1) .195s,opacity .415s cubic-bezier(.83,0,.38,1) .195s,background .61s cubic-bezier(.83,0,.65,1);
    -moz-transition: -moz-transform .415s cubic-bezier(.83,0,.38,1) .195s,opacity .415s cubic-bezier(.83,0,.38,1) .195s,background .61s cubic-bezier(.83,0,.65,1);
    -o-transition: -o-transform .415s cubic-bezier(.83,0,.38,1) .195s,opacity .415s cubic-bezier(.83,0,.38,1) .195s,background .61s cubic-bezier(.83,0,.65,1);
    transition: transform .415s cubic-bezier(.83,0,.38,1) .195s,opacity .415s cubic-bezier(.83,0,.38,1) .195s,background .61s cubic-bezier(.83,0,.65,1);
}

html > body.inner.media-list > main > section.media > ul.news > li > div.type,
html > body.inner.media-list > main > section.media > ul.media > li > div.type {
    position: absolute;
    z-index: 4;
    display: block;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f36e5c;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (min-width:768px) {
    html > body.inner.media-list > main > section.media > ul.news > li > div.type,
    html > body.inner.media-list > main > section.media > ul.media > li > div.type {
        height: 120px;
        width: 100px;
    }

}

html > body.inner.media-list > main > section.media > ul.news > li > time,
html > body.inner.media-list > main > section.media > ul.media > li > time {
    position: absolute;
    z-index: 4;
    display: block;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f36e5c;
}

@media screen and (min-width:768px) {
    html > body.inner.media-list > main > section.media > ul.news > li > time,
    html > body.inner.media-list > main > section.media > ul.media > li > time {
        height: 120px;
        width: 100px;
    }

}

html > body.inner.media-list > main > section.media > ul.news > li > time:before,
html > body.inner.media-list > main > section.media > ul.media > li > time:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

html > body.inner.media-list > main > section.media > ul.news > li > time > div,
html > body.inner.media-list > main > section.media > ul.media > li > time > div {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    color: white;
    font-size: 12px;
    letter-spacing: .03em;
    font-weight: 400;
    text-align: center;
    font-family: 'Pragmatica',sans-serif;
    line-height: .8;
}

html > body.inner.media-list > main > section.media > ul.news > li > time > div > span:not(.year),
html > body.inner.media-list > main > section.media > ul.media > li > time > div > span:not(.year) {
    display: block;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: .03em;
    font-family: 'Pragmatica Slabserif',sans-serif;
    line-height: 1;
}

html > body.inner.media-list > main > section.media > ul.news > li > time > div > span.year,
html > body.inner.media-list > main > section.media > ul.media > li > time > div > span.year {
    display: block;
    margin-top: -1px;
    padding-left: 1px;
    font-size: 10px;
    font-weight: 500;
    font-family: 'Pragmatica',sans-serif;
    line-height: 1.8;
    letter-spacing: .2em;
}

html > body.inner.media-list > main > section.media > ul.news > li > a,
html > body.inner.media-list > main > section.media > ul.media > li > a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 80px;
    padding: 14px 20px 0 90px;
    color: #2c2a29;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    background: white;
}

@media screen and (min-width:768px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a,
    html > body.inner.media-list > main > section.media > ul.media > li > a {
        height: 120px;
        padding-left: 130px;
        padding-top: 25px;
        line-height: 24px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a,
    html > body.inner.media-list > main > section.media > ul.media > li > a {
        font-size: 16px;
    }

}

html > body.inner.media-list > main > section.media > ul.news > li > a:before,
html > body.inner.media-list > main > section.media > ul.media > li > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

html > body.inner.media-list > main > section.media > ul.news > li > a:after,
html > body.inner.media-list > main > section.media > ul.media > li > a:after {
    position: absolute;
    display: block;
    content: '';
    z-index: 6;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: 80px;
    background: url(/styles/images/arrow.svg) no-repeat;
    background-position: center bottom;
    opacity: 0;
    -webkit-transition: opacity .34s cubic-bezier(.89,0,.65,1),background .83s cubic-bezier(.89,0,.65,1);
    -moz-transition: opacity .34s cubic-bezier(.89,0,.65,1),background .83s cubic-bezier(.89,0,.65,1);
    -o-transition: opacity .34s cubic-bezier(.89,0,.65,1),background .83s cubic-bezier(.89,0,.65,1);
    transition: opacity .34s cubic-bezier(.89,0,.65,1),background .83s cubic-bezier(.89,0,.65,1);
}

@media screen and (min-width:768px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a:after,
    html > body.inner.media-list > main > section.media > ul.media > li > a:after {
        height: 120px;
    }

}

html > body.inner.media-list > main > section.media > ul.news > li > a > span.text,
html > body.inner.media-list > main > section.media > ul.media > li > a > span.text {
    display: block;
    overflow: hidden;
    max-height: 60px;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .415s cubic-bezier(.83,0,.65,1) .195s,opacity .415s cubic-bezier(.83,0,.65,1) .195s;
    -moz-transition: -moz-transform .415s cubic-bezier(.83,0,.65,1) .195s,opacity .415s cubic-bezier(.83,0,.65,1) .195s;
    -o-transition: -o-transform .415s cubic-bezier(.83,0,.65,1) .195s,opacity .415s cubic-bezier(.83,0,.65,1) .195s;
    transition: transform .415s cubic-bezier(.83,0,.65,1) .195s,opacity .415s cubic-bezier(.83,0,.65,1) .195s;
}

@media screen and (min-width:768px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span.text,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span.text {
        max-height: 75px;
    }

}

html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text),
html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text) {
    position: absolute;
    z-index: 3;
    overflow: hidden;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: 80px;
}

html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    width: 660px;
    height: 660px;
    margin: -330px 0 0 -330px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f36e5c;
    -webkit-transform: scale(0,0) translate3d(0,0,0);
    -moz-transform: scale(0,0) translate3d(0,0,0);
    -ms-transform: scale(0,0) translate3d(0,0,0);
    -o-transform: scale(0,0) translate3d(0,0,0);
    transform: scale(0,0) translate3d(0,0,0);
    -webkit-transition: -webkit-transform .83s cubic-bezier(.83,0,.38,1),background .61s cubic-bezier(.83,0,.65,1);
    -moz-transition: -moz-transform .83s cubic-bezier(.83,0,.38,1),background .61s cubic-bezier(.83,0,.65,1);
    -o-transition: -o-transform .83s cubic-bezier(.83,0,.38,1),background .61s cubic-bezier(.83,0,.65,1);
    transition: transform .83s cubic-bezier(.83,0,.38,1),background .61s cubic-bezier(.83,0,.65,1);
}

@media screen and (min-width:370px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 760px;
        height: 760px;
        margin: -380px 0 0 -380px;
    }

}

@media screen and (min-width:420px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 860px;
        height: 860px;
        margin: -430px 0 0 -430px;
    }

}

@media screen and (min-width:470px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 960px;
        height: 960px;
        margin: -480px 0 0 -480px;
    }

}

@media screen and (min-width:520px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 1040px;
        height: 1040px;
        margin: -520px 0 0 -520px;
    }

}

@media screen and (min-width:560px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 1140px;
        height: 1140px;
        margin: -570px 0 0 -570px;
    }

}

@media screen and (min-width:610px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 1200px;
        height: 1200px;
        margin: -600px 0 0 -600px;
    }

}

@media screen and (min-width:640px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 725px;
        height: 725px;
        margin: -362.5px 0 0 -362.5px;
    }

}

@media screen and (min-width:725px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 860px;
        height: 860px;
        margin: -430px 0 0 -430px;
    }

}

@media screen and (min-width:860px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 960px;
        height: 960px;
        margin: -480px 0 0 -480px;
    }

}

@media screen and (min-width:960px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 1050px;
        height: 1050px;
        margin: -525px 0 0 -525px;
    }

}

@media screen and (min-width:1050px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 1140px;
        height: 1140px;
        margin: -570px 0 0 -570px;
    }

}

@media screen and (min-width:1140px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 1220px;
        height: 1220px;
        margin: -610px 0 0 -610px;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 1320px;
        height: 1320px;
        margin: -660px 0 0 -660px;
    }

}

@media screen and (min-width:1320px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 1400px;
        height: 1400px;
        margin: -700px 0 0 -700px;
    }

}

@media screen and (min-width:1400px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 1485px;
        height: 1485px;
        margin: -742.5px 0 0 -742.5px;
    }

}

@media screen and (min-width:1485px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 1570px;
        height: 1570px;
        margin: -785px 0 0 -785px;
    }

}

@media screen and (min-width:1570px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 1600px;
        height: 1600px;
        margin: -800px 0 0 -800px;
    }

}

@media screen and (min-width:1600px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 1106.6666666667px;
        height: 1106.6666666667px;
        margin: -553.33333333333px 0 0 -553.33333333333px;
    }

}

@media screen and (min-width:1660px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 1160px;
        height: 1160px;
        margin: -580px 0 0 -580px;
    }

}

@media screen and (min-width:1740px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 1216.6666666667px;
        height: 1216.6666666667px;
        margin: -608.33333333333px 0 0 -608.33333333333px;
    }

}

@media screen and (min-width:1825px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 1253.3333333333px;
        height: 1253.3333333333px;
        margin: -626.66666666667px 0 0 -626.66666666667px;
    }

}

@media screen and (min-width:1880px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 1000px;
        height: 1000px;
        margin: -500px 0 0 -500px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text),
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text) {
        height: 120px;
    }

}

html > body.inner.media-list > main > section.media > ul.news > li:hover > div.type,
html > body.inner.media-list > main > section.media > ul.news > li:hover > time,
html > body.inner.media-list > main > section.media > ul.media > li:hover > div.type,
html > body.inner.media-list > main > section.media > ul.media > li:hover > time {
    background-color: #fcd900;
    -webkit-transform: translate(-75px,0) translate3d(0,0,0);
    -moz-transform: translate(-75px,0) translate3d(0,0,0);
    -ms-transform: translate(-75px,0) translate3d(0,0,0);
    -o-transform: translate(-75px,0) translate3d(0,0,0);
    transform: translate(-75px,0) translate3d(0,0,0);
    -webkit-transition: -webkit-transform .195s cubic-bezier(.83,0,.38,1) .22s,background .61s cubic-bezier(.83,0,.65,1) .22s,opacity .195s cubic-bezier(.83,0,.38,1) .22s;
    -moz-transition: -moz-transform .195s cubic-bezier(.83,0,.38,1) .22s,background .61s cubic-bezier(.83,0,.65,1) .22s,opacity .195s cubic-bezier(.83,0,.38,1) .22s;
    -o-transition: -o-transform .195s cubic-bezier(.83,0,.38,1) .22s,background .61s cubic-bezier(.83,0,.65,1) .22s,opacity .195s cubic-bezier(.83,0,.38,1) .22s;
    transition: transform .195s cubic-bezier(.83,0,.38,1) .22s,background .61s cubic-bezier(.83,0,.65,1) .22s,opacity .195s cubic-bezier(.83,0,.38,1) .22s;
}

@media screen and (min-width:768px) {
    html > body.inner.media-list > main > section.media > ul.news > li:hover > div.type,
    html > body.inner.media-list > main > section.media > ul.news > li:hover > time,
    html > body.inner.media-list > main > section.media > ul.media > li:hover > div.type,
    html > body.inner.media-list > main > section.media > ul.media > li:hover > time {
        -webkit-transform: translate(-100px,0) translate3d(0,0,0);
        -moz-transform: translate(-100px,0) translate3d(0,0,0);
        -ms-transform: translate(-100px,0) translate3d(0,0,0);
        -o-transform: translate(-100px,0) translate3d(0,0,0);
        transform: translate(-100px,0) translate3d(0,0,0);
    }

}

html > body.inner.media-list > main > section.media > ul.news > li:hover > a > span.text,
html > body.inner.media-list > main > section.media > ul.media > li:hover > a > span.text {
    opacity: 0;
    -webkit-transform: translate(110%,0) translate3d(0,0,0);
    -moz-transform: translate(110%,0) translate3d(0,0,0);
    -ms-transform: translate(110%,0) translate3d(0,0,0);
    -o-transform: translate(110%,0) translate3d(0,0,0);
    transform: translate(110%,0) translate3d(0,0,0);
    -webkit-transition: -webkit-transform(.195s) cubic-bezier(.83,0,.65,1),opacity(.195s) cubic-bezier(.83,0,.65,1);
    -moz-transition: -moz-transform(.195s) cubic-bezier(.83,0,.65,1),opacity(.195s) cubic-bezier(.83,0,.65,1);
    -o-transition: -o-transform(.195s) cubic-bezier(.83,0,.65,1),opacity(.195s) cubic-bezier(.83,0,.65,1);
    transition: transform(.195s) cubic-bezier(.83,0,.65,1),opacity(.195s) cubic-bezier(.83,0,.65,1);
}

html > body.inner.media-list > main > section.media > ul.news > li:hover > a > span:not(.text):after,
html > body.inner.media-list > main > section.media > ul.media > li:hover > a > span:not(.text):after {
    background: #fcd900;
    -webkit-transform: scale(1,1) translate3d(0,0,0);
    -moz-transform: scale(1,1) translate3d(0,0,0);
    -ms-transform: scale(1,1) translate3d(0,0,0);
    -o-transform: scale(1,1) translate3d(0,0,0);
    transform: scale(1,1) translate3d(0,0,0);
    -webkit-transition: -webkit-transform .83s cubic-bezier(.83,0,.38,1),background .61s cubic-bezier(.83,0,.65,1) .22s;
    -moz-transition: -moz-transform .83s cubic-bezier(.83,0,.38,1),background .61s cubic-bezier(.83,0,.65,1) .22s;
    -o-transition: -o-transform .83s cubic-bezier(.83,0,.38,1),background .61s cubic-bezier(.83,0,.65,1) .22s;
    transition: transform .83s cubic-bezier(.83,0,.38,1),background .61s cubic-bezier(.83,0,.65,1) .22s;
}

html > body.inner.media-list > main > section.media > ul.news > li:hover > a:after,
html > body.inner.media-list > main > section.media > ul.media > li:hover > a:after {
    opacity: 1;
    background-position: center center;
    -webkit-transition: opacity .34s cubic-bezier(.89,0,.65,1) .49s,background .83s cubic-bezier(.89,0,.65,1);
    -moz-transition: opacity .34s cubic-bezier(.89,0,.65,1) .49s,background .83s cubic-bezier(.89,0,.65,1);
    -o-transition: opacity .34s cubic-bezier(.89,0,.65,1) .49s,background .83s cubic-bezier(.89,0,.65,1);
    transition: opacity .34s cubic-bezier(.89,0,.65,1) .49s,background .83s cubic-bezier(.89,0,.65,1);
}

@media screen and (min-width:640px) {
    html > body.inner.media-list > main > section.media > ul.news > li,
    html > body.inner.media-list > main > section.media > ul.media > li {
        display: inline-block;
        width: 50%;
        margin-right: 20px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media-list > main > section.media > ul.news > li,
    html > body.inner.media-list > main > section.media > ul.media > li {
        width: 33.333333333333%;
    }

}

@media screen and (min-width:640px) {
    html > body.inner.media-list > main > section.media > ul.news > li:nth-child(2n+2),
    html > body.inner.media-list > main > section.media > ul.media > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media-list > main > section.media > ul.news > li:nth-child(2n+2),
    html > body.inner.media-list > main > section.media > ul.media > li:nth-child(2n+2) {
        margin-right: 20px;
    }

}

@media screen and (min-width:640px) {
    html > body.inner.media-list > main > section.media > ul.news > li:nth-child(2n+1),
    html > body.inner.media-list > main > section.media > ul.media > li:nth-child(2n+1) {
        margin-left: -20px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media-list > main > section.media > ul.news > li:nth-child(2n+1),
    html > body.inner.media-list > main > section.media > ul.media > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media-list > main > section.media > ul.news > li:nth-child(3n+3),
    html > body.inner.media-list > main > section.media > ul.media > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media-list > main > section.media > ul.news > li:nth-child(3n+1),
    html > body.inner.media-list > main > section.media > ul.media > li:nth-child(3n+1) {
        margin-left: -40px;
    }

}

html > body.inner.media-list > main > section.media > ul.news > li.error,
html > body.inner.media-list > main > section.media > ul.media > li.error {
    width: 100%;
    text-align: center;
    margin: 60px 0 100px;
    padding: 40px 20px;
    background: white;
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
}

@media screen and (min-width:768px) {
    html > body.inner.media-list > main > section.media > ul.news > li.error,
    html > body.inner.media-list > main > section.media > ul.media > li.error {
        width: 100%;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media-list > main > section.media > ul.news > li.error,
    html > body.inner.media-list > main > section.media > ul.media > li.error {
        width: 100%;
    }

}

html > body.inner.media-list > main > section.media > ul.news > li[data-type="photo"] > div.type,
html > body.inner.media-list > main > section.media > ul.media > li[data-type="photo"] > div.type {
    background-image: url(/styles/images/media-gallery.svg);
}

html > body.inner.media-list > main > section.media > ul.news > li[data-type="video"] > div.type,
html > body.inner.media-list > main > section.media > ul.media > li[data-type="video"] > div.type {
    background-image: url(/styles/images/media-video.svg);
}

html > body.inner.media-list > main > section.media > ul.news > li[data-type="docs"] > div.type,
html > body.inner.media-list > main > section.media > ul.media > li[data-type="docs"] > div.type {
    background-image: url(/styles/images/media-docs.svg);
}

html > body.inner.media-list > main > section.media > ul.news > li > div.type,
html > body.inner.media-list > main > section.media > ul.media > li > div.type {
    -webkit-background-size: 44px 44px;
    -moz-background-size: 44px 44px;
    background-size: 44px 44px;
}

@media screen and (min-width:470px) {
    html > body.inner.media-list > main > section.media > ul.news > li > div.type,
    html > body.inner.media-list > main > section.media > ul.media > li > div.type {
        width: 92px;
        height: 100px;
    }

}

@media screen and (min-width:640px) {
    html > body.inner.media-list > main > section.media > ul.news > li > div.type,
    html > body.inner.media-list > main > section.media > ul.media > li > div.type {
        height: 84px;
        width: 78px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.media-list > main > section.media > ul.news > li > div.type,
    html > body.inner.media-list > main > section.media > ul.media > li > div.type {
        width: 84px;
    }

}

@media screen and (min-width:470px) {
    html > body.inner.media-list > main > section.media > ul.news > li > time,
    html > body.inner.media-list > main > section.media > ul.media > li > time {
        width: 92px;
        height: 100px;
    }

}

@media screen and (min-width:640px) {
    html > body.inner.media-list > main > section.media > ul.news > li > time,
    html > body.inner.media-list > main > section.media > ul.media > li > time {
        height: 84px;
        width: 78px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.media-list > main > section.media > ul.news > li > time,
    html > body.inner.media-list > main > section.media > ul.media > li > time {
        width: 84px;
    }

}

html > body.inner.media-list > main > section.media > ul.news > li > a,
html > body.inner.media-list > main > section.media > ul.media > li > a {
    padding-top: 12px;
}

@media screen and (min-width:470px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a,
    html > body.inner.media-list > main > section.media > ul.media > li > a {
        padding-top: 17px;
        height: 100px;
        padding-left: 112px;
        font-size: 16px;
        line-height: 1.375;
    }

}

@media screen and (min-width:640px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a,
    html > body.inner.media-list > main > section.media > ul.media > li > a {
        height: 84px;
        padding-left: 98px;
        padding-top: 15px;
        font-size: 14px;
        line-height: 1.2857142857143;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a,
    html > body.inner.media-list > main > section.media > ul.media > li > a {
        padding-left: 104px;
        padding-top: 21px;
        font-size: 16px;
        line-height: 1.375;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a,
    html > body.inner.media-list > main > section.media > ul.media > li > a {
        padding-top: 14px;
        font-size: 14px;
        line-height: 18px;
    }

}

@media screen and (min-width:470px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a:after,
    html > body.inner.media-list > main > section.media > ul.media > li > a:after {
        height: 100px;
    }

}

@media screen and (min-width:640px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a:after,
    html > body.inner.media-list > main > section.media > ul.media > li > a:after {
        height: 84px;
    }

}

html > body.inner.media-list > main > section.media > ul.news > li > a:before,
html > body.inner.media-list > main > section.media > ul.media > li > a:before {
    top: -100vh;
}

@media screen and (min-width:470px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span.text,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span.text {
        max-height: 4.125em;
    }

}

@media screen and (min-width:640px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span.text,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span.text {
        max-height: 3.8571428571429em;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span.text,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span.text {
        max-height: 2.75em;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span.text,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span.text {
        max-height: 3.8571428571429em;
    }

}

@media screen and (min-width:470px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text),
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text) {
        height: 100px;
    }

}

@media screen and (min-width:640px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text),
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text) {
        height: 84px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text),
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text) {
        height: 84px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media-list > main > section.media > ul.news > li > a > span:not(.text):after,
    html > body.inner.media-list > main > section.media > ul.media > li > a > span:not(.text):after {
        width: 800px;
        height: 800px;
        margin: -400px 0 0 -400px;
    }

}

@media screen and (min-width:470px) {
    html > body.inner.media-list > main > section.media > ul.news > li:hover > div.type,
    html > body.inner.media-list > main > section.media > ul.news > li:hover > time,
    html > body.inner.media-list > main > section.media > ul.media > li:hover > div.type,
    html > body.inner.media-list > main > section.media > ul.media > li:hover > time {
        -webkit-transform: translate(-92px,0) translate3d(0,0,0);
        -moz-transform: translate(-92px,0) translate3d(0,0,0);
        -ms-transform: translate(-92px,0) translate3d(0,0,0);
        -o-transform: translate(-92px,0) translate3d(0,0,0);
        transform: translate(-92px,0) translate3d(0,0,0);
    }

}

@media screen and (min-width:640px) {
    html > body.inner.media-list > main > section.media > ul.news > li:hover > div.type,
    html > body.inner.media-list > main > section.media > ul.news > li:hover > time,
    html > body.inner.media-list > main > section.media > ul.media > li:hover > div.type,
    html > body.inner.media-list > main > section.media > ul.media > li:hover > time {
        -webkit-transform: translate(-78px,0) translate3d(0,0,0);
        -moz-transform: translate(-78px,0) translate3d(0,0,0);
        -ms-transform: translate(-78px,0) translate3d(0,0,0);
        -o-transform: translate(-78px,0) translate3d(0,0,0);
        transform: translate(-78px,0) translate3d(0,0,0);
    }

}

@media screen and (min-width:768px) {
    html > body.inner.media-list > main > section.media > ul.news > li:hover > div.type,
    html > body.inner.media-list > main > section.media > ul.news > li:hover > time,
    html > body.inner.media-list > main > section.media > ul.media > li:hover > div.type,
    html > body.inner.media-list > main > section.media > ul.media > li:hover > time {
        -webkit-transform: translate(-84px,0) translate3d(0,0,0);
        -moz-transform: translate(-84px,0) translate3d(0,0,0);
        -ms-transform: translate(-84px,0) translate3d(0,0,0);
        -o-transform: translate(-84px,0) translate3d(0,0,0);
        transform: translate(-84px,0) translate3d(0,0,0);
    }

}

html > body.inner.media.card > main > section.media > a.back-to-media {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 39px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    display: block;
    margin-bottom: 40px;
}

html > body.inner.media.card > main > section.media > a.back-to-media::-moz-focus-inner {
    padding: 0;
    border: none;
}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > section.media > a.back-to-media {
        padding: 0 10px;
    }

}

html > body.inner.media.card > main > section.media > a.back-to-media:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 350px;
    height: 350px;
    margin: -185px 0 0 -175px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.media.card:not(.touch-scrolling):not(.has-touch) > main > section.media > a.back-to-media:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.media.card:not(.touch-scrolling):not(.has-touch) > main > section.media > a.back-to-media:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > section.media > a.back-to-media {
        width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media.card > main > section.media > a.back-to-media {
        padding: 0 20px;
        display: inline-block;
    }

}

html > body.inner.media.card > main > article.media {
    position: relative;
    margin: 0 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width:1220px) {
    html > body.inner.media.card > main > article.media {
        max-width: 930px;
        margin-left: auto;
        margin-right: auto;
    }

}

html > body.inner.media.card > main > article.media.docs {
    margin-bottom: 0;
}

html > body.inner.media.card > main > article.media.docs > h1 {
    margin-bottom: 3px;
}

html > body.inner.media.card > main > article.media > h1 {
    position: relative;
    padding-top: 25px;
    padding-bottom: 28px;
    margin-bottom: 29px;
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1818181818182;
    letter-spacing: .05em;
    text-transform: uppercase;
}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > h1 {
        width: 80%;
        margin-bottom: 25px;
        font-size: 30px;
        line-height: 1.2;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media.card > main > article.media > h1 {
        font-size: 36px;
        line-height: 1.2222222222222;
    }

}

html > body.inner.media.card > main > article.media > h1:after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #2c2a29;
}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > h1:after {
        width: 100px;
    }

}

html > body.inner.media.card > main > article.media > ul.files {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.files {
        padding-left: 40px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media.card > main > article.media > ul.files {
        padding-left: 60px;
    }

}

html > body.inner.media.card > main > article.media > ul.files.nav > li {
    padding-bottom: 20px;
}

html > body.inner.media.card > main > article.media > ul.files > li {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 0 80px 40px;
    border-top: 1px solid #d7d7d7;
}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.files > li {
        display: inline-block;
        width: 50%;
        margin-right: 40px;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media.card > main > article.media > ul.files > li {
        width: 33.333333333333%;
        margin-right: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.files > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media.card > main > article.media > ul.files > li:nth-child(2n+2) {
        margin-right: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.files > li:nth-child(2n+1) {
        margin-left: -40px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media.card > main > article.media > ul.files > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media.card > main > article.media > ul.files > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media.card > main > article.media > ul.files > li:nth-child(3n+1) {
        margin-left: -60px;
    }

}

html > body.inner.media.card > main > article.media > ul.files > li:first-child {
    border-top: 0;
}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.files > li:nth-child(2) {
        border: none;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media.card > main > article.media > ul.files > li:nth-child(3) {
        border: none;
    }

}

html > body.inner.media.card > main > article.media > ul.files > li:before {
    position: absolute;
    display: block;
    content: '';
    top: 23px;
    left: 0;
    width: 26px;
    height: 32px;
    background: url(/styles/images/file.svg) no-repeat;
}

html > body.inner.media.card > main > article.media > ul.files > li > p {
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
    margin-bottom: 0;
}

html > body.inner.media.card > main > article.media > ul.files > li > a {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    position: absolute;
    left: 40px;
    bottom: 30px;
}

html > body.inner.media.card > main > article.media > ul.files > li > a::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.inner.media.card > main > article.media > ul.files > li > a {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner.media.card > main > article.media > ul.files > li > a {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.files > li > a {
        padding: 0 10px;
    }

}

html > body.inner.media.card > main > article.media > ul.files > li > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.media.card:not(.touch-scrolling):not(.has-touch) > main > article.media > ul.files > li > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.media.card:not(.touch-scrolling):not(.has-touch) > main > article.media > ul.files > li > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.media.card > main > article.media > ul.files > li > nav {
    position: relative;
    padding-top: 17px;
}

html > body.inner.media.card > main > article.media > ul.files > li > nav > a {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    margin-right: 10px;
    margin-bottom: 10px;
}

html > body.inner.media.card > main > article.media > ul.files > li > nav > a::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.inner.media.card > main > article.media > ul.files > li > nav > a {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner.media.card > main > article.media > ul.files > li > nav > a {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.files > li > nav > a {
        padding: 0 10px;
    }

}

html > body.inner.media.card > main > article.media > ul.files > li > nav > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.media.card:not(.touch-scrolling):not(.has-touch) > main > article.media > ul.files > li > nav > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.media.card:not(.touch-scrolling):not(.has-touch) > main > article.media > ul.files > li > nav > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.media.card > main > article.media > ul.photo {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.photo {
        margin-left: 30px;
    }

}

html > body.inner.media.card > main > article.media > ul.photo > li {
    display: inline-block;
    width: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: top;
}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.photo > li {
        width: 25%;
    }

}

html > body.inner.media.card > main > article.media > ul.photo > li:nth-child(2n+2) {
    margin-right: 0;
}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.photo > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

html > body.inner.media.card > main > article.media > ul.photo > li:nth-child(2n+1) {
    margin-left: -10px;
}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.photo > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.photo > li:nth-child(4n+4) {
        margin-right: 0;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.photo > li:nth-child(4n+1) {
        margin-left: -30px;
    }

}

html > body.inner.media.card > main > article.media > ul.photo > li > a {
    position: relative;
    display: block;
    font-size: 0;
}

html > body.inner.media.card > main > article.media > ul.photo > li > a > img {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
    transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
}

html > body.inner.media.card > main > article.media > ul.photo > li > a > img.grey {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

html > body.inner.media.card > main > article.media > ul.photo > li > a:hover > img.grey {
    opacity: 0;
}

html > body.inner.media.card > main > article.media > ul.video {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.video {
        margin-left: 10px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.video.one > li {
        width: 80%;
    }

}

html > body.inner.media.card > main > article.media > ul.video > li {
    margin-bottom: 10px;
}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.video > li {
        display: inline-block;
        width: 50%;
        margin-right: 10px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.video > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.video > li:nth-child(2n+1) {
        margin-left: -10px;
    }

}

html > body.inner.media.card > main > article.media > ul.video > li > a {
    position: relative;
    display: block;
    font-size: 0;
}

html > body.inner.media.card > main > article.media > ul.video > li > a > img {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
    transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
}

html > body.inner.media.card > main > article.media > ul.video > li > a > img.grey {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

html > body.inner.media.card > main > article.media > ul.video > li > a:hover > img.grey {
    opacity: 0;
}

html > body.inner.media.card > main > article.media > ul.video > li > a:hover > span > svg path {
    fill: #2c2a29;
}

html > body.inner.media.card > main > article.media > ul.video > li > a:hover > span:after {
    background: #fcd900;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

html > body.inner.media.card > main > article.media > ul.video > li > a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    overflow: hidden;
    display: block;
    width: 72px;
    height: 72px;
    margin-top: -36px;
    margin-left: -36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.video > li > a > span {
        width: 82px;
        height: 82px;
        margin-top: -41px;
        margin-left: -41px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media.card > main > article.media > ul.video > li > a > span {
        width: 102px;
        height: 102px;
        margin-top: -51px;
        margin-left: -51px;
    }

}

html > body.inner.media.card > main > article.media > ul.video > li > a > span:before,
html > body.inner.media.card > main > article.media > ul.video > li > a > span:after {
    position: absolute;
    display: block;
    content: '';
}

html > body.inner.media.card > main > article.media > ul.video > li > a > span:before {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}

html > body.inner.media.card > main > article.media > ul.video > li > a > span:after {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    z-index: 11;
    background: white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
    -webkit-transform: translate(0,-103%);
    -moz-transform: translate(0,-103%);
    -ms-transform: translate(0,-103%);
    -o-transform: translate(0,-103%);
    transform: translate(0,-103%);
    -webkit-transition: -webkit-transform .1675s cubic-bezier(.4,0,.12,1),background .1675s cubic-bezier(.4,0,.12,1) .08375s;
    -moz-transition: -moz-transform .1675s cubic-bezier(.4,0,.12,1),background .1675s cubic-bezier(.4,0,.12,1) .08375s;
    -o-transition: -o-transform .1675s cubic-bezier(.4,0,.12,1),background .1675s cubic-bezier(.4,0,.12,1) .08375s;
    transition: transform .1675s cubic-bezier(.4,0,.12,1),background .1675s cubic-bezier(.4,0,.12,1) .08375s;
}

html > body.inner.media.card > main > article.media > ul.video > li > a > span > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    width: 28px;
    height: 32px;
    margin-left: -8px;
    margin-top: -16px;
}

html > body.inner.media.card > main > article.media > ul.video > li > a > span > svg path {
    -webkit-transition: fill .1675s cubic-bezier(.4,0,.12,1);
    -moz-transition: fill .1675s cubic-bezier(.4,0,.12,1);
    -o-transition: fill .1675s cubic-bezier(.4,0,.12,1);
    transition: fill .1675s cubic-bezier(.4,0,.12,1);
}

@media screen and (min-width:768px) {
    html > body.inner.media.card > main > article.media > ul.video > li > a > span > svg {
        width: 30px;
        height: 34px;
        margin-left: -9px;
        margin-top: -17px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.media.card > main > article.media > ul.video > li > a > span > svg {
        width: 36px;
        height: 42px;
        margin-left: -14px;
        margin-top: -21px;
    }

}

html > body.inner.media.card > main > article.media > ul.video > li > a textarea {
    display: none;
}

html > body.inner.npa.card > main > section.media > a.back-to-media {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 39px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    display: block;
    margin-bottom: 40px;
}

html > body.inner.npa.card > main > section.media > a.back-to-media::-moz-focus-inner {
    padding: 0;
    border: none;
}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > section.media > a.back-to-media {
        padding: 0 10px;
    }

}

html > body.inner.npa.card > main > section.media > a.back-to-media:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 450px;
    height: 450px;
    margin: -235px 0 0 -225px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.npa.card:not(.touch-scrolling):not(.has-touch) > main > section.media > a.back-to-media:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.npa.card:not(.touch-scrolling):not(.has-touch) > main > section.media > a.back-to-media:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > section.media > a.back-to-media {
        width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.card > main > section.media > a.back-to-media {
        padding: 0 20px;
        display: inline-block;
    }

}

html > body.inner.npa.card > main > article.media {
    position: relative;
    margin: 0 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width:1220px) {
    html > body.inner.npa.card > main > article.media {
        max-width: 930px;
        margin-left: auto;
        margin-right: auto;
    }

}

html > body.inner.npa.card > main > article.media > h1 {
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #2c2a29;
    font-size: 18px;
    line-height: 1.2222222222222;
    position: relative;
    padding-top: 25px;
    padding-bottom: 28px;
    margin-bottom: 29px;
}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > h1 {
        width: 80%;
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 1.25;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.card > main > article.media > h1 {
        font-size: 26px;
        line-height: 1.1538461538462;
    }

}

html > body.inner.npa.card > main > article.media > h1:after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #2c2a29;
}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > h1:after {
        width: 100px;
    }

}

html > body.inner.npa.card > main > article.media > ul.files {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.files {
        padding-left: 40px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.card > main > article.media > ul.files {
        padding-left: 60px;
    }

}

html > body.inner.npa.card > main > article.media > ul.files.nav > li {
    padding-bottom: 20px;
}

html > body.inner.npa.card > main > article.media > ul.files > li {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 0 80px 40px;
    border-top: 1px solid #d7d7d7;
}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.files > li {
        display: inline-block;
        width: 50%;
        margin-right: 40px;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.card > main > article.media > ul.files > li {
        width: 33.333333333333%;
        margin-right: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.files > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.card > main > article.media > ul.files > li:nth-child(2n+2) {
        margin-right: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.files > li:nth-child(2n+1) {
        margin-left: -40px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.card > main > article.media > ul.files > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.card > main > article.media > ul.files > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.card > main > article.media > ul.files > li:nth-child(3n+1) {
        margin-left: -60px;
    }

}

html > body.inner.npa.card > main > article.media > ul.files > li:first-child {
    border-top: 0;
}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.files > li:nth-child(2) {
        border: none;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.card > main > article.media > ul.files > li:nth-child(3) {
        border: none;
    }

}

html > body.inner.npa.card > main > article.media > ul.files > li:before {
    position: absolute;
    display: block;
    content: '';
    top: 23px;
    left: 0;
    width: 26px;
    height: 32px;
    background: url(/styles/images/file.svg) no-repeat;
}

html > body.inner.npa.card > main > article.media > ul.files > li > p {
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
    margin-bottom: 0;
}

html > body.inner.npa.card > main > article.media > ul.files > li > a {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    position: absolute;
    left: 40px;
    bottom: 30px;
}

html > body.inner.npa.card > main > article.media > ul.files > li > a::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.inner.npa.card > main > article.media > ul.files > li > a {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner.npa.card > main > article.media > ul.files > li > a {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.files > li > a {
        padding: 0 10px;
    }

}

html > body.inner.npa.card > main > article.media > ul.files > li > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.npa.card:not(.touch-scrolling):not(.has-touch) > main > article.media > ul.files > li > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.npa.card:not(.touch-scrolling):not(.has-touch) > main > article.media > ul.files > li > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.npa.card > main > article.media > ul.files > li > nav {
    position: relative;
    padding-top: 17px;
}

html > body.inner.npa.card > main > article.media > ul.files > li > nav > a {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    margin-right: 10px;
    margin-bottom: 10px;
}

html > body.inner.npa.card > main > article.media > ul.files > li > nav > a::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.inner.npa.card > main > article.media > ul.files > li > nav > a {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner.npa.card > main > article.media > ul.files > li > nav > a {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.files > li > nav > a {
        padding: 0 10px;
    }

}

html > body.inner.npa.card > main > article.media > ul.files > li > nav > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner.npa.card:not(.touch-scrolling):not(.has-touch) > main > article.media > ul.files > li > nav > a:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner.npa.card:not(.touch-scrolling):not(.has-touch) > main > article.media > ul.files > li > nav > a:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.inner.npa.card > main > article.media > ul.photo {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.photo {
        margin-left: 30px;
    }

}

html > body.inner.npa.card > main > article.media > ul.photo > li {
    display: inline-block;
    width: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: top;
}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.photo > li {
        width: 25%;
    }

}

html > body.inner.npa.card > main > article.media > ul.photo > li:nth-child(2n+2) {
    margin-right: 0;
}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.photo > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

html > body.inner.npa.card > main > article.media > ul.photo > li:nth-child(2n+1) {
    margin-left: -10px;
}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.photo > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.photo > li:nth-child(4n+4) {
        margin-right: 0;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.photo > li:nth-child(4n+1) {
        margin-left: -30px;
    }

}

html > body.inner.npa.card > main > article.media > ul.photo > li > a {
    position: relative;
    display: block;
    font-size: 0;
}

html > body.inner.npa.card > main > article.media > ul.photo > li > a > img {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
    transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
}

html > body.inner.npa.card > main > article.media > ul.photo > li > a > img.grey {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

html > body.inner.npa.card > main > article.media > ul.photo > li > a:hover > img.grey {
    opacity: 0;
}

html > body.inner.npa.card > main > article.media > ul.video {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.video {
        margin-left: 10px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.video.one > li {
        width: 80%;
    }

}

html > body.inner.npa.card > main > article.media > ul.video > li {
    margin-bottom: 10px;
}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.video > li {
        display: inline-block;
        width: 50%;
        margin-right: 10px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.video > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.video > li:nth-child(2n+1) {
        margin-left: -10px;
    }

}

html > body.inner.npa.card > main > article.media > ul.video > li > a {
    position: relative;
    display: block;
    font-size: 0;
}

html > body.inner.npa.card > main > article.media > ul.video > li > a > img {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
    transition: opacity .5s cubic-bezier(.650,.005,.335,1.000);
}

html > body.inner.npa.card > main > article.media > ul.video > li > a > img.grey {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

html > body.inner.npa.card > main > article.media > ul.video > li > a:hover > img.grey {
    opacity: 0;
}

html > body.inner.npa.card > main > article.media > ul.video > li > a:hover > span > svg path {
    fill: #2c2a29;
}

html > body.inner.npa.card > main > article.media > ul.video > li > a:hover > span:after {
    background: #fcd900;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

html > body.inner.npa.card > main > article.media > ul.video > li > a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    overflow: hidden;
    display: block;
    width: 72px;
    height: 72px;
    margin-top: -36px;
    margin-left: -36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.video > li > a > span {
        width: 82px;
        height: 82px;
        margin-top: -41px;
        margin-left: -41px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.card > main > article.media > ul.video > li > a > span {
        width: 102px;
        height: 102px;
        margin-top: -51px;
        margin-left: -51px;
    }

}

html > body.inner.npa.card > main > article.media > ul.video > li > a > span:before,
html > body.inner.npa.card > main > article.media > ul.video > li > a > span:after {
    position: absolute;
    display: block;
    content: '';
}

html > body.inner.npa.card > main > article.media > ul.video > li > a > span:before {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}

html > body.inner.npa.card > main > article.media > ul.video > li > a > span:after {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    z-index: 11;
    background: white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
    -webkit-transform: translate(0,-103%);
    -moz-transform: translate(0,-103%);
    -ms-transform: translate(0,-103%);
    -o-transform: translate(0,-103%);
    transform: translate(0,-103%);
    -webkit-transition: -webkit-transform .1675s cubic-bezier(.4,0,.12,1),background .1675s cubic-bezier(.4,0,.12,1) .08375s;
    -moz-transition: -moz-transform .1675s cubic-bezier(.4,0,.12,1),background .1675s cubic-bezier(.4,0,.12,1) .08375s;
    -o-transition: -o-transform .1675s cubic-bezier(.4,0,.12,1),background .1675s cubic-bezier(.4,0,.12,1) .08375s;
    transition: transform .1675s cubic-bezier(.4,0,.12,1),background .1675s cubic-bezier(.4,0,.12,1) .08375s;
}

html > body.inner.npa.card > main > article.media > ul.video > li > a > span > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    width: 28px;
    height: 32px;
    margin-left: -8px;
    margin-top: -16px;
}

html > body.inner.npa.card > main > article.media > ul.video > li > a > span > svg path {
    -webkit-transition: fill .1675s cubic-bezier(.4,0,.12,1);
    -moz-transition: fill .1675s cubic-bezier(.4,0,.12,1);
    -o-transition: fill .1675s cubic-bezier(.4,0,.12,1);
    transition: fill .1675s cubic-bezier(.4,0,.12,1);
}

@media screen and (min-width:768px) {
    html > body.inner.npa.card > main > article.media > ul.video > li > a > span > svg {
        width: 30px;
        height: 34px;
        margin-left: -9px;
        margin-top: -17px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.card > main > article.media > ul.video > li > a > span > svg {
        width: 36px;
        height: 42px;
        margin-left: -14px;
        margin-top: -21px;
    }

}

html > body.inner.npa.npa-list > main > section.npa > ul.npa {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.npa.npa-list > main > section.npa > ul.npa {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.npa-list > main > section.npa > ul.npa {
        padding-left: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.npa.npa-list > main > section.npa > ul.npa > li {
        display: inline-block;
        margin-right: 10px;
        width: 50%;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.npa-list > main > section.npa > ul.npa > li {
        width: 33.333333333333%;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.npa.npa-list > main > section.npa > ul.npa > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.npa-list > main > section.npa > ul.npa > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.npa.npa-list > main > section.npa > ul.npa > li:nth-child(2n+1) {
        margin-left: -10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.npa-list > main > section.npa > ul.npa > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.npa-list > main > section.npa > ul.npa > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.npa-list > main > section.npa > ul.npa > li:nth-child(3n+1) {
        margin-left: -20px;
    }

}

html > body.inner.npa.npa-list > main > section.npa > ul.npa > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
    padding: 18px 20px 11px 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

html > body.inner.npa.npa-list > main > section.npa > ul.npa > li > h3 {
    margin-bottom: 3px;
    letter-spacing: 0;
}

html > body.inner.npa.npa-list > main > section.npa > ul.npa > li > p {
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
}

html > body.inner.npa.npa-list > main > section.npa > ul.npa > li > p a {
    color: #808080;
    text-decoration: none;
}

html > body.inner.npa.npa-list > main > section.npa > ul.npa > li.has-link {
    padding-bottom: 60px;
}

html > body.inner.npa.npa-list > main > section.npa > ul.npa > li > h3 {
    margin-bottom: 0;
    text-transform: none;
}

html > body.inner.npa.npa-list > main > section.npa > ul.npa > li > a {
    position: absolute;
    display: block;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    border: 2px solid #f2f2f2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none;
}

html > body.inner.npa.npa-list > main > section.npa > ul.npa > li > a:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -6px;
    width: 9px;
    height: 9px;
    font-size: 0;
    color: rgba(0,0,0,0);
    border-left: 1px solid #f36e5c;
    border-bottom: 1px solid #f36e5c;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    outline: solid;
    outline-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

html > body.inner.npa.npa-list > main > section.npa > ul.npa > li > a:after {
    position: absolute;
    display: block;
    content: '';
    top: -100vh;
    right: -100vw;
    bottom: -100vh;
    left: -100vw;
}

html > body.inner.npa.npa-list > main > section.npa > ul.npa > li > a:hover {
    cursor: pointer;
    background: #fcd900;
    border-color: #fcd900;
}

html > body.inner.npa.npa-list > main > section.npa > ul.npa > li > a:hover:before {
    border-left-color: #2c2a29;
    border-bottom-color: #2c2a29;
}

html > body.inner.npa.npa-list > main > section.npa > ul.npa > li.error {
    width: 100%;
    text-align: center;
    margin: 60px 0 100px;
    padding: 40px 20px;
    background: white;
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

@media screen and (min-width:768px) {
    html > body.inner.npa.npa-list > main > section.npa > ul.npa > li.error {
        width: 100%;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.npa.npa-list > main > section.npa > ul.npa > li.error {
        width: 100%;
    }

}

html > body.inner.presidium > main > section.presidium > ul.presidium {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.presidium > main > section.presidium > ul.presidium {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.presidium > main > section.presidium > ul.presidium {
        padding-left: 20px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.presidium > main > section.presidium > ul.presidium > li {
        display: inline-block;
        margin-right: 10px;
        width: 50%;
        vertical-align: top;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.presidium > main > section.presidium > ul.presidium > li {
        width: 33.333333333333%;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.presidium > main > section.presidium > ul.presidium > li:nth-child(2n+2) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.presidium > main > section.presidium > ul.presidium > li:nth-child(2n+2) {
        margin-right: 10px;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.presidium > main > section.presidium > ul.presidium > li:nth-child(2n+1) {
        margin-left: -10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.presidium > main > section.presidium > ul.presidium > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.presidium > main > section.presidium > ul.presidium > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.presidium > main > section.presidium > ul.presidium > li:nth-child(3n+1) {
        margin-left: -20px;
    }

}

html > body.inner.presidium > main > section.presidium > ul.presidium > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
    padding: 18px 20px 11px 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

html > body.inner.presidium > main > section.presidium > ul.presidium > li > h3 {
    margin-bottom: 3px;
    letter-spacing: 0;
}

html > body.inner.presidium > main > section.presidium > ul.presidium > li > p {
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
}

html > body.inner.presidium > main > section.presidium > ul.presidium > li > p a {
    color: #808080;
    text-decoration: none;
}

html > body.inner.presidium > main > section.presidium > ul.presidium > li.has-link {
    padding-bottom: 60px;
}

html > body.inner.presidium > main > section.presidium > ul.presidium > li > h3 {
    margin-bottom: 0;
    text-transform: none;
}

html > body.inner.presidium > main > section.presidium > ul.presidium > li > a {
    position: absolute;
    display: block;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    border: 2px solid #f2f2f2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none;
}

html > body.inner.presidium > main > section.presidium > ul.presidium > li > a:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -6px;
    width: 9px;
    height: 9px;
    font-size: 0;
    color: rgba(0,0,0,0);
    border-left: 1px solid #f36e5c;
    border-bottom: 1px solid #f36e5c;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    outline: solid;
    outline-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

html > body.inner.presidium > main > section.presidium > ul.presidium > li > a:after {
    position: absolute;
    display: block;
    content: '';
    top: -100vh;
    right: -100vw;
    bottom: -100vh;
    left: -100vw;
}

html > body.inner.presidium > main > section.presidium > ul.presidium > li > a:hover {
    cursor: pointer;
    background: #fcd900;
    border-color: #fcd900;
}

html > body.inner.presidium > main > section.presidium > ul.presidium > li > a:hover:before {
    border-left-color: #2c2a29;
    border-bottom-color: #2c2a29;
}

html > body.inner.presidium > main > section.presidium > ul.presidium > li.error {
    width: 100%;
    text-align: center;
    margin: 60px 0 100px;
    padding: 40px 20px;
    background: white;
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

@media screen and (min-width:768px) {
    html > body.inner.presidium > main > section.presidium > ul.presidium > li.error {
        width: 100%;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.presidium > main > section.presidium > ul.presidium > li.error {
        width: 100%;
    }

}

html > body.inner.contacts > main > section.contacts > div.map {
    display: none;
}

@media screen and (min-width:768px) {
    html > body.inner.contacts > main > section.contacts > div.map {
        display: block;
        height: 370px;
        margin-bottom: 10px;
    }

}

@media screen and (min-width:980px) {
    html > body.inner.contacts > main > section.contacts > div.map {
        display: block;
        height: 480px;
    }

}

html > body.inner.contacts > main > section.contacts > div.map .gmap-marker-label > div.b-wrap {
    position: absolute;
    bottom: 39px;
    left: 0;
    width: 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 12px 15px 12px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 16px;
    color: white;
    background: #2c2a29;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}

html > body.inner.contacts > main > section.contacts > div.map .gmap-marker-label > div.b-wrap:before {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin-left: 0;
    margin-top: -1px;
    border-right: 18px solid transparent;
    border-top: 18px solid #2c2a29;
    content: '';
}

html > body.inner.contacts > main > section.contacts > ul.contacts {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:768px) {
    html > body.inner.contacts > main > section.contacts > ul.contacts {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 20px;
    }

}

html > body.inner.contacts > main > section.contacts > ul.contacts > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
    padding: 18px 20px 11px 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 80px;
}

html > body.inner.contacts > main > section.contacts > ul.contacts > li > h3 {
    margin-bottom: 3px;
    letter-spacing: 0;
}

html > body.inner.contacts > main > section.contacts > ul.contacts > li > p {
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
}

html > body.inner.contacts > main > section.contacts > ul.contacts > li > p a {
    color: #808080;
    text-decoration: none;
}

@media screen and (min-width:768px) {
    html > body.inner.contacts > main > section.contacts > ul.contacts > li {
        display: inline-block;
        width: 33.333333333333%;
        margin-right: 10px;
        vertical-align: top;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.contacts > main > section.contacts > ul.contacts > li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (min-width:768px) {
    html > body.inner.contacts > main > section.contacts > ul.contacts > li:nth-child(3n+1) {
        margin-left: -20px;
    }

}

html > body.inner.contacts > main > section.contacts > ul.contacts > li:before {
    position: absolute;
    display: block;
    content: '';
    right: 20px;
    bottom: 20px;
    width: 52.5px;
    height: 52.5px;
    background: url(/styles/images/about-1-poloz.svg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    border: 1px solid #f1f1f2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media screen and (min-width:768px) {
    html > body.inner.contacts > main > section.contacts > ul.contacts > li:before {
        width: 70px;
        height: 70px;
    }

}

html > body.inner.contacts > main > section.contacts > ul.contacts > li.map:before {
    background-image: url(/styles/images/contacts-1-map.svg);
}

html > body.inner.contacts > main > section.contacts > ul.contacts > li.phone:before {
    background-image: url(/styles/images/contacts-2-call.svg);
}

html > body.inner.contacts > main > section.contacts > ul.contacts > li.email:before {
    background-image: url(/styles/images/contacts-2-mail.svg);
}

html > body.inner.contacts.has-touch > main > section.contacts > ul.contacts > li.map:after {
    position: absolute;
    display: block;
    content: '';
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: right 0s ease 0s;
    -moz-transition: right 0s ease 0s;
    -o-transition: right 0s ease 0s;
    transition: right 0s ease 0s;
}

html > body.inner.contacts > main > section.contacts > ul.contacts > li.hover.map:after {
    right: 100%;
    -webkit-transition: right 0s ease .5s;
    -moz-transition: right 0s ease .5s;
    -o-transition: right 0s ease .5s;
    transition: right 0s ease .5s;
}

html > body.inner.contacts > main > section.contacts > ul.contacts > li.phone > p > a:before,
html > body.inner.contacts > main > section.contacts > ul.contacts > li.email > p > a:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: no-repeat center bottom;
    opacity: 0;
    -webkit-transition: opacity .34s cubic-bezier(.89,0,.65,1),background .67s cubic-bezier(.89,0,.65,1);
    -moz-transition: opacity .34s cubic-bezier(.89,0,.65,1),background .67s cubic-bezier(.89,0,.65,1);
    -o-transition: opacity .34s cubic-bezier(.89,0,.65,1),background .67s cubic-bezier(.89,0,.65,1);
    transition: opacity .34s cubic-bezier(.89,0,.65,1),background .67s cubic-bezier(.89,0,.65,1);
}

html > body.inner.contacts:not(.has-touch) > main > section.contacts > ul.contacts > li.phone > p > a:before {
    background-image: url(/styles/images/phone.svg);
}

html > body.inner.contacts:not(.has-touch) > main > section.contacts > ul.contacts > li.email > p > a:before {
    background-image: url(/styles/images/mail.svg);
}

html > body.inner.contacts:not(.has-touch) > main > section.contacts > ul.contacts > li.map > h3:after {
    -webkit-transition: -webkit-transform .67s cubic-bezier(.83,0,.38,1) .34s,background .5s cubic-bezier(.83,0,.65,1) .34s;
    -moz-transition: -moz-transform .67s cubic-bezier(.83,0,.38,1) .34s,background .5s cubic-bezier(.83,0,.65,1) .34s;
    -o-transition: -o-transform .67s cubic-bezier(.83,0,.38,1) .34s,background .5s cubic-bezier(.83,0,.65,1) .34s;
    transition: transform .67s cubic-bezier(.83,0,.38,1) .34s,background .5s cubic-bezier(.83,0,.65,1) .34s;
}

html > body.inner.contacts > main > section.contacts > ul.contacts > li > h3 {
    letter-spacing: .05em;
}

html > body.inner.contacts > main > section.contacts > ul.contacts > li > h3:after {
    position: absolute;
    display: block;
    content: '';
    z-index: 1;
    right: 46.25px;
    bottom: 46.25px;
    width: 640px;
    height: 640px;
    margin: 0 -320px -320px 0;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}

html > body.inner.contacts:not(.has-touch) > main > section.contacts > ul.contacts > li > h3:after {
    -webkit-transition: -webkit-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1);
    -o-transition: -o-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1);
    transition: transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1);
}

@media screen and (min-width:768px) {
    html > body.inner.contacts > main > section.contacts > ul.contacts > li > h3:after {
        right: 55px;
        bottom: 55px;
    }

}

@media screen and (min-width:370px) {
    html > body.inner.contacts > main > section.contacts > ul.contacts > li > h3:after {
        width: 740px;
        height: 740px;
        margin: 0 -370px -370px 0;
    }

}

@media screen and (min-width:420px) {
    html > body.inner.contacts > main > section.contacts > ul.contacts > li > h3:after {
        width: 840px;
        height: 840px;
        margin: 0 -420px -420px 0;
    }

}

@media screen and (min-width:470px) {
    html > body.inner.contacts > main > section.contacts > ul.contacts > li > h3:after {
        width: 940px;
        height: 940px;
        margin: 0 -470px -470px 0;
    }

}

@media screen and (min-width:520px) {
    html > body.inner.contacts > main > section.contacts > ul.contacts > li > h3:after {
        width: 1020px;
        height: 1020px;
        margin: 0 -510px -510px 0;
    }

}

@media screen and (min-width:560px) {
    html > body.inner.contacts > main > section.contacts > ul.contacts > li > h3:after {
        width: 1120px;
        height: 1120px;
        margin: 0 -560px -560px 0;
    }

}

@media screen and (min-width:610px) {
    html > body.inner.contacts > main > section.contacts > ul.contacts > li > h3:after {
        width: 1200px;
        height: 1200px;
        margin: 0 -600px -600px 0;
    }

}

@media screen and (min-width:640px) {
    html > body.inner.contacts > main > section.contacts > ul.contacts > li > h3:after {
        width: 1260px;
        height: 1260px;
        margin: 0 -630px -630px 0;
    }

}

@media screen and (min-width:725px) {
    html > body.inner.contacts > main > section.contacts > ul.contacts > li > h3:after {
        width: 1400px;
        height: 1400px;
        margin: 0 -700px -700px 0;
    }

}

@media screen and (min-width:860px) {
    html > body.inner.contacts > main > section.contacts > ul.contacts > li > h3:after {
        width: 1620px;
        height: 1620px;
        margin: 0 -810px -810px 0;
    }

}

@media screen and (min-width:960px) {
    html > body.inner.contacts > main > section.contacts > ul.contacts > li > h3:after {
        width: 720px;
        height: 720px;
        margin: 0 -360px -360px 0;
    }

}

html > body.inner.contacts > main > section.contacts > ul.contacts > li > ul.hover {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-transition: opacity .34s cubic-bezier(.89,0,.65,1);
    -moz-transition: opacity .34s cubic-bezier(.89,0,.65,1);
    -o-transition: opacity .34s cubic-bezier(.89,0,.65,1);
    transition: opacity .34s cubic-bezier(.89,0,.65,1);
}

html > body.inner.contacts.has-touch > main > section.contacts > ul.contacts > li > ul.hover {
    display: none;
    opacity: 1;
}

html > body.inner.contacts > main > section.contacts > ul.contacts > li > ul.hover > li {
    position: absolute;
    left: 0;
    width: 100%;
    vertical-align: middle;
    background: #fcd900;
}

html > body.inner.contacts > main > section.contacts > ul.contacts > li > ul.hover > li:hover {
    background: #fce700;
}

html > body.inner.contacts > main > section.contacts > ul.contacts > li > ul.hover > li:first-child {
    top: 0;
    height: 50%;
}

html > body.inner.contacts > main > section.contacts > ul.contacts > li > ul.hover > li:last-child {
    bottom: 0;
    height: 50%;
    border-top: 1px solid #dec10b;
}

html > body.inner.contacts > main > section.contacts > ul.contacts > li > ul.hover > li:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

html > body.inner.contacts > main > section.contacts > ul.contacts > li > ul.hover > li > a {
    display: inline-block;
    width: 99%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #2c2a29;
    text-decoration: none;
    line-height: 1.3333333333333;
}

html > body.inner.contacts > main > section.contacts > ul.contacts > li > ul.hover > li > a:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

html > body.inner.contacts:not(.has-touch) > main > section.contacts > ul.contacts > li:hover > ul.hover,
html > body.inner.contacts > main > section.contacts > ul.contacts > li.hover > ul.hover {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .34s cubic-bezier(.89,0,.65,1) .335s;
    -moz-transition: opacity .34s cubic-bezier(.89,0,.65,1) .335s;
    -o-transition: opacity .34s cubic-bezier(.89,0,.65,1) .335s;
    transition: opacity .34s cubic-bezier(.89,0,.65,1) .335s;
}

html > body.inner.contacts:not(.has-touch) > main > section.contacts > ul.contacts > li:hover > p > a:before,
html > body.inner.contacts > main > section.contacts > ul.contacts > li.hover > p > a:before {
    opacity: 1;
    background-position: center center;
    -webkit-transition: opacity .34s cubic-bezier(.89,0,.65,1) .33s,background .67s cubic-bezier(.89,0,.65,1);
    -moz-transition: opacity .34s cubic-bezier(.89,0,.65,1) .33s,background .67s cubic-bezier(.89,0,.65,1);
    -o-transition: opacity .34s cubic-bezier(.89,0,.65,1) .33s,background .67s cubic-bezier(.89,0,.65,1);
    transition: opacity .34s cubic-bezier(.89,0,.65,1) .33s,background .67s cubic-bezier(.89,0,.65,1);
}

html > body.inner.contacts:not(.has-touch) > main > section.contacts > ul.contacts > li:hover > h3:after,
html > body.inner.contacts > main > section.contacts > ul.contacts > li.hover > h3:after {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1) .17s;
    -moz-transition: -moz-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1) .17s;
    -o-transition: -o-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1) .17s;
    transition: transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1) .17s;
}

html > body.inner form.contact {
    position: relative;
}

html > body.inner.ajax-working form.contact > ul.fields {
    opacity: .3;
}

html > body.inner.ajax-working form.contact:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0) url("data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") no-repeat 230px 200px;
}

html > body.inner form.contact.success > ul.fields,
html > body.inner form.contact.error > ul.fields {
    opacity: .2;
}

html > body.inner form.contact.success:after,
html > body.inner form.contact.error:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #f36e5c;
    padding-top: 100px;
}

html > body.inner form.contact.success:after {
    content: 'Спасибо. Ваше сообщение было отправлено.';
}

html > body.inner form.contact.error:after {
    content: 'Извините, не получилось отправить сообщение.';
}

html > body.inner form.contact > ul.fields {
    margin: 0;
    padding: 0;
    list-style: none;
}

html > body.inner form.contact > ul.fields > li {
    margin-bottom: 20px;
}

html > body.inner form.contact > ul.fields > li.invalid > input[type="text"],
html > body.inner form.contact > ul.fields > li.invalid > textarea {
    border-color: #f36e5c;
}

html > body.inner form.contact > ul.fields > li > input[type="text"],
html > body.inner form.contact > ul.fields > li > textarea {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    width: 500px;
    color: #2c2a29;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: none;
    border: 1px solid #d1d3d4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
}

html.ua-chrome.ua-desktop-windows > body.inner form.contact > ul.fields > li > input[type="text"],
html.ua-chrome.ua-desktop-windows > body.inner form.contact > ul.fields > li > textarea {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.inner form.contact > ul.fields > li > input[type="text"],
html.ua-presto.ua-desktop-windows > body.inner form.contact > ul.fields > li > textarea {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.inner form.contact > ul.fields > li > input[type="text"],
    html > body.inner form.contact > ul.fields > li > textarea {
        padding: 0 10px;
    }

}

html > body.inner form.contact > ul.fields > li > textarea {
    height: 150px;
}

html > body.inner form.contact > ul.fields > li > label {
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 500;
    color: #2c2a29;
    font-size: 12px;
    line-height: 1.3333333333333;
    letter-spacing: .05em;
    display: block;
}

@media screen and (min-width:768px) {
    html > body.inner form.contact > ul.fields > li > label {
        font-size: 14px;
        line-height: 1.4285714285714;
    }

}

html > body.inner form.contact > ul.fields > li > button[type="submit"] {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 39px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    width: 300px;
}

html > body.inner form.contact > ul.fields > li > button[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: none;
}

@media screen and (min-width:768px) {
    html > body.inner form.contact > ul.fields > li > button[type="submit"] {
        padding: 0 10px;
    }

}

html > body.inner form.contact > ul.fields > li > button[type="submit"]:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 350px;
    height: 350px;
    margin: -185px 0 0 -175px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.inner:not(.touch-scrolling):not(.has-touch) form.contact > ul.fields > li > button[type="submit"]:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.inner:not(.touch-scrolling):not(.has-touch) form.contact > ul.fields > li > button[type="submit"]:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.my.login > footer {
    display: none;
}

html > body.my.login > header {
    display: none;
}

html > body.my.login > main {
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background: #051b3a;
}

html > body.my.login > main:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

html > body.my.login > main > form {
    display: inline-block;
    width: 280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 20px 30px;
    text-align: left;
    background: white;
}

html > body.my.login > main > form > h1 {
    margin-bottom: 15px;
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.25;
    text-transform: uppercase;
}

html > body.my.login > main > form > input {
    display: block;
    height: 34px;
    padding: 0 11px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 12px;
    color: #2c2a29;
    line-height: 32px;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

html > body.my.login > main > form > input::-webkit-input-placeholder {
    color: #808080;
}

html > body.my.login > main > form > input::-moz-placeholder {
    color: #808080;
}

html > body.my.login > main > form > input:-ms-input-placeholder {
    color: #808080;
}

html > body.my.login > main > form > input:-moz-placeholder {
    color: #808080;
}

html > body.my.login > main > form > button {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    width: 92px;
    vertical-align: top;
}

html > body.my.login > main > form > button::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.my.login > main > form > button {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.my.login > main > form > button {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.my.login > main > form > button {
        padding: 0 10px;
    }

}

html > body.my.login > main > form > button:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.my.login:not(.touch-scrolling):not(.has-touch) > main > form > button:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.my.login:not(.touch-scrolling):not(.has-touch) > main > form > button:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.my.login > main > form > p.error {
    display: inline-block;
    margin: 4px 0 0 20px;
    width: 100px;
    color: #f36e5c;
    font-size: 11px;
    line-height: 1.0909090909091;
    vertical-align: top;
}

html > body.my > main > section:last-child {
    margin-bottom: 40px;
}

html > body.my > main > section.tabs {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

html > body.my > main > section > button.load-more {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 39px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    width: 100%;
    margin-bottom: 40px;
}

html > body.my > main > section > button.load-more::-moz-focus-inner {
    padding: 0;
    border: none;
}

@media screen and (min-width:768px) {
    html > body.my > main > section > button.load-more {
        padding: 0 10px;
    }

}

html > body.my > main > section > button.load-more:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 350px;
    height: 350px;
    margin: -185px 0 0 -175px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.my:not(.touch-scrolling):not(.has-touch) > main > section > button.load-more:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.my:not(.touch-scrolling):not(.has-touch) > main > section > button.load-more:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.my > main > section > article.user {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
    position: relative;
    height: 100px;
}

html > body.my > main > section > article.user > figure {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: inline-block;
    height: 100px;
    width: 100px;
}

html > body.my > main > section > article.user > figure > img {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 120px;
    height: 120px;
}

html > body.my > main > section > article.user > p {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 20px 0 120px;
    margin: 0;
    max-height: 100px;
    color: #808080;
    font-size: 11px;
    line-height: 1.2727272727273;
}

html > body.my > main > section > article.user > p > b {
    display: block;
    margin-bottom: 2px;
    color: #2c2a29;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
}

html > body.my > main > section > h1 {
    position: relative;
    margin-bottom: 16px;
}

html > body.my > main > section > h1 > a.new-message {
    position: absolute;
    top: 50%;
    right: 0;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background: url(/styles/images/write.svg) no-repeat center center;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color .2s cubic-bezier(.650,.005,.335,1.000),border .2s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: background-color .2s cubic-bezier(.650,.005,.335,1.000),border .2s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: background-color .2s cubic-bezier(.650,.005,.335,1.000),border .2s cubic-bezier(.650,.005,.335,1.000);
    transition: background-color .2s cubic-bezier(.650,.005,.335,1.000),border .2s cubic-bezier(.650,.005,.335,1.000);
}

html > body.my > main > section > h1 > a.new-message:hover {
    background-color: #fcd900;
    background-image: url(/styles/images/write-black.svg);
    border-color: #fcd900;
}

html > body.my > main > section > h1 > a.new-message:before {
    position: absolute;
    display: block;
    content: '';
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
}

html > body.my > main > section > h2 {
    margin-top: 12px;
}

html > body.my > main > section > ul.dialogs {
    margin: 0;
    padding: 0;
    list-style: none;
}

html > body.my > main > section > ul.dialogs > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
    margin-bottom: 10px;
}

html > body.my > main > section > ul.dialogs > li > a {
    position: relative;
    display: block;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 80px 20px 20px;
    text-decoration: none;
}

html > body.my > main > section > ul.dialogs > li > a:after {
    position: absolute;
    display: block;
    content: '';
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/styles/images/arrow.svg) no-repeat center center #fcd900;
}

html > body.my > main > section > ul.dialogs > li > a:hover:after {
    display: block;
}

html > body.my > main > section > ul.dialogs > li > a.unread:before {
    position: absolute;
    display: block;
    content: '';
    right: 10px;
    bottom: 10px;
    width: 5px;
    height: 5px;
    background: #808080;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

html > body.my > main > section > ul.dialogs > li > a.unread.new:before {
    background: #077cc3;
}

html > body.my > main > section > ul.dialogs > li > a > img {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}

html > body.my > main > section > ul.dialogs > li > a > p {
    margin: 0;
    color: #808080;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2727272727273;
}

html > body.my > main > section > ul.dialogs > li > a > p > b {
    display: block;
    overflow: hidden;
    margin-bottom: 4px;
    max-width: 100%;
    color: #2c2a29;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

html > body.my > main > section > ul.dialogs > li > a > p > span {
    display: block;
    overflow: hidden;
    max-height: 50px;
}

html > body.my > main > section > form.send-message {
    margin-bottom: 2px;
}

html > body.my > main > section > form.send-message > label {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

html > body.my > main > section > form.send-message > textarea {
    display: block;
    padding: 9px 11px;
    width: 100%;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 12px;
    color: #2c2a29;
    line-height: 1.2727272727273;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

html > body.my > main > section > form.send-message > textarea::-webkit-input-placeholder {
    color: #808080;
}

html > body.my > main > section > form.send-message > textarea::-moz-placeholder {
    color: #808080;
}

html > body.my > main > section > form.send-message > textarea:-ms-input-placeholder {
    color: #808080;
}

html > body.my > main > section > form.send-message > textarea:-moz-placeholder {
    color: #808080;
}

html > body.my > main > section > form.send-message > textarea.invalid {
    border-color: #f36e5c;
}

html > body.my > main > section > form.send-message > button {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
}

html > body.my > main > section > form.send-message > button::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.my > main > section > form.send-message > button {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.my > main > section > form.send-message > button {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.my > main > section > form.send-message > button {
        padding: 0 10px;
    }

}

html > body.my > main > section > form.send-message > button:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.my:not(.touch-scrolling):not(.has-touch) > main > section > form.send-message > button:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.my:not(.touch-scrolling):not(.has-touch) > main > section > form.send-message > button:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.my > main > section > ul.messages {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

html > body.my > main > section > ul.messages > li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 17px 53px;
    min-height: 80px;
    border-top: 1px solid #d7d7d7;
}

html > body.my > main > section > ul.messages > li:first-child {
    border-top: 0;
}

html > body.my > main > section > ul.messages > li.unread:before {
    position: absolute;
    display: block;
    content: '';
    right: 10px;
    bottom: 10px;
    width: 5px;
    height: 5px;
    background: #808080;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

html > body.my > main > section > ul.messages > li.unread.new:before {
    background: #077cc3;
}

html > body.my > main > section > ul.messages > li > img {
    position: absolute;
    top: 20px;
    left: 0;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}

html > body.my > main > section > ul.messages > li > h3 {
    margin: 0 0 4px;
    font-family: 'Pragmatica',sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: none;
}

html > body.my > main > section > ul.messages > li > h3 > time {
    margin-left: 10px;
    color: #808080;
    font-size: 11px;
    line-height: 1.4545454545455;
}

html > body.my > main > section > ul.messages > li > p {
    margin: 0;
    color: #808080;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2727272727273;
}

html > body.my > main > section > ul.messages > li > p a {
    color: #077cc3;
}

html > body.my > main > section > ul.docs-index {
    margin: 0;
    padding: 0;
    list-style: none;
}

html > body.my > main > section > ul.docs-index > li {
    position: relative;
    height: 140px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 90px 0 20px;
    margin-bottom: 10px;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}

html > body.my > main > section > ul.docs-index > li:before {
    position: absolute;
    display: block;
    content: '';
    right: 20px;
    bottom: 20px;
    width: 52.5px;
    height: 52.5px;
    background: url(/styles/images/about-1-poloz.svg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    border: 1px solid #f1f1f2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media screen and (min-width:768px) {
    html > body.my > main > section > ul.docs-index > li:before {
        width: 70px;
        height: 70px;
    }

}

html > body.my > main > section > ul.docs-index > li > a {
    display: block;
    overflow: hidden;
    max-height: 6.6666666666667em;
    color: #808080;
    font-size: 12px;
    line-height: 1.3333333333333;
    text-decoration: none;
}

html > body.my > main > section > ul.docs-index > li > a:after {
    position: absolute;
    display: block;
    content: '';
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/styles/images/arrow.svg) no-repeat center center #fcd900;
}

html > body.my > main > section > ul.docs-index > li > a:hover:after {
    display: block;
}

@media screen and (max-width:1219px) {
    html > body.my > main > section > div.empty.margin {
        margin-right: 20px;
        margin-left: 20px;
    }

}

html > body.my > main > section > nav.tabs {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 18px;
}

html > body.my.has-touch.touch-scrolling > main > section > nav.tabs {
    pointer-events: auto;
}

@media screen and (max-width:1219px) {
    html > body.my > main > section > nav.tabs:before,
    html > body.my > main > section > nav.tabs:after {
        position: absolute;
        display: block;
        content: '';
        z-index: 10;
    }

}

@media screen and (max-width:1219px) {
    html > body.my > main > section > nav.tabs:before {
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        width: 20px;
        background: -webkit-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: -moz-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: -ms-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: -o-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
    }

}

@media screen and (max-width:1219px) {
    html > body.my > main > section > nav.tabs:after {
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 20px;
        background: -webkit-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: -moz-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: -ms-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: -o-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
    }

}

html > body.my > main > section > nav.tabs > ul {
    position: relative;
    left: 0;
    overflow: hidden;
    margin: 0;
    width: 100%;
    padding: 2px 0;
    white-space: nowrap;
    list-style: none;
}

@media screen and (min-width:1220px) {
    html > body.my > main > section > nav.tabs > ul {
        padding-left: 0;
        padding-right: 0;
    }

}

html > body.my.has-touch > main > section > nav.tabs > ul {
    overflow: hidden;
    width: auto;
}

html > body.my > main > section > nav.tabs > ul > li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 15px;
    height: 30px;
    margin-right: 10px;
    color: #2c2a29;
    font-size: 11px;
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: .03em;
    text-transform: uppercase;
    vertical-align: middle;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}

@media screen and (min-width:768px) {
    html > body.my > main > section > nav.tabs > ul > li {
        height: 34px;
        line-height: 34px;
    }

}

html > body.my > main > section > nav.tabs > ul > li:last-child {
    margin-right: 0;
}

html > body.my > main > section > nav.tabs > ul > li:not(.active):hover {
    cursor: pointer;
}

html > body.my > main > section > nav.tabs > ul > li.active:before {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.my > main > section > nav.tabs > ul > li > span {
    position: relative;
    z-index: 2;
}

html > body.my > main > section > nav.tabs > ul > li:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    background: #fcd900;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1);
}

html > body.my:not(.touch-scrolling):not(.has-touch) > main > section > nav.tabs > ul > li:not(.active):hover {
    cursor: pointer;
}

html > body.my:not(.touch-scrolling):not(.has-touch) > main > section > nav.tabs > ul > li:not(.active):hover:before {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.my > main > section > nav.tabs > ul > li:before {
    z-index: 0;
}

html > body.my > main > section > nav.tabs > ul {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width:1220px) {
    html > body.my > main > section > nav.tabs > ul {
        padding-left: 0;
        padding-right: 0;
    }

}

html > body.my > main > section > ul.docs-list {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

html > body.my > main > section > ul.docs-list > li {
    display: none;
}

html > body.my > main > section > ul.docs-list > li.active {
    display: block;
}

html > body.my > main > section > ul.docs-list > li > div {
    margin-left: 20px;
    margin-right: 20px;
}

html > body.my > main > section > ul.docs-list > li > div > button.load-more {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 39px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    width: 100%;
    margin-bottom: 40px;
}

html > body.my > main > section > ul.docs-list > li > div > button.load-more::-moz-focus-inner {
    padding: 0;
    border: none;
}

@media screen and (min-width:768px) {
    html > body.my > main > section > ul.docs-list > li > div > button.load-more {
        padding: 0 10px;
    }

}

html > body.my > main > section > ul.docs-list > li > div > button.load-more:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 350px;
    height: 350px;
    margin: -185px 0 0 -175px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.my:not(.touch-scrolling):not(.has-touch) > main > section > ul.docs-list > li > div > button.load-more:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.my:not(.touch-scrolling):not(.has-touch) > main > section > ul.docs-list > li > div > button.load-more:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.my > main > section > ul.docs-list > li > p.err {
    position: relative;
    padding: 20px 0;
    width: 120px;
    margin: 0 auto;
    color: #808080;
    font-size: 12px;
    line-height: 1.3333333333333;
    text-align: center;
}

html > body.my > main > section > ul.docs-list > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

html > body.my > main > section > ul.docs-list > li > ul > li {
    position: relative;
    padding: 0 0 27px;
}

html > body.my > main > section > ul.docs-list > li > ul > li:first-child > p {
    border-top: 0;
}

html > body.my > main > section > ul.docs-list > li > ul > li:before {
    position: absolute;
    display: block;
    content: '';
    top: 20px;
    left: 20px;
    width: 26px;
    height: 32px;
    background: url(/styles/images/file.svg) no-repeat;
}

html > body.my > main > section > ul.docs-list > li > ul > li > p {
    padding-left: 40px;
    padding-top: 20px;
    margin-bottom: 13px;
    margin-left: 20px;
    margin-right: 20px;
    color: #808080;
    font-size: 12px;
    line-height: 1.3333333333333;
    border-top: 1px solid #d7d7d7;
}

html > body.my > main > section > ul.docs-list > li > ul > li > div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

html > body.my.has-touch.touch-scrolling > main > section > ul.docs-list > li > ul > li > div {
    pointer-events: auto;
}

@media screen and (max-width:1219px) {
    html > body.my > main > section > ul.docs-list > li > ul > li > div:before,
    html > body.my > main > section > ul.docs-list > li > ul > li > div:after {
        position: absolute;
        display: block;
        content: '';
        z-index: 10;
    }

}

@media screen and (max-width:1219px) {
    html > body.my > main > section > ul.docs-list > li > ul > li > div:before {
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        width: 20px;
        background: -webkit-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: -moz-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: -ms-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: -o-linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
        background: linear-gradient(left,#f2f2f2,rgba(242,242,242,0));
    }

}

@media screen and (max-width:1219px) {
    html > body.my > main > section > ul.docs-list > li > ul > li > div:after {
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 20px;
        background: -webkit-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: -moz-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: -ms-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: -o-linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
        background: linear-gradient(right,#f2f2f2,rgba(242,242,242,0));
    }

}

html > body.my > main > section > ul.docs-list > li > ul > li > div > ul.buttons {
    position: relative;
    overflow: auto;
    margin: 0;
    width: 100%;
    padding: 2px 0 2px 0;
    white-space: nowrap;
    list-style: none;
}

html > body.my > main > section > ul.docs-list > li > ul > li > div > ul.buttons.decided > li > button {
    display: none;
}

html > body.my > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li {
    display: inline-block;
    margin-right: 10px;
}

html > body.my > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li > a,
html > body.my > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li > button {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
}

html > body.my > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li > a::-moz-focus-inner,
html > body.my > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li > button::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body.my > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li > a,
html.ua-chrome.ua-desktop-windows > body.my > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li > button {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body.my > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li > a,
html.ua-presto.ua-desktop-windows > body.my > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li > button {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body.my > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li > a,
    html > body.my > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li > button {
        padding: 0 10px;
    }

}

html > body.my > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li > a:before,
html > body.my > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li > button:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body.my:not(.touch-scrolling):not(.has-touch) > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li > a:hover,
html > body.my:not(.touch-scrolling):not(.has-touch) > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li > button:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body.my:not(.touch-scrolling):not(.has-touch) > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li > a:hover:before,
html > body.my:not(.touch-scrolling):not(.has-touch) > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li > button:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.my > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li:first-child {
    margin-left: 60px;
}

html > body.my > main > section > ul.docs-list > li > ul > li > div > ul.buttons > li:last-child {
    margin-right: 20px;
}

html > body.my > main > section div.empty {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
    height: 200px;
    text-align: center;
}

html > body.my > main > section div.empty:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

html > body.my > main > section div.empty > p {
    display: inline-block;
    width: 99%;
    max-width: 290px;
    margin: 0;
    font-size: 12px;
    line-height: 1.3333333333333;
    color: #808080;
}

html > body.my > main > section div.empty > p a {
    color: #077cc3;
}

html > body.inner-fake {
    padding-top: 60px;
}

@media screen and (min-width:1220px) {
    html > body.inner-fake {
        padding-top: 0;
        padding-left: 260px;
    }

}

html > body.inner-fake > img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

html > body > footer {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding-top: 35px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .03em;
    text-transform: uppercase;
    vertical-align: top;
    background: #051e42;
}

@media screen and (min-width:1220px) {
    html > body.inner-fake > footer {
        margin-left: 20px;
    }

}

@media screen and (min-width:1220px) {
    html > body.inner > footer {
        max-width: 930px;
        margin: -290px auto 0;
    }

}

@media screen and (min-width:1220px) {
    html > body > footer {
        margin-left: 240px;
        padding-bottom: 20px;
        background: none;
    }

}

html > body > footer a {
    color: white;
    text-decoration: none;
}

@media screen and (min-width:1220px) {
    html > body > footer a {
        color: #051e42;
    }

}

@media screen and (max-width:767px) {
    html > body > footer:before,
    html > body > footer:after {
        position: absolute;
        display: block;
        content: '';
    }

}

@media screen and (max-width:767px) {
    html > body > footer:before {
        top: 90px;
        right: auto;
        bottom: 60px;
        left: 0;
        width: 75px;
        background: -webkit-linear-gradient(left,#051e42,rgba(5,30,66,0));
        background: -moz-linear-gradient(left,#051e42,rgba(5,30,66,0));
        background: -ms-linear-gradient(left,#051e42,rgba(5,30,66,0));
        background: -o-linear-gradient(left,#051e42,rgba(5,30,66,0));
        background: linear-gradient(left,#051e42,rgba(5,30,66,0));
    }

}

@media screen and (max-width:767px) {
    html > body > footer:after {
        top: 90px;
        right: 0;
        bottom: 60px;
        left: auto;
        width: 60px;
        background: -webkit-linear-gradient(right,#051e42,rgba(5,30,66,0));
        background: -moz-linear-gradient(right,#051e42,rgba(5,30,66,0));
        background: -ms-linear-gradient(right,#051e42,rgba(5,30,66,0));
        background: -o-linear-gradient(right,#051e42,rgba(5,30,66,0));
        background: linear-gradient(right,#051e42,rgba(5,30,66,0));
    }

}

html > body > footer > a.copy {
    position: relative;
    z-index: 0;
    display: block;
    margin: 0 0 20px 75px;
    width: 190px;
    letter-spacing: .05em;
    line-height: 16px;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1);
}

@media screen and (min-width:1220px) {
    html > body.inner > footer > a.copy {
        margin-left: 40px;
    }

}

@media screen and (min-width:980px) {
    html > body > footer > a.copy {
        display: inline-block;
        margin-right: 70px;
    }

}

html > body > footer > a.copy:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: -40px;
    width: 27px;
    height: 28px;
    background: url(/styles/images/logo-white.svg) no-repeat;
    -webkit-background-size: 27px 28px;
    -moz-background-size: 27px 28px;
    background-size: 27px 28px;
}

@media screen and (min-width:1220px) {
    html > body > footer > a.copy:after {
        background-image: url(/styles/images/logo-blue.svg);
    }

}

html > body > footer > a.copy:hover {
    color: #051b3a;
}

html > body > footer > a.copy:hover:after {
    background-image: url(/styles/images/logo-blue.svg);
}

html > body > footer > a.copy:hover > span:before {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body > footer > a.copy > span {
    position: absolute;
    display: block;
    z-index: -1;
    overflow: hidden;
    top: -10px;
    right: -12px;
    bottom: -10px;
    left: -55px;
}

html > body > footer > a.copy > span:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 300px;
    height: 300px;
    margin: -160px 0 0 -150px;
    background: #fcd900;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1);
}

html > body > footer > ul.menus {
    position: relative;
    /*overflow: hidden;*/
    left: 0;
    margin: 0 0 55px;
    padding: 0 0 0 75px;
    vertical-align: top;
    white-space: nowrap;
    list-style: none;
}

html > body.has-touch.touch-scrolling > footer > ul.menus {
    pointer-events: auto;
}

@media screen and (min-width:1220px) {
    html > body.inner > footer > ul.menus {
        display: inline-block;
        padding: 0;
    }

}

@media screen and (max-width:767px) {
    html > body > footer > ul.menus {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 20px;
    }

}

@media screen and (min-width:980px) {
    html > body > footer > ul.menus {
        display: inline-block;
        margin-left: 0;
        margin-top: -9px;
    }

}

html > body > footer > ul.menus > li {
    display: inline-block;
    margin-right: 50px;
}

@media screen and (min-width:768px) {
    html > body > footer > ul.menus > li {
        margin-right: 70px;
    }

}

html > body > footer > ul.menus > li:last-child {
    margin-right: 0;
}

html > body > footer > ul.menus > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

html > body > footer > ul.menus > li > ul > li > a,
html > body > footer > ul.menus > li > ul > li > span {
    display: inline-block;
    padding: 0 15px;
    margin-left: -15px;
    line-height: 35px;
    vertical-align: middle;
}

html > body > footer > ul.menus > li > ul > li > a {
    position: relative;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1);
}

html > body > footer > ul.menus > li > ul > li > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 250px;
    height: 250px;
    margin: -135px 0 0 -125px;
    background: #fcd900;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1);
}

html > body:not(.has-touch):not(.touch-scrolling) > footer > ul.menus > li > ul > li > a:hover {
    color: #051b3a;
    cursor: pointer;
}

html > body:not(.has-touch):not(.touch-scrolling) > footer > ul.menus > li > ul > li > a:hover:before {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body > footer > ul.menus > li > ul > li > span {
    color: #fcd900;
}

@media screen and (min-width:1220px) {
    html > body > footer > ul.menus > li > ul > li > span {
        color: #051b3a;
        background: #fcd900;
    }

}

html > body > footer > div.creator {
    position: relative;
    margin: 0 20px 0 75px;
    padding: 6px 0;
    border-top: 2px solid white;
}

@media screen and (min-width:1220px) {
    html > body.inner > footer > div.creator {
        margin: 0;
    }

}

@media screen and (min-width:1220px) {
    html > body > footer > div.creator {
        border-color: #051e42;
    }

}

html > body > footer > div.creator > a {
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: inline-block;
    padding: 0 15px;
    margin-left: -15px;
    line-height: 35px;
    vertical-align: middle;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1);
}

html > body > footer > div.creator > a:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 250px;
    height: 250px;
    margin: -135px 0 0 -125px;
    background: #fcd900;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1);
}

html > body:not(.has-touch):not(.touch-scrolling) > footer > div.creator > a:hover {
    color: #051b3a;
    cursor: pointer;
}

html > body:not(.has-touch):not(.touch-scrolling) > footer > div.creator > a:hover:before {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body div.preloader {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/styles/images/logo.svg) no-repeat center center #051e42;
    -webkit-background-size: 78px 84px;
    -moz-background-size: 78px 84px;
    background-size: 78px 84px;
    -webkit-transition: opacity 1s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: opacity 1s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: opacity 1s cubic-bezier(.650,.005,.335,1.000);
    transition: opacity 1s cubic-bezier(.650,.005,.335,1.000);
}

html > body.loaded div.preloader {
    opacity: 0;
}

html > body > div.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    background: black;
}

html > body.my > div.lightbox {
    text-align: center;
    vertical-align: middle;
    background: #051b3a;
}

html > body.my > div.lightbox.sent {
    background: rgba(5,27,58,.3);
}

html > body.my > div.lightbox:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

html > body.lightbox > div.lightbox {
    display: block;
}

html > body > div.lightbox.send-message-to-member {
    vertical-align: middle;
    text-align: center;
    overflow-y: scroll;
}

html > body > div.lightbox.send-message-to-member:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

html > body > div.lightbox.file-iframe > a.close {
    position: absolute;
    top: 16px;
    right: 23px;
    z-index: 3;
}

@media screen and (min-width:768px) {
    html > body > div.lightbox.file-iframe > a.close {
        top: 56px;
        right: 16px;
    }

}

@media screen and (min-width:980px) {
    html > body > div.lightbox.file-iframe > a.close {
        top: 16px;
    }

}

html > body > div.lightbox.file-iframe > a.close:before {
    position: absolute;
    display: block;
    content: '';
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
}

html > body > div.lightbox.file-iframe > a.close:hover > span {
    -webkit-transform: rotate(45deg) scale(1.26,1.26);
    -moz-transform: rotate(45deg) scale(1.26,1.26);
    -ms-transform: rotate(45deg) scale(1.26,1.26);
    -o-transform: rotate(45deg) scale(1.26,1.26);
    transform: rotate(45deg) scale(1.26,1.26);
}

html > body > div.lightbox.file-iframe > a.close > span {
    position: relative;
    display: block;
    width: 29px;
    height: 29px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: -moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: -o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: transform .5s cubic-bezier(.650,.005,.335,1.000);
}

html > body > div.lightbox.file-iframe > a.close > span:before,
html > body > div.lightbox.file-iframe > a.close > span:after {
    position: absolute;
    display: block;
    content: '';
    background: #f36e5c;
}

html > body > div.lightbox.file-iframe > a.close > span:before {
    top: 0;
    right: auto;
    bottom: 0;
    left: 14px;
    width: 1px;
    margin-left: -1px;
}

html > body > div.lightbox.file-iframe > a.close > span:after {
    top: 14px;
    right: 0;
    bottom: auto;
    left: 0;
    height: 1px;
    margin-top: -1px;
}

html > body > div.lightbox.file-iframe > section.iframe {
    position: absolute;
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
}

html > body > div.lightbox.file-iframe > section.iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

html > body > div.lightbox > div.content {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
}

html > body > div.lightbox > div.content.file-iframe > a.close {
    position: absolute;
    top: 16px;
    right: 23px;
    z-index: 3;
}

@media screen and (min-width:768px) {
    html > body > div.lightbox > div.content.file-iframe > a.close {
        top: 56px;
        right: 16px;
    }

}

@media screen and (min-width:980px) {
    html > body > div.lightbox > div.content.file-iframe > a.close {
        top: 16px;
    }

}

html > body > div.lightbox > div.content.file-iframe > a.close:before {
    position: absolute;
    display: block;
    content: '';
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
}

html > body > div.lightbox > div.content.file-iframe > a.close:hover > span {
    -webkit-transform: rotate(45deg) scale(1.26,1.26);
    -moz-transform: rotate(45deg) scale(1.26,1.26);
    -ms-transform: rotate(45deg) scale(1.26,1.26);
    -o-transform: rotate(45deg) scale(1.26,1.26);
    transform: rotate(45deg) scale(1.26,1.26);
}

html > body > div.lightbox > div.content.file-iframe > a.close > span {
    position: relative;
    display: block;
    width: 29px;
    height: 29px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: -moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: -o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: transform .5s cubic-bezier(.650,.005,.335,1.000);
}

html > body > div.lightbox > div.content.file-iframe > a.close > span:before,
html > body > div.lightbox > div.content.file-iframe > a.close > span:after {
    position: absolute;
    display: block;
    content: '';
    background: #f36e5c;
}

html > body > div.lightbox > div.content.file-iframe > a.close > span:before {
    top: 0;
    right: auto;
    bottom: 0;
    left: 14px;
    width: 1px;
    margin-left: -1px;
}

html > body > div.lightbox > div.content.file-iframe > a.close > span:after {
    top: 14px;
    right: 0;
    bottom: auto;
    left: 0;
    height: 1px;
    margin-top: -1px;
}

html > body > div.lightbox > div.content.file-iframe > section.iframe {
    text-align: center;
}

@media screen and (min-width:980px) {
    html > body > div.lightbox > div.content.file-iframe > section.iframe {
        padding-left: 40px;
        padding-right: 40px;
    }

}

html > body > div.lightbox > div.content.file-iframe > section.iframe iframe {
    position: absolute;
}

html > body > div.lightbox > div.content.media {
    display: block;
    padding: 60px 20px 0;
}

@media screen and (min-width:768px) {
    html > body > div.lightbox > div.content.media {
        padding-top: 100px;
    }

}

@media screen and (min-width:980px) {
    html > body > div.lightbox > div.content.media {
        padding-top: 90px;
    }

}

html > body > div.lightbox > div.content.media > a.close {
    position: absolute;
    top: 16px;
    right: 23px;
    z-index: 3;
}

@media screen and (min-width:768px) {
    html > body > div.lightbox > div.content.media > a.close {
        top: 56px;
        right: 16px;
    }

}

@media screen and (min-width:980px) {
    html > body > div.lightbox > div.content.media > a.close {
        top: 16px;
    }

}

html > body > div.lightbox > div.content.media > a.close:before {
    position: absolute;
    display: block;
    content: '';
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
}

html > body > div.lightbox > div.content.media > a.close:hover > span {
    -webkit-transform: rotate(45deg) scale(1.26,1.26);
    -moz-transform: rotate(45deg) scale(1.26,1.26);
    -ms-transform: rotate(45deg) scale(1.26,1.26);
    -o-transform: rotate(45deg) scale(1.26,1.26);
    transform: rotate(45deg) scale(1.26,1.26);
}

html > body > div.lightbox > div.content.media > a.close > span {
    position: relative;
    display: block;
    width: 29px;
    height: 29px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: -moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: -o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: transform .5s cubic-bezier(.650,.005,.335,1.000);
}

html > body > div.lightbox > div.content.media > a.close > span:before,
html > body > div.lightbox > div.content.media > a.close > span:after {
    position: absolute;
    display: block;
    content: '';
    background: #f36e5c;
}

html > body > div.lightbox > div.content.media > a.close > span:before {
    top: 0;
    right: auto;
    bottom: 0;
    left: 14px;
    width: 1px;
    margin-left: -1px;
}

html > body > div.lightbox > div.content.media > a.close > span:after {
    top: 14px;
    right: 0;
    bottom: auto;
    left: 0;
    height: 1px;
    margin-top: -1px;
}

html > body > div.lightbox > div.content.media.gallery > div.text-nav {
    position: absolute;
    top: 16px;
    left: 20px;
    z-index: 3;
    color: white;
    font-size: 22px;
    line-height: 1;
    font-weight: 100;
}

@media screen and (min-width:768px) {
    html > body > div.lightbox > div.content.media.gallery > div.text-nav {
        top: 56px;
    }

}

@media screen and (min-width:980px) {
    html > body > div.lightbox > div.content.media.gallery > div.text-nav {
        top: 16px;
    }

}

html > body > div.lightbox > div.content.media.gallery > div.button-nav {
    display: none;
}

@media screen and (min-width:980px) {
    html > body > div.lightbox > div.content.media.gallery > div.button-nav {
        position: absolute;
        z-index: 4;
        top: 90px;
        left: 0;
        right: 0;
        display: block;
        height: 0;
    }

    html > body > div.lightbox > div.content.media.gallery > div.button-nav > a {
        display: block;
        position: absolute;
        top: 0;
        height: 450px;
        width: 80px;
        outline: none;
        -webkit-transition: height .5s cubic-bezier(.650,.005,.335,1.000);
        -moz-transition: height .5s cubic-bezier(.650,.005,.335,1.000);
        -o-transition: height .5s cubic-bezier(.650,.005,.335,1.000);
        transition: height .5s cubic-bezier(.650,.005,.335,1.000);
    }

    html > body > div.lightbox > div.content.media.gallery > div.button-nav > a:hover > span {
        background: #fcd900;
        border-color: #fcd900;
    }

    html > body > div.lightbox > div.content.media.gallery > div.button-nav > a:hover > span:before {
        border-left-color: black;
        border-bottom-color: black;
    }

    html > body > div.lightbox > div.content.media.gallery > div.button-nav > a.lightbox_prev {
        left: 0;
    }

    html > body > div.lightbox > div.content.media.gallery > div.button-nav > a.lightbox_prev:hover > span:before {
        border-left-color: black;
        border-bottom-color: black;
    }

    html > body > div.lightbox > div.content.media.gallery > div.button-nav > a.lightbox_prev > span:before {
        margin-top: -5px;
        margin-left: -6px;
        width: 9px;
        height: 9px;
        font-size: 0;
        color: rgba(0,0,0,0);
        border-left: 1px solid rgba(255,255,255,.3);
        border-bottom: 1px solid rgba(255,255,255,.3);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
        outline: solid;
        outline-color: rgba(0,0,0,0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    html > body > div.lightbox > div.content.media.gallery > div.button-nav > a.lightbox_next {
        right: 0;
    }

    html > body > div.lightbox > div.content.media.gallery > div.button-nav > a.lightbox_next:hover > span:before {
        border-left-color: black;
        border-bottom-color: black;
    }

    html > body > div.lightbox > div.content.media.gallery > div.button-nav > a.lightbox_next > span:before {
        margin-top: -5px;
        margin-left: -6px;
        width: 9px;
        height: 9px;
        font-size: 0;
        color: rgba(0,0,0,0);
        border-left: 1px solid rgba(255,255,255,.3);
        border-bottom: 1px solid rgba(255,255,255,.3);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
        outline: solid;
        outline-color: rgba(0,0,0,0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    html > body > div.lightbox > div.content.media.gallery > div.button-nav > a > span {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 30px;
        height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: -15px 0 0 -15px;
        text-decoration: none;
        border: 1px solid rgba(255,255,255,.3);
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: border .5s cubic-bezier(.650,.005,.335,1.000),background .5s cubic-bezier(.650,.005,.335,1.000);
        -moz-transition: border .5s cubic-bezier(.650,.005,.335,1.000),background .5s cubic-bezier(.650,.005,.335,1.000);
        -o-transition: border .5s cubic-bezier(.650,.005,.335,1.000),background .5s cubic-bezier(.650,.005,.335,1.000);
        transition: border .5s cubic-bezier(.650,.005,.335,1.000),background .5s cubic-bezier(.650,.005,.335,1.000);
    }

    html > body > div.lightbox > div.content.media.gallery > div.button-nav > a > span:before {
        position: absolute;
        display: block;
        content: '';
        top: 50%;
        left: 50%;
        -webkit-transition: border .5s cubic-bezier(.650,.005,.335,1.000);
        -moz-transition: border .5s cubic-bezier(.650,.005,.335,1.000);
        -o-transition: border .5s cubic-bezier(.650,.005,.335,1.000);
        transition: border .5s cubic-bezier(.650,.005,.335,1.000);
    }

}

html > body > div.lightbox > div.content.media.gallery > section.photos {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 1;
    height: 100vh;
}

html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    list-style: none;
}

html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: -webkit-transform .5s ease-out,left .5s ease-out,z-index .5s linear;
    -moz-transition: -moz-transform .5s ease-out,left .5s ease-out,z-index .5s linear;
    -o-transition: -o-transform .5s ease-out,left .5s ease-out,z-index .5s linear;
    transition: transform .5s ease-out,left .5s ease-out,z-index .5s linear;
}

html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li.next {
    left: 100%;
}

html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li.prev {
    left: -100%;
}

html.translate3d > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

html.translate3d > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li.next {
    left: 0;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

html.translate3d > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li.prev {
    left: 0;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li.current,
html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li.dragging {
    z-index: 100;
}

html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li.current {
    cursor: move;
    cursor: url(/styles/_embed/openhand.cur) 8 8,move;
}

html.ua-ie > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li.current {
    cursor: url(/styles/_embed/openhand.cur),move;
}

html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li.dragging {
    cursor: move;
    cursor: url(/styles/_embed/closedhand.cur) 8 8,move;
}

html.ua-ie > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li.dragging {
    cursor: url(/styles/_embed/closedhand.cur),move;
}

html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li.dragging,
html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li.back {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li.back {
    visibility: hidden;
}

html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li.back.dragging {
    visibility: visible;
}

html > body > div.lightbox > div.content.media.gallery > section.photos > ul.buttons > li {
    display: block;
    cursor: pointer;
}

html > body > div.lightbox > div.content.media.gallery > section.photos.no-prev > ul.buttons > li.prev,
html > body > div.lightbox > div.content.media.gallery > section.photos.no-next > ul.buttons > li.next {
    display: none;
}

html > body > div.lightbox > div.content.media.gallery > section.photos > ul.bookmarks > li {
    display: inline-block;
    cursor: pointer;
}

html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides {
    height: 100vh;
}

html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li {
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li > img {
    max-width: 100%;
    margin-bottom: 13px;
}

html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li > div.text {
    position: relative;
    margin-bottom: 20px;
    color: rgba(255,255,255,.4);
    font-size: 14px;
    line-height: 1.2857142857143;
}

@media screen and (min-width:768px) {
    html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li > div.text {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

}

@media screen and (min-width:768px) {
    html > body > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li > div.text {
        width: 640px;
        font-size: 16px;
        line-height: 1.375;
    }

}

html > body > div.lightbox > div.content.media.video > section.video {
    text-align: center;
}

@media screen and (min-width:980px) {
    html > body > div.lightbox > div.content.media.video > section.video {
        padding-left: 40px;
        padding-right: 40px;
    }

}

html > body > div.lightbox > div.content.media.video > section.video iframe {
    width: 100%;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

html > body > div.lightbox > div.content.media.video > section.video > div.text {
    position: relative;
    margin-bottom: 20px;
    color: rgba(255,255,255,.4);
    font-size: 14px;
    line-height: 1.2857142857143;
}

@media screen and (min-width:768px) {
    html > body > div.lightbox > div.content.media.video > section.video > div.text {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

}

@media screen and (min-width:768px) {
    html > body > div.lightbox > div.content.media.video > section.video > div.text {
        width: 640px;
        font-size: 16px;
        line-height: 1.375;
    }

}

html > body > div.lightbox > div.content.send-message-to-member {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 40px 60px;
    background: white;
}

html > body > div.lightbox > div.content.send-message-to-member h2 {
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #2c2a29;
    letter-spacing: .05em;
    font-size: 18px;
    line-height: 1.2222222222222;
}

@media screen and (min-width:768px) {
    html > body > div.lightbox > div.content.send-message-to-member h2 {
        font-size: 24px;
        line-height: 1.25;
    }

}

@media screen and (min-width:980px) {
    html > body > div.lightbox > div.content.send-message-to-member h2 {
        font-size: 26px;
        line-height: 1.1538461538462;
    }

}

html > body > div.lightbox > div.content.send-message-to-member > a.close {
    position: absolute;
    top: 32px;
    right: 46px;
    z-index: 3;
}

@media screen and (min-width:768px) {
    html > body > div.lightbox > div.content.send-message-to-member > a.close {
        top: 112px;
        right: 32px;
    }

}

@media screen and (min-width:980px) {
    html > body > div.lightbox > div.content.send-message-to-member > a.close {
        top: 32px;
    }

}

html > body > div.lightbox > div.content.send-message-to-member > a.close:before {
    position: absolute;
    display: block;
    content: '';
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
}

html > body > div.lightbox > div.content.send-message-to-member > a.close:hover > span {
    -webkit-transform: rotate(45deg) scale(1.26,1.26);
    -moz-transform: rotate(45deg) scale(1.26,1.26);
    -ms-transform: rotate(45deg) scale(1.26,1.26);
    -o-transform: rotate(45deg) scale(1.26,1.26);
    transform: rotate(45deg) scale(1.26,1.26);
}

html > body > div.lightbox > div.content.send-message-to-member > a.close > span {
    position: relative;
    display: block;
    width: 29px;
    height: 29px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: -moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: -o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: transform .5s cubic-bezier(.650,.005,.335,1.000);
}

html > body > div.lightbox > div.content.send-message-to-member > a.close > span:before,
html > body > div.lightbox > div.content.send-message-to-member > a.close > span:after {
    position: absolute;
    display: block;
    content: '';
    background: #f36e5c;
}

html > body > div.lightbox > div.content.send-message-to-member > a.close > span:before {
    top: 0;
    right: auto;
    bottom: 0;
    left: 14px;
    width: 1px;
    margin-left: -1px;
}

html > body > div.lightbox > div.content.send-message-to-member > a.close > span:after {
    top: 14px;
    right: 0;
    bottom: auto;
    left: 0;
    height: 1px;
    margin-top: -1px;
}

html > body > div.lightbox > div.content.my {
    display: inline-block;
    width: 280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 20px 30px;
    text-align: left;
    vertical-align: middle;
    background: white;
}

html > body > div.lightbox > div.content.my.sent {
    padding-bottom: 18px;
    width: 240px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}

html > body > div.lightbox > div.content.my.sent > a.close {
    top: 0;
    right: 0;
}

html > body > div.lightbox > div.content.my.sent p {
    margin: 0;
    color: #808080;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3333333333333;
    text-align: center;
}

html > body > div.lightbox > div.content.my > a.close {
    position: absolute;
    top: 9px;
    right: 14px;
    width: 30px;
    height: 30px;
}

html > body > div.lightbox > div.content.my > a.close:hover > span {
    -webkit-transform: rotate(45deg) scale(1.2,1.2);
    -moz-transform: rotate(45deg) scale(1.2,1.2);
    -ms-transform: rotate(45deg) scale(1.2,1.2);
    -o-transform: rotate(45deg) scale(1.2,1.2);
    transform: rotate(45deg) scale(1.2,1.2);
}

html > body > div.lightbox > div.content.my > a.close:hover > span:before,
html > body > div.lightbox > div.content.my > a.close:hover > span:after {
    background: #f36e5c;
}

html > body > div.lightbox > div.content.my > a.close > span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 17px;
    height: 17px;
    margin: -8.5px 0 0 -8.5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: -moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: -o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: transform .5s cubic-bezier(.650,.005,.335,1.000);
}

html > body > div.lightbox > div.content.my > a.close > span:before,
html > body > div.lightbox > div.content.my > a.close > span:after {
    position: absolute;
    display: block;
    content: '';
    background: #b7b7b7;
    -webkit-transition: background .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: background .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: background .5s cubic-bezier(.650,.005,.335,1.000);
    transition: background .5s cubic-bezier(.650,.005,.335,1.000);
}

html > body > div.lightbox > div.content.my > a.close > span:before {
    top: 8px;
    right: 0;
    bottom: auto;
    left: 0;
    height: 1px;
}

html > body > div.lightbox > div.content.my > a.close > span:after {
    top: 0;
    right: auto;
    bottom: 0;
    left: 8px;
    width: 1px;
}

html > body > div.lightbox > div.content.my > h2 {
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #2c2a29;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: .05em;
}

html > body > div.lightbox > div.content.my > form > fieldset {
    position: relative;
    margin-bottom: 10px;
}

html > body > div.lightbox > div.content.my > form > fieldset > input {
    display: block;
    height: 40px;
    padding: 0 50px 0 11px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #2c2a29;
    line-height: 38px;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

html > body > div.lightbox > div.content.my > form > fieldset > input::-webkit-input-placeholder {
    color: #808080;
}

html > body > div.lightbox > div.content.my > form > fieldset > input::-moz-placeholder {
    color: #808080;
}

html > body > div.lightbox > div.content.my > form > fieldset > input:-ms-input-placeholder {
    color: #808080;
}

html > body > div.lightbox > div.content.my > form > fieldset > input:-moz-placeholder {
    color: #808080;
}

html > body > div.lightbox > div.content.my > form > fieldset > input.invalid {
    border-color: #f36e5c;
}

html > body > div.lightbox > div.content.my > form > fieldset > button {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 5px;
    right: 0;
    height: 30px;
    width: 40px;
    border-left: 1px solid #d7d7d7;
}

html > body > div.lightbox > div.content.my > form > fieldset > button::-moz-focus-inner {
    padding: 0;
    border: none;
}

html > body > div.lightbox > div.content.my > form > fieldset > button:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -6px;
    width: 10px;
    height: 10px;
    font-size: 0;
    color: rgba(0,0,0,0);
    border-left: 1px solid #f36e5c;
    border-bottom: 1px solid #f36e5c;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    outline: solid;
    outline-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: margin .2s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: margin .2s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: margin .2s cubic-bezier(.650,.005,.335,1.000);
    transition: margin .2s cubic-bezier(.650,.005,.335,1.000);
}

html > body > div.lightbox > div.content.my > form > fieldset > button:hover:before {
    margin-top: -5px;
}

html > body > div.lightbox > div.content.my > form > fieldset > button:after {
    position: absolute;
    display: block;
    content: '';
    top: -5px;
    right: 0;
    bottom: -5px;
    left: -200px;
}

html > body > div.lightbox > div.content.my > form > fieldset > ul {
    display: none;
    position: absolute;
    overflow-y: auto;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    max-height: 155px;
    list-style: none;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    border: 1px solid #d7d7d7;
    border-top: none;
}

html > body > div.lightbox > div.content.my > form > fieldset > ul > li {
    position: relative;
    height: 39px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 0 11px;
    color: #2c2a29;
    font-size: 12px;
    font-weight: 500;
    line-height: 39px;
    background: white;
    border-bottom: 1px solid #d7d7d7;
    -webkit-transition: background .2s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: background .2s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: background .2s cubic-bezier(.650,.005,.335,1.000);
    transition: background .2s cubic-bezier(.650,.005,.335,1.000);
}

html > body > div.lightbox > div.content.my > form > fieldset > ul > li:last-child {
    border-bottom: 0;
}

html > body > div.lightbox > div.content.my > form > fieldset > ul > li > figure {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 39px;
    width: 39px;
}

html > body > div.lightbox > div.content.my > form > fieldset > ul > li > figure > img {
    position: absolute;
    top: -10px;
    left: -10px;
    height: 60px;
    width: 60px;
}

html > body > div.lightbox > div.content.my > form > fieldset > ul > li:hover {
    background: #fcd900;
    cursor: pointer;
}

html > body > div.lightbox > div.content.my > form > fieldset.open > input {
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

html > body > div.lightbox > div.content.my > form > fieldset.open > input.invalid {
    border-bottom-color: #d7d7d7;
}

html > body > div.lightbox > div.content.my > form > fieldset.open > input.invalid + button + ul {
    border-color: #f36e5c;
}

html > body > div.lightbox > div.content.my > form > fieldset.open > button:before {
    margin-top: -1px;
    width: 10px;
    height: 10px;
    font-size: 0;
    color: rgba(0,0,0,0);
    border-left: 1px solid #f36e5c;
    border-bottom: 1px solid #f36e5c;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    outline: solid;
    outline-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

html > body > div.lightbox > div.content.my > form > fieldset.open > button:hover:before {
    margin-top: -4px;
}

html > body > div.lightbox > div.content.my > form > fieldset.open > ul {
    display: block;
}

html > body > div.lightbox > div.content.my > form > textarea {
    display: block;
    padding: 9px 11px;
    width: 100%;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 12px;
    color: #2c2a29;
    line-height: 1.2727272727273;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

html > body > div.lightbox > div.content.my > form > textarea::-webkit-input-placeholder {
    color: #808080;
}

html > body > div.lightbox > div.content.my > form > textarea::-moz-placeholder {
    color: #808080;
}

html > body > div.lightbox > div.content.my > form > textarea:-ms-input-placeholder {
    color: #808080;
}

html > body > div.lightbox > div.content.my > form > textarea:-moz-placeholder {
    color: #808080;
}

html > body > div.lightbox > div.content.my > form > textarea.invalid {
    border-color: #f36e5c;
}

html > body > div.lightbox > div.content.my > form > button {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    -o-transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
}

html > body > div.lightbox > div.content.my > form > button::-moz-focus-inner {
    padding: 0;
    border: none;
}

html.ua-chrome.ua-desktop-windows > body > div.lightbox > div.content.my > form > button {
    line-height: 30px;
    font-size: 9px;
}

html.ua-presto.ua-desktop-windows > body > div.lightbox > div.content.my > form > button {
    line-height: 30px;
}

@media screen and (min-width:768px) {
    html > body > div.lightbox > div.content.my > form > button {
        padding: 0 10px;
    }

}

html > body > div.lightbox > div.content.my > form > button:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}

html > body:not(.touch-scrolling):not(.has-touch) > div.lightbox > div.content.my > form > button:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}

html > body:not(.touch-scrolling):not(.has-touch) > div.lightbox > div.content.my > form > button:hover:before {
    background: #fcd900;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

html > body.lightbox.has-touch > div.lightbox > div.content.media.gallery {
    padding: 0;
}

html > body.lightbox.has-touch > div.lightbox > div.content.media.gallery > div.button-nav > a {
    position: fixed;
    top: 0;
    bottom: 0;
    height: auto;
}

html > body.lightbox.has-touch > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li {
    vertical-align: middle;
}

html > body.lightbox.has-touch > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

html > body.lightbox.has-touch > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li > img {
    position: relative;
    display: inline-block;
    max-height: 100vh;
}

html > body.lightbox.has-touch > div.lightbox > div.content.media.gallery > section.photos > ul.slides > li > div.text {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10%;
    color: rgba(255,255,255,.6);
    background: rgba(0,0,0,.7);
}

html > body div.log {
    position: fixed;
    z-index: 100000;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: black;
    color: white;
    font-size: 8px;
    overflow: auto;
}

html.ua-ie-6,
html.ua-ie-7,
html.ua-ie-8 {
    border: 20px solid #f2f2f2;
}

html.ua-ie-6:before,
html.ua-ie-7:before,
html.ua-ie-8:before {
    display: none;
}

html.ua-ie-6 > body,
html.ua-ie-7 > body,
html.ua-ie-8 > body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #051e42;
}

html.ua-ie-6 > body > header,
html.ua-ie-6 > body > main,
html.ua-ie-6 > body > section,
html.ua-ie-6 > body > footer,
html.ua-ie-6 > body > div.preloader,
html.ua-ie-7 > body > header,
html.ua-ie-7 > body > main,
html.ua-ie-7 > body > section,
html.ua-ie-7 > body > footer,
html.ua-ie-7 > body > div.preloader,
html.ua-ie-8 > body > header,
html.ua-ie-8 > body > main,
html.ua-ie-8 > body > section,
html.ua-ie-8 > body > footer,
html.ua-ie-8 > body > div.preloader {
    display: none;
}




.about1 h1,
.about1 p,
.about1 ol,
.about1 ul
{
    margin-top: 0;
}

.about1 p,
{
    margin-bottom: 12px;
}

.about1 ol,
.about1 ul
{
    margin-bottom: 20px;
}


.about1 ol li:not(:last-child),
.about1 ul li:not(:last-child)
{
    margin-bottom: 16px;
}

.about1 h1
{
    text-align: center;
}

.about1 > article > p:first-child
{
    text-align: right;
}

.about1 acronym
{
    text-decoration: none;
}

.about1 table
{
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #E0E0E0;
    border-collapse: collapse;
}

.about1 table td
{
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
    vertical-align: middle;
}

.about1 table td:not(:nth-child(2))
{
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
    vertical-align: middle;
    padding: 15px 15px;
}

.about1 table td:nth-child(1)
{
    text-align: center;
}

.about1 table td:nth-child(2)
{
    padding: 0;
}

.about1 table td:nth-child(2) img
{
    width: 130px;
    filter: grayscale(60%);
    margin: 10px;
}

.about1 table td p:only-child
{
    margin-bottom: 0;
}

.about1 a {
    color: #051e42;
}

.about1 a:hover {
    color: #051b3a;
    text-decoration: none;
}


@media screen and ( max-width:767px )
{
    .about1 ul li,
    .about1 ol li,
    .about1 table td
    {
        font-size: 14px;
    }
}

.flex {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}
