html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

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: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

*,:after,:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca
}

a:focus,a:hover {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

.h1,h1 {
    font-size: 36px
}

.h2,h2 {
    font-size: 30px
}

.h3,h3 {
    font-size: 24px
}

.h4,h4 {
    font-size: 18px
}

.h5,h5 {
    font-size: 14px
}

.h6,h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 788px) {
    .lead {
        font-size:21px
    }
}

.small,small {
    font-size: 85%
}

.mark,mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

a.text-primary:focus,a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:focus,a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #428bca
}

a.bg-primary:focus,a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

.list-inline,.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 788px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
    content: "\2014\A0"
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
    content: "\A0\2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,Courier New,monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

code,kbd {
    padding: 2px 4px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

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

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

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.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,.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,.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,.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 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.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 (min-width: 788px) {
    .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: 1022px) {
    .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: 1230px) {
    .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
    }
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    content: " ";
    display: table
}

.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.modal-footer:after,.nav:after,.pager:after,.panel-body:after,.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none !important
}

@media (max-width: 787px) {
    .visible-xs {
        display:block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 787px) {
    .visible-xs-block {
        display:block !important
    }
}

@media (max-width: 787px) {
    .visible-xs-inline {
        display:inline !important
    }
}

@media (max-width: 787px) {
    .visible-xs-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 788px) and (max-width: 1021px) {
    .visible-sm {
        display:block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 788px) and (max-width: 1021px) {
    .visible-sm-block {
        display:block !important
    }
}

@media (min-width: 788px) and (max-width: 1021px) {
    .visible-sm-inline {
        display:inline !important
    }
}

@media (min-width: 788px) and (max-width: 1021px) {
    .visible-sm-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 1022px) and (max-width: 1229px) {
    .visible-md {
        display:block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1022px) and (max-width: 1229px) {
    .visible-md-block {
        display:block !important
    }
}

@media (min-width: 1022px) and (max-width: 1229px) {
    .visible-md-inline {
        display:inline !important
    }
}

@media (min-width: 1022px) and (max-width: 1229px) {
    .visible-md-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 1230px) {
    .visible-lg {
        display:block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1230px) {
    .visible-lg-block {
        display:block !important
    }
}

@media (min-width: 1230px) {
    .visible-lg-inline {
        display:inline !important
    }
}

@media (min-width: 1230px) {
    .visible-lg-inline-block {
        display:inline-block !important
    }
}

@media (max-width: 787px) {
    .hidden-xs {
        display:none !important
    }
}

@media (min-width: 788px) and (max-width: 1021px) {
    .hidden-sm {
        display:none !important
    }
}

@media (min-width: 1022px) and (max-width: 1229px) {
    .hidden-md {
        display:none !important
    }
}

@media (min-width: 1230px) {
    .hidden-lg {
        display:none !important
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: a
}

@keyframes a {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../images/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

body:after {
    content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
    display: none
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    *zoom:1;width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
}

.lb-next,.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom:1;width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) 100% 0 no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.inp-dark {
    display: inline-block;
    width: 500px;
    max-width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    border-radius: 25px;
    color: #424242;
    border: 1px solid #424242;
    background: transparent
}

.inp-dark::placeholder {
    color: #bbb
}

.inp-dark:-ms-input-placeholder,.inp-dark::-ms-input-placeholder {
    color: #bbb
}

.chb-dark {
    width: 1px;
    height: 1px;
    opacity: .01
}

.chb-dark+label {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    cursor: pointer
}

.chb-dark+label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid #424242;
    background-position: 50%;
    background-repeat: no-repeat
}

.chb-dark:checked+label:before {
    background-image: url(../images/chb-a.png)
}

.btn-block {
    display: block;
    width: 100%
}

.modal-open {
    overflow: hidden
}

.fancybox__content {
    background: none !important
}

.appstore-icon {
    height: 40px
}

.top-section__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2
}

.top-section__link {
    text-decoration: underline
}

.members-list {
    font-size: 26px;
    line-height: 50px
}

.members-list__link {
    color: #ffb200;
    text-decoration: underline
}

.text-yellow {
    color: #ffb200
}

.clearfix:after {
    display: block;
    content: "";
    clear: both
}

.float-right {
    float: right
}

.nowrap {
    white-space: nowrap
}

.logo {
    margin-top: 3px
}

.popup-wrap .popup.big {
    padding: 0;
    width: auto;
    background-color: transparent;
    width: 80%;
    min-height: 60%
}

.video-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%
}

.popup-wrap embed,.popup-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%
}

.loading:before {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #000;
    border-color: #000 transparent;
    animation: b 1.2s linear infinite
}

.loading:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #999;
    top: 0;
    left: 0;
    opacity: .5
}

.nav-products {
    position: relative;
    line-height: 48px
}

.nav-products:hover .nav-products__list {
    display: block
}

.nav-products__list {
    display: none;
    position: absolute;
    top: 47px;
    background-color: rgba(0,0,0,0.9);
    border-radius: 5px;
    padding: 15px 20px 0
}

.nav-products__list:after {
    display: block;
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 0 7px 5px;
    border-color: transparent transparent #000;
    top: -5px;
    left: 15px
}

.nav-products__list-item {
    line-height: 18px;
    padding-bottom: 5px;
    font-size: 16px
}

.nav-products__list-item--title {
    font-weight: 500;
    padding-bottom: 5px
}

.nav-products__list-item--link {
    display: block;
    padding: 5px 0;
    color: #fff;
    margin-left: 20px
}

.nav-products__list-item--counter {
    display: inline-block;
    width: 20px
}

.icon-factoring {
    display: inline;
    height: 1em
}

.partners-section .partners .item.custom {
    width: 25%;
    margin-bottom: 15px;
    padding-right: 0;
    display: flex !important;
    justify-content: center;
    flex-direction: column
}

.partners-section .partners .item.custom .img-wrapper {
    margin: 0 auto;
    text-align: center
}

.partners-section .partners .item.custom img {
    width: 70%;
    height: auto;
    margin: 0 auto
}

.partners-section .partners .item.custom .perm {
    width: 40%
}

.partners-section .partners .item.custom .avtotransportnie_linii {
    width: 50%
}

.partners-section .partners .item.custom .compas,.partners-section .partners .item.custom .eta_logistic,.partners-section .partners .item.custom .logistica_belogoria,.partners-section .partners .item.custom .ltrans,.partners-section .partners .item.custom .orda {
    width: 55%
}

.partners-section .partners .item.custom .timinvest {
    width: 60%
}

.partners-section .partners .item.custom .auto_pek,.partners-section .partners .item.custom .dalini {
    width: 80%
}

.partners-section .partners .item.custom .delko,.partners-section .partners .item.custom .sibexp {
    width: 90%
}

.partners-section .partners .item.custom .argamak,.partners-section .partners .item.custom .neotrans,.partners-section .partners .item.custom .tatavtotrans,.partners-section .partners .item.custom .transline,.partners-section .partners .item.custom .venta,.partners-section .partners .item.custom .vesta,.partners-section .partners .item.custom .vezu {
    width: 100%
}

.call-request .inp-dark {
    color: #fff
}

.slick-slide>div {
    display: flex;
    min-height: 150px;
    justify-content: center
}

.slick-slide>div:empty {
    min-height: 0
}

.slick-list.draggable,.slick-track {
    width: 100%
}

.footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px
}

.case_items,.client_reviews {
    margin: 0 auto
}

.case_items .item,.client_reviews .item {
    padding: 20px
}

.case_items .item:focus-visible,.client_reviews .item:focus-visible {
    outline: none
}

.bg-white.slick-dots li button:before {
    color: #fff
}

.tm-client-reviews .slick-slide>div:nth-child(2n) .tm-client-reviews__item {
    flex-direction: row-reverse
}

.tm-client-reviews .slick-slide>div:nth-child(2n) .tm-client-reviews__item .tm-client-reviews__item--logo {
    margin-left: 40px;
    padding-right: 20px
}

.tm-client-reviews .slick-slide>div:nth-child(2n) .tm-client-reviews__item .tm-client-reviews__item--logo:after {
    left: -30px
}

.tm-client-reviews .slick-slide>div:nth-child(2n) .tm-client-reviews__item .tm-client-reviews__item--text-wrap {
    margin-right: 40px
}

.tm-client-reviews .slick-slide>div:nth-child(2n) .tm-client-reviews__item .tm-client-reviews__item--text-wrap div {
    padding: 20px 0 20px 40px
}

.tm-client-reviews .slick-slide>div:nth-child(2n) .tm-client-reviews__item .tm-client-reviews__item--text-wrap:before {
    right: -30px
}

.tm-client-reviews .slick-slide>div:nth-child(odd) .tm-client-reviews__item .tm-client-reviews__item--logo {
    margin-right: 40px;
    padding-left: 20px
}

.tm-client-reviews .slick-slide>div:nth-child(odd) .tm-client-reviews__item .tm-client-reviews__item--logo:after {
    right: -30px
}

