html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
progress {
    vertical-align: baseline
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:active,
a:hover {
    outline-width: 0
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background-color: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
img {
    border-style: none
}
svg:not(:root) {
    overflow: hidden
}
code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}
optgroup {
    font-weight: 700
}
button,
input {
    overflow: visible
}
button,
select {
    text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
textarea {
    overflow: auto
}
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}
.remodal,
[data-remodal-id] {
    display: none
}
.remodal-overlay {
    position: fixed;
    z-index: 6;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none
}
.remodal-wrapper {
    position: fixed;
    z-index: 7;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}
.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}
.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}
.remodal-is-initialized {
    display: inline-block
}
.remodal-bg.remodal-is-opened,
.remodal-bg.remodal-is-opening {
    -webkit-filter: blur(3px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: blur(3px)
}
.remodal-overlay {
    background: rgba(43, 46, 56, .9)
}
.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: c;
    animation-name: c
}
.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: d;
    animation-name: d
}
.remodal-wrapper {
    padding: 10px 10px 0
}
.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: #2b2e38;
    background: #fff
}
.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.remodal.remodal-is-opening {
    -webkit-animation-name: a;
    animation-name: a
}
.remodal.remodal-is-closing {
    -webkit-animation-name: b;
    animation-name: b
}
.remodal,
.remodal-wrapper:after {
    vertical-align: middle
}
.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent
}
.remodal-close:focus,
.remodal-close:hover {
    color: #2b2e38
}
.remodal-close:before {
    font-family: Arial, Helvetica CY, Nimbus Sans L, sans-serif!important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center
}
.remodal-cancel,
.remodal-confirm {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0
}
.remodal-confirm {
    color: #fff;
    background: #81c784
}
.remodal-confirm:focus,
.remodal-confirm:hover {
    background: #66bb6a
}
.remodal-cancel {
    color: #fff;
    background: #e57373
}
.remodal-cancel:focus,
.remodal-cancel:hover {
    background: #ef5350
}
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner,
.remodal-confirm::-moz-focus-inner {
    padding: 0;
    border: 0
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes a {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@-webkit-keyframes b {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
}
@keyframes b {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
}
@-webkit-keyframes c {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes c {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes d {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes d {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 700px
    }
}
.lt-ie9 .remodal-overlay {
    background: #2b2e38
}
.lt-ie9 .remodal {
    width: 700px
}
@font-face {
    font-family: PF Agora Sans Pro;
    font-weight: 400;
    font-style: normal;
    src: url(/tp/styles/../assets/fonts/agorasansproregular.eot);
    src: url(/tp/styles/../assets/fonts/agorasansproregular.eot?#iefix) format('embedded-opentype'), url(/tp/styles/../assets/fonts/agorasansproregular.woff2) format('woff2'), url(/tp/styles/../assets/fonts/agorasansproregular.woff) format('woff'), url(/tp/styles/../assets/fonts/agorasansproregular.ttf) format('truetype'), url(/tp/styles/../assets/fonts/agorasansproregular.svg#pf_agora_sans_proregular) format('svg')
}
@font-face {
    font-family: PF Agora Sans Pro;
    font-weight: 700;
    font-style: normal;
    src: url(/tp/styles/../assets/fonts/agorasansprobold.eot);
    src: url(/tp/styles/../assets/fonts/agorasansprobold.eot?#iefix) format('embedded-opentype'), url(/tp/styles/../assets/fonts/agorasansprobold.woff2) format('woff2'), url(/tp/styles/../assets/fonts/agorasansprobold.woff) format('woff'), url(/tp/styles/../assets/fonts/agorasansprobold.ttf) format('truetype'), url(/tp/styles/../assets/fonts/agorasansprobold.svg#pf_agora_sans_probold) format('svg')
}
@font-face {
    font-family: PF Agora Sans Pro;
    font-weight: 300;
    font-style: normal;
    src: url(/tp/styles/../assets/fonts/pfagorasanspro-light-webfont.eot);
    src: url(/tp/styles/../assets/fonts/pfagorasanspro-light-webfont.eot?#iefix) format('embedded-opentype'), url(/tp/styles/../assets/fonts/pfagorasanspro-light-webfont.woff2) format('woff2'), url(/tp/styles/../assets/fonts/pfagorasanspro-light-webfont.woff) format('woff'), url(/tp/styles/../assets/fonts/pfagorasanspro-light-webfont.ttf) format('truetype')
}
@font-face {
    font-family: PF Agora Sans Pro;
    font-weight: 500;
    font-style: italic;
    src: url(/tp/styles/../assets/fonts/pfagorasanspro-mediumital-webfont.eot);
    src: url(/tp/styles/../assets/fonts/pfagorasanspro-mediumital-webfont.eot?#iefix) format('embedded-opentype'), url(/tp/styles/../assets/fonts/pfagorasanspro-mediumital-webfont.woff2) format('woff2'), url(/tp/styles/../assets/fonts/pfagorasanspro-mediumital-webfont.woff) format('woff'), url(/tp/styles/../assets/fonts/pfagorasanspro-mediumital-webfont.ttf) format('truetype')
}
@font-face {
    font-family: PF Agora Sans Pro;
    font-weight: 500;
    font-style: normal;
    src: url(/tp/styles/../assets/fonts/agorasanspromedium.eot);
    src: url(/tp/styles/../assets/fonts/agorasanspromedium.eot?#iefix) format('embedded-opentype'), url(/tp/styles/../assets/fonts/agorasanspromedium.woff2) format('woff2'), url(/tp/styles/../assets/fonts/agorasanspromedium.woff) format('woff'), url(/tp/styles/../assets/fonts/agorasanspromedium.ttf) format('truetype'), url(/tp/styles/../assets/fonts/agorasanspromedium.svg#pf_agora_sans_promedium) format('svg')
}
@font-face {
    font-family: PF Agora Sans Pro;
    font-weight: 400;
    font-style: italic;
    src: url(/tp/styles/../assets/fonts/pfagorasanspro-italic-1-webfont.eot);
    src: url(/tp/styles/../assets/fonts/pfagorasanspro-italic-1-webfont.eot?#iefix) format('embedded-opentype'), url(/tp/styles/../assets/fonts/pfagorasanspro-italic-1-webfont.woff2) format('woff2'), url(/tp/styles/../assets/fonts/pfagorasanspro-italic-1-webfont.woff) format('woff'), url(/tp/styles/../assets/fonts/pfagorasanspro-italic-1-webfont.ttf) format('truetype')
}
@font-face {
    font-family: PF Agora Slab Pro;
    font-weight: 300;
    font-style: normal;
    src: url(/tp/styles/../assets/fonts/pfagoraslabpro-light.eot);
    src: url(/tp/styles/../assets/fonts/pfagoraslabpro-light.eot?#iefix) format('embedded-opentype'), url(/tp/styles/../assets/fonts/pfagoraslabpro-light.woff2) format('woff2'), url(/tp/styles/../assets/fonts/pfagoraslabpro-light.woff) format('woff'), url(/tp/styles/../assets/fonts/pfagoraslabpro-light.ttf) format('truetype')
}
@font-face {
    font-family: PF Agora Slab Pro;
    font-weight: 700;
    font-style: normal;
    src: url(/tp/styles/../assets/fonts/pfagoraslabpro-bold.eot);
    src: url(/tp/styles/../assets/fonts/pfagoraslabpro-bold.eot?#iefix) format('embedded-opentype'), url(/tp/styles/../assets/fonts/pfagoraslabpro-bold.woff2) format('woff2'), url(/tp/styles/../assets/fonts/pfagoraslabpro-bold.woff) format('woff'), url(/tp/styles/../assets/fonts/pfagoraslabpro-bold.ttf) format('truetype'), url(/tp/styles/../assets/fonts/pfagoraslabpro-bold.svg#pf_agora_slab_probold) format('svg')
}
@font-face {
    font-family: PF Agora Slab Pro;
    font-weight: 400;
    font-style: normal;
    src: url(/tp/styles/../assets/fonts/pfagoraslabpro-reg.eot);
    src: url(/tp/styles/../assets/fonts/pfagoraslabpro-reg.eot?#iefix) format('embedded-opentype'), url(/tp/styles/../assets/fonts/pfagoraslabpro-reg.woff2) format('woff2'), url(/tp/styles/../assets/fonts/pfagoraslabpro-reg.woff) format('woff'), url(/tp/styles/../assets/fonts/pfagoraslabpro-reg.ttf) format('truetype')
}
@font-face {
    font-family: HeliosC;
    font-weight: 400;
    font-style: normal;
    src: url(/tp/styles/../assets/fonts/heliosc-webfont.eot);
    src: url(/tp/styles/../assets/fonts/heliosc-webfont.eot?#iefix) format('embedded-opentype'), url(/tp/styles/../assets/fonts/heliosc-webfont.woff2) format('woff2'), url(/tp/styles/../assets/fonts/heliosc-webfont.woff) format('woff'), url(/tp/styles/../assets/fonts/heliosc-webfont.ttf) format('truetype')
}
@font-face {
    font-family: HeliosC;
    font-weight: 300;
    font-style: normal;
    src: url(/tp/styles/../assets/fonts/helioslightc-webfont.eot);
    src: url(/tp/styles/../assets/fonts/helioslightc-webfont.eot?#iefix) format('embedded-opentype'), url(/tp/styles/../assets/fonts/helioslightc-webfont.woff2) format('woff2'), url(/tp/styles/../assets/fonts/helioslightc-webfont.woff) format('woff'), url(/tp/styles/../assets/fonts/helioslightc-webfont.ttf) format('truetype')
}
@font-face {
    font-family: HeliosC;
    font-weight: 700;
    font-style: normal;
    src: url(/tp/styles/../assets/fonts/heliosc-bold-webfont.eot);
    src: url(/tp/styles/../assets/fonts/heliosc-bold-webfont.eot?#iefix) format('embedded-opentype'), url(/tp/styles/../assets/fonts/heliosc-bold-webfont.woff2) format('woff2'), url(/tp/styles/../assets/fonts/heliosc-bold-webfont.woff) format('woff'), url(/tp/styles/../assets/fonts/heliosc-bold-webfont.ttf) format('truetype')
}
/*
html {
    color: #3c3b3b;
    font-family: PF Agora Sans Pro, sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased
}
*/
/*
h1,
html {
    font-weight: 300
}
h1 {
    margin: 0 0 30px;
    color: #10496a;
    font-family: PF Agora Slab Pro, serif;
    font-size: 45.998px;
    font-size: 2.5555rem;
    line-height: 1
}
*/
.huge-heading {
    font-size: 63.9px;
    font-size: 3.55rem
}
.link-italic {
    font-size: 13.998px;
    font-size: .7777rem;
    font-style: italic
}
.font-slab {
    font-family: PF Agora Slab Pro, serif
}
.small-text {
    font-size: 11.998px;
    font-size: .6666rem
}
li {
    margin-bottom: 20px
}
.footnote {
    color: #9b9b9b;
    font-size: 15.998px;
    font-size: .8888rem;
    font-style: italic
}
@media (max-width: 700px) {
    .huge-heading,
    h1 {
        font-size: 2.125rem
    }
}
body,
html {
    min-height: 100%
}
/*
body {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    background: #10496a
}
*/
a {
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    text-decoration: none;
    color: #006daa
}
a:hover {
    color: #00aee6
}
.drawer {
    min-height: 100vh;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}
.main-content {
    position: relative;
    overflow: auto;
    box-sizing: border-box;
    height: 100vh;
    margin-left: 270px
}
.main-content-bg {
    box-sizing: border-box;
    min-height: 100vh;
    padding: 30px 40px;
    background: #10496a -webkit-radial-gradient(0 0 circle, #1d7eb7 0, #10496a 645px);
    background: #10496a radial-gradient(circle at 0 0, #1d7eb7 0, #10496a 645px)
}
.white-sheet {
    padding: 30px;
    background: #fff
}
.white-sheet--full-page {
    min-height: 100vh;
    margin: -30px -40px;
    padding: 40px
}
.steps-wrap {
    position: relative;
    padding: 0 45px
}
.width-fixer {
    max-width: 1160px
}
.steps-arrow {
    position: absolute;
    top: -30px;
    width: 40px;
    height: 100vh;
    -webkit-transition: -webkit-transform .05s ease;
    transition: -webkit-transform .05s ease;
    transition: transform .05s ease;
    transition: transform .05s ease, -webkit-transform .05s ease;
    text-decoration: none;
    color: #fbbf34;
    outline: none;
    font-size: 48px
}
.steps-arrow:before {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    line-height: 1
}
.steps-arrow--prev {
    left: 0
}
.steps-arrow--prev:before {
    left: 5px;
    display: block;
    width: 14px;
    height: 27px;
    content: '';
    background: url(/tp/styles/../assets/images/icon-arr-prev.svg)
}
.steps-arrow--next {
    right: 0
}
.steps-arrow--next:before {
    right: 5px;
    display: block;
    width: 14px;
    height: 27px;
    content: '';
    background: url(/tp/styles/../assets/images/icon-arr-next.svg)
}
@media all and (max-width: 1280px) {
    .white-sheet--full-page {
        margin: -30px -40px
    }
}
@media all and (max-width: 1150px) {
    .steps-arrow {
        width: 30px
    }
    .main-content-bg {
        padding: 30px 20px
    }
    .white-sheet--full-page {
        margin: -30px -20px
    }
}
@media all and (max-width: 1023px) {
    .main-content {
        margin-left: 60px
    }
    .steps-arrow {
        display: none
    }
    .steps-wrap {
        padding: 0
    }
}
@media all and (max-width: 1023px) and (min-width: 701px) {
    .main-content {
        margin-left: 60px
    }
    .steps-arrow {
        display: none
    }
    .steps-wrap {
        padding: 0
    }
}
@media all and (min-width: 701px) {
    .main-content-bg {
        box-shadow: inset 3px 0 20px #10496a
    }
    .white-sheet--full-page {
        box-shadow: inset 3px 0 10px #e5e5e5
    }
}
@media (max-width: 700px) {
    .main-content {
        margin-left: 0
    }
    .main-content-bg {
        padding: 20px
    }
    .mobile-menu-open,
    .mobile-menu-open body {
        overflow: hidden;
        height: 100%
    }
    .mobile-menu-open .drawer {
        max-height: 100%;
        -webkit-transform: translateX(270px);
        transform: translateX(270px)
    }
    .mobile-menu-open .main-menu {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .1)
    }
    .main-content {
        overflow: visible;
        height: auto
    }
    .white-sheet {
        min-height: 100vh;
        margin: 0 -20px -20px;
        padding: 25px 20px
    }
    .white-sheet--full-page {
        margin: -20px
    }
}
.icon-link {
    padding-left: 20px;
    background: 0 no-repeat
}
.icon-link--cam {
    padding-left: 25px;
    background-image: url(/tp/styles/../assets/images/cam.svg)
}
.icon-link--cam:hover {
    background-image: url(/tp/styles/../assets/images/cam-hover.svg)
}
.icon-link--pencil {
    background-image: url(/tp/styles/../assets/images/pencil.svg)
}
.icon-link--pencil:hover {
    background-image: url(/tp/styles/../assets/images/pencil-hover.svg)
}
.icon-link--reset {
    color: #006daa;
    background-image: url(/tp/styles/../assets/images/reset.svg)
}
.icon-link--reset-light:hover,
.icon-link--reset:hover {
    background-image: url(/tp/styles/../assets/images/reset-hover.svg)
}
.icon-link--reset-light {
    color: #006daa;
    background-image: url(/tp/styles/../assets/images/reset-light.svg)
}
.pale-color {
    color: #95b2c3
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: ''
}
.clearfix:after {
    clear: both
}
.pull-right {
    float: right
}
.step-pretext {
    margin-bottom: 40px;
    color: #686767;
    line-height: 1.3333em
}
.step-pretext--small-margin {
    margin-bottom: 15px
}
.dashed {
    -webkit-transition: border-color .15s ease;
    transition: border-color .15s ease;
    text-decoration: none;
    border-bottom: 1px dashed currentColor
}
.dashed:hover {
    border-color: transparent
}
.link-dark {
    color: #10496a
}
.link-nu {
    text-decoration: none
}
.reset-container {
    margin-top: 40px
}
.pre-help {
    margin-bottom: 20px;
    padding: 8px 15px 10px;
    color: #9b9b9b;
    border: 1px dashed #cacacb;
    font-style: italic
}
.heading-with-aside {
    margin-bottom: 40px
}
.heading-with-aside h1 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
}
.heading-with-aside .btn {
    vertical-align: middle
}
.mobile-header {
    background: #f3f3f3
}
.mobile-header__section {
    padding: 5px 20px;
    border-bottom: 1px solid #e3e3e3
}
.mobile-header__section .burger {
    margin-right: 15px
}
.mobile-header__section img {
    vertical-align: middle
}
.mobile-phone {
    float: right;
    padding-top: 3px;
    color: #9b9b9b;
    font-family: PF Agora Slab Pro, serif;
    font-size: 15.75px;
    font-size: .875rem;
    font-weight: 400
}
.mobile-phone a {
    color: inherit;
    font-family: inherit;
    font-size: inherit
}
.mobile-header__h {
    padding-top: 10px;
    padding-bottom: 10px
}
.main-menu {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    width: 270px;
    height: 100%;
    padding: 50px 0 50px 50px;
    -webkit-transition: width .15s ease;
    transition: width .15s ease;
    background: #f3f3f3
}
.logo-c {
    margin-bottom: 40px
}
.logo-c--m {
    display: none
}
.logo {
    display: inline-block;
    width: 140px;
    background: url(/tp/styles/../assets/images/logo.svg)
}
.logo,
.logo-m {
    height: 44px;
    text-decoration: none
}
.logo-m {
    display: none;
    width: 18px;
    background: url(/tp/styles/../assets/images/logo-m.svg) no-repeat 0 100%
}
.menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 10px 0;
    -webkit-transition: border-right-color .15s ease, max-height;
    transition: border-right-color .15s ease, max-height;
    text-decoration: none;
    text-transform: uppercase;
    color: #123d57;
    border-right: 5px solid transparent;
    font-size: 11.988px;
    font-size: .666rem;
    font-weight: 500;
    font-style: italic
}
.menu-item__img {
    min-width: 29px;
    padding-right: 10px;
    text-align: center;
    line-height: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 29px;
    -ms-flex: 0 1 29px;
    flex: 0 1 29px
}
.menu-item__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 45px;
    line-height: 1.1;
    -ms-flex: 1 1 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.menu-item__title,
.menu-item__title>span {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
}
.menu-item__title>span {
    display: block;
    -ms-flex: 1 1 auto
}
.menu__send-request {
    margin-top: -10px;
    margin-bottom: 10px
}
.main-menu__footer {
    margin-top: 25px
}
.main-menu__footer__phone {
    margin: 14px 0 6px;
    color: #10496a;
    font-size: 1.1111em;
    font-weight: 500;
    font-style: italic
}
.main-menu__footer__phone a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit
}
.copyright {
    margin-top: 5px;
    color: #8f8f8f;
    font-size: 11.998px;
    font-size: .6666rem;
    font-weight: 500;
    font-style: italic
}
.burger-container {
    display: none;
    padding-right: 18px;
    text-align: right
}
.main-menu.tablet-open {
    width: 270px;
    padding-left: 50px
}
@media all and (max-width: 1023px) and (min-width: 701px) {
    .logo-c {
        margin-bottom: 20px
    }
    .menu-item {
        margin-bottom: 30px;
        padding: 5px 10px 5px 0
    }
    .menu-item__title {
        min-width: 131px;
        -webkit-transition: visibility .6s ease, opacity .3s ease, line-height .15 ease;
        transition: visibility .6s ease, opacity .3s ease, line-height .15 ease;
        opacity: 0;
        line-height: 0
    }
    .main-menu.tablet-open .menu-item__title {
        visibility: visible;
        -webkit-transition: visibility .6s ease, opacity .6s ease, line-height .05s ease;
        transition: visibility .6s ease, opacity .6s ease, line-height .05s ease;
        opacity: 1;
        line-height: 1.1
    }
    .menu__send-request {
        overflow: hidden;
        min-width: 220px;
        height: 0;
        -webkit-transition: opacity .6s ease, height .6s ease;
        transition: opacity .6s ease, height .6s ease;
        opacity: 0
    }
    .main-menu {
        width: 60px;
        padding: 15px 0 25px 15px;
        -webkit-transition: padding .6s ease, width .6s ease;
        transition: padding .6s ease, width .6s ease
    }
    .main-menu__footer {
        overflow: hidden;
        min-width: 220px;
        height: 0;
        -webkit-transition: opacity .6s ease, height .6s ease;
        transition: opacity .6s ease, height .6s ease;
        opacity: 0
    }
    .logo {
        -webkit-transition: opacity .6s ease;
        transition: opacity .6s ease;
        opacity: 0
    }
    .logo-c--d {
        display: none
    }
    .logo-c--m {
        display: block
    }
    .logo-c {
        position: relative
    }
    .logo-c .logo-m {
        position: absolute;
        top: -1px;
        left: 6px;
        display: block;
        -webkit-transition: left .6s ease, opacity .6s ease;
        transition: left .6s ease, opacity .6s ease
    }
    .main-menu.tablet-open .logo-c .logo-m {
        left: 111px;
        opacity: 0
    }
    .main-menu.tablet-open .logo {
        opacity: 1
    }
    .main-menu.tablet-open .main-menu__footer {
        height: auto;
        opacity: 1
    }
    .main-menu.tablet-open .menu__send-request {
        height: 28px;
        opacity: 1
    }
    .burger-container {
        display: block;
        margin-bottom: 20px
    }
}
@media all and(min-width: 701px) {
    .menu-item.active,
    .menu-item:hover {
        border-right-color: #006daa
    }
}
@media (max-width: 700px) {
    .main-menu {
        position: absolute;
        left: -270px;
        -webkit-transition: none;
        transition: none
    }
    .logo-m {
        display: none
    }
    .menu-item-top-mobile {
        padding-right: 0;
        text-align: right
    }
    .menu .menu-item:nth-of-type(2) {
        display: none
    }
}
.btn {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 25px;
    cursor: pointer;
    -webkit-transition: background .15s ease, color .15s ease;
    transition: background .15s ease, color .15s ease;
    text-align: center;
    text-decoration: none;
    color: #0b3249;
    border: 0;
    border-radius: 5px;
    background: #fbbf34;
    font-family: PF Agora Slab Pro, serif;
    font-size: 19.999px;
    font-size: 1.1111rem;
    font-weight: 300;
    line-height: 2.4
}
.btn.disabled,
.btn[disabled] {
    cursor: default;
    color: #9b9b9b !important; /*#174c6b */
    background: #f3f3f3!important
}
.btn:hover {
    color: #000;
    color: initial;
    background: #efa700
}
.btn--big {
    padding: 0 35px;
    font-size: 27.999px;
    font-size: 1.5555rem;
    line-height: 2.13
}
.btn--shadow {
    -webkit-transition: box-shadow .15s ease, -webkit-transform .15s ease;
    transition: box-shadow .15s ease, -webkit-transform .15s ease;
    transition: box-shadow .15s ease, transform .15s ease;
    transition: box-shadow .15s ease, transform .15s ease, -webkit-transform .15s ease;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3)
}
.btn--shadow:hover {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3)
}
.btn--shadow:active {
    -webkit-transition: box-shadow .05s ease, -webkit-transform .05s ease;
    transition: box-shadow .05s ease, -webkit-transform .05s ease;
    transition: box-shadow .05s ease, transform .05s ease;
    transition: box-shadow .05s ease, transform .05s ease, -webkit-transform .05s ease;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3)
}
.btn--fill-container {
    width: 100%
}
.btn--compact {
    padding: 8px 20px 6px;
    text-transform: uppercase;
    border-radius: 4px;
    font-family: PF Agora Sans Pro, sans-serif;
    font-size: 12.999px;
    font-size: .7222rem;
    font-weight: 400;
    line-height: 1.1
}
.btn--compact--x {
    padding: 0 7px;
    font-size: 10.125px;
    font-size: .5625rem;
    font-weight: 400;
    line-height: 17px!important
}
.btn--compact.btn--bordered {
    padding: 6px 18px 4px;
    line-height: 1.1
}
.btn--bordered {
    border: 2px solid #fbbf34;
    background: transparent
}
.btn--bordered:hover {
    background: #fbbf34
}
.btn--blue {
    color: #fff;
    background: #00aee6;
    font-family: HeliosC
}
.btn--blue:hover {
    color: #fff;
    background: #008bb8
}
@media (max-width: 700px) {
    .btn--big {
        font-size: 1.37rem
    }
}
.steps-widget {
    padding: 5px;
    border-radius: 10px;
    background: #0b354d url(/tp/styles/../assets/images/widget-bg.png);
    background-size: 100px 100px;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .05), inset 0 2px 2px 0 rgba(0, 0, 0, .3)
}
.steps-widget__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 5px;
    background: #0b354d
}
.steps-widget__inner .steps-widget__step {
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}
.steps-widget__step {
    display: block;
    box-sizing: border-box;
    padding: 3px 5px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}
.steps-widget__step__image {
    box-sizing: border-box;
    width: 94px;
    height: 94px;
    margin: 0 auto 20px;
    padding: 20px;
    -webkit-transition: background .15s ease-out;
    transition: background .15s ease-out;
    border: 0 solid transparent;
    border-radius: 100px;
    background: #fbbf34
}
.steps-widget__step__image img {
    width: 100%;
    max-width: 55px
}
.steps-widget__step:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}
.steps-widget__step.active {
    background: #fbbf34;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3)
}
.steps-widget__step.active .steps-widget__step__header {
    color: #0a3249
}
.arrow-overlap {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: none;
    height: 100%
}
.step-arrow .arrow-overlap {
    display: block
}
.steps-widget__step.active .arrow-overlap:after,
.steps-widget__step.active .arrow-overlap:before,
.steps-widget__step.active:after,
.steps-widget__step.active:before {
    border-color: #fbbf34;
    background: #fbbf34
}
.steps-widget__step.active .arrow-overlap:after,
.steps-widget__step.active .arrow-overlap:before {
    width: 20px
}
.steps-widget__step.active:after,
.steps-widget__step.active:before {
    z-index: 2;
    width: 10px;
    box-shadow: 7px 4px 10px 0 rgba(0, 0, 0, .3)
}
.steps-widget__step__header {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    text-align: left;
    color: #fbbf34;
    font-weight: 500;
    font-style: italic;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.steps-widget__step__header__num {
    padding-right: 15px;
    font-size: 55.999px;
    font-size: 3.1111rem;
    line-height: 1
}
.steps-widget__step__header__title {
    display: block;
    font-size: 11.998px;
    font-size: .6666rem
}
.step-arrow {
    position: relative
}
.arrow-overlap:after,
.arrow-overlap:before,
.step-arrow:after,
.step-arrow:before {
    position: absolute;
    right: -7px;
    height: 50%;
    content: '';
    -webkit-transition: border-color .15s ease, background .15s ease;
    transition: border-color .15s ease, background .15s ease;
    border-right: 3px solid #10496a;
    background: #0b354d
}
.arrow-overlap:before,
.step-arrow:before {
    top: 0;
    -webkit-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg)
}
.arrow-overlap:after,
.step-arrow:after {
    top: 50%;
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg)
}
.steps-widget__step.step-arrow+.steps-widget__step.step-arrow {
    padding-left: 25px
}
.steps-widget.steps-widget--compact .steps-widget__step {
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none
}
.steps-widget.steps-widget--compact .steps-widget__step__header {
    margin-bottom: 0;
    padding: 10px 0
}
.steps-widget__step__header__num--connection-modify {
    font-size: 41.994px;
    font-size: 2.333rem
}
@media all and (max-width: 1279px) and (min-width: 701px) {
    .steps-widget__step__image {
        width: 80px;
        height: 80px
    }
}
@media all and (min-width: 701px) {
    .steps-wrap .steps-widget__step:hover {
        box-shadow: 0 6px 2px -2px rgba(0, 0, 0, .3)
    }
    .steps-wrap .steps-widget__step:hover .steps-widget__step__header {
        top: -5px
    }
    .steps-wrap .steps-widget__step.active:hover .steps-widget__step__header {
        top: 0;
        color: #0a3249
    }
    .steps-widget__step:hover .steps-widget__step__image {
        background: #efa700
    }
    .steps-widget__step:hover .steps-widget__step__header {
        color: #efa700
    }
}
@media (max-width: 700px) {
    .step-arrow:after,
    .step-arrow:before {
        display: none
    }
    .steps-widget__step__image {
        height: auto;
        margin: 0
    }
    .steps-widget__step.step-arrow+.steps-widget__step.step-arrow {
        padding-left: 20px
    }
}
.news-widget {
    box-sizing: border-box;
    width: 290px;
    margin-left: auto;
    padding: 10px 10px 10px 15px;
    color: #fff;
    border: 4px solid #0d3a55;
    border-radius: 8px;
    background: #0d3f5b
}
.news-widget__item {
    margin-bottom: 45px
}
.news-widget__item__title a {
    text-decoration: none;
    color: currentColor
}
.news-widget__item__read {
    color: #00aee6;
    font-size: 15.998px;
    font-size: .8888rem;
    font-style: italic
}
@media (max-width: 700px) {
    .news-widget {
        width: auto;
        margin: 0;
        padding: 0;
        border: 0;
        background: none
    }
}
.burger {
    position: relative;
    display: inline-block;
    width: 24px;
    padding: 7px 0;
    vertical-align: middle
}
.burger>span {
    display: block;
    -webkit-transition: opacity .15s ease, -webkit-transform .15s ease;
    transition: opacity .15s ease, -webkit-transform .15s ease;
    transition: opacity .15s ease, transform .15s ease;
    transition: opacity .15s ease, transform .15s ease, -webkit-transform .15s ease;
    opacity: 1
}
.burger:after,
.burger:before,
.burger>span {
    height: 3px;
    border-radius: 1px;
    background: #10496a
}
.burger:after,
.burger:before {
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    -webkit-transition: left .15s ease, -webkit-transform .15s ease;
    transition: left .15s ease, -webkit-transform .15s ease;
    transition: transform .15s ease, left .15s ease;
    transition: transform .15s ease, left .15s ease, -webkit-transform .15s ease
}
.burger:before {
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}
.burger:after {
    bottom: 0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}
.burger.active>span {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0
}
.burger.active:after,
.burger.active:before {
    left: 5px;
    width: 21px
}
.burger.active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.burger.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.swipe {
    visibility: hidden
}
.swipe,
.swipe-wrap {
    position: relative;
    overflow: hidden
}
.swipe-wrap>div {
    position: relative;
    float: left;
    width: 100%
}
.swipe-bullets {
    position: absolute;
    right: 30px;
    bottom: 0;
    left: 30px;
    text-align: center
}
.slider-controls-item {
    position: absolute;
    bottom: 0;
    width: 8px;
    height: 14px;
    padding: 10px;
    cursor: pointer
}
.slider-controls-item--prev {
    background: url(/tp/styles/../assets/images/icon-slider-prev.svg) no-repeat 50%
}
.slider-controls-item--next {
    right: 0;
    background: url(/tp/styles/../assets/images/icon-slider-next.svg) no-repeat 50%
}
.swipe-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
    opacity: .2;
    border-radius: 50%;
    background: #d9e0e4
}
.swipe-bullet.active {
    opacity: 1
}
.steps-nav {
    border-radius: 10px;
    box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, .3)
}
.steps-nav__instruction {
    float: left
}
.steps-nav__instruction a {
    display: block;
    padding: 15px 30px 15px 15px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
    color: #fbbf34;
    font-size: 14.22px;
    font-size: .79rem;
    font-weight: 500;
    font-style: italic
}
.steps-nav .steps-widget {
    overflow: hidden;
    margin-bottom: 5px
}
.step-footer {
    margin: 30px -30px 0;
    padding: 30px 20px 0;
    border-top: 3px solid #f2f2f2
}
.step-footer__actions {
    padding: 10px 0 0
}
.step-footer__action {
    display: inline-block;
    margin-right: 20px;
    padding-left: 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #006daa;
    background: no-repeat;
    font-size: 13.998px;
    font-size: .7777rem;
    font-weight: 500;
    line-height: 1.8
}
.download {
    background-image: url(/tp/styles/../assets/images/download.svg)
}
.print {
    background-image: url(/tp/styles/../assets/images/print.svg)
}
.steps-widget__step__header__title--connection-modify {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    font-size: 14.4px;
    font-size: .8rem
}
@media all and (max-width: 1150px) and (min-width: 1024px) {
    .steps-wrap {
        padding: 0 30px
    }
}
@media all and (max-width: 1024px) {
    .steps-widget__step__header__title {
        font-size: .77777rem
    }
    .steps-widget__step__header__num {
        font-size: 3.4rem
    }
    .steps-widget__step__header__num--connection-modify {
        padding-right: 10px;
        font-size: 2rem
    }
    .steps-nav__instruction a {
        font-size: .6666rem
    }
}
@media all and (max-width: 1230px) {
    .steps-widget__step__header__title--connection-modify {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        font-size: .6rem
    }
    .steps-nav__instruction a {
        padding: 15px 5px 15px 10px
    }
}
@media all and (max-width: 1051px) and (min-width: 701px) {
    .arrow-overlap:after,
    .arrow-overlap:before,
    .step-arrow:after,
    .step-arrow:before {
        right: -10px
    }
}
@media (max-width: 700px) {
    .steps-widget__step-item {
        display: inline-block;
        margin-right: 20px;
        color: #fff;
        font-size: .875rem;
        font-style: italic
    }
    .steps-widget__step-item a {
        display: inline-block;
        box-sizing: border-box;
        max-width: 125px;
        margin-right: 20px;
        padding: 5px;
        text-align: left;
        vertical-align: middle;
        text-decoration: none;
        color: #fff;
        border: 1px solid transparent;
        border-radius: 3px
    }
    .steps-widget__step-item.active-current a {
        color: #fbbf34;
        border: 1px solid #fbbf34;
        border-radius: 5px;
        font-weight: 500
    }
    .mobile-steps-inner {
        font-size: 0
    }
    .mobile-steps-inner .steps-widget__step-item:last-of-type {
        margin-right: 0
    }
    .step-footer {
        margin: 30px -20px 0
    }
    .mobile-steps-ctn {
        position: relative;
        overflow-x: auto;
        max-width: 100%
    }
    .mobile-steps-inner {
        display: block;
        width: auto;
        min-width: 820px
    }
    .connection-header {
        margin: -20px -20px 0!important;
        padding: 20px;
        background: #10496a
    }
    .steps-wrap .connection-header .icon-link {
        display: block;
        margin: 10px 0
    }
    .mobile-steps-block {
        position: relative
    }
}
.instruction-list.instruction-list--numerable {
    counter-reset: a
}
.instruction-list .instruction-list__item {
    position: relative;
    margin-bottom: 70px
}
.instruction-list.instruction-list--numerable .instruction-list__item {
    margin-left: 17px;
    padding-left: 5px
}
.instruction-list.instruction-list--numerable .instruction-list__item:before {
    position: absolute;
    right: 100%;
    content: counter(a) '.';
    counter-increment: a;
    font: normal normal 21.999px PF Agora Slab Pro, serif;
    font: normal normal 1.2222rem PF Agora Slab Pro, serif
}
.instruction-list__item__title {
    margin-bottom: 10px;
    font: normal normal 21.999px PF Agora Slab Pro, serif;
    font: normal normal 1.2222rem PF Agora Slab Pro, serif
}
.instruction-list .instruction-list__item:last-child {
    margin-bottom: 0
}
.instruction-list.instruction-list--iconed .instruction-list__item {
    padding-left: 60px
}
.instruction-list.instruction-list--iconed .instruction-list__item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 30px;
    content: '';
    background: url(/tp/styles/../assets/images/step-icon.svg) no-repeat
}
.instruction-list.instruction-list--iconed .instruction-list__item.instruction-list__item-icon-loupe:before {
    width: 39px;
    height: 36px;
    background: url(/tp/styles/../assets/images/step-icon-doc-loupe.svg) no-repeat
}
.instruction-list.instruction-list--iconed .instruction-list__item.instruction-list__item-icon-calc:before {
    width: 30px;
    height: 46px;
    background: url(/tp/styles/../assets/images/step-icon-calc.svg) no-repeat
}
.instruction-list.instruction-list--iconed .instruction-list__item.instruction-list__item-wallet:before {
    width: 39px;
    height: 36px;
    background: url(/tp/styles/../assets/images/step-icon-wallet.svg) no-repeat
}
.instruction-list.instruction-list--iconed .instruction-list__item.instruction-list__item-contract:before {
    width: 34px;
    height: 33px;
    background: url(/tp/styles/../assets/images/step-icon-contract.svg) no-repeat
}
.instruction-list.instruction-list--iconed .instruction-list__item.instruction-list__item-contract-pen:before {
    width: 34px;
    height: 33px;
    background: url(/tp/styles/../assets/images/step-icon-contract-pen.svg) no-repeat
}
.instruction-list.instruction-list--iconed .instruction-list__item.instruction-list__item-work:before {
    width: 34px;
    height: 33px;
    background: url(/tp/styles/../assets/images/step-icon-work.svg) no-repeat
}
.instruction-list.instruction-list--iconed .instruction-list__item.instruction-list__item-work-mog:before {
    width: 34px;
    height: 33px;
    background: url(/tp/styles/../assets/images/step-icon-work-mog.svg) no-repeat
}
.instruction-list.instruction-list--iconed .instruction-list__item.instruction-list__item-wrench:before {
    width: 33px;
    height: 33px;
    background: url(/tp/styles/../assets/images/step-icon-wrench.png) no-repeat;
    background-size: cover
}
.instruction-list.instruction-list--iconed .instruction-list__item.instruction-list__item-notification:before {
    width: 36px;
    height: 35px;
    background: url(/tp/styles/../assets/images/step-icon-notification.png) no-repeat;
    background-size: cover
}
@media (max-width: 700px) {
    .instruction-list.instruction-list--iconed .instruction-list__item {
        padding: 0
    }
    .instruction-list.instruction-list--iconed .instruction-list__item:before {
        display: none
    }
    .instruction-list .instruction-list__item {
        margin-bottom: 40px
    }
}
.collapsible {
    margin: 1em 0;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    border-top: 1px solid #d9e0e4;
    border-bottom: 1px solid #d9e0e4
}
.collapsible-margin {
    margin-bottom: 50px
}
.collapsible:hover {
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b
}
.collapsible__title {
    position: relative;
    padding: 13px 50px 13px 20px;
    cursor: pointer;
    color: #10496a;
    font-weight: 400
}
.collapsible__title:after {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 13px;
    height: 8px;
    content: '';
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    background: url(/tp/styles/../assets/images/collapsible.svg)
}
.collapsible__content {
    display: none;
    font-size: 15.998px;
    font-size: .8888rem;
    font-weight: 400
}
.collapsible.active .collapsible__title:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
[data-collapsible-content] {
    display: none
}
[data-collapsible-title]:after {
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-left: 10px;
    content: '';
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    vertical-align: middle;
    background: url(/tp/styles/../assets/images/collapsible.svg);
    background-size: cover
}
[data-collapsible].active [data-collapsible-title]:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
@media (max-width: 700px) {
    .collapsible {
        margin-right: -20px;
        margin-left: -20px
    }
    .collapsible__content {
        padding: 0 20px
    }
    .collapsible__content ol,
    .collapsible__content ul {
        padding-left: 15px
    }
}
.file-inline {
    margin: 1em 0;
    font-size: 15.998px;
    font-size: .8888rem;
    font-weight: 400
}
.file-inline a {
    margin-top: 2px;
    text-decoration: none;
    color: #006daa
}
.file-inline__meta {
    margin-left: 15px;
    vertical-align: 1px
}
.file-inline__meta:before {
    padding: 3px 3px 2px;
    content: attr(data-type);
    text-transform: uppercase;
    color: #fff;
    background: #000;
    font-size: 9.999px;
    font-size: .5555rem;
    font-weight: 500
}
.file-inline__meta--doc:before,
.file-inline__meta--docx:before {
    background: #1f6ec6
}
.file-inline__meta--pdf:before {
    background: #bb0806
}
.file-inline__meta--xls:before,
.file-inline__meta--xlsx:before {
    background: #007133
}
.file-inline__meta:after {
    margin-left: 5px;
    content: attr(data-size);
    color: #9b9b9b;
    font-size: 9.999px;
    font-size: .5555rem
}
.file-inline a:hover {
    color: #00aee6
}
@media (max-width: 700px) {
    .file-inline a:hover {
        color: #006daa
    }
}

.anketa__question__edit {
    position: absolute;
    top: 3px;
    right: 0;
    font-family: PF Agora Sans Pro, sans-serif
}
.anketa__question__edit--cancel {
    text-decoration: none;
    color: #9b9b9b;
    font-size: 30px;
    line-height: 10px
}

@media (max-width: 700px) {
    .anketa-answer {
        margin-right: 10px
    }
}

.popper {
    z-index: 5;
    visibility: hidden;
    box-sizing: border-box;
    max-width: 250px;
    padding: 15px;
    -webkit-transition: opacity .15s ease, visibility .15s ease;
    transition: opacity .15s ease, visibility .15s ease;
    opacity: 0;
    color: #4a4a4a;
    border: 1px solid #9c9c9c;
    border-radius: 3px;
    background: #fff;
    font-family: PF Agora Sans Pro, sans-serif;
    font-size: 13.998px;
    font-size: .7777rem;
    font-weight: 400;
    line-height: 1.1428
}
.popper.visible {
    visibility: visible;
    opacity: 1
}
.popper .popper__arrow {
    position: absolute
}
.popper .popper__arrow:after,
.popper .popper__arrow:before {
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-style: solid
}
.popper .popper__arrow:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}
.popper .popper__arrow:before {
    z-index: 1
}
.popper[x-placement^=top] .popper__arrow {
    bottom: -6px;
    left: calc(50% - 6px);
    margin-top: 0;
    margin-bottom: 0
}
.popper[x-placement^=top] .popper__arrow:after {
    border-width: 5px 5px 0;
    border-color: #fff transparent transparent
}
.popper[x-placement^=top] .popper__arrow:before {
    margin-top: 1px;
    border-width: 5px 5px 0;
    border-color: #9c9c9c transparent transparent
}
.popper[x-placement^=left] .popper__arrow {
    top: calc(50% - 5px);
    right: -6px;
    margin-right: 0;
    margin-left: 0
}
.popper[x-placement^=left] .popper__arrow:after {
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff
}
.popper[x-placement^=left] .popper__arrow:before {
    margin-left: 1px;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #9c9c9c
}
.popper[x-placement^=bottom] .popper__arrow {
    top: -6px;
    left: calc(50% - 6px);
    margin-top: 0;
    margin-bottom: 0
}
.popper[x-placement^=bottom] .popper__arrow:after {
    top: auto;
    bottom: 0;
    border-width: 0 5px 5px;
    border-color: transparent transparent #fff
}
.popper[x-placement^=bottom] .popper__arrow:before {
    margin-bottom: 1px;
    border-width: 0 5px 5px;
    border-color: transparent transparent #9c9c9c
}
.popper[x-placement^=right] .popper__arrow {
    top: calc(50% - 6px);
    left: -5px;
    margin-right: 0;
    margin-left: 0
}
.popper[x-placement^=right] .popper__arrow:after {
    border-width: 5px 5px 5px 0;
    border-color: transparent #fff transparent transparent
}
.popper[x-placement^=right] .popper__arrow:before {
    margin-left: -1px;
    border-width: 5px 5px 5px 0;
    border-color: transparent #9c9c9c transparent transparent
}
.popper[x-placement^=bottom] {
    margin-top: 6px
}
.popper[x-placement^=top] {
    margin-bottom: 6px
}
.popper[x-placement^=left] {
    margin-right: 6px
}
.popper[x-placement^=right] {
    margin-left: 6px
}
.popper.popper--dark {
    padding: 8px 12px 6px;
    color: #fff;
    border: 0;
    background: rgba(0, 0, 0, .85)
}
.popper[x-placement^=top] .popper__arrow {
    bottom: -5px
}
.popper[x-placement^=top] .popper__arrow:before {
    position: static;
    margin: 0;
    border-width: 5px 5px 0;
    border-color: rgba(0, 0, 0, .85) transparent transparent
}
.popper[x-placement^=top] .popper__arrow:after {
    display: none
}
.docs-list-block {
    font-size: 0
}
.doc-card-item {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 190px;
    height: 218px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 15px 10px;
    vertical-align: top;
    text-decoration: none;
    border: 2px solid #d8d8d8;
    font-family: PF Agora Sans Pro, sans-serif;
    font-size: 18px
}
.doc-card-text {
    position: relative;
    overflow: hidden;
    height: 136px;
    color: #10496a;
    font-size: 13.86px;
    font-size: .77rem;
    font-weight: 400;
    line-height: 1.14
}
.doc-card-text-fog {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff)
}
.doc-card-details {
    position: absolute;
    bottom: 20px
}
.doc-card-type {
    font-size: 0
}
.doc-card-size {
    color: #9b9b9b;
    font-size: 13.86px;
    font-size: .77rem
}
.doc-card-size,
.doc-card-type {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}
.doc-card-type {
    position: relative;
    left: -11px;
    box-sizing: border-box;
    width: 78px;
    padding: 5px 10px 5px 20px;
    text-align: center;
    color: #fff;
    background: #000;
    font-family: PF Agora Slab Pro, serif;
    font-size: 18px;
    font-size: 1rem
}
.doc-card-type--doc,
.doc-card-type--docx {
    background: #1f6ec6
}
.doc-card-type--pdf {
    background: #bb0806
}
.doc-card-type--xls,
.doc-card-type--xlsx {
    background: #007133
}
.doc-card-item-hover {
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    opacity: 0;
    background: rgba(0, 109, 170, .9) url(/tp/styles/../assets/images/icon-download-l.svg) no-repeat 50%
}
.doc-card-item:hover .doc-card-item-hover {
    opacity: 1
}
@media (max-width: 700px) {
    .doc-card-item {
        width: 49%;
        margin-right: 0
    }
    .docs-list-block .doc-card-item:nth-of-type(odd) {
        margin-right: 2%
    }
    .doc-card-item-hover {
        display: none
    }
}
.itb_js_form_tp_docs,
.pseudo-select-ctn {
    display: inline-block;
    vertical-align: middle
}
.pseudo-select-ctn {
    position: relative;
    z-index: 2;
    color: #00aee6;
    font-size: 13.999px;
    font-size: .777777rem;
    font-weight: 500;
    font-style: italic
}
.jq-selectbox__select-text {
    position: relative;
    cursor: pointer;
    border-bottom: 1px dashed
}
.docsSelect.opened .jq-selectbox__select-text,
.jq-selectbox__select-text:hover {
    border-bottom: 1px dashed transparent
}
.jq-selectbox__select-text:after {
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-left: 10px;
    content: '';
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    vertical-align: middle;
    background: url(/tp/styles/../assets/images/collapsible-blue.svg);
    background-size: cover
}
.docsSelect.opened .jq-selectbox__select-text:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.jq-selectbox__dropdown li {
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}
.jq-selectbox__dropdown li.sel {
    color: #10496a
}
.jq-selectbox__dropdown li:hover {
    color: #006daa
}
.jq-selectbox__dropdown li.sel:hover {
    color: #10496a
}
.block-with-dropdown .pseudo-select-ctn {
    margin-bottom: 20px
}
.jq-selectbox__select-text {
    font-size: 18px;
    font-size: 1rem
}
.jq-selectbox__dropdown ul {
    z-index: 3;
    box-sizing: border-box;
    min-width: 260px;
    padding: 15px;
    border: 1px solid #dcdbdb;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25)
}
@media (max-width: 700px) {
    .jq-selectbox__dropdown li:hover {
        border-bottom: 1px solid transparent
    }
}
.filials-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
.filial-card-item {
    display: inline-block;
    width: 270px;
    margin-right: 35px;
    margin-bottom: 30px;
    vertical-align: top;
    border: 1px solid #d6d6d6;
    background: #fff;
    font-size: 18px;
    font-size: 1rem
}
.filial-card-item__photo img {
    max-width: 100%
}
.filial-card-item__photo {
    overflow: hidden;
    max-height: 133px
}
.filial-card-item-info {
    padding: 10px 15px
}
.filial-card-item__name {
    margin-bottom: 2px;
    color: #10496a;
    font-family: PF Agora Sans Pro, sans-serif;
    font-size: 18.999px;
    font-size: 1.0555rem;
    font-weight: 400
}
.filial-card-item__address {
    margin-bottom: 10px;
    color: #1e1e1e;
    font-size: 13.999px;
    font-size: .77777rem
}
.filial-card-item__tel {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #1e1e1e;
    font-size: 15.984px;
    font-size: .888rem
}
@media (min-width: 1250px) {
    .filials-list .filial-card-item:nth-of-type(3n) {
        margin-right: 0
    }
}
@media (max-width: 1023px) {
    .filials-list .filial-card-item:nth-of-type(even) {
        margin-right: 0
    }
    .filials-list .filial-card-item {
        width: 48%;
        margin-right: 2%
    }
    .filials-list .filial-card-item img {
        width: 100%
    }
    .filial-card-item__photo {
        overflow: visible;
        max-height: none
    }
}
@media (max-width: 700px) {
    .filials-list .filial-card-item {
        width: 100%;
        margin-right: 0
    }
}
.search-overlay {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 40px;
    -webkit-transition: visibility .15s ease, opacity .15s ease;
    transition: visibility .15s ease, opacity .15s ease;
    opacity: 0;
    color: #fff;
    background: rgba(16, 61, 87, .95);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
.search-overlay__close {
    position: absolute;
    top: 0;
    right: 20px;
    text-decoration: none;
    color: inherit;
    font-size: 90px;
    line-height: 1
}
.search-overlay__form {
    position: relative;
    max-width: 80%;
    margin-top: 290px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}
.search-overlay__form__button {
    position: absolute;
    top: 0;
    right: -160px;
    bottom: 10px;
    width: 145px;
    height: 56px;
    padding: 0;
    cursor: pointer;
    border: 0
}
.search-input {
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    outline: none;
    background: transparent;
    font-family: PF Agora Slab Pro, serif;
    font-size: 48px
}
.clear-input-val {
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    cursor: pointer;
    background: url(/tp/styles/../assets/images/icon-search-input-close.svg) no-repeat;
    background-size: cover;
    line-height: 0
}
.clear-input-val--dark {
    background: url(/tp/styles/../assets/images/icon-search-input-close-dark.svg) no-repeat;
    background-size: cover
}
html.search-visible .main-content {
    overflow: hidden
}
.search-visible .search-overlay {
    visibility: visible;
    opacity: 1
}
@media all and (max-width: 1023px) {
    .search-overlay__form {
        max-width: 75%
    }
}
@media (max-width: 700px) {
    .search-input {
        font-size: 1.2222rem
    }
    .clear-input-val {
        width: 14px;
        height: 14px
    }
    .search-overlay__form__button img {
        width: 100%
    }
    .search-overlay__form {
        margin-top: 100px
    }
    .search-overlay__form__button {
        top: -5px;
        right: -90px;
        width: 80px;
        height: 36px;
        font-size: 1rem
    }
    .search-overlay__close {
        font-size: 60px
    }
    html.search-visible .main-content {
        overflow: visible
    }
    .search-visible .search-overlay {
        min-height: calc(100% + 115px);
        margin-top: -115px
    }
}
.tabs {
    font-size: 0
}
.tabs-nav {
    margin: 0;
    padding-left: 0;
    list-style: none
}
.tabs-title-item {
    display: inline-block;
    width: 90px;
    margin-right: 50px;
    margin-bottom: 0;
    vertical-align: top;
    outline: none!important;
    font-size: 13.998px;
    font-size: .7777rem;
    font-weight: 500;
    font-style: italic
}
.tabs-title-item:active,
.tabs-title-item:focus,
.tabs-title-item:visited {
    outline: none
}
.tabs-title-item.active a {
    color: #104869
}
.tabs-title-item.is-current-nav a {
    text-decoration: none;
    color: #104869;
    outline: none!important
}
.tab-content {
    max-width: 700px;
    margin-top: 25px;
    outline: none;
    font-size: 18px;
    font-size: 1rem
}
.dropdown-tailed-item {
    margin-bottom: 30px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-family: PF Agora Slab Pro, serif
}
.dropdown-tailed-item__title {
    display: block;
    padding: 30px 0;
    text-decoration: none;
    color: #1e1e1e;
    outline: none!important;
    font-size: 21.599px;
    font-size: 1.2rem;
    font-weight: 300
}
a.dropdown-tailed-item__title {
    color: #1e1e1e
}
.dropdown-tailed-item:hover {
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b
}
.dropdown-tailed-item__content {
    position: relative;
    z-index: 1;
    display: none;
    box-sizing: border-box;
    margin-top: 25px;
    padding: 20px 20px 30px;
    color: #4a4a4a;
    background: #faf7e5;
    font-size: 15.998px;
    font-size: .8888rem;
    font-weight: 400
}
.dropdown-tailed-item__content:before {
    position: absolute;
    top: -30px;
    left: 150px;
    content: '';
    border: 20px solid transparent;
    border-bottom: 17px solid #faf7e5;
    border-left: 17px solid #faf7e5
}
@media all and (max-width: 1024px) {
    .tabs-title-item {
        margin-right: 40px
    }
}
@media (max-width: 700px) {
    .dropdown-tailed-item:hover {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }
}
.search-result-section {
    margin-top: 50px
}
.search-result-section__title a {
    display: inline-block;
    margin-bottom: 10px;
    color: #00aee6;
    font-family: PF Agora Sans Pro, sans-serif;
    font-size: 11.999px;
    font-size: .66666rem;
    font-weight: 500;
    font-style: italic
}
.search-result-section__inner {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}
.search-result-section__inner-title {
    margin-bottom: 10px;
    font: normal normal 21.999px PF Agora Slab Pro, serif;
    font: normal normal 1.2222rem PF Agora Slab Pro, serif
}
.search-result-section__inner p {
    margin-top: 0;
    margin-bottom: 15px;
    color: #1e1e1e;
    font-size: 18px;
    font-size: 1rem;
    font-weight: 100
}
.search-result-section__inner li {
    color: #3c3b3b;
    font-size: 15.999px;
    font-size: .88888rem;
    font-weight: 400
}
.index-note-item {
    display: inline-block;
    box-sizing: border-box;
    width: 135px;
    padding: 10px;
    vertical-align: middle;
    color: #d9e0e4;
    font-size: 18px;
    font-size: 1rem;
    font-size: 0;
    font-weight: 400
}
.index-note-item__title {
    margin-bottom: 5px;
    font-family: PF Agora Slab Pro, serif;
    font-size: 33.999px;
    font-size: 1.88888rem
}
.index-note-item__text {
    font-size: 13.999px;
    font-size: .77777rem
}
@media all and (max-width: 1279px) {
    .index-note-item {
        width: 250px
    }
    .index-note-item__title {
        display: inline-block;
        width: 110px;
        margin-right: 15px;
        vertical-align: middle;
        font-size: 1.5rem
    }
    .index-note-item__text {
        display: inline-block;
        width: 100px;
        vertical-align: middle
    }
}
.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 3px solid #e5e5e5
}
.map-content {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
    max-width: 590px
}
.map-content__block {
    margin-bottom: 20px;
    padding: 10px 13px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}
