@-webkit-keyframes blink {
    0%,
    to {
        opacity: 1
    }
    50% {
        opacity: .5
    }
}

@keyframes blink {
    0%,
    to {
        opacity: 1
    }
    50% {
        opacity: .5
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes slide-from-left {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slide-from-left {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slide-from-right {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slide-from-right {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
    font-family: "Circe", sans-serif
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

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

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: inherit;
    transition: color .3s
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

optgroup {
    font-family: sans-serif
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

#lightbox>div.content>div.body>form>div.success>p.controls>button,
#lightbox>div.content>div.body>form>ul.fields>li>button,
html>body>nav.main>a.choose {
    box-sizing: border-box;
    height: 50px;
    padding: 0 25px;
    font-weight: 700;
    line-height: 50px;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    background: #ffaf0a;
    border: 0;
    border-radius: 8px
}

#lightbox>div.content>div.body>form>div.success>p.controls>button,
#lightbox>div.content>div.body>form>ul.fields>li>button {
    display: inline-block;
    margin: 0;
    text-align: center;
    transition: color .3s
}

#lightbox>div.content>div.body>form>div.success>p.controls>button:not([disabled]),
#lightbox>div.content>div.body>form>ul.fields>li>button:not([disabled]),
#lightbox>div.content>header>button.close:not([disabled]),
html>body>nav.main:not(.open)>button.open:not([disabled]),
html>body>nav.main>a.choose:not([disabled]) {
    cursor: pointer
}

#lightbox>div.content>div.body>form>div.success>p.controls>button:focus,
#lightbox>div.content>div.body>form>ul.fields>li>button:focus,
html>body>nav.main>a.choose:focus {
    color: #30435c
}

#lightbox>div.content>div.body>form>div.success>p.controls>button:not([disabled]):hover,
#lightbox>div.content>div.body>form>ul.fields>li>button:not([disabled]):hover,
html>body>nav.main>a.choose:not([disabled]):hover {
    color: #30435c
}

#lightbox>div.content>div.body>form>ul.fields>li.checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

#lightbox>div.content>div.body>form>ul.fields>li.checkbox>input+label {
    position: relative;
    display: block;
    padding: 0 0 0 35px;
    font-size: 14px
}

#lightbox>div.content>div.body>form>ul.fields>li.checkbox>input+label::before {
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    content: "";
    border: 1px solid #d4d7d9;
    border-radius: 3px;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    transition: border-color .3s
}

#lightbox>div.content>div.body>form>ul.fields>li.checkbox>input:hover+label::before {
    border-color: #b9bdc1
}

#lightbox>div.content>div.body>form>ul.fields>li.checkbox>input:focus+label::before {
    border-color: #838b91;
    outline: 0
}

#lightbox>div.content>div.body>form>ul.fields>li.checkbox>input:checked+label::after {
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    width: 15px;
    height: 8px;
    content: "";
    border-bottom: 1px solid;
    border-left: 1px solid;
    -webkit-transform: translate(5px, calc(-50% - 3px)) scaleX(.9) rotate(-45deg);
    transform: translate(5px, calc(-50% - 3px)) scaleX(.9) rotate(-45deg)
}

#lightbox>div.content>div.body>h2 {
    font-size: 44px;
    line-height: 1
}

#lightbox>div.content>div.body>form>div.success>p:first-of-type,
#lightbox>div.content>div.body>h2,
#lightbox>div.content>div.body>h3,
#lightbox>div.content>div.body>ul.frames>li>h3 {
    margin-top: 0;
    font-family: "Circe", sans-serif;
    font-weight: 700
}

#lightbox>div.content>div.body>form>ul.fields>li>input:not([type=checkbox]):not([type=radio]),
#lightbox>div.content>div.body>form>ul.fields>li>textarea {
    box-sizing: border-box;
    height: 40px;
    padding: 0 15px;
    color: #30435c;
    background: #fff;
    border: 1px solid #d4d7d9;
    border-radius: 3px;
    transition: border-color .3s
}

