html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    background-color: red;
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: 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
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,:after,:before {
        background: 0 0!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        -moz-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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.42857;
    color: #333;
    background-color: #fff
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

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: #777
}

.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: 768px) {
    .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
}

.initialism,.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,a.text-primary:hover {
    color: #286090
}

.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
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:focus,a.bg-primary:hover {
    background-color: #286090
}

.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-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    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.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

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.42857;
    color: #777
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
    content: '\2014 \00A0'
}

.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: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 1024px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after,.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float:left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1024px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    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
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    -moz-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.clearfix:after,.clearfix:before {
    content: " ";
    display: table
}

.clearfix: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
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none!important
}

.visible-sm {
    display: none!important
}

.visible-md {
    display: none!important
}

.visible-lg {
    display: none!important
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important
}

@media (max-width: 767px) {
    .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: 767px) {
    .visible-xs-block {
        display:block!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display:inline!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .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: 768px) and (max-width:1023px) {
    .visible-sm-block {
        display:block!important
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .visible-sm-inline {
        display:inline!important
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .visible-sm-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .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: 1024px) and (max-width:1199px) {
    .visible-md-block {
        display:block!important
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .visible-md-inline {
        display:inline!important
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .visible-md-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 1200px) {
    .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: 1200px) {
    .visible-lg-block {
        display:block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block!important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .hidden-sm {
        display:none!important
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table!important
    }

    tr.visible-print {
        display: table-row!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

html {
    height: 100%
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    letter-spacing: normal;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: inherit;
    cursor: pointer
}

a:focus,a:hover {
    color: inherit;
    text-decoration: underline
}

:focus {
    outline: 0!important
}

.dsx-sprite {
    display: inline-block;
    background-image: url(https://dsx.uk/homepage/assets/img/sprites/sprites.png);
    background-repeat: no-repeat
}

.dsx-sprite.-cuberto-logo {
    background-position: 0 0;
    width: 117px;
    height: 9px
}

@media (-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi) {
    .dsx-sprite {
        background-image:url(https://dsx.uk/homepage/assets/img/sprites/sprites@2x.png);
        -webkit-background-size: 117px 9px;
        -moz-background-size: 117px 9px;
        background-size: 117px 9px
    }
}

.dsx-svgsprite {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: middle
}

.dsx-view {
    position: relative;
    height: 100%
}

.dsx-content {
    height: 100%;
    overflow: auto
}

.dsx-bound {
    width: 100%;
    overflow: hidden
}

.dsx-index {
    position: relative;
    color: #fff;
    background: #3625d3
}

.dsx-index:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    opacity: .3;
    background: -webkit-linear-gradient(60deg,#3625d3 50%,#6fb8fc);
    background: -moz- oldlinear-gradient(60deg,#3625d3 50%,#6fb8fc);
    background: -o-linear-gradient(60deg,#3625d3 50%,#6fb8fc);
    background: linear-gradient(30deg,#3625d3 50%,#6fb8fc)
}

.dsx-container,.dsx-hero-container,.dsx-navbar-container {
    padding: 0 25px
}

@media (min-width: 768px) {
    .dsx-container,.dsx-hero-container,.dsx-navbar-container {
        padding:0 30px
    }
}

@media (min-width: 1024px) {
    .dsx-container,.dsx-hero-container,.dsx-navbar-container {
        padding:0 40px
    }
}

@media (min-width: 1600px) {
    .dsx-container,.dsx-hero-container,.dsx-navbar-container {
        padding:0 60px
    }
}

.-md.dsx-hero-container,.-md.dsx-navbar-container,.dsx-container.-md,.dsx-feature-container.-md {
    padding: 0 25px
}

@media (min-width: 768px) {
    .-md.dsx-hero-container,.-md.dsx-navbar-container,.dsx-container.-md,.dsx-feature-container.-md {
        padding:0 45px
    }
}

@media (min-width: 1024px) {
    .-md.dsx-hero-container,.-md.dsx-navbar-container,.dsx-container.-md,.dsx-feature-container.-md {
        padding:0 40px
    }
}

@media (min-width: 1600px) {
    .-md.dsx-hero-container,.-md.dsx-navbar-container,.dsx-container.-md,.dsx-feature-container.-md {
        padding:0 100px
    }
}

.-lg.dsx-hero-container,.-lg.dsx-navbar-container,.dsx-benefit-container,.dsx-container.-lg {
    padding: 0 25px
}

@media (min-width: 768px) {
    .-lg.dsx-hero-container,.-lg.dsx-navbar-container,.dsx-benefit-container,.dsx-container.-lg {
        padding:0 80px
    }
}

@media (min-width: 1600px) {
    .-lg.dsx-hero-container,.-lg.dsx-navbar-container,.dsx-benefit-container,.dsx-container.-lg {
        padding:0 100px
    }
}

.-xl.dsx-hero-container,.-xl.dsx-navbar-container,.dsx-container.-xl,.dsx-depiction-container,.dsx-feature-header-container {
    padding: 0 25px
}

@media (min-width: 768px) {
    .-xl.dsx-hero-container,.-xl.dsx-navbar-container,.dsx-container.-xl,.dsx-depiction-container,.dsx-feature-header-container {
        padding:0 30px
    }
}

@media (min-width: 1024px) {
    .-xl.dsx-hero-container,.-xl.dsx-navbar-container,.dsx-container.-xl,.dsx-depiction-container,.dsx-feature-header-container {
        padding:0 40px 0 80px
    }
}

@media (min-width: 1600px) {
    .-xl.dsx-hero-container,.-xl.dsx-navbar-container,.dsx-container.-xl,.dsx-depiction-container,.dsx-feature-header-container {
        padding:0 67px 0 200px
    }
}

.-xxl.dsx-hero-container,.-xxl.dsx-navbar-container,.dsx-container.-xxl {
    padding: 0 25px
}

@media (min-width: 768px) {
    .-xxl.dsx-hero-container,.-xxl.dsx-navbar-container,.dsx-container.-xxl {
        padding:0 90px 0 80px
    }
}

@media (min-width: 1024px) {
    .-xxl.dsx-hero-container,.-xxl.dsx-navbar-container,.dsx-container.-xxl {
        padding:0 65px 0 80px
    }
}

@media (min-width: 1200px) {
    .-xxl.dsx-hero-container,.-xxl.dsx-navbar-container,.dsx-container.-xxl {
        padding:0 150px 0 80px
    }
}

@media (min-width: 1440px) {
    .-xxl.dsx-hero-container,.-xxl.dsx-navbar-container,.dsx-container.-xxl {
        padding:0 150px 0 200px
    }
}

@media (min-width: 1600px) {
    .-xxl.dsx-hero-container,.-xxl.dsx-navbar-container,.dsx-container.-xxl {
        padding:0 135px 0 200px
    }
}

.dsx-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.dsx-navbar-outer {
    padding: 43px 0 0 0
}

@media (min-width: 768px) {
    .dsx-navbar-outer {
        padding-top:60px
    }
}

@media (min-width: 1024px) {
    .dsx-navbar-outer {
        padding:74px 0 0 0
    }
}

@media (min-width: 1600px) {
    .dsx-navbar-outer {
        padding:102px 0 0 0
    }
}

.dsx-navbar-strip {
    position: relative;
    padding: 23px 0 0 0;
    -webkit-transition: padding .4s,-webkit-transform .7s cubic-bezier(.23,1,.38,1);
    transition: padding .4s,-webkit-transform .7s cubic-bezier(.23,1,.38,1);
    -o-transition: padding .4s,-o-transform .7s cubic-bezier(.23,1,.38,1);
    -moz-transition: padding .4s,transform .7s cubic-bezier(.23,1,.38,1),-moz-transform .7s cubic-bezier(.23,1,.38,1);
    transition: padding .4s,transform .7s cubic-bezier(.23,1,.38,1);
    transition: padding .4s,transform .7s cubic-bezier(.23,1,.38,1),-webkit-transform .7s cubic-bezier(.23,1,.38,1),-moz-transform .7s cubic-bezier(.23,1,.38,1),-o-transform .7s cubic-bezier(.23,1,.38,1);
    pointer-events: none
}

@media (min-width: 768px) {
    .dsx-navbar-strip {
        padding:40px 0 0 0;
        pointer-events: auto
    }
}

@media (min-width: 1600px) {
    .dsx-navbar-strip {
        padding:55px 0 0 0
    }
}

.dsx-navbar-strip:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background: rgba(255,255,255,.95);
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.dsx-navbar-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dsx-navbar-nav {
    display: none
}

@media (min-width: 1200px) {
    .dsx-navbar-nav {
        display:block
    }
}

.dsx-navbar-logo {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    pointer-events: auto
}

.dsx-navbar-logo svg {
    width: 50px;
    height: 13px;
    fill: currentColor
}

@media (min-width: 768px) {
    .dsx-navbar-logo svg {
        width:80px;
        height: 20px
    }
}

@media (min-width: 1600px) {
    .dsx-navbar-logo svg {
        width:100px;
        height: 25px
    }
}

.dsx-navbar-logo.-disabled {
    pointer-events: none
}

.dsx-navbar-nav {
    display: none
}

@media (min-width: 1024px) {
    .dsx-navbar-nav {
        display:inline-block;
        vertical-align: middle;
        margin: 0 -16px
    }
}

@media (min-width: 1600px) {
    .dsx-navbar-nav {
        margin:0 -28px
    }
}

.dsx-navbar-nav-item {
    display: inline-block;
    padding: 0 16px;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

@media (min-width: 1600px) {
    .dsx-navbar-nav-item {
        padding:0 28px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1.66px;
        text-transform: uppercase
    }
}

.dsx-navbar-nav-item:lang(ru) {
    padding: 0 12px
}

.dsx-navbar-nav-item:lang(ru):first-child {
    padding: 0 12px 0 0
}

@media (min-width: 1600px) {
    .dsx-navbar-nav-item:lang(ru) {
        padding:0 28px
    }
}

.dsx-navbar-nav-item span {
    display: block;
    position: relative
}

.dsx-navbar-nav-item span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    display: block;
    height: 1px;
    width: 27px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    background: currentColor;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    -moz-transition: transform .3s,-moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s
}

@media (min-width: 1600px) {
    .dsx-navbar-nav-item span:before {
        bottom:-8px;
        height: 2px
    }
}

.dsx-navbar-nav-item:focus,.dsx-navbar-nav-item:hover {
    text-decoration: none
}

.dsx-navbar-nav-item:hover span:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.dsx-navbar-nav-item:active {
    opacity: .8
}

.dsx-navbar-nav-item.-active,.dsx-navbar.-open .dsx-navbar-toggle button.dsx-navbar-nav-item {
    cursor: default
}

.dsx-navbar-nav-item.-active span:before,.dsx-navbar.-open .dsx-navbar-toggle button.dsx-navbar-nav-item span:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.dsx-navbar-nav-item.-active.-clickable,.dsx-navbar.-open .dsx-navbar-toggle button.dsx-navbar-nav-item.-clickable {
    cursor: pointer
}

.dsx-navbar-nav-profile {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: -5px 0 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.dsx-navbar-nav-profile:focus,.dsx-navbar-nav-profile:hover {
    text-decoration: none
}

.dsx-navbar-action {
    display: none
}

@media (min-width: 1024px) {
    .dsx-navbar-action {
        display:inline-block;
        vertical-align: middle;
        padding: 0 0 0 32px
    }
}

@media (min-width: 1600px) {
    .dsx-navbar-action {
        padding:0 0 0 57px
    }
}

@media (min-width: 1024px) {
    .dsx-navbar-action:lang(ru) {
        padding:0 0 0 24px
    }
}

@media (min-width: 1600px) {
    .dsx-navbar-action:lang(ru) {
        padding:0 0 0 57px
    }
}

.dsx-navbar-toggle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 10;
    pointer-events: auto
}

@media (min-width: 1024px) {
    .dsx-navbar-toggle {
        display:none
    }
}

.dsx-navbar-toggle button {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0;
    outline: 0;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.dsx-navbar-toggle button:after {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.dsx-navbar-toggle button span {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 2px currentColor solid;
    -webkit-transition: width .3s,-webkit-transform .2s;
    transition: width .3s,-webkit-transform .2s;
    -o-transition: width .3s,-o-transform .2s;
    -moz-transition: transform .2s,width .3s,-moz-transform .2s;
    transition: transform .2s,width .3s;
    transition: transform .2s,width .3s,-webkit-transform .2s,-moz-transform .2s,-o-transform .2s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
}

.dsx-navbar-toggle button span:last-child {
    width: 12px;
    margin: 6px 0 0 0
}

.dsx-navbar-toggle button:hover span:first-child {
    width: 12px
}

.dsx-navbar-toggle button:hover span:last-child {
    width: 100%
}

.dsx-navbar-toggle button.-active span,.dsx-navbar.-open .dsx-navbar-toggle button span {
    width: 20px!important;
    -webkit-transition-delay: .1s,0s;
    -moz-transition-delay: .1s,0s;
    -o-transition-delay: .1s,0s;
    transition-delay: .1s,0s
}

.dsx-navbar-toggle button.-active span:first-child,.dsx-navbar.-open .dsx-navbar-toggle button span:first-child {
    -webkit-transform: translateY(4px) rotate(-45deg);
    -moz-transform: translateY(4px) rotate(-45deg);
    -ms-transform: translateY(4px) rotate(-45deg);
    -o-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg)
}

.dsx-navbar-toggle button.-active span:last-child,.dsx-navbar.-open .dsx-navbar-toggle button span:last-child {
    -webkit-transform: translateY(-4px) rotate(45deg);
    -moz-transform: translateY(-4px) rotate(45deg);
    -ms-transform: translateY(-4px) rotate(45deg);
    -o-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg)
}

.dsx-navbar-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: -1;
    background: #fff;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1) .4s;
    transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1) .4s;
    -o-transition: -o-transform .6s cubic-bezier(.19,1,.22,1) .4s;
    -moz-transition: transform .6s cubic-bezier(.19,1,.22,1) .4s,-moz-transform .6s cubic-bezier(.19,1,.22,1) .4s;
    transition: transform .6s cubic-bezier(.19,1,.22,1) .4s;
    transition: transform .6s cubic-bezier(.19,1,.22,1) .4s,-webkit-transform .6s cubic-bezier(.19,1,.22,1) .4s,-moz-transform .6s cubic-bezier(.19,1,.22,1) .4s,-o-transform .6s cubic-bezier(.19,1,.22,1) .4s
}

@media (min-width: 1024px) {
    .dsx-navbar-menu {
        display:none
    }
}

.dsx-navbar-menu::-webkit-scrollbar {
    width: 0;
    height: 0
}

.dsx-navbar-menu-nav {
    margin: 35px 0 0 0;
    text-align: center
}

@media (min-width: 768px) {
    .dsx-navbar-menu-nav {
        margin:75px 0 0 0
    }
}

.dsx-navbar-menu-nav-item {
    display: block;
    padding: 12px 0;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
    font-family: Butler,serif;
    font-size: 20px;
    letter-spacing: -.43px;
    -webkit-transition: opacity .4s,-webkit-transform 0s;
    transition: opacity .4s,-webkit-transform 0s;
    -o-transition: opacity .4s,-o-transform 0s;
    -moz-transition: opacity .4s,transform 0s,-moz-transform 0s;
    transition: opacity .4s,transform 0s;
    transition: opacity .4s,transform 0s,-webkit-transform 0s,-moz-transform 0s,-o-transform 0s;
    -webkit-transition-delay: 0s,.6s;
    -moz-transition-delay: 0s,.6s;
    -o-transition-delay: 0s,.6s;
    transition-delay: 0s,.6s
}

@media (min-width: 768px) {
    .dsx-navbar-menu-nav-item {
        padding:17px 0;
        font-size: 40px;
        letter-spacing: -.86px
    }
}

.dsx-navbar-menu-nav-item:lang(ru) {
    font-family: "Cormorant Garamond",serif
}

.dsx-navbar-menu-nav-item:first-child {
    padding-top: 0
}

.dsx-navbar-menu-nav-item:last-child {
    padding-bottom: 0
}

.dsx-navbar-menu-nav-item:focus,.dsx-navbar-menu-nav-item:hover {
    text-decoration: none
}

.dsx-navbar-menu-action {
    margin: 15px 0 0 0;
    text-align: center
}

.dsx-navbar-menu-action-item {
    display: block;
    margin: 0 0 25px 0
}

.dsx-navbar-menu.-visible,.dsx-navbar.-open .dsx-navbar-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.dsx-navbar-menu.-visible .dsx-navbar-menu-nav-item,.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-menu-nav-item {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: .45;
    -webkit-transition-duration: .4s,.3s;
    -moz-transition-duration: .4s,.3s;
    -o-transition-duration: .4s,.3s;
    transition-duration: .4s,.3s;
    -webkit-transition-delay: 0s,0s;
    -moz-transition-delay: 0s,0s;
    -o-transition-delay: 0s,0s;
    transition-delay: 0s,0s
}

.dsx-navbar-menu.-visible .dsx-navbar-menu-nav-item:nth-of-type(1),.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-menu-nav-item:nth-of-type(1) {
    -webkit-transition-delay: .15s,.15s;
    -moz-transition-delay: .15s,.15s;
    -o-transition-delay: .15s,.15s;
    transition-delay: .15s,.15s
}

.dsx-navbar-menu.-visible .dsx-navbar-menu-nav-item:nth-of-type(2),.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-menu-nav-item:nth-of-type(2) {
    -webkit-transition-delay: .2s,.2s;
    -moz-transition-delay: .2s,.2s;
    -o-transition-delay: .2s,.2s;
    transition-delay: .2s,.2s
}

.dsx-navbar-menu.-visible .dsx-navbar-menu-nav-item:nth-of-type(3),.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-menu-nav-item:nth-of-type(3) {
    -webkit-transition-delay: .25s,.25s;
    -moz-transition-delay: .25s,.25s;
    -o-transition-delay: .25s,.25s;
    transition-delay: .25s,.25s
}

.dsx-navbar-menu.-visible .dsx-navbar-menu-nav-item:nth-of-type(4),.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-menu-nav-item:nth-of-type(4) {
    -webkit-transition-delay: .3s,.3s;
    -moz-transition-delay: .3s,.3s;
    -o-transition-delay: .3s,.3s;
    transition-delay: .3s,.3s
}

.dsx-navbar-menu.-visible .dsx-navbar-menu-nav-item:nth-of-type(5),.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-menu-nav-item:nth-of-type(5) {
    -webkit-transition-delay: .35s,.35s;
    -moz-transition-delay: .35s,.35s;
    -o-transition-delay: .35s,.35s;
    transition-delay: .35s,.35s
}

.dsx-navbar-menu.-visible .dsx-navbar-menu-nav-item:nth-of-type(6),.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-menu-nav-item:nth-of-type(6) {
    -webkit-transition-delay: .4s,.4s;
    -moz-transition-delay: .4s,.4s;
    -o-transition-delay: .4s,.4s;
    transition-delay: .4s,.4s
}

.dsx-navbar-menu.-visible .dsx-navbar-menu-nav-item:nth-of-type(7),.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-menu-nav-item:nth-of-type(7) {
    -webkit-transition-delay: .45s,.45s;
    -moz-transition-delay: .45s,.45s;
    -o-transition-delay: .45s,.45s;
    transition-delay: .45s,.45s
}

.dsx-navbar-menu.-visible .dsx-navbar-menu-nav-item:nth-of-type(8),.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-menu-nav-item:nth-of-type(8) {
    -webkit-transition-delay: .5s,.5s;
    -moz-transition-delay: .5s,.5s;
    -o-transition-delay: .5s,.5s;
    transition-delay: .5s,.5s
}

.dsx-navbar-menu.-visible .dsx-navbar-menu-nav-item:nth-of-type(9),.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-menu-nav-item:nth-of-type(9) {
    -webkit-transition-delay: .55s,.55s;
    -moz-transition-delay: .55s,.55s;
    -o-transition-delay: .55s,.55s;
    transition-delay: .55s,.55s
}

.dsx-navbar-menu.-visible .dsx-navbar-menu-nav-item:nth-of-type(10),.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-menu-nav-item:nth-of-type(10) {
    -webkit-transition-delay: .6s,.6s;
    -moz-transition-delay: .6s,.6s;
    -o-transition-delay: .6s,.6s;
    transition-delay: .6s,.6s
}

.dsx-navbar-menu.-visible .dsx-navbar-menu-nav-item:nth-of-type(11),.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-menu-nav-item:nth-of-type(11) {
    -webkit-transition-delay: .65s,.65s;
    -moz-transition-delay: .65s,.65s;
    -o-transition-delay: .65s,.65s;
    transition-delay: .65s,.65s
}

.dsx-navbar-menu.-visible .dsx-navbar-menu-nav-item:nth-of-type(12),.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-menu-nav-item:nth-of-type(12) {
    -webkit-transition-delay: .7s,.7s;
    -moz-transition-delay: .7s,.7s;
    -o-transition-delay: .7s,.7s;
    transition-delay: .7s,.7s
}

.dsx-navbar-menu.-visible .dsx-navbar-menu-nav-item:nth-of-type(13),.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-menu-nav-item:nth-of-type(13) {
    -webkit-transition-delay: .75s,.75s;
    -moz-transition-delay: .75s,.75s;
    -o-transition-delay: .75s,.75s;
    transition-delay: .75s,.75s
}

.dsx-navbar-menu.-visible .dsx-navbar-menu-nav-item:nth-of-type(14),.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-menu-nav-item:nth-of-type(14) {
    -webkit-transition-delay: .8s,.8s;
    -moz-transition-delay: .8s,.8s;
    -o-transition-delay: .8s,.8s;
    transition-delay: .8s,.8s
}

.dsx-navbar-menu.-visible .dsx-navbar-menu-nav-item:nth-of-type(15),.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-menu-nav-item:nth-of-type(15) {
    -webkit-transition-delay: .85s,.85s;
    -moz-transition-delay: .85s,.85s;
    -o-transition-delay: .85s,.85s;
    transition-delay: .85s,.85s
}

.dsx-navbar-menu.-visible .dsx-navbar-menu-nav-item.-active,.dsx-navbar-menu.-visible .dsx-navbar.-open .dsx-navbar-toggle button.dsx-navbar-menu-nav-item,.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-menu-nav-item.-active,.dsx-navbar.-open .dsx-navbar-menu .dsx-navbar-toggle button.dsx-navbar-menu-nav-item,.dsx-navbar.-open .dsx-navbar-toggle .dsx-navbar-menu button.dsx-navbar-menu-nav-item {
    opacity: 1
}

.dsx-navbar.-inverse {
    color: #fff
}

.dsx-navbar.-inverse .dsx-navbar-strip:before {
    background: rgba(54,37,211,.95)
}

.dsx-navbar.-inverse .dsx-navbar-menu {
    background: #3625d3
}

.dsx-navbar.-fixed .dsx-navbar-strip {
    padding: 20px 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.dsx-navbar.-fixed .dsx-navbar-strip:before {
    opacity: 1;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.dsx-navbar.-fixed.-open .dsx-navbar-strip:before {
    background: 0 0
}

.dsx-navbar.-open .dsx-navbar.dsx-navbar-menu .dsx-navbar-strip,.dsx-navbar.-visible .dsx-navbar-strip {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.dsx-navbar.-hidden {
    display: none
}

.dsx-loader_main {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 999;
    pointer-events: none;
    background: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.dsx-loader_main.-visible,.dsx-navbar.-open .dsx-loader_main.dsx-navbar-menu {
    opacity: 1;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.dsx-loader_overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    pointer-events: none
}

.dsx-loader_overlay-blind-item {
    position: absolute;
    display: block;
    left: 0;
    width: 33.44482%;
    height: 100vh;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    background: #3625d3;
    -webkit-animation: dsxl-loader-close .8s cubic-bezier(.19,1,.22,1) .5s backwards;
    -moz-animation: dsxl-loader-close .8s cubic-bezier(.19,1,.22,1) .5s backwards;
    -o-animation: dsxl-loader-close .8s cubic-bezier(.19,1,.22,1) .5s backwards;
    animation: dsxl-loader-close .8s cubic-bezier(.19,1,.22,1) .5s backwards
}

.dsx-loader_overlay-blind-item.-center {
    left: 33.33333%
}

.dsx-loader_overlay-blind-item.-right {
    left: 66.66667%
}

.dsx-loader_overlay-progress {
    position: relative
}

.dsx-loader_overlay-progress-item {
    position: absolute;
    top: 0;
    height: 100vh;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    border-left: 1px rgba(224,228,232,.15) solid;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    -o-transition: -o-transform .8s cubic-bezier(.19,1,.22,1);
    -moz-transition: transform .8s cubic-bezier(.19,1,.22,1),-moz-transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1),-moz-transform .8s cubic-bezier(.19,1,.22,1),-o-transform .8s cubic-bezier(.19,1,.22,1)
}

.dsx-loader_overlay-progress-item-current {
    width: 3px;
    height: 100vh;
    margin: 0 0 0 -2px;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    background: #fff
}

.dsx-loader_overlay-progress-item.-left {
    left: 33.33333%;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center
}

.dsx-loader_overlay-progress-item.-left .dsx-loader_overlay-progress-item-current {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center
}

.dsx-loader_overlay-progress-item.-right {
    left: 66.66667%;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center
}

.dsx-loader_overlay-progress-item.-right .dsx-loader_overlay-progress-item-current {
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center
}

.dsx-loader_overlay.-inverse .dsx-loader_overlay-blind-item {
    background-color: #fff
}

.dsx-loader_overlay.-inverse .dsx-loader_overlay-progress-item {
    border-left-color: rgba(111,184,252,.15)
}

.dsx-loader_overlay.-inverse .dsx-loader_overlay-progress-item-current {
    background: #6fb8fc
}

.dsx-loader_overlay.-front {
    z-index: 10000
}

.dsx-loader_overlay.-visible,.dsx-navbar.-open .dsx-loader_overlay.dsx-navbar-menu {
    pointer-events: auto
}

.dsx-loader_overlay.-visible .dsx-loader_overlay-blind-item,.dsx-navbar.-open .dsx-loader_overlay.dsx-navbar-menu .dsx-loader_overlay-blind-item {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.dsx-loader_overlay.-visible .dsx-loader_overlay-progress-item,.dsx-navbar.-open .dsx-loader_overlay.dsx-navbar-menu .dsx-loader_overlay-progress-item {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.dsx-loader_overlay.-visible .dsx-loader_overlay-progress-item-current,.dsx-navbar.-open .dsx-loader_overlay.dsx-navbar-menu .dsx-loader_overlay-progress-item-current {
    -webkit-animation: dsxl-loader-progress 5s backwards;
    -moz-animation: dsxl-loader-progress 5s backwards;
    -o-animation: dsxl-loader-progress 5s backwards;
    animation: dsxl-loader-progress 5s backwards
}

@-webkit-keyframes dsxl-loader-close {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }

    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@-moz-keyframes dsxl-loader-close {
    0% {
        -moz-transform: scaleX(1);
        transform: scaleX(1);
        -moz-transform-origin: right center;
        transform-origin: right center
    }

    100% {
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transform-origin: right center;
        transform-origin: right center
    }
}

@-o-keyframes dsxl-loader-close {
    0% {
        -o-transform: scaleX(1);
        transform: scaleX(1);
        -o-transform-origin: right center;
        transform-origin: right center
    }

    100% {
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -o-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes dsxl-loader-close {
    0% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center
    }

    100% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center
    }
}

@-webkit-keyframes dsxl-loader-progress {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    100% {
        -webkit-transform: scaleY(.9);
        transform: scaleY(.9)
    }
}

@-moz-keyframes dsxl-loader-progress {
    0% {
        -moz-transform: scaleY(0);
        transform: scaleY(0)
    }

    100% {
        -moz-transform: scaleY(.9);
        transform: scaleY(.9)
    }
}

@-o-keyframes dsxl-loader-progress {
    0% {
        -o-transform: scaleY(0);
        transform: scaleY(0)
    }

    100% {
        -o-transform: scaleY(.9);
        transform: scaleY(.9)
    }
}

@keyframes dsxl-loader-progress {
    0% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0)
    }

    100% {
        -webkit-transform: scaleY(.9);
        -moz-transform: scaleY(.9);
        -o-transform: scaleY(.9);
        transform: scaleY(.9)
    }
}

.dsx-form-group {
    margin: 0 0 30px 0
}

.dsx-form-submit {
    margin: 10px 0 0 0
}

.dsx-input {
    display: inline
}

.dsx-input input::-ms-clear {
    display: none
}

.dsx-input_light input {
    margin: 0;
    padding: 13px 0;
    width: 100%;
    color: #000;
    background: 0 0;
    border: 0;
    border-bottom: 2px rgba(0,0,0,.2) solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0;
    font-family: Butler,serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .34px;
    line-height: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.dsx-input_light input:lang(ru) {
    font-family: "Cormorant Garamond",serif
}

.dsx-input_light input:hover {
    border-bottom-color: rgba(0,0,0,.5)
}

.dsx-input_light input:focus {
    border-bottom-color: #000
}

.dsx-input_light input:invalid {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.dsx-input_box {
    position: relative
}

.dsx-input_box input {
    width: 100%;
    height: 100%;
    padding: 0 25px;
    border: 1px solid #e6e6e6;
    background: #fff;
    font-size: 14px;
    letter-spacing: .78px;
    line-height: 1;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    -moz-transition: padding .25s;
    transition: padding .25s
}

.dsx-input_box input::-webkit-input-placeholder {
    color: rgba(0,0,0,.3)
}

.dsx-input_box input:-moz-placeholder {
    color: rgba(0,0,0,.3)
}

.dsx-input_box input::-moz-placeholder {
    color: rgba(0,0,0,.3)
}

.dsx-input_box input:-ms-input-placeholder {
    color: rgba(0,0,0,.3)
}

.dsx-input_box input::-ms-input-placeholder {
    color: rgba(0,0,0,.3)
}

.dsx-input_box input::placeholder {
    color: rgba(0,0,0,.3)
}

.dsx-input_rounded {
    position: relative;
    display: block
}

.dsx-input_rounded input {
    width: 100%;
    padding: 8px 70px 8px 18px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    border: 1px solid rgba(171,179,192,.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

@media (min-width: 1024px) {
    .dsx-input_rounded input {
        padding:14px 70px 14px 18px
    }
}

.dsx-input_rounded input::-moz-placeholder {
    color: rgba(0,0,0,.3);
    opacity: 1
}

.dsx-input_rounded input:-ms-input-placeholder {
    color: rgba(0,0,0,.3)
}

.dsx-input_rounded input::-webkit-input-placeholder {
    color: rgba(0,0,0,.3)
}

.dsx-input_rounded input:focus,.dsx-input_rounded input:hover {
    border: 1px solid rgba(171,179,192,.7)
}

.dsx-input_rounded-addon {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 17px;
    background: 0 0;
    border: none
}

@media (min-width: 1024px) {
    .dsx-input_rounded-addon {
        top:15px;
        right: 27px
    }
}

.dsx-input_rounded-addon-icon {
    font-size: 23px;
    color: rgba(0,0,0,.3);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.dsx-input_rounded-addon-icon.-focus {
    color: #3625d3
}

.dsx-input_flat {
    position: relative;
    display: inline-block
}

.dsx-input_flat input {
    margin: 0;
    padding: 8px 0 5px 0;
    width: 100%;
    opacity: .8;
    color: inherit;
    background: 0 0;
    border: 0;
    border-bottom: 2px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0!important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.66px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.dsx-input_flat input:hover {
    opacity: .7
}

.dsx-input_flat input:focus {
    opacity: 1
}

.dsx-input_flat-clear {
    position: absolute;
    right: 0;
    bottom: 8px;
    z-index: 1
}

.dsx-input_flat-clear button {
    padding: 0;
    margin: 0;
    color: #dadada;
    background: 0 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0!important;
    opacity: .3;
    font-size: 16px;
    line-height: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.dsx-input_flat-clear button:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px
}

.dsx-input_flat-clear button:hover {
    opacity: 1;
    color: inherit
}

.dsx-input_flat-clear button:active {
    opacity: 1;
    color: inherit
}

.dsx-input_flat-clear+input {
    padding-right: 20px
}

.dsx-btn {
    display: inline
}

.dsx-btn_flat {
    position: relative;
    display: inline-block;
    height: 47px;
    min-width: 140px;
    margin: 0;
    padding: 0 18px;
    color: #fff;
    background: #1b2039;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.66px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center
}

.dsx-btn_flat:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    background: #fff;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: -o-transform .4s;
    -moz-transition: transform .4s,-moz-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s,-moz-transform .4s,-o-transform .4s
}

.dsx-btn_flat span {
    position: relative;
    z-index: 1;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s
}

.dsx-btn_flat:hover span {
    color: #fff
}

.dsx-btn_flat:hover:after {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center
}

.dsx-btn_flat:active {
    opacity: .9
}

.dsx-btn_flat.-inherit {
    color: inherit;
    background: 0 0;
    border: 1px solid currentColor
}

.dsx-btn_flat.-inherit:after {
    background: currentColor
}

.dsx-btn_flat.-inherit:hover span {
    color: #fff
}

.dsx-btn_flat.-inherit.-inverse:hover span {
    color: #3625d3
}

.dsx-btn_flat.-inverse:hover span {
    color: #3625d3
}

.dsx-btn_flat.-sm {
    min-width: 140px;
    height: 47px;
    font-size: 13px;
    letter-spacing: 1.66px
}

@media (min-width: 1024px) {
    .dsx-btn_flat.-sm {
        min-width:100px;
        height: 34px;
        font-size: 11px;
        letter-spacing: 1.4px
    }
}

@media (min-width: 1600px) {
    .dsx-btn_flat.-sm {
        min-width:140px;
        height: 47px;
        font-size: 13px;
        letter-spacing: 1.66px
    }
}

.dsx-btn_flat.-xs {
    padding: 0;
    height: 34px;
    width: 106px;
    min-width: 100px
}

.dsx-btn_flat.-view-more:hover span {
    color: #3625d3
}

.dsx-btn_flat.-link {
    line-height: 47px
}

@media (min-width: 1024px) {
    .dsx-btn_flat.-link {
        line-height:34px
    }
}

@media (min-width: 1600px) {
    .dsx-btn_flat.-link {
        line-height:47px
    }
}

.dsx-btn_flat.-link:focus,.dsx-btn_flat.-link:hover {
    text-decoration: none
}

.dsx-btn_fav {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0;
    line-height: 0
}

.dsx-btn_fav svg {
    height: 19px;
    width: 19px;
    fill: none;
    stroke: rgba(255,255,255,.5);
    stroke-width: 1.5px;
    stroke-linejoin: round;
    stroke-linecap: round;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.dsx-btn_fav:focus svg,.dsx-btn_fav:hover svg {
    stroke: #fff
}

.dsx-btn_fav.-active svg,.dsx-navbar.-open .dsx-navbar-toggle button.dsx-btn_fav svg {
    fill: #ecae6a;
    stroke: #ecae6a
}

.dsx-btn_fav.-active:focus svg,.dsx-btn_fav.-active:hover svg,.dsx-navbar.-open .dsx-navbar-toggle button.dsx-btn_fav:focus svg,.dsx-navbar.-open .dsx-navbar-toggle button.dsx-btn_fav:hover svg {
    fill: #efba81;
    stroke: #efba81
}

.dsx-btn_link {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    color: inherit;
    background: 0 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.11px;
    line-height: normal;
    text-transform: uppercase
}

@media (min-width: 1024px) {
    .dsx-btn_link {
        font-size:14px;
        letter-spacing: 1.3px
    }
}

.dsx-btn_link span {
    display: inline-block
}

.dsx-btn_link:after,.dsx-btn_link:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 3px;
    opacity: .15;
    background: currentColor
}

.dsx-btn_link:after {
    opacity: 1;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.23,1,.38,1);
    transition: -webkit-transform .6s cubic-bezier(.23,1,.38,1);
    -o-transition: -o-transform .6s cubic-bezier(.23,1,.38,1);
    -moz-transition: transform .6s cubic-bezier(.23,1,.38,1),-moz-transform .6s cubic-bezier(.23,1,.38,1);
    transition: transform .6s cubic-bezier(.23,1,.38,1);
    transition: transform .6s cubic-bezier(.23,1,.38,1),-webkit-transform .6s cubic-bezier(.23,1,.38,1),-moz-transform .6s cubic-bezier(.23,1,.38,1),-o-transform .6s cubic-bezier(.23,1,.38,1)
}

.dsx-btn_link:focus,.dsx-btn_link:hover {
    text-decoration: none
}

.dsx-btn_link:focus:after,.dsx-btn_link:hover:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.dsx-btn_more {
    position: relative;
    display: inline-block;
    height: 56px;
    margin: 0;
    padding: 0 47px;
    color: #fff;
    background: #3625d3;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.22px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center
}

.dsx-btn_more span {
    display: inline-block;
    vertical-align: middle
}

.dsx-btn_more-icon {
    margin: 0 0 0 23px
}

.dsx-btn_envelope {
    background: 0 0;
    border: none;
    padding: 0
}

.dsx-btn_envelope-icon {
    font-size: 23px;
    color: #3625d3;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.dsx-btn_envelope-icon.-focus {
    color: #3625d3
}

.dsx-btn_comments {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 8px 0;
    width: 100%;
    background: rgba(171,179,192,.2);
    border: none;
    outline: 0;
    font-size: 14px;
    letter-spacing: .18px;
    line-height: 28px;
    text-transform: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.dsx-btn_comments:hover {
    opacity: .8
}

.dsx-btn.-hidden {
    display: none
}

.dsx-checkbox {
    display: inline
}

.dsx-radio {
    display: inline
}

.dsx-dropdown {
    display: inline
}

.dsx-dropdown_select {
    position: relative
}

.dsx-dropdown_select-toggle {
    color: inherit;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.dsx-dropdown_select-toggle-text {
    display: inline-block;
    vertical-align: middle
}

.dsx-dropdown_select-toggle-arr {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 8px;
    font-size: 85%;
    line-height: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
    -moz-transition: transform .2s,-moz-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s,-moz-transform .2s,-o-transform .2s
}

.dsx-dropdown_select-toggle:focus,.dsx-dropdown_select-toggle:hover {
    opacity: .8;
    text-decoration: none
}

.dsx-dropdown_select-menu {
    display: none;
    position: absolute;
    margin: 10px -25px;
    padding: 0;
    min-width: 200px;
    max-height: 250px;
    z-index: 99;
    overflow: auto;
    color: #fff;
    background: #1b2039;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.05);
    box-shadow: 0 0 15px rgba(0,0,0,.05)
}

@media (min-width: 768px) {
    .dsx-dropdown_select-menu {
        margin:10px -30px
    }
}

.dsx-dropdown_select-menu-item {
    position: relative;
    display: block;
    padding: 3px 25px;
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 35px;
    text-align: left;
    -webkit-transition: background .2s,color .2s;
    -o-transition: background .2s,color .2s;
    -moz-transition: background .2s,color .2s;
    transition: background .2s,color .2s
}

@media (min-width: 768px) {
    .dsx-dropdown_select-menu-item {
        padding:3px 30px
    }
}

.dsx-dropdown_select-menu-item:hover {
    background: #fff;
    color: #000;
    text-decoration: none
}

.dsx-dropdown_select-menu.-right {
    right: 0
}

.dsx-dropdown_select-menu.-bottom {
    bottom: 100%
}

.dsx-dropdown_select.-open .dsx-dropdown_select-toggle-arr {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dsx-dropdown_select.-open .dsx-dropdown_select-menu {
    display: block;
    -webkit-animation: dsx-dropdown-show .2s;
    -moz-animation: dsx-dropdown-show .2s;
    -o-animation: dsx-dropdown-show .2s;
    animation: dsx-dropdown-show .2s
}

.dsx-dropdown_main {
    position: relative
}

.dsx-dropdown_main-toggle {
    color: inherit;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    -moz-transition: opacity .25s;
    transition: opacity .25s
}

.dsx-dropdown_main-toggle-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 0;
    font-size: 17px
}

.dsx-dropdown_main-toggle-icon.-lg {
    font-size: 23px
}

.dsx-dropdown_main-toggle-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    font-size: 16px;
    letter-spacing: .57px;
    font-weight: 700
}

.dsx-dropdown_main-menu {
    display: none;
    position: absolute;
    right: -15px;
    bottom: 40px;
    margin: 0;
    padding: 0;
    min-width: 116px;
    max-height: 250px;
    overflow: auto;
    z-index: 1000;
    text-align: left;
    background: rgba(0,0,0,.8);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.dsx-dropdown_main-menu-item {
    position: relative;
    color: #fff;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 30px;
    font-weight: 800;
    border-bottom: 1px solid rgba(255,255,255,.2);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.dsx-dropdown_main-menu-item:last-child {
    border: none
}

.dsx-dropdown_main-menu-item span {
    display: block;
    padding: 7px 20px
}

.dsx-dropdown_main-menu-item a {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 7px 20px
}

.dsx-dropdown_main-menu-item a:hover {
    opacity: .8;
    text-decoration: none
}

.dsx-dropdown_main-menu-item.-inverse {
    color: #eb4242
}

.dsx-dropdown_main.-open .dsx-dropdown_main-menu,.dsx-dropdown_main.open .dsx-dropdown_main-menu {
    display: block;
    -webkit-animation: dsx-dropdown-show .2s;
    -moz-animation: dsx-dropdown-show .2s;
    -o-animation: dsx-dropdown-show .2s;
    animation: dsx-dropdown-show .2s
}

.dsx-dropdown_user {
    position: relative
}

.dsx-dropdown_user-toggle {
    color: inherit;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.dsx-dropdown_user-menu {
    display: none;
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0;
    min-width: 287px;
    z-index: 99;
    overflow: auto;
    color: #fff;
    background: #1b2039;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.05);
    box-shadow: 0 0 15px rgba(0,0,0,.05)
}

@media (min-width: 768px) {
    .dsx-dropdown_user-menu {
        margin:10px -30px
    }
}

.dsx-dropdown_user-menu::-webkit-scrollbar {
    width: 0;
    height: 0
}

.dsx-dropdown_user-menu-icon {
    margin: -3px 0 0 0;
    font-size: 16px
}

.dsx-dropdown_user-menu-text {
    position: relative;
    margin: 0 0 0 18px;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 16px;
    font-weight: 700
}

.dsx-dropdown_user-menu-text span {
    display: inline-block;
    vertical-align: middle;
    margin: 4px 0 0 0;
    font-size: 12px;
    letter-spacing: 1.13px;
    line-height: 16px;
    font-weight: 400;
    color: #787b8c
}

.dsx-dropdown_user-menu-text a {
    display: inline-block;
    vertical-align: middle;
    margin: 4px 0 0 7px;
    position: relative;
    z-index: 2;
    font-size: 12px;
    letter-spacing: 1.13px;
    line-height: 16px;
    font-weight: 400;
    color: #6eb8fd
}

.dsx-dropdown_user-menu-text a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #6eb8fd;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.dsx-dropdown_user-menu-text a:hover {
    text-decoration: none
}

.dsx-dropdown_user-menu-text a:focus:after,.dsx-dropdown_user-menu-text a:hover:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.dsx-dropdown_user-menu-text.-status {
    padding: 0 0 0 13px
}

.dsx-dropdown_user-menu-text.-status:after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #51c67d
}

.dsx-dropdown_user-menu-text.-status span {
    margin: 4px 0 0 -13px
}

.dsx-dropdown_user-menu-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 21px;
    color: inherit;
    text-align: left;
    -webkit-transition: background .2s,color .2s;
    -o-transition: background .2s,color .2s;
    -moz-transition: background .2s,color .2s;
    transition: background .2s,color .2s
}

.dsx-dropdown_user-menu-item:hover {
    background: #fff;
    color: #000;
    text-decoration: none
}

.dsx-dropdown_user.-open .dsx-dropdown_user-menu {
    display: block;
    -webkit-animation: dsx-dropdown-show .2s;
    -moz-animation: dsx-dropdown-show .2s;
    -o-animation: dsx-dropdown-show .2s;
    animation: dsx-dropdown-show .2s
}

.dsx-dropdown_search-toggle {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: inherit;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0!important;
    font-size: 18px;
    line-height: 0;
    vertical-align: middle;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.dsx-dropdown_search-toggle:hover {
    opacity: .8
}

.dsx-dropdown_search-menu {
    display: none;
    margin: -5px 0 0 0;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

@media (min-width: 1024px) {
    .dsx-dropdown_search-menu {
        margin:0
    }
}

.dsx-dropdown_search.-open .dsx-dropdown_search-toggle {
    display: none
}

.dsx-dropdown_search.-open .dsx-dropdown_search-menu {
    display: inline-block;
    -webkit-animation: dsx-dropdown-search-show .25s both;
    -moz-animation: dsx-dropdown-search-show .25s both;
    -o-animation: dsx-dropdown-search-show .25s both;
    animation: dsx-dropdown-search-show .25s both
}

@-webkit-keyframes dsx-dropdown-show {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-moz-keyframes dsx-dropdown-show {
    0% {
        -moz-transform: scaleY(0);
        transform: scaleY(0)
    }

    100% {
        -moz-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-o-keyframes dsx-dropdown-show {
    0% {
        -o-transform: scaleY(0);
        transform: scaleY(0)
    }

    100% {
        -o-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes dsx-dropdown-show {
    0% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0)
    }

    100% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-webkit-keyframes dsx-dropdown-search-show {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-moz-keyframes dsx-dropdown-search-show {
    0% {
        opacity: 0;
        -moz-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        opacity: 1;
        -moz-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-o-keyframes dsx-dropdown-search-show {
    0% {
        opacity: 0;
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        opacity: 1;
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes dsx-dropdown-search-show {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.dsx-paginator {
    display: inline
}

.dsx-modal {
    display: inline
}

.dsx-modal_full {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 110;
    overflow: hidden;
    padding: 0!important;
    pointer-events: none
}

.dsx-modal_full-dialog {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    z-index: 1;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    pointer-events: auto;
    opacity: 0;
    -webkit-transition: opacity .5s,-webkit-transform .3s;
    transition: opacity .5s,-webkit-transform .3s;
    -o-transition: opacity .5s,-o-transform .3s;
    -moz-transition: opacity .5s,transform .3s,-moz-transform .3s;
    transition: opacity .5s,transform .3s;
    transition: opacity .5s,transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s
}

.dsx-modal_full-close {
    position: absolute;
    pointer-events: auto;
    z-index: 200;
    top: 15px;
    right: 15px;
    width: 43px;
    height: 43px;
    line-height: 41px;
    font-size: 10px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px rgba(0,0,0,.2) solid;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

@media (min-width: 1024px) {
    .dsx-modal_full-close {
        top:50px;
        right: 50px;
        width: 63px;
        height: 63px;
        line-height: 61px;
        font-size: 14px
    }
}

.dsx-modal_full-close a {
    display: block;
    height: 100%;
    width: 100%
}

.dsx-modal_full-close a svg {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    vertical-align: middle
}

.dsx-modal_full-close a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media (min-width: 1024px) {
    .dsx-modal_full-close a:hover svg {
        -webkit-transform:scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }
}

.dsx-modal_full-close a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.dsx-modal_full.-visible,.dsx-navbar.-open .dsx-modal_full.dsx-navbar-menu {
    display: block
}

.dsx-modal_full.-visible .dsx-modal_full-dialog,.dsx-navbar.-open .dsx-modal_full.dsx-navbar-menu .dsx-modal_full-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.dsx-footer {
    width: 100%;
    background: #fff;
    text-align: center;
    -webkit-transition: padding-bottom .2s;
    -o-transition: padding-bottom .2s;
    -moz-transition: padding-bottom .2s;
    transition: padding-bottom .2s
}

@media (min-width: 768px) {
    .dsx-footer {
        text-align:left
    }
}

.dsx-footer-wrap {
    padding: 40px 0
}

@media (min-width: 768px) {
    .dsx-footer-wrap {
        padding:70px 0 36px 0
    }
}

@media (min-width: 1200px) {
    .dsx-footer-wrap {
        padding:75px 0 40px 0
    }
}

@media (min-width: 1600px) {
    .dsx-footer-wrap {
        padding:70px 0 50px 0
    }
}

.dsx-footer-container {
    padding: 0 20px
}

@media (min-width: 450px) {
    .dsx-footer-container {
        padding:0 35px
    }
}

@media (min-width: 768px) {
    .dsx-footer-container {
        padding:0 80px
    }
}

@media (min-width: 1600px) {
    .dsx-footer-container {
        padding:0 100px
    }
}

.dsx-footer-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%
}

@media (min-width: 1200px) {
    .dsx-footer-grid {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 1200px) {
    .dsx-footer-grid-col {
        width:50%
    }
}

@media (min-width: 768px) {
    .dsx-footer-grid-col.-right {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.dsx-footer-item {
    margin: 0 0 40px 0
}

@media (min-width: 1200px) {
    .dsx-footer-item {
        margin:0
    }
}

@media (min-width: 1200px) {
    .dsx-footer-text {
        max-width:426px
    }
}

@media (min-width: 1600px) {
    .dsx-footer-text {
        max-width:505px
    }
}

.dsx-footer-title {
    min-height: 18px;
    margin: 0 0 6px 0;
    font-family: Butler,serif;
    font-size: 17px;
    letter-spacing: .32px;
    line-height: 37px;
    font-weight: 300;
    color: #000
}

.dsx-footer-title svg {
    height: 18px
}

.dsx-footer-title:lang(ru) {
    font-family: "Cormorant Garamond",serif
}

@media (min-width: 768px) {
    .dsx-footer-title {
        min-height:30px;
        margin: 0 0 16px 0;
        font-size: 30px;
        letter-spacing: .56px;
        line-height: 37px
    }
}

@media (min-width: 1600px) {
    .dsx-footer-title {
        min-height:35px;
        margin: 0 0 25px 0;
        font-size: 35px;
        letter-spacing: .66px;
        line-height: 37px
    }
}

.dsx-footer-paragraph {
    color: #7f7f7f;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .89px;
    margin-bottom: 15px
}

@media (min-width: 1600px) {
    .dsx-footer-list {
        width:auto
    }
}

.dsx-footer-list-item {
    display: block
}

.dsx-footer-list-link {
    display: inline-block;
    width: auto;
    font-size: 13px;
    font-family: Butler,serif;
    font-weight: 300;
    letter-spacing: .46px;
    line-height: 42px;
    color: #000
}

@media (min-width: 768px) {
    .dsx-footer-list-link {
        font-size:16px;
        letter-spacing: .57px;
        line-height: 42px
    }
}

.dsx-footer-list-link:lang(ru) {
    margin: 0 0 15px 0;
    max-width: 230px;
    font-family: Roboto,sans-serif;
    line-height: 26px
}

@media (min-width: 768px) {
    .dsx-footer-list-link:lang(ru) {
        min-width:185px;
        max-width: 185px
    }
}

@media (min-width: 1200px) {
    .dsx-footer-list-link:lang(ru) {
        min-width:0
    }
}

.dsx-footer-list-link:focus,.dsx-footer-list-link:hover {
    color: #3625d3;
    text-decoration: none
}

.dsx-footer-social {
    margin: 40px 0 0 0
}

@media (min-width: 768px) {
    .dsx-footer-social {
        margin:30px 0 0 0
    }
}

@media (min-width: 1200px) {
    .dsx-footer-social {
        margin:40px 0 0 0
    }
}

@media (min-width: 1600px) {
    .dsx-footer-social {
        margin:55px 0 0 0
    }
}

.dsx-footer-language {
    margin: 10px 0;
    display: block
}

@media all and (min-width: 768px) {
    .dsx-footer-language {
        margin:5px 0 5px 50px;
        display: inline-block;
        vertical-align: middle
    }
}

.dsx-footer-language-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 42px;
    font-weight: 300;
    color: rgba(0,0,0,.5)
}

.dsx-footer-language-dropdown {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 6px
}

.dsx-footer-top {
    padding: 0 0 40px 0
}

@media (min-width: 768px) {
    .dsx-footer-top {
        padding:0 0 75px 0
    }
}

.dsx-footer-bottom {
    padding: 35px 0 20px 0;
    border: 1px solid #e6e6e6
}

@media (min-width: 768px) {
    .dsx-footer-bottom {
        padding:35px 0 40px 0
    }
}

.dsx-footer-bottom-grid {
    display: block;
    width: 100%;
    text-align: center
}

.dsx-footer-bottom-grid-right {
    display: block
}

@media all and (min-width: 768px) {
    .dsx-footer-bottom-grid {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left
    }

    .dsx-footer-bottom-grid-left {
        min-width: 300px
    }

    .dsx-footer-bottom-grid-right {
        min-width: 220px;
        text-align: right;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-left: 20px
    }
}

.dsx-footer-payment {
    margin: 0
}

.dsx-footer-payment-item {
    display: inline-block;
    margin: 0 17px 0 0
}

@media (min-width: 768px) {
    .dsx-footer-payment-item {
        margin:0 28px 0 0
    }
}

.dsx-footer-payment-item:last-child {
    margin: 0
}

.dsx-footer-brief {
    margin: 0;
    color: gray;
    font-family: Butler,serif;
    font-size: 12px;
    letter-spacing: .43px;
    line-height: 22px;
    font-weight: 300
}

.dsx-footer-brief:lang(ru) {
    font-family: Roboto,sans-serif
}

@media (min-width: 1024px) {
    .dsx-footer-brief {
        max-width:600px
    }
}

@media (min-width: 1200px) {
    .dsx-footer-brief {
        max-width:774px
    }
}

@media (min-width: 1600px) {
    .dsx-footer-brief {
        max-width:967px
    }
}

.dsx-footer-description {
    margin: 0 0 40px 0;
    font-family: Butler,serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .43px;
    line-height: 22px;
    text-align: center;
    color: gray
}

@media (min-width: 768px) {
    .dsx-footer-description {
        text-align:right;
        margin: 0
    }
}

.dsx-footer-logo {
    margin: 0 0 40px 0
}

@media (min-width: 768px) {
    .dsx-footer-logo {
        margin:0 0 36px 0
    }
}

@media (min-width: 1600px) {
    .dsx-footer-logo {
        margin:0 0 44px 0
    }
}

.dsx-footer.-pb {
    padding-bottom: 60px
}

.dsx-footer .dsx-meta-org {
    display: none
}

.dsx-header {
    display: inline-block
}

.dsx-header h1,.dsx-header h2 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: Butler,serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.6px;
    line-height: 35px;
    -webkit-font-kerning: none;
    font-kerning: none
}

.dsx-header h1:lang(ru),.dsx-header h2:lang(ru) {
    font-family: "Cormorant Garamond",serif;
    font-weight: 600
}

@media (min-width: 768px) {
    .dsx-header h1,.dsx-header h2 {
        font-size:30px;
        letter-spacing: -.64px;
        line-height: 30px
    }
}

@media (min-width: 1024px) {
    .dsx-header h1,.dsx-header h2 {
        font-size:40px;
        letter-spacing: -.86px;
        line-height: 40px
    }
}

@media (min-width: 1200px) {
    .dsx-header h1,.dsx-header h2 {
        font-size:50px;
        letter-spacing: -1.07px;
        line-height: 58px
    }
}

@media (min-width: 1600px) {
    .dsx-header h1,.dsx-header h2 {
        font-size:80px;
        letter-spacing: -1.71px;
        line-height: 80px
    }
}

.dsx-header h1 em,.dsx-header h2 em {
    color: #7275ff;
    font-weight: inherit;
    font-style: normal
}

.dsx-header h1 strong,.dsx-header h2 strong {
    color: #b6bee2;
    font-weight: inherit
}

.dsx-header h3 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: Butler,serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -.47px;
    line-height: 28px
}

.dsx-header h3:lang(ru) {
    font-family: "Cormorant Garamond",serif;
    font-weight: 600
}

@media (min-width: 768px) {
    .dsx-header h3 {
        font-size:30px;
        letter-spacing: -.64px;
        line-height: 38px
    }
}

@media (min-width: 1600px) {
    .dsx-header h3 {
        font-size:40px;
        letter-spacing: -.86px;
        line-height: 48px
    }
}

.dsx-header h3.-md {
    font-size: 32px;
    letter-spacing: -.69px;
    line-height: 38.4px
}

@media (min-width: 768px) {
    .dsx-header h3.-md {
        font-size:40px;
        letter-spacing: -.86px;
        line-height: 48px
    }
}

.dsx-header h4 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: Butler,serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -.47px;
    line-height: 28px
}

.dsx-header h4:lang(ru) {
    font-family: "Cormorant Garamond",serif;
    font-weight: 600
}

@media (min-width: 768px) {
    .dsx-header h4 {
        font-size:30px;
        letter-spacing: -.64px;
        line-height: 32px
    }
}

@media (min-width: 1600px) {
    .dsx-header h4 {
        font-size:40px;
        letter-spacing: -.86px;
        line-height: 48px
    }
}

.dsx-header h5 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: Butler,serif;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -.75px
}

.dsx-header h5:lang(ru) {
    font-family: "Cormorant Garamond",serif;
    font-weight: 600
}

@media (min-width: 768px) {
    .dsx-header h5 {
        font-size:46px;
        line-height: 58.5px;
        letter-spacing: -.99px
    }
}

@media (min-width: 1200px) {
    .dsx-header h5 {
        font-size:57px;
        letter-spacing: -1.22px
    }
}

.dsx-header h5 span {
    color: #b6bee2
}

.dsx-header h6 {
    display: block;
    margin: 0;
    padding: 0;
    font-family: Butler,serif;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .32px;
    line-height: 17px
}

.dsx-header h6:lang(ru) {
    font-family: "Cormorant Garamond",serif
}

@media (min-width: 768px) {
    .dsx-header h6 {
        font-size:35px;
        letter-spacing: .66px;
        line-height: 37px
    }
}

.dsx-header.-sm h1,.dsx-header.-sm h2 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    letter-spacing: -.6px;
    line-height: 35px
}

.dsx-header.-sm h1:lang(ru),.dsx-header.-sm h2:lang(ru) {
    font-family: "Cormorant Garamond",serif;
    font-weight: 600
}

@media (min-width: 1200px) {
    .dsx-header.-sm h1:lang(ru),.dsx-header.-sm h2:lang(ru) {
        font-size:46px;
        letter-spacing: -1px;
        line-height: 46px
    }
}

@media (min-width: 768px) {
    .dsx-header.-sm h1,.dsx-header.-sm h2 {
        font-size:30px;
        letter-spacing: -.64px;
        line-height: 38px
    }
}

@media (min-width: 1024px) {
    .dsx-header.-sm h1,.dsx-header.-sm h2 {
        font-size:40px;
        letter-spacing: -.86px;
        line-height: 32px
    }
}

@media (min-width: 1200px) {
    .dsx-header.-sm h1,.dsx-header.-sm h2 {
        font-size:46px;
        letter-spacing: -1px;
        line-height: 46px
    }
}

@media (min-width: 1600px) {
    .dsx-header.-sm h1,.dsx-header.-sm h2 {
        font-size:57px;
        letter-spacing: -1.22px;
        line-height: 58px
    }
}

.dsx-header.-sm h3 {
    margin: 0;
    padding: 0;
    font-family: Butler,serif;
    font-size: 22px;
    letter-spacing: -.48px;
    line-height: 28px;
    font-weight: 300
}

.dsx-header.-sm h3:lang(ru) {
    font-family: "Cormorant Garamond",serif;
    font-weight: 600
}

@media (min-width: 768px) {
    .dsx-header.-sm h3 {
        font-size:30px;
        letter-spacing: .56px;
        line-height: 37px
    }
}

@media (min-width: 1200px) {
    .dsx-header.-sm h3 {
        font-size:35px;
        letter-spacing: .66px;
        line-height: 37px
    }
}

.dsx-table_quot {
    margin: 0 -11px
}

@media (min-width: 768px) {
    .dsx-table_quot {
        margin:0 -12px
    }
}

.dsx-table_quot table {
    width: 100%
}

.dsx-table_quot table th {
    padding: 0 11px 15px 11px;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: right;
    color: rgba(255,255,255,.4)
}

@media (min-width: 1600px) {
    .dsx-table_quot table th {
        padding:0 11px 11px 11px
    }
}

.dsx-table_quot table th.-action {
    padding-right: 0;
    width: 1px;
    text-align: left;
    white-space: nowrap
}

.dsx-table_quot table th.-name {
    text-align: left
}

.dsx-table_quot table th.-ask,.dsx-table_quot table th.-bid,.dsx-table_quot table th.-high,.dsx-table_quot table th.-low,.dsx-table_quot table th.-volume {
    display: none
}

@media (min-width: 768px) {
    .dsx-table_quot table th.-ask,.dsx-table_quot table th.-bid,.dsx-table_quot table th.-high,.dsx-table_quot table th.-low,.dsx-table_quot table th.-volume {
        display:table-cell
    }
}

.dsx-table_quot table td {
    padding: 7px 11px;
    font-size: 14px;
    letter-spacing: .35px;
    text-align: right;
    vertical-align: middle
}

@media (min-width: 1600px) {
    .dsx-table_quot table td {
        padding:9px 12px;
        font-size: 16px;
        letter-spacing: .4px
    }
}

.dsx-table_quot table td a {
    letter-spacing: .5px;
    text-transform: uppercase
}

.dsx-table_quot table td a:focus,.dsx-table_quot table td a:hover {
    text-decoration: none
}

.dsx-table_quot table td.-change {
    font-weight: 500
}

.dsx-table_quot table td.-change svg {
    margin: -1px 0 0 2px;
    height: 10px;
    width: 10px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5px
}

.dsx-table_quot table td.-change.-up {
    color: #6fe099
}

.dsx-table_quot table td.-change.-down {
    color: #ff6464
}

.dsx-table_quot table td.-bid {
    color: #6fe099
}

.dsx-table_quot table td.-ask {
    color: #ff6464
}

.dsx-table_quot table td.-action {
    padding-right: 0;
    width: 1px;
    text-align: left;
    white-space: nowrap
}

.dsx-table_quot table td.-name {
    text-align: left
}

.dsx-table_quot table td.-ask,.dsx-table_quot table td.-bid,.dsx-table_quot table td.-high,.dsx-table_quot table td.-low,.dsx-table_quot table td.-volume {
    display: none
}

@media (min-width: 768px) {
    .dsx-table_quot table td.-ask,.dsx-table_quot table td.-bid,.dsx-table_quot table td.-high,.dsx-table_quot table td.-low,.dsx-table_quot table td.-volume {
        display:table-cell
    }
}

.dsx-table_quot table tr:hover td {
    background: rgba(114,117,255,.2)
}

.dsx-table_quot table tr th {
    font-weight: 400
}

.dsx-table_fees {
    width: 100%;
    min-width: 688px;
    background-color: rgba(255,255,255,.9)
}

.dsx-table_fees td {
    border: 1px solid #e6e6e6;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 14px;
    letter-spacing: .5px;
    text-align: center
}

.dsx-table_fees td:first-of-type {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 1600px) {
    .dsx-table_fees td:first-of-type {
        padding-left:63px
    }
}

.dsx-table_fees td:lang(ru) {
    padding-left: 10px;
    padding-right: 10px
}

.dsx-table_fees td.-bold {
    font-weight: 700
}

.dsx-table_fees td.-light {
    font-weight: 300;
    color: rgba(0,0,0,.4)
}

.dsx-table_fees td.-bordernone {
    border-top: none;
    border-bottom: none
}

.dsx-table_fees td.-xl {
    width: 460px;
    border-right: none
}

.dsx-table_fees thead td {
    text-transform: uppercase;
    font-weight: 300;
    color: rgba(0,0,0,.4)
}

.dsx-table_fees thead td.-border-left {
    border-left: none
}

.dsx-table_fees tbody td.-lg {
    text-transform: uppercase
}

.dsx-table_system {
    width: 100%;
    min-width: 1125px;
    table-layout: fixed
}

@media (min-width: 1200px) {
    .dsx-table_system {
        min-width:1045px
    }
}

@media (min-width: 1600px) {
    .dsx-table_system {
        min-width:1125px
    }
}

.dsx-table_system td {
    padding: 0 7px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .43px;
    text-align: center;
    border: 1px solid #e6e6e6
}

@media (min-width: 1600px) {
    .dsx-table_system td {
        padding:0 10px
    }
}

.dsx-table_system td.-mempool {
    width: 178px;
    padding-right: 17px;
    padding-left: 15px
}

.dsx-table_system td.-transactions {
    height: 75px
}

.dsx-table_system thead td {
    color: rgba(0,0,0,.4)
}

.dsx-table_system tbody .-info {
    font-weight: 700
}

.dsx-table_system tbody td {
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 60px
}

.dsx-table_system tbody td.-body {
    font-size: 13px;
    font-weight: 700
}

.dsx-table_system tbody td.-online {
    font-weight: 700;
    color: #51c67d
}

.dsx-table_system tbody td.-offline {
    font-weight: 700;
    color: #eb4242
}

.dsx-preaction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.dsx-preaction-item {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 15px 0;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.2);
    border-right: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
    text-align: center
}

@media (min-width: 768px) {
    .dsx-preaction-item {
        padding:20px 0
    }
}

@media (min-width: 1200px) {
    .dsx-preaction-item {
        padding:26px 0 18px 0
    }
}

@media (min-width: 1600px) {
    .dsx-preaction-item {
        padding:40px 0
    }
}

.dsx-preaction-item:last-child {
    border-right: none
}

@media (min-width: 1200px) {
    .dsx-preaction-item:first-child:after {
        -webkit-transform:translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    .dsx-preaction-item:last-child:after {
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .dsx-preaction-item:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .05;
        z-index: 1;
        -webkit-transition: all .4s cubic-bezier(.11,.48,.14,.94);
        -o-transition: all .4s cubic-bezier(.11,.48,.14,.94);
        -moz-transition: all .4s cubic-bezier(.11,.48,.14,.94);
        transition: all .4s cubic-bezier(.11,.48,.14,.94)
    }

    .dsx-preaction-item:focus,.dsx-preaction-item:hover {
        text-decoration: none
    }

    .dsx-preaction-item:focus:after,.dsx-preaction-item:hover:after {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.dsx-preaction-header {
    position: relative;
    display: inline-block;
    z-index: 10;
    color: inherit;
    font-family: Butler,serif;
    font-size: 20px;
    letter-spacing: -.43px;
    line-height: 1;
    vertical-align: middle;
    margin: 0 0 3px 0
}

.dsx-preaction-header:lang(ru) {
    font-family: "Cormorant Garamond",serif;
    font-weight: 600
}

@media (min-width: 768px) {
    .dsx-preaction-header {
        font-size:30px;
        letter-spacing: -.64px
    }
}

@media (min-width: 1024px) {
    .dsx-preaction-header {
        font-size:40px;
        letter-spacing: -.86px
    }
}

@media (min-width: 1600px) {
    .dsx-preaction-header {
        font-size:50px;
        letter-spacing: -1.07px;
        margin: 0 0 7px 0
    }
}

.dsx-preaction-title {
    display: none
}

@media (min-width: 1200px) {
    .dsx-preaction-title {
        display:block;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: .89px;
        line-height: 30px
    }
}

.dsx-preaction.-inverse .dsx-preaction-item {
    border-color: rgba(0,0,0,.1)
}

.dsx-nav {
    display: inline
}

.dsx-nav_filter {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -12px
}

.dsx-nav_filter-item {
    display: none;
    padding: 0 12px;
    color: #7275ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.66px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

@media (min-width: 768px) {
    .dsx-nav_filter-item {
        display:inline-block
    }
}

.dsx-nav_filter-item span {
    position: relative;
    display: inline-block;
    padding: 8px 0
}

@media (min-width: 768px) {
    .dsx-nav_filter-item span:after {
        content:"";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        background: currentColor;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: -o-transform .3s;
        -moz-transition: transform .3s,-moz-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s
    }
}

.dsx-nav_filter-item svg {
    display: none;
    margin: -2px 12px 0 0;
    line-height: 0
}

@media (min-width: 768px) {
    .dsx-nav_filter-item svg {
        display:inline-block
    }
}

.dsx-nav_filter-item.-active,.dsx-navbar.-open .dsx-navbar-toggle button.dsx-nav_filter-item {
    display: inline-block;
    color: #fff
}

.dsx-nav_filter-item.-active span:after,.dsx-navbar.-open .dsx-navbar-toggle button.dsx-nav_filter-item span:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.dsx-figures {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.dsx-figures-content {
    position: absolute;
    top: -40px;
    right: -150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width: 768px) {
    .dsx-figures-content {
        top:-80px;
        right: -530px
    }
}

@media (min-width: 1024px) {
    .dsx-figures-content {
        top:-150px;
        right: -320px
    }
}

@media (min-width: 1200px) {
    .dsx-figures-content {
        top:-140px;
        right: -410px
    }
}

@media (min-width: 1600px) {
    .dsx-figures-content {
        top:-110px
    }
}

.dsx-figures-box {
    position: relative;
    opacity: .9
}

.dsx-figures-box:not(:first-of-type) {
    margin-left: 25px
}

.dsx-figures-box svg {
    height: 190px;
    width: 190px
}

@media (min-width: 768px) {
    .dsx-figures-box svg {
        height:402px;
        width: 436px
    }
}

@media (min-width: 1024px) {
    .dsx-figures-box svg {
        height:490px;
        width: 490px
    }
}

@media (min-width: 1600px) {
    .dsx-figures-box svg {
        width:613px;
        height: 613px
    }
}

.dsx-figures.-under {
    z-index: 0
}

.dsx-figures.-multiply {
    mix-blend-mode: multiply
}

.dsx-figures.-darken {
    mix-blend-mode: darken
}

.dsx-figures.-burn {
    mix-blend-mode: color-burn
}

.dsx-trait {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .dsx-trait {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.dsx-trait-icon {
    margin: 0 0 25px 0;
    min-width: 85px
}

@media (min-width: 768px) {
    .dsx-trait-icon {
        margin:0 40px 0 0
    }
}

@media (min-width: 1024px) {
    .dsx-trait-icon {
        margin:0 39px 0 0
    }
}

@media (min-width: 1200px) {
    .dsx-trait-icon {
        margin:0 47px 0 0
    }
}

.dsx-trait-title {
    margin: 0 0 15px 0
}

@media (min-width: 768px) {
    .dsx-trait-title {
        margin:0 0 11px 0
    }
}

@media (min-width: 1024px) {
    .dsx-trait-title {
        margin:0 0 25px 0
    }
}

.dsx-trait-title h3 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: Butler,serif;
    font-size: 22px;
    letter-spacing: -.47px;
    line-height: 28px
}

@media (min-width: 768px) {
    .dsx-trait-title h3 {
        font-size:30px;
        letter-spacing: -.64px;
        line-height: 32px
    }
}

@media (min-width: 1200px) {
    .dsx-trait-title h3 {
        line-height:38px
    }
}

@media (min-width: 1600px) {
    .dsx-trait-title h3 {
        font-size:40px;
        letter-spacing: -.86px;
        line-height: 45px;
        font-weight: 300
    }
}

.dsx-trait-wrap {
    text-align: center
}

@media (min-width: 768px) {
    .dsx-trait-wrap {
        text-align:left
    }
}

.dsx-trait-description p {
    font-size: 14px;
    letter-spacing: .78px;
    font-weight: 300;
    line-height: 22px;
    margin: 0
}

@media (min-width: 768px) {
    .dsx-trait-description p {
        font-size:15px;
        letter-spacing: .83px;
        line-height: 24px
    }
}

@media (min-width: 1200px) {
    .dsx-trait-description p {
        font-size:16px;
        letter-spacing: .89px;
        line-height: 30px
    }
}

@media (min-width: 1600px) {
    .dsx-trait-description p {
        font-size:18px;
        letter-spacing: 1px;
        line-height: 30px
    }
}

.dsx-trait.-state {
    text-align: center
}

@media (min-width: 768px) {
    .dsx-trait.-state {
        text-align:left
    }
}

@media (min-width: 1200px) {
    .dsx-trait.-state {
        -webkit-box-align:start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.dsx-trait.-state .dsx-trait-icon {
    padding-top: 18px
}

.dsx-trait.-state .dsx-trait-description {
    display: inline-block
}

.dsx-signin {
    display: inline-block;
    position: relative
}

@media (min-width: 1600px) {
    .dsx-signin {
        top:-40px
    }
}

.dsx-signin-pattern {
    opacity: .1
}

.dsx-signin-pattern svg {
    width: 160px;
    height: 160px
}

@media (min-width: 768px) {
    .dsx-signin-pattern svg {
        width:200px;
        height: 200px
    }
}

.dsx-signin-link {
    position: absolute;
    right: -40px;
    bottom: -17px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 114px;
    height: 114px;
    padding: 21px 17px 18px 18px;
    background-color: #3625d3;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s
}

.dsx-signin-link:focus,.dsx-signin-link:hover {
    text-decoration: none;
    background-color: rgba(54,37,211,.94)
}

.dsx-signin-link:hover .dsx-signin-link-icon {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

@media (min-width: 768px) {
    .dsx-signin-link {
        width:150px;
        height: 150px;
        right: -38px;
        bottom: -10px
    }
}

@media (min-width: 1024px) {
    .dsx-signin-link {
        right:-56px;
        bottom: -40px;
        padding: 27px 33px 33px 22px
    }
}

@media (min-width: 1200px) {
    .dsx-signin-link {
        right:-44px
    }
}

.dsx-signin-link-text {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.22px;
    text-transform: uppercase;
    text-align: left;
    color: #fff
}

@media (min-width: 768px) {
    .dsx-signin-link-text {
        font-size:14px;
        line-height: 22px
    }
}

.dsx-signin-link-icon {
    display: inline-block;
    line-height: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    -moz-transition: transform .3s,-moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s
}

.dsx-signin-link-icon svg {
    width: 7px;
    height: 12px;
    fill: #fff
}

.dsx-map {
    width: 100%;
    height: 100%
}

.dsx-cookies {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    opacity: 0;
    color: #fff;
    background: #2c288c;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: transfotm .2s,opacity .3s;
    -o-transition: transfotm .2s,opacity .3s;
    -moz-transition: transfotm .2s,opacity .3s;
    transition: transfotm .2s,opacity .3s
}

@media (min-width: 1024px) {
    .dsx-cookies {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 70px
    }
}

.dsx-cookies-text {
    margin: 15px auto 5px auto;
    max-width: 320px;
    font-size: 15px;
    letter-spacing: .83px;
    line-height: 24px;
    font-weight: 300
}

@media (min-width: 1024px) {
    .dsx-cookies-text {
        display:inline-block;
        vertical-align: middle;
        margin: 0;
        max-width: 100%
    }
}

.dsx-cookies-link {
    display: block;
    margin: 0 0 15px 0;
    font-size: 11px;
    letter-spacing: 1.4px;
    line-height: 13px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

@media (min-width: 1024px) {
    .dsx-cookies-link {
        display:inline-block;
        vertical-align: middle;
        margin: 0 0 0 7px
    }
}

.dsx-cookies-link:focus,.dsx-cookies-link:hover {
    opacity: .8;
    text-decoration: none
}

.dsx-cookies-action {
    margin: 0 0 15px 0
}

@media (min-width: 1024px) {
    .dsx-cookies-action {
        display:inline-block;
        vertical-align: middle;
        margin: 0 0 0 32px
    }
}

.dsx-cookies.-visible,.dsx-navbar.-open .dsx-cookies.dsx-navbar-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto
}

@media (min-width: 1024px) {
    .dsx-social-items {
        display:inline-block;
        vertical-align: middle
    }
}

@media (min-width: 1600px) {
    .dsx-social-items {
        display:block
    }
}

.dsx-social-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 28px;
    text-align: center;
    color: #000;
    overflow: hidden
}

.dsx-social-item:first-child {
    margin: 0
}

.dsx-social-item:focus,.dsx-social-item:hover {
    text-decoration: none
}

.dsx-social-item:hover>span {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.dsx-social-item:hover>span>span {
    opacity: 1;
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
}

.dsx-social-item>span {
    display: inline-block;
    position: relative;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dsx-social-item>span>span {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dsx-social-item-icon {
    display: inline-block;
    vertical-align: middle
}

.dsx-social-item-icon.-facebook {
    font-size: 15px
}

.dsx-social-item-icon.-twitter {
    font-size: 17px
}

.dsx-social-item-icon.-linkedin {
    margin: -2px 0 0 0;
    font-size: 15px
}

.dsx-social-item-icon.-google {
    font-size: 21px
}

.dsx-social-item-icon.-vk {
    font-size: 19px
}

.dsx-social-item-text {
    display: none
}

@media (min-width: 1600px) {
    .dsx-social-item-text {
        display:inline-block;
        vertical-align: middle
    }
}

.dsx-comment-container {
    padding: 0 0 0 20px
}

@media (min-width: 768px) {
    .dsx-comment-container {
        padding:0 0 0 40px
    }
}

.dsx-comment-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.dsx-comment-grid-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
}

.dsx-comment-grid-col.-right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.dsx-comment-content {
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(171,179,192,.3)
}

.dsx-comment-more {
    margin: 0 0 20px 0
}

.dsx-comment-header {
    margin: 0 0 4px 0
}

.dsx-comment-header-title {
    font-family: Butler,serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .37px;
    line-height: 30px;
    color: #373d4a
}

@media (min-width: 768px) {
    .dsx-comment-header-title {
        font-size:19px;
        letter-spacing: .41px
    }
}

.dsx-comment-header-date {
    font-size: 14px;
    letter-spacing: -.07px;
    line-height: 30px;
    color: #abb3c0
}

.dsx-comment-text {
    margin: 0 0 14px 0;
    font-size: 14px;
    letter-spacing: .78px;
    line-height: 30px;
    font-weight: 300;
    color: #373d4a
}

.dsx-comment-footer {
    margin: 0 0 15px 0
}

.dsx-comment-footer-item {
    margin: 0 0 0 30px;
    line-height: 1;
    color: #abb3c0
}

.dsx-comment-footer-item:first-child {
    margin: 0
}

.dsx-comment-footer-item:hover {
    color: rgba(0,0,0,.7);
    text-decoration: none
}

.dsx-comment-footer-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.dsx-comment-footer-icon.-bottom {
    margin: -4px 0 0 0
}

.dsx-comment-footer-count {
    margin: 0 0 0 9px;
    font-size: 14px;
    letter-spacing: .78px;
    line-height: 30px;
    font-weight: 400
}

.dsx-hero {
    position: relative
}

.dsx-hero-wrap {
    padding: 85px 0 0 0
}

@media (min-width: 768px) {
    .dsx-hero-wrap {
        padding:107px 0 42px 0
    }
}

@media (min-width: 1024px) {
    .dsx-hero-wrap {
        padding:158px 0 50px 0
    }
}

@media (min-width: 1200px) {
    .dsx-hero-wrap {
        padding:127px 0 50px 0
    }
}

@media (min-width: 1600px) {
    .dsx-hero-wrap {
        padding:167px 0 157px 0
    }
}

.dsx-hero-figure {
    display: none
}

@media (min-width: 768px) {
    .dsx-hero-figure {
        display:block;
        position: absolute;
        top: 127px;
        left: 0;
        right: 0;
        overflow: hidden;
        opacity: .1;
        text-align: center
    }
}

.dsx-hero-figure svg {
    margin: 0 0 0 -70px;
    height: 910px;
    width: 907px
}

@media (min-width: 1024px) {
    .dsx-hero-figure svg {
        margin:0
    }
}

.dsx-hero-body {
    position: relative;
    z-index: 1
}

.dsx-hero-header {
    text-align: left
}

@media (min-width: 768px) {
    .dsx-hero-header {
        text-align:center
    }
}

.dsx-hero-quot {
    max-width: 962px;
    margin: 57px auto 0 auto
}

@media (min-width: 768px) {
    .dsx-hero-quot {
        margin:53px auto 0 auto
    }
}

@media (min-width: 1024px) {
    .dsx-hero-quot {
        margin:62px auto 0 auto
    }
}

@media (min-width: 1200px) {
    .dsx-hero-quot {
        margin:51px auto 0 auto
    }
}

@media (min-width: 1600px) {
    .dsx-hero-quot {
        margin:55px auto 0 auto
    }
}

.dsx-hero-quot-table-box.-hidden {
    display: none
}

.dsx-hero-quot-table-empty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 150px;
    text-align: center
}

.dsx-hero-quot-table-empty-text {
    font-family: Butler,serif;
    font-size: 30px;
    letter-spacing: -.64px;
    line-height: 34px
}

.dsx-hero-quot-table-empty-text span {
    display: block;
    color: #7275ff
}

.dsx-hero-quot-table-empty.-hidden {
    display: none
}

.dsx-hero-quot-nav {
    margin: 0 0 20px 0
}

@media (min-width: 768px) {
    .dsx-hero-quot-nav {
        padding:0 12px;
        margin: 0 -12px 32px -12px
    }
}

.dsx-hero-quot-nav-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dsx-hero-quot-nav-grid-col.-right {
    max-width: 80px;
    min-height: 30px
}

@media (min-width: 1024px) {
    .dsx-hero-quot-nav-grid-col.-right {
        max-width:125px;
        min-height: 100%
    }
}

.dsx-hero-quot-nav-filter {
    display: none
}

@media (min-width: 1024px) {
    .dsx-hero-quot-nav-filter {
        display:block
    }
}

@media (min-width: 1024px) {
    .dsx-hero-quot-nav-dropdown {
        display:none
    }
}

.dsx-hero-quot-more {
    margin: 29px -25px 0 0;
    text-align: right
}

@media (min-width: 768px) {
    .dsx-hero-quot-more {
        margin:44px 0 0 0;
        text-align: center
    }
}

.dsx-hero-quot-more.-hidden {
    display: none
}

.dsx-feature {
    position: relative
}

.dsx-feature-container.-xl {
    padding: 0 25px
}

@media (min-width: 768px) {
    .dsx-feature-container.-xl {
        padding:0 30px
    }
}

@media (min-width: 1024px) {
    .dsx-feature-container.-xl {
        padding:0 84px 0 67px
    }
}

@media (min-width: 1200px) {
    .dsx-feature-container.-xl {
        padding:0 50px
    }
}

@media (min-width: 1600px) {
    .dsx-feature-container.-xl {
        padding:0 80px
    }
}

.dsx-feature-wrap {
    padding: 0 0 10px 0
}

@media (min-width: 768px) {
    .dsx-feature-wrap {
        padding:0 0 7px 0
    }
}

@media (min-width: 1024px) {
    .dsx-feature-wrap {
        padding:0 0 35px 0
    }
}

@media (min-width: 1200px) {
    .dsx-feature-wrap {
        padding:0 0 5px 0
    }
}

@media (min-width: 1600px) {
    .dsx-feature-wrap {
        padding:0 0 132px 0
    }
}

.dsx-feature-wrap.-lg {
    padding-top: 35px
}

@media (min-width: 768px) {
    .dsx-feature-wrap.-lg {
        padding-top:30px
    }
}

@media (min-width: 1024px) {
    .dsx-feature-wrap.-lg {
        padding-top:30px
    }
}

@media (min-width: 1200px) {
    .dsx-feature-wrap.-lg {
        padding-top:50px
    }
}

@media (min-width: 1600px) {
    .dsx-feature-wrap.-lg {
        padding-top:125px
    }
}

.dsx-feature-wrap.-xl {
    padding: 50px 0 30px 0
}

@media (min-width: 768px) {
    .dsx-feature-wrap.-xl {
        padding:50px 0 0 0
    }
}

@media (min-width: 1024px) {
    .dsx-feature-wrap.-xl {
        padding:75px 0 0 0
    }
}

@media (min-width: 1200px) {
    .dsx-feature-wrap.-xl {
        padding:70px 0 13px 0
    }
}

@media (min-width: 1600px) {
    .dsx-feature-wrap.-xl {
        padding:232px 0 132px 0
    }
}

.dsx-feature-header {
    position: relative
}

.dsx-feature-header-container.-lg {
    padding: 0 25px
}

@media (min-width: 768px) {
    .dsx-feature-header-container.-lg {
        padding:0 30px
    }
}

@media (min-width: 1024px) {
    .dsx-feature-header-container.-lg {
        padding:0 80px
    }
}

@media (min-width: 1600px) {
    .dsx-feature-header-container.-lg {
        padding:0 100px
    }
}

.dsx-feature-header-grid {
    text-align: center
}

@media (min-width: 768px) {
    .dsx-feature-header-grid {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.dsx-feature-header-pattern {
    position: absolute;
    left: 0;
    bottom: -10px;
    display: none;
    vertical-align: bottom;
    opacity: .3
}

@media (min-width: 768px) {
    .dsx-feature-header-pattern {
        left:-90px
    }
}

@media (min-width: 1200px) {
    .dsx-feature-header-pattern {
        left:-85px
    }
}

@media (min-width: 1600px) {
    .dsx-feature-header-pattern {
        display:inline-block;
        left: 0
    }
}

.dsx-feature-header-pattern svg {
    width: 144px;
    height: 144px
}

@media (min-width: 768px) {
    .dsx-feature-header-pattern svg {
        width:266px;
        height: 266px
    }
}

.dsx-feature-header-title {
    display: inline-block;
    vertical-align: bottom;
    margin: 50px 0 20px 0
}

@media (min-width: 768px) {
    .dsx-feature-header-title {
        margin:0
    }
}

.dsx-feature-items {
    margin: 0 0 25px 0
}

@media (min-width: 768px) {
    .dsx-feature-items {
        margin:60px 0
    }
}

@media (min-width: 1200px) {
    .dsx-feature-items {
        margin:40px 0
    }
}

@media (min-width: 1600px) {
    .dsx-feature-items {
        margin:70px 0 0 0
    }
}

.dsx-feature-items-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 1200px) {
    .dsx-feature-items-grid {
        margin:0 -30px
    }
}

@media (min-width: 1600px) {
    .dsx-feature-items-grid {
        margin:0 -45px
    }
}

.dsx-feature-items-grid-col {
    padding: 55px 0 0 0;
    width: 50%
}

@media (min-width: 768px) {
    .dsx-feature-items-grid-col {
        padding:0;
        width: 25%
    }
}

@media (min-width: 1200px) {
    .dsx-feature-items-grid-col {
        padding:0 30px
    }
}

@media (min-width: 1600px) {
    .dsx-feature-items-grid-col {
        padding:0 45px
    }
}

.dsx-feature-items-grid.-static {
    margin: 0
}

.dsx-feature-items-grid.-static .dsx-feature-items-grid-col {
    padding: 25px 0 0 0
}

@media (min-width: 768px) {
    .dsx-feature-items-grid.-static .dsx-feature-items-grid-col {
        padding:0
    }
}

@media (min-width: 1024px) {
    .dsx-feature-items-grid.-static .dsx-feature-items-grid-col {
        padding:0 39px
    }
}

@media (min-width: 1200px) {
    .dsx-feature-items-grid.-static .dsx-feature-items-grid-col {
        padding:0
    }
}

@media (min-width: 1600px) {
    .dsx-feature-items-grid.-bythree {
        margin:0 -74px
    }
}

.dsx-feature-items-grid.-bythree .dsx-feature-items-grid-col {
    width: 100%
}

@media (min-width: 768px) {
    .dsx-feature-items-grid.-bythree .dsx-feature-items-grid-col:not(:last-of-type) {
        margin:0 0 50px 0
    }
}

@media (min-width: 1024px) {
    .dsx-feature-items-grid.-bythree .dsx-feature-items-grid-col:not(:last-of-type) {
        margin:0 0 90px 0
    }
}

@media (min-width: 1200px) {
    .dsx-feature-items-grid.-bythree .dsx-feature-items-grid-col {
        width:33.333%
    }

    .dsx-feature-items-grid.-bythree .dsx-feature-items-grid-col:not(:last-of-type) {
        margin: 0
    }
}

@media (min-width: 1600px) {
    .dsx-feature-items-grid.-bythree .dsx-feature-items-grid-col {
        padding:0 74px
    }
}

@media (min-width: 1024px) {
    .dsx-feature-items-grid.-bytworow {
        margin:0 -30px
    }
}

.dsx-feature-items-grid.-bytworow .dsx-feature-items-grid-col {
    width: 100%;
    margin-bottom: 57px;
    padding: 0
}

@media (min-width: 768px) {
    .dsx-feature-items-grid.-bytworow .dsx-feature-items-grid-col {
        margin-bottom:60px
    }
}

@media (min-width: 1024px) {
    .dsx-feature-items-grid.-bytworow .dsx-feature-items-grid-col {
        width:33.333%;
        padding: 0 30px;
        margin-bottom: 90px
    }
}

@media (min-width: 1200px) {
    .dsx-feature-items-grid.-bytworow .dsx-feature-items-grid-col {
        margin-bottom:100px
    }
}

@media (min-width: 1600px) {
    .dsx-feature-items-grid.-bytworow .dsx-feature-items-grid-col {
        margin-bottom:190px
    }
}

.dsx-feature-item {
    position: relative;
    text-align: center
}

.dsx-feature-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(63,61,218,.3)),to(rgba(36,21,170,.3)));
    background: -webkit-linear-gradient(top,rgba(63,61,218,.3),rgba(36,21,170,.3));
    background: -moz- oldlinear-gradient(top,rgba(63,61,218,.3),rgba(36,21,170,.3));
    background: -o-linear-gradient(top,rgba(63,61,218,.3),rgba(36,21,170,.3));
    background: linear-gradient(to bottom,rgba(63,61,218,.3),rgba(36,21,170,.3));
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.dsx-feature-item-body {
    position: relative;
    z-index: 1;
    text-align: center
}

.dsx-feature-item-ico {
    max-width: 100px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .dsx-feature-item-ico {
        max-width:100%;
        margin: 0 auto 25px auto
    }
}

@media (min-width: 1024px) {
    .dsx-feature-item-ico {
        min-height:175px;
        margin: 0
    }
}

@media (min-width: 1600px) {
    .dsx-feature-item-ico {
        min-height:230px
    }
}

.dsx-feature-item-ico svg {
    width: 100%
}

@media (min-width: 768px) {
    .dsx-feature-item-ico svg {
        max-width:104px;
        width: auto;
        height: 85px
    }
}

@media (min-width: 1024px) {
    .dsx-feature-item-ico svg {
        max-width:125px;
        height: auto
    }
}

@media (min-width: 1600px) {
    .dsx-feature-item-ico svg {
        max-width:none;
        max-height: none
    }
}

.dsx-feature-item-ico.-xl svg {
    max-width: 115px;
    max-height: 100px
}

@media (min-width: 1024px) {
    .dsx-feature-item-ico.-xl svg {
        max-width:135px;
        max-height: 115px
    }
}

@media (min-width: 1200px) {
    .dsx-feature-item-ico.-xl svg {
        max-width:188px;
        max-height: 144px
    }
}

@media (min-width: 1600px) {
    .dsx-feature-item-ico.-xl svg {
        max-width:none;
        max-height: none
    }
}

.dsx-feature-item-text {
    margin: 8px auto 0 auto;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .78px;
    line-height: 24px
}

@media (min-width: 768px) {
    .dsx-feature-item-text {
        font-size:15px;
        letter-spacing: .83px;
        line-height: 24px
    }
}

@media (min-width: 1600px) {
    .dsx-feature-item-text {
        margin:15px auto 0 auto;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 30px
    }
}

.dsx-feature-item-text p {
    margin: 0;
    padding: 0
}

.dsx-feature-item-text.-hidden {
    display: none
}

@media (min-width: 1024px) {
    .dsx-feature-item-text.-hidden {
        display:block
    }
}

.dsx-feature-item-text.-xl {
    margin: 16px auto 0 auto
}

@media (min-width: 1600px) {
    .dsx-feature-item-text.-xl {
        margin:26px auto 0 auto
    }
}

.dsx-feature-item.-hover {
    cursor: pointer
}

@media (min-width: 1200px) {
    .dsx-feature-item.-hover {
        padding:55px 32px
    }
}

@media (min-width: 1600px) {
    .dsx-feature-item.-hover {
        padding:55px 45px
    }
}

@media (min-width: 1200px) {
    .dsx-feature-item.-hover:hover:before {
        opacity:1
    }
}

.dsx-feature-item.-horizontal .dsx-feature-item-ico {
    min-height: 130px
}

@media (min-width: 768px) {
    .dsx-feature-item.-horizontal .dsx-feature-item-ico {
        min-height:auto
    }
}

@media (min-width: 1200px) {
    .dsx-feature-item.-horizontal .dsx-feature-item-ico {
        min-height:180px
    }
}

@media (min-width: 1600px) {
    .dsx-feature-item.-horizontal .dsx-feature-item-ico {
        min-height:230px
    }
}

@media (min-width: 768px) {
    .dsx-feature-item.-horizontal .dsx-feature-item-body {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left
    }
}

@media (min-width: 1200px) {
    .dsx-feature-item.-horizontal .dsx-feature-item-body {
        display:block;
        text-align: center
    }
}

@media (min-width: 768px) {
    .dsx-feature-item.-horizontal .dsx-feature-item-wrap {
        margin:0 0 0 50px
    }
}

@media (min-width: 1200px) {
    .dsx-feature-item.-horizontal .dsx-feature-item-wrap {
        margin:0
    }
}

@media (min-width: 1600px) {
    .dsx-feature-item.-horizontal .dsx-feature-item-wrap {
        margin:25px 0 0 0
    }
}

.dsx-feature-item.-horizontaltwo .dsx-feature-item-wrap {
    margin: 25px 0 0 0
}

@media (min-width: 768px) {
    .dsx-feature-item.-horizontaltwo .dsx-feature-item-wrap {
        margin:0 0 0 60px
    }
}

@media (min-width: 1024px) {
    .dsx-feature-item.-horizontaltwo .dsx-feature-item-wrap {
        margin:20px 0 0 0
    }
}

@media (min-width: 768px) {
    .dsx-feature-item.-horizontaltwo .dsx-feature-item-ico {
        min-height:auto;
        margin: 0
    }
}

@media (min-width: 1024px) {
    .dsx-feature-item.-horizontaltwo .dsx-feature-item-ico {
        min-height:180px
    }
}

@media (min-width: 1600px) {
    .dsx-feature-item.-horizontaltwo .dsx-feature-item-ico {
        min-height:230px
    }
}

.dsx-feature-item.-horizontaltwo .dsx-feature-item-ico svg {
    height: 100%
}

@media (min-width: 768px) {
    .dsx-feature-item.-horizontaltwo .dsx-feature-item-ico svg {
        height:auto
    }
}

@media (min-width: 1024px) {
    .dsx-feature-item.-horizontaltwo .dsx-feature-item-ico svg {
        max-width:180px
    }
}

@media (min-width: 768px) {
    .dsx-feature-item.-horizontaltwo .dsx-feature-item-body {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left
    }
}

@media (min-width: 1024px) {
    .dsx-feature-item.-horizontaltwo .dsx-feature-item-body {
        display:block;
        text-align: center
    }
}

@media (min-width: 768px) {
    .dsx-feature-item.-horizontaltwo .dsx-feature-item-wrap {
        margin:0 0 0 60px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0;
        -moz-box-flex: 1;
        -ms-flex: 1 0;
        flex: 1 0
    }
}

@media (min-width: 1024px) {
    .dsx-feature-item.-horizontaltwo .dsx-feature-item-wrap {
        margin:20px 0 0 0
    }
}

@media (min-width: 1200px) {
    .dsx-feature-item.-horizontaltwo .dsx-feature-item-wrap {
        margin:30px 0 0 0
    }
}

@media (min-width: 1600px) {
    .dsx-feature-item.-horizontaltwo .dsx-feature-item-wrap {
        margin:0
    }
}

.dsx-benefit-wrap {
    overflow: hidden;
    position: relative
}

.dsx-benefit-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.dsx-benefit-grid-col.-right {
    display: none
}

@media (min-width: 1024px) {
    .dsx-benefit-grid-col.-right {
        display:block
    }
}

.dsx-benefit-grid-col.-left {
    width: 100%
}

@media (min-width: 1024px) {
    .dsx-benefit-grid-col.-left {
        width:737px
    }
}

@media (min-width: 1200px) {
    .dsx-benefit-grid-col.-left {
        width:854px
    }
}

@media (min-width: 1600px) {
    .dsx-benefit-grid-col.-left {
        width:1067px
    }
}

.dsx-benefit-body {
    position: relative;
    padding: 28px 0 38px 0;
    z-index: 1;
    color: #000;
    background: #fff
}

@media (min-width: 768px) {
    .dsx-benefit-body {
        padding:25px 0 80px 0
    }
}

@media (min-width: 1600px) {
    .dsx-benefit-body {
        padding:88px 0 100px
    }
}

.dsx-benefit-img img {
    max-width: 100%;
    width: 100%
}

@media (min-width: 768px) {
    .dsx-benefit-img img {
        width:633px
    }
}

@media (min-width: 1024px) {
    .dsx-benefit-img img {
        width:576px
    }
}

@media (min-width: 1200px) {
    .dsx-benefit-img img {
        width:743px
    }
}

@media (min-width: 1600px) {
    .dsx-benefit-img img {
        width:auto
    }
}

.dsx-benefit-header {
    margin: 22px 0 0 0;
    color: #3625d3
}

@media (min-width: 768px) {
    .dsx-benefit-header {
        max-width:560px;
        margin: 30px 0 0 0
    }
}

@media (min-width: 1024px) {
    .dsx-benefit-header {
        margin:16px 0 0 0
    }
}

@media (min-width: 1200px) {
    .dsx-benefit-header {
        max-width:665px
    }
}

@media (min-width: 1600px) {
    .dsx-benefit-header {
        max-width:867px;
        margin: 29px 0 0 0
    }
}

.dsx-benefit-text {
    margin: 25px 0 0 0;
    padding: 5px 0 0 22px;
    max-width: 600px;
    color: #525359;
    border-left: 1px rgba(0,0,0,.1) solid;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .78px;
    line-height: 24px
}

@media (min-width: 768px) {
    .dsx-benefit-text {
        margin:23px 0 0 0;
        padding: 0 0 0 48px;
        font-size: 16px;
        letter-spacing: .89px;
        line-height: 26px
    }
}

@media (min-width: 1200px) {
    .dsx-benefit-text {
        font-size:18px;
        letter-spacing: 1px;
        line-height: 30px
    }
}

@media (min-width: 1600px) {
    .dsx-benefit-text {
        margin:66px 0 0 0;
        padding: 0 0 0 50px
    }
}

.dsx-benefit-text p {
    margin: 0;
    padding: 0
}

.dsx-benefit-more {
    position: relative;
    top: 12px;
    color: #3625d3
}

@media (min-width: 768px) {
    .dsx-benefit-more {
        top:14px
    }
}

.dsx-benefit-figure {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(50%) translateY(15%);
    -moz-transform: translateX(50%) translateY(15%);
    -ms-transform: translateX(50%) translateY(15%);
    -o-transform: translateX(50%) translateY(15%);
    transform: translateX(50%) translateY(15%)
}

@media (min-width: 1024px) {
    .dsx-benefit-figure {
        display:block
    }
}

.dsx-benefit-figure svg {
    width: 343px
}

@media (min-width: 768px) {
    .dsx-benefit-figure svg {
        width:490px
    }
}

@media (min-width: 1024px) {
    .dsx-benefit-figure svg {
        width:490px;
        height: 486px
    }
}

@media (min-width: 1200px) {
    .dsx-benefit-figure svg {
        width:613px;
        height: 608px
    }
}

.dsx-depiction {
    position: relative;
    overflow: hidden
}

.dsx-depiction-wrap {
    padding: 35px 0 0 0
}

@media (min-width: 768px) {
    .dsx-depiction-wrap {
        padding:60px 0 100px 0
    }
}

@media (min-width: 1024px) {
    .dsx-depiction-wrap {
        padding:50px 0
    }
}

@media (min-width: 1200px) {
    .dsx-depiction-wrap {
        padding:75px 0 80px 0
    }
}

@media (min-width: 1600px) {
    .dsx-depiction-wrap {
        padding:60px 0 120px 0
    }
}

@media (min-width: 768px) {
    .dsx-depiction-grid {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .dsx-depiction-grid {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width: 1200px) {
    .dsx-depiction-grid-col {
        width:50%
    }
}

@media (min-width: 1600px) {
    .dsx-depiction-grid-col {
        width:auto
    }
}

.dsx-depiction-grid-col.-right {
    margin: 30px 0 0 0
}

@media (min-width: 768px) {
    .dsx-depiction-grid-col.-right {
        margin:0
    }
}

@media (min-width: 1600px) {
    .dsx-depiction-grid-col.-right {
        margin:300px 0 0 -145px
    }
}

@media (min-width: 768px) {
    .dsx-depiction-header {
        max-width:434px
    }
}

@media (min-width: 1200px) {
    .dsx-depiction-header {
        max-width:488px
    }
}

@media (min-width: 1600px) {
    .dsx-depiction-header {
        max-width:698px
    }
}

.dsx-depiction-text {
    position: relative;
    margin: 18px 0 0 0;
    padding: 0 0 0 20px;
    color: #f7f7f7;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .78px;
    line-height: 24px
}

@media (min-width: 768px) {
    .dsx-depiction-text {
        max-width:354px;
        margin: 20px 0 0 0;
        padding: 0 0 0 30px;
        font-size: 15px;
        letter-spacing: .83px;
        line-height: 23px
    }
}

@media (min-width: 1024px) {
    .dsx-depiction-text {
        max-width:405px;
        margin: 30px 0 0 0;
        padding: 0 0 0 60px;
        font-size: 16px;
        letter-spacing: .89px;
        line-height: 28px
    }
}

@media (min-width: 1600px) {
    .dsx-depiction-text {
        max-width:445px;
        margin: 70px 0 0 0;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 30px
    }
}

.dsx-depiction-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 8px;
    width: 1px;
    height: 86px;
    background-color: rgba(216,216,216,.4)
}

.dsx-depiction-text p {
    padding: 0
}

.dsx-depiction-img {
    padding: 0;
    text-align: right
}

@media (min-width: 1200px) {
    .dsx-depiction-img {
        padding:0 80px 0 0
    }
}

@media (min-width: 1600px) {
    .dsx-depiction-img {
        text-align:center
    }
}

.dsx-depiction-img img {
    max-width: 100%
}

@media (min-width: 768px) {
    .dsx-depiction-img img {
        max-width:334px
    }
}

@media (min-width: 1024px) {
    .dsx-depiction-img img {
        max-width:462px
    }
}

@media (min-width: 1200px) {
    .dsx-depiction-img img {
        max-width:534px
    }
}

.dsx-depiction-pattern {
    display: none;
    position: absolute;
    bottom: 40px
}

@media (min-width: 1600px) {
    .dsx-depiction-pattern {
        display:block
    }
}

.dsx-depiction-pattern svg {
    width: 160px;
    height: 160px;
    opacity: .3
}

.dsx-preface-container {
    padding: 0 25px
}

@media (min-width: 768px) {
    .dsx-preface-container {
        padding:0 0 0 80px
    }
}

@media (min-width: 1200px) {
    .dsx-preface-container {
        padding:0 0 0 80px
    }
}

@media (min-width: 1440px) {
    .dsx-preface-container {
        padding:0 0 0 200px
    }
}

.dsx-preface-wrap {
    position: relative;
    padding: 45px 0 100px 0
}

@media (min-width: 768px) {
    .dsx-preface-wrap {
        padding:68px 0 150px 0
    }
}

@media (min-width: 1024px) {
    .dsx-preface-wrap {
        padding:70px 0 88px 0
    }
}

@media (min-width: 1200px) {
    .dsx-preface-wrap {
        padding:80px 0 145px 0
    }
}

@media (min-width: 1600px) {
    .dsx-preface-wrap {
        padding:110px 0 196px 0
    }
}

.dsx-preface-wrap.-lg {
    padding: 45px 0 80px 0
}

@media (min-width: 768px) {
    .dsx-preface-wrap.-lg {
        padding:75px 0 80px 0
    }
}

@media (min-width: 1024px) {
    .dsx-preface-wrap.-lg {
        padding:110px 0 120px 0
    }
}

@media (min-width: 1200px) {
    .dsx-preface-wrap.-lg {
        padding:110px 0 135px 0
    }
}

.dsx-preface-wrap.-xl {
    padding: 20px 0 30px 0
}

@media (min-width: 768px) {
    .dsx-preface-wrap.-xl {
        padding:65px 0 60px 0
    }
}

@media (min-width: 1024px) {
    .dsx-preface-wrap.-xl {
        padding:70px 0 120px 0
    }
}

@media (min-width: 1200px) {
    .dsx-preface-wrap.-xl {
        padding:100px 0 115px 0
    }
}

@media (min-width: 1600px) {
    .dsx-preface-wrap.-xl {
        padding:110px 0 175px 0
    }
}

.dsx-preface-header {
    margin: 0 0 20px 0
}

@media (min-width: 768px) {
    .dsx-preface-header {
        margin:0 0 20px 0
    }
}

@media (min-width: 1200px) {
    .dsx-preface-header {
        margin:0 0 32px 0
    }
}

@media (min-width: 1600px) {
    .dsx-preface-header {
        margin:0 0 45px 0
    }
}

.dsx-preface-header.-maxwidth {
    max-width: 260px
}

@media (min-width: 768px) {
    .dsx-preface-header.-maxwidth {
        max-width:392px
    }
}

@media (min-width: 1200px) {
    .dsx-preface-header.-maxwidth {
        max-width:625px
    }
}

.dsx-preface-header.-xl {
    margin: 0 0 40px 0
}

@media (min-width: 768px) {
    .dsx-preface-header.-xl {
        margin:0 0 30px 0
    }
}

@media (min-width: 1024px) {
    .dsx-preface-header.-xl {
        margin:0 0 10px 0
    }
}

@media (min-width: 1200px) {
    .dsx-preface-header.-xl {
        margin:0 0 60px 0
    }
}

@media (min-width: 1600px) {
    .dsx-preface-header.-xl {
        margin:0 0 80px 0
    }
}

.dsx-preface-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1024px) {
    .dsx-preface-body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.dsx-preface-info {
    display: inline-block;
    max-width: 170px
}

@media (min-width: 768px) {
    .dsx-preface-info {
        margin:0 0 30px 0
    }
}

@media (min-width: 1024px) {
    .dsx-preface-info {
        margin:0
    }
}

@media (min-width: 1200px) {
    .dsx-preface-info {
        max-width:310px
    }
}

@media (min-width: 1600px) {
    .dsx-preface-info {
        max-width:100%
    }
}

.dsx-preface-info.-line {
    position: relative;
    padding: 0 0 0 20px
}

@media (min-width: 768px) {
    .dsx-preface-info.-line {
        padding:0 0 0 50px
    }
}

.dsx-preface-info.-line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 56px;
    background-color: rgba(27,32,57,.15)
}

@media (min-width: 768px) {
    .dsx-preface-info.-line:before {
        height:86px
    }
}

@media (min-width: 1024px) {
    .dsx-preface-info.-line:before {
        top:50px
    }
}

@media (min-width: 1200px) {
    .dsx-preface-info.-line:before {
        top:0
    }
}

.dsx-preface-info.-space {
    padding: 0 0 0 20px
}

@media (min-width: 768px) {
    .dsx-preface-info.-space {
        padding:0 0 0 50px
    }
}

.dsx-preface-info.-auto {
    width: 100%;
    max-width: 100%
}

.dsx-preface-title.-margin {
    margin-bottom: 23px
}

@media (min-width: 768px) {
    .dsx-preface-title.-margin {
        margin-bottom:80px
    }
}

@media (min-width: 1024px) {
    .dsx-preface-title.-margin {
        margin-bottom:125px
    }
}

@media (min-width: 1200px) {
    .dsx-preface-title.-margin {
        margin-bottom:80px
    }
}

.dsx-preface-title.-xs {
    max-width: 207px
}

@media (min-width: 768px) {
    .dsx-preface-title.-xs {
        max-width:100%
    }
}

.dsx-preface-brief {
    font-family: Butler,serif;
    font-size: 22px;
    letter-spacing: -.48px;
    line-height: 28px;
    font-weight: 300
}

@media (min-width: 768px) {
    .dsx-preface-brief {
        max-width:350px;
        font-size: 25px;
        letter-spacing: -.54px;
        line-height: 32px
    }
}

@media (min-width: 1024px) {
    .dsx-preface-brief {
        max-width:320px;
        font-size: 30px;
        letter-spacing: .56px;
        line-height: 43px
    }
}

@media (min-width: 1200px) {
    .dsx-preface-brief {
        max-width:480px;
        font-size: 35px;
        letter-spacing: .66px
    }
}

@media (min-width: 1600px) {
    .dsx-preface-brief {
        line-height:37px
    }
}

.dsx-preface-description {
    display: inline-block;
    max-width: none
}

@media (min-width: 1024px) {
    .dsx-preface-description {
        max-width:470px
    }
}

@media (min-width: 1200px) {
    .dsx-preface-description {
        max-width:480px
    }
}

.dsx-preface-description p {
    max-width: 555px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: .78px;
    color: #525359
}

@media (min-width: 768px) {
    .dsx-preface-description p {
        font-size:15px;
        line-height: 23px;
        letter-spacing: .83px
    }
}

@media (min-width: 1024px) {
    .dsx-preface-description p {
        max-width:none;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: .89px
    }
}

@media (min-width: 1200px) {
    .dsx-preface-description p {
        max-width:480px;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1px
    }
}

.dsx-preface-description p:not(:last-of-type) {
    margin: 0 0 25px 0
}

.dsx-preface-description p:last-of-type {
    margin: 0 0 30px 0
}

@media (min-width: 768px) {
    .dsx-preface-description p:last-of-type {
        margin:0 0 30px 0
    }
}

@media (min-width: 1024px) {
    .dsx-preface-description p:last-of-type {
        margin:0
    }
}

@media (min-width: 1024px) {
    .dsx-preface-description p.-maxwidth {
        max-width:381px;
        padding: 50px 0 0 0
    }
}

@media (min-width: 1200px) {
    .dsx-preface-description p.-maxwidth {
        max-width:480px;
        padding: 0
    }
}

.dsx-preface-description p.-widthauto {
    max-width: none
}

.dsx-preface-description p.-line {
    position: relative
}

.dsx-preface-description p.-line:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 1px;
    height: 56px;
    background-color: rgba(27,32,57,.15)
}

@media (min-width: 768px) {
    .dsx-preface-description p.-line:before {
        height:86px;
        left: -50px
    }
}

@media (min-width: 1200px) {
    .dsx-preface-description p.-line:before {
        top:0
    }
}

.dsx-preface-description.-auto {
    max-width: none;
    width: 100%
}

.dsx-preface-description.-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1024px) {
    .dsx-preface-description.-flex {
        display:block
    }

    .dsx-preface-description.-flex p {
        max-width: 762px
    }
}

.dsx-preface-description.-flextwo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .dsx-preface-description.-flextwo {
        display:block
    }
}

.dsx-preface-description.-lg p:not(:last-of-type) {
    margin: 0 0 20px 0
}

.dsx-preface-description.-lg p:last-of-type {
    margin: 0 0 60px 0
}

@media (min-width: 768px) {
    .dsx-preface-description.-lg p:last-of-type {
        margin:20px 0 0 0
    }
}

.dsx-preface-picture {
    overflow: hidden
}

@media (min-width: 768px) {
    .dsx-preface-picture {
        max-width:688px;
        max-height: 425px;
        margin: 0 0 0 auto
    }
}

@media (min-width: 1024px) {
    .dsx-preface-picture {
        max-width:424px;
        max-height: 263px;
        margin: 0
    }
}

@media (min-width: 1200px) {
    .dsx-preface-picture {
        max-width:667px;
        max-height: 412px
    }
}

.dsx-preface-picture img {
    width: 100%;
    height: 100%
}

@media (min-width: 1024px) {
    .dsx-preface-picture.-float {
        float:right;
        margin: 0 0 20px 92px
    }
}

@media (min-width: 1200px) {
    .dsx-preface-picture.-float {
        float:right;
        margin: -20px 0 0 35px
    }
}

@media (min-width: 1600px) {
    .dsx-preface-picture.-float {
        float:right;
        margin: 0 0 0 92px
    }
}

.dsx-preface-picture.-light {
    margin: 80px 0 0 0
}

@media (min-width: 768px) {
    .dsx-preface-picture.-light {
        margin:0
    }
}

@media (min-width: 1024px) {
    .dsx-preface-picture.-light {
        position:absolute;
        top: 135px;
        right: 0
    }
}

@media (min-width: 1200px) {
    .dsx-preface-picture.-light {
        top:85px
    }
}

@media (min-width: 1600px) {
    .dsx-preface-picture.-light {
        top:45px
    }
}

@media (min-width: 768px) {
    .dsx-preface-picture.-lg {
        margin:0 0 113px auto
    }
}

@media (min-width: 1024px) {
    .dsx-preface-picture.-lg {
        margin:-320px 0 0 93px
    }
}

@media (min-width: 1200px) {
    .dsx-preface-picture.-lg {
        margin:-100px 0 0 93px
    }
}

.dsx-performance-container {
    padding: 0 25px
}

@media (min-width: 768px) {
    .dsx-performance-container {
        padding:0 80px
    }
}

@media (min-width: 1200px) {
    .dsx-performance-container {
        padding:0 90px 0 80px
    }
}

@media (min-width: 1600px) {
    .dsx-performance-container {
        padding:0 200px 0
    }
}

.dsx-performance-container.-lg {
    padding: 0 25px
}

@media (min-width: 768px) {
    .dsx-performance-container.-lg {
        padding:0 73px 0 97px
    }
}

@media (min-width: 1024px) {
    .dsx-performance-container.-lg {
        padding:0 72px 0 82px
    }
}

@media (min-width: 1200px) {
    .dsx-performance-container.-lg {
        padding:0 150px 0 133px
    }
}

.dsx-performance-wrap {
    padding: 0 0 115px 0
}

@media (min-width: 768px) {
    .dsx-performance-wrap {
        padding:0
    }
}

@media (min-width: 1200px) {
    .dsx-performance-wrap {
        padding:0 0 15px 0
    }
}

@media (min-width: 1600px) {
    .dsx-performance-wrap {
        padding:0 0 85px 0
    }
}

.dsx-performance-wrap.-lg {
    padding: 0 0 20px 0
}

@media (min-width: 768px) {
    .dsx-performance-wrap.-lg {
        padding:0 0 47px 0
    }
}

@media (min-width: 1024px) {
    .dsx-performance-wrap.-lg {
        padding:0
    }
}

@media (min-width: 1200px) {
    .dsx-performance-wrap.-lg {
        padding:0 0 90px 0
    }
}

@media (min-width: 1600px) {
    .dsx-performance-wrap.-lg {
        padding:0 0 110px 0
    }
}

.dsx-performance-wrap.-xl {
    padding: 20px 0 50px 0
}

@media (min-width: 768px) {
    .dsx-performance-wrap.-xl {
        padding:0 0 60px 0
    }
}

@media (min-width: 1024px) {
    .dsx-performance-wrap.-xl {
        padding:0 0 100px 0
    }
}

@media (min-width: 1200px) {
    .dsx-performance-wrap.-xl {
        padding:0 0 110px 0
    }
}

@media (min-width: 1600px) {
    .dsx-performance-wrap.-xl {
        padding:0 0 132px 0
    }
}

.dsx-performance-header {
    position: relative
}

@media (min-width: 1024px) {
    .dsx-performance-header {
        margin:0 0 10px 0
    }
}

@media (min-width: 1200px) {
    .dsx-performance-header {
        margin:0 0 20px 0
    }
}

.dsx-performance-header.-xl {
    margin: 0 0 40px 0
}

@media (min-width: 1024px) {
    .dsx-performance-header.-xl {
        margin:0 0 54px 0
    }
}

@media (min-width: 1024px) {
    .dsx-performance-header.-xl {
        margin:0 0 53px 0
    }
}

@media (min-width: 1200px) {
    .dsx-performance-header.-xl {
        margin:0 0 70px 0
    }
}

@media (min-width: 1600px) {
    .dsx-performance-header.-xl {
        margin:0 0 90px 0
    }
}

.dsx-performance-header.-lg {
    margin: 0 0 65px 0
}

@media (min-width: 1024px) {
    .dsx-performance-header.-lg {
        margin:0 0 113px 0
    }
}

@media (min-width: 1200px) {
    .dsx-performance-header.-lg {
        margin:0 0 120px 0
    }
}

@media (min-width: 1600px) {
    .dsx-performance-header.-lg {
        margin:0 0 95px 0
    }
}

.dsx-performance-pattern {
    position: absolute;
    left: 0;
    display: inline-block;
    top: -90px;
    bottom: auto;
    opacity: .1
}

@media (min-width: 768px) {
    .dsx-performance-pattern {
        top:-80px;
        left: -90px
    }
}

@media (min-width: 1024px) {
    .dsx-performance-pattern {
        top:-65px
    }
}

@media (min-width: 1200px) {
    .dsx-performance-pattern {
        left:0
    }
}

.dsx-performance-pattern svg {
    width: 144px;
    height: 144px
}

@media (min-width: 768px) {
    .dsx-performance-pattern svg {
        width:266px;
        height: 266px
    }
}

.dsx-performance-title {
    text-align: center
}

@media (min-width: 768px) {
    .dsx-performance-title {
        text-align:left
    }
}

.dsx-performance-title.-dark {
    color: #000
}

.dsx-performance-title.-left {
    text-align: left
}

.dsx-performance-text p {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: .78px;
    color: #525359
}

@media (min-width: 768px) {
    .dsx-performance-text p {
        margin:0 0 20px 0;
        font-size: 15px;
        line-height: 23px;
        letter-spacing: .83px
    }
}

@media (min-width: 1024px) {
    .dsx-performance-text p {
        font-size:16px;
        line-height: 28px;
        letter-spacing: .89px
    }
}

@media (min-width: 1200px) {
    .dsx-performance-text p {
        font-size:18px;
        line-height: 30px
    }
}

.dsx-performance-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

@media (min-width: 1024px) {
    .dsx-performance-grid {
        margin:0 -30px
    }
}

@media (min-width: 1200px) {
    .dsx-performance-grid {
        margin:0 -65px
    }
}

.dsx-performance-grid-col {
    width: 100%;
    margin: 0 0 60px 0
}

@media (min-width: 768px) {
    .dsx-performance-grid-col {
        margin:0 0 58px 0
    }
}

@media (min-width: 1024px) {
    .dsx-performance-grid-col {
        width:50%;
        padding: 0 30px;
        margin: 0 0 90px 0
    }
}

@media (min-width: 1200px) {
    .dsx-performance-grid-col {
        padding:0 0 0 70px;
        margin: 0 0 75px 0
    }
}

@media (min-width: 1600px) {
    .dsx-performance-grid-col {
        padding:0 70px;
        margin: 0 0 70px 0
    }
}

.dsx-performance-grid-col.-link {
    padding: 0 25px 0 0;
    text-align: right
}

@media (min-width: 1024px) {
    .dsx-performance-grid-col.-link {
        padding:0 0 0 30px;
        text-align: left
    }
}

@media (min-width: 1200px) {
    .dsx-performance-grid-col.-link {
        padding:0 0 0 70px
    }
}

@media (min-width: 1600px) {
    .dsx-performance-grid-col.-link {
        padding:0 0 0 62px;
        text-align: left
    }
}

.dsx-performance-grid-col.-none {
    padding: 0
}

@media (min-width: 1024px) {
    .dsx-performance-grid-col.-none {
        padding:80px 30px 0
    }
}

@media (min-width: 1200px) {
    .dsx-performance-grid-col.-none {
        padding:80px 65px 0
    }
}

.dsx-fees-container {
    padding: 0 25px
}

@media (min-width: 768px) {
    .dsx-fees-container {
        padding:0 40px
    }
}

@media (min-width: 1024px) {
    .dsx-fees-container {
        padding:0 80px
    }
}

@media (min-width: 1200px) {
    .dsx-fees-container {
        padding:0 200px
    }
}

@media (min-width: 1600px) {
    .dsx-fees-container {
        padding:0 260px
    }
}

.dsx-fees-wrap {
    padding: 23px 0 70px
}

@media (min-width: 768px) {
    .dsx-fees-wrap {
        padding:64px 0 60px
    }
}

@media (min-width: 1024px) {
    .dsx-fees-wrap {
        padding:65px 0 100px
    }
}

@media (min-width: 1200px) {
    .dsx-fees-wrap {
        padding:81px 0 110px
    }
}

@media (min-width: 1600px) {
    .dsx-fees-wrap {
        padding:110px 0 160px
    }
}

.dsx-fees-title {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .dsx-fees-title {
        margin-bottom:35px
    }
}

@media (min-width: 1024px) {
    .dsx-fees-title {
        margin-bottom:45px
    }
}

@media (min-width: 1200px) {
    .dsx-fees-title {
        margin-bottom:53px
    }
}

@media (min-width: 1600px) {
    .dsx-fees-title {
        margin-bottom:60px
    }
}

.dsx-fees-box {
    margin-bottom: 50px
}

@media (min-width: 1024px) {
    .dsx-fees-box {
        margin-bottom:60px
    }
}

@media (min-width: 1200px) {
    .dsx-fees-box {
        margin-bottom:71px
    }
}

@media (min-width: 1600px) {
    .dsx-fees-box {
        margin-bottom:98px
    }
}

.dsx-fees-box-header {
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .dsx-fees-box-header {
        margin-bottom:30px
    }
}

.dsx-fees-box-table {
    overflow: hidden;
    overflow-x: auto;
    margin: 0 -25px 0 0
}

@media (min-width: 768px) {
    .dsx-fees-box-table {
        overflow:auto;
        margin: 0
    }
}

@media (min-width: 1200px) {
    .dsx-fees-box-title {
        margin:0 0 8px 0
    }
}

@media (min-width: 1600px) {
    .dsx-fees-box-title {
        margin:0 0 12px 0
    }
}

.dsx-fees-box-description {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: .78px;
    margin-top: 5px
}

@media (min-width: 768px) {
    .dsx-fees-box-description {
        font-size:15px;
        line-height: 23px;
        letter-spacing: .83px;
        margin-top: 3px
    }
}

@media (min-width: 1024px) {
    .dsx-fees-box-description {
        font-size:16px;
        line-height: 28px;
        letter-spacing: .89px;
        margin-top: 0
    }
}

@media (min-width: 1200px) {
    .dsx-fees-box-description {
        font-size:18px;
        line-height: 30px;
        letter-spacing: 1px
    }
}

.dsx-fees-box-description.-xl {
    margin-top: 18px
}

@media (min-width: 1024px) {
    .dsx-fees-box-description.-xl {
        margin-top:20px
    }
}

@media (min-width: 1200px) {
    .dsx-fees-box-description.-xl {
        margin-top:40px
    }
}

.dsx-fees-box-description.-lg {
    margin-top: 18px
}

@media (min-width: 1024px) {
    .dsx-fees-box-description.-lg {
        margin-top:20px
    }
}

.dsx-fees-box-description.-none {
    margin: 0
}

.dsx-fees-box-list {
    padding-top: 20px
}

@media (min-width: 768px) {
    .dsx-fees-box-list {
        padding-top:10px
    }
}

@media (min-width: 1024px) {
    .dsx-fees-box-list {
        padding-top:36px
    }
}

@media (min-width: 1200px) {
    .dsx-fees-box-list {
        padding-top:40px
    }
}

.dsx-fees-box-list-item:not(:last-of-type) {
    margin-bottom: 15px
}

.dsx-fees-box.-none {
    margin: 0
}

@media (min-width: 1600px) {
    .dsx-fees-box.-lg {
        margin-bottom:94px
    }
}

.dsx-contacts {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 555px
}

@media (min-width: 768px) {
    .dsx-contacts {
        min-height:939px
    }
}

@media (min-width: 1024px) {
    .dsx-contacts {
        min-height:690px
    }
}

@media (min-width: 1200px) {
    .dsx-contacts {
        min-height:771px
    }
}

@media (min-width: 1600px) {
    .dsx-contacts {
        min-height:941px
    }
}

.dsx-contacts:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 250px;
    pointer-events: none;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,rgba(255,255,255,.9)),color-stop(70%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,.9) 40%,rgba(255,255,255,0) 70%);
    background: -moz- oldlinear-gradient(top,rgba(255,255,255,.9) 40%,rgba(255,255,255,0) 70%);
    background: -o-linear-gradient(top,rgba(255,255,255,.9) 40%,rgba(255,255,255,0) 70%);
    background: linear-gradient(180deg,rgba(255,255,255,.9) 40%,rgba(255,255,255,0) 70%)
}

.dsx-contacts-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dsx-contacts-container {
    width: 100%
}

@media (min-width: 768px) {
    .dsx-contacts-container {
        width:auto
    }
}

.dsx-contacts-box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 36px 33px 42px 25px;
    background-color: #fff
}

@media (min-width: 768px) {
    .dsx-contacts-box {
        max-width:341px;
        padding: 49px 29px 86px 50px
    }
}

@media (min-width: 1024px) {
    .dsx-contacts-box {
        padding:49px 29px 53px 50px
    }
}

@media (min-width: 1200px) {
    .dsx-contacts-box {
        max-width:533px;
        padding: 55px 75px 59px 80px
    }
}

@media (min-width: 1600px) {
    .dsx-contacts-box {
        padding:55px 75px 50px 80px
    }
}

.dsx-contacts-box-title {
    margin-bottom: 32px;
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: .94px;
    color: #525359
}

@media (min-width: 768px) {
    .dsx-contacts-box-title {
        margin-bottom:30px;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: .16px;
        color: #000
    }
}

@media (min-width: 1200px) {
    .dsx-contacts-box-title {
        font-size:30px;
        line-height: 45px;
        letter-spacing: .2px
    }
}

.dsx-contacts-box-tel {
    display: inline-block;
    margin-bottom: 20px;
    font-family: Butler,serif;
    font-size: 22px;
    letter-spacing: -.47px;
    color: #3625d3;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

@media (min-width: 768px) {
    .dsx-contacts-box-tel {
        margin-bottom:18px;
        font-size: 30px;
        letter-spacing: -.64px
    }
}

@media (min-width: 1200px) {
    .dsx-contacts-box-tel {
        margin-bottom:15px;
        font-size: 40px;
        letter-spacing: -.86px
    }
}

.dsx-contacts-box-tel:focus,.dsx-contacts-box-tel:hover {
    text-decoration: none;
    color: #6fb8fc
}

.dsx-contacts-box-info {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .78px;
    color: #525359
}

@media (min-width: 768px) {
    .dsx-contacts-box-info {
        font-size:16px;
        line-height: 30px;
        letter-spacing: .89px;
        color: #000
    }
}

.dsx-contacts-box-email {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .89px;
    color: #3625d3;
    cursor: pointer
}

.dsx-contacts-box-email:hover {
    text-decoration: none;
    color: #3625d3
}

.dsx-system-container {
    padding: 0 23px 0 23px
}

@media (min-width: 768px) {
    .dsx-system-container {
        padding:0 50px 0 50px
    }
}

@media (min-width: 1024px) {
    .dsx-system-container {
        padding:0 80px 0 80px
    }
}

@media (min-width: 1200px) {
    .dsx-system-container {
        padding:0 75px 0 80px
    }
}

@media (min-width: 1600px) {
    .dsx-system-container {
        padding:0 230px 0 229px
    }
}

.dsx-system-wrap {
    padding: 64px 0 30px
}

@media (min-width: 768px) {
    .dsx-system-wrap {
        padding:110px 0 50px
    }
}

@media (min-width: 1024px) {
    .dsx-system-wrap {
        padding:140px 0 80px
    }
}

@media (min-width: 1200px) {
    .dsx-system-wrap {
        padding:140px 0 80px
    }
}

@media (min-width: 1600px) {
    .dsx-system-wrap {
        padding:210px 0 130px
    }
}

.dsx-system-header {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .dsx-system-header {
        margin-bottom:40px
    }
}

@media (min-width: 1024px) {
    .dsx-system-header {
        margin-bottom:70px
    }
}

@media (min-width: 1200px) {
    .dsx-system-header {
        margin-bottom:60px
    }
}

@media (min-width: 1600px) {
    .dsx-system-header {
        margin-bottom:50px
    }
}

.dsx-system-table {
    overflow: hidden;
    overflow-x: auto;
    margin: 0 -23px 0 0
}

@media (min-width: 768px) {
    .dsx-system-table {
        margin:0 -50px 0 0
    }
}

@media (min-width: 1024px) {
    .dsx-system-table {
        margin:0 -80px 0 0
    }
}

@media (min-width: 1200px) {
    .dsx-system-table {
        margin:0
    }
}

.dsx-system-title {
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .dsx-system-title {
        margin-bottom:19px
    }
}

@media (min-width: 1024px) {
    .dsx-system-title {
        margin-bottom:21px
    }
}

@media (min-width: 1200px) {
    .dsx-system-title {
        margin-bottom:34px
    }
}

.dsx-system-description {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .67px;
    color: #000
}

@media (min-width: 768px) {
    .dsx-system-description {
        font-size:14px;
        line-height: 28px;
        letter-spacing: .78px
    }
}

@media (min-width: 1024px) {
    .dsx-system-description {
        font-size:16px;
        line-height: 30px;
        letter-spacing: .89px
    }
}

@media (min-width: 1200px) {
    .dsx-system-description {
        font-size:18px;
        letter-spacing: 1px
    }
}

.dsx-system-description span {
    font-weight: 500
}

.dsx-system-description span.-normal {
    font-weight: 300
}

.dsx-system-wrapper {
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .dsx-system-wrapper {
        margin-bottom:40px
    }
}

.dsx-post {
    overflow: hidden
}

.dsx-post-wrap {
    padding: 40px 0
}

.dsx-post-wrap.-lg {
    padding: 38px 0 0 0
}

.dsx-post-container {
    padding: 0 20px
}

@media (min-width: 768px) {
    .dsx-post-container {
        padding:0 40px
    }
}

@media (max-width: 767px) {
    .dsx-post-container.-xs {
        padding:0
    }
}

.dsx-post-content.-hidden {
    display: none
}

.dsx-post-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .dsx-post-row {
        margin:0 -15px
    }
}

.dsx-post-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 30px 0;
    max-height: 438px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(117,133,156,.09);
    -moz-box-shadow: 0 2px 10px rgba(117,133,156,.09);
    box-shadow: 0 2px 10px rgba(117,133,156,.09);
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.dsx-post-item:focus,.dsx-post-item:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 2px 20px rgba(117,133,156,.14);
    -moz-box-shadow: 0 2px 20px rgba(117,133,156,.14);
    box-shadow: 0 2px 20px rgba(117,133,156,.14)
}

@media (min-width: 1024px) {
    .dsx-post-item:nth-child(3n) {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

@media (min-width: 1200px) {
    .dsx-post-item:nth-child(3n) {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 30%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%
    }
}

@media (min-width: 768px) {
    .dsx-post-item {
        margin:0 15px 30px 15px;
        max-height: 630px
    }
}

@media (min-width: 1024px) {
    .dsx-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 47%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 47%;
        flex: 1 1 47%;
        height: 560px;
        max-height: 100%
    }
}

@media (min-width: 1200px) {
    .dsx-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 30%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%
    }
}

.dsx-post-item-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.dsx-post-item a:focus,.dsx-post-item a:hover {
    text-decoration: none
}

.dsx-post-item.-big {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1024px) {
    .dsx-post-item.-big {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 493px
    }
}

.dsx-post-item.-big .dsx-post-info {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .dsx-post-item.-big .dsx-post-info {
        margin-bottom:0
    }
}

@media (min-width: 1024px) {
    .dsx-post-item.-big .dsx-post-info {
        max-width:493px
    }
}

@media (min-width: 1024px) {
    .dsx-post-item.-md {
        height:420px
    }
}

.dsx-post-header {
    display: table;
    width: 100%;
    margin: 0 0 20px 0
}

@media (min-width: 768px) {
    .dsx-post-header {
        margin:0 0 35px 0
    }
}

.dsx-post-header-col {
    display: table-cell;
    vertical-align: bottom
}

.dsx-post-header-col.-right {
    text-align: right
}

.dsx-post-body {
    margin: 20px 24px 35px 24px;
    position: relative;
    height: 100%;
    overflow: hidden
}

@media (min-width: 768px) {
    .dsx-post-body {
        margin:30px 40px 40px 40px
    }
}

.dsx-post-body-grid {
    height: 100%
}

@media (min-width: 1024px) {
    .dsx-post-body-grid {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.dsx-post-body-grid.-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.dsx-post-body.-lg {
    height: 100%
}

.dsx-post-body.-full {
    margin: 0 0 20px 0
}

@media (min-width: 1200px) {
    .dsx-post-body.-full {
        margin:0 0 30px 0
    }
}

.dsx-post-body.-full:after {
    content: none
}

.dsx-post-body.-auto {
    height: auto
}

.dsx-post-category {
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 0 5px 0;
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 18px;
    text-transform: uppercase;
    word-break: break-all;
    color: #abb3c0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.dsx-post-category:focus,.dsx-post-category:hover {
    text-decoration: none;
    opacity: .8
}

.dsx-post-title {
    margin: 0 0 12px 0;
    font-family: "Cormorant Garamond",serif;
    font-size: 20px;
    letter-spacing: .08px;
    line-height: 32px;
    font-weight: 800;
    cursor: pointer
}

@media (min-width: 768px) {
    .dsx-post-title {
        font-size:24px;
        letter-spacing: .09px;
        line-height: 32px
    }
}

@media (min-width: 1024px) {
    .dsx-post-title {
        margin:0 0 14px 0
    }
}

.dsx-post-subtitle {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .78px;
    color: rgba(82,83,89,.5)
}

@media (min-width: 1024px) {
    .dsx-post-subtitle {
        margin:0 0 28px 0;
        font-size: 16px;
        letter-spacing: .89px;
        line-height: 25px
    }
}

.dsx-post-specification {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .1px;
    color: rgba(171,179,192,.78)
}

@media (min-width: 768px) {
    .dsx-post-specification {
        font-size:16px
    }
}

@media (min-width: 1024px) {
    .dsx-post-specification {
        font-size:19px
    }
}

.dsx-post-user {
    display: block;
    font-size: 16px;
    letter-spacing: .08px;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    color: rgba(171,179,192,.78)
}

@media (min-width: 768px) {
    .dsx-post-user {
        display:inline-block;
        vertical-align: middle;
        font-size: 19px;
        letter-spacing: .1px
    }
}

.dsx-post-user.-xs {
    margin: 12px 0 0 0
}

@media (min-width: 768px) {
    .dsx-post-user.-xs {
        margin:0 0 0 40px
    }
}

.dsx-post-data {
    margin: 0 0 12px 0
}

@media (min-width: 768px) {
    .dsx-post-data {
        margin:0 0 14px 0
    }
}

.dsx-post-date {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: .59px;
    line-height: 30px;
    white-space: nowrap;
    color: #abb3c0
}

.dsx-post-type {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 35px 0 0
}

.dsx-post-type:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    width: 1px;
    height: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(171,179,192,.5);
    margin-top: -7px
}

.dsx-post-type:focus,.dsx-post-type:hover {
    text-decoration: none
}

.dsx-post-type:focus span,.dsx-post-type:hover span {
    color: #000
}

.dsx-post-type span {
    font-size: 14px;
    letter-spacing: .59px;
    line-height: 30px;
    color: #abb3c0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.dsx-post-dropdown {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px
}

.dsx-post-description {
    font-size: 14px;
    letter-spacing: .78px;
    line-height: 24px;
    font-weight: 700;
    color: #525359
}

@media (min-width: 768px) {
    .dsx-post-description {
        margin:0 0 17px 0;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 30px
    }
}

@media (min-width: 1024px) {
    .dsx-post-description {
        margin:0 0 20px 0
    }
}

@media (min-width: 1024px) {
    .dsx-post-description.-lg {
        margin:0 0 40px 0
    }
}

.dsx-post-text {
    position: relative;
    font-size: 14px;
    letter-spacing: .78px;
    line-height: 24px;
    font-weight: 300;
    color: #525359;
    overflow: hidden
}

@media (min-width: 768px) {
    .dsx-post-text {
        font-size:16px;
        letter-spacing: .89px;
        line-height: 28px
    }
}

.dsx-post-text :hover {
    color: #525359
}

.dsx-post-text a {
    color: #3625d3;
    line-height: 30px;
    border-bottom: 1px dashed #3625d3
}

.dsx-post-text a:hover {
    opacity: .8;
    text-decoration: none
}

.dsx-post-text p {
    margin: 0 0 20px 0
}

.dsx-post-text p:last-child {
    margin: 0
}

.dsx-post-text img {
    max-width: 100%
}

.dsx-post-text h1,.dsx-post-text h2,.dsx-post-text h3,.dsx-post-text h4,.dsx-post-text h5 {
    font-family: Butler,serif
}

.dsx-post-text-fill {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),to(rgba(255,255,255,.11)));
    background: -webkit-linear-gradient(bottom,#fff 0,rgba(255,255,255,.11) 100%);
    background: -moz- oldlinear-gradient(bottom,#fff 0,rgba(255,255,255,.11) 100%);
    background: -o-linear-gradient(bottom,#fff 0,rgba(255,255,255,.11) 100%);
    background: linear-gradient(to top,#fff 0,rgba(255,255,255,.11) 100%)
}

.dsx-post-text.-full {
    max-height: 100%
}

.dsx-post-more {
    display: inline-block;
    vertical-align: middle;
    margin: 30px 0 0 0;
    font-size: 13px;
    letter-spacing: 1.66px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3625d3;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.dsx-post-more:hover {
    opacity: .8;
    text-decoration: none;
    color: #3625d3
}

.dsx-post-more:focus {
    text-decoration: none;
    color: #3625d3
}

.dsx-post-more span {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 10px;
    font-weight: 400;
    color: #abb3c0
}

.dsx-post-info-header {
    position: relative
}

.dsx-post-info-header:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 23px;
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),to(rgba(255,255,255,.11)));
    background: -webkit-linear-gradient(bottom,#fff 0,rgba(255,255,255,.11) 100%);
    background: -moz- oldlinear-gradient(bottom,#fff 0,rgba(255,255,255,.11) 100%);
    background: -o-linear-gradient(bottom,#fff 0,rgba(255,255,255,.11) 100%);
    background: linear-gradient(to top,#fff 0,rgba(255,255,255,.11) 100%)
}

.dsx-post-info-header.-small {
    max-height: 44px;
    overflow: hidden;
    margin-bottom: 30px
}

@media (min-width: 1024px) {
    .dsx-post-info-header.-small {
        max-height:52px
    }
}

.dsx-post-info-footer {
    position: relative
}

.dsx-post-info-footer.-sm {
    display: block;
    margin: 34px 0 0 0
}

@media (min-width: 1024px) {
    .dsx-post-info-footer.-sm {
        margin:30px 0 0 0
    }
}

@media (min-width: 1024px) {
    .dsx-post-info-footer.-sm {
        display:none
    }
}

.dsx-post-info-footer.-md {
    display: none
}

@media (min-width: 1024px) {
    .dsx-post-info-footer.-md {
        display:block
    }
}

.dsx-post-info-attachments {
    width: 100%
}

.dsx-post-info-attachments-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -10px
}

@media (min-width: 1024px) {
    .dsx-post-info-attachments-grid {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.dsx-post-info-attachments-grid-col {
    width: 100%;
    padding: 0 10px
}

@media (min-width: 1024px) {
    .dsx-post-info-attachments-grid-col {
        width:50%
    }
}

.dsx-post-info-attachments-grid-col.-right {
    text-align: right
}

.dsx-post-video {
    position: relative;
    width: 100%;
    height: 160px
}

@media (min-width: 768px) {
    .dsx-post-video {
        height:344px
    }
}

@media (min-width: 1024px) {
    .dsx-post-video {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 547px;
        -moz-box-flex: 1;
        -ms-flex: 1 0 547px;
        flex: 1 0 547px;
        height: 100%
    }
}

@media (min-width: 1200px) {
    .dsx-post-video {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 643px;
        -moz-box-flex: 1;
        -ms-flex: 1 0 643px;
        flex: 1 0 643px
    }
}

@media (min-width: 1600px) {
    .dsx-post-video {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 763px;
        -moz-box-flex: 1;
        -ms-flex: 1 0 763px;
        flex: 1 0 763px
    }
}

.dsx-post-video-preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.dsx-post-video-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.dsx-post-video-play {
    position: relative;
    z-index: 1;
    display: block;
    width: 45px;
    height: 45px
}

@media (min-width: 768px) {
    .dsx-post-video-play {
        width:80px;
        height: 80px
    }
}

.dsx-post-video-play img {
    width: 100%;
    height: 100%
}

.dsx-post-video.-big-post {
    max-width: 100%;
    width: 100%;
    height: 160px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .dsx-post-video.-big-post {
        height:350px
    }
}

@media (min-width: 1024px) {
    .dsx-post-video.-big-post {
        max-width:400px;
        height: 222px;
        margin: 0
    }
}

@media (min-width: 1200px) {
    .dsx-post-video.-big-post {
        max-width:462px;
        height: 276px
    }
}

@media (min-width: 1600px) {
    .dsx-post-video.-big-post {
        max-width:480px
    }
}

.dsx-post-video.-full {
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 152px
}

@media (min-width: 768px) {
    .dsx-post-video.-full {
        height:342px
    }
}

@media (min-width: 1024px) {
    .dsx-post-video.-full {
        height:486px
    }
}

@media (min-width: 1200px) {
    .dsx-post-video.-full {
        height:584px
    }
}

@media (min-width: 1600px) {
    .dsx-post-video.-full {
        height:606px
    }
}

.dsx-post-image {
    width: 100%;
    min-height: 160px;
    max-height: 160px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

@media (min-width: 768px) {
    .dsx-post-image {
        min-height:344px;
        max-height: 344px
    }
}

@media (min-width: 1024px) {
    .dsx-post-image {
        min-height:240px;
        max-height: 240px
    }
}

.dsx-post-footer {
    display: table;
    width: 100%;
    color: #abb3c0
}

.dsx-post-footer-col {
    display: table-cell;
    vertical-align: bottom
}

@media (min-width: 768px) {
    .dsx-post-footer-col {
        vertical-align:middle
    }
}

.dsx-post-footer-col.-right {
    text-align: right
}

@media (min-width: 1200px) {
    .dsx-post-footer-container {
        padding:0 10px
    }
}

.dsx-post-footer-share {
    line-height: 1
}

.dsx-post-footer-share-title {
    display: none;
    font-size: 16px;
    letter-spacing: .57px;
    color: #abb3c0
}

@media (min-width: 768px) {
    .dsx-post-footer-share-title {
        display:inline-block;
        vertical-align: middle
    }
}

.dsx-post-footer-share-items {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 15px
}

.dsx-post-footer-share-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 18px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.dsx-post-footer-share-item:first-child {
    margin: 0
}

.dsx-post-footer-share-item:focus,.dsx-post-footer-share-item:hover {
    color: #3625d3
}

.dsx-post-footer-share-item.-facebook {
    font-size: 17px
}

.dsx-post-footer-share-item.-twitter {
    font-size: 19px
}

.dsx-post-footer-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 22px;
    line-height: 1;
    color: #abb3c0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

@media (min-width: 768px) {
    .dsx-post-footer-item {
        margin:0 0 0 50px
    }
}

@media (min-width: 1024px) {
    .dsx-post-footer-item {
        margin:0 0 0 20px
    }
}

@media (min-width: 1200px) {
    .dsx-post-footer-item {
        margin:0 0 0 50px
    }
}

.dsx-post-footer-item:first-child {
    margin: 0
}

.dsx-post-footer-item:hover {
    color: #3625d3;
    text-decoration: none
}

.dsx-post-footer-item.-like {
    color: #abb3c0
}

.dsx-post-footer-item.-dislike {
    color: #eb4242
}

.dsx-navbar.-open .dsx-navbar-toggle button.dsx-post-footer-item,.dsx-post-footer-item.-active {
    color: #3625d3
}

.dsx-post-footer-title {
    display: none;
    margin: 0 0 0 7px;
    font-size: 16px;
    letter-spacing: .57px;
    font-weight: 700
}

@media (min-width: 768px) {
    .dsx-post-footer-title {
        margin:0 0 0 13px;
        display: inline-block;
        vertical-align: middle
    }
}

.dsx-post-footer-count {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
    font-size: 16px;
    letter-spacing: .57px;
    font-weight: 700
}

@media (min-width: 768px) {
    .dsx-post-footer-count {
        margin:0 13px 0 0
    }
}

.dsx-post-footer-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 0;
    font-size: 20px;
    line-height: 0
}

@media (min-width: 768px) {
    .dsx-post-footer-icon {
        font-size:22px
    }
}

.dsx-post-footer-icon.-xs {
    font-size: 20px
}

.dsx-post-footer-icon.-lg {
    font-size: 23px
}

.dsx-post-footer-icon.-top {
    margin: -7px 0 0 0
}

.dsx-post-footer-icon.-bottom {
    margin: 0
}

.dsx-post-footer-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 8px;
    font-size: 17px;
    letter-spacing: .81px;
    font-weight: 700
}

@media (min-width: 375px) {
    .dsx-post-footer-text {
        margin:0 0 0 10px
    }
}

@media (min-width: 768px) {
    .dsx-post-footer-text {
        display:inline-block
    }
}

.dsx-post-footer-text.-xs {
    display: none
}

@media (min-width: 768px) {
    .dsx-post-footer-text.-xs {
        display:inline-block
    }
}

@media (min-width: 768px) {
    .dsx-post-footer-text.-xs {
        display:none
    }
}

@media (min-width: 1200px) {
    .dsx-post-footer-text.-xs {
        display:inline-block
    }
}

.dsx-post-footer-box:not(:last-of-type) {
    margin-bottom: 50px
}

.dsx-post-footer.-pl {
    padding-left: 0
}

@media (min-width: 1024px) {
    .dsx-post-footer.-pl {
        padding-left:140px
    }
}

.dsx-post-comments {
    margin: 70px 0 0 0
}

.dsx-post-empty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
    text-align: center
}

@media (min-width: 768px) {
    .dsx-post-empty {
        padding:80px 0
    }
}

.dsx-post-empty-icon {
    margin: 0 0 20px 0;
    font-size: 20px
}

.dsx-post-empty-icon svg {
    width: 100%;
    height: 100%
}

.dsx-post-empty-text {
    font-family: Butler,serif;
    font-size: 30px;
    letter-spacing: -.64px;
    line-height: 34px
}

.dsx-post-empty-text:lang(ru) {
    font-family: "Cormorant Garamond",serif
}

.dsx-post-empty.-hidden {
    display: none
}

.dsx-post.-modal .dsx-post-subtitle,.dsx-post.-modal .dsx-post-text,.dsx-post.-modal .dsx-post-title {
    max-width: 800px
}

.dsx-post.-modal .dsx-post-description {
    max-width: 650px
}

.dsx-post.-modal .dsx-post-info-header:before {
    content: none
}

.dsx-post.-modal .dsx-post-info-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dsx-post.-modal .dsx-post-text {
    max-height: 100%
}

.dsx-post.-modal .dsx-post-comments {
    max-width: 730px
}

.dsx-post.-added .dsx-post-text {
    margin-bottom: 0;
    color: #000
}

.dsx-post.-added .dsx-post-grid:not(:last-of-type) {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .dsx-post.-added .dsx-post-grid:not(:last-of-type) {
        margin-bottom:30px
    }
}

.dsx-post.-added .dsx-post-grid.-md {
    margin-bottom: 20px
}

.kg-image-card {
    margin: 0 0 20px 0;
    text-align: center
}

.kg-image-card img {
    margin: 0 0 10px 0
}

.dsx-blog {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));
    background: -webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);
    background: -moz- oldlinear-gradient(top,#fff 0,#f8f8f8 100%);
    background: -o-linear-gradient(top,#fff 0,#f8f8f8 100%);
    background: linear-gradient(to bottom,#fff 0,#f8f8f8 100%)
}

.dsx-blog-wrap {
    padding: 40px 0 60px 0
}

@media (min-width: 768px) {
    .dsx-blog-wrap {
        padding:45px 0 60px 0
    }
}

@media (min-width: 1024px) {
    .dsx-blog-wrap {
        padding:50px 0 60px 0
    }
}

.dsx-blog-container {
    position: relative
}

@media (min-width: 768px) {
    .dsx-blog-container {
        margin:0 40px
    }
}

@media (min-width: 1200px) {
    .dsx-blog-container {
        max-width:1160px;
        margin: 0 auto;
        padding: 0
    }
}

.dsx-blog-container.-xs {
    padding: 0;
    margin: 0 20px
}

@media (min-width: 768px) {
    .dsx-blog-container.-xs {
        margin:0 80px
    }
}

@media (min-width: 1200px) {
    .dsx-blog-container.-xs {
        max-width:1040px;
        margin: 0 auto
    }
}

@media (min-width: 1600px) {
    .dsx-blog-container.-xs {
        max-width:1080px
    }
}

.dsx-blog-header {
    position: relative;
    margin: 0 0 25px 0
}

@media (min-width: 768px) {
    .dsx-blog-header {
        margin:0 0 30px 0
    }
}

.dsx-blog-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dsx-blog-grid-col.-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

@media (min-width: 768px) {
    .dsx-blog-grid-col.-right {
        display:block;
        width: auto
    }
}

.dsx-blog-change {
    background: rgba(171,179,192,.1)
}

.dsx-blog-change-wrap {
    padding: 20px 0
}

@media (min-width: 768px) {
    .dsx-blog-change-wrap {
        padding:40px 0
    }
}

@media (min-width: 1200px) {
    .dsx-blog-change-wrap {
        padding:55px 0
    }
}

.dsx-blog-change-container {
    position: relative
}

@media (min-width: 768px) {
    .dsx-blog-change-container {
        margin:0 40px
    }
}

@media (min-width: 1200px) {
    .dsx-blog-change-container {
        max-width:1160px;
        margin: 0 auto;
        padding: 0
    }
}

@media (min-width: 768px) {
    .dsx-blog-change-grid {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.dsx-blog-change-grid-col {
    border-bottom: 10px solid #fff
}

@media (min-width: 768px) {
    .dsx-blog-change-grid-col {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 50%;
        -moz-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        margin: 0;
        border-bottom: none
    }
}

.dsx-blog-change-grid-col:last-child {
    border-bottom: none
}

@media (min-width: 768px) {
    .dsx-blog-change-grid-col:last-child {
        padding:0 0 0 60px
    }
}

.dsx-blog-change-action {
    display: block;
    padding: 0 25px
}

@media (min-width: 768px) {
    .dsx-blog-change-action {
        padding:0;
        border-right: 1px solid rgba(0,0,0,.1)
    }
}

.dsx-blog-change-action:focus,.dsx-blog-change-action:hover {
    text-decoration: none
}

.dsx-blog-change-action:hover .dsx-blog-change-action-title {
    color: #3625d3
}

.dsx-blog-change-action-sub {
    display: block;
    margin: 0 0 14px 0;
    font-size: 14px;
    letter-spacing: -.07px;
    line-height: 30px;
    text-transform: uppercase;
    color: #abb3c0
}

.dsx-blog-change-action-title {
    display: block;
    margin: 0 0 14px 0;
    max-width: 445px;
    font-family: "Cormorant Garamond",serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

@media (min-width: 768px) {
    .dsx-blog-change-action-title {
        font-size:24px;
        line-height: 36px
    }
}

@media (min-width: 1200px) {
    .dsx-blog-change-action-title {
        font-size:28px;
        letter-spacing: -.6px;
        line-height: 40px
    }
}

.dsx-blog-change-action-category {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 32px 0 0;
    font-size: 14px;
    letter-spacing: .59px;
    line-height: 30px;
    color: #abb3c0
}

.dsx-blog-change-action-category:after {
    content: '';
    position: absolute;
    top: 7px;
    right: -17px;
    width: 1px;
    height: 15px;
    background: #abb3c0
}

.dsx-blog-change-action-date {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: .59px;
    line-height: 30px;
    color: #abb3c0
}

.dsx-blog-change-action.-last {
    border-right: none
}

.dsx-blog-loop {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin: 2px 20px 0 0;
    font-size: 18px
}

@media (min-width: 768px) {
    .dsx-blog-loop {
        display:none
    }
}

.dsx-blog-search {
    position: absolute;
    bottom: -12px;
    right: 0;
    width: 100%;
    height: 50px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

@media (min-width: 768px) {
    .dsx-blog-search {
        width:294px;
        height: 40px;
        bottom: -4px;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@media (min-width: 1024px) {
    .dsx-blog-search {
        bottom:2px
    }
}

@media (min-width: 1200px) {
    .dsx-blog-search {
        bottom:4px
    }
}

.dsx-blog-search-del {
    display: none;
    position: absolute;
    right: 11px;
    height: 100%;
    padding: 0 5px;
    line-height: 1;
    font-size: 14px;
    color: #abb3c0;
    z-index: 1;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.dsx-blog-search form {
    height: 100%
}

.dsx-blog-search button {
    display: none;
    position: absolute;
    left: 0;
    width: 50px;
    height: 100%;
    font-size: 16px;
    color: #abb3c0;
    background: 0 0;
    border: none;
    z-index: 1;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.dsx-blog-search button:hover {
    color: #000
}

@media (min-width: 768px) {
    .dsx-blog-search button {
        padding:0 0 0 10px;
        width: 40px
    }
}

.dsx-blog-search.-active,.dsx-navbar.-open .dsx-navbar-toggle button.dsx-blog-search {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

@media (min-width: 768px) {
    .dsx-blog-search.-active,.dsx-navbar.-open .dsx-navbar-toggle button.dsx-blog-search {
        width:560px
    }
}

.dsx-blog-search.-active .dsx-blog-search-del,.dsx-navbar.-open .dsx-navbar-toggle button.dsx-blog-search .dsx-blog-search-del {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dsx-blog-search.-active button,.dsx-navbar.-open .dsx-navbar-toggle button.dsx-blog-search button {
    display: block
}

.dsx-blog-search.-active input,.dsx-navbar.-open .dsx-navbar-toggle button.dsx-blog-search input {
    padding: 0 38px 0 45px!important
}

@media (min-width: 768px) {
    .dsx-blog-search.-active input,.dsx-navbar.-open .dsx-navbar-toggle button.dsx-blog-search input {
        padding:0 38px 0 42px!important
    }
}

.dsx-blog-action {
    margin: 0 25px 0 0;
    text-align: right
}

@media (min-width: 768px) {
    .dsx-blog-action {
        margin:0
    }
}

.dsx-blog-action.-invisible {
    display: none
}

.dsx-blog-title {
    max-width: 203px
}

@media (min-width: 768px) {
    .dsx-blog-title {
        max-width:420px
    }
}

@media (min-width: 1024px) {
    .dsx-blog-title {
        max-width:680px
    }
}

@media (min-width: 1200px) {
    .dsx-blog-title {
        max-width:870px
    }
}

@media (min-width: 1600px) {
    .dsx-blog-title {
        max-width:780px
    }
}

.dsx-blog-title h1 {
    display: none;
    margin: 0;
    padding: 0
}

@media (min-width: 768px) {
    .dsx-blog-title h1 {
        display:block;
        font-family: Butler,serif;
        font-size: 30px;
        letter-spacing: -.65px;
        line-height: 30px
    }

    .dsx-blog-title h1:lang(ru) {
        font-family: "Cormorant Garamond",serif;
        font-weight: 600
    }
}

@media (min-width: 768px) and (min-width:1024px) {
    .dsx-blog-title h1 {
        font-size:40px;
        letter-spacing: -.87px;
        line-height: 40px
    }
}

@media (min-width: 768px) and (min-width:1200px) {
    .dsx-blog-title h1 {
        font-size:46px;
        letter-spacing: -.1px;
        line-height: 46px
    }
}

.dsx-blog-title.-visible h1,.dsx-navbar.-open .dsx-blog-title.dsx-navbar-menu h1 {
    display: block
}

.dsx-blog-close {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    width: 20px;
    height: 20px;
    color: #3625d3
}

@media (min-width: 768px) {
    .dsx-blog-close {
        width:23px;
        height: 23px
    }
}

.dsx-blog-close:hover {
    opacity: .8;
    color: #3625d3
}

.dsx-blog-close svg {
    width: 100%;
    height: 100%
}

.dsx-blog-up {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 40px;
    width: 80px;
    height: 80px;
    z-index: 999;
    font-size: 27px;
    color: #abb3c0;
    background: #f6f7f8;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

@media (min-width: 1440px) {
    .dsx-blog-up {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }
}

.dsx-blog-up.-visible,.dsx-navbar.-open .dsx-blog-up.dsx-navbar-menu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.dsx-blog-all {
    position: absolute;
    left: 24px;
    top: 5px;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3625d3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.dsx-blog-all:focus,.dsx-blog-all:hover {
    opacity: .7;
    color: #3625d3;
    text-decoration: none
}

@media (min-width: 768px) {
    .dsx-blog-all {
        position:relative;
        top: 0;
        left: auto;
        right: 340px
    }
}

.dsx-blog-all.-hidden {
    display: none
}

.dsx-error {
    height: 100%;
    color: #fff;
    background: #3625d3
}

.dsx-error-wrap {
    height: 100%;
    padding: 25px 0
}

.dsx-error-container {
    height: 100%;
    padding: 0 15px
}

@media (min-width: 768px) {
    .dsx-error-container {
        padding:0 40px
    }
}

@media (min-width: 1024px) {
    .dsx-error-container {
        padding:0 80px
    }
}

@media (min-width: 1200px) {
    .dsx-error-container {
        padding:0 200px
    }
}

.dsx-error-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.dsx-error-title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 38px;
    font-weight: 700
}

.dsx-error-subtitle {
    max-width: 862px;
    margin: 0 0 16px 0;
    font-family: Butler,serif;
    font-size: 28px;
    letter-spacing: -.6px;
    line-height: 35px;
    text-align: center
}

@media (min-width: 768px) {
    .dsx-error-subtitle {
        font-size:30px;
        letter-spacing: -.64px;
        line-height: 30px
    }
}

@media (min-width: 1024px) {
    .dsx-error-subtitle {
        font-size:40px;
        letter-spacing: -.86px;
        line-height: 40px
    }
}

@media (min-width: 1200px) {
    .dsx-error-subtitle {
        font-size:50px;
        letter-spacing: -1.07px;
        line-height: 58px
    }
}

@media (min-width: 1600px) {
    .dsx-error-subtitle {
        font-size:60px;
        letter-spacing: -1.29px;
        line-height: 61px
    }
}

.dsx-error-subtitle:lang(ru) {
    font-family: "Cormorant Garamond",serif
}

.dsx-error-back {
    margin: 0 0 34px 0
}

@media (min-width: 1024px) {
    .dsx-error-back {
        margin:0 0 84px 0
    }
}

.dsx-error-back:hover .dsx-error-back-icon {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.dsx-error-back-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    letter-spacing: .36px;
    line-height: 27px;
    font-weight: 300;
    color: rgba(255,255,255,.5)
}

.dsx-error-back-text span {
    color: #fff
}

.dsx-error-back-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 8px;
    font-size: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.dsx-error-image img {
    max-width: 100%
}

.dsx-privacy-container {
    padding: 0 25px
}

.dsx-privacy-container:lang(ru) {
    padding: 0 5px 0 15px
}

@media (min-width: 768px) {
    .dsx-privacy-container:lang(ru) {
        padding:0 60px
    }
}

@media (min-width: 1024px) {
    .dsx-privacy-container:lang(ru) {
        padding:0 80px
    }
}

@media (min-width: 1600px) {
    .dsx-privacy-container:lang(ru) {
        padding:0 260px
    }
}

@media (min-width: 768px) {
    .dsx-privacy-container {
        padding:0 60px
    }
}

@media (min-width: 1024px) {
    .dsx-privacy-container {
        padding:0 80px
    }
}

@media (min-width: 1600px) {
    .dsx-privacy-container {
        padding:0 260px
    }
}

.dsx-privacy-wrap {
    padding: 23px 0 70px
}

@media (min-width: 768px) {
    .dsx-privacy-wrap {
        padding:64px 0 60px
    }
}

@media (min-width: 1024px) {
    .dsx-privacy-wrap {
        padding:65px 0 100px
    }
}

@media (min-width: 1200px) {
    .dsx-privacy-wrap {
        padding:81px 0 110px
    }
}

@media (min-width: 1600px) {
    .dsx-privacy-wrap {
        padding:110px 0 160px
    }
}

.dsx-privacy-title {
    margin-bottom: 60px
}

@media (min-width: 768px) {
    .dsx-privacy-title {
        margin-bottom:70px
    }
}

@media (min-width: 1024px) {
    .dsx-privacy-title {
        margin-bottom:60px
    }
}

@media (min-width: 1200px) {
    .dsx-privacy-title {
        margin-bottom:80px
    }
}

@media (min-width: 1600px) {
    .dsx-privacy-title {
        margin-bottom:120px
    }
}

@media (min-width: 1024px) {
    .dsx-privacy-content-grid {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1024px) {
    .dsx-privacy-content-grid-col {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 50%;
        -moz-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }
}

@media (min-width: 1024px) {
    .dsx-privacy-content-grid-col.-right {
        padding:0 0 0 40px
    }
}

@media (min-width: 1200px) {
    .dsx-privacy-content-grid-col.-right {
        padding:0 0 0 10px
    }
}

@media (min-width: 1600px) {
    .dsx-privacy-content-grid-col.-right {
        padding:0 0 0 50px
    }
}

@media (min-width: 1024px) {
    .dsx-privacy-content-grid-col.-right:lang(ru) {
        padding:0 0 0 10px
    }
}

@media (min-width: 1600px) {
    .dsx-privacy-content-grid-col.-right:lang(ru) {
        padding:0 0 0 50px
    }
}

.dsx-privacy-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 50px 0
}

@media (min-width: 768px) {
    .dsx-privacy-item {
        margin:0 0 65px 0
    }
}

@media (min-width: 1024px) {
    .dsx-privacy-item:last-child {
        margin:0
    }

    .dsx-privacy-item:lang(ru) {
        min-height: 136px
    }
}

@media (min-width: 1600px) {
    .dsx-privacy-item {
        margin:0 0 120px 0
    }

    .dsx-privacy-item:lang(ru) {
        min-height: 104px
    }
}

.dsx-privacy-link {
    display: block;
    margin: 0 0 0 26px;
    max-width: 320px
}

.dsx-privacy-link:lang(ru) {
    margin: 0 0 0 15px
}

@media (min-width: 1600px) {
    .dsx-privacy-link:lang(ru) {
        max-width:430px
    }
}

.dsx-privacy-link:focus,.dsx-privacy-link:hover {
    text-decoration: none
}

.dsx-privacy-link:hover .dsx-privacy-link-icon {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

@media (min-width: 768px) {
    .dsx-privacy-link {
        margin:0 0 0 40px
    }
}

@media (min-width: 1600px) {
    .dsx-privacy-link {
        margin:0 0 0 50px;
        max-width: 400px
    }
}

.dsx-privacy-link-header {
    display: block;
    margin: 0 0 8px 0
}

@media (min-width: 768px) {
    .dsx-privacy-link-header {
        margin:0 0 15px 0
    }
}

.dsx-privacy-link-title {
    display: inline-block;
    vertical-align: middle;
    font-family: Butler,serif;
    font-size: 22px;
    letter-spacing: -.47px;
    line-height: 28px
}

.dsx-privacy-link-title:lang(ru) {
    font-family: "Cormorant Garamond",serif;
    font-weight: 600
}

@media (min-width: 768px) {
    .dsx-privacy-link-title:lang(ru) {
        font-size:30px;
        letter-spacing: -.64px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .dsx-privacy-link-title {
        font-size:30px;
        letter-spacing: -.64px;
        line-height: 32px
    }
}

@media (min-width: 1600px) {
    .dsx-privacy-link-title {
        font-size:40px;
        letter-spacing: -.86px;
        line-height: 45px
    }
}

.dsx-privacy-link-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 14px;
    font-size: 12px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.dsx-privacy-link-icon:lang(ru) {
    margin: -5px 0 0 8px
}

@media (min-width: 768px) {
    .dsx-privacy-link-icon:lang(ru) {
        margin:-5px 0 0 20px
    }
}

@media (min-width: 1600px) {
    .dsx-privacy-link-icon:lang(ru) {
        margin:-5px 0 0 30px
    }
}

@media (min-width: 768px) {
    .dsx-privacy-link-icon {
        margin:-5px 0 0 20px
    }
}

@media (min-width: 1600px) {
    .dsx-privacy-link-icon {
        margin:-5px 0 0 30px
    }
}

.dsx-privacy-link-size {
    display: block;
    font-size: 14px;
    letter-spacing: .78px;
    line-height: 22px;
    font-weight: 300
}

@media (min-width: 768px) {
    .dsx-privacy-link-size {
        font-size:15px;
        letter-spacing: .83px;
        line-height: 24px
    }
}