.tm-client-reviews .slick-slide>div:nth-child(odd) .tm-client-reviews__item .tm-client-reviews__item--text-wrap {
    margin-left: 40px
}

.tm-client-reviews .slick-slide>div:nth-child(odd) .tm-client-reviews__item .tm-client-reviews__item--text-wrap div {
    padding: 20px 40px 20px 0
}

.tm-client-reviews .slick-slide>div:nth-child(odd) .tm-client-reviews__item .tm-client-reviews__item--text-wrap:before {
    left: -30px
}

.tm-client-reviews__item {
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: stretch
}

.tm-client-reviews__item--logo {
    flex-basis: 30%;
    max-width: 240px;
    text-align: center;
    background-color: #aaa;
    display: flex;
    position: relative;
    justify-content: center;
    min-width: 140px
}

.tm-client-reviews__item--logo img {
    z-index: 1;
    object-fit: contain
}

.tm-client-reviews__item--logo:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #aaa;
    transform: skewX(-10deg)
}

.tm-client-reviews__item--text-wrap {
    flex-basis: 70%;
    background-color: #ffb200;
    color: #222;
    position: relative;
    min-width: 300px
}

.tm-client-reviews__item--text-wrap div {
    position: relative;
    z-index: 1
}

.tm-client-reviews__item--text-wrap:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffb200;
    z-index: 0;
    transform: skewX(-10deg)
}

@media only screen and (max-width: 550px) {
    .tm-client-reviews .slick-slide>div:nth-child(2n) .tm-client-reviews__item,.tm-client-reviews .slick-slide>div:nth-child(odd) .tm-client-reviews__item {
        flex-direction:column;
        align-items: center
    }

    .tm-client-reviews .slick-slide>div:nth-child(2n) .tm-client-reviews__item .tm-client-reviews__item--logo,.tm-client-reviews .slick-slide>div:nth-child(odd) .tm-client-reviews__item .tm-client-reviews__item--logo {
        padding: 0;
        margin: 0;
        margin-bottom: 20px
    }

    .tm-client-reviews .slick-slide>div:nth-child(2n) .tm-client-reviews__item .tm-client-reviews__item--logo img,.tm-client-reviews .slick-slide>div:nth-child(odd) .tm-client-reviews__item .tm-client-reviews__item--logo img {
        padding: 20px 10px
    }

    .tm-client-reviews .slick-slide>div:nth-child(2n) .tm-client-reviews__item .tm-client-reviews__item--logo:before,.tm-client-reviews .slick-slide>div:nth-child(odd) .tm-client-reviews__item .tm-client-reviews__item--logo:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        z-index: 0;
        background-color: #aaa;
        transform: skewX(-12deg);
        left: -30px
    }

    .tm-client-reviews .slick-slide>div:nth-child(2n) .tm-client-reviews__item .tm-client-reviews__item--logo:after,.tm-client-reviews .slick-slide>div:nth-child(odd) .tm-client-reviews__item .tm-client-reviews__item--logo:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        z-index: 0;
        background-color: #aaa;
        transform: skewX(-12deg);
        right: -30px;
        left: inherit
    }

    .tm-client-reviews .slick-slide>div:nth-child(2n) .tm-client-reviews__item .tm-client-reviews__item--text-wrap,.tm-client-reviews .slick-slide>div:nth-child(odd) .tm-client-reviews__item .tm-client-reviews__item--text-wrap {
        padding: 0;
        margin: 0;
        width: calc(100% - 100px)
    }

    .tm-client-reviews .slick-slide>div:nth-child(2n) .tm-client-reviews__item .tm-client-reviews__item--text-wrap div,.tm-client-reviews .slick-slide>div:nth-child(odd) .tm-client-reviews__item .tm-client-reviews__item--text-wrap div {
        padding: 20px 0
    }

    .tm-client-reviews .slick-slide>div:nth-child(2n) .tm-client-reviews__item .tm-client-reviews__item--text-wrap:before,.tm-client-reviews .slick-slide>div:nth-child(odd) .tm-client-reviews__item .tm-client-reviews__item--text-wrap:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #ffb200;
        z-index: 0;
        transform: skewX(-7deg);
        left: -30px
    }

    .tm-client-reviews .slick-slide>div:nth-child(2n) .tm-client-reviews__item .tm-client-reviews__item--text-wrap:after,.tm-client-reviews .slick-slide>div:nth-child(odd) .tm-client-reviews__item .tm-client-reviews__item--text-wrap:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #ffb200;
        z-index: 0;
        transform: skewX(-7deg);
        top: 0;
        right: -30px
    }
}

embed {
    max-width: 100%;
    height: auto;
    overflow: hidden !important
}

.top-section-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.top-section-inner-content {
    padding-top: 15%
}

.grecaptcha-badge {
    visibility: hidden
}

.notification-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    display: none
}

.notification {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    min-width: 400px;
    max-width: 400px;
    padding: 15px 30px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 110;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    text-indent: 20px
}

.notification__title {
    text-indent: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600
}

.notification__close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
    padding-right: 15px;
    font-size: 30px;
    color: #ccc
}

.system-req-header {
    font-size: 2rem
}

.list-style-decimal {
    list-style-type: decimal
}

.d-block {
    display: block
}

.d-flex {
    display: flex
}

.d-none {
    display: none !important
}

.director-video__wrap {
    padding-top: 80px;
    text-align: center
}

.director-video {
    width: 80%
}

.social-icon {
    height: 22px;
    width: 23px
}

.google-map-wrap .google-map-info .line.line--small {
    margin-bottom: 10px
}

.bg-black-3-linear {
    background: linear-gradient(90deg, #272727, #333);
    color: #fff
}

.blog-articles .slick-track,.documents .slick-track {
    display: flex !important
}

.blog-articles .slick-slide,.documents .slick-slide {
    height: inherit !important
}

.blog-articles__item,.documents__item {
    background-color: #222;
    border: 1px solid #999;
    border-radius: 7px;
    display: block;
    position: relative;
    margin: 20px;
    padding-bottom: 50px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.4)
}