#lightbox>div.content>div.body>form>ul.fields>li>input:not([type=checkbox]):not([type=radio]):hover,
#lightbox>div.content>div.body>form>ul.fields>li>textarea:hover {
    border-color: #b9bdc1
}

#lightbox>div.content>div.body>form>ul.fields>li>input:not([type=checkbox]):not([type=radio]):focus,
#lightbox>div.content>div.body>form>ul.fields>li>textarea:focus {
    border-color: #838b91;
    outline: 0
}

#lightbox>div.content>div.body>form>ul.fields>li>label {
    display: block;
    padding: 0 0 10px
}

#lightbox>div.content>div.body>p {
    margin: 0 0 1em;
    line-height: 1.5
}

#lightbox>div.content>div.body>h2 {
    font-size: 30px;
    line-height: 1.2
}

#lightbox>div.content>div.body>form>div.success>p:first-of-type,
#lightbox>div.content>div.body>h3,
#lightbox>div.content>div.body>ul.frames>li>h3 {
    font-size: 21px;
    line-height: 1.5
}

#lightbox>div.content>div.body>form>ul.fields>li>textarea {
    height: 120px;
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none
}

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100vh
}

#lightbox::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    pointer-events: none;
    opacity: 0;
    background: #000;
    transition: opacity .3s
}

@font-face {
    font-family: "Circe";
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: local("Circe Light"), local("Circe-Light"), url(../fonts/circe/circe-light.woff2) format("woff2"), url(../fonts/circe/circe-light.woff) format("woff")
}

@font-face {
    font-family: "Circe";
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: local("Circe"), local("Circe Regular"), local("Circe-Regular"), url(../fonts/circe/circe-regular.woff2) format("woff2"), url(../fonts/circe/circe-regular.woff) format("woff")
}

@font-face {
    font-family: "Circe";
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: local("Circe Bold"), local("Circe-Bold"), url(../fonts/circe/circe-bold.woff2) format("woff2"), url(../fonts/circe/circe-bold.woff) format("woff")
}

a.lazy-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%
}

a:hover {
    color: #ffaf0a
}

button,
input,
select,
textarea {
    font-family: inherit
}

html>body>a.up,
html>body>footer>div.contacts>p.opening-hours>span,
span.nowrap {
    white-space: nowrap
}

#lightbox.open::before {
    opacity: .2
}

#lightbox.open>div.content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-timing-function: ease-out
}

#lightbox>div.content {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: calc(50vw - 35px);
    min-width: 540px;
    min-height: 100%;
    padding: 40px calc(6.25vw - 4px) 100px;
    background: #fff;
    box-shadow: -1px 0 2px rgba(0, 0, 0, .2);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .3s;
    transition-timing-function: ease-in;
    will-change: transform
}

html>body {
    min-width: 320px;
    color: #30435c;
    background: #fff
}

html>body>a.up {
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 2;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    text-indent: 100%;
    pointer-events: none;
    opacity: 0;
    background: #ffaf0a;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-transform: translateY(110px);
    transform: translateY(110px);
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

#lightbox>div.content>header>button.close,
html>body>a.up::before {
    position: absolute;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

html>body>a.up::before {
    left: 50%;
    width: 20px;
    content: "";
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 20 15' stroke='%2330435C'%3E%3Cpath fill='none' stroke-miterlimit='10' d='M12 .5l7 7-7 7M19 7.5H0'/%3E%3C/svg%3E") center center no-repeat;
    -webkit-transform: scale(1.5) rotate(-90deg);
    transform: scale(1.5) rotate(-90deg);
    top: 50%;
    height: 20px;
    margin: -10px 0 0 -10px
}

html>body>a.up.visible {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#lightbox>div.content>div.body>dl {
    font-size: 14px;
    line-height: 1.3
}

#lightbox>div.content>div.body>dl>dt {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700
}

#lightbox>div.content>div.body>dl>dd {
    margin: 0 0 20px
}

#lightbox>div.content>div.body>h3 {
    margin: 30px 0 20px
}

