a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
#app,
body,
html {
    width: 100%;
    height: 100%
}
body {
    overflow-y: scroll
}
@font-face {
    font-family: Raleway;
    src: url(/front/src/components/App/fonts/RalewayBlack.woff2) format('woff2'), url(/front/src/components/App/fonts/RalewayBlack.woff) format('woff');
    font-weight: 800;
    font-style: normal
}
@font-face {
    font-family: Raleway;
    src: url(/front/src/components/App/fonts/RalewayBold.woff2) format('woff2'), url(/front/src/components/App/fonts/RalewayBold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: Raleway;
    src: url(/front/src/components/App/fonts/RalewaySemibold.woff2) format('woff2'), url(/front/src/components/App/fonts/RalewaySemibold.woff) format('woff');
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: Raleway;
    src: url(/front/src/components/App/fonts/RalewayMedium.woff2) format('woff2'), url(/front/src/components/App/fonts/RalewayMedium.woff) format('woff');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: Raleway;
    src: url(/front/src/components/App/fonts/RalewayRegular.woff2) format('woff2'), url(/front/src/components/App/fonts/RalewayRegular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}
body,
html {
    width: 100%;
    height: 100%
}
body {
    background: #fff;
    color: #171717;
    font-family: 'Noto Sans', sans-serif;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
button,
input,
select,
textarea {
    font-family: 'Noto Sans', sans-serif
}
.rouble {
    position: relative
}
.rouble:after {
    content: '';
    position: absolute;
    top: .75em;
    left: 0;
    width: 96%;
    height: 1px;
    border-top: 1px solid
}
@-webkit-keyframes anim-moema {
    to {
        opacity: 0;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@keyframes anim-moema {
    to {
        opacity: 0;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
.header {
    position: fixed;
    z-index: 20
}
.header,
.header:before {
    top: 0;
    left: 0;
    width: 100%
}
.header:before {
    content: '';
    position: absolute;
    height: 200px;
    background: -webkit-linear-gradient(top, #000, rgba(0, 0, 0, .3) 60%, transparent);
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .3) 60%, transparent);
    opacity: .6;
    pointer-events: none
}
.header--content {
    position: relative;
    padding-top: 20px
}
.header--content::after: {
    content: '';
    display: block;
    clear: both;
    overflow: hidden
}
.header--logo {
    position: absolute;
	z-index: 100;
    top: 15px;
    left: 0;
    margin-left: 20px;
    width: 100px;
    height: 100px;
    background: transparent url('../img/KRP_logo.png') 0 0 no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}
@media (min-width : 0px) and (max-width : 415px) {
    .header--logo {
        width: 65px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .header--logo {
        width: 80px;
		margin-left: 10px
    }
}
.header--contact {
    position: absolute;
    top: 25px;
    right: 50px;
    width: 180px
}
@media (max-width: 980px) {
    .header--contact {
        display: none
    }
}
.header--contact .callback {
    float: right
}

.header--contact .callback--button {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}
.header--contact .callback__modalopened .callback--button {
    opacity: 0
}
@media (max-width: 1250px) {
    .header--contact {
        width: auto;
        min-width: 115px
    }
    .header--contact .callback {
        margin-top: 25px
    }
}
.header--phone a {
    float: right;
    margin: 20px 20px 0 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    font-weight: 600;
    color: #FFF
}
@media (max-width : 1250px) {
    .header--phone {
        position: absolute;
        top: -5px;
        left: 0;
        float: none;
        width: 100%;
        margin: 0;
        font-size: 13px;
        text-align: center
    }
}
.header .topnav {
    margin: 0 300px 0 170px
}
@media (max-width: 980px) {
    .header .topnav {
        display: none
    }
}
@media (max-width: 1250px) {
    .header .topnav {
        margin: 0 220px 0 140px
    }
}
.topnav {
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    font-weight: 600
}
@media (min-width: 1900px) {
    .topnav {
        font-size: 16px;
    }
}
.topnav-list {
    padding: 25px 0
}
.topnav-list__lvl2 {
    display: inline-block;
    vertical-align: top;
    margin: 0 35px;
    padding: 1px 0
}
.topnav-item {
    position: relative;
    color: #fff
}
.topnav-item__active,
.topnav-item__highlight {
    color: #fff
}
.topnav-item__lvl1 {
    float: left;
    margin: 0 30px 0 0
}
.topnav-item__lvl1:hover {
    color: #fff
}
@media (max-width: 1300px) {
    .topnav-item__lvl1 {
        margin: 0 20px 0 0
    }
}
@media (max-width: 1250px) {
    .topnav-item__lvl1 {
        margin: 0 15px 0 0;
        font-size: 13px
    }
}
.topnav-item__lvl2 {
    margin: 10px 0
}
.topnav-item__lvl1.topnav-item__haspopup:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent
}
.topnav-item__lvl1.topnav-item__haspopup:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 100%;
    height: 100%;
    padding: 0 30px 50px;
    background: transparent
}
@media (max-width: 1250px) {
    .topnav-item__lvl1.topnav-item__haspopup:hover:before {
        left: -15px;
        padding: 0 15px 50px
    }
}
.topnav-item__lvl1.topnav-item__haspopup:hover:after {
    height: 0;
    -webkit-transition: height 0s .5s;
    transition: height 0s .5s
}
.topnav-item--title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
    background-size: 0 2px;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out
}
.topnav-item:hover>.topnav-item--title,
.topnav-item__active>.topnav-item--title,
.topnav-item__current>.topnav-item--title {
    background-size: 100% 2px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.topnav-item__active>.topnav-item--title {
    /*cursor:default*/
}
.topnav-popup {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 25px;
    padding: 0 15px;
    background: hsla(0, 0%, 9%, .96);
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%, 25px);
    transform: translate(-50%, 25px);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.topnav-popup:after {
    content: '';
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 9px;
    border-color: transparent transparent hsla(0, 0%, 9%, .96)
}
.topnav-popup:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 25px;
    background: transparent
}
.topnav-item__lvl1:hover .topnav-popup {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}
.lang {
	position: absolute;
	top: 48px;
	right: 260px;
	font-size: 14px;
	font-weight: 700
}
@media (min-width : 0px) and (max-width : 980px) {
    .lang {
		display: none
    }
}
@media (min-width : 980px) and (max-width : 1250px) {
    .lang{
        right: 240px
    }
}
.lang-list {
    padding: 0
}
.lang-list__lvl2 {
    display: inline-block;
    vertical-align: top;
    margin: 0 35px;
    padding: 35px 0
}
.lang-item {
    position: relative;
    color: #fff
}
.lang-item__active,
.lang-item__highlight {
    color: #fff
}
.lang-item__lvl1 {
    float: left;
    margin: 0
}
.lang-item__lvl1:hover {
    color: #fff
}
@media (max-width: 1300px) {
    .lang-item__lvl1 {
        margin: 0
    }
}
@media (max-width: 1250px) {
    .lang-item__lvl1 {
        margin: 0;
        font-size: 13px
    }
}
.lang-item__lvl2 {
    margin: 10px 0
}
.lang-item__lvl1.lang-item__haspopup:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent
}
.lang-item__lvl1.lang-item__haspopup:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 100%;
    height: 100%;
    padding: 0 30px 50px;
    background: transparent
}
@media (max-width: 1250px) {
    .lang-item__lvl1.lang-item__haspopup:hover:before {
        left: -15px;
        padding: 0 15px 50px
    }
}
.lang-item__lvl1.lang-item__haspopup:hover:after {
    height: 0;
    -webkit-transition: height 0s .5s;
    transition: height 0s .5s
}
.lang-item--title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
    background-size: 0 2px;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out
}
.lang-item:hover>.lang-item--title,
.lang-item__active>.lang-item--title,
.lang-item__current>.lang-item--title {
    background-size: 100% 2px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.lang-item__active>.lang-item--title {
    /*cursor:default*/
}
.lang-popup {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 25px;
    padding: 0 15px;
    background: hsla(0, 0%, 9%, .96);
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%, 25px);
    transform: translate(-50%, 25px);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.lang-popup:after {
    content: '';
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 9px;
    border-color: transparent transparent hsla(0, 0%, 9%, .96)
}
.lang-popup:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 25px;
    background: transparent
}
.lang-item__lvl1:hover .lang-popup {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}
.footer {
    position: relative;
    z-index: 15
}
.footer__fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%
}
.footer:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .3) 40%, #000);
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .3) 40%, #000);
    opacity: .7;
    pointer-events: none
}
.footer--content {
    position: relative;
    min-height: 55px
}
.footer-info {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    cursor: default
}
@media (max-width: 600px) {
    .footer-info {
		bottom: 10px;
        font-size: 10px
    }
}
.footer-info::after: {
    content: '';
    display: block;
    clear: both;
    overflow: hidden
}
.footer-info--link {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
    background-size: 0 2px;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out
}
.footer-info--link:hover {
    background-size: 100% 2px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.footer-info--link__facebook {
    position: relative
}
.footer-info--link__facebook:after {
    content: '';
    position: absolute;
    top: 2px;
    right: -18px;
    display: block;
    width: 8px;
    height: 16px;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2216%22%20viewBox%3D%220%200%208%2016%22%3E%3Cpath%20d%3D%22M7.43%2C2.88a4.85%2C4.85%2C0%2C0%2C0-1.35-.21c-0.55%2C0-1.73.36-1.73%2C1.05V5.39h2.8v2.8H4.36v7.73H1.54V8.19H0.15V5.39H1.54V4c0-2.13%2C1-3.89%2C3.31-3.89a11.17%2C11.17%2C0%2C0%2C1%2C3%2C.32Z%22%20fill%3D%22%23A3862F%22%2F%3E%3C%2Fsvg%3E') no-repeat
}
@media (max-width: 1250px) {
    .footer-info--link__facebook {
        margin: 0 -8px;
        padding: 0 8px
    }
    .footer-info--link__facebook:hover {
        background-image: -webkit-linear-gradient(#052b48, #052b48);
        background-image: linear-gradient(#052b48, #052b48);
        background-size: 0 2px;
        background-position: center bottom;
        background-repeat: no-repeat;
        -webkit-transition: background 0s ease-out;
        transition: background 0s ease-out
    }
    .footer-info--link__facebook>span {
        display: none
    }
    .footer-info--link__facebook:after {
        position: relative;
        top: auto;
        right: auto
    }
}
.footer-info--logo {
    width: 70px;
    height: 21px;
    background: url() 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}
.footer-info--copyright {
    float: left;
    margin-left: 25px
}
.footer-info--logo {
    float: left;
    margin-left: 40px
}
.footer-info--desc {
    float: left;
    margin-left: 15px;
}
@media (max-width: 600px) {
    .footer-info--desc {
        margin-left: 8px
    }
}
.footer-info--lang,
.footer-info--share {
    float: left;
    margin-left: 15px
}
.footer-info--chevalblanc {
    float: right;
    margin-right: 25px;
    opacity: 0.8;
    color: #fff;
}
.callback--button {
    position: relative
}
.callback--button:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -50px;
    bottom: -20px;
    right: -80px;
    background-color: #052b48;
    opacity: .5;
    -webkit-transform: scale3d(.5, .5, 1) skewX(-30deg);
    transform: scale3d(.5, .5, 1) skewX(-30deg);
}
.callback--button:hover:before {
    -webkit-animation: anim-moema .3s .3s forwards;
    animation: anim-moema .3s .3s forwards
}
.callback--button__i {
    position: relative;
    height: 55px;
    min-width: 55px;
    box-sizing: border-box;
    padding: 18px 15px 18px 15px;
    background-color: #052b48;
    cursor: pointer
}
.callback--button__i>span {
    display: inline-block;
    vertical-align: top;
    margin-right: 37px;
    font-size: 9px;
    line-height: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: right
}
.callback--button__i:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 14px;
    width: 26px;
    height: 26px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%3E%3Cpath%20d%3D%22M26%2C14H16.79l2.27%2C2.3-1.4%2C1.42L13%2C13l4.67-4.72%2C1.4%2C1.42L16.79%2C12H26v2ZM11%2C4.31V4.87c0%2C0.45%2C0%2C.85%2C0%2C1.3A2.27%2C2.27%2C0%2C0%2C1%2C8.6%2C8.59H6.5A8.26%2C8.26%2C0%2C0%2C0%2C6%2C11a25.37%2C25.37%2C0%2C0%2C0%2C0%2C4%2C8.24%2C8.24%2C0%2C0%2C0%2C.53%2C2.4H8.59A2.27%2C2.27%2C0%2C0%2C1%2C11%2C19.83c0%2C0.45%2C0%2C.85%2C0%2C1.3v0.56c0%2C0.23%2C0%2C.39%2C0%2C0.62%2C0%2C0.45%2C0%2C.9%2C0%2C1.3A2.27%2C2.27%2C0%2C0%2C1%2C8.64%2C26H6.2a3.45%2C3.45%2C0%2C0%2C1-2.26-.88%2C8.44%2C8.44%2C0%2C0%2C1-2.12-3A21.86%2C21.86%2C0%2C0%2C1%2C.06%2C15a30.11%2C30.11%2C0%2C0%2C1%2C0-4A21.91%2C21.91%2C0%2C0%2C1%2C1.85%2C3.93%2C8.45%2C8.45%2C0%2C0%2C1%2C4%2C.88%2C3.44%2C3.44%2C0%2C0%2C1%2C6.21%2C0H8.64A2.27%2C2.27%2C0%2C0%2C1%2C11%2C2.39c0%2C0.39%2C0%2C.85%2C0%2C1.3C11%2C3.91%2C11%2C4.08%2C11%2C4.31ZM8.63%2C1.82H6.22a1.76%2C1.76%2C0%2C0%2C0-1.15.47A6.68%2C6.68%2C0%2C0%2C0%2C3.43%2C4.7a20.14%2C20.14%2C0%2C0%2C0-1.6%2C6.49%2C27.46%2C27.46%2C0%2C0%2C0%2C0%2C3.63A20.09%2C20.09%2C0%2C0%2C0%2C3.41%2C21.3a6.68%2C6.68%2C0%2C0%2C0%2C1.64%2C2.41%2C1.76%2C1.76%2C0%2C0%2C0%2C1.15.47H8.62c0.62%2C0%2C.62-0.35.62-0.57V19.84a0.52%2C0.52%2C0%2C0%2C0-.64-0.61H5.32l-0.45-1.1a10%2C10%2C0%2C0%2C1-.66-2.93%2C28%2C28%2C0%2C0%2C1%2C0-4.38%2C10%2C10%2C0%2C0%2C1%2C.66-2.93l0.45-1.1H8.6a0.52%2C0.52%2C0%2C0%2C0%2C.64-0.61V2.39C9.24%2C2.17%2C9.25%2C1.83%2C8.63%2C1.82Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E');
    background-size: 100% 100%;
    background-repeat: no-repeat
}
@media (max-width: 1250px) {
    .callback--button__i {
        height: 45px;
        min-width: 45px;
        padding: 13px;
    }
    .callback--button__i>span {
        margin-right: 32px
    }
    .callback--button__i:after {
        top: 11px;
        right: 11px;
        width: 20px;
        height: 20px;
        z-index: 111;
    }
}
.callback-modal {
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    overflow: hidden;
    /*-webkit-transition:width 0s .5s,height 0s .5s;transition:width 0s .5s,height 0s .5s*/
}
.callback-modal:before {
    content: '';
    position: absolute;
    top: 52.5px;
    right: 47.5px;
    display: block;
    width: 240%;
    padding-top: 240%;
    margin: -120% -120% 0 0;
    border-radius: 50%;
    background: #052b48;
    /*-webkit-transition:-webkit-transform .5s 0s ease-in;transition:-webkit-transform .5s 0s ease-in;transition:transform .5s 0s ease-in;transition:transform .5s 0s ease-in,-webkit-transform .5s 0s ease-in;-webkit-transform:scale(.01);transform:scale(.01)*/
}
@media (max-width: 1250px) {
    .callback-modal:before {
        top: 77.5px
    }
}
@media (max-aspect-ratio: 1/1) {
    .callback-modal:before {
        width: 240vh;
        padding-top: 240vh;
        margin: -120vh -120vh 0 0
    }
}
.callback-modal__active {
    width: 100%;
    height: 100%;
    pointer-events: auto;
    /*-webkit-transition:width 0s 0s,height 0s 0s;transition:width 0s 0s,height 0s 0s*/
}
.callback-modal__active:before {
    /*-webkit-transform:scale(1);transform:scale(1);*/
    
    opacity: 1
}
.callback-modal--close {
    position: fixed;
    top: 25px;
    right: 20px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s .25s;
    transition: opacity .5s .25s
}
.callback-modal--close:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    background-color: #fff;
    border-radius: 50px;
    opacity: .5;
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1)
}
.callback-modal--close:hover:before {
    -webkit-animation: anim-moema .3s .3s forwards;
    animation: anim-moema .3s .3s forwards
}
.callback-modal--close__i {
    position: relative;
    width: 55px;
    height: 55px;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%3E%3Cpolygon%20fill%3D%22%23171717%22%20points%3D%2217.01%2C15.56%209.95%2C8.51%2017.01%2C1.5%2015.56%2C0.05%208.5%2C7.06%201.43%2C0.01%20-0.02%2C1.45%207.05%2C8.5%20-0.01%2C15.51%201.43%2C16.96%208.49%2C9.95%2015.56%2C17%22%2F%3E%3C%2Fsvg%3E');
    background-size: 17px 17px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer
}
@media (max-width: 1250px) {
    .callback-modal--close__i {
        width: 45px;
        height: 45px;
    }
}
.callback-modal--content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -380px;
	transform: translateY(-50%);	
    width: 760px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s 0s;
    transition: opacity .5s 0s
}
.callback-modal__active .callback-modal--content {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s .5s;
    transition: opacity .5s .5s
}
.callback-modal__active .callback-modal--close {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity .5s .5s;
    transition: opacity .5s .5s
}
.intro {
    position: relative;
    width: 100%;
    height: 440px;
    background: #171717;
    color: #fff
}
@media (min-width : 0px) and (max-width : 415px) {
    .intro {
        height: 340px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .intro {
        height: 340px
    }
}
.intro__invert {
    background: #fff;
    color: #171717
}
.intro__inner {
    height: 340px
}
.intro__map {
    height: 540px
}
@media (min-width : 0px) and (max-width : 415px) {
    .intro__map {
        height: 340px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .intro__map {
        height: 440px
    }
}
.intro__catalog {
    height: 580px
}
.intro__articul {
    height: 540px
}
.intro__section {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 200px;
    background: transparent;
    color: #171717;
    pointer-events: none
}
.intro__screen {
    height: 800px
}
.intro--back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}
.intro--back__loaded {
    opacity: .7
}
.intro__articul .intro--back__loaded,
.intro__catalog .intro--back__loaded {
    opacity: .4
}
.intro--content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 90px 0 90px
}
.intro__map .intro--back {
    opacity: 1;
    pointer-events: auto
}
.intro__map .intro--content {
    height: 300px;
    pointer-events: none
}
.intro__catalog .intro--content {
    height: 300px
}
.intro__articul .intro--content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 214px
}
.intro__section .intro--content {
    padding-bottom: 0;
    pointer-events: none
}
.intro--title {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    color: inherit;
    text-align: center;
    text-decoration: none
}
.intro--title>span {
    background-image: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#052b48, #052b48);
    background-image: linear-gradient(#fff, #fff), linear-gradient(#052b48, #052b48);
    background-size: 0 2px, 100% 2px;
    background-position: center bottom, center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out
}
.intro--title:hover>span {
    background-size: 100% 2px, 100% 2px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.intro--date {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: inherit;
    text-align: center
}
.intro--link {
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    color: #052b48;
    text-decoration: none
}
.intro-sidenav {
    position: absolute;
    top: 140px;
    bottom: 90px;
    width: 225px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.intro-sidenav__left {
    left: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.intro-sidenav__right {
    right: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.intro-sidenav+.intro--title {
    width: 500px;
    margin: 0
}
.intro .subnav {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%
}
@media (max-width: 980px) {
    .intro .subnav {
        display: none
    }
}
.subnav {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #052b48
}
.subnav:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .6));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .6))
}
.subnav-list {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: bottom;
    -webkit-align-items: bottom;
    -ms-flex-align: bottom;
    align-items: bottom;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.subnav-item {
    margin: 0 15px 15px
}
@media (max-width: 1200px) {
    .subnav-item {
        margin: 0 12px 12px
    }
}
.subnav-item--title {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    color: inherit;
    text-decoration: none;
    background-image: -webkit-linear-gradient(#FFFFFF, #FFFFFF);
    background-image: linear-gradient(#FFFFFF, #FFFFFF);
    background-size: 0 2px;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out;
    color: #FFF;
}
.subnav-item--title:hover,
.subnav-item__active>.subnav-item--title {
    background-size: 100% 2px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.subnav-item__active>.subnav-item--title {
    cursor: default
}
.projects {
    position: relative;
    width: 100%;
    padding-top: 23%
}
@media (max-width: 980px) {
    .projects {
        padding-top: 48%
    }
}
.projects__fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0
}
@media (max-width: 1250px) {
    .projects__fullscreen {
        padding-top: 0
    }
}
.projects__fullscreen .projects-item {
    width: 33.333%
}
@media (max-width: 600px) {
    .projects__fullscreen .projects-item {
        width: 50%
    }
}
.projects__fullscreen .projects-item .projects-item--logo {
    width: 30%
}
@media (max-width: 600px) {
    .projects__fullscreen .projects-item .projects-item--logo {
        width: 40%
    }
}
.projects--container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}
.projects-item {
    position: relative;
    width: 16.666%;
    background: #171717;
    overflow: hidden
}
@media (min-width : 0px) and (max-width : 415px) {
    .projects-item {
        width: 50%
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .projects-item {
        width: 33.333%
    }
}
.projects-item--back {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    padding: 1px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.projects-item--back__loaded {
    opacity: .7;
    -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-out, -webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-out, transform .5s ease-in-out;
    transition: opacity .5s ease-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}
.projects__fullscreen .projects-item--back__loaded {
    opacity: .7
}
.projects-item:hover .projects-item--back__loaded {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 3s ease-in-out;
    transition: -webkit-transform 3s ease-in-out;
    transition: transform 3s ease-in-out;
    transition: transform 3s ease-in-out, -webkit-transform 3s ease-in-out
}
.projects-item--content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.projects-item--logo {
    width: 30%
}
@media (max-width: 980px) {
    .projects-item--logo {
        width: 20%
    }
}
.animation {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center
}
.slider {
    position: relative;
    width: 100%;
    height: 100%;
    background: #171717;
    overflow: hidden
}
.slider--helper {
    position: absolute;
    z-index: 16;
    bottom: 10px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 40px;
    background-image: url(../img/anchor.png);
    background-repeat: no-repeat;
    cursor: pointer
}
.slider__touched .slider--helper {
    display: none
}
.slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
    background-color: #303030;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transition: opacity 1s, height 0s 1s, -webkit-transform 1s;
    transition: opacity 1s, height 0s 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s, height 0s 1s;
    transition: transform 1s, opacity 1s, height 0s 1s, -webkit-transform 1s
}
.slider-item__before {
    -webkit-transform: translateY(-100%) scale(.8);
    transform: translateY(-100%) scale(.8)
}
.slider-item__after {
    -webkit-transform: translateY(100%) scale(.8);
    transform: translateY(100%) scale(.8)
}
.slider-item__active {
    z-index: 2;
    opacity: 1;
    height: 100%;
    -webkit-transition: opacity 1s, height 0s 0s, -webkit-transform 1s;
    transition: opacity 1s, height 0s 0s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s, height 0s 0s;
    transition: transform 1s, opacity 1s, height 0s 0s, -webkit-transform 1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.slider-item--back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}
.slider-item--back__loaded {
    opacity: 1
}
.slider-item--back__shadow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4)
}
.targets .slider-item--back__shadow:after {
    background: rgba(0, 0, 0, .5)
}
.slider-item--backvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}
@media (max-width: 980px) {
    .slider-item--backvideo {
        display: none;
    }
}
.slider-item--backvideo__loaded {
    opacity: 1
}
.slider-item--main {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    pointer-events: none
}
@media (max-width: 1250px) {
    .slider-item--main {
        left: 20px;
        right: 20px
    }
}
.slider-item--content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.slider-item [data-animorder] {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-backface-visibility: hidden
}
.slider-item [data-animorder="1"] {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}
.slider-item [data-animorder="2"] {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}
.slider-item [data-animorder="3"] {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}
.slider-item [data-animorder="4"] {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}
.slider-item [data-animorder="5"] {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}
.slider-item [data-animorder="6"] {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}
.slider-item [data-animorder="7"] {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}
.slider-item [data-animorder="8"] {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}
.slider-item [data-animorder="9"] {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}
.slider-item [data-animorder="10"] {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}
.slider-item__anim [data-animorder] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.slider-content {
    position: absolute;
    top: 0;
    left: 12.5%;
    width: 75%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #171717
}
@media (max-width: 1250px) {
    .slider-content {
        left: 7.5%;
        width: 85%
    }
}
.slider-content__invert {
    color: #fff
}
.slider-content__left {
    left: 0;
    width: 50%;
    text-align: left
}
.white-shadow {
    position: relative;
}
.white-shadow::before {
    content: "";
    width: 180%;
    height: 160%;
    display: block;
    background-image: -moz-radial-gradient(#FFF, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02), transparent);
    background-image: -ms-radial-gradient(#FFF, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02), transparent);
    background-image: -o-radial-gradient(#FFF, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02), transparent);
    background-image: -webkit-radial-gradient(#FFF, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02), transparent);
    border-radius: 50%;
    position: absolute;
    left: -45%;
    top: -35%;
}
.black-shadow {
    position: relative;
}
.black-shadow::before {
    content: "";
    width: 180%;
    height: 160%;
    display: block;
    background-image: -moz-radial-gradient(rgba(0, 0, 55, 0.5), rgba(0, 0, 0, 0.4), transparent, transparent, transparent, transparent, transparent);
    background-image: -ms-radial-gradient(rgba(0, 0, 55, 0.5), rgba(0, 0, 0, 0.4), transparent, transparent, transparent, transparent, transparent);
    background-image: -o-radial-gradient(rgba(0, 0, 55, 0.5), rgba(0, 0, 0, 0.4), transparent, transparent, transparent, transparent, transparent);
    background-image: -webkit-radial-gradient(rgba(0, 0, 55, 0.5), rgba(0, 0, 0, 0.4), transparent, transparent, transparent, transparent, transparent);
    border-radius: 50%;
    position: absolute;
    left: -45%;
    top: -35%;
}
@media (max-width: 1250px) {
    .slider-content__left {
        left: 0;
        width: 50%
    }
}
.slider-content__right {
    left: auto;
    right: 0;
    width: 50%;
    text-align: left
}
@media (max-width: 1250px) {
    .slider-content__right {
        left: auto;
        width: 50%
    }
}
.slider-content__top {
    height: 50%
}
.slider-content__bottom {
    top: auto;
    bottom: 0;
    height: 50%
}
.slider-content--group {
    position: relative
}
.slider-content--wrap {
    width: 85%;
    max-width: 900px;
    margin: 0 auto;
    pointer-events: auto
}
@media (max-width: 1250px) {
    .slider-content--wrap {
        width: 90%
    }
}
.slider-content--wrap__fullwidth {
    width: 100%
}
@media (max-width: 1250px) {
    .slider-content--wrap__fullwidth {
        width: 100%
    }
}
.slider-content--wrap__hanging {
    position: absolute;
    top: 0;
    width: 100%
}
@media (max-width: 1250px) {
    .slider-content--wrap__hanging {
        width: 100%
    }
}
.slider-content--wrap+.slider-content--wrap {
    margin-top: 30px
}
.slider-content--wrap__hanging+.slider-content--wrap {
    margin-top: 0
}
.slider-content__left .slider-content--wrap,
.slider-content__right .slider-content--wrap {
    max-width: 600px
}
.slider-content__right .slider-content--wrap__hanging {
    right: 100%
}
.slider-content__left .slider-content--wrap__hanging {
    left: 100%
}
.slider-content--title {
    font-size: 54px;
    line-height: 60px;
    font-weight: 500;
	
}

.slider-content--title h1 {
    font-size: 54px;
    line-height: 60px;
    font-weight: 500;
	color: #fff;
	
}



@media (max-width: 1250px) {
    .slider-content--title {
        font-size: 50px;
        line-height: 60px;
        font-weight: 500
    }
}
.slider-content--text {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    color: #052b48
}
.slider-content--text__big {
    font-size: 24px
}
.c>a {
    color: inherit;
    text-decoration: none;
    background-image: -webkit-linear-gradient(#171717, #171717), -webkit-linear-gradient(#052b48, #052b48);
    background-image: linear-gradient(#171717, #171717), linear-gradient(#052b48, #052b48);
    background-size: 0 2px, 100% 2px;
    background-position: center bottom, center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out
}
.slider-content--text>a:hover {
    background-size: 100% 2px, 100% 2px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.slider-content--title+.slider-content--text {
    margin-top: 30px
}
.slider-content__inner .slider-content--title {
    font-size: 36px;
    line-height: 50px;
    font-weight: 500
}
.slider-content__inner .slider-content--text {
    font-size: 15px
}
.slider-content--text-contacts-item--prop {
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
	color: #FFF;
	display: inline-block
}
.slider-content--text-contacts-item--prop:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -32px;
    width: 21px;
    height: 21px;
    background-position: 50% 0;
    background-repeat: no-repeat
}
@media (min-width : 0px) and (max-width : 415px) {
    .slider-content--text-contacts-item--prop:before {
        top: 3px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .slider-content--text-contacts-item--prop:before {
        top: 4px
    }
}
.slider-content--text-contacts-item--prop__phone:before {
    background-image: url('/assets/templates/img/phone.svg');
    background-size: 8px 17px
}
.slider-content--text-contacts-item--prop__email:before {
    background-image: url('/assets/templates/img/email.svg');
    background-size: 12px 12px
}
.slider-content--text-contacts-item--prop__address:before {
    background-image: url('/assets/templates/img/adress.svg');
    background-size: 10px 14px
}
.slider-content--text-contacts-item--prop a {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    color: inherit;
    text-decoration: none;
    background-image: -webkit-linear-gradient(#FFFFFF, #FFFFFF);
    background-image: linear-gradient(#FFFFFF, #FFFFFF);
    background-size: 0 2px;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out;
    color: #FFF
}
.slider-content--text-contacts-item--prop a:hover {
    background-size: 100% 2px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.slider-content--animation {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto
}
.slider-content--animation__big {
    width: 500px;
    height: 500px
}
.slider-content--animation .animation {
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}
.slider-content--animation .animation__active {
    opacity: 1
}
.slider-content .button:not(:first-child) {
    margin-top: 30px
}
.slider-dotnav {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 30px;
    width: 35px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none
}
@media (min-width : 0px) and (max-width : 415px) {
    .slider-dotnav {
        right: 5px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .slider-dotnav {
        right: 15px
    }
}
.slider-dotnav--item {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    pointer-events: auto;
    cursor: pointer
}
@media (max-width: 980px) {
    .slider-dotnav--item {
            height: 28px
    }
}
.slider-dotnav--item:before {
    content: attr(data-tooltip);
    position: absolute;
    top: 0;
    right: 100%;
    margin: 5px 5px 0 0;
    padding: 5px 15px;
    border-radius: 13px;
    background: hsla(0, 0%, 9%, .96);
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .1);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
    transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
    transition: opacity .5s ease-out, transform .5s ease-out;
    transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    font-size: 9px;
    line-height: 15px;
    font-weight: 600
}
.slider-dotnav--item[data-tooltip=""]:before {
    display: none
}
.slider-dotnav--item:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 8px;
    -webkit-transition: border .3s ease-out;
    transition: border .3s ease-out
}
@media (max-width: 980px) {
    .slider-dotnav--item:after {
            width: 10px;
            height: 10px
    }
}
.slider-dotnav--item__active {
    cursor: default
}
.slider-dotnav--item:hover:after,
.slider-dotnav--item__active:after {
    border: 8px solid #052b48
}
@media (max-width: 980px) {
    .slider-dotnav--item:hover:after,
	.slider-dotnav--item__active:after {
            border: 6px solid #052b48
    }
}
.slider-dotnav--item:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.placemarks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}
.placemarks__active {
    opacity: 1
}
.placemarks-item {
    position: absolute;
    width: 1px;
    height: 1px;
    pointer-events: auto
}
.placemarks-item .map-hint {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px 0 0 10px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    pointer-events: none
}
.placemarks-item .map-hint__invert {
    margin: 10px 10px 0 0
}
.placemarks-item__hover .map-hint {
    opacity: 1
}
.map-placemark {
    position: absolute;
    width: 42px;
    height: 53px;
    box-sizing: border-box;
    margin: -53px 0 0 -21px;
    padding: 10px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('../img/map-placemark.svg')
}
.map-placemark__light {
    background-image: url()
}
.map-placemark__dark {
    background-image: url('')
}
.map-placemark__label {
    width: 60px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-image: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #171717;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 2px 2px 0 #fff, -2px -2px 0 #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}
.map[data-zoom="11"] .map-placemark__label,
.map[data-zoom="12"] .map-placemark__label,
.map[data-zoom="13"] .map-placemark__label {
    visibility: visible
}
.map-placemark--icon {
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none
}
.map-placemark--icon__port {
    margin-top: 2px;
    width: 17px;
    height: 17px;
    background-image: url('/assets/templates/img/icon__port.svg')
}
.map-placemark--icon__customs-complex {
    margin-top: 2px;
    width: 17px;
    height: 17px;
    background-image: url('/assets/templates/img/icon__customs-complex.svg')
}
.map-placemark--title {
    position: absolute;
    top: 0;
    left: 50%;
    height: 22px;
    padding: 10px 14px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #052b48;
    border-radius: 21px;
    white-space: nowrap;
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    color: #171717
}
.button {
    position: relative;
    display: inline-block;
    height: 50px;
    box-sizing: border-box;
    background: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #171717
}
/*.button:before{content:'';position:absolute;top:-20px;left:-20px;bottom:-20px;right:-45px;background-color:#052b48;opacity:.5;-webkit-transform:scale3d(.75,.5,1) skewX(-20deg);transform:scale3d(.75,.5,1) skewX(-20deg)}.button:hover:before{-webkit-animation:anim-moema .3s .3s forwards;animation:anim-moema .3s .3s forwards}*/

.button__i {
    position: relative;
    display: block;
    box-sizing: border-box;
    height: 50px;
    padding: 15px 40px;
    background-color: #052b48;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}
@media (min-width : 0px) and (max-width : 415px) {
    .button__i {
		height: 46px;
		line-height: 14px;
        font-size: 11px;
        padding: 15px 16px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .button__i {
        font-size: 13px;
        padding: 15px 20px
    }
}
.button__i:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0 10px;
    width: 6px;
    height: 10px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.44%200l-1.43%201.37%203.31%203.63-3.31%203.63%201.43%201.37%204.56-5z%22%2F%3E%3C%2Fsvg%3E')
}
.button__simple .button__i {
    padding: 15px 25px
}
.button__simple .button__i:after {
    display: none
}
.button__light:before {
    background-color: #fff;
}
.button__light:hover:before {
    -webkit-animation: anim-moema .3s .3s forwards;
    animation: anim-moema .3s .3s forwards
}
.button__light .button__i {
    background-color: #fff;
    color: #171717;
}
.button[disabled] .button__i {
    cursor: default
}
.button[disabled]:before {
    display: none
}
.advantages {
    position: relative;
    width: 100%;
    padding-top: 800px
}
@media (min-width : 0px) and (max-width : 415px) {
    .advantages {
        padding-top: 1000px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .advantages {
        padding-top: 800px
    }
}
@media (min-width : 980px) and (max-width : 1250px) {
    .advantages {
        padding-top: 660px
    }
}
.advantages__fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0
}
@media (max-width: 1250px) {
    .advantages__fullscreen {
        padding-top: 0
    }
}
.advantages--container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}
.advantages-item {
    position: relative;
    display: block;
    width: 25%;
    background: #171717;
    color: #fff;
    overflow: hidden
}
@media (min-width : 0px) and (max-width : 415px) {
    .advantages-item{
        width: 100%
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .advantages-item {
        width: 50%
    }
}
.advantages-item--back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}
.advantages-item--back__loaded {
    opacity: .7;
    -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-out, -webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-out, transform .5s ease-in-out;
    transition: opacity .5s ease-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}
.advantages-item--backvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}
.advantages-item--backvideo__loaded {
    opacity: 1
}
.advantages-item:hover .advantages-item--back__loaded {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 3s ease-in-out;
    transition: -webkit-transform 3s ease-in-out;
    transition: transform 3s ease-in-out;
    transition: transform 3s ease-in-out, -webkit-transform 3s ease-in-out
}
.advantages-item--main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: hsla(0, 0%, 9%, .3)
}
.advantages-item--content {
    max-width: 190px;
    text-align: center
}
.advantages-item--title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 800
}
.advantages-item--title>sup {
    font-size: 30px;
    top: -.65em
}
.advantages-item--text {
    font-size: 15px;
    line-height: 27px;
    font-weight: 600
}
@media (max-width: 980px) {
    .advantages-item--text {
        font-size: 13px;
		line-height: 20px
    }
}
.advantages-item--more {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}
@media (min-width : 0px) and (max-width : 980px) {
    .advantages-item--more {
        display: none
    }
}
@media (min-width : 980px) and (max-width : 1250px) {
    .advantages-item--more {
        font-size: 13px
    }
}
.advantages-item--more>span {
    background-image: -webkit-linear-gradient(#171717, #171717), -webkit-linear-gradient(#052b48, #052b48);
    background-image: linear-gradient(#171717, #171717), linear-gradient(#052b48, #052b48);
    background-size: 0 2px, 100% 2px;
    background-position: center bottom, center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out
}
.advantages-item--more+.advantages-item--content {
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out
}
.advantages-item:hover .advantages-item--more {
    opacity: 1
}
.advantages-item:hover .advantages-item--more+.advantages-item--content {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}
@media (max-width: 980px) {
    .advantages-item:hover .advantages-item--more+.advantages-item--content {
        -webkit-transform: none;
        transform: none
    }
}
.advantages__fullscreen .advantages-item:nth-child(1)>.advantages-item--main,
.advantages__fullscreen .advantages-item:nth-child(2)>.advantages-item--main,
.advantages__fullscreen .advantages-item:nth-child(3)>.advantages-item--main,
.advantages__fullscreen .advantages-item:nth-child(4)>.advantages-item--main {
    padding: 50px 0 0
}
.advantages__fullscreen .advantages-item:nth-child(5)>.advantages-item--main,
.advantages__fullscreen .advantages-item:nth-child(6)>.advantages-item--main,
.advantages__fullscreen .advantages-item:nth-child(7)>.advantages-item--main,
.advantages__fullscreen .advantages-item:nth-child(8)>.advantages-item--main {
    padding: 10px 0 40px
}
.article {
    position: relative;
    width: 100%;
    margin-bottom: 80px
}
@media (min-width : 0px) and (max-width : 415px) {
    .article {
        margin-bottom: 40px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .article {
        margin-bottom: 60px
    }
}
.article--content {
    max-width: 760px;
    margin: 0 auto
}
@media (min-width : 0px) and (max-width : 415px) {
    .article--content {
        margin: 0 25px
    }
}
@media (min-width : 415px) and (max-width : 840px) {
    .article--content {
        margin: 0 40px
    }
}
.article--content h2 {
    font-size: 48px;
    line-height: 60px
}
.article--content h2,
.article--content h3 {
    margin-top: 80px;
    margin-bottom: 50px;
    font-weight: 500
}
@media (min-width : 0px) and (max-width : 415px) {
    .article--content h2,
	.article--content h3 {
        margin-top: 40px;
        margin-bottom: 20px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .article--content h2,
	.article--content h3 {
        margin-top: 50px;
        margin-bottom: 30px
    }
}
@media (min-width : 980px) and (max-width : 1450px) {
    .article--content h2,
	.article--content h3 {
        margin-top: 60px;
        margin-bottom: 40px
    }
}
.article--content h3 {
    font-size: 36px;
    line-height: 50px
}
.article--content h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800
}
@media (min-width : 0px) and (max-width : 415px) {
    .article--content h4 {
		margin-top: 15px;
		margin-bottom: 10px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .article--content h4 {
		margin-top: 15px;
		margin-bottom: 15px
    }
}
.article--content li,
.article--content p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 30px
}
@media (min-width : 0px) and (max-width : 415px) {
    .article--content li,
	.article--content p {
		margin-top: 8px;
        font-size: 13px;
		line-height: 20px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .article--content li,
	.article--content p {
		margin-top: 12px;
        font-size: 15px;
		line-height: 26px
    }
}
.article--content li {
    position: relative;
    margin-left: 60px
}
@media (max-width: 840px) {
    .article--content li{
        margin-left: 40px
    }
}
.article--content ul>li:before {
    content: '';
    position: absolute;
    top: 14px;
    left: -60px;
    width: 12px;
    height: 2px;
    background: #171717
}
@media (max-width: 840px) {
    .article--content ul>li:before{
        left: -40px
    }
}
.article--content ol {
    counter-reset: list1
}
.article--content ol ol {
    counter-reset: list2
}
.article--content ol>li:before {
    counter-increment: list1;
    content: counter(list1);
    position: absolute;
    top: 0;
    left: -60px;
    font-size: 12px
}
.article--content ol ol>li:before {
    counter-increment: list2;
    content: counter(list1) '.' counter(list2)
}
.article--content q {
    position: relative;
    display: block;
    margin: 80px 0
}
.article--content q:before {
    content: '';
    position: absolute;
    top: 0;
    left: -80px;
    width: 40px;
    height: 25px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2225%22%20viewBox%3D%220%200%2040%2025%22%3E%3Cpath%20fill%3D%22%23A3862F%22%20d%3D%22M35.53%2011.26l2.24-11.26h-11.13l-3.62%2010.83v14.19h16.99v-13.76h-4.48zm-20.79-11.26h-11.13l-3.62%2010.83v14.19h16.99v-13.76h-4.49l2.25-11.26z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%
}
.article--content q.right:before {
    left: auto;
    right: -80px
}
.article--content q>p {
    margin-top: 0;
    font-size: 24px;
    line-height: 40px;
    font-weight: 800
}
.article--content blockquote {
    position: relative;
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.article--content blockquote>q {
    margin: 0 0 0 40px;
    width: 380px
}
.article--content blockquote>q:first-child {
    margin: 0 40px 0 0
}
.article--content blockquote>img {
    position: relative;
    display: block;
    min-width: 420px;
    max-width: 460px;
    margin: 0 -80px 0 0
}
.article--content blockquote>img:first-child {
    margin: 0 0 0 -80px
}
.article--content .image {
    margin-top: 80px
}
.article--content .image>img {
    max-width: 100%
}
.article--content table {
    margin-top: 0px;
    width: 100%
}
.article--content table th {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 9px;
    line-height: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    vertical-align: bottom
}
.article--content table td {
    padding-top: 20px;
    line-height: 30px;
    font-size: 17px
}
@media (min-width : 0px) and (max-width : 415px) {
    .article--content table td {
		padding-top: 8px;
        font-size: 13px;
		line-height: 20px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .article--content table td {
		padding-top: 12px;
        font-size: 15px;
		line-height: 26px
    }
}
.article--content table td,
.article--content table th {
    box-sizing: border-box;
    padding-left: 80px
}
@media (max-width: 415px) {
    .article--content table td,
	.article--content table th {
        padding-left: 40px
    }
}
.article--content table td:first-child,
.article--content table th:first-child {
    padding-left: 0
}
.article--content table tbody tr {
}
.article--content table tbody tr:first-child {
    border: none
}
.article--content table thead tr {
}
.article--content b,
.article--content em,
.article--content i,
.article--content strong {
    font-weight: 500
}
.article--content a {
    color: inherit;
    text-decoration: none
}
.article--content p a, .article--content li a,
.article--content td a {
    font-weight: 500;
    background-image: -webkit-linear-gradient(#171717, #171717), -webkit-linear-gradient(#052b48, #052b48);
    background-image: linear-gradient(#171717, #171717), linear-gradient(#052b48, #052b48);
    background-size: 0 2px, 100% 2px;
    background-position: center bottom, center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out
}
.article--content p a:hover, .article--content li a:hover,
.article--content td a:hover {
    background-size: 100% 2px, 100% 2px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.article--content .gallery {
    margin-top: 80px
}
.article--content .files {
    margin-top: 20px
}
.article--content .backlink,
.article--content .button {
    margin-top: 80px
}
@media (min-width : 0px) and (max-width : 415px) {
    .article--content .backlink,
	.article--content .button {
        margin-top: 40px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .article--content .backlink,
	.article--content .button {
        margin-top: 60px
    }
}
.article--content .centered {
    text-align: center
}
.article--catalog {
    margin-top: 80px
}
.backlink {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 0 5px 62px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #171717;
    text-decoration: none
}
@media (max-width: 415px) {
    .backlink {
		padding: 5px 0 5px 52px;
        font-size: 13px
    }
}
.backlink__narrow {
    height: 50px
}
.backlink>span {
    background-image: -webkit-linear-gradient(#171717, #171717), -webkit-linear-gradient(#052b48, #052b48);
    background-image: linear-gradient(#171717, #171717), linear-gradient(#052b48, #052b48);
    background-size: 0 2px, 100% 2px;
    background-position: center bottom, center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out
}
.backlink:hover>span {
    background-size: 100% 2px, 100% 2px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.backlink__narrow:hover>span {
    background-image: -webkit-linear-gradient(#171717, #171717), -webkit-linear-gradient(#052b48, #052b48);
    background-image: linear-gradient(#171717, #171717), linear-gradient(#052b48, #052b48);
    background-size: 0 2px, 100% 2px;
    background-position: center bottom, center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out
}
.backlink:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 0;
    width: 42px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDQyIDIyIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzE3MTcxNyIgZD0iTTMzLjg3IDkuMTlsLjMtMS45Ny0zMC4xNy4wNCA1LjEtNS4xMy0xLjMtMS4zMS03LjMyIDcuMzcgNy4zMiA3LjM3IDEuMy0xLjMxLTUuMS01LjEzIDI5Ljg3LjA3em03LjY2IDQuOTljMC0zLjg3LTMuMTUtNy03LjA0LTdsLS4zMS4wMS0uMyAyLjA1LjI4LS4wMWMyLjk2IDAgNS4zNyAyLjIzIDUuMzcgNC45OHMtMi40IDQuOTgtNS4zNyA0Ljk4bC0uMjgtLjAxdi4wMy0uMDFoLTcuMzRsLS4wMSAyaDhjMy44Ny0uMDQgNy0zLjE3IDctNy4wMnoiLz48L3N2Zz4=)
}
.gallery {
    position: relative;
    width: 760px;
    height: 428px
}
.gallery__hasnav {
    height: 535px
}
.gallery .cursorarea {
    z-index: 3;
    height: 428px;
    background: hsla(0, 0%, 9%, 0);
    -webkit-transition: background .5s ease-out;
    transition: background .5s ease-out;
    cursor: pointer
}
.gallery .cursorarea:hover {
    background: hsla(0, 0%, 9%, .15)
}
.gallery-main {
    position: relative;
    width: 760px;
    height: 428px;
    background: #171717
}
.gallery-main--arrow {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    background: #052b48;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}
.gallery-main--arrow:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    background-color: #052b48;
    opacity: .5;
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1)
}
.gallery-main--arrow:hover:before {
    -webkit-animation: anim-moema .3s .3s forwards;
    animation: anim-moema .3s .3s forwards
}
.gallery-main--arrow:after {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 42px;
    height: 10px;
    background-position: 15px 0;
    background-repeat: repeat-x;
    background-size: 42px 10px
}
.gallery-main--arrow:hover:after {
    -webkit-transition: background .3s ease-out .3s;
    transition: background .3s ease-out .3s
}
.gallery-main--arrow__prev {
    left: -80px
}
.gallery-main--arrow__prev:after {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242%22%20height%3D%2210%22%20viewBox%3D%220%200%2042%2010%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffffff%22%20d%3D%22M11.98%204.07h-8.52l2.11-2.12-1.3-1.32-4.32%204.37%204.32%204.37%201.3-1.31-2.11-2.13h8.52z%22%2F%3E%3C%2Fsvg%3E')
}
.gallery-main--arrow__prev:hover:after {
    background-position: -27px 0
}
.gallery-main--arrow__next {
    right: -80px
}
.gallery-main--arrow__next:after {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242%22%20height%3D%2210%22%20viewBox%3D%220%200%2042%2010%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffffff%22%20d%3D%22M7.73.63l-1.3%201.32%202.11%202.12h-8.52v1.86h8.52l-2.11%202.13%201.3%201.31%204.32-4.37z%22%2F%3E%3C%2Fsvg%3E')
}
.gallery-main--arrow__next:hover:after {
    background-position: 57px 0
}
.gallery-main--arrow__active {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer
}
.gallery-main-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 760px;
    height: 428px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    overflow: hidden
}
.gallery-main-item__plan {
    background: #fff
}
.gallery-main-item__active {
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity .3s ease-out .3s;
    transition: opacity .3s ease-out .3s
}
.gallery-main-item--back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}
.gallery-main-item--back__loaded {
    opacity: 1
}
.gallery-main-item__plan .gallery-main-item--back {
    top: 64px;
    left: 180px;
    width: 400px;
    height: 300px
}
.gallery-main-item--framevideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background .5s ease-out .5s;
    transition: background .5s ease-out .5s;
    cursor: pointer
}
.gallery-main-item--framevideo__embed {
    background: #171717;
    -webkit-transition: background .5s ease-out 0s;
    transition: background .5s ease-out 0s;
    cursor: default
}
.gallery-main-item--framevideo:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -36px 0 0 -36px;
    width: 72px;
    height: 72px;
    border-radius: 36px;
    background-color: #052b48;
    background-position: 32px 27px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2218%22%20viewBox%3D%220%200%2010%2018%22%3E%3Cpolygon%20points%3D%221.25%2C2.5%201.25%2C15.5%208.25%2C9%22%20fill%3D%22transparent%22%20stroke%3D%22%23171717%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
    background-size: 10px 18px;
    pointer-events: auto;
    -webkit-transition: opacity .5s ease-out .5s;
    transition: opacity .5s ease-out .5s
}
.gallery-main-item--framevideo__embed:after {
    opacity: 0;
    -webkit-transition: opacity .5s ease-out 0s;
    transition: opacity .5s ease-out 0s
}
.gallery-nav {
    position: relative;
    height: 107px;
    background: #171717;
    overflow: hidden
}
.gallery-nav--con {
    position: absolute;
    top: 0;
    left: 0;
    height: 107px;
    font-size: 0;
    white-space: nowrap
}
.gallery-nav--arrow {
    position: absolute;
    top: 0;
    width: 42px;
    height: 107px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}
.gallery-nav--arrow:after {
    content: '';
    position: absolute;
    top: 48px;
    left: 15px;
    width: 12px;
    height: 10px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 12px 10px
}
.gallery-nav--arrow:hover:after {
    -webkit-transition: background .3s ease-out .3s;
    transition: background .3s ease-out .3s
}
.gallery-nav--arrow__prev {
    left: 0
}
.gallery-nav--arrow__prev:after {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2010%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M11.98%204.07h-8.52l2.11-2.12-1.3-1.32-4.32%204.37%204.32%204.37%201.3-1.31-2.11-2.13h8.52z%22%2F%3E%3C%2Fsvg%3E')
}
.gallery-nav--arrow__prev:hover:after {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2010%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23A3862F%22%20d%3D%22M11.98%204.07h-8.52l2.11-2.12-1.3-1.32-4.32%204.37%204.32%204.37%201.3-1.31-2.11-2.13h8.52z%22%2F%3E%3C%2Fsvg%3E')
}
.gallery-nav--arrow__next {
    right: 0
}
.gallery-nav--arrow__next:after {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2010%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M7.73.63l-1.3%201.32%202.11%202.12h-8.52v1.86h8.52l-2.11%202.13%201.3%201.31%204.32-4.37z%22%2F%3E%3C%2Fsvg%3E')
}
.gallery-nav--arrow__next:hover:after {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2010%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23A3862F%22%20d%3D%22M7.73.63l-1.3%201.32%202.11%202.12h-8.52v1.86h8.52l-2.11%202.13%201.3%201.31%204.32-4.37z%22%2F%3E%3C%2Fsvg%3E')
}
.gallery-nav--arrow__active {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer
}
.gallery-nav-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 190px;
    height: 107px;
    cursor: pointer
}
.gallery-nav-item__plan {
    background: #fff
}
.gallery-nav-item__active {
    cursor: default
}
.gallery-nav-item--back {
    opacity: .3;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}
.gallery-nav-item__active .gallery-nav-item--back,
.gallery-nav-item__active .gallery-nav-item--back__loaded {
    opacity: 1
}
.gallery-nav-item--num {
    position: absolute;
    bottom: 10px;
    left: 85px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    padding: 5px 0;
    background: #fff;
    color: #171717;
    font-size: 9px;
    line-height: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.gallery-nav-item:hover .gallery-nav-item--num,
.gallery-nav-item__active .gallery-nav-item--num {
    background: #052b48;
    color: #fff;
}
.gallery-nav-item--back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}
.gallery-nav-item--back__loaded {
    opacity: .3
}
.gallery-nav-item__plan .gallery-nav-item--back {
    top: 16px;
    left: 45px;
    width: 100px;
    height: 75px
}
.gallery-modal {
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background: #fff;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: height 0s .5s, opacity .5s ease-out;
    transition: height 0s .5s, opacity .5s ease-out
}
.gallery-modal__active {
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: height 0s 0s, opacity .5s ease-out;
    transition: height 0s 0s, opacity .5s ease-out
}
.gallery-modal--close {
    position: absolute;
    z-index: 34;
    top: 25px;
    right: 20px
}
.gallery-modal--close:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    background-color: #052b48;
    border-radius: 50px;
    opacity: .5;
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1)
}
.gallery-modal--close:hover:before {
    -webkit-animation: anim-moema .3s .3s forwards;
    animation: anim-moema .3s .3s forwards
}
.gallery-modal--close__i {
    position: relative;
    width: 55px;
    height: 55px;
    background-color: #052b48;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2217.01%2C15.56%209.95%2C8.51%2017.01%2C1.5%2015.56%2C0.05%208.5%2C7.06%201.43%2C0.01%20-0.02%2C1.45%207.05%2C8.5%20-0.01%2C15.51%201.43%2C16.96%208.49%2C9.95%2015.56%2C17%22%2F%3E%3C%2Fsvg%3E');
    background-size: 17px 17px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer
}
.gallery-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #171717
}
.gallery-screen--arrow {
    position: absolute;
    z-index: 33;
    top: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    background: #052b48;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}
.gallery-screen--arrow:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    background-color: #052b48;
    border-radius: 50px;
    opacity: .5;
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1)
}
.gallery-screen--arrow:hover:before {
    -webkit-animation: anim-moema .3s .3s forwards;
    animation: anim-moema .3s .3s forwards
}
.gallery-screen--arrow:after {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 42px;
    height: 10px;
    background-position: 15px 0;
    background-repeat: repeat-x;
    background-size: 42px 10px
}
.gallery-screen--arrow:hover:after {
    -webkit-transition: background .3s ease-out .3s;
    transition: background .3s ease-out .3s
}
.gallery-screen--arrow__prev {
    left: 27px
}
.gallery-screen--arrow__prev:after {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242%22%20height%3D%2210%22%20viewBox%3D%220%200%2042%2010%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffffff%22%20d%3D%22M11.98%204.07h-8.52l2.11-2.12-1.3-1.32-4.32%204.37%204.32%204.37%201.3-1.31-2.11-2.13h8.52z%22%2F%3E%3C%2Fsvg%3E')
}
.gallery-screen--arrow__prev:hover:after {
    background-position: -27px 0
}
.gallery-screen--arrow__next {
    right: 27px
}
.gallery-screen--arrow__next:after {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242%22%20height%3D%2210%22%20viewBox%3D%220%200%2042%2010%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffffff%22%20d%3D%22M7.73.63l-1.3%201.32%202.11%202.12h-8.52v1.86h8.52l-2.11%202.13%201.3%201.31%204.32-4.37z%22%2F%3E%3C%2Fsvg%3E')
}
.gallery-screen--arrow__next:hover:after {
    background-position: 57px 0
}
.gallery-screen--arrow__active {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer
}
.gallery-screen-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    overflow: hidden
}
.gallery-screen-item__plan {
    background: #fff
}
.gallery-screen-item__active {
    z-index: 32;
    opacity: 1;
    -webkit-transition: opacity .5s ease-out .5s;
    transition: opacity .5s ease-out .5s
}
.gallery-screen-item--back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}
.gallery-screen-item--back__loaded {
    opacity: 1
}
.gallery-screen-item__plan .gallery-screen-item--back {
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -400px;
    width: 800px;
    height: 600px
}
.gallery-screen-item--framevideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background .5s ease-out .5s;
    transition: background .5s ease-out .5s;
    pointer-events: auto;
    cursor: pointer
}
.gallery-screen-item--framevideo__embed {
    background: #171717;
    -webkit-transition: background .5s ease-out 0s;
    transition: background .5s ease-out 0s;
    cursor: default
}
.cursorarea {
    width: 100%;
    height: 100%
}
.cursorarea,
.cursorarea--icon {
    position: absolute;
    top: 0;
    left: 0
}
.cursorarea--icon {
    margin: 16px 0 0 16px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #052b48;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}
.cursorarea--icon__zoom {
    background-size: 11px 11px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M5.27%206.69l-.91-.91-2.02%202.03-2.34-2.31v5.5h5.5l-2.26-2.29%202.03-2.02zm.23-6.69l2.34%202.31-2.06%202.05.91.91%202.05-2.05%202.25%202.28v-5.5h-5.49z%22%2F%3E%3C%2Fsvg%3E')
}
.cursorarea--icon__active {
    opacity: 1
}
.files {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
.files-item {
    display: block;
    width: 100%;
    margin-bottom: 40px
}
@media (max-width: 980px) {
    .files-item {
        margin-bottom: 25px
    }
}
.files-item--icon {
    position: relative;
    float: left;
    width: 60px;
    height: 80px;
    box-sizing: border-box;
    padding-top: 45px;
    color: #fff;
    background-image: url('/assets/templates/img/doc.svg');
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    text-align: center
}
@media (max-width: 980px) {
    .files-item--icon{
        font-size: 12px
    }
}
.files-item--icon,
.files-item--icon:before {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%
}
.files-item--icon:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 25px;
    width: 10px;
    height: 22px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2222%22%20viewBox%3D%220%200%2010%2022%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M8.14%2016.38l-2.19%202.1v-18.49h-1.91v18.49l-2.19-2.1-1.35%201.3%204.5%204.31%204.49-4.31z%22%2F%3E%3C%2Fsvg%3E')
}
.files-item--info {
    height: 80px;
    margin-left: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
.files-item--title {
    max-height: 40px;
    overflow: hidden;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400
}
@media (min-width : 0px) and (max-width : 415px) {
    .files-item--title {
    font-size: 13px;
    line-height: 20px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .files-item--title {
    font-size: 15px;
    line-height: 20px
    }
}
.files-item--title>span {
    background-image: -webkit-linear-gradient(#052b48, #052b48);
    background-image: linear-gradient(#052b48, #052b48);
    background-size: 0 2px;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out
}
.files-item:hover .files-item--title>span {
    background-size: 100% 2px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.files-item--size {
    margin-top: 10px;
    font-size: 9px;
    line-height: 10px;
    font-weight: 600;
    text-transform: uppercase
}
.form {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: #052B48;
    color: #fff;
}
@media (min-width : 0px) and (max-width : 415px) {
    .form {
        padding: 40px 0
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .form {
        padding: 60px 0
    }
}
.callback .form {
    background: transparent
}
.form--wrap {
    position: relative;
    margin: 0 auto;
    max-width: 760px;
    min-height: 320px
}
@media (min-width : 0px) and (max-width : 415px) {
    .form--wrap {
        margin: 0 25px
    }
}
@media (min-width : 415px) and (max-width : 840px) {
    .form--wrap {
        margin: 0 40px
    }
}
.form--content {
    width: 100%
}
.form--content__default {
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}
.form__narrow .form--content__default {
    width: 440px;
    margin: 0 auto
}
.form--content__success {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity .3s .3s ease-out;
    transition: opacity .3s .3s ease-out;
    pointer-events: none
}
.form__narrow .form--content__success {
    text-align: center
}
.form--title {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
}
.form--text {
    margin-top: 30px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500
}
@media (min-width : 0px) and (max-width : 415px) {
    .form--text {
		margin-top: 15px;
        font-size: 13px;
		line-height: 20px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .form--text {
		margin-top: 20px;
        font-size: 15px;
		line-height: 26px
    }
}
.form--text--small {
    font-size: 12px
}
@media (max-width: 980px) {
    .form--text--small {
        font-size: 10px
    }
}
.form-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.form .button {
    margin-top: 40px;
    padding: 0;
}
.form__success .form--content__default {
    opacity: 0;
    pointer-events: none
}
.form__success .form--content__success {
    opacity: 1;
    pointer-events: auto
}
.form-item {
    position: relative;
    width: 100%;
    margin-top: 40px
}
.form-item__small {
    width: 280px
}
.form-item--label {
    display: block;
    color: #fff;
}
.form-item--error,
.form-item--label {
    font-size: 9px;
    line-height: 10px;
    font-weight: 600;
    text-transform: uppercase
}
.form-item--error {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 3px;
    text-transform: none;
    color: #FFFFFF;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    pointer-events: none
}
.form-item__error .form-item--label {
    color: #FFFFFF
}
.form-item__error .form-item--error {
    opacity: 1
}
.form-item__error .form-item--error__empty,
.form-item__error.form-item__empty .form-item--error {
    opacity: 0
}
.form-item__error.form-item__empty .form-item--error__empty {
    opacity: 1
}
.form-item--text {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 39px, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0.5) 40px, hsla(0, 0%, 100%, 0) 0);
    background-image: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 39px, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0.5) 40px, hsla(0, 0%, 100%, 0) 0);
    background-size: 100% 40px;
    background-repeat: repeat-y
}
.form-field {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 5px 0;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    background-image: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
    background-image: linear-gradient(#fff, #fff), linear-gradient(hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
    background-size: 0 2px, 100% 1px;
    background-position: center bottom, center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out
}
.form-field:-webkit-autofill {
    box-shadow: inset 0 39px 0 0 #052b48, inset 0 -1px 0 0 #171717;
    -webkit-text-fill-color: hsla(0, 0%, 9%, .5)
}
.form-item__error .form-field {
    background-image: -webkit-linear-gradient(#FFFFFF, #FFFFFF), -webkit-linear-gradient(hsla(0, 0%, 9%, .2), hsla(0, 0%, 9%, .2));
    background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(hsla(0, 0%, 9%, .2), hsla(0, 0%, 9%, .2));
    background-size: 0 2px, 100% 1px;
    background-position: center bottom, center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out;
    background-size: 100% 2px, 100% 1px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.form-item__error .form-field:-webkit-autofill {
    box-shadow: inset 0 38px 0 0 #052b48, inset 0 -2px 0 0 #f63440
}
.form-item__valid .form-field {
    background-size: 100% 2px, 100% 1px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.form-item__valid .form-field:-webkit-autofill {
    box-shadow: inset 0 38px 0 0 #052b48, inset 0 -2px 0 0 #171717;
    -webkit-text-fill-color: #171717
}
.form-field:focus {
    background-size: 100% 2px, 100% 1px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.form-field::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, 0.5)
}
.form-field::-moz-placeholder {
    color: hsla(0, 0%, 100%, 0.5)
}
.form-field:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.5)
}
.form-field::placeholder {
    color: hsla(0, 0%, 100%, 0.5)
}
.form-field__text {
    padding: 0;
    height: 120px;
    line-height: 40px;
    resize: none;
    overflow: auto;
    background-image: none;
}
.form-field__text,
.form-item__error .form-field__text {
    background-size: 0 2px, 100% 1px;
    background-position: center bottom, center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out
}
.form-item__error .form-field__text {
    background-image: -webkit-linear-gradient(#f63440, #f63440), -webkit-linear-gradient(hsla(0, 0%, 9%, 0), hsla(0, 0%, 9%, 0));
    background-image: linear-gradient(#f63440, #f63440), linear-gradient(hsla(0, 0%, 9%, 0), hsla(0, 0%, 9%, 0))
}
.form-item__error .form-field__text,
.form-item__valid .form-field__text {
    background-size: 100% 2px, 100% 1px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.contacts {
    padding: 40px 0;
    color: #171717
}
.contacts-list {
    max-width: 760px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media (min-width : 0px) and (max-width : 415px) {
    .contacts-list {
        margin: 0 25px
    }
}
@media (min-width : 415px) and (max-width : 840px) {
    .contacts-list {
        margin: 0 40px
    }
}
.contacts-item {
    margin: 40px 0;
    width: 50%
}
@media (max-width: 680px) {
    .contacts-item {
		margin: 20px 0;
        width: 100%
    }
}
.contacts-item--header {
    position: relative;
    margin-left: 32px
}
.contacts-item--title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600
}
@media (min-width : 0px) and (max-width : 415px) {
    .contacts-item--title {
        font-size: 15px;
        line-height: 20px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .contacts-item--title {
        font-size: 18px;
        line-height: 26px
    }
}
.contacts-item .map-placemark {
    position: absolute;
    top: 2px;
    left: -32px;
    margin: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}
.contacts-item--balloon {
    display: none
}
.contacts-item--content {
    font-size: 17px;
    line-height: 30px;
    color: #052b48
}
@media (min-width : 0px) and (max-width : 415px) {
    .contacts-item--content {
        font-size: 13px;
		line-height: 20px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .contacts-item--content {
        font-size: 15px;
		line-height: 26px
    }
}
.contacts-item--content a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    background-image: -webkit-linear-gradient(#171717, #171717), -webkit-linear-gradient(#052b48, #052b48);
    background-image: linear-gradient(#171717, #171717), linear-gradient(#052b48, #052b48);
    background-size: 0 2px, 100% 2px;
    background-position: center bottom, center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out
}
.contacts-item--content a:hover {
    background-size: 100% 2px, 100% 2px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.contacts-item--contentcols:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden
}
.contacts-item--contentcol {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px 0 0
}
.contacts-item--contentcol+.contacts-item--contentcol {
    padding: 0 0 0 10px
}
.contacts-item--prop {
    position: relative;
    margin-left: 32px
}
.contacts-item--prop:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -32px;
    width: 21px;
    height: 21px;
    background-position: 50% 0;
    background-repeat: no-repeat
}
.contacts-item--prop__schedule {
    margin-top: 10px;
    line-height: 1
}
.contacts-item--prop__schedule:before {
    top: 2px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7B%20fill%3A%20%23171717%3B%20fill-rule%3A%20evenodd%3B%20opacity%3A%200.2%3B%20%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22clock.svg%22%20class%3D%22cls-1%22%20d%3D%22M751.5%20698a6.5%206.5%200%201%201%206.5-6.5%206.5%206.5%200%200%201-6.5%206.5zm0-11.575a5.075%205.075%200%201%200%205.075%205.075%205.075%205.075%200%200%200-5.075-5.075zm2.8%205.794h-2.844a.64.64%200%200%201-.64-.641v-2.844a.641.641%200%200%201%201.281%200v2.2h2.2a.641.641%200%200%201%20.003%201.285z%22%20transform%3D%22translate%28-745%20-685%29%22%2F%3E%3C%2Fsvg%3E');
    background-size: 13px 13px
}
.contacts-item--prop__schedule>span+span {
    margin-left: 15px
}
.contacts-item--prop__phone {
    margin-top: 20px
}
@media (min-width : 0px) and (max-width : 415px) {
    .contacts-item--prop__phone {
        margin-top: 10px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .contacts-item--prop__phone {
        margin-top: 15px
    }
}
.contacts-item--prop__phone:before {
    top: 6px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.25%22%20height%3D%2215.25%22%20viewBox%3D%220%200%207.25%2015.25%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23171717%3B%20stroke-width%3A%201.5px%3B%20fill-rule%3A%20evenodd%3B%20opacity%3A%200.2%3B%20%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22phone.svg%22%20class%3D%22cls-1%22%20d%3D%22M352.142%20737.635h-.492l-.488.007-.234-.006h-.054a1.776%201.776%200%200%200-1.175.465%204.472%204.472%200%200%200-1.1%201.611%2011.692%2011.692%200%200%200-.916%203.74%2012.6%2012.6%200%200%200%20.6%205.094%206.056%206.056%200%200%200%201.124%202.113l.115.119a1.77%201.77%200%200%200%201.314.6l.159-.007.708-.016h.4a1.174%201.174%200%200%200%201.231-1.269v-2.026a1.19%201.19%200%200%200-1.226-1.264h-.087l-.485-.01-.527.012-.043-.134-.1-.342a9.347%209.347%200%200%201-.126-2.875%204.445%204.445%200%200%201%20.277-1.267h1.1a1.191%201.191%200%200%200%201.245-1.283v-1.9980000000000002a1.189%201.189%200%200%200-1.226-1.264z%22%20transform%3D%22translate%28-346.875%20-736.875%29%22%2F%3E%3C%2Fsvg%3E');
    background-size: 8px 17px
}
.contacts-item--prop__email:before {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7B%20fill%3A%20%23171717%3B%20fill-rule%3A%20evenodd%3B%20opacity%3A%200.2%3B%20%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22mail.svg%22%20class%3D%22cls-1%22%20d%3D%22M355.318%20771.906a.827.827%200%200%200-.412-.529l-3.539-1.828a.823.823%200%200%200-.367-.091.8.8%200%200%200-.367.091l-3.539%201.828a.827.827%200%200%200-.412.529l3.848%202.808a.811.811%200%200%200%20.94%200zm.122%205.881v-4.305l-3.388%202.469a1.744%201.744%200%200%201-1.052.349%201.78%201.78%200%200%201-1.059-.347l-3.381-2.462v4.3a.828.828%200%200%200%20.822.834h7.236a.828.828%200%200%200%20.822-.838zm1.56-5.655v5.837a2.013%202.013%200%200%201-2%202.031h-8a2.013%202.013%200%200%201-2-2.029l.007-5.918a2.017%202.017%200%200%201%201.084-1.757l4-2.073a1.965%201.965%200%200%201%20.909-.223%201.987%201.987%200%200%201%20.909.222l4%202.073a2.03%202.03%200%200%201%201.091%201.805v.03z%22%20transform%3D%22translate%28-345%20-768%29%22%2F%3E%3C%2Fsvg%3E');
    background-size: 12px 12px
}
.contacts-item--prop__address {
    margin-top: 20px
}
@media (min-width : 0px) and (max-width : 415px) {
    .contacts-item--prop__address {
        margin-top: 10px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .contacts-item--prop__address {
        margin-top: 15px
    }
}
.contacts-item--prop__address:before {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2214%22%20viewBox%3D%220%200%2010%2014%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7B%20fill%3A%20%23171717%3B%20fill-rule%3A%20evenodd%3B%20opacity%3A%200.2%3B%20%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22geotag.svg%22%20class%3D%22cls-1%22%20d%3D%22M351%20829.1l3.036-4.853a3.315%203.315%200%200%200%20.46-1.6%203.086%203.086%200%200%200-.906-2.15%203.734%203.734%200%200%200-2.59-1%203.338%203.338%200%200%200-3.5%203.147%203.069%203.069%200%200%200%20.434%201.556l3.066%204.9m0%202.9l-.481-.84-3.858-6.16a4.649%204.649%200%200%201-.661-2.352%204.819%204.819%200%200%201%205-4.648%205.249%205.249%200%200%201%203.612%201.4%204.6%204.6%200%200%201%201.383%203.248%204.8%204.8%200%200%201-.665%202.352l-3.852%206.16-.478.84zm0-10a1%201%200%201%201-1%201%201%201%200%200%201%201-1z%22%20transform%3D%22translate%28-346%20-818%29%22%2F%3E%3C%2Fsvg%3E');
    background-size: 10px 14px
}
.contacts-item--prop__address>a:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 6px -28px 0 10px;
    width: 18px;
    height: 18px;
    background-image: url('');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    pointer-events: none
}
.contacts-item--prop__metro {
    margin-top: 10px;
    line-height: 1
}
.contacts-item--prop__metro:before {
    top: 0;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%208%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23171717%3Bopacity%3A0.2%3Bisolation%3Aisolate%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emetro%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M12.516%206.5h-.7l-2.3-5.9a.875.875%200%200%200-.9-.6h-.561l-1.539%203.8-1.2-3.2a.961.961%200%200%200-.9-.6h-.7l-2.5%206.5h-.7a.472.472%200%200%200-.5.5v.5a.472.472%200%200%200%20.5.5h3a.472.472%200%200%200%20.5-.5v-.5a.472.472%200%200%200-.5-.5h-.4l1.3-3.4%201.2%203.2a1.143%201.143%200%200%200%20.884.6.946.946%200%200%200%20.937-.586c.033-.061%201.179-3.114%201.179-3.114l1.4%203.3h-.5a.472.472%200%200%200-.5.5v.5a.472.472%200%200%200%20.5.5h3a.472.472%200%200%200%20.5-.5v-.5a.472.472%200%200%200-.5-.5z%22%20transform%3D%22translate%28-.016%20.004%29%22%2F%3E%3C%2Fsvg%3E');
    background-size: 13px 8px
}
.contacts-item--prop__location {
    margin-top: 20px
}
.contacts-item--prop__location:before {
    top: 10px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20enable-background%3D%22new%200%200%2010%2010%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bopacity%3A0.2%3Bfill%3A%23171717%3Benable-background%3Anew%20%3B%7D%20.st1%7Bopacity%3A0.2%3Bfill%3A%23171717%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22download%22%20class%3D%22st0%22%20d%3D%22M8.2%204.1l-3.2%203.2-3.2-3.2%201-1%201.5%201.6v-4.7h1.3v4.7l1.5-1.6%201.1%201z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M0%208.6h10v1.4h-10z%22%2F%3E%3C%2Fsvg%3E');
    background-size: 10px 10px
}
.contacts-item--contentcols .contacts-item--prop {
    margin-left: 0
}
.contacts-item--contentcols .contacts-item--prop:before {
    display: none
}
.contacts-item--metro {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}
.contacts-item--metro>span {
    display: inline-block;
    vertical-align: top;
    margin: 2px 3px 0 0;
    width: 5px;
    height: 5px;
    border-radius: 3px
}
.contacts-item--metro>span[data-line="2"] {
    background-color: #009c53
}
.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.map__grayscale [class$=-ground-pane] canvas {
    -webkit-filter: grayscale(100%)
}
.map__grayscale [class$=-ground-pane] [class$=-patched-for-print] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale")
}
.landmarks {
    position: relative;
    width: 100%;
    height: 660px;
}
.plainfilter {
    -webkit-transition: opacity .5s ease-out, height 0s 0s linear;
    transition: opacity .5s ease-out, height 0s 0s linear
}
.plainfilter__disabled {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out, height 0s .5s linear;
    transition: opacity .5s ease-out, height 0s .5s linear
}
.plainfilter-list {
    padding: 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
@media (max-width: 415px) {
    .plainfilter-list {
        padding: 40px 0
    }
}
.plainfilter-item {
    display: block;
    margin-left: 2px;
    background: transparent;
    box-shadow: 0 0 0 2px #052b48;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #171717;
    text-align: center;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
    cursor: pointer
}
@media (max-width: 415px) {
    .plainfilter-item {
        font-size: 11px
    }
}
.plainfilter__invert .plainfilter-item {
    color: #fff
}
.plainfilter-item:first-child {
    margin-left: 0;
}
.plainfilter-item:last-child {}.plainfilter-item--title {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    color: inherit;
    text-decoration: none
}
@media (max-width: 415px) {
    .plainfilter-item:last-child {}.plainfilter-item--title {
        padding: 8px 12px
    }
}
.plainfilter-item:hover,
.plainfilter-item__active {
    background: #052b48;
    color: #fff;
}
.plainfilter__invert .plainfilter-item:hover,
.plainfilter__invert .plainfilter-item__active {
    color: #171717
}
.plainfilter-item__active {
    cursor: default
}
.plainfilter-item__disabled,
.plainfilter-item__disabled:hover {
    background: transparent;
    color: #171717;
    box-shadow: 0 0 0 2px #171717;
    opacity: .3;
    cursor: default
}
.plainfilter__invert .plainfilter-item__disabled,
.plainfilter__invert .plainfilter-item__disabled:hover {
    color: #fff;
    box-shadow: 0 0 0 2px #fff
}
.plainfilter__wide .plainfilter-item {
    width: 200px
}
.listfilter+.plainfilterr,
.plainfilter+.plainfilter {
    margin-top: -30px
}
.listfilter+.plainfilter__disabled,
.plainfilter+.plainfilter__disabled {
    margin-top: 0
}
.listfilter+.plainfilter .plainfilter-list,
.plainfilter+.plainfilter .plainfilter-list {
    padding-top: 0
}
.listfilter {
    -webkit-transition: opacity .5s ease-out, height 0s 0s linear;
    transition: opacity .5s ease-out, height 0s 0s linear
}
.listfilter__disabled {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out, height 0s .5s linear;
    transition: opacity .5s ease-out, height 0s .5s linear
}
.listfilter-list {
    padding: 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.listfilter-item {
    display: block;
    margin: 0 2px;
    height: 26px;
    border-radius: 13px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #171717;
    -webkit-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out
}
.listfilter-item__all {
    font-weight: 600
}
.listfilter-item__disabled {
    color: hsla(0, 0%, 9%, .3);
    cursor: default
}
.listfilter-item--title {
    display: block;
    height: 26px;
    box-sizing: border-box;
    padding: 3px 8px;
    color: inherit;
    text-decoration: none;
    cursor: pointer
}
.listfilter-item:hover {
    box-shadow: 0 0 0 2px #052b48
}
.listfilter-item__active {
    background: #171717;
    color: #fff;
    cursor: default
}
.listfilter-item__active:hover,
.listfilter-item__disabled:hover {
    box-shadow: none
}
.listfilter+.listfilter,
.plainfilter+.listfilter {
    margin-top: -30px
}
.listfilter+.listfilter__disabled,
.plainfilter+.listfilter__disabled {
    margin-top: 0
}
.listfilter+.listfilter .listfilter-list,
.plainfilter+.listfilter .listfilter-list {
    padding-top: 0
}
.tilenews {
    position: relative;
    width: 100%
}
.tilenews:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden
}
.tilenews-item {
    position: relative;
    float: left;
    overflow: hidden
}
@media (max-width: 700px) {
    .tilenews-item {
		width: 100%;
        padding-top: 60%
    }
}
@media (min-width: 700px) {
    .tilenews-item {
        width: 50%;
        padding-top: 33.333%;
    }
}
@media (min-width: 1201px) {
    .tilenews-item {
        width: 33.333%;
        padding-top: 22.222%
    }
}
@media (min-width: 1801px) {
    .tilenews-item {
        width: 25%;
        padding-top: 16.666%
    }
}
.tilenews-item--back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #171717;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}
.tilenews-item--back__loaded {
    opacity: 1
}
.tilenews-item--main {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 9%, .08);
    color: #171717;
    text-decoration: none
}
.tilenews-item--back+.tilenews-item--main {
    background: #171717;
    -webkit-transition: background .5s ease-out;
    transition: background .5s ease-out;
    color: #fff
}
.tilenews-item--back__loaded+.tilenews-item--main {
    background: hsla(0, 0%, 9%, .5)
}
.tilenews-item:hover .tilenews-item--back__loaded+.tilenews-item--main {
    background: hsla(0, 0%, 9%, .7)
}
.tilenews-item--content {
    padding: 40px 50px 0
}
@media (min-width : 0px) and (max-width : 415px) {
    .tilenews-item--content {
        padding: 20px 25px 0
    }
}
@media (min-width : 415px) and (max-width : 800px) {
    .tilenews-item--content {
        padding: 40px 50px 0
    }
}
.tilenews-item--date {
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    color: hsla(0, 0%, 9%, .5)
}
.tilenews-item--title {
    margin: 10px 0 25px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500
}
@media (min-width : 0px) and (max-width : 415px) {
    .tilenews-item--title {
		font-size: 15px;
		line-height: 20px;
        margin: 2px 0 10px
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .tilenews-item--title {
        margin: 5px 0 15px
    }
}
.tilenews-item--more {
    font-size: 13px;
    line-height: 25px;
    font-weight: 500
}
@media (max-width: 415px) {
    .tilenews-item--more {
        font-size: 11px;
        line-height: 18px;
        margin-top: 10px
    }
}
.tilenews-item--more>span {
    display: inline-block;
    background-image: -webkit-linear-gradient(#171717, #171717), -webkit-linear-gradient(#052b48, #fff);
    background-image: linear-gradient(#171717, #171717), linear-gradient(#052b48, #fff);
    background-size: 0 2px, 100% 2px;
    background-position: center bottom, center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out
}
.tilenews-item--back+.tilenews-item--main .tilenews-item--date {
    color: #fff
}
.topactions {
    position: relative;
    width: 100%
}
.topactions:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden
}
.topactions-item {
    position: relative;
    padding: 70px
}
.topactions-item:not(:first-child) {
    border-top: 1px solid hsla(0, 0%, 9%, .08)
}
.topactions-item--main {
    display: block;
    width: 760px;
    margin: 0 auto;
    text-decoration: none
}
.topactions-item--main:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden
}
.topactions-item--pic {
    float: left;
    margin-left: -80px;
    width: 460px;
    font-size: 0
}
.topactions-item--pic>img {
    max-width: 100%
}
.topactions-item--content {
    color: #171717
}
.topactions-item--pic+.topactions-item--content {
    float: right;
    width: 340px
}
.topactions-item--date {
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    color: hsla(0, 0%, 9%, .5)
}
.topactions-item--title {
    margin: 15px 0;
    font-size: 36px;
    line-height: 50px;
    font-weight: 800
}
.topactions-item--more {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500
}
.topactions-item--more>span {
    display: inline-block;
    background-image: -webkit-linear-gradient(#171717, #171717), -webkit-linear-gradient(#052b48, #052b48);
    background-image: linear-gradient(#171717, #171717), linear-gradient(#052b48, #052b48);
    background-size: 0 2px, 100% 2px;
    background-position: center bottom, center bottom;
    background-repeat: no-repeat;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out
}
.topactions-item--main:hover .topactions-item--more>span {
    background-size: 100% 2px, 100% 2px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0
}
@media (max-width: 415px) {
    .pagination {
        padding: 30px 0
    }
}
.catalog__empty .pagination {
    height: 0;
    padding: 0;
    overflow: hidden
}
.pagination__disabled, .pagination .disabled {
    /*visibility: hidden;*/
    pointer-events: none
}
.pagination--item {
    position: relative;
    display: block;
    margin: 10px;
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    padding: 18px 0;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #171717;
    text-align: center;
    text-decoration: none;
    -webkit-transition: box-shadow .3s ease-out, background .3s ease-out;
    transition: box-shadow .3s ease-out, background .3s ease-out;
    cursor: pointer
}
@media (max-width: 415px) {
    .pagination--item {
        margin: 4px;
        width: 36px;
        height: 36px;
		padding: 12px 0;
		font-size: 12px;
		line-height: 14px
    }
}
.pagination--item:hover {
    box-shadow: 0 0 0 2px #052b48
}
.pagination--item__active {
    background: #171717;
    color: #fff;
    cursor: default
}
.pagination--item__active:hover {
    box-shadow: none
}
.pagination--item[data-hid] {
    display: none
}
.pagination--item[data-hid]+.pagination--item {
    margin-left: 66px
}
.pagination--item[data-hid]+.pagination--item:after {
    content: '...';
    position: absolute;
    top: 13px;
    left: -66px;
    width: 56px;
    pointer-events: none
}
h1,
h2,
h3,
h4,
h5,
h6,
.contacts-item--title,
.intro--title {
    font-family: 'Playfair Display SC', serif;
}
/*.slider-content--title,*/
.intro__map .intro--title,
.contacts-item--title,
.articul-heading,
.article--content h1,
.article--content h2,
.article--content h3,
.article--content h4,
.article--content h5,
.article--content h6,
.tilegallery-item--category {
    color: #052b48;
}
.slider-content__invert h2,
.form h2 {
    color: #fff;
}
.button:after {
    content: "";
    position: absolute;
    background: #052b48;
    height: 50px;
    top: 0px;
    right: -20px;
    width: 40px;
    -webkit-transform: skewY(-30deg);
    transform: skewX(-30deg);
}
@media (max-width : 415px) {
    .button:after {
        height: 46px
    }
}
.button.button__light:after {
    background: #fff;
}
@media (max-width : 415px) {
    .button.button__light:after {
        top: 2px
    }
}
.button.button__light:after {
    background: #fff;
}
.callback--button:after {
    content: "";
    position: absolute;
    background: #052b48;
    height: 55px;
    top: 0;
    right: -20px;
    width: 40px;
    -webkit-transform: skewY(-30deg);
    transform: skewX(-30deg);
}
.bubblemodal--content .form {
    background: #052b48;
}
.icolink__email .icolink--icon .slider-item.slider-item__active.slider-item__anim {
    background: url('/upload/iblock/a10/a1094594a36f2cfa0be86d16d7b6000c.jpg');
}

@media (max-width: 1250px) {
    .callback--button:after {
        height: 45px;
    }
}
@media (min-width : 0px) and (max-width : 415px) {
    .slider-content--title {
        font-size: 25px;
        line-height: 27px;
    }
    .slider-content--text {
		font-size: 13px;
        line-height: 18px;
    }
	.article--content h4{
		font-size: 13px
	}
	.article--content h3{
        font-size: 18px;
        line-height: 26px;
	}
    .article--content h2,
    .form--title {
        font-size: 22px;
        line-height: 30px;
    }
    .intro--title {
        font-size: 26px;
        line-height: 36px;
		padding: 0 25px;
    }
    .slider-content--wrap {
        width: 85%;
    }
}
@media (min-width : 415px) and (max-width : 980px) {
    .slider-content--title {
        font-size: 36px;
        line-height: 36px;
    }
    .slider-content--text {
		font-size: 15px;
        line-height: 20px;
    }
	.article--content h4{
		font-size: 13px
	}
	.article--content h3{
        font-size: 26px;
        line-height: 34px;
	}
    .article--content h2,
    .form--title {
        font-size: 32px;
        line-height: 40px;
    }
    .intro--title {
        font-size: 38px;
        line-height: 46px;
		padding: 0 30px;
    }
    .slider-content--wrap {
        width: 85%;
    }
}
@media (min-width : 980px) and (max-width : 1450px) {
    .slider-content--title {
        font-size: 40px;
        line-height: 40px;
    }
    .slider-content--text {
        line-height: 22px;
    }
	.article--content h4{
	}
	.article--content h3{
        font-size: 28px;
        line-height: 38px;
	}
    .article--content h2,
    .form--title {
        font-size: 38px;
        line-height: 48px;
    }
    .intro--title {
        font-size: 50px;
        line-height: 50px;
		padding: 0 40px;
    }
    .slider-content--wrap {
        width: 85%;
    }
}
@media (min-width: 1900px) {
    .intro--title {
        font-size: 70px;
		max-width: 1200px;
    }
}

.lang__list{
    height: auto !important;
}

/*--------------*/

article img {
    max-width: 100%;
    height: auto;
    /*width: auto;*/
    padding: 0 7px 7px 7px;
}

.article img {
    max-width: 100%;
    height: auto;
    /*width: auto;*/
    padding: 0 7px 7px 7px;
}


/*------------------------*/

/* Базовый контейнер табов */
.tabs {
/*min-width: 320px;
max-width: 800px;*/
width: 100%;
padding: 0px;
margin: 0 auto;
}
/* стили секций с содержанием */
section {
display: none;
padding: 1px;
background: #fff;
/*border: 1px solid #ddd;*/
}
.tabs input {
display: none;
}
/* стили вкладок (табов) */
.tabs label {
display: inline-block;
margin: 0 0 -1px;
padding: 15px 25px;
font-weight: 600;
text-align: center;
color: #aaa;
/*border: 1px solid #ddd;*/
background: #f1f1f1;
border-radius: 3px 3px 0 0;
}
/* шрифт-иконки от Font Awesome в формате Unicode */
.tabs label:before {
font-family: fontawesome;
font-weight: normal;
margin-right: 10px;
}
/*.tabs label[for*="1"]:before {
content: "\f19a";
}
.tabs label[for*="2"]:before {
content: "\f17a";
}
.tabs label[for*="3"]:before {
content: "\f13b";
}
.tabs label[for*="4"]:before {
content: "\f13c";
}*/
/* изменения стиля заголовков вкладок при наведении */
.tabs label:hover {
color: #888;
cursor: pointer;
}
/* стили для активной вкладки */
.tabs input:checked + label {
color: #555;
border: 1px solid #ddd;
border-top: 1px solid #009933;
border-bottom: 1px solid #fff;
background: #fff;
}
/* активация секций с помощью переключателя :checked */
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
display: block;
}
/* медиа запросы для различных типов носителей */

/*@media screen and (max-width: 680px) {
.tabs label {
font-size: 0;
}
 
.tabs label:before {
margin: 0;
font-size: 18px;
}
}
@media screen and (max-width: 400px) {
.tabs label {
padding: 1px;
}
}*/



/*------------*/