.map-content__block h1 {
    margin: 0
}
.map-legend {
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.map-legend,
.map-legend__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}
.map-legend__item {
    max-width: 160px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 160px;
    -ms-flex: 1 1 160px;
    flex: 1 1 160px;
    -ms-flex-align: center
}
.map-legend__item__img {
    padding-right: 8px;
    line-height: 0
}
.map-legend__item__img img {
    height: 20px
}
.map-legend__item__title {
    color: #9b9b9b;
    font-family: PF Agora Sans Pro, sans-serif;
    font-size: 11.998px;
    font-size: .6666rem;
    font-weight: 500;
    font-style: italic;
    line-height: 1
}
.map-search.text-input {
    position: absolute;
    z-index: 1;
    top: 210px!important;
    left: 20px!important;
    max-width: 360px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}
.map-clear-val {
    position: absolute;
    bottom: -30px;
    left: 335px;
    display: none;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: #fff url(/tp/styles/../assets/images/icon-search-input-close-dark.svg) no-repeat;
    background-size: cover;
    line-height: 0
}
@media (max-width: 700px) {
    .map-search.text-input {
        max-width: 300px
    }
    .map-search {
        display: none
    }
    .map-content {
        right: 20px;
        left: 20px;
        width: auto
    }
    .map-content__block h1 {
        font-size: 1rem
    }
    .map-content__block {
        margin-bottom: 10px
    }
}
@media all and (min-width: 1280px) {
    .map-search.text-input {
        top: 20px!important;
        left: 630px!important;
        max-width: 360px
    }
    .map-clear-val {
        top: 15px;
        left: 940px
    }
}
.calculator {
    max-width: 750px;
    color: #353535;
    font-family: PF Agora Sans Pro, sans-serif;
    font-size: 16px
}
.oferta {
    color: #afafaf;
    font-size: 15.75px;
    font-size: .875rem;
    font-style: italic
}
.calculator-footer {
    margin-top: 25px
}
.calculator-footer--empty {
    color: silver;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}