.blog-articles__item--image,.documents__item--image {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    height: 230px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.blog-articles__item--title,.documents__item--title {
    padding: 20px 20px 10px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffb200
}

.blog-articles__item--description,.documents__item--description {
    padding: 10px 20px;
    font-size: 14px;
    color: #fff !important
}

.blog-articles__item--footer,.documents__item--footer {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    padding: 20px;
    display: flex;
    justify-content: space-between !important;
    color: #ccc;
    width: 100%;
    min-height: auto !important
}

.blog-articles__item--footer-link:hover,.documents__item--footer-link:hover {
    color: #ffb200
}

.documents .item {
    padding: 0 20px
}

.full-page-height {
    height: 100vh
}

@keyframes b {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@media only screen and (max-width: 1022px) {
    .client_reviews {
        width:100%
    }

    .nav-products {
        line-height: inherit
    }

    .nav-products__list {
        display: block;
        position: inherit;
        top: 0;
        padding-bottom: 0
    }
}

@media only screen and (max-width: 800px) {
    .full-page-height {
        height:calc(100vh - 100px)
    }

    .footer-menu {
        grid-template-columns: 1fr 1fr 1fr
    }

    .partners-section .partners .item.custom img {
        width: 60%;
        height: auto;
        margin: 0 auto
    }

    .partners-section .partners .item.custom .avtotransportnie_linii,.partners-section .partners .item.custom .perm {
        width: 40%
    }

    .partners-section .partners .item.custom .compas,.partners-section .partners .item.custom .eta_logistic,.partners-section .partners .item.custom .logistica_belogoria,.partners-section .partners .item.custom .ltrans,.partners-section .partners .item.custom .orda {
        width: 45%
    }

    .partners-section .partners .item.custom .timinvest {
        width: 50%
    }

    .partners-section .partners .item.custom .auto_pek,.partners-section .partners .item.custom .dalini {
        width: 70%
    }

    .partners-section .partners .item.custom .sibexp {
        width: 80%
    }

    .partners-section .partners .item.custom .argamak,.partners-section .partners .item.custom .delko,.partners-section .partners .item.custom .neotrans,.partners-section .partners .item.custom .tatavtotrans,.partners-section .partners .item.custom .transline,.partners-section .partners .item.custom .venta,.partners-section .partners .item.custom .vesta,.partners-section .partners .item.custom .vezu {
        width: 90%
    }
}

@media only screen and (max-width: 507px) {
    .actions-wrap {
        display:flex;
        flex-direction: column
    }

    .action-btn {
        margin: 0 auto
    }

    .action-link {
        margin-left: 0 !important;
        margin-top: 20px;
        text-align: center
    }

    .nav-products {
        line-height: inherit
    }

    .nav-products__list {
        display: block;
        position: inherit;
        top: 0;
        padding-bottom: 0
    }

    .footer-menu {
        grid-template-columns: 1fr
    }
}

@media only screen and (max-width: 480px) {
    .top-section-inner-content {
        padding-top:0
    }

    .partners-section .partners .item.custom img {
        width: 70%;
        height: auto;
        margin: 0 auto
    }

    .partners-section .partners .item.custom .avtotransportnie_linii {
        width: 50%
    }

    .partners-section .partners .item.custom .compas,.partners-section .partners .item.custom .eta_logistic,.partners-section .partners .item.custom .logistica_belogoria,.partners-section .partners .item.custom .ltrans,.partners-section .partners .item.custom .orda {
        width: 55%
    }

    .partners-section .partners .item.custom .timinvest {
        width: 70%
    }

    .partners-section .partners .item.custom .auto_pek,.partners-section .partners .item.custom .dalini {
        width: 60%
    }

    .partners-section .partners .item.custom .neotrans,.partners-section .partners .item.custom .sibexp,.partners-section .partners .item.custom .vezu {
        width: 70%
    }

    .partners-section .partners .item.custom .argamak,.partners-section .partners .item.custom .tatavtotrans,.partners-section .partners .item.custom .transline,.partners-section .partners .item.custom .venta,.partners-section .partners .item.custom .vesta {
        width: 80%
    }

    .partners-section .partners .item.custom .delko {
        width: 90%
    }
}

.knowledge {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.knowledge__body {
    flex: 1 1;
    margin-top: 120px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.knowledge__card {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 40px;
    flex: 1 1
}

.knowledge__section-row {
    margin: 0 -15px;
    display: flex;
    padding-bottom: 30px
}

.knowledge__section {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    flex: 1 1;
    width: 100%;
    height: 100%;
    text-align: center
}

.knowledge__section:focus {
    color: #434242
}

.knowledge__section:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1)
}

.knowledge__section--logo {
    display: block;
    max-width: 100px;
    margin: 0 auto;
    padding-bottom: 30px
}

.knowledge__section--text {
    font-size: 20px;
    padding-bottom: 10px
}

.knowledge__section--description {
    font-size: 14px;
    color: #999
}

.knowledge__two-column {
    display: flex;
    flex-direction: row
}

.knowledge__other-articles {
    width: 250px;
    padding-left: 20px;
    font-size: 14px;
    color: #999;
    line-height: 16px;
    padding-bottom: 40px
}

.knowledge__other-articles .knowledge__category {
    line-height: 20px
}

.knowledge__list {
    list-style-type: decimal;
    color: #007bff;
    margin-bottom: 0;
    list-style-position: inside;
    padding-left: 0
}

.knowledge__category {
    line-height: 26px;
    color: #007bff
}

.knowledge__category:hover {
    color: #004a99;
    text-decoration: underline
}

.knowledge__category-index {
    width: 25px;
    padding: 0 5px;
    display: inline-block
}

.knowledge__category-desc {
    font-size: 14px;
    color: #aaa;
    padding-bottom: 10px
}

.knowledge__search-form {
    display: flex;
    margin-bottom: 15px
}

.knowledge__search-input {
    flex: 1 1;
    margin-right: 10px
}

.knowledge__search-button,.knowledge__search-input {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 12px
}

.knowledge__search-button {
    color: #333;
    background-color: #fff
}

.knowledge__search-button:hover {
    background-color: #eee
}

.knowledge__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.knowledge__breadcrumb a {
    color: #007bff
}

.knowledge__breadcrumb a:hover {
    text-decoration: underline;
    color: #0056b3
}

.knowledge__breadcrumb a:focus {
    color: #007bff
}

.knowledge__breadcrumb-item {
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.knowledge__breadcrumb-item.active a {
    color: #6c757d
}

.knowledge__breadcrumb-item+.knowledge__breadcrumb-item {
    padding-left: .5rem
}

.knowledge__breadcrumb-item+.knowledge__breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

@media only screen and (max-width: 788px) {
    .knowledge__section-row {
        display:block
    }
}

@media only screen and (min-width: 1200px) {
    .knowledge__body {
        width:1170px
    }
}

@media only screen and (max-width: 1200px) {
    .knowledge__two-column {
        flex-direction:column
    }

    .knowledge__other-articles {
        width: 100%;
        padding-left: 5px
    }
}

.wysiwyg {
    line-height: 1.6
}

.wysiwyg a {
    text-decoration: none
}

.wysiwyg a:hover {
    border-bottom: 1px solid
}

.wysiwyg abbr {
    border-bottom: 1px dotted;
    cursor: help
}

.wysiwyg cite {
    font-style: italic
}

.wysiwyg hr {
    background: #e6e6e6;
    border: none;
    display: block;
    height: 1px;
    margin-bottom: 1.4em;
    margin-top: 1.4em
}

.wysiwyg img {
    vertical-align: text-bottom;
    max-width: 100% !important;
    height: auto !important
}

.wysiwyg ins {
    background-color: lime;
    text-decoration: none
}

.wysiwyg mark {
    background-color: #ff0
}

.wysiwyg small {
    font-size: .8em
}

.wysiwyg strong {
    font-weight: 700
}

.wysiwyg sub,.wysiwyg sup {
    font-size: .8em
}

.wysiwyg sub {
    vertical-align: sub
}

.wysiwyg sup {
    vertical-align: super
}

.wysiwyg blockquote,.wysiwyg dl,.wysiwyg ol,.wysiwyg p,.wysiwyg pre,.wysiwyg table,.wysiwyg ul {
    margin-bottom: 1.4em
}

.wysiwyg blockquote:last-child,.wysiwyg dl:last-child,.wysiwyg ol:last-child,.wysiwyg p:last-child,.wysiwyg pre:last-child,.wysiwyg table:last-child,.wysiwyg ul:last-child {
    margin-bottom: 0
}

.wysiwyg p:empty {
    display: none
}

.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6 {
    font-weight: 700;
    line-height: 1.2
}

.wysiwyg h1:first-child,.wysiwyg h2:first-child,.wysiwyg h3:first-child,.wysiwyg h4:first-child,.wysiwyg h5:first-child,.wysiwyg h6:first-child {
    margin-top: 0
}

.wysiwyg h1 {
    font-size: 2em;
    margin-bottom: .58333em;
    margin-top: .58333em;
    line-height: 1
}

.wysiwyg h2 {
    font-size: 1.4em;
    margin-bottom: .875em;
    margin-top: 1.75em;
    line-height: 1.1
}

.wysiwyg h3 {
    font-size: 1.3em;
    margin-bottom: 1.07692em;
    margin-top: 1.07692em
}

.wysiwyg h4 {
    font-size: 1.2em;
    margin-bottom: 1.16667em;
    margin-top: 1.16667em
}

.wysiwyg h5 {
    font-size: 1.1em;
    margin-bottom: 1.27273em;
    margin-top: 1.27273em
}

.wysiwyg h6 {
    font-size: 1em;
    margin-bottom: 1.4em;
    margin-top: 1.4em
}

.wysiwyg dd {
    margin-left: 1.4em
}

.wysiwyg ol,.wysiwyg ul {
    list-style-position: outside;
    margin-left: 1.4em
}

.wysiwyg ol {
    list-style-type: decimal
}

.wysiwyg ol ol {
    list-style-type: lower-alpha
}

.wysiwyg ol ol ol {
    list-style-type: lower-roman
}

.wysiwyg ol ol ol ol {
    list-style-type: lower-greek
}

.wysiwyg ol ol ol ol ol {
    list-style-type: decimal
}

.wysiwyg ol ol ol ol ol ol {
    list-style-type: lower-alpha
}

.wysiwyg ul {
    list-style-type: disc
}

.wysiwyg ul ul {
    list-style-type: circle
}

.wysiwyg ul ul ul {
    list-style-type: square
}

.wysiwyg ul ul ul ul {
    list-style-type: circle
}

.wysiwyg ul ul ul ul ul {
    list-style-type: disc
}

.wysiwyg ul ul ul ul ul ul {
    list-style-type: circle
}

.wysiwyg blockquote {
    border-left: 4px solid #e6e6e6;
    padding: .6em 1.2em
}

.wysiwyg blockquote p {
    margin-bottom: 0
}

.wysiwyg code,.wysiwyg kbd,.wysiwyg pre,.wysiwyg samp {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    background-color: #f2f2f2;
    color: #333;
    font-size: .9em
}

.wysiwyg code,.wysiwyg kbd,.wysiwyg samp {
    border-radius: 3px;
    line-height: 1.77778;
    padding: .1em .4em .2em;
    vertical-align: baseline
}

.wysiwyg pre {
    overflow: auto;
    padding: 1em 1.2em
}

.wysiwyg pre code {
    background: none;
    font-size: 1em;
    line-height: 1em
}

.wysiwyg figure {
    margin-bottom: 2.8em;
    text-align: center
}

.wysiwyg figure:first-child {
    margin-top: 0
}

.wysiwyg figure:last-child {
    margin-bottom: 0
}

.wysiwyg figcaption {
    font-size: .8em;
    margin-top: .875em
}

.wysiwyg table {
    width: 100%
}

.wysiwyg table pre {
    white-space: pre-wrap
}

.wysiwyg td,.wysiwyg th {
    font-size: 1em;
    padding: .7em;
    border: 1px solid #e6e6e6;
    line-height: 1.4
}

.wysiwyg tfoot tr,.wysiwyg thead tr {
    background-color: #f5f5f5
}

.wysiwyg tfoot td,.wysiwyg tfoot th,.wysiwyg thead td,.wysiwyg thead th {
    font-size: .9em;
    padding: .77778em
}

.wysiwyg tbody tr,.wysiwyg tfoot td code,.wysiwyg tfoot th code,.wysiwyg thead td code,.wysiwyg thead th code {
    background-color: #fff
}

.prices-title {
    font-size: 40px
}

.price-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 60px);
    justify-content: center
}

.price-card__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px
}