#lightbox>div.content>div.body>img,
#lightbox>div.content>div.body>p>img {
    display: block;
    max-width: 100%;
    margin: 25px auto
}

#lightbox>div.content>div.body>time {
    display: block;
    margin: 0 0 45px;
    font-size: 14px;
    vertical-align: middle
}

#lightbox>div.content>div.body>time>svg {
    margin-right: .5em;
    vertical-align: bottom;
    fill: currentColor
}

#lightbox>div.content>div.body>ul.documents {
    padding: 0;
    margin: 20px 0;
    font-weight: 700;
    line-height: 1.3;
    list-style: none
}

#lightbox>div.content>div.body>ul.documents>li,
#lightbox>div.content>div.body>ul.frames>li,
#lightbox>div.content>div.body>ul.images>li {
    display: block;
    margin-bottom: 20px
}

#lightbox>div.content>div.body>ul.documents>li>a {
    position: relative;
    display: block;
    text-decoration: none
}

#lightbox>div.content>div.body>ul.documents>li>a>svg {
    position: relative;
    top: -2px;
    width: 15px;
    height: 19px;
    margin-right: 5px;
    vertical-align: middle;
    opacity: .4;
    stroke: currentColor;
    transition: opacity .3s
}

#lightbox>div.content>div.body>ul.documents>li>a:hover>svg,
html>body>footer>div.links>div.office>a:hover,
html>body>footer>div.links>ul.social>li>a:hover {
    opacity: 1
}

#lightbox>div.content>div.body>ul.documents>li>a>small {
    display: block;
    padding-left: 20px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400
}

#lightbox>div.content>div.body>ul.frames,
#lightbox>div.content>div.body>ul.images {
    padding: 0;
    margin: 20px 0;
    list-style: none
}

#lightbox>div.content>div.body>ul.frames>li>iframe {
    display: block;
    width: 100%;
    border: 0
}

#lightbox>div.content>div.body>ul.images>li>img {
    display: block;
    width: 100%
}

#lightbox>div.content>header {
    position: relative;
    height: 0
}

#lightbox>div.content>header>button.close {
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    top: -40px;
    right: calc(-6.25vw - -4px);
    display: block;
    overflow: hidden;
    width: calc(6.25vw - 4px);
    height: 110px;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/btn-close.svg) center 40px no-repeat;
    will-change: transform
}

#lightbox>div.content>header>button.close:focus,
#lightbox>div.content>header>button.close:not([disabled]):hover {
    outline: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

html>body>footer {
    position: relative;
    z-index: 1;
    -webkit-align-items: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    overflow: hidden;
    box-sizing: border-box;
    padding: 60px calc(6.25vw - 4px) 60px calc(6.25vw + 66px);
    font-size: 14px;
    border-top: 1px solid #e6e6e6
}