.calculator-footer--empty,
.calculator-footer--filled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.calculator-footer--filled {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.calculator-footer--individual {
    margin-top: 10px
}
.calculator-footer--individual>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%
}
.calculator-footer--individual>div:first-child {
    padding-right: 20px
}
.calculator-footer--filled .calculator-result {
    font-size: 3.125em;
    line-height: normal
}
.calculator-result-label {
    font-family: PF Agora Slab Pro, serif;
    font-size: 27px;
    font-size: 1.5rem
}
.calculator-result-label--individual {
    font-size: 22.5px;
    font-size: 1.25rem
}
.calculator-result {
    white-space: nowrap;
    font-family: PF Agora Slab Pro, Roboto Condensed, serif;
    font-size: 40.5px;
    font-size: 2.25rem;
    line-height: 27px;
    line-height: 1.5rem
}
.calculator-checked-options {
    margin-top: 20px
}
.calculator-checked-options__values {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #dcdcdc;
    border-collapse: separate;
    font-weight: 100
}
.calculator-checked-options__values td {
    padding: 1px
}
.calculator-checked-options__header {
    overflow: hidden;
    margin-bottom: 10px
}
.calculator-checked-options__title {
    font-family: PF Agora Slab Pro, serif
}
.calculator-checked-options__val {
    text-align: right;
    font-weight: 700
}
.star-text {
    position: relative;
    margin-top: 10px;
    padding-left: 15px
}
.star-text__star {
    position: absolute;
    top: 0;
    left: 0;
    color: #00aee6;
    font-size: 27px;
    font-size: 1.5rem
}
.other-object-warning {
    margin-top: 25px
}
.other-object-warning .oferta {
    margin-top: 5px;
    font-size: 18px;
    font-size: 1rem
}
.calculator .mchrg-toggle {
    margin-left: 10px;
    white-space: nowrap;
    color: #00aee6;
    font-style: italic
}
.calculator a.bright {
    color: #00aee6
}
.or {
    margin: 0 20px
}
.or,
.tr-or {
    font-size: 15.75px;
    font-size: .875rem
}
.tr-or {
    color: #7c7c7c;
    line-height: 1
}
.reload:before {
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-right: 5px;
    margin-left: -20px;
    content: '';
    background: url(/tp/styles/../assets/images/reload.svg)
}
.reload.calc-print:before {
    background: url(/tp/styles/../assets/images/calc-print.svg)
}
.result-misc a {
    margin-left: 25px
}
@media all and (max-width: 767px) {
    .calculator {
        font-size: .91rem
    }
    .calculator-footer--filled .btn {
        margin-bottom: 15px
    }
    .calc-addition {
        display: block;
        margin-top: 15px;
        font-size: 1.375rem
    }
    .calc-addition .or {
        margin-left: 0
    }
    .calculator-footer--empty {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }
    .calculator-footer--filled {
        display: block
    }
    .calculator-footer--filled .button {
        margin-top: 15px
    }
    .calculator-checked-options__title {
        display: block
    }
    .calc-step__header:after {
        right: 10px
    }
    .result-misc {
        display: block;
        float: none!important;
        margin-top: 5px
    }
    .calculator-footer--filled>div:first-child,
    .calculator-footer--individual>div:first-child {
        margin-bottom: 10px;
        padding-right: 0
    }
    .calculator-result {
        font-size: 1rem
    }
    .calculator-footer--filled .calculator-result {
        white-space: normal;
        font-size: 2rem;
        font-weight: 500
    }
    .calculator-result-label {
        font-size: .91rem
    }
    .calculator-footer--filled {
        font-size: 1rem;
        font-weight: 500
    }
    .gaz-rate-calc__adds__buttons .calc-add-btn__icon {
        display: none
    }
    .calculator-checked-options__header a {
        display: inline-block;
        margin-bottom: 10px
    }
    .calculator-checked-options__values td {
        display: table-row;
        text-align: left
    }
}
@media print {
    .calc-step,
    .calc-step-footer,
    .required-note,
    .result-misc {
        display: none
    }
    .calculator .text-input {
        min-height: 0;
        padding: 0!important;
        border: 0!important
    }
    .calc-step__content,
    .calc-step__header {
        padding-bottom: 0!important
    }
    .calc-step__content {
        padding-top: 10px!important
    }
    .cacl-print-visible {
        display: block!important
    }
    .calculator-footer--filled>div:last-child,
    .calculator-result-label br {
        display: none
    }
    .form-row {
        margin-bottom: 10px!important
    }
}
.check {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    vertical-align: middle;
    line-height: 0
}
.check input {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    opacity: 0
}
.check__view {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #b6b6b6;
    border-radius: 1px;
    background: #fff
}
.check .check__view:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    content: '';
    -webkit-transition: opacity .1s ease, -webkit-transform .1s ease;
    transition: opacity .1s ease, -webkit-transform .1s ease;
    transition: transform .1s ease, opacity .1s ease;
    transition: transform .1s ease, opacity .1s ease, -webkit-transform .1s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}