.price-card__title {
    font-size: 24px;
    padding-bottom: 20px;
    text-align: center;
    color: #ffb200;
    font-weight: 700
}

.price-card__price-old {
    text-decoration: line-through;
    -webkit-text-decoration-color: #ffb200;
    text-decoration-color: #ffb200;
    color: #999;
    font-size: .6em
}

.price-card__price {
    font-weight: 700;
    font-size: 40px;
    line-height: 30px;
    padding-bottom: 30px
}

.price-card__price-desc {
    font-size: 16px;
    font-weight: 400
}

.price-card__price-secondary {
    font-size: 24px
}

.price-card__price-desc {
    color: #ccc
}

@media only screen and (max-width: 900px) {
    .price-card__list {
        grid-template-columns:1fr
    }
}

.overflow-x {
    overflow-x: auto
}

.exp-scheme {
    display: flex;
    line-height: 24px;
    font-size: 18px;
    gap: 50px;
    font-weight: 600
}

.exp-scheme__body {
    gap: 150px;
    width: auto
}

.exp-scheme__column {
    flex: 1 1;
    display: flex;
    flex-direction: column
}

.exp-scheme__column--left {
    justify-content: space-evenly
}

.exp-scheme__column--center {
    justify-content: flex-end;
    padding-bottom: 50px;
    position: relative
}

.exp-scheme__column--right {
    justify-content: space-between;
    position: relative;
    left: -40px
}

.exp-scheme__item {
    padding: 0 10px;
    text-align: center;
    color: #212121;
    position: relative;
    margin-bottom: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-style: italic
}

.exp-scheme__item--main {
    height: auto;
    text-align: left;
    padding: 10px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500
}

.exp-scheme__item--main:before {
    left: -40px
}

.exp-scheme__item--main:after,.exp-scheme__item--main:before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 40px;
    background-color: #444443;
    z-index: -1
}

.exp-scheme__item--main:after {
    right: -40px
}

.exp-scheme__item--main .exp-scheme__item-left-line {
    left: -75px
}

.exp-scheme__item--main .exp-scheme__item-left-line:after {
    content: "";
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background-color: #444443;
    position: absolute;
    left: -6px;
    top: -6px
}

.exp-scheme__item--main .exp-scheme__item-right-line {
    right: -75px
}

.exp-scheme__item--main .exp-scheme__item-right-line:after {
    content: "";
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background-color: #444443;
    position: absolute;
    right: -6px;
    top: -6px
}

.exp-scheme__item--main-content {
    margin: 0 -20px
}

.exp-scheme__item--header {
    font-size: 24px
}

.exp-scheme__item--black {
    background-color: #212121;
    color: #fff
}

.exp-scheme__item--black:after,.exp-scheme__item--black:before {
    border-color: #212121 transparent
}

.exp-scheme__item--gray {
    background-color: #444443;
    color: #fff
}

.exp-scheme__item--gray:after,.exp-scheme__item--gray:before {
    border-color: #444443 transparent
}

.exp-scheme__item--yellow {
    background-color: #ffb10f
}

.exp-scheme__item--yellow:after,.exp-scheme__item--yellow:before {
    border-color: #ffb10f transparent
}

.exp-scheme__item--left-corner:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 0;
    border-style: solid;
    border-width: 0 0 60px 40px
}

.exp-scheme__item--right-corner:after {
    position: absolute;
    content: "";
    right: -40px;
    top: 0;
    border-style: solid;
    border-width: 60px 40px 0 0
}

.exp-scheme__item--left-box {
    left: -40px;
    width: calc(100% + 40px)
}

.exp-scheme__item--left-box .exp-scheme__item-background {
    width: calc(100% + 40px)
}

.exp-scheme__item-left-vertical-line {
    position: absolute;
    top: 98px;
    height: 317px;
    width: 3px;
    left: -75px;
    background-color: #444443;
    z-index: -1
}

.exp-scheme__item-right-vertical-line {
    position: absolute;
    top: 30px;
    height: 453px;
    width: 3px;
    right: -75px;
    background-color: #444443;
    z-index: -1
}

.exp-scheme__item-left-line {
    left: -38px
}

.exp-scheme__item-left-line,.exp-scheme__item-right-line {
    position: absolute;
    top: 50%;
    height: 3px;
    width: 38px;
    background-color: #444443;
    z-index: -1
}

.exp-scheme__item-right-line {
    right: -78px
}

.exp-scheme__item-top-line {
    position: absolute;
    top: -35px;
    left: 50%;
    height: 35px;
    width: 3px;
    background-color: #444443;
    z-index: -1
}

.exp-scheme__item-background {
    position: absolute;
    left: 0;
    top: 0;
    height: 65px;
    width: calc(100% + 40px);
    z-index: -1
}

.exp-scheme__item-background--gray {
    background-color: #444443
}

.exp-scheme__item-background--yellow {
    background-color: #ffb10f
}

@media only screen and (max-width: 1229px) {
    .exp-scheme {
        font-size:16px;
        line-height: 18px
    }

    .exp-scheme__item--header {
        font-size: 20px
    }

    .exp-scheme__item--main {
        font-size: 14px
    }
}

@media only screen and (max-width: 1021px) {
    .exp-scheme {
        font-size:14px;
        line-height: 14px
    }

    .exp-scheme__item--header {
        font-size: 18px
    }

    .exp-scheme__item--main {
        font-size: 12px
    }
}

@media only screen and (max-width: 786px) {
    .exp-scheme {
        font-weight:400;
        width: -moz-max-content;
        width: max-content;
        min-width: 100%
    }

    .exp-scheme__body {
        gap: 100px;
        width: auto
    }

    .exp-scheme .exp-scheme__item-right-line {
        width: 12px;
        right: -52px
    }

    .exp-scheme .exp-scheme__item-left-line {
        width: 10px;
        left: -10px
    }

    .exp-scheme__item {
        margin-bottom: 10px
    }

    .exp-scheme .exp-scheme__item-left-vertical-line {
        left: -51px;
        top: 83px;
        height: 247px
    }

    .exp-scheme .exp-scheme__item-right-vertical-line {
        right: -51px;
        height: 353px
    }

    .exp-scheme .exp-scheme__item--main .exp-scheme__item-left-line {
        left: -51px;
        width: 13px
    }

    .exp-scheme .exp-scheme__item--main .exp-scheme__item-left-line:after {
        width: 9px;
        height: 9px;
        left: -3px;
        top: -3px
    }

    .exp-scheme .exp-scheme__item--main .exp-scheme__item-right-line {
        width: 10px;
        right: -50px
    }

    .exp-scheme .exp-scheme__item--main .exp-scheme__item-right-line:after {
        width: 9px;
        height: 9px;
        top: -3px;
        right: -4px
    }
}

.calc {
    padding: 25px 30px;
    border: 2px solid #ffb200;
    border-radius: 15px;
    font-size: 1.12rem;
    line-height: 1.3;
    display: flex;
    overflow: hidden
}

.calc__wrap {
    max-width: 100%;
    margin: 0 auto;
    transition: max-width 1.5s
}

.calc__wrap--left {
    width: 350px;
    transition: width 1.5s
}

.calc__wrap--right {
    padding-left: 15px;
    width: calc(100% - 350px);
    position: relative;
    transition: left 1.5s,width 1.5s,max-height 4s;
    left: 0;
    max-height: 1500px
}

.calc__wrap--single-column {
    max-width: 900px
}

.calc__wrap--single-column .calc__wrap--left {
    width: 100%
}

.calc__wrap--single-column .calc__wrap--right {
    left: 100%;
    width: 0;
    max-height: 0;
    transition: left 1.5s,width 1.5s
}

.calc__description {
    font-size: 22px;
    text-wrap: balance
}

.calc__title {
    font-size: 18px;
    font-weight: 700
}

.calc__table {
    font-family: roboto;
    font-size: 14px;
    border-collapse: inherit;
    border-spacing: 0;
    text-align: left;
    margin-bottom: 15px;
    width: 100%
}

.calc__table td,.calc__table th {
    width: 33%;
    border: 1px solid #1a1a1a;
    padding: 4px 16px;
    border-style: none solid solid none;
    text-wrap: balance
}

.calc__table th {
    border-top-style: solid;
    background-color: #f5f5f5
}