html>body>footer>div.contacts {
    min-width: 250px;
    margin-right: 5%;
    width: 200px;
    display: inline-block;
}`

html>body>footer>div.contacts>a.tel {
    display: block;
    margin-left: -1ex;
    margin-bottom: 8px;
    font-size: 21px;
    text-decoration: none;
    white-space: nowrap;
    font-family: roboto;
}

html>body>footer>div.contacts>p.opening-hours {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.5;
    opacity: .5
}

html>body>footer>div.contacts>p.copyright {
    margin-top: 0;
    white-space: nowrap;
    padding: 0 1em;
    text-align: center;
}



html>body>footer>div.info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    min-width: 240px;
    padding-top: 3px
}

html>body>footer>div.info>p {
    margin-top: 0;
    line-height: 1.5
}

html>body>footer>div.info>p>a {
    text-decoration: none
}

html>body>footer>div.info>p.address {
    margin-bottom: 17px
}

#lightbox>div.content>div.body>form>ul.fields>li>textarea,
html>body>footer>div.info>p.privacy {
    width: 100%
}

html>body>footer>div.info>p.privacy>small {
    font-size: inherit;
    cursor: help
}

html>body>nav.main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    box-sizing: border-box;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: 1px 0 2px rgba(0, 0, 0, .2);
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    will-change: transform
}

html>body>nav.main>* {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

html>body>nav.main:not(.on-top)::after {
    position: absolute;
    top: 0;
    left: 300px;
    z-index: -1;
    width: 0;
    height: 100vh;
    content: "";
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    transition: background-color 0s .2s
}

html>body>nav.main:not(.on-top)::before {
    position: absolute;
    top: 30px;
    left: 330px;
    width: 0;
    height: 0;
    content: "";
    cursor: pointer;
    opacity: 0;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' stroke='white'%3E%3Cpath fill='none' stroke-width='2' d='M2,2 L28,28 M28,2 L2,28'/%3E%3C/svg%3E") center center no-repeat;
    transition: opacity .2s .2s
}

html>body>nav.main:not(.on-top).open::after {
    width: calc(100vw - 300px);
    opacity: 1;
    transition: opacity 0s .2s
}

html>body>nav.main:not(.on-top).open::before {
    width: 30px;
    height: 30px;
    opacity: 1
}

html>body>nav.main>a.choose {
    display: block;
    min-width: 200px;
    margin: 0 auto 30px;
    text-align: center;
    text-decoration: none;
    transition: opacity .2s .2s, color .3s
}

html>body>nav.main>a.seven-suns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    margin: 0 0 0 auto;
    color: inherit;
    border-top: 1px solid #e6e6e6;
    transition: width .2s
}

html>body>nav.main>a.seven-suns>svg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: auto;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform;
    fill: currentColor
}

html>body>nav.main>a.seven-suns>svg>path:first-of-type,
html>body>nav.main>a.seven-suns>svg>use:first-of-type {
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    fill: #ffaf0a
}

html>body>nav.main>a.seven-suns>svg>path:first-of-type~path,
html>body>nav.main>a.seven-suns>svg>path:first-of-type~use,
html>body>nav.main>a.seven-suns>svg>use:first-of-type~path,
html>body>nav.main>a.seven-suns>svg>use:first-of-type~use {
    transition: opacity .3s
}

html>body>nav.main>a.seven-suns:hover>svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

html>body>nav.main>button.open {
    display: inline;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    position: absolute;
    top: 60px;
    right: 22px;
    width: 26px;
    opacity: 0;
    transition: opacity .2s, color .2s
}

html>body>nav.main>button.open>img.logo {
    display: none;
    float: left;
    width: 96px;
    height: 25px
}

html>body>nav.main>button.open>svg.button {
    stroke: currentColor
}

html>body>nav.main>button.open>span.label {
    display: block;
    font-size: 12px;
    letter-spacing: .05em;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg) translate(-3em, 1px);
    transform: rotate(-90deg) translate(-3em, 1px)
}

html>body>nav.main>button.open:focus {
    color: #004598;
    outline: 0
}

html>body>nav.main>div.logo {
    margin: 32px 0 40px 50px
}

html>body>nav.main>div.logo>svg {
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

html>body>nav.main>div.logo>svg>g.other,
html>body>nav.main>div.logo>svg>g.text {
    transition: opacity .2s .2s
}

html>body>nav.main>div.logo.clickable {
    cursor: pointer
}

#lightbox>div.content>div.body>form {
    position: relative
}

/*html>body>footer>div.links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}*/

footer .links {
width: 50px;
display: inline-block;
float: right;
}

html>body>footer>div.links>div.office,
html>body>footer>div.links>ul.social>li>a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px
}

html>body>footer>div.links>div.office>a {
    display: block;
    color: #606e81;
    opacity: .2;
    transition: opacity .2s
}

html>body>footer>div.links>div.office>a>svg {
    display: block;
    width: 100%;
    fill: currentColor
}

html>body>footer>div.links>p.creator {
    margin: 18px 0 0 40px;
    white-space: nowrap
}

html>body>footer>div.links>p.creator>a {
    text-decoration: none
}

html>body>footer>div.links>ul.social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0
}

html>body>footer>div.links>ul.social>li {
    display: block;
    margin-left: 20px
}

html>body>footer>div.links>ul.social>li>a {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    text-decoration: none;
    border-radius: 50%;
    transition: opacity .2s
}

.facebook>a>img {
width: 100%;
}

html>body>nav.main:not(.open) {
    overflow: hidden;
    -webkit-transform: translateX(-230px);
    transform: translateX(-230px);
    transition: transform .2s .2s;
    transition: transform .2s .2s, -webkit-transform .2s .2s
}

html>body>nav.main:not(.open)>a.choose {
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s
}

html>body>nav.main:not(.open)>a.seven-suns {
    overflow: hidden;
    width: 70px;
    transition: width .2s .2s
}

html>body>nav.main:not(.open)>a.seven-suns>svg>path:first-of-type,
html>body>nav.main:not(.open)>a.seven-suns>svg>use:first-of-type {
    -webkit-transform: translateX(15px);
    transform: translateX(15px)
}

html>body>nav.main:not(.open)>a.seven-suns>svg>path:first-of-type~path,
html>body>nav.main:not(.open)>a.seven-suns>svg>path:first-of-type~use,
html>body>nav.main:not(.open)>a.seven-suns>svg>use:first-of-type~path,
html>body>nav.main:not(.open)>a.seven-suns>svg>use:first-of-type~use {
    opacity: 0
}

html>body>nav.main:not(.open)>button.open {
    opacity: 1;
    transition: opacity .3s .4s, color .2s
}

html>body>nav.main:not(.open)>div.logo>svg {
    -webkit-transform: translate(198px, -7px) scale(.75);
    transform: translate(198px, -7px) scale(.75);
    transition: transform .2s .2s;
    transition: transform .2s .2s, -webkit-transform .2s .2s
}

html>body>nav.main:not(.open)>div.logo>svg>g.other,
html>body>nav.main:not(.open)>div.logo>svg>g.text {
    opacity: 0;
    transition: opacity .2s
}

html>body>nav.main:not(.open)>div.logo.clickable {
    cursor: default
}

html>body>nav.main>ul.menu {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 0 0 50px;
    margin: 0 0 10px;
    list-style: none
}

#lightbox>div.content>div.body>form.progress {
    pointer-events: none
}

#lightbox>div.content>div.body>form.progress::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .5;
    background: #fff
}

#lightbox>div.content>div.body>form.progress::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 0 dotted transparent;
    border-top-width: 1px;
    border-top-color: rgba(0, 0, 0, .6);
    border-radius: 50%;
    -webkit-animation: rotate .8s linear infinite;
    animation: rotate .8s linear infinite;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 40px;
    content: ""
}

#lightbox>div.content>div.body>form.success>div.success {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fade-in .8s 1;
    animation: fade-in .8s 1
}

#lightbox>div.content>div.body>form>div.success {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff
}

#lightbox>div.content>div.body>form>div.success>p {
    margin: 0 0 10px
}

#lightbox>div.content>div.body>form>div.success>p:first-of-type {
    padding-top: 130px;
    background: url(../img/mail-ok.svg) center top no-repeat
}

#lightbox>div.content>div.body>form>div.success>p.controls {
    margin-top: 20px
}

#lightbox>div.content>div.body>form>div.success>p.controls>button {
    min-width: 220px
}

#lightbox>div.content>div.body>form>ul.fields {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none
}

html>body>nav.main:not(.open)>ul.menu {
    pointer-events: none
}

html>body>nav.main>ul.menu>li {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 0 20px;
    font-family: "Circe", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    transition: opacity .2s .2s
}

html>body>nav.main>ul.menu>li:nth-last-of-type(1) {
    transition: opacity .2s .2s, transform .1s .25s;
    transition: opacity .2s .2s, transform .1s .25s, -webkit-transform .1s .25s
}

html>body>nav.main>ul.menu>li:nth-last-of-type(2) {
    transition: opacity .2s .2s, transform .1s .23s;
    transition: opacity .2s .2s, transform .1s .23s, -webkit-transform .1s .23s
}

html>body>nav.main>ul.menu>li:nth-last-of-type(3) {
    transition: opacity .2s .2s, transform .1s .21s;
    transition: opacity .2s .2s, transform .1s .21s, -webkit-transform .1s .21s
}

html>body>nav.main>ul.menu>li:nth-last-of-type(4) {
    transition: opacity .2s .2s, transform .1s .19s;
    transition: opacity .2s .2s, transform .1s .19s, -webkit-transform .1s .19s
}

html>body>nav.main>ul.menu>li:nth-last-of-type(5) {
    transition: opacity .2s .2s, transform .1s .17s;
    transition: opacity .2s .2s, transform .1s .17s, -webkit-transform .1s .17s
}

html>body>nav.main>ul.menu>li:nth-last-of-type(6) {
    transition: opacity .2s .2s, transform .1s .15s;
    transition: opacity .2s .2s, transform .1s .15s, -webkit-transform .1s .15s
}

html>body>nav.main>ul.menu>li>a {
    text-decoration: none;
    color: inherit
}

html>body>nav.main>ul.menu>li>a>svg {
    margin-top: -2px;
    vertical-align: middle
}

html>body>nav.main>ul.menu>li:focus,
html>body>nav.main>ul.menu>li:hover {
    color: #ffaf0a
}

html>body>nav.main>ul.menu>li.current {
    color: inherit
}

html>body>nav.main>ul.menu>li.current>a {
    cursor: default
}

html>body>nav.main>ul.menu>li.current::before {
    position: absolute;
    top: 1px;
    left: -18px;
    width: 11px;
    height: 17px;
    content: "";
    background: url(../img/header-mark.svg) left top no-repeat;
    background-size: contain
}

html>body>nav.main>ul.menu>li.secondary {
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
    margin-bottom: 14px
}

html>body>nav.main>ul.menu>li.secondary+li:not(.secondary) {
    margin-top: 25px
}

html>body>nav.main>ul.menu>li.secondary.current::before {
    top: -3px
}

#lightbox>div.content>div.body>form>ul.fields>li.checkbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    max-width: 16em;
    margin-top: 20px
}

#lightbox>div.content>div.body>form>ul.fields>li.note {
    font-size: 14px
}

#lightbox>div.content>div.body>form>ul.fields>li {
    display: block;
    margin: 0 0 20px
}

#lightbox>div.content>div.body>form>ul.fields>li:not(.controls):not(.checkbox) {
    width: 100%
}

#lightbox>div.content>div.body>form>ul.fields>li>input:not([type=checkbox]):not([type=radio]) {
    display: block;
    width: 100%
}

html>body>nav.main:not(.open)>ul.menu>li {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-2em);
    transform: translateX(-2em);
    transition: opacity .2s
}

#lightbox>div.content>div.body>form>ul.fields>li.controls {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 20px;
    margin-right: 40px
}

#lightbox>div.content>div.body>form>ul.fields>li.controls>button {
    width: 100%;
    max-width: 220px
}

@media (min-width:1100px) {
    #lightbox~* {
        transition: filter 0 .05s;
        transition: filter 0 .05s, -webkit-filter 0 .05s
    }
    #lightbox~main {
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        whill-change: transform
    }
    #lightbox::after {
        position: fixed;
        right: 0;
        bottom: 0;
        width: calc(50vw - 35px);
        min-width: 540px;
        height: 120px;
        content: "";
        pointer-events: none;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9));
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: .3s;
        transition-timing-function: ease-in
    }
    #lightbox.open~* {
        -webkit-filter: blur(4px);
        filter: blur(4px)
    }
    #lightbox.open~main {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    #lightbox.open::after {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition-timing-function: ease-out
    }
    html>body>nav.main:not(.on-top).open~* {
        -webkit-filter: blur(2px);
        filter: blur(2px);
        transition: filter 0s .2s;
        transition: filter 0s .2s, -webkit-filter 0s .2s
    }
}

@media (min-width:1100px) and (max-width:1399px) {
    #lightbox>div.content>div.body>p {
        font-size: 14px
    }
}

@media (min-width:1100px) and (max-height:720px) {
    html>body>nav.main>ul.menu>li {
        margin-bottom: 13px
    }
}

@media (max-width:1399px) {
    #lightbox>div.content>div.body>h2 {
        font-size: 36px
    }
    #lightbox>div.content>div.body>h2 {
        font-size: 24px
    }
    #lightbox>div.content>div.body>form>div.success>p:first-of-type,
    #lightbox>div.content>div.body>h3,
    #lightbox>div.content>div.body>ul.frames>li>h3 {
        font-size: 18px
    }
    html>body>footer {
        padding-top: 40px;
        padding-bottom: 50px
    }
  html>body>footer>div.links {
    max-width: 300px;
    margin-top: 0;
    display: inline-block;
    float: right;
}
    html>body>footer>div.links>p.creator {
        margin-top: 2em;
        margin-left: 0
    }
    html>body>footer>div.links>ul.social>li {
        margin-left: 10px
    }
    html>body>footer>div.links>ul.social>li>a {
        width: 40px;
        height: 40px
    }
}

@media (max-width:1099px) {
    #lightbox>div.content {
        width: 100vw;
        min-width: 0
    }

    #lightbox>div.content>div.body>h2 {
        padding-right: 40px
    }
    #lightbox>div.content>header>button.close {
        width: calc(26px + 6.25vw);
        background-position: left center
    }
    html>body>footer {
        padding-right: 5vw;
        padding-left: 5vw
    }
    html>body>footer>div.info {
        margin-right: 20px
    }
    html>body>nav.main {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%
    }
    html>body>nav.main:not(.on-top)::after {
        display: none
    }
    html>body>nav.main:not(.on-top)::before {
        right: 20px;
        left: auto;
        background: url(../img/btn-close.svg) center center no-repeat
    }
    html>body>footer>div.links {
        width: 50px;
        max-width: 150px
    }
    html>body>footer>div.links>div.office {
        height: auto;
        margin-top: 5px
    }
    html>body>footer>div.links>div.office>a {
        width: 90px
    }
    html>body>footer>div.links>p.creator {
        margin-top: 1em
    }
    html>body>footer>div.links>ul.social {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    html>body>footer>div.links>ul.social>li {
        margin-right: 10px;
        margin-left: 0
    }
    html>body>nav.main:not(.open) {
        overflow: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    html>body>nav.main:not(.open)>button.open {
        display: none;
        top: 0;
        right: -100%;
        box-sizing: border-box;
        width: 100vw;
        height: 44px;
        padding: 0 5vw;
        text-align: right;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
    }
    html>body>nav.main:not(.open)>button.open>svg.button {
        width: 33px;
        height: auto;
        margin-top: 10px;
        stroke: #ffaf0a;
        shape-rendering: crispEdges
    }
    html>body>nav.main:not(.open)>button.open>img.logo {
        display: block;
        margin-top: 10px
    }
    html>body>nav.main:not(.open)>button.open>span.label {
        position: absolute;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        width: 1px;
        height: 1px
    }
    #lightbox>div.content>div.body>form>ul.fields>li.checkbox {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
}

@media (max-width:699px) {
    html>body>footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    html>body>footer>div.info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 250px;
        margin-right: 0
    }

    html>body>footer>div.links>div.office {
        min-width: 150px;
        margin-top: 10px;
        margin-right: 5%
    }
    html>body>footer>div.links>div.office>a {
        width: 110px
    }
    html>body>footer>div.links>p.creator {
        min-width: 250px
    }
}

@media screen and (min-width:700px) and (max-width:1099px) {
    html>body>footer>div.contacts {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        min-width: 0;
        width: 210px;
        margin-right: 4%
    }
    html>body>footer>div.links>ul.social>li:last-of-type {
        margin-right: 0
    }
}