.check input[type=radio]+.check__view {
    border-radius: 50%
}
.check input[type=radio]+.check__view:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #006daa
}
.check input:checked+.check__view:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
.check input[type=checkbox]+.check__view:before {
    width: 12px;
    height: 10px;
    margin-top: -5px;
    margin-left: -6px;
    content: '';
    background: url(/tp/styles/../assets/images/check.svg)
}
@media all and (max-width: 767px) {
    .check__view {
        width: 28px;
        height: 28px
    }
    .check input[type=radio]+.check__view:before {
        width: 18px;
        height: 18px;
        margin-top: -9px;
        margin-left: -9px
    }
}
.form-row {
    margin-bottom: 25px
}
.form-row--compact {
    margin-bottom: 15px
}
.form-row__header {
    margin-bottom: 10px
}
.form-row__label {
    color: #181818;
    font-family: PF Agora Slab Pro, serif;
    font-size: 22.5px;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2
}
.checks-group--horizontal .checks-group__item {
    white-space: nowrap
}
.checks-group--vertical .checks-group__item {
    display: block;
    margin-bottom: 15px
}
.checks-group--vertical .checks-group__item .check {
    float: left;
    margin-right: 5px
}
.checks-group--vertical .checks-group__item .check-label {
    display: block;
    margin-left: 22px
}
.checks-group__item {
    margin-right: 15px
}
.checks-group__item .check-label {
    vertical-align: -.1em
}
.check-label__sub {
    margin-left: 5px;
    white-space: nowrap;
    font-size: 14.625px;
    font-size: .8125rem
}
.text-input {
    box-sizing: border-box;
    width: 100%;
    max-width: 360px;
    min-height: 47px;
    padding: 12px 15px 10px;
    -webkit-transition: border-color .15s ease;
    transition: border-color .15s ease;
    border: 1px solid #b6b6b6;
    outline: none;
    background: #fff;
    font-family: PF Agora Sans Pro, sans-serif;
    font-size: 18px
}
.text-input[disabled] {
    background: #f4f4f4
}
.text-input.text-input--w290 {
    max-width: 290px
}
.text-input:focus {
    border-color: #006daa
}
.text-input::-webkit-input-placeholder {
    vertical-align: middle;
    text-overflow: ellipsis;
    color: #9b9b9b;
    font-size: 14px;
    line-height: 22px
}
.text-input::-moz-placeholder {
    vertical-align: middle;
    text-overflow: ellipsis;
    color: #9b9b9b;
    font-size: 14px;
    line-height: 22px
}
.text-input:-ms-input-placeholder {
    vertical-align: middle;
    text-overflow: ellipsis;
    color: #9b9b9b;
    font-size: 14px;
    line-height: 22px
}
.text-input::placeholder {
    vertical-align: middle;
    text-overflow: ellipsis;
    color: #9b9b9b;
    font-size: 14px;
    line-height: 22px
}
.text-input--smaller {
    padding: 8px 10px 7px
}
.text-field-check {
    margin-top: 10px
}
.required-note {
    font-size: 15.75px;
    font-size: .875rem;
    font-style: italic
}
@media all and (max-width: 767px) {
    .checks-group--horizontal .checks-group__item {
        display: block;
        margin-bottom: 20px;
        white-space: normal
    }
    .text-input {
        max-width: 100%
    }
    .checks-group--vertical .checks-group__item .check-label {
        margin-left: 35px;
        padding-top: 5px
    }
    .text-input.text-input--w290 {
        max-width: 100%
    }
}
.calc-add-btn {
    box-sizing: border-box;
    padding: 10px 15px;
    -webkit-transition: background .15s ease;
    transition: background .15s ease;
    text-transform: uppercase;
    color: #4a4a4a;
    border: 1px dashed #fbbf34;
    border-radius: 2px;
    background: #fff;
    font-family: PF Agora Sans Pro, sans-serif;
    font-size: 11.25px;
    font-size: .625rem;
    font-weight: 500
}
.calc-add-btn:hover {
    background: #fbbf34
}
.calc-add-btn__plus {
    display: inline-block;
    margin-left: -10px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 100;
    line-height: 1
}
.calc-add-btn__text {
    vertical-align: -.1em
}
.calc-add-btn__icon {
    display: inline-block;
    vertical-align: middle;
    background-size: contain
}
.calc-add-btn__icon.calc-add-btn__icon--stove {
    width: 20px;
    height: 18px;
    background-image: url(/tp/styles/../assets/images/stove.png)
}
.calc-add-btn__icon.calc-add-btn__icon--boiler {
    width: 13px;
    height: 20px;
    margin-top: -5px;
    background-image: url(/tp/styles/../assets/images/boiler.png)
}
.calc-add-btn__icon.calc-add-btn__icon--heater {
    width: 18px;
    height: 18px;
    background-image: url(/tp/styles/../assets/images/heater.png)
}
.calc-add-btn__icon.calc-add-btn__icon--floor {
    width: 24px;
    height: 18px;
    background-image: url(/tp/styles/../assets/images/floor.png)
}
.gaz-rate-calc__adds {
    margin-top: 20px
}
.gaz-rate-calc__adds__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.equipment-list__item {
    position: relative;
    padding: 25px 90px 20px 65px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}