.calc__table th:first-child {
    border-left-style: solid;
    border-top-left-radius: 20px
}

.calc__table th:last-child {
    border-top-right-radius: 20px
}

.calc__table tfoot td:first-child {
    border-left-style: solid;
    border-bottom-left-radius: 20px
}

.calc__table tfoot td:last-child {
    border-bottom-right-radius: 20px
}

.calc__table tr td:first-child {
    border-left-style: solid
}

.calc__table--value-cell {
    text-align: right
}

.calc__table--total-cell {
    color: #ffb40f;
    font-weight: 700;
    font-family: Montserrat,sans-serif
}

.calc__table--total-value-cell {
    text-align: right;
    font-weight: 700
}

.calc__footer {
    font-family: Montserrat,sans-serif;
    color: #ffb40f;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    gap: 10px
}

@media only screen and (max-width: 1022px) {
    .calc {
        padding:0;
        border: none;
        border-radius: 0
    }

    .calc .btn-back {
        display: block;
        border: 1px solid #434242;
        position: absolute;
        width: 40px;
        height: 40px;
        padding: 0
    }

    .calc .btn-back svg {
        position: absolute;
        height: 18px;
        top: 10px;
        left: 13px
    }

    .calc__title {
        text-align: center
    }

    .calc__description,.calc__title {
        font-size: 16px
    }

    .calc__wrap {
        max-width: 100%
    }

    .calc__wrap--left {
        display: none
    }

    .calc__wrap--right {
        padding-left: 0;
        width: 100%;
        position: relative;
        transition: max-height 1.5s;
        left: 0;
        max-height: 1500px
    }

    .calc__wrap--single-column {
        max-width: 900px
    }

    .calc__wrap--single-column .calc__wrap--left {
        display: block;
        width: 100%
    }

    .calc__wrap--single-column .calc__wrap--right {
        width: 0;
        max-height: 0;
        transition: width 0s
    }
}

.calc-input {
    background-color: #eceaea;
    border-radius: 20px;
    display: block;
    height: 40px;
    width: 100%;
    font-family: Roboto,sans-serif;
    padding: 5px 10px;
    font-size: 16px;
    -moz-appearance: textfield;
    appearance: textfield
}

.calc-input::-webkit-inner-spin-button,.calc-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.calc-input__label {
    color: rgba(60,60,67,0.6);
    font-size: 14px;
    display: block;
    padding-bottom: 5px
}

.calc-input__wrap {
    padding-bottom: 15px
}

.calc-input::placeholder {
    color: #a0a0a0
}

.btn-back {
    display: none
}

html {
    font-size: 18px
}

body {
    margin: 0;
    color: #434242;
    font-family: Montserrat,sans-serif;
    font-size: 1rem;
    line-height: 1.3
}

img {
    border: 0;
    max-width: 100%
}

button:focus,input:focus,select:focus,textarea:focus {
    outline: none
}

input::-moz-focus-inner,select::-moz-focus-inner {
    border: 0
}

input {
    padding: 0;
    margin: 0;
    border: 0
}

a {
    transition: color .3s
}

a,a:hover {
    color: inherit
}

a,a:focus,a:hover {
    text-decoration: none
}

a:focus {
    color: #ffb200
}

ul {
    padding-left: 20px
}

ul.unstyled {
    margin: 0;
    padding: 0;
    list-style: none
}

.db {
    display: block
}

.dn {
    display: none
}

.clb {
    clear: both
}

.fwb {
    font-weight: 700
}

.fwn {
    font-weight: 400
}

.ovh {
    overflow: hidden
}

.ovv {
    overflow: visible
}

.ovx-a {
    overflow-x: auto
}

.ovx-v {
    overflow-x: visible
}

.ovx-h {
    overflow-x: hidden
}

.pos-r {
    position: relative
}

.pos-a {
    position: absolute
}

.tdu {
    text-decoration: underline
}

.ttu {
    text-transform: uppercase
}

.ttn {
    text-transform: none
}

.dib {
    display: inline-block
}

.tb {
    display: table
}

.td {
    display: table-cell
}

.w-25 {
    width: 25%
}

.w-33 {
    width: 33.33%
}

.w-50 {
    width: 50%
}

.w-66 {
    width: 66.66%
}

.w-75 {
    width: 75%
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100%
}

.no-pad {
    padding-left: 0;
    padding-right: 0
}

.pad {
    padding-top: 30px;
    padding-bottom: 30px
}

.pad-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.pad-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.pb {
    padding-bottom: 30px
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-15 {
    padding-bottom: 15px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-60 {
    padding-bottom: 60px
}

.pt {
    padding-top: 30px
}

.pt-15 {
    padding-top: 15px
}

.pt-60 {
    padding-top: 60px
}

.mar {
    margin-top: 30px;
    margin-bottom: 30px
}

.mar-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.mar-60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.mb {
    margin-bottom: 30px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-120 {
    margin-bottom: 120px
}

.mt {
    margin-top: 30px
}

.mt-15 {
    margin-top: 15px
}

.mt-60 {
    margin-top: 60px
}

.mt-120 {
    margin-top: 120px
}

.vh-100 {
    height: 100vh
}

.ml-15 {
    margin-left: 15px
}

.mx-a {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-a {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 50
}

.header.small {
    padding-top: 15px;
    padding-bottom: 15px
}

.header .menu-wrap {
    margin-left: auto
}

.header .menu ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0
}

.header .menu ul li {
    padding: 0 20px
}

.header .menu ul li:last-child {
    padding-right: 0
}

.header .menu ul li a:not(.btn):hover {
    color: #ffb200
}

.header .menu-btn {
    display: none
}

.header .shadow-bg {
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.65);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20
}

.inner.flex-inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center
}

.small-container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.section.top-section {
    background-color: #434342;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden
}

.section.top-section .title {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 35px
}

.section.top-section .subtitle {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-bottom: 50px
}

.section.top-section hr {
    border-color: #fff;
    max-width: 95px;
    border-top-width: 4px;
    margin-bottom: 35px;
    margin-left: 0;
    border-radius: 2px
}

.section.top-section .text-center hr {
    margin-left: auto
}

.section.pad-section {
    padding-top: 80px;
    padding-bottom: 80px
}

.section .top-section-content {
    position: relative;
    min-height: 100vh;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.section .top-section-content>* {
    position: relative;
    z-index: 20
}

.section .top-section-content .content-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(67,67,66,0.6);
    z-index: 2
}

.section .top-section-bg {
    position: absolute;
    width: 100%;
    height: 115%;
    top: 0;
    left: 0;
    background-image: url(../images/bg-1.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    pointer-events: none
}

.section .top-section-bg--team {
    background-image: url(../images/team_bg.jpg)
}

.section .top-section-bg:after,.section .top-section-bg:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    background-repeat: repeat-x
}

.section .top-section-bg:before {
    height: 298px;
    top: 0;
    background-position: 0 0;
    background-image: url(../images/header-shadow-top.png)
}

.section .top-section-bg:after {
    height: 690px;
    bottom: 0;
    background-position: 0 100%;
    background-image: url(../images/header-shadow-bottom.png)
}

.section .top-section-inner {
    position: relative
}

.section .top-section-footer {
    position: relative;
    padding-top: 40px;
    margin-top: -40px;
    z-index: 10
}

.section .top-slider-wrap {
    position: relative;
    border-bottom: 30px solid #fff;
    padding-top: 40px;
    z-index: 30
}

.section .top-section-inner .title .under-title {
    max-width: 60rem
}

.top-slider-content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    padding-top: 30px;
    margin-right: -8%
}

.top-slider {
    position: relative;
    width: 25%;
    padding: 0 0 80px
}

.top-slider:before {
    content: "";
    position: absolute;
    display: block;
    width: 500px;
    height: 3px;
    top: 75px;
    right: 50%;
    background-color: #ffb200
}

.top-slider .item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-around;
    height: 100%;
    line-height: 1.34
}

.top-slider .item h3 {
    margin-bottom: 60px
}

.top-slider .item .btn {
    margin: auto 0
}

.top-slider .owl-nav {
    position: absolute;
    width: 50px;
    bottom: 35px;
    left: 0
}

.top-slider .owl-nav>* {
    position: absolute;
    display: block;
    width: 10px;
    height: 17px;
    bottom: 0;
    background-position: 50%;
    background-repeat: no-repeat
}

.top-slider .owl-nav>.owl-prev {
    left: 0;
    background-image: url(../images/arrow-prev.png)
}

.top-slider .owl-nav>.owl-next {
    right: 0;
    background-image: url(../images/arrow-next.png)
}

.top-slider .owl-dots {
    position: absolute;
    right: 60px;
    bottom: 35px
}

.top-slider .owl-dots .owl-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    font-size: 0;
    margin: 0 6px;
    background-color: #fff;
    border-radius: 50%
}

.top-slider .owl-dots .owl-dot.active {
    background-color: #ffb200
}

.top-slider.owl-carousel .owl-item,.top-slider.owl-carousel .owl-stage,.top-slider.owl-carousel .owl-stage-outer {
    height: 100%
}

