.logo {
  display: block;
  background-repeat: no-repeat;
    background-size: 80px 80px;
    background-image: url("../img/logo.svg");
    background-position: center center;
    width: 80px;
    height: 80px
}

.logo-text {
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    left: auto
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
::selection {
    background-color: #37383c;
    color: white
}
::-moz-selection {
    background-color: #37383c;
    color: white
}
body {
    margin: 0
}
body:before,
body:after {
    content: "";
    display: table
}
body:after {
    clear: both
}
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
canvas,
hgroup,
p,
blockquote,
figure,
form,
fieldset,
input,
legend,
pre,
abbr {
    margin: 0;
    padding: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: top
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 500
}
mark {
    color: #37383c;
    background: #eee
}
small {
    font-size: 80%
}
sub,
sup {
    position: relative;
    line-height: 0;
    vertical-align: top;
    top: -5px
}
img {
    border: 0;
    vertical-align: top;
}
svg:not(:root) {
    overflow: hidden
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
figure {
    margin: 0
}
pre {
    overflow: auto
}
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 16px
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
    outline: none
}
input {
    line-height: normal
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    padding: 10px;
    margin: 0 2px;
    border: 1px solid #37383c
}
legend {
    padding: 0;
    border: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-spacing: 0;
    border-collapse: collapse
}
td,
th {
    padding: 0
}
body {
    font-family: "Graphik Web", "Arial", "sans-serif";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.52;
    color: #000000;
    background-color: #fff;
    font-style: normal;
    letter-spacing: normal
}
a {
    color: inherit;
    text-decoration: none
}
a:hover,
a:focus {
    color: inherit
}
a:focus {
    outline: none
}
p {
    margin: 0 0 5px;
}
p:last-child {
    margin: 0
}
h1 {
    font-size: 28px;
    line-height: 1.35;
    font-weight: 300
}
h2 {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 300
}
h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300
}
h4 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300
}
h5 {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 300
}
h6 {
    font-size: 14px;
    font-weight: 300
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0
}
*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
    margin-top: 10px
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
hr {
    width: 80px;
    height: 1px;
    border: 0;
    margin: 15px auto;
    display: block;
    background-color: #bbb
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 0
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}
#wrapper {
    position: relative;
    margin: 0 auto 0;
    width: 100%;
    height: 100%
}
.container {
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 768px) {
    .container {
        width: 100%
    }
}
@media (min-width: 1024px) {
    .container {
        width: 100%
    }
}
@media (min-width: 1200px) {
    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px
}
@media screen and (min-width: 1400px) {
    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
        padding-right: 0px
    }
}
.container-flex {
    width: 100%
}
#mid-content {
    position: relative
}
.strech {
    position: relative;
    width: 100%;
    margin: 0;
    display: block
}
.container .row {
    margin-right: -20px;
    margin-left: -20px
}
.container-fluid .row {
    margin-left: -30px;
    margin-right: -30px
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    .col-xs-12-landscape {
        width: 50%
    }
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1024px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1800px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
.row-full-height {
    height: 100%
}
.col-full-height {
    height: 100%;
    vertical-align: middle
}
.row-same-height {
    display: table;
    width: 100%;
    table-layout: fixed
}
.col-xs-height {
    display: table-cell;
    float: none !important
}
@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important
    }
}
@media (min-width: 1024px) {
    .col-md-height {
        display: table-cell;
        float: none !important
    }
}
@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important
    }
}
.col-top {
    vertical-align: top
}
.col-middle {
    vertical-align: middle
}
.col-bottom {
    vertical-align: bottom
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 15px
}
input[type="search"] {
    box-sizing: border-box
}
input[type="radio"],
input[type="checkbox"] {
    margin: 0 10px 0 0;
    line-height: normal
}
input[type="file"] {
    display: block;
    cursor: pointer
}
input[type="range"] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="password"]:focus {
    outline: 0;
    outline: none;
    outline-offset: 0
}
input[type="text"]:disabled {
    cursor: default
}
.control-group {
    padding: 0;
    margin-bottom: 40px
}
#wrapper:before,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    display: table;
    content: " "
}
#wrapper:after .clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}
.right {
    float: right !important
}
.left {
    float: left !important
}
.center {
    text-align: center !important
}
.show {
    display: block !important
}
.invisible {
    visibility: hidden
}
.hidden {
    display: none !important;
    visibility: hidden !important
}
.affix {
    position: fixed
}
@-ms-viewport {
    width: device-width
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}
@media screen and (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}
@media screen and (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}
@media screen and (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}
@media screen and (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm-block {
        display: block !important
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm-inline {
        display: inline !important
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .visible-md-block {
        display: block !important
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .visible-md-inline {
        display: inline !important
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 1800px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}
@media (min-width: 1800px) {
    .visible-lg-block {
        display: block !important
    }
}
@media (min-width: 1800px) {
    .visible-lg-inline {
        display: inline !important
    }
}
@media (min-width: 1800px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}
@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm {
        display: none !important
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width: 1800px) {
    .hidden-lg {
        display: none !important
    }
}
.visible-print {
    display: none !important
}
@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}
.visible-print-block {
    display: none !important
}
@media print {
    .visible-print-block {
        display: block !important
    }
}
.visible-print-inline {
    display: none !important
}
@media print {
    .visible-print-inline {
        display: inline !important
    }
}
.visible-print-inline-block {
    display: none !important
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}
@media print {
    .hidden-print {
        display: none !important
    }
}
.main {
    padding: 100px 14% 0;
    clear: both;
    width: 100%;
    display: table;
}
@media screen and (max-width: 767px) {
    .main {
        padding: 30px
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .main {
        padding: 40px 40px 0
    }
}
@media screen and (min-width: 1400px) {
    .main {
        padding: 100px 14% 0
    }
}



.link {
    position: relative
}

.link:before {
    background: rgba(0, 0, 0, .2)
}

.link:after,
.link:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px
}

.link:after {
    background: #626271;
    pointer-events: none;
    transform-origin: 100% 0;
    transform: scaleX(0);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1)
}

.link a:active:after,
.link:focus:after,
.link:hover:after {
    transform: scale(1);
    transform-origin: 0 0
}

.link:hover {
    color: #1f1f2d
}




#pageload {
    opacity: 0
}
.no-js #pageload {
    opacity: 1
}
@media screen and (max-width: 767px) {
    .error {
        font-size: 21px;
        line-height: 33px
    }
}
.client {
    background: rgba(0, 0, 0, 0.01);
    max-width: 100%;
    display: block;
    margin: 0 0 20px;
    height: 300px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0
}
@media screen and (max-width: 767px) {
    .client {
        height: auto
    }
}
.client-image {
    border-width: 0;
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%
}
img[data-action="zoom"] {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in
}
.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 666;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}
img.zoom-img {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out
}
.zoom-overlay {
    z-index: 420;
    background: rgba(55, 56, 60, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    filter: "alpha(opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms
}
.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 1
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
    cursor: default
}
.work-content {
    position: relative;
    padding: 30px
}