.equipment-list__item+.equipment-list__item {
    margin-top: -1px
}
.equipment-list__item__header {
    margin-bottom: 20px;
    color: #10496a;
    font-family: PF Agora Slab Pro, serif;
    font-size: 24.75px;
    font-size: 1.375rem;
    line-height: 1
}
.values-table .text-input {
    width: 210px
}
.values-table {
    width: 100%;
    border-collapse: collapse
}
.values-table.values-table--compact td {
    padding-bottom: 0
}
.values-table td {
    padding: 0 0 10px;
    vertical-align: top
}
.values-table tr:last-child td {
    padding-bottom: 0
}
.values-table__label {
    width: 160px
}
.values-table td.values-table__label--input-align {
    padding-top: 10px
}
.equipment-list__item__remove {
    position: absolute;
    top: 25px;
    right: 10px;
    padding: 0;
    -webkit-transition: color .15s ease;
    transition: color .15s ease;
    color: #c9c9c9;
    border: none;
    outline: none;
    background: none;
    font-size: 15.75px;
    font-size: .875rem;
    font-style: italic
}
.equipment-list__item__remove:before {
    display: inline-block;
    margin-right: 5px;
    content: 'x';
    vertical-align: 0;
    font-size: 14px;
    font-style: normal;
    line-height: 14px
}
.equipment-list__item__remove:hover {
    color: #979797
}
.equipment-list__item__icon {
    position: absolute;
    top: 20px;
    left: 18px;
    background-size: cover
}
.equipment-list__item__icon--stove {
    width: 33px;
    height: 33px;
    background-image: url(/tp/styles/../assets/images/stove-big.png)
}
.equipment-list__item__icon--boiler {
    width: 24px;
    height: 38px;
    background-image: url(/tp/styles/../assets/images/boiler-big.png)
}
.equipment-list__item__icon--heater {
    width: 33px;
    height: 33px;
    background-image: url(/tp/styles/../assets/images/heater-big.png)
}
.equipment-list__item__icon--floor {
    width: 33px;
    height: 33px;
    background-image: url(/tp/styles/../assets/images/floor-big.png)
}
.gaz-rate-calc__adds__label {
    margin-bottom: 15px;
    color: #7a7a7a;
    font-style: italic
}
.gaz-rate-calc__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}
.gaz-rate-calc__result {
    white-space: nowrap;
    font-family: PF Agora Slab Pro, serif;
    font-size: 1.875em
}
.gaz-rate-calc__info {
    padding: 10px 20px 0 0
}
.gaz-rate-calc__footer .gaz-rate-calc__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
@media all and (max-width: 767px) {
    .gaz-rate-calc__adds__buttons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .equipment-list__item {
        padding-right: 0;
        padding-left: 0
    }
    .equipment-list__item__icon {
        display: none
    }
    .calc-add-btn {
        margin-bottom: 10px;
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }
    .values-table,
    .values-table tbody,
    .values-table td,
    .values-table tr {
        display: block
    }
    .values-table .noUi-target {
        margin-right: 10px;
        margin-left: 10px
    }
    .tr-or {
        padding-top: 10px
    }
    .values-table .text-input {
        width: 210px
    }
    .values-table__label {
        width: auto;
        padding-bottom: 10px!important
    }
    .gaz-rate-calc__footer {
        display: block
    }
    .gaz-rate-calc__result.mobile-v {
        display: block;
        margin-bottom: 10px;
        text-align: center
    }
}
/*! nouislider - 8.5.1 - 2016-04-24 16:00:30 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}
.noUi-target {
    position: relative;
    direction: ltr
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}
.noUi-handle {
    position: relative;
    z-index: 1
}
.noUi-stacking .noUi-handle {
    z-index: 3
}
.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s
}
.noUi-state-drag * {
    cursor: inherit!important
}
.noUi-base,
.noUi-handle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.noUi-horizontal {
    height: 18px
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}
.noUi-vertical {
    width: 18px
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}
.noUi-background {
    background: #fafafa;
    box-shadow: inset 0 1px 1px #f0f0f0
}
.noUi-connect {
    background: #3fb8af;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background .45s;
    transition: background .45s
}
.noUi-origin {
    border-radius: 2px
}
.noUi-target {
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}
.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #bbb
}
.noUi-draggable {
    cursor: w-resize
}
.noUi-vertical .noUi-draggable {
    cursor: n-resize
}
.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}
.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}
.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}
.noUi-handle:after {
    left: 17px
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}
.noUi-vertical .noUi-handle:after {
    top: 17px
}
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #b8b8b8
}
[disabled] .noUi-handle,
[disabled].noUi-origin {
    cursor: not-allowed
}
.noUi-pips,
.noUi-pips * {
    box-sizing: border-box
}
.noUi-pips {
    position: absolute;
    color: #999
}
.noUi-value {
    position: absolute;
    text-align: center
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}
.noUi-marker {
    position: absolute;
    background: #ccc
}
.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}
.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}
.noUi-value-vertical {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding-left: 25px
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    text-align: center
}
.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: -32px
}
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    bottom: -32px
}
.noUi-vertical .noUi-handle-lower .noUi-tooltip {
    left: 120%
}
.noUi-vertical .noUi-handle-upper .noUi-tooltip {
    right: 120%
}
.noUi-horizontal {
    height: 3px;
    border: 0
}
.noUi-target {
    margin-top: 7px;
    margin-bottom: 30px;
    border-radius: 0
}
.noUi-background {
    background: #f3f3f3
}
.noUi-handle:after,
.noUi-handle:before {
    display: none
}
.noUi-handle {
    box-sizing: border-box;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
    border: 1px solid #006daa;
    border-radius: 50%;
    background: #006daa;
    box-shadow: none
}
.noUi-horizontal .noUi-handle {
    top: -9px;
    left: -10px;
    width: 20px;
    height: 20px
}
.noUi-active,
.noUi-handle:hover {
    border-color: #104869;
    background: #104869;
    box-shadow: none
}
.noUi-target.noUi-connect {
    box-shadow: none
}
.noUi-connect {
    background: #c9c9c9
}
.noUi-marker {
    display: none
}
.noUi-value {
    top: 0;
    -webkit-transition: color .15s ease;
    transition: color .15s ease
}
.noUi-value.active {
    color: #353535;
    font-weight: 500
}
.noUi-value-large {
    padding-top: 2px;
    font-family: PF Agora Sans Pro, sans-serif;
    font-size: 15px;
    font-weight: 100
}
.noUi-origin {
    border-radius: 0
}
.noUi-pips-horizontal {
    height: 30px;
    padding-bottom: 0
}
.slider-small {
    width: 210px
}
.calc-step {
    position: relative;
    -webkit-transition: box-shadow .15s ease;
    transition: box-shadow .15s ease;
    border: 1px solid #dbdbdb;
    background: #fff
}
.calc-step.is-active {
    z-index: 1;
    box-shadow: 2px 6px 10px 2px rgba(0, 0, 0, .32)
}
.calc-step__header {
    position: relative;
    padding: 17px 25px 20px;
    color: #104869
}
.calc-step__title {
    margin-right: 10px;
    font-family: PF Agora Slab Pro, serif;
    font-size: 29.25px;
    font-size: 1.625rem
}
.calc-step.is-active .calc-step__header {
    border-bottom: 2px solid #f3f3f3
}
.calc-step__content {
    padding: 17px 25px 20px
}
.calc-step+.calc-step {
    margin-top: -1px
}
.calc-step-footer {
    padding-top: 10px;
    text-align: right
}
.calc-step__header:after {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 20px;
    height: 14px;
    margin-top: -7px;
    content: '';
    -webkit-transition: opacity .15s ease, -webkit-transform .15s ease;
    transition: opacity .15s ease, -webkit-transform .15s ease;
    transition: opacity .15s ease, transform .15s ease;
    transition: opacity .15s ease, transform .15s ease, -webkit-transform .15s ease;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    background: url(/tp/styles/../assets/images/step-done.svg)
}
.calc-step.is-done .calc-step__header:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}
.step__edit,
a.step__edit {
    color: #00aee6
}
.step__edit {
    font-style: italic
}
@media all and (max-width: 767px) {
    .calc-step__header {
        padding-bottom: 15px
    }
    .calc-step__title {
        display: block;
        font-size: 1.375rem
    }
    .calc-step-footer .btn {
        width: 100%
    }
    .calc-step__header:after {
        right: 10px
    }
}
.service-work__legend-item {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top
}
.service-work__legend-item-mark {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: top;
    border: 1px solid #d9e0e4;
    border-radius: 50px
}
.service-work__legend-item-text {
    display: inline-block;
    vertical-align: top;
    font-size: 14.94px;
    font-size: .83rem;
    font-weight: 400
}
.service-work__legend-item-mark-green {
    background: #b8e986
}
.service-work__legend-item-mark-red {
    background: #ff8190
}
.service-work-table-ctn {
    position: relative;
    margin-top: 15px;
    border: 1px solid #d9e0e4;
    font-weight: 400
}
.service-work-table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.service-work-table__item {
    box-sizing: border-box;
    padding: 20px 10px;
    color: #181818;
    border: 1px solid #d9e0e4;
    font-size: 14.94px;
    font-size: .83rem
}
.service-work-table__item-name {
    width: 19%
}
.service-work-table__num {
    width: 5%
}
.service-work-table__item-address {
    width: 19%
}
.service-work-table__item-status {
    width: 38%;
    padding: 0
}
.service-work-table__item-manager {
    width: 19%
}
.service-work-table__body {
    padding-top: 82px;
    color: #181818;
    font-size: 14.94px;
    font-size: .83rem;
    font-weight: 400;
    line-height: 1.33
}
.service-work-table__heading-fixer--inner {
    z-index: 3;
    background: #fff
}
.service-work-table__heading .service-work-table__item {
    letter-spacing: .5px
}
.service-work-table__item-status-inner {
    display: table;
    width: 100%;
    height: 100%
}
.smb-heading {
    max-width: 800px
}
.service-work-table__body .service-work-table__item-status-inner,
.service-work-table__heading .service-work-table__item-status-inner {
    height: 50px
}
.service-work-table__status-item {
    position: relative;
    display: table-cell;
    box-sizing: border-box;
    width: 16.66%;
    vertical-align: middle;
    border-right: 1px solid #d9e0e4
}
.service-work-table__status-item:last-of-type {
    border-right: none
}
.service-heading-tip {
    display: none
}
.service-heading-tip h1 {
    margin-bottom: 10px
}
.mobile-header__menu-sticky .service-heading-tip {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px
}
.service-work-table__body .service-work-table__status-item {
    padding: 45px 0;
    text-align: center
}
.service-work-table__body .service-work-table__status {
    margin-top: 50%;
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px)
}
.service-work-table__status {
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: top;
    border: 1px solid #d9e0e4;
    border-radius: 50px
}
.service-work-table__status--success {
    background: #b8e986
}
.service-work-table__status--planned {
    background: transparent
}
.service-work-table__status--process {
    background: -webkit-linear-gradient(left, #b8e986 50%, transparent 0);
    background: linear-gradient(90deg, #b8e986 50%, transparent 0)
}
.service-work-table__status--fail {
    background: #ff8190
}
.service-work-table__item-manager-name {
    margin-bottom: 5px
}
.service-work-table-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #686767;
    box-shadow: inset 0 1px 0 0 #d9e0e4;
    font-size: 11.88px;
    font-size: .66rem
}
.service-work-table__heading .service-work-table__status-item {
    position: relative;
    text-align: center;
    vertical-align: top
}
.service-work-table__heading {
    overflow: hidden;
    max-height: 82px
}
.mobile-header__menu-sticky .service-work-table__heading {
    overflow: visible;
    max-height: none
}
.service-work-table__item-status-inner--details {
    padding: 5px 0;
    text-align: center;
    border-bottom: 2px solid #d9e0e4
}
.service-table-heading-fix {
    display: inline-block;
    margin-top: 10px;
    margin-right: 2px;
    margin-left: 2px;
    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
    word-break: break-word;
    font-size: 9px;
    font-size: .5rem
}
.service-work-table__item--mobile-legend {
    display: none
}
.service-work-table__heading-fixer {
    position: absolute;
    right: 0;
    left: 0
}
.mobile-header__menu-sticky {
    position: fixed;
    top: 0
}
@media all and (max-width: 1130px) {
    .service-work-table__item-address,
    .service-work-table__item-manager,
    .service-work-table__item-name {
        width: 19%
    }
    .service-work-table__item {
        padding: 5px
    }
    .service-work-table__item-status {
        width: 38%;
        padding: 0
    }
}
@media all and (max-width: 960px) {
    .service-work-table__item {
        border: none
    }
    .service-work-table__status-item {
        border-bottom: 1px solid #d9e0e4
    }
    .service-work-table__item-status {
        border-top: 1px solid #d9e0e4;
        border-bottom: 1px solid #d9e0e4
    }
    .service-work-table__heading-fixer {
        display: none
    }
    .service-work-table__item-status-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .service-work-table__body {
        overflow: visible;
        max-height: none;
        padding-top: 0
    }
    .service-work-table__item {
        display: block;
        width: auto;
        color: #3c3b3b;
        box-shadow: none;
        font-size: 1rem
    }
    .service-work-table__heading-fixer--inner {
        z-index: 3;
        width: inherit;
        background: #fff
    }
    .service-work-table__num {
        display: none
    }
    .service-work-table__status {
        position: static;
        display: block;
        margin: 10px auto
    }
    .service-work-table__item--mobile-legend {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #686767;
        font-size: .7rem
    }
    .service-work-table__item--mobile-legend .service-work-table__status-item {
        padding: 10px 0;
        text-align: center;
        word-break: break-word
    }
    .service-work__legend-item {
        display: block;
        margin-right: 0;
        margin-bottom: 10px
    }
    .service-work-table__item-address,
    .service-work-table__item-manager,
    .service-work-table__item-name,
    .service-work-table__item-status {
        margin-top: -5px;
        margin-bottom: 5px;
        padding-top: 0
    }
    .service-work-table__body .service-work-table__status {
        margin-top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    .service-work-table__body .service-work-table__status-item {
        display: inline-block;
        padding: 10px
    }
    .service-work-table-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.doc-route__schema-ctn {
    margin-top: 45px;
    font-size: 0
}
.doc-route__schema-main-col {
    display: inline-block;
    width: 64%;
    margin-right: 4%;
    vertical-align: top
}
.doc-route__schema-small-col {
    display: inline-block;
    width: 32%;
    vertical-align: top
}
.doc-route__schema-item {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 10px 10px 15px;
    color: #1e1e1e;
    border: 1px solid #d9e0e4;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    font-size: 18px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.33
}
.doc-route__schema-item--with-contact {
    padding-bottom: 50px
}
.doc-route__schema-item-title {
    font-size: 18px;
    font-size: 1rem;
    font-weight: 900
}
.doc-route__schema-item-contacts {
    margin-top: 20px;
    font-style: italic
}
.doc-route__schema-item-toptitle {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.06
}
.doc-route__schema-item--arrow {
    position: absolute;
    color: #00aee6;
    font-size: 23.94px;
    font-size: 1.33rem;
    font-weight: 100
}
.doc-route__schema-item--arrow--bottom {
    bottom: -35px;
    left: 50%;
    margin-left: -10px
}
.doc-route__schema-item--half-width,
.doc-route__schema-item--half-width-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.doc-route__schema-item--half-width-right {
    margin-left: 25px
}
.doc-route__schema-item--arrow--left {
    top: 50%;
    left: -24px;
    margin-top: -30px
}
.doc-route__schema-item--arrow--bottom-left {
    bottom: -35px;
    left: 25%;
    margin-left: -11px
}
.doc-route__schema-item--arrow--bottom-right {
    right: 25%;
    bottom: -35px;
    margin-right: -11px
}
.doc-route__schema-item-contacts-link {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    height: 40px;
    margin-top: 10px;
    padding: 15px 10px 10px;
    color: #00aee6;
    border-top: 1px solid #d9e0e4;
    font-style: italic;
    line-height: 0
}
@media all and (max-width: 1150px) and (min-width: 1024px) {
    .doc-route__schema-main-col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px
    }
    .doc-route__schema-small-col {
        width: 100%
    }
}
@media (max-width: 700px) {
    .remodal {
        max-width: none;
        min-height: 100vh;
        margin-bottom: 0;
        padding: 10px
    }
    .remodal-wrapper {
        padding: 0
    }
}
@media all and (max-width: 550px) {
    .doc-route__schema-main-col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px
    }
    .doc-route__schema-small-col {
        width: 100%
    }
    .schema-half-column-fix {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .doc-route__schema-item--half-width,
    .doc-route__schema-item--half-width-right {
        max-width: 45%;
        word-break: break-word
    }
    .doc-route__schema-item {
        padding-top: 5px;
        padding-right: 5px;
        padding-left: 5px
    }
}
.fade-transition {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1
}
.fade-enter,
.fade-leave {
    opacity: 0
}
.index-content {
    margin-left: -40px;
    padding-left: 40px;
    color: #fff;
    background: url(/tp/styles/../assets/images/index-house.png) 0 100% no-repeat;
    background-size: 609px 186px
}
.index-header {
    margin-bottom: 95px;
    padding-top: 35px
}
.index-title {
    color: inherit;
    font-size: 63.99px;
    font-size: 3.555rem
}
.index-text-ctn {
    position: relative;
    font-size: 0
}
.index-text {
    display: inline-block;
    width: 70%;
    max-width: 520px;
    margin-bottom: 10px;
    vertical-align: middle;
    font-size: 15.998px;
    font-size: .8888rem;
    font-weight: 400;
    line-height: 1.375
}
.index-note-inner {
    display: inline-block;
    border: 1px solid #7596a8;
    border-radius: 3px
}
.index-note-inner .index-note-item:first-of-type {
    border-right: 1px solid #7596a8
}
.index-widget-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px
}
.index-widget-container .entry {
    box-sizing: border-box;
    padding-right: 3%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}
.index-widget-container__widget {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 67%;
    -ms-flex: 1 1 67%;
    flex: 1 1 67%
}
.entry {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.entry-text {
    padding-bottom: 10px;
    font-size: 16.999px;
    font-size: .9444rem
}
@media all and (max-width: 1279px) {
    .index-header {
        margin-bottom: 50px
    }
    .index-widget-container {
        display: block
    }
    .index-widget-container .entry {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 30px;
        padding-right: 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .index-widget-container .entry .entry-text {
        max-width: 390px;
        padding-right: 20px
    }
    .index-widget-container .entry .button-wrap {
        width: 30%
    }
    .index-note-ctn {
        display: block;
        float: none
    }
}
@media (max-width: 700px) {
    .index-header {
        margin-bottom: 10px;
        padding-top: 0
    }
    .index-title {
        margin-bottom: 0;
        font-size: 1.875em
    }
    .index-content {
        margin-left: 0;
        padding-left: 0;
        background: none
    }
    .index-widget-container__widget {
        margin: 0 -20px
    }
    .index-widget-container {
        margin-bottom: 20px
    }
    .entry {
        display: block
    }
    .index-widget-container .entry .button-wrap {
        width: auto
    }
    .index-widget-container .entry .entry-text {
        padding-right: 0;
        padding-bottom: 15px
    }
    .index-widget-container .steps-widget {
        padding: 0;
        border-top: 2px solid #10496a;
        border-radius: 0;
        box-shadow: none
    }
    .index-widget-container .steps-widget__inner {
        padding: 0;
        display: block;
        border-radius: 0
    }
    .index-widget-container .steps-widget__step {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 20px;
        border-bottom: 2px solid #10496a;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .index-widget-container .steps-widget__step .steps-widget__step__image {
        width: 38px;
        margin-right: 20px;
        padding: 5px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .index-widget-container .steps-widget__step .steps-widget__step__image img {
        display: block;
        max-width: 100%
    }
    .index-widget-container .steps-widget__step .steps-widget__step__header {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .index-widget-container .steps-widget__step__header__num {
        font-size: 3.125rem
    }
    .index-widget-container .steps-widget__step__header__title {
        font-size: 1rem;
        line-height: 1
    }
}
.connection-header {
    margin-bottom: 20px
}
.connection-header .link-italic {
    margin-left: 15px
}
.step-text-default,
.steps-text-ctn p {
    margin-top: 0;
    margin-bottom: 15px;
    color: #1e1e1e;
    font-size: 18px;
    font-size: 1rem;
    font-weight: 100
}
.doc-search-block {
    margin-bottom: 20px;
    font-size: 0
}
.search-docs {
    display: inline-block;
    width: 664px;
    max-width: 664px;
    margin-right: 17px;
    padding: 10px;
    vertical-align: top;
    color: #4a4a4a;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    font-family: PF Agora Sans Pro, sans-serif;
    font-size: 13.999px;
    font-size: .77777777777rem;
    font-weight: 400;
    -webkit-appearance: none
}
.search-docs:active,
.search-docs:focus {
    border: 1px solid #00aee6;
    outline: none
}
.doc-search-block input[type=submit] {
    width: 140px;
    padding: 13px;
    cursor: pointer;
    -webkit-appearance: none
}
.doc-search-block input[type=submit]:active,
.doc-search-block input[type=submit]:focus {
    outline: none
}
.block-with-dropdown h1 {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle
}
@media (max-width: 1251px) {
    .search-docs {
        width: 62%
    }
}
@media (max-width: 700px) {
    .search-docs {
        width: 100%;
        margin-bottom: 20px
    }
}
.pay-text-ctn {
    margin-top: 20px
}
.pay-text-ctn .instruction-list__item__title {
    margin-bottom: 15px;
    color: #1e1e1e
}
.pay-text-ctn .footnote {
    margin-bottom: 15px
}
.heading-with-aside--faq-modify .btn {
    margin-top: 20px
}
.tab-content-inner .dropdown-tailed-item {
    margin-bottom: 0;
    border-bottom: none
}
.tab-content-inner {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd
}
.tab-content-inner .dropdown-tailed-item:hover {
    border-top: 1px solid #ddd;
    border-bottom: none;
    background: #f3f3f3
}
.tab-content-inner .dropdown-tailed-item--shown.dropdown-tailed-item {
    background: #fff
}
@media all and (max-width: 1100px) {
    .heading-with-aside--faq-modify .huge-heading {
        display: block
    }
    .heading-with-aside--faq-modify .btn {
        float: none
    }
}
@media (max-width: 700px) {
    .tabs-title-item {
        display: block;
        width: auto;
        margin-right: 0
    }
    .heading-with-aside--faq-modify,
    .tabs-title-item {
        margin-bottom: 20px
    }
}
.search-result-form {
    position: relative;
    max-width: 80%
}
.search--result-input {
    color: #123d57;
    border-bottom: 1px solid #cbcaca
}
.itb_tp_search_error_wrapper,
.itb_tp_search_error_wrapper font.errortext,
.itb_tp_search_error_wrapper font.notetext,
.itb_tp_search_error_wrapper p {
    color: #bb0806
}
.search-language-guess {
    margin-top: 10px
}
@media all and (max-width: 1023px) {
    .search-result-form {
        max-width: 75%
    }
}
.doc-route-heading {
    max-width: 690px
}
.doc-route__main-ctn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.doc-route__main-col {
    max-width: 630px;
    margin-right: 50px;
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4
}
.doc-route__aside-col {
    min-width: 220px;
    max-width: 220px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.doc-route__main-link {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 15px 80px 15px 30px;
    color: #123d57;
    border: 1px solid #d9e0e4;
    font-size: 19.98px;
    font-size: 1.11rem;
    font-weight: 400;
    line-height: 1.25
}
.doc-route__main-link-arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -14px;
    color: #00aee6;
    font-size: 28.8px;
    font-size: 1.6rem;
    line-height: 1
}
.doc-route-legend__item {
    margin-bottom: 20px;
    color: #686767;
    font-size: 12.959px;
    font-size: .72rem;
    font-style: italic
}
.doc-route-legend__name {
    font-weight: 500
}
.doc-route-main-info {
    margin-bottom: 10px;
    color: #1e1e1e;
    font-family: PF Agora Slab Pro, serif;
    font-size: 19.98px;
    font-size: 1.11rem;
    font-weight: 400;
    line-height: 1.25
}
.doc-route__back-link {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    outline: none!important;
    font-weight: 300;
    font-style: italic;
    line-height: 1.1
}
.doc-route__back-link:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 10px;
    margin-top: -5px;
    content: '';
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url(/tp/styles/../assets/images/collapsible-blue.svg) no-repeat;
    background-size: 100%
}
.schema-half-column-fix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.remodal-overlay {
    background: rgba(16, 83, 106, .85)
}
.remodal-close {
    top: 25px;
    right: 25px;
    left: auto;
    left: initial;
    color: #00aee6
}
.remodal-close:before {
    font-size: 45px
}
.modal-contacts__row {
    border-bottom: 1px solid #d9e0e4;
    font-size: 0
}
.modal-contacts__row:last-of-type {
    border-bottom: none
}
.modal-contacts-item {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    padding: 10px 30px;
    text-align: left;
    vertical-align: middle;
    color: #1e1e1e;
    font-size: 14.94px;
    font-size: .83rem;
    font-weight: 400
}
.modal-contacts__row-heading .modal-contacts-item {
    color: #9b9b9b;
    font-size: 12.959px;
    font-size: .72rem;
    font-style: italic
}
@media all and (max-width: 950px) and (min-width: 700px) {
    .doc-route__main-ctn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .doc-route__main-col {
        max-width: none;
        margin-right: 0
    }
    .doc-route__aside-col {
        max-width: 500px
    }
}
@media (max-width: 700px) {
    .doc-route__main-ctn {
        display: block
    }
    .doc-route__aside-col,
    .doc-route__main-col {
        width: 100%;
        max-width: none;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }
    .modal-contacts-item {
        padding: 5px
    }
    .remodal-close {
        top: 10px;
        right: 10px
    }
}
.mobile-visible {
    display: none
}
@media (max-width: 700px) {
    html {
        font-size: 16px
    }
    .mobile-visible {
        display: block
    }
    .mobile-hidden {
        display: none
    }
}
@media print {
    .main-menu,
    .news-widget,
    .search-input,
    .search-overlay {
        display: none
    }
    .btn,
    .steps-widget__step {
        box-shadow: none!important
    }
    .btn {
        display: none!important
    }
    * {
        color: #3c3b3b!important;
        background: #fff!important
    }
    .index-content {
        color: #3c3b3b
    }
    .steps-widget {
        box-shadow: none
    }
    .arrow-overlap:after,
    .arrow-overlap:before,
    .step-arrow:after,
    .step-arrow:before {
        display: none
    }
    .main-content {
        height: auto;
        margin-left: 0
    }
    .connection-header,
    .search-overlay__form__button,
    .steps-widget__step__image {
        display: none
    }
    .steps-wrap.width-fixer {
        padding: 0
    }
    .steps-arrow {
        display: none
    }
    .step-footer {
        border: none
    }
    .step.is-active {
        box-shadow: none!important
    }
    .step {
        border: none!important
    }
    .calc-step-footer {
        display: none
    }
    .noUi-background {
        box-shadow: none!important
    }
    #mobileMenuTrigger,
    #searchMenuItem {
        display: none
    }
    .mobile-header__section {
        border: none
    }
    .mobile-header__h {
        border-bottom: 1px solid #e3e3e3
    }
    .dropdown-tailed-item__content:before,
    .tabs-title-item {
        display: none
    }
    .tabs-title-item.active {
        display: block
    }
    .map-content__block {
        display: none
    }
    .mobile-menu-open .main-menu {
        display: none!important;
        box-shadow: none!important
    }
    .mobile-menu-open .drawer {
        -webkit-transform: translateX(0)!important;
        transform: translateX(0)!important
    }
    .doc-search-block {
        display: none!important
    }
    .filial-card-item {
        width: 40%!important;
        margin-right: 4%!important;
        border: none!important
    }
    .filial-card-item__photo img {
        max-width: 275px!important
    }
}

div.news-list {
    word-wrap: break-word;
}
div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}
.news-date-time {
    color: #486DAA;
}





















#div_list_doc {
	background: #f1efef;;
	display: none;
	border: solid 1px;
	font-size: 14px;
}
.btn-slide {
	display: block;
}
.active {
	/*background-position: right 12px;*/
}