.top-slider-img-wrap {
    width: 75%
}

.top-slider-img-bg {
    width: 100%;
    height: 0;
    padding-bottom: 54.6462%;
    margin-bottom: -30px;
    background: url(../images/macbook.png) 50% no-repeat;
    background-size: contain
}

.top-slider-img-borders {
    padding: 3% 10% 4% 10.7%
}

.top-slider-img {
    border-radius: 15px;
    overflow: hidden
}

.opportunities {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 40px
}

.opportunities .opportunities-title {
    margin-bottom: 20px;
    color: #ffb200;
    font-size: 1.26em;
    font-weight: 700
}

.opportunities .item {
    position: relative;
    width: 50%;
    padding-left: 100px;
    padding-right: 15px;
    margin-bottom: 50px
}

.opportunities .item img {
    position: absolute;
    left: 0;
    top: 0
}

.program {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
    counter-reset: a
}

.program .item {
    width: 50%;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px
}

.program .item,.program .item:before {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center
}

.program .item:before {
    content: "0" counter(a);
    counter-increment: a;
    flex-shrink: 0;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-right: 30px;
    border-radius: 50%;
    color: #ffb200;
    border: 2px solid #ffb200;
    font-size: 2.1rem;
    font-weight: 700
}

.program .item h3 {
    margin: 0
}

.mobile-section {
    position: relative
}

.mobile-section:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background-color: #ffb200;
    z-index: 1
}

.mobile-section-inner {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.mobile-section-inner>* {
    position: relative;
    z-index: 5
}

.mobile-section-inner .smartphones {
    width: 65%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.mobile-section-inner .smartphones .item {
    width: 33.33%;
    opacity: .5;
    transform: scale(0.98);
    transition: transform .6s,opacity .6s
}

.mobile-section-inner .smartphones .item.active {
    opacity: 1;
    transform: scale(1)
}

.mobile-section-inner .mobile-section-info {
    width: 35%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
    text-align: right;
    padding-bottom: 20px
}

.mobile-section-inner .mobile-section-text {
    max-width: 340px;
    margin-left: auto;
    margin-bottom: auto
}

.mobile-section-inner .mobile-section-text .mobile-section-title {
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 0 0 30px;
    text-transform: uppercase
}

.mobile-section-inner h2 {
    margin-bottom: 140px
}

.mobile-section-inner .btn {
    margin-bottom: 15px
}

.mobile-section-slider.owl-carousel,.mobile-section-slider.owl-carousel .owl-item,.mobile-section-slider.owl-carousel .owl-stage,.mobile-section-slider.owl-carousel .owl-stage-outer {
    height: 100%;
    width: 100% !important;
    transform: none !important;
    position: absolute
}

.mobile-section-slider.owl-carousel .owl-item {
    display: none;
    opacity: 0;
    transition: opacity .6s
}

.mobile-section-slider.owl-carousel .owl-item.active {
    display: block;
    opacity: 1
}

.mobile-section-slider .item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between
}

.mobile-section-slider .owl-dots {
    position: absolute;
    bottom: 0
}

h1 {
    max-width: 1000px;
    font-size: 3.1115rem
}

h1,h2 {
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 30px;
    text-transform: uppercase
}

h2 {
    font-size: 1.56rem
}

h3 {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 0 0 30px;
    text-transform: uppercase
}

.btn {
    border: none;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    border-radius: 25px;
    color: #434242;
    cursor: pointer;
    transition: color .3s,background .3s
}

.btn.btn-angle {
    border-radius: 10px;
    padding: 0 15px
}

.btn.btn-bordered {
    border: 2px solid #434242
}

.btn.btn-white {
    background-color: #fff
}

.btn.btn-white:hover {
    background-color: #eaeaea;
    color: #434242
}

.btn.btn-white.btn-bordered {
    color: #fff;
    border-color: #fff;
    background: transparent
}

.btn.btn-yellow {
    background-color: #ffb200
}

.btn.btn-yellow:hover {
    background-color: #de9b00
}

.btn img {
    margin-top: -4px;
    margin-right: 10px
}

.inp {
    display: inline-block;
    width: 500px;
    max-width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    border-radius: 25px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent
}

.inp::placeholder {
    color: #fff
}

.inp:-ms-input-placeholder,.inp::-ms-input-placeholder {
    color: #fff
}

.chb {
    width: 1px;
    height: 1px;
    opacity: .01
}

.chb+label {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    cursor: pointer
}

.chb+label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid #fff;
    background-position: 50%;
    background-repeat: no-repeat
}

.chb:checked+label:before {
    background-image: url(../images/chb-a.png)
}

.link {
    cursor: pointer
}

.link:not(:hover) {
    text-decoration: underline
}

.text-large {
    font-size: 115%
}

.inline-element {
    display: inline-block
}

.inline-element:not(:first-child) {
    margin-left: 30px
}

.inline-element img {
    display: inline-block;
    margin-right: 5px
}

.color-black {
    color: #000 !important
}

.color-white {
    color: #fff !important
}

.color-yellow {
    color: #ffb200 !important
}

.bg-black {
    background-color: #000;
    color: #fff
}

.bg-black-2 {
    background-color: #212121;
    color: #fff
}

.bg-black-3 {
    background-color: #222;
    color: #fff
}

.bg-gray {
    background-color: #434342;
    color: #fff
}

.bg-dark-gray {
    background-color: #343434;
    color: #fff
}

.bg-yellow {
    background-color: #ffb200;
    color: #fff
}

.scroll-btn {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    margin: 20px 0;
    cursor: pointer;
    color: #000
}

.scroll-btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 9px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/arrow-down-black.png) 50% no-repeat
}

.scroll-btn.color-white {
    color: #fff
}

.scroll-btn.color-white:after {
    background-image: url(../images/arrow-down.png)
}

.popup-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    transition: opacity .4s,visibility .4s;
    opacity: 0;
    visibility: hidden;
    z-index: 500;
    text-align: center
}

.popup-wrap:before {
    content: "";
    height: 100%
}

.popup-wrap .popup,.popup-wrap:before {
    display: inline-block;
    vertical-align: middle
}

.popup-wrap .popup {
    border-radius: 6px;
    position: relative;
    max-width: 96vw;
    width: 600px;
    padding: 40px;
    left: -2px;
    background-color: #fff;
    color: #000;
    text-align: left;
    z-index: 510;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s,visibility .4s
}

.popup-wrap.active,.popup-wrap .popup.active {
    opacity: 1;
    visibility: visible
}

.popup-wrap .popup .p-body {
    max-height: 92vh;
    overflow-x: hidden;
    overflow-y: auto
}

.director-info h3 {
    margin-bottom: 15px
}

.director-info .director-photo img {
    width: 130px;
    height: 130px;
    border-radius: 50%
}

.director-info .director-text {
    padding: 25px 30px;
    border: 2px solid #ffb200;
    border-radius: 15px;
    font-size: 1.12rem;
    line-height: 1.3
}

.partners-reviews {
    margin-bottom: 30px
}

.partners-reviews .partner-info {
    text-align: right
}

.partners-reviews .partner-info img {
    width: 130px;
    height: 130px;
    border-radius: 50%
}

.partners-reviews .partner-text {
    padding: 25px 30px;
    border: 2px solid #ffb200;
    border-radius: 15px;
    font-size: 1.12rem;
    line-height: 1.3
}

.partners-reviews .partner-text-wrap {
    position: relative;
    padding-right: 60px
}

.partners-reviews .partner-text-wrap:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 32px;
    height: 58px;
    transform: translateY(-50%);
    background: url(../images/icon-triangle-left.png) 50% no-repeat
}

.pluses {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 60px;
    padding-top: 30px
}

.pluses .item {
    width: 30%;
    padding: 0 15px
}

.pluses .item .item-head {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase
}

.pluses .item .item-head img {
    margin-right: 30px
}

.pluses .item .item-inner {
    position: relative;
    min-height: 550px;
    padding: 22px 25px;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #ffb200
}

.pluses .item .item-inner .inner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .3;
    z-index: 1
}

.pluses .item .item-inner ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    z-index: 5
}

.pluses .item .item-inner ul li {
    margin-bottom: 30px
}

.pluses .item .item-inner ul li:before {
    content: "\2014";
    display: inline-block;
    margin-right: 5px;
    color: #ffb200
}

.pluses .item.item-main {
    width: 40%
}

.pluses .item.item-main .item-head {
    font-size: 1.3rem
}

.pluses .item.item-main .item-inner {
    min-height: 690px;
    padding: 32px 35px
}

.pluses .item:not(.item-main) {
    padding: 60px 15px
}

.separator {
    width: 70%;
    max-width: 470px;
    height: 4px;
    margin: 50px auto 20px;
    background-color: #fff
}

.section-cr-logo {
    max-width: 30%
}

.compare-lines .item {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 100px
}

.compare-lines .item h2 {
    margin: 0
}

