*, ::before, ::after {
    background-repeat: no-repeat;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

::before, ::after {
    text-decoration: inherit;
    vertical-align: inherit
}

body {
    margin: 0
}

html {
    position: relative;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

summary {
    display: list-item
}

template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

nav ol, nav ul {
    list-style: none
}

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

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

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

picture, audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

audio, video {
    display: inline-block
}

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

img {
    border-style: none
}

svg {
    fill: currentColor
}

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

canvas {
    display: inline-block
}

table {
    border-collapse: collapse
}

button, input, optgroup, select, textarea {
    margin: 0
}

button, input, select, textarea {
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 0 !important
    }

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

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

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

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

area, button, input, label, select, summary, textarea, [tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[hidden] {
    display: none
}

[aria-busy="true"] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-hidden="false"][hidden]:not(:focus) {
    clip: rect(0,0,0,0);
    display: inherit;
    position: absolute
}

[aria-disabled] {
    cursor: default
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    src: url("font/regular.woff2") format('woff2'),url("font/regular.woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    src: url("font/medium.woff2") format('woff2'),url("font/medium.woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    src: url("font/bold.woff2") format('woff2'),url("font/bold.woff");
    font-weight: 700;
    font-style: normal
}

html, body {
    font-family: 'Montserrat',Arial,serif;
    font-size: 18px
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .75em;
    font-family: 'Montserrat',Arial,serif;
    line-height: 1.2
}

h1 {
    font-size: 2.66666667em;
    font-weight: 700
}

h2 {
    font-size: 1.66666667em
}

h3 {
    font-size: 1.5em;
    font-weight: 500
}

h4 {
    font-size: 1em;
    font-weight: 100
}

p {
    margin: 1em 0 0;
    line-height: 1.66666667em
}

a:visited, button:visited, a:hover, button:hover, a:active, button:active, a:focus, button:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

a {
    text-decoration: none;
    will-change: color;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out
}

button {
    font-family: 'Montserrat',Arial,serif
}

@media (max-width:1530px) {
    html, body {
        font-size: 14px
    }

    h1 {
        font-size: 2.14285714em
    }

    h2 {
        font-size: 1.71428571em
    }

    p {
        line-height: 1.57142857em
    }
}

@media (max-width:768px) {
    html, body {
        font-size: 14px
    }

    h1 {
        font-size: 2em;
        line-height: 1.5em
    }
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.row {
    margin: 0 -15px;
}

    .row:before, .row:after {
        content: ' ';
        display: table
    }

    .row:after {
        clear: both
    }

.col {
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    float: left
}

    .col.lt-1 {
        width: 8.333333333333332%
    }

    .col.lt-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col.lt-pull-1 {
        right: 8.333333333333332%
    }

    .col.lt-push-1 {
        left: 8.333333333333332%
    }

    .col.lt-2 {
        width: 16.666666666666664%
    }

    .col.lt-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col.lt-pull-2 {
        right: 16.666666666666664%
    }

    .col.lt-push-2 {
        left: 16.666666666666664%
    }

    .col.lt-3 {
        width: 25%
    }

    .col.lt-offset-3 {
        margin-left: 25%
    }

    .col.lt-pull-3 {
        right: 25%
    }

    .col.lt-push-3 {
        left: 25%
    }

    .col.lt-4 {
        width: 33.33333333333333%
    }

    .col.lt-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col.lt-pull-4 {
        right: 33.33333333333333%
    }

    .col.lt-push-4 {
        left: 33.33333333333333%
    }

    .col.lt-5 {
        width: 41.66666666666667%
    }

    .col.lt-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col.lt-pull-5 {
        right: 41.66666666666667%
    }

    .col.lt-push-5 {
        left: 41.66666666666667%
    }

    .col.lt-6 {
        width: 50%
    }

    .col.lt-offset-6 {
        margin-left: 50%
    }

    .col.lt-pull-6 {
        right: 50%
    }

    .col.lt-push-6 {
        left: 50%
    }

    .col.lt-7 {
        width: 58.333333333333336%
    }

    .col.lt-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col.lt-pull-7 {
        right: 58.333333333333336%
    }

    .col.lt-push-7 {
        left: 58.333333333333336%
    }

    .col.lt-8 {
        width: 66.66666666666666%
    }

    .col.lt-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col.lt-pull-8 {
        right: 66.66666666666666%
    }

    .col.lt-push-8 {
        left: 66.66666666666666%
    }

    .col.lt-9 {
        width: 75%
    }

    .col.lt-offset-9 {
        margin-left: 75%
    }

    .col.lt-pull-9 {
        right: 75%
    }

    .col.lt-push-9 {
        left: 75%
    }

    .col.lt-10 {
        width: 83.33333333333334%
    }

    .col.lt-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col.lt-pull-10 {
        right: 83.33333333333334%
    }

    .col.lt-push-10 {
        left: 83.33333333333334%
    }

    .col.lt-11 {
        width: 91.66666666666666%
    }

    .col.lt-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col.lt-pull-11 {
        right: 91.66666666666666%
    }

    .col.lt-push-11 {
        left: 91.66666666666666%
    }

    .col.lt-12 {
        width: 100%
    }

    .col.lt-offset-12 {
        margin-left: 100%
    }

    .col.lt-pull-12 {
        right: 100%
    }

    .col.lt-push-12 {
        left: 100%
    }

@media (min-width:416px) {
    .container {
        max-width: 100%
    }

    .col.xs-1 {
        width: 8.333333333333332%
    }

    .col.xs-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col.xs-pull-1 {
        right: 8.333333333333332%
    }

    .col.xs-push-1 {
        left: 8.333333333333332%
    }

    .col.xs-2 {
        width: 16.666666666666664%
    }

    .col.xs-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col.xs-pull-2 {
        right: 16.666666666666664%
    }

    .col.xs-push-2 {
        left: 16.666666666666664%
    }

    .col.xs-3 {
        width: 25%
    }

    .col.xs-offset-3 {
        margin-left: 25%
    }

    .col.xs-pull-3 {
        right: 25%
    }

    .col.xs-push-3 {
        left: 25%
    }

    .col.xs-4 {
        width: 33.33333333333333%
    }

    .col.xs-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col.xs-pull-4 {
        right: 33.33333333333333%
    }

    .col.xs-push-4 {
        left: 33.33333333333333%
    }

    .col.xs-5 {
        width: 41.66666666666667%
    }

    .col.xs-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col.xs-pull-5 {
        right: 41.66666666666667%
    }

    .col.xs-push-5 {
        left: 41.66666666666667%
    }

    .col.xs-6 {
        width: 50%
    }

    .col.xs-offset-6 {
        margin-left: 50%
    }

    .col.xs-pull-6 {
        right: 50%
    }

    .col.xs-push-6 {
        left: 50%
    }

    .col.xs-7 {
        width: 58.333333333333336%
    }

    .col.xs-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col.xs-pull-7 {
        right: 58.333333333333336%
    }

    .col.xs-push-7 {
        left: 58.333333333333336%
    }

    .col.xs-8 {
        width: 66.66666666666666%
    }

    .col.xs-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col.xs-pull-8 {
        right: 66.66666666666666%
    }

    .col.xs-push-8 {
        left: 66.66666666666666%
    }

    .col.xs-9 {
        width: 75%
    }

    .col.xs-offset-9 {
        margin-left: 75%
    }

    .col.xs-pull-9 {
        right: 75%
    }

    .col.xs-push-9 {
        left: 75%
    }

    .col.xs-10 {
        width: 83.33333333333334%
    }

    .col.xs-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col.xs-pull-10 {
        right: 83.33333333333334%
    }

    .col.xs-push-10 {
        left: 83.33333333333334%
    }

    .col.xs-11 {
        width: 91.66666666666666%
    }

    .col.xs-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col.xs-pull-11 {
        right: 91.66666666666666%
    }

    .col.xs-push-11 {
        left: 91.66666666666666%
    }

    .col.xs-12 {
        width: 100%
    }

    .col.xs-offset-12 {
        margin-left: 100%
    }

    .col.xs-pull-12 {
        right: 100%
    }

    .col.xs-push-12 {
        left: 100%
    }
}

@media (min-width:768px) {
    .container {
        max-width: 750px
    }

    .col.sm-1 {
        width: 8.333333333333332%
    }

    .col.sm-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col.sm-pull-1 {
        right: 8.333333333333332%
    }

    .col.sm-push-1 {
        left: 8.333333333333332%
    }

    .col.sm-2 {
        width: 16.666666666666664%
    }

    .col.sm-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col.sm-pull-2 {
        right: 16.666666666666664%
    }

    .col.sm-push-2 {
        left: 16.666666666666664%
    }

    .col.sm-3 {
        width: 25%
    }

    .col.sm-offset-3 {
        margin-left: 25%
    }

    .col.sm-pull-3 {
        right: 25%
    }

    .col.sm-push-3 {
        left: 25%
    }

    .col.sm-4 {
        width: 33.33333333333333%
    }

    .col.sm-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col.sm-pull-4 {
        right: 33.33333333333333%
    }

    .col.sm-push-4 {
        left: 33.33333333333333%
    }

    .col.sm-5 {
        width: 41.66666666666667%
    }

    .col.sm-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col.sm-pull-5 {
        right: 41.66666666666667%
    }

    .col.sm-push-5 {
        left: 41.66666666666667%
    }

    .col.sm-6 {
        width: 50%
    }

    .col.sm-offset-6 {
        margin-left: 50%
    }

    .col.sm-pull-6 {
        right: 50%
    }

    .col.sm-push-6 {
        left: 50%
    }

    .col.sm-7 {
        width: 58.333333333333336%
    }

    .col.sm-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col.sm-pull-7 {
        right: 58.333333333333336%
    }

    .col.sm-push-7 {
        left: 58.333333333333336%
    }

    .col.sm-8 {
        width: 66.66666666666666%
    }

    .col.sm-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col.sm-pull-8 {
        right: 66.66666666666666%
    }

    .col.sm-push-8 {
        left: 66.66666666666666%
    }

    .col.sm-9 {
        width: 75%
    }

    .col.sm-offset-9 {
        margin-left: 75%
    }

    .col.sm-pull-9 {
        right: 75%
    }

    .col.sm-push-9 {
        left: 75%
    }

    .col.sm-10 {
        width: 83.33333333333334%
    }

    .col.sm-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col.sm-pull-10 {
        right: 83.33333333333334%
    }

    .col.sm-push-10 {
        left: 83.33333333333334%
    }

    .col.sm-11 {
        width: 91.66666666666666%
    }

    .col.sm-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col.sm-pull-11 {
        right: 91.66666666666666%
    }

    .col.sm-push-11 {
        left: 91.66666666666666%
    }

    .col.sm-12 {
        width: 100%
    }

    .col.sm-offset-12 {
        margin-left: 100%
    }

    .col.sm-pull-12 {
        right: 100%
    }

    .col.sm-push-12 {
        left: 100%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 970px
    }

    .col.md-1 {
        width: 8.333333333333332%
    }

    .col.md-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col.md-pull-1 {
        right: 8.333333333333332%
    }

    .col.md-push-1 {
        left: 8.333333333333332%
    }

    .col.md-2 {
        width: 16.666666666666664%
    }

    .col.md-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col.md-pull-2 {
        right: 16.666666666666664%
    }

    .col.md-push-2 {
        left: 16.666666666666664%
    }

    .col.md-3 {
        width: 25%
    }

    .col.md-offset-3 {
        margin-left: 25%
    }

    .col.md-pull-3 {
        right: 25%
    }

    .col.md-push-3 {
        left: 25%
    }

    .col.md-4 {
        width: 33.33333333333333%
    }

    .col.md-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col.md-pull-4 {
        right: 33.33333333333333%
    }

    .col.md-push-4 {
        left: 33.33333333333333%
    }

    .col.md-5 {
        width: 41.66666666666667%
    }

    .col.md-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col.md-pull-5 {
        right: 41.66666666666667%
    }

    .col.md-push-5 {
        left: 41.66666666666667%
    }

    .col.md-6 {
        width: 50%
    }

    .col.md-offset-6 {
        margin-left: 50%
    }

    .col.md-pull-6 {
        right: 50%
    }

    .col.md-push-6 {
        left: 50%
    }

    .col.md-7 {
        width: 58.333333333333336%
    }

    .col.md-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col.md-pull-7 {
        right: 58.333333333333336%
    }

    .col.md-push-7 {
        left: 58.333333333333336%
    }

    .col.md-8 {
        width: 66.66666666666666%
    }

    .col.md-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col.md-pull-8 {
        right: 66.66666666666666%
    }

    .col.md-push-8 {
        left: 66.66666666666666%
    }

    .col.md-9 {
        width: 75%
    }

    .col.md-offset-9 {
        margin-left: 75%
    }

    .col.md-pull-9 {
        right: 75%
    }

    .col.md-push-9 {
        left: 75%
    }

    .col.md-10 {
        width: 83.33333333333334%
    }

    .col.md-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col.md-pull-10 {
        right: 83.33333333333334%
    }

    .col.md-push-10 {
        left: 83.33333333333334%
    }

    .col.md-11 {
        width: 91.66666666666666%
    }

    .col.md-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col.md-pull-11 {
        right: 91.66666666666666%
    }

    .col.md-push-11 {
        left: 91.66666666666666%
    }

    .col.md-12 {
        width: 100%
    }

    .col.md-offset-12 {
        margin-left: 100%
    }

    .col.md-pull-12 {
        right: 100%
    }

    .col.md-push-12 {
        left: 100%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }

    .col.lg-1 {
        width: 8.333333333333332%
    }

    .col.lg-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col.lg-pull-1 {
        right: 8.333333333333332%
    }

    .col.lg-push-1 {
        left: 8.333333333333332%
    }

    .col.lg-2 {
        width: 16.666666666666664%
    }

    .col.lg-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col.lg-pull-2 {
        right: 16.666666666666664%
    }

    .col.lg-push-2 {
        left: 16.666666666666664%
    }

    .col.lg-3 {
        width: 25%
    }

    .col.lg-offset-3 {
        margin-left: 25%
    }

    .col.lg-pull-3 {
        right: 25%
    }

    .col.lg-push-3 {
        left: 25%
    }

    .col.lg-4 {
        width: 33.33333333333333%
    }

    .col.lg-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col.lg-pull-4 {
        right: 33.33333333333333%
    }

    .col.lg-push-4 {
        left: 33.33333333333333%
    }

    .col.lg-5 {
        width: 41.66666666666667%
    }

    .col.lg-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col.lg-pull-5 {
        right: 41.66666666666667%
    }

    .col.lg-push-5 {
        left: 41.66666666666667%
    }

    .col.lg-6 {
        width: 50%
    }

    .col.lg-offset-6 {
        margin-left: 50%
    }

    .col.lg-pull-6 {
        right: 50%
    }

    .col.lg-push-6 {
        left: 50%
    }

    .col.lg-7 {
        width: 58.333333333333336%
    }

    .col.lg-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col.lg-pull-7 {
        right: 58.333333333333336%
    }

    .col.lg-push-7 {
        left: 58.333333333333336%
    }

    .col.lg-8 {
        width: 66.66666666666666%
    }

    .col.lg-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col.lg-pull-8 {
        right: 66.66666666666666%
    }

    .col.lg-push-8 {
        left: 66.66666666666666%
    }

    .col.lg-9 {
        width: 75%
    }

    .col.lg-offset-9 {
        margin-left: 75%
    }

    .col.lg-pull-9 {
        right: 75%
    }

    .col.lg-push-9 {
        left: 75%
    }

    .col.lg-10 {
        width: 83.33333333333334%
    }

    .col.lg-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col.lg-pull-10 {
        right: 83.33333333333334%
    }

    .col.lg-push-10 {
        left: 83.33333333333334%
    }

    .col.lg-11 {
        width: 91.66666666666666%
    }

    .col.lg-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col.lg-pull-11 {
        right: 91.66666666666666%
    }

    .col.lg-push-11 {
        left: 91.66666666666666%
    }

    .col.lg-12 {
        width: 100%
    }

    .col.lg-offset-12 {
        margin-left: 100%
    }

    .col.lg-pull-12 {
        right: 100%
    }

    .col.lg-push-12 {
        left: 100%
    }
}

@media (min-width:1530px) {
    .container {
        max-width: 1560px;
        padding: 0 15px
    }

    .row {
        margin: 0 -15px
    }

    .col {
        padding: 0 15px
    }

        .col.bg-1 {
            width: 8.333333333333332%
        }

        .col.bg-offset-1 {
            margin-left: 8.333333333333332%
        }

        .col.bg-pull-1 {
            right: 8.333333333333332%
        }

        .col.bg-push-1 {
            left: 8.333333333333332%
        }

        .col.bg-2 {
            width: 16.666666666666664%
        }

        .col.bg-offset-2 {
            margin-left: 16.666666666666664%
        }

        .col.bg-pull-2 {
            right: 16.666666666666664%
        }

        .col.bg-push-2 {
            left: 16.666666666666664%
        }

        .col.bg-3 {
            width: 25%
        }

        .col.bg-offset-3 {
            margin-left: 25%
        }

        .col.bg-pull-3 {
            right: 25%
        }

        .col.bg-push-3 {
            left: 25%
        }

        .col.bg-4 {
            width: 33.33333333333333%
        }

        .col.bg-offset-4 {
            margin-left: 33.33333333333333%
        }

        .col.bg-pull-4 {
            right: 33.33333333333333%
        }

        .col.bg-push-4 {
            left: 33.33333333333333%
        }

        .col.bg-5 {
            width: 41.66666666666667%
        }

        .col.bg-offset-5 {
            margin-left: 41.66666666666667%
        }

        .col.bg-pull-5 {
            right: 41.66666666666667%
        }

        .col.bg-push-5 {
            left: 41.66666666666667%
        }

        .col.bg-6 {
            width: 50%
        }

        .col.bg-offset-6 {
            margin-left: 50%
        }

        .col.bg-pull-6 {
            right: 50%
        }

        .col.bg-push-6 {
            left: 50%
        }

        .col.bg-7 {
            width: 58.333333333333336%
        }

        .col.bg-offset-7 {
            margin-left: 58.333333333333336%
        }

        .col.bg-pull-7 {
            right: 58.333333333333336%
        }

        .col.bg-push-7 {
            left: 58.333333333333336%
        }

        .col.bg-8 {
            width: 66.66666666666666%
        }

        .col.bg-offset-8 {
            margin-left: 66.66666666666666%
        }

        .col.bg-pull-8 {
            right: 66.66666666666666%
        }

        .col.bg-push-8 {
            left: 66.66666666666666%
        }

        .col.bg-9 {
            width: 75%
        }

        .col.bg-offset-9 {
            margin-left: 75%
        }

        .col.bg-pull-9 {
            right: 75%
        }

        .col.bg-push-9 {
            left: 75%
        }

        .col.bg-10 {
            width: 83.33333333333334%
        }

        .col.bg-offset-10 {
            margin-left: 83.33333333333334%
        }

        .col.bg-pull-10 {
            right: 83.33333333333334%
        }

        .col.bg-push-10 {
            left: 83.33333333333334%
        }

        .col.bg-11 {
            width: 91.66666666666666%
        }

        .col.bg-offset-11 {
            margin-left: 91.66666666666666%
        }

        .col.bg-pull-11 {
            right: 91.66666666666666%
        }

        .col.bg-push-11 {
            left: 91.66666666666666%
        }

        .col.bg-12 {
            width: 100%
        }

        .col.bg-offset-12 {
            margin-left: 100%
        }

        .col.bg-pull-12 {
            right: 100%
        }

        .col.bg-push-12 {
            left: 100%
        }
}

.btn {
    position: relative;
    display: inline-block;
    border-radius: 0;
    border: 0;
    will-change: background-color;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    cursor: pointer
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

main {
    padding-top: 60px
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1003;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-top {
    position: relative;
    height: 4em;
    background-color: #000;
    overflow: hidden;
    z-index: 1001;
}

    .header-top .logo {
        position: absolute;
        top: 50%;
        left: 15px;
        color: #fff;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .header-top .logo.linked {
            cursor: pointer
        }

        .header-top .logo .icon {
            width: 200px;
            height: 27px
        }

    .header-top button {
        position: absolute;
        width: 4em;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #fcd600;
    }

        .header-top button .icon {
            position: absolute;
            font-size: 1.6em;
            top: 50%;
            left: 50%;
            color: #000;
            will-change: opacity;
            opacity: 1;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            -webkit-transition: opacity .3s ease-out;
            transition: opacity .3s ease-out;
        }

        .header-top button .icon-cross {
            display: none;
            font-size: 1.286em;
            opacity: 0
        }

    .header-top .info {
        display: none
    }

.header-bottom {
    position: absolute;
    width: auto;
    max-width: 305px;
    top: 4em;
    right: 0;
    margin-top: -4em;
    will-change: transform,opacity;
    opacity: 0;
    background-color: #fcd600;
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
    z-index: 1000;
}

    .header-bottom nav {
        padding: 20px 0 0;
        margin: 0 -15px;
    }

        .header-bottom nav a {
            display: inline-block;
            width: 100%;
            padding: 21px 40px;
            background-color: transparent;
            color: #000;
            line-height: 1;
            will-change: background-color;
            text-decoration: none;
            -webkit-transition: background-color .3s ease-out;
            transition: background-color .3s ease-out;
        }

            .header-bottom nav a:focus, .header-bottom nav a:active {
                outline: 0 !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                color: #000
            }

            .header-bottom nav a:hover, .header-bottom nav a.active {
                background-color: #fcc900;
                color: #000
            }

    .header-bottom .info {
        padding: 40px 25px 50px;
    }

        .header-bottom .info a {
            color: #000;
            font-size: 1.28571429em;
            font-weight: 700;
            line-height: 1
        }

.header.open .header-top button .icon {
    opacity: 0;
}

.header.open .header-top button .icon-cross {
    display: block;
    opacity: 1
}

.header.open .header-bottom {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media (min-width:768px) {
    .header-top .logo {
        left: 24px
    }

    .header-top .info {
        display: inline-block;
        position: absolute;
        right: 85px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .header-top .info a {
            color: #fff;
            font-size: 1.16666667em
        }

    .header-bottom .info {
        padding-bottom: 405px
    }
}

@media (min-width:992px) {
    main {
        padding-top: 180px
    }

    .header {
        -webkit-transition: width .3s ease-out,height .3s ease-out;
        transition: width .3s ease-out,height .3s ease-out;
    }

    .header-top {
        height: auto;
        padding: 40px 0;
        font-size: 0;
        overflow: visible;
    }

        .header-top button {
            display: none
        }

        .header-top .logo, .header-top .info {
            display: inline-block;
            vertical-align: middle;
            width: 50%;
            font-size: 1rem;
            -webkit-transform: none;
            transform: none
        }

        .header-top .logo {
            position: static;
        }

            .header-top .logo .icon {
                width: 200px;
                height: 47px;
                -webkit-transition: width .3s ease-out,height .3s ease-out;
                transition: width .3s ease-out,height .3s ease-out
            }

        .header-top .info {
            position: static;
            text-align: right;
            -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
            transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
            transition: transform .3s ease-out,opacity .3s ease-out;
            transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out;
        }

            .header-top .info a {
                font-weight: 500;
                font-size: 1.71428571em
            }

    .header-bottom {
        position: static;
        padding-top: 0;
        margin: 0;
        max-width: 100%;
        top: 152px;
        left: 110px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        background-color: transparent;
        opacity: 1;
        -webkit-transition: top .3s ease-out;
        transition: top .3s ease-out;
    }

        .header-bottom nav {
            position: static;
            z-index: 1002;
        }

            .header-bottom nav a {
                width: auto;
                padding: 10px 20px;
                font-weight: 500;
                color: #000;
                -webkit-transition: color .3s ease-out,background-color .3s ease-out;
                transition: color .3s ease-out,background-color .3s ease-out
            }

    .header-fixed {
        position: fixed;
        width: 100%;
        padding: 11px 0;
        background-color: #000;
    }

        .header-fixed .info {
            -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
            opacity: 0;
            -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
            transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
            transition: transform .3s ease-out,opacity .3s ease-out;
            transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out
        }

        .header-fixed .logo .icon {
            width: 200px;
            height: 25px
        }

        .header-fixed .header-top {
            padding: 0;
            background-color: transparent
        }

        .header-fixed .header-bottom {
            position: absolute;
            top: 0;
            width: 50%;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            z-index: 1002;
            text-align: center;
            -webkit-transition: top .3s ease-out,color .3s ease-out,background-color .3s ease-out;
            transition: top .3s ease-out,color .3s ease-out,background-color .3s ease-out;
        }

            .header-fixed .header-bottom nav {
                padding: 0;
                margin: 0;
            }

                .header-fixed .header-bottom nav a {
                    padding: 29.5px 20px;
                    color: #fff;
                }

                    .header-fixed .header-bottom nav a:focus, .header-fixed .header-bottom nav a:active {
                        outline: 0 !important;
                        -webkit-box-shadow: none !important;
                        box-shadow: none !important;
                        color: #000
                    }

                    .header-fixed .header-bottom nav a:hover, .header-fixed .header-bottom nav a.active {
                        background-color: #fcc900;
                        color: #000
                    }
}

@media (min-width:1530px) {
    .header {
        font-size: 14px;
    }

    .header-fixed .header-bottom nav a {
        padding: 34px 12px
    }
}

main {
    position: relative;
    min-height: 100vh;
    padding-bottom: 90px
}

.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 41px 30px;
    background-color: #000;
}

    .footer .building {
        position: absolute;
        width: 100%;
        height: 190px;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%,-100%);
        transform: translate(-50%,-100%);
        overflow: hidden;
    }

        .footer .building .icon {
            position: relative;
            width: 150%;
            min-height: 195px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

    .footer address {
        font-style: normal;
        text-align: right;
    }

        .footer address span {
            display: inline-block;
            width: 320px;
            font-size: 12px;
            color: #fff;
            text-align: right;
        }

@media (min-width:768px) {
    .footer address {
        text-align: right;
    }

        .footer address span {
            width: 320px;
            text-align: right;
        }

    .footer .building {
        top: 20px
    }
}

@media (min-width:992px) {
    .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .footer .building {
            top: 100px
        }

        .footer address span {
            width: 320px;
            padding: 0;
            text-align: right;
        }
}

@media (min-width:1200px) {
    .footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

        .footer address {
            -webkit-transform: translateX(400px);
            transform: translateX(400px)
        }
}

main {
    padding-top: 0
}

.promo {
    position: relative;
    background-color: #000;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .promo h1 {
        width: 100%;
        margin: 0;
        padding: 0 0 0 30px;
        font-size: 1.71428571em;
        color: #fff;
        letter-spacing: 5px;
        text-transform: uppercase;
        text-align: left;
        z-index: 2
    }

    .promo picture {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 100%;
    }

        .promo picture img {
            display: block;
            margin: 0 auto
        }

    .promo .achievements ul {
        padding: 42px 15px 30px;
        font-size: 0;
        text-align: left;
    }

        .promo .achievements ul li {
            display: inline-block;
            vertical-align: top;
            width: 50%;
            font-size: 1rem;
        }

            .promo .achievements ul li span {
                color: #fcd600;
                font-size: 1.28571429em;
                font-weight: 700;
                line-height: 1
            }

            .promo .achievements ul li small {
                display: block;
                margin-top: 1em;
                padding-right: 30px;
                color: #fff;
                font-size: .85714286em
            }

.services .container h2 {
    padding: 80px 0 47px;
    text-align: center;
    font-size: 1.71428571em
}

.services .container .services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .services .container .services-list .service {
        width: 50%;
        margin: 0 0 34px;
    }

    .services .container .services-list .service-hover {
        position: absolute;
        height: auto;
        width: 100%;
        /*background-color: #f2f2f2;*/
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        opacity: 0;
        -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
        transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
        transition: opacity .3s ease-out,transform .3s ease-out;
        transition: opacity .3s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out;
        z-index: 0;
    }

        .services .container .services-list .service-hover p {
            padding: 30px 50px 50px;
            text-align: center
        }

    .services .container .services-list .service svg {
        display: block;
        width: 120px;
        height: 120px;
        margin: 0 auto
    }

    .services .container .services-list .service span {
        display: block;
        width: 100%;
        padding-top: 30px;
        text-align: center;
        font-weight: 500
    }

.services .container a {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 19px 64px;
    margin: 0 0 100px;
    /*background-color: #fcd600;*/
    font-size: 1.28571429em;
    font-weight: 500;
    color: #000;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

    .services .container a:hover {
        background-color: #e3b500;
        -webkit-transition: background-color .3s ease-out;
        transition: background-color .3s ease-out
    }

.stock {
    max-width: 400px;
    padding: 0 15px 100px;
    margin: 0 auto;
}

    .stock .container {
        position: relative;
        padding: 0;
        background-color: #fcd600;
        font-size: 0
    }

.stock-img {
    padding-top: 60px;
}

    .stock-img img {
        width: 100%
    }

.stock-text {
    padding-bottom: 50px;
    font-size: 14px;
}

    .stock-text h2 {
        position: absolute;
        padding: 23px 0 23px 21px;
        margin: 0;
        top: -5px
    }

    .stock-text strong {
        display: inline-block;
        width: 165px;
        padding: 30px 0 0 21px;
        font-size: 1.71428571em
    }

    .stock-text p {
        margin: 0;
        padding: 30px 21px 15px;
        font-size: .85714286em
    }

    .stock-text ul {
        margin: 0;
        padding-bottom: 21px;
        font-size: .85714286em
    }

    .stock-text span {
        display: block;
        padding: 0 0 0 21px;
        font-size: 1.71428571em;
        font-weight: 700
    }

    .stock-text a {
        display: block;
        padding: 16px 0;
        margin: 50px auto 0;
        max-width: 230px;
        text-align: center;
        color: #fcd600;
        background-color: #000
    }

.stock2 strong {
    padding: 30px 0 30px 21px
}

.stock2 span {
    font-weight: 400;
    font-size: 1.3em
}

.stock2 p {
    padding: 5px 0 0 21px
}

.stock3 small {
    display: block;
    font-weight: 300;
    font-size: 14px
}

.stock3 span {
    font-size: 1.71428571em
}

.stock3 p {
    font-weight: 700;
    font-size: 1.28571429em
}

.stock4-text p strong {
    display: block;
    padding: 8px 0
}

.stock4-text small {
    padding: 0 0 0 21px;
    font-weight: 700
}

.stock4-text .info {
    padding: 20px 50px 0 21px;
    font-size: 10px;
    font-weight: 400
}

.stock5 span {
    padding: 10px 0 0 21px;
    font-size: 1.31428571em
}

.stock6 span {
    padding-bottom: 10px;
    font-size: 16px
}

.stock6 ul {
    padding: 0 25px 21px 40px
}

.about {
    padding: 80px 0;
    background-color: #e3e3e3;
}

    .about p {
        padding: 50px 15px 0;
        margin: 0
    }

    .about h2 {
        font-size: 1.71428571em
    }

@media (min-width:768px) {
    .promo {
        overflow: hidden;
    }

        .promo h1 {
            width: 100%;
            padding: 0 0 75px;
            margin: 0;
            text-align: center;
            font-size: 2.14285714em
        }

        .promo .achievements {
            position: absolute;
            top: 190px;
            left: 70px;
        }

            .promo .achievements ul {
                padding: 0;
            }

                .promo .achievements ul li {
                    display: block;
                    padding: 25px 0;
                }

                    .promo .achievements ul li span {
                        font-size: 1.71428571em;
                        font-weight: 700
                    }

                    .promo .achievements ul li small {
                        font-size: 1em
                    }

    .services .container .services-list {
        width: 100%;
    }

        .services .container .services-list .service {
            width: 33.3333333%
        }

    .services .container a {
        margin-bottom: 100px
    }

    .stock {
        position: relative;
        max-width: 100%;
        margin-top: 172px;
    }

    .stock-text {
        padding: 40px 0;
    }

        .stock-text h2 {
            position: static;
            padding: 21px 0 0 21px;
            margin: 0
        }

        .stock-text strong {
            width: 190px
        }

        .stock-text p {
            padding: 20px 0 0 21px
        }

        .stock-text ul {
            padding-top: 15px
        }

        .stock-text span {
            padding: 10px 0 24px 21px
        }

        .stock-text a {
            margin: 0 0 0 21px
        }

    .stock-img, .stock-text {
        display: inline-block;
        vertical-align: top;
        width: 40%
    }

    .stock-img {
        width: 60%;
        padding: 0;
    }

        .stock-img img {
            min-height: 417px
        }

    .stock2 a {
        margin: 23px 0 0 21px
    }

    .stock2-text {
        padding: 35px 0
    }

    .stock4-text {
        padding: 0
    }

    .stock4 p {
        padding: 10px 0 0 21px
    }

    .stock4 .info {
        padding: 0 0 0 21px
    }

    .stock5 span {
        padding: 10px 5px 24px 21px
    }

    .stock5 p {
        padding: 0 0 0 21px
    }

    .stock6 span {
        padding-bottom: 0
    }

    .stock6 h2 {
        padding-top: 0
    }

    .stock6-text {
        padding-bottom: 0
    }

    .about h2 {
        text-align: center
    }
}

@media (min-width:992px) {
    .header {
        background-color: #000;
    }

        .header nav a {
            color: #fff
        }

    .header-bottom {
        position: absolute;
        left: 0
    }

    .promo h1 {
        position: absolute;
        bottom: 60px;
        padding: 0
    }

    .promo .container img {
        display: block;
        position: relative;
        max-width: 700px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .promo .achievements {
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .promo .achievements ul li span {
            color: #fff
        }

    .services .container .services-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .services .container .services-list .service {
            position: relative;
            padding: 40px 0;
            margin: 0;
            -webkit-transition: background-color .3s ease-out;
            transition: background-color .3s ease-out;
        }

            .services .container .services-list .service:hover {
                /*background-color: #f2f2f2;*/
                -webkit-transition: background-color .3s ease-out;
                transition: background-color .3s ease-out;
            }

                .services .container .services-list .service:hover .service-hover {
                    -webkit-transform: scaleY(1);
                    transform: scaleY(1);
                    opacity: 1;
                    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
                    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
                    transition: opacity .3s ease-out,transform .3s ease-out;
                    transition: opacity .3s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out;
                    z-index: 1002
                }

            .services .container .services-list .service span {
                font-weight: 700
            }

    .services .container a {
        margin-top: 25px
    }

    .stock-text {
        padding: 40px 0;
    }

        .stock-text h2 {
            position: static;
            padding: 40px 0 0 60px;
            -webkit-transform: translateX(0);
            transform: translateX(0);
            font-size: 1.28571429em
        }

        .stock-text strong {
            padding: 21px 0 0 60px;
            font-size: 2.14285714em;
            width: 270px
        }

        .stock-text p {
            padding: 25px 25px 25px 60px;
            font-size: 1em
        }

        .stock-text ul {
            padding: 0 25px 23px 60px;
            font-size: 1em
        }

        .stock-text span {
            padding: 0 0 80px 60px
        }

        .stock-text a {
            margin: 0 0 0 60px;
            -webkit-transition: background-color .3s ease-out;
            transition: background-color .3s ease-out;
        }

            .stock-text a:hover {
                background-color: #323232;
                -webkit-transition: background-color .3s ease-out;
                transition: background-color .3s ease-out
            }

    .stock-img img {
        min-height: 538px
    }

    .stock2-text {
        padding: 40px 0 0;
    }

        .stock2-text span {
            padding: 70px 0 5px 60px
        }

        .stock2-text p {
            padding: 0 25px 0 60px
        }

        .stock2-text a {
            margin: 82px 0 82px 60px
        }

    .stock3-text p {
        font-size: 1.28571429em
    }

    .stock3-text span {
        padding: 0 0 0 60px;
        font-size: 3.14285714em
    }

    .stock3-text small {
        padding: 25px 0
    }

    .stock4-text {
        padding: 0
    }

    .stock4 small {
        padding: 0 0 0 60px;
        font-size: 1.18571429em
    }

    .stock4 p strong {
        padding: 30px 0
    }

    .stock4 .info {
        padding: 10px 10px 0 60px
    }

    .stock5 span {
        padding: 40px 0 40px 60px
    }

    .stock6 span {
        padding-bottom: 10px
    }

    .stock6 p {
        padding-bottom: 35px
    }

    .about .container {
    }

        .about .container h2 {
            font-size: 2.57142857em
        }

        .about .container p {
            font-weight: 500
        }
}

@media (min-width:1200px) {
    .promo h1 {
        font-size: 3.42857142em;
        bottom: 100px
    }

    .achievements div span {
        font-size: 2.14285714em
    }

    .stock-text strong {
        width: 390px;
        padding-top: 40px;
        font-size: 3.42857142em
    }

    .stock-text p {
        font-weight: 500
    }

    .stock-img img {
        width: 100%;
        min-height: 638px
    }

    .stock2-text span {
        padding: 140px 0 18px 60px
    }

    .stock4 .info {
        padding: 30px 30px 0 60px;
        font-size: 14px
    }

    .stock6 p {
        padding-bottom: 70px;
        font-size: 18px
    }

    .stock6 span {
        padding-bottom: 20px
    }
}

@media (min-width:1530px) {
    .promo h1 {
        bottom: 150px
    }

    .services .container .services-list {
        width: 100%;
        padding: 0 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align:center;
    }

        .services .container .services-list .service {
            width: 50%;
        }

        .services .container .services-list .service-hover p {
            padding: 30px 10px 50px
        }

    .stock {
        font-size: 14px;
    }

    .stock-img img {
        max-width: 906px;
        min-height: 824px
    }

    .stock-text strong {
        font-size: 5.14285714em
    }

    .stock-text h2 {
        font-size: 2.14285714em
    }

    .stock-text p {
        width: 60%
    }

    .stock-text span {
        font-size: 4em
    }

    .stock2-text span {
        padding: 70px 0 20px 60px
    }

    .stock2-text p {
        padding: 0 0 0 60px;
        font-size: 1em
    }

    .stock2-text a {
        margin: 85px 0 85px 60px
    }

    .stock3-text p {
        font-size: 1.71428571em
    }

    .stock6 p {
        width: 90%
    }

    .stock6 span {
        font-size: 18px
    }

    .stock6 ul {
        padding-right: 195px
    }
}


.about p {
    padding: 20px 15px 0;
}

.executor, .stage {
    padding:80px 0;
}

.executor-list {
    justify-content: space-around;
    display: flex;
}
    .executor-list li {
        display: inline-block;
        list-style-type: none;
        list-style-position: inside;
    }

.contacts {
    font-size: 14px;
    padding:80px 0;
}

    .contacts .map {
        margin: 0 -30px;
        min-height: 300px;
        padding-bottom: 40px
    }

    .contacts .container {
        padding: 0 30px 200px;
    }

        .contacts .container h2 {
            padding: 40px 0;
            font-size: 1.71428571em;
            margin:0;
            padding:0;
            margin-bottom:70px;
        }

        .contacts .container .contacts-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .contacts .container .contacts-list li {
                list-style-type: none;
                list-style-position: inside
            }

            .contacts .container .contacts-list div {
                padding-bottom: 40px
            }

            .contacts .container .contacts-list strong, .contacts .container .contacts-list span {
                display: block;
                font-style: normal
            }

            .contacts .container .contacts-list span {
                font-weight: 500;
                line-height: 2
            }

            .contacts .container .contacts-list address {
                width: 200px
            }

            .contacts .container .contacts-list strong {
                padding-bottom: 5px
            }

            .contacts .container .contacts-list button {
                display: none;
                cursor: pointer;
                -webkit-transition: background-color .3s ease-out;
                transition: background-color .3s ease-out;
            }

                .contacts .container .contacts-list button:hover {
                    background-color: #e3b500
                }

@media (min-width:768px) {
    .contacts .map {
        min-height: 300px;
        padding-bottom: 40px;
        margin: 0
    }

    .contacts .container h2 {
        padding-left: 0
    }

    .contacts .container .contacts-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 60px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .contacts .container .contacts-list li {
            display: inline-block;
            vertical-align: top
        }

        .contacts .container .contacts-list address {
            width: 360px
        }
}

@media (min-width:992px) {
    .contacts .map {
        min-height: 370px;
        padding-bottom: 60px
    }

    .contacts .container h2 {
        font-size: 2.57142857em
    }

    .contacts .container .contacts-list {
        padding: 0 50px;
    }

        .contacts .container .contacts-list button {
            display: inline-block;
            padding: 14px 30px;
            background-color: #fcd600;
            border: none;
            color: #000;
            font-size: 1.28571429em;
            font-weight: 500
        }

        .contacts .container .contacts-list strong, .contacts .container .contacts-list span {
            font-size: 1em
        }
}

@media (min-width:1200px) {
    .contacts .map {
        min-height: 450px
    }

    .contacts .container h2 {
        font-size: 36px
    }

    .contacts .container .contacts-list {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (min-width:1530px) {
    .contacts .map {
        min-height: 700px
    }

    .contacts .container h2 {
        font-size: 60px
    }
}

.btn-ref {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 19px 64px;    
    margin-top: 60px;
    background-color: #fcd600;
    font-size: 1.28571429em;
    font-weight: 500;
    color: #000;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

.rekv-left {
    padding-top:40px;
}
.rekv-right {
    /*padding-top: 75px;*/
}

.wrapper-cert {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.wrapper-cert div{
    width:50%;
}
    .wrapper-cert div.w30 {
        width: 33%;
    }
    .col-cert img {
    width:100%;
    height:auto;
}
.services .container a {
    margin-bottom:0;
}

.attention-block {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    padding: 35px 0;
    color: red;
    background: #e3e3e3;
    z-index: 9999;
    text-align: center;
    font-size: 18pt;
    border-top:2px white solid;
}
.close-attention-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    max-width: 32px;
    cursor:pointer;
}

.t-rekviz {
    border-collapse:collapse !important;
    width:100% !important;
}
.t-rekviz td{
    border:1px black solid !important;
    padding:10px;
}
.rekvizit-wrapper h3 {
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

.rekvizit-wrapper {
    margin-top:-50px;
}