.work-content .work-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(55, 56, 60, 0.05)
}

.sold {
	position: absolute;
	z-index: 1000;
	padding: 0;
	color: white;
	text-align: center;
	background: #37383c;
	padding: 4px 8px 2px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 0px;
	margin: 20px;
    }
    
.work-content .work-background-1 {
    background: -webkit-linear-gradient(#edf4ec, #c6e2e9);
    background: linear-gradient(#edf4ec, #c6e2e9)
}
.work-content .work-background-2 {
    background: #f1f9ff
}
.work-content .work-background-3 {
    background: #fff6f6
}
.work-content .work-background-4 {
    background: #dafcff
}
.work-content .work-background-5 {
    background: #fafafa
}
.work-content .work-background-6 {
    background: #f3f9ff
}
.work-content .work-background-7 {
    background: #f2fff3
}
.work-image {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 30px 40px rgba(0, 0, 0, .1)
}
.work-image img {
    width: 100%
}
@media (min-width: 480px) {
    .work-content .work-image {
        width: auto;
        max-width: 100%
    }
}
.work-description {
    text-decoration: none;
    display: block;
    height: 50px;
    margin-top: 0px;
    overflow: hidden;
    word-wrap: break-word;
    color: rgba(55, 56, 60, 0.5);
    font-size: 14px
}
.ellipsis-three-lines {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: box !important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}
.work-title {
    text-decoration: none;
    display: block;
    margin-top: 10px;
    height: 28px;
    overflow: hidden;
    word-wrap: break-word
}
.ellipsis-one-lines {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: box !important;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}
.data,
.hide-data {
    display: none;
}
.tab .open,
.tab .open:hover {
    color: rgba(55, 56, 60, 0.4);
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(55, 56, 60, 0.2)
}
.tab a,
.tab a:hover {
    cursor: pointer;
    color: rgba(55, 56, 60, 0.4);
}
.slider .slide {
    display: none;
}
.slider .slide.active {
    display: block;
    cursor: pointer
}
.number-label {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-repeat: no-repeat;
    z-index: 1000;
    background-color: rgba(55, 56, 60, 0.8);
    top: 50%;
    left: 50%;
    position: absolute;
    display: block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 20px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.image-label {
    top: 50%;
    left: 50%;
    position: absolute;
    display: block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1000;
    background: #37383c;
    opacity: 1;
    border-radius: 30px;
    padding: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}
.slides:hover .image-label {
    opacity: .7
}
video {
    display: none;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: inherit
}
video::-webkit-media-controls {
    display: none !important;
}
video::-webkit-media-controls-start-playback-button {
    display: none !important;
}
.video-player {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 30px 40px rgba(0, 0, 0, .1);
    cursor: pointer
}
.video-size {
    width: 100%;
    height: auto;
    max-height: 100%
}
.poster {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-size: cover
}
.poster img {
    display: block;
    width: 100%
}
.icon-play-blur,
.icon-play {
    top: 50%;
    left: 50%;
    position: absolute;
    display: block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}
.icon-play {
    width: 60px;
	height: 60px;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-image: url("/web/20220401184351im_/https://petrovdima.ru/css/play.svg");
	cursor: pointer;
	opacity: 1;
	
    position: absolute;
    z-index: 1000;
    padding: 0;
}
.icon-play-blur {
    z-index: 2;
    opacity: .6;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #37383c
}
.video-player:hover .icon-play-blur {
    opacity: .4
}
.video-click-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.nav {
    /* margin-bottom: 20px; */
    /* padding-left: 0; */
    
    list-style: none;
    position: relative
}
.nav > li {
    position: relative;
    display: block
}
.nav > li > a {
    position: relative;
    display: block;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #fff
}
.nav > li.disabled > a {
    color: #777
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav > li > a > img {
    max-width: none
}
.nav-tabs {
    display: block;
    margin-bottom: 70px;
    height: 30px
}
.nav-tabs > li {
    float: left;
}
.nav-tabs > li > a {
    margin-right: 30px;
    line-height: 1.42857143;
    padding-bottom: 3px;
    border: 0;
    border-bottom: 2px solid transparent;
    color: rgba(55, 56, 60, 0.4)
}
.nav-tabs > li > a:hover {
    border: 0;
    border-bottom: 2px solid transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 0;
    padding-bottom: 3px;
    border-bottom: 2px solid #37383c;
    color: #37383c;
    cursor: default;
    display: block;
    position: relative
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}
.nav-tabs.nav-justified > li {
    float: none
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}
.nav-pills > li {
    float: left
}
.nav-pills > li > a {
    border-radius: 4px
}
.nav-pills > li + li {
    margin-left: 2px
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7
}
.nav-stacked > li {
    float: none
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified {
    width: 100%
}
.nav-justified > li {
    float: none
}
.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }
    .nav-justified > li > a {
        margin-bottom: 0
    }
}
.nav-tabs-justified {
    border-bottom: 0
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}
.tab-content > .tab-pane {
    display: none
}
.tab-content > .active {
    display: block
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.conversation {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px
}
.link-primary {
    color: #37383c;
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 2px solid rgba(55, 56, 60, 0.15);
    -webkit-transition: color .3s ease, border-color .3s ease;
    transition: color .3s ease, border-color .3s ease
}
.link-primary:hover,
.link-primary:active,
.link-primary:focus {
    color: #37383c;
    border-color: rgba(55, 56, 60, 0.4)
}
.project {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
    padding: 18px 0;
    text-align: left;
    letter-spacing: 0;
    font-style: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
}
@media screen and (max-width: 767px) {
    .project {
        height: auto
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .project {
        height: auto
    }
}
.project:first-child {
    padding-top: 0
}
.project:last-child {
    padding-bottom: 0
}
.project-icon {
    display: block
}
.project .title {
    line-height: 1;
    margin-bottom: 12px;
    width: 100%;
    -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.project-image {
    width: 60px;
    height: 60px;
    display: block;
    position: relative;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.project-content {
    display: table-cell;
    vertical-align: middle;
    padding-top: 25px;
    word-break: break-word;
    word-wrap: break-word
}
.project .description {
    margin-bottom: 10px;
    height: 100px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .project .description {
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .project .description {
        height: 80px
    }
}
/*
     FILE ARCHIVED ON 18:43:51 Apr 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:16:12 Apr 02, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.514
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.009
  esindex: 0.009
  cdx.remote: 9.703
  LoadShardBlock: 221.206 (3)
  PetaboxLoader3.datanode: 387.2 (5)
  load_resource: 308.584
  PetaboxLoader3.resolve: 99.651
  loaddict: 47.971
*/