.compare-lines .item b {
    font-size: 1.34rem
}

.compare-lines .item>div {
    width: 50%
}

.compare-lines .item>div:first-child {
    padding-right: 115px;
    text-align: right
}

.compare-lines .item>div:first-child .flex-inner {
    justify-content: flex-end
}

.compare-lines .item>div:last-child {
    padding-left: 115px
}

.compare-lines .item>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.compare-lines .item .flex-inner img {
    margin-right: 15px
}

.quote {
    width: 750px;
    max-width: 100%;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    text-align: left
}

.quote img {
    margin-right: 30px
}

.quote-wide {
    width: 1000px
}

.reasons {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: a;
    padding-top: 30px
}

.reasons .item {
    position: relative;
    width: 33.33%;
    padding-left: 195px;
    margin-bottom: 50px
}

.reasons .item:before {
    content: "0" counter(a);
    counter-increment: a;
    display: block;
    position: absolute;
    pointer-events: none;
    font-weight: 700;
    font-size: 3rem;
    color: #343434;
    top: 10px;
    left: 10px
}

.reasons .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 170px;
    width: 1px;
    height: 90%;
    background-color: #ffb200
}

.reasons .item img {
    position: absolute;
    top: 0;
    left: -10px;
    pointer-events: none
}

.reasons .item p {
    display: block;
    max-width: 200px
}

.reasons.step-list .item {
    padding-left: 120px
}

.reasons.step-list .item:before {
    font-size: 3rem;
    color: #ffb200
}

.reasons.step-list .item:after {
    left: 100px
}

.steps {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: a;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px
}

.steps,.steps .item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.steps .item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

.steps .item .item-inner {
    position: relative;
    padding: 45px 40px 20px 120px;
    background-color: #fff;
    color: #000
}

.steps .item .item-inner:before {
    content: "0" counter(a);
    counter-increment: a;
    display: block;
    position: absolute;
    pointer-events: none;
    font-size: 2rem;
    color: #000;
    top: 40px;
    left: 30px;
    z-index: 10
}

.steps .item .item-inner:after {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 35px;
    width: 15px;
    height: 120px;
    background-color: #ffb200;
    z-index: 5
}

.partners-section .partners-bg {
    position: absolute;
    width: 48%;
    left: 0;
    top: 30px;
    bottom: 0;
    z-index: 1
}

.partners-section .partners-bg .bg-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/partners-bg.jpg) 50% no-repeat;
    background-size: cover;
    opacity: .5
}

.partners-section .partners-bg:before {
    content: "";
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    right: -45px;
    top: -45px;
    background: #ffb200 url(../images/icon-list-2.png) 50% no-repeat;
    border-radius: 50%;
    pointer-events: none;
    z-index: 2
}

.partners-section .container {
    position: relative;
    z-index: 5
}

.partners-section .partners {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0
}

.partners-section .partners .item {
    width: 50%;
    margin-bottom: 45px;
    padding-right: 20px
}

.google-map-wrap {
    position: relative;
    height: 780px
}

.google-map-wrap .google-map {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10
}

.google-map-wrap .google-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 15;
    background: #212121;
    opacity: .2;
    pointer-events: none
}

.google-map-wrap .google-map-info {
    position: absolute;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25%;
    height: 100%;
    left: 50%;
    margin-left: -735px;
    top: 0;
    background: rgba(0,0,0,0.9);
    color: #fff;
    padding: 50px 40px;
    z-index: 20
}

.google-map-wrap .google-map-info .line {
    position: relative;
    padding-left: 40px;
    min-height: 28px;
    margin-bottom: 30px
}

.google-map-wrap .google-map-info .line img {
    position: absolute;
    left: 0;
    top: 0
}

.google-map-wrap .google-map-info .line:last-child {
    margin-bottom: 0
}

.navigation {
    position: fixed;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100
}

.navigation .item {
    width: 10px;
    margin: 10px 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: color .5s,background-color .5s
}

.navigation .item.item-text {
    position: relative
}

.navigation .item.item-text span {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    bottom: 0;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -moz-transform: rotate(-90deg) translateY(-50%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    text-shadow: 0 0 4px rgba(0,0,0,0.4);
    white-space: nowrap
}

.navigation .item.item-text.active {
    color: #ffb200
}

.navigation .item:not(.item-text) {
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0,0,0,0.4)
}

.navigation .item:not(.item-text).active {
    background-color: #ffb200
}

.footer {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #212121;
    color: #fff;
    font-size: .9rem
}

.footer .footer-menu ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer .footer-menu ul li {
    padding-right: 30px
}

.footer .footer-menu ul li:last-child {
    padding-right: 0
}

.footer .footer-menu a:hover {
    color: #eaeaea
}

.footer .copyright {
    text-align: center;
    padding-top: 40px;
    color: #7c7c7c
}

.justify-content-center {
    justify-content: center
}

@media only screen and (min-width: 1023px) {
    .google-map-wrap .google-map-info {
        margin-left:-485px
    }
}

@media only screen and (min-width: 1230px) {
    .google-map-wrap .google-map-info {
        margin-left:-585px
    }
}

@media only screen and (min-width: 1530px) {
    .container {
        width:1470px
    }

    .google-map-wrap .google-map-info {
        margin-left: -735px
    }
}

@media only screen and (max-width: 1720px) {
    .navigation {
        left:50px
    }
}

@media only screen and (max-width: 1650px) {
    .navigation {
        left:25px
    }
}

@media only screen and (max-width: 1024) {
    .navigation {
        left:15px
    }
}

@media only screen and (max-width: 840px) {
    .navigation {
        left:10px
    }
}

@media only screen and (max-width: 786px) {
    .navigation {
        display:none
    }
}

@media only screen and (max-width: 1529px) {
    .header .menu ul li {
        padding:0 14px
    }

    .section .top-slider-wrap {
        padding-bottom: 20px
    }

    .mobile-section-inner h2 {
        margin-bottom: 45px
    }

    .reasons .item {
        padding-left: 160px
    }

    .reasons .item:after {
        left: 145px
    }

    .reasons .item img {
        transform: scale(0.8)
    }

    .footer .footer-menu ul {
        font-size: .8rem
    }

    .footer .footer-menu ul li {
        padding-right: 20px
    }
}

@media only screen and (max-width: 1229px) {
    html {
        font-size:16px
    }

    .text-left-md {
        text-align: left
    }

    .text-right-md {
        text-align: right
    }

    .text-center-md {
        text-align: center
    }

    .header {
        font-size: .9rem
    }

    .header .menu ul li {
        padding: 0 9px
    }

    .mobile-section-inner h2 {
        margin-bottom: 30px
    }

    .reasons:not(.step-list) .item {
        width: 50%;
        padding-left: 140px
    }

    .reasons .item:after {
        left: 120px
    }

    .reasons .item:before {
        font-size: 2.5rem
    }

    .reasons .item img {
        top: -20px;
        left: -25px
    }

    .reasons.step-list .item {
        padding-left: 100px
    }

    .reasons.step-list .item:after {
        left: 80px
    }

    .reasons.step-list .item:before {
        font-size: 2.5rem
    }

    .partners-section .partners-bg {
        width: 50%
    }

    .google-map-wrap {
        height: 720px
    }

    .footer {
        padding-top: 50px
    }

    .footer .logo {
        margin-bottom: 30px
    }

    .footer .footer-menu ul {
        justify-content: flex-start;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer .footer-menu ul li {
        margin-bottom: 15px
    }

    .footer .copyright {
        padding-top: 15px;
        text-align: left
    }
}

@media only screen and (max-width: 1022px) {
    html {
        font-size:15px
    }

    .text-left-sm {
        text-align: left
    }

    .text-right-sm {
        text-align: right
    }

    .text-center-sm {
        text-align: center
    }

    .header {
        font-size: 1rem
    }

    .header .logo {
        margin-right: 15px
    }

    .header .menu-wrap {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s,visibility .5s;
        z-index: 40
    }

    .header .menu-wrap .menu {
        position: fixed;
        width: 450px;
        max-width: 82%;
        padding: 10px 25px;
        background-color: #000;
        color: #fff;
        top: 0;
        bottom: 0;
        left: -100%;
        z-index: 100;
        transition: left .5s
    }

    .header .menu-wrap.active .menu {
        left: 0
    }

    .header .menu-wrap.active {
        opacity: 1;
        visibility: visible
    }

    .header .menu ul {
        display: block
    }

    .header .menu ul li {
        margin-bottom: 10px
    }

    .header .menu-btn {
        display: block;
        width: 24px;
        height: 20px;
        margin-left: auto;
        float: right;
        position: relative;
        cursor: pointer;
        z-index: 60;
        vertical-align: top
    }

    .header .menu-btn span:after,.header .menu-btn span:before {
        display: block;
        content: ""
    }

    .header .menu-btn span,.header .menu-btn span:after,.header .menu-btn span:before {
        background: #fff;
        position: absolute;
        width: 100%;
        height: 2px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px
    }

    .header .menu-btn span {
        top: 50%;
        display: block;
        margin-top: -2px;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-duration: .3s
    }

    .header .menu-btn span:after {
        bottom: -8px;
        transition: bottom 0.3s ease 0.32s,transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    .header .menu-btn span:before {
        top: -8px;
        transition: top .3s ease .32s,opacity .3s ease,background .3s ease
    }

    .header .menu-btn.active span {
        background: #fff;
        transition-delay: .32s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: rotate(45deg)
    }

    .header .menu-btn.active span:after {
        background: #fff;
        bottom: 0;
        transition: bottom 0.3s ease,transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s;
        transform: rotate(-90deg)
    }

    .header .menu-btn.active span:before {
        background: #fff;
        top: 0;
        transition: top .3s ease,opacity .3s ease .32s;
        opacity: 0
    }

    .header .shadow-bg {
        display: block
    }

    h1 {
        font-size: 2.5rem
    }

    .section .top-section-content {
        min-height: 0
    }

    .section .top-slider-wrap {
        border: 0
    }

    .top-slider-content {
        margin-right: -7%
    }

    .top-slider {
        width: 35%;
        padding: 0 0 20px
    }

    .top-slider:before {
        top: 35px;
        height: 2px
    }

    .top-slider-img-wrap {
        width: 65%
    }

    .top-slider .item {
        font-size: .9rem;
        padding-bottom: 40px
    }

    .top-slider .item h3 {
        margin-bottom: 30px
    }

    .mobile-section:before {
        display: none
    }

    .mobile-section-inner {
        display: block
    }

    .mobile-section-inner .smartphones {
        width: 100%;
        margin-bottom: 30px
    }

    .mobile-section-inner .mobile-section-info {
        display: block;
        width: 100%;
        text-align: left;
        padding-bottom: 0
    }

    .mobile-section-inner .mobile-section-text {
        max-width: none;
        margin-left: 0;
        margin-bottom: 30px
    }

    .mobile-section-slider .item {
        display: block
    }

    .mobile-section-slider.owl-carousel,.mobile-section-slider.owl-carousel .owl-item,.mobile-section-slider.owl-carousel .owl-stage,.mobile-section-slider.owl-carousel .owl-stage-outer {
        position: relative
    }

    .mobile-section-slider.owl-carousel .owl-item {
        position: absolute
    }

    .mobile-section-slider.owl-carousel .owl-item.active {
        position: relative !important
    }

    .director-info {
        text-align: center
    }

    .director-info .director-text {
        text-align: left;
        margin-top: 30px
    }

    .pluses {
        display: block
    }

    .pluses .item {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 30px
    }

    .pluses .item .item-inner,.pluses .item.item-main .item-inner {
        min-height: 0;
        padding: 20px 25px
    }

    .pluses .item .item-head img {
        max-width: 50px
    }

    .pluses .item.item-main .item-head {
        font-size: 1.1rem
    }

    .compare-lines .item>div:first-child {
        padding-right: 60px
    }

    .compare-lines .item>div:last-child {
        padding-left: 60px
    }

    .compare-lines .item>img {
        transform: translate(-50%, -50%) scale(0.7)
    }

    .steps .item .item-inner {
        padding: 35px 30px 20px 100px
    }

    .steps .item .item-inner:before {
        top: 30px
    }

    .partners-section .partners-bg {
        display: none
    }

    .google-map-wrap {
        height: auto
    }

    .google-map-wrap .google-map-info {
        position: static;
        width: 100%;
        left: 0;
        margin: 0;
        padding: 30px
    }

    .google-map-wrap .google-map {
        position: relative;
        height: 400px
    }
}

@media only screen and (max-width: 786px) {
    .text-left-xs {
        text-align:left
    }

    .text-right-xs {
        text-align: right
    }

    .text-center-xs {
        text-align: center
    }

    .reasons:not(.step-list) .item {
        width: 100%
    }

    .header {
        position: static;
        padding-top: 30px;
        padding-bottom: 30px;
        background: #434342
    }

    .section .top-section-content {
        min-height: calc(100vh - 85px)
    }

    .top-slider-content {
        display: block;
        margin: 0
    }

    .top-slider {
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 15px
    }

    .top-slider-img-wrap {
        width: 100%
    }

    .top-slider .owl-nav {
        display: none
    }

    .top-slider .owl-dots {
        right: 0;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
        text-align: center
    }

    .compare-lines .item {
        margin-bottom: 40px
    }

    .compare-lines .item h2 {
        text-transform: none;
        font-size: 1.1rem
    }

    .compare-lines .item .flex-inner {
        display: block;
        text-align: center
    }

    .compare-lines .item .flex-inner img {
        margin-right: 0;
        margin-bottom: 10px;
        transform: scale(0.7)
    }

    .compare-lines .item>div:first-child {
        padding-right: 20px
    }

    .compare-lines .item>div:last-child {
        padding-left: 20px
    }

    .compare-lines .item>img {
        display: none
    }

    .quote {
        display: block;
        text-align: center
    }

    .quote img {
        display: block;
        margin: 0 auto 15px;
        transform: scale(0.8)
    }

    .inline-element:not(:first-child) {
        margin-left: 15px
    }

    .reasons {
        display: block
    }

    .reasons .item {
        width: 100%
    }

    .reasons .item p {
        max-width: none
    }

    .reasons .item img {
        left: -30px;
        transform: scale(0.6)
    }

    .reasons.step-list .item:after {
        height: 100%
    }

    .steps {
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .steps .item {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .steps .item .item-inner {
        padding: 25px 20px 20px 75px
    }

    .steps .item .item-inner:before {
        top: 20px;
        left: 20px
    }

    .steps .item .item-inner:after {
        width: 12px;
        height: 90px;
        left: 25px
    }

    .steps .item .item-inner h3 {
        margin: 0 0 15px
    }

    .opportunities {
        display: block;
        margin: 0
    }

    .opportunities .item {
        width: 100%;
        padding-left: 80px
    }

    .opportunities .item img {
        transform: scale(0.7);
        top: -5px;
        left: -5px
    }

    .opportunities .opportunities-title {
        margin-bottom: 15px
    }

    .program {
        display: block;
        margin: 0
    }

    .program .item {
        width: 100%;
        margin-bottom: 30px;
        padding: 0
    }

    .partners-reviews .partner-text-wrap {
        padding: 0;
        margin-bottom: 40px
    }

    .partners-reviews .partner-text-wrap:after {
        display: none
    }

    .partners-reviews .partner-info {
        text-align: center
    }
}

@media only screen and (max-width: 600px) {
    .header {
        padding:20px 0
    }

    .section .top-section-content {
        min-height: calc(100vh - 65px)
    }

    h1 {
        font-size: 2rem
    }

    h2 {
        font-size: 1.4rem
    }

    h2,h3 {
        margin-bottom: 20px
    }

    h3 {
        font-size: 1.2rem
    }

    .section.pad-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .section.top-section .title {
        font-size: 1.1rem
    }

    .section.top-section .subtitle {
        font-size: 1rem
    }

    .section .top-section-content {
        background-position: 100% 0
    }

    .top-slider-img-bg {
        height: auto;
        padding-bottom: 0;
        margin: 0;
        background: none
    }

    .top-slider-img-borders {
        padding: 0
    }

    .top-slider-img {
        border-radius: 0
    }

    .pluses .item .item-inner,.pluses .item.item-main .item-inner {
        padding: 15px 20px
    }

    .pluses .item .item-inner ul li {
        margin-bottom: 20px
    }

    .partners-section .partners {
        padding: 0 0 15px
    }

    .partners-section .partners .item {
        margin-bottom: 30px
    }

    .google-map-wrap .google-map {
        height: 320px
    }
}

@media only screen and (max-width: 479px) {
    html {
        font-size:14px
    }

    .reasons:not(.step-list) .item {
        width: 100%;
        padding-left: 0
    }

    [class^=col-mob] {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

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

    .col-mob-11 {
        width: 91.66666667%
    }

    .col-mob-10 {
        width: 83.33333333%
    }

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

    .col-mob-8 {
        width: 66.66666667%
    }

    .col-mob-7 {
        width: 58.33333333%
    }

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

    .col-mob-5 {
        width: 41.66666667%
    }

    .col-mob-4 {
        width: 33.33333333%
    }

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

    .col-mob-2 {
        width: 16.66666667%
    }

    .col-mob-1 {
        width: 8.33333333%
    }

    .btn {
        line-height: 40px;
        padding: 0 20px;
        border-radius: 20px
    }

    .btn,.inp {
        height: 40px
    }

    .section {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .section.pad-section {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .director-info .director-text {
        padding: 15px 20px;
        font-size: 1rem
    }

    .quote img {
        transform: scale(0.6)
    }
}

@media only screen and (max-width: 479px) {
    .reasons .item {
        padding:0;
        margin-bottom: 35px
    }

    .reasons .item:before {
        position: static;
        font-size: 2rem
    }

    .reasons .item:after,.reasons .item img {
        display: none
    }
}
