/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible!important;
    background: #f2f2f2!important;
    background: rgba(0, 0, 0, .06)!important;
    border: 0 none!important;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px!important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px!important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: 0 0
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #fff
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-input {
    cursor: text;
    border: 1px solid #d0d0d0;
    padding: 8px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: #fff;
    display: inline-block
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default!important
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff
}

.selectize-input>input {
    display: inline-block!important;
    padding: 0!important;
    min-height: 0!important;
    max-height: none!important;
    max-width: 100%!important;
    margin: 0 2px 0 0!important;
    text-indent: 0!important;
    border: 0 none!important;
    background: 0 0!important;
    line-height: inherit!important;
    -webkit-user-select: auto!important;
    box-shadow: none!important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none!important
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
    padding: 5px 8px
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: gray transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px;
    border-color: transparent transparent gray
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px!important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}

.datepicker--cell,
.datepicker--cells {
    display: -webkit-box;
    display: flex
}

.datepicker--cells {
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-,
.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-current-.-focus-,
.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-range-from-,
.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    border: none
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--day-name,
.datepicker--days-names {
    display: -webkit-box;
    display: flex
}

.datepicker--days-names {
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #ff9a19;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years,
.datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
    z-index: 100
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.-only-timepicker- .datepicker--content,
.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
    left: calc(50% - 10px/2)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 10px/2)
}

.datepicker--body {
    display: none
}

.datepicker--body.active {
    display: block
}

.datepicker--nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action,
.datepicker--nav-title {
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker--nav-action:hover {
    background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title:hover {
    background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0
}

.datepicker--buttons {
    display: -webkit-box;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

.datepicker--button,
.datepicker--time {
    -webkit-box-align: center;
    align-items: center
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: -webkit-box;
    display: flex;
    padding: 4px;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-box-flex: 0;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -webkit-box-flex: 0;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: 0 0;
    cursor: pointer;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: none
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: 0 0
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50%+ 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50%+ 1px);
    left: calc(50% - 1px)
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade-,
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.tooltipster-base {
    display: -webkit-box;
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow,
.tooltipster-swing {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall,
.tooltipster-slide {
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0!important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    top: 0!important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    transition-property: left
}

.tooltipster-slide.tooltipster-initial {
    left: -40px!important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    left: 0!important;
    opacity: 0
}

@-webkit-keyframes tooltipster-fading {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading 400ms;
    animation: tooltipster-fading 400ms
}

@-webkit-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating 600ms;
    animation: tooltipster-rotating 600ms
}

@-webkit-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling 600ms;
    animation: tooltipster-scaling 600ms
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    border: none;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, .1)
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
    margin-top: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
    margin-right: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
    margin-left: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
    margin-bottom: 6px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color: #8d8d8d
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
    height: 6px;
    margin-left: -6px;
    width: 12px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
    height: 12px;
    margin-left: 0;
    margin-top: -6px;
    width: 6px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
    display: none
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
    border: 6px solid transparent
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
    left: -6px
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: flex;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill,
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-black .swiper-pagination-bullet-active,
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url(../fonts/AvenirNextLTPro-Bold.woff2) format('woff2'), url(../fonts/AvenirNextLTPro-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url(../fonts/AvenirNextLTPro-Medium.woff2) format('woff2'), url(../fonts/AvenirNextLTPro-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url(../fonts/AvenirNextLTPro-Regular.woff2) format('woff2'), url(../fonts/AvenirNextLTPro-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    outline: none
}

body,
html {
    height: 100%
}

body {
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    letter-spacing: .3px
}

body .wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    max-width: 100%
}

body .content {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    overflow: hidden
}

body .footer {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 4;
    order: 3
}

.container {
    width: 100%;
    max-width: 1230px;
    padding: 0 30px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .container {
        padding: 0 15px
    }
}

.no-scroll {
    overflow: hidden
}

input:not([type]),
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=phone],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    letter-spacing: .4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cdd1da;
    outline: none;
    color: #000;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 2px
}

input:not([type]):focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=phone]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus {
    border-color: #3047ff
}

input[hidden] {
    display: none!important
}

mark:before,
textarea {
    width: 100%;
    display: block
}

mark,
textarea {
    position: relative
}

textarea {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cdd1da;
    outline: none;
    border-radius: 3px;
    box-shadow: none;
    font-weight: 400;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    resize: none;
    height: 170px
}

h1,
h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: 1.25px
}

@media screen and (max-width:1200px) {
    h1 {
        font-size: 50px;
        line-height: 56px;
        letter-spacing: 1px
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: .5px
    }
}

h2 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 1px
}

@media screen and (max-width:1200px) {
    h2 {
        font-size: 40px;
        line-height: 46px
    }
}

@media screen and (max-width:767px) {
    h2 {
        font-size: 28px;
        line-height: 34px
    }
}

h3,
h4 {
    margin-bottom: 20px
}

h1,
h2,
h3,
h4,
p,
textarea {
    color: #000
}

h3 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .6px;
    line-height: 34px
}

@media screen and (max-width:1200px) {
    h3 {
        font-size: 26px;
        line-height: 30px
    }
}

@media screen and (max-width:767px) {
    h3 {
        font-size: 20px;
        line-height: 24px
    }
}

h4,
p {
    line-height: 26px
}

h4 {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: .4px
}

p {
    font-size: 16px;
    letter-spacing: .33px;
    margin-bottom: 15px
}

p.image-title {
    font-size: 13px;
    line-height: 20px;
    color: rgba(0, 0, 0, .5)
}

img {
    display: block;
    margin: 0;
    max-width: 100%
}

a {
    color: #3047ff;
    text-decoration: none
}

mark {
    color: inherit;
    background: 0 0
}

mark:before {
    content: '';
    height: 50%;
    background: #00ca99;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.advantages {
    padding: 100px 0 80px;
    text-align: center
}

.advantages__subTitle,
h2 {
    margin-bottom: 25px
}

.advantages__title {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px
}

.advantages__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1090px;
    margin: 0 auto
}

.advantages__wrapper .iconCard {
    padding-bottom: 105px;
    position: relative
}

.advantages__wrapper .iconCard__icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

@media screen and (max-width:660px) {
    .advantages__wrapper .iconCard {
        padding-bottom: 90px
    }
}

@media screen and (max-width:1150px) {
    .advantages__wrapper {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media screen and (max-width:992px) {
    .advantages {
        padding: 80px 0 60px
    }
}

@media screen and (max-width:767px) {
    .advantages {
        padding: 60px 0 30px
    }
}

@media screen and (max-width:660px) {
    .advantages__wrapper {
        margin: 0;
        display: block
    }
    .advantages .iconCard {
        padding: 0 0 105px;
        display: block;
        margin: 0 auto 45px
    }
}

.box {
    background: rgba(48, 71, 255, .05);
    padding: 45px 35px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: flex
}

.box__icon {
    max-width: 50px;
    width: 50px;
    min-width: 50px;
    margin-right: 15px;
    margin-top: -5px;
    flex-shrink: 1
}

.box__icon img {
    margin: 0!important
}

.box p:last-child {
    margin: 0
}

.box__text {
    flex-shrink: 1
}

@media screen and (max-width:480px) {
    .box {
        display: block
    }
    .box__icon {
        margin-bottom: 20px
    }
}

.btn {
    display: inline-block;
    text-align: center;
    color: #fff!important;
    text-decoration: none!important;
    padding: 22px 27px;
    line-height: 16px;
    font-size: 16px;
    border: 0;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-transition: linear .2s;
    transition: linear .2s;
    background-color: #3047ff;
    font-weight: 700;
    border-radius: 5px;
    min-width: 268px;
    box-shadow: 0 32px 25px -22px rgba(48, 71, 255, .45)
}

.btn:focus {
    background-color: #2b3fe5
}

.btn:active,
.btn:hover {
    color: #fff!important;
    background-color: #2b3fe5;
    box-shadow: 0 32px 25px -22px rgba(48, 71, 255, .75)
}

.btn:active {
    background-color: #4459ff
}

.btn--small {
    padding: 13px 23px;
    min-width: auto
}

.header .btn--small {
    box-shadow: 0 20px 25px -12px rgba(48, 71, 255, .45)
}

.btn--small:active,
.btn--small:hover {
    box-shadow: 0 20px 25px -12px rgba(48, 71, 255, .75)
}

.burger {
    display: block;
    position: relative;
    outline: 0
}

.burger__wrapper {
    position: relative;
    width: 22px;
    height: 16px;
    margin-left: auto;
    margin-right: auto
}

.burger__line {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background-color: #3047ff;
    -webkit-transition: background-color .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    transition: background-color .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background-color .2s ease, opacity .2s ease;
    transition: transform .2s ease, background-color .2s ease, opacity .2s ease, -webkit-transform .2s ease
}

.burger__line:nth-child(1) {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}

.js-active .burger__line:nth-child(1) {
    -webkit-transform: translateY(0) rotate(45deg)!important;
    transform: translateY(0) rotate(45deg)!important
}

.js-active .burger__line:nth-child(2) {
    -webkit-transform: scale(.1, 1)!important;
    transform: scale(.1, 1)!important
}

.burger__line:nth-child(3) {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

.js-active .burger__line:nth-child(3) {
    -webkit-transform: translateY(0) rotate(-45deg)!important;
    transform: translateY(0) rotate(-45deg)!important
}

.burger:hover__line {
    background-color: #3047ff;
    opacity: 1
}

.burger:hover__line:nth-child(1) {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.burger:hover__line:nth-child(3) {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.cta {
    padding: 115px 0 120px;
    text-align: center;
    color: #fff
}

.cta .container {
    max-width: 830px
}

.cta__title {
    color: #000000;
    margin-bottom: 30px
}

.cta__text {
    color: #000000;
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: .4px
}

@media screen and (max-width:992px) {
    .cta {
        padding: 80px 0
    }
}

@media screen and (max-width:767px) {
    .cta {
        padding: 0px 0
    }
}

@media screen and (max-width:480px) {
    .cta__text {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 35px
    }
}

.footer {
    border-top: 1px solid #e7edf3;
    padding: 30px 0
}

.footer .bottom-login {
    border-top: none
}

.footer__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer .logo-solo {
    color: #000b54;
    display: inline-block;
    height: 50px;
    position: relative;
    top: 5px;
    font-size: 0
}

.footer__logo-wrapper {
    max-width: 100%
}

.footer__logo-text {
    color: #3047ff;
    display: block;
    margin: 0;
    max-width: 100%;
    font-size: 23px;
    font-weight: 600
}

.footer__logo-text span {
    position: relative;
    bottom: 15px;
    left: 14px
}

.footer__logo {
    display: block
}

.footer__logo img {
    display: block;
    margin: 0;
    max-width: 100%
}

.footer__col_right {
    text-align: right
}

.footer__address,
.footer__copyright {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .3px
}

.footer__bottom,
.footer__bottom p {
    font-size: 13px;
    line-height: 22px;
    color: rgba(0, 0, 0, .3)
}

.footer__bottom {
    width: 100%;
    min-width: 100%;
    border-top: 1px solid #f7f9fb;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-top: 30px
}

.footer__bottom p {
    margin-bottom: 10px
}

.footer__menu {
    margin-left: 0;
    margin-right: auto
}

.footer .menu__link {
    width: 125px;
    font-size: 15px;
    line-height: 30px;
    white-space: nowrap
}

.footer .menu__link:before {
    display: none
}

.footer .menu__link.active,
.footer .menu__link:hover {
    color: #3047ff
}

@media screen and (max-width:1200px) {
    .footer .menu {
        display: none
    }
}

@media screen and (max-width:767px) {
    .footer__col_right {
        width: 100%;
        margin-top: 15px;
        text-align: left
    }
}

@media screen and (max-width:480px) {
    .footer__copyright {
        -webkit-box-ordinal-group: 4;
        order: 3;
        width: 100%
    }
    .footer__bottom {
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 20px
    }
    .footer__logo-wrapper {
        margin-bottom: 20px
    }
    .footer .menu,
    .footer .menu__item {
        display: block
    }
    .footer .menu__link {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 10px;
        width: 100%
    }
}

.formCheckbox {
    position: relative
}

display flex {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    align-items: center
}

display flex__input {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #e7edf3;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 10px;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    background-image: url(../img/ico-check.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px
}

display flex__text {
    display: block;
    font-size: 12px;
    color: #6f6f6f;
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-weight: 300
}

display flex__wrapper {
    padding-top: 2px;
    display: block
}

display flex__label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer
}

.formInput.js-fill .formInput__input,
display flex__label:hover {
    border-color: #00ca99
}

.formRadio input,
display flex input {
    position: absolute;
    left: -9999px
}

display flex input:checked+.formCheckbox__input {
    background-color: #00ca99;
    border-color: #00ca99
}

display flex input:focus+.formCheckbox__input {
    border-color: #00ca99
}

.formInput {
    margin-bottom: 25px;
    display: block;
    width: 100%;
    position: relative
}

.formInput__label {
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, .7);
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left
}

.formInput__note {
    color: #97a3ff;
    text-align: left;
    font-size: 11px;
    line-height: 15px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding-top: 3px
}

.formInput__wrapper {
    position: relative
}

.formInput__icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 13px;
    z-index: 1;
    pointer-events: none;
    background-position: center center;
    background-repeat: no-repeat
}

.formInput__input {
    padding-top: 12px;
    position: relative
}

.formInput__input--icon {
    padding-left: 60px!important
}

.formInput__input:disabled {
    border: 0;
    opacity: 1;
    background: #fafafa
}

.formInput__error {
    color: red;
    display: none;
    text-align: left;
    font-size: 11px;
    line-height: 15px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding-top: 3px
}

.formInput.js-focus .formInput__input {
    border-color: #3047ff
}

.formInput.js-error .formInput__input {
    border-color: red
}

.formInput.js-error .formInput__error {
    display: block
}

.formInput--small {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:767px) {
    .formInput--small {
        max-width: 100%
    }
}

.formField__tooltip {
    color: red;
    display: none;
    text-align: left;
    font-size: 11px;
    line-height: 15px;
    left: 0;
    top: 100%;
    width: 100%;
    padding-top: 3px;
    position: absolute;
    max-width: 100%
}

.error,
.form-field_error {
    color: red;
    font-size: 14px;
    line-height: 1rem
}

.formMini {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    border-bottom: 1px solid #eef3f6;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.formMini .formInput,
.formMini .formSelect {
    width: 26.27%;
    padding-left: 12px;
    box-sizing: border-box
}

.formMini button {
    width: 18.18%;
    margin-left: 12px;
    box-sizing: border-box;
    height: 53px;
    padding: 0!important;
    margin-top: 23px;
    min-width: 149px
}

@media screen and (max-width:767px) {
    .formMini {
        margin-top: 0
    }
    .formMini .formInput,
    .formMini .formSelect {
        width: 100%;
        padding-left: 0
    }
    .formMini button {
        width: 100%;
        margin-left: 0
    }
}

.formRadio,
.formRadio__input {
    overflow: hidden;
    position: relative
}

.formRadio {
    margin-bottom: 25px;
    width: 100%
}

.formRadio.error {
    border: 1px solid red
}

.formRadio__input {
    display: block;
    width: 21px;
    height: 21px;
    border: 1px solid #cdd1da;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.formRadio__input:before {
    content: '';
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 50%;
    background: #3047ff;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    opacity: 0
}

.formRadio__text {
    color: #000;
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-weight: 400;
    padding-top: 2px
}

.formRadio__text,
.formRadio__text span {
    display: block;
    font-size: 22px;
    line-height: 22px;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.formRadio__text span.small {
    font-size: 12px;
    line-height: 12px;
    color: #909090;
    font-weight: 700
}

.formRadio__item,
.formRadio__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.formRadio__item {
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #cdd1da;
    padding: 10px 20px;
    height: 56px;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.formRadio__item:hover {
    border-color: #3047ff
}

.formRadio__item.active .formRadio__text {
    color: #3047ff
}

.formRadio__title {
    display: -webkit-box;
    display: flex;
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left
}

.formRadio input:checked+.formRadio__input {
    border: 1px solid #3047ff
}

.formRadio input:checked+.formRadio__input:before {
    opacity: 1
}

.formRadio input:focus+.formRadio__input {
    border: 1px solid #3047ff
}

.formRadio--inline .formRadio__items {
    display: -webkit-box;
    display: flex
}

.formRadio--inline .formRadio__item {
    margin: 0;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid transparent
}

.formRadio--inline .formRadio__item:last-child {
    border-right: 1px solid #cdd1da
}

.formRadio--inline .formRadio__item:hover {
    border-right: 1px solid #3047ff
}

.formRadio--inline .formRadio__item.active {
    background: #3047ff;
    border-color: #3047ff;
    border-right: 1px solid #3047ff
}

.formRadio--inline .formRadio__item.active .formRadio__text,
.formRadio--inline .formRadio__item.active .formRadio__text span {
    color: #fff
}

.formRadio--inline .formRadio__input {
    display: none
}

@media screen and (max-width:767px) {
    .formRadio--inline .formRadio__items {
        display: block
    }
    .formRadio--inline .formRadio__item {
        margin-bottom: 10px;
        border-right: 1px solid #cdd1da
    }
    .formRadio--inline .formRadio__item:last-child {
        border-right: 1px solid #cdd1da
    }
}

.formSelect {
    margin-bottom: 25px;
    display: block;
    width: 100%;
    text-align: left;
    position: relative
}

.formSelect__label {
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, .7);
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left
}

.formSelect__error {
    font-size: 11px;
    line-height: 15px;
    color: red;
    padding: 2px;
    display: none
}

.formSelect__wrapper {
    position: relative
}

.formSelect__icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 13px;
    z-index: 3;
    pointer-events: none;
    background-position: center center;
    background-repeat: no-repeat
}

.formSelect__select {
    background: #fff;
    cursor: pointer;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHBAMAAAAotXpTAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAG1BMVEUAAADGxsbGxsbGxsbGxsbGxsbGxsbGxsYAAAAIikWZAAAAB3RSTlMAIszdRO4ROgXxdwAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAuSURBVAjXYxBkYGAUYFAWYBBWYHA1ZDR1YGAJdg5hYGBwLXUAkiwgJgNDAgMDAFHgBBV1AHT5AAAAAElFTkSuQmCC);
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none
}

.formSelect__select--icon {
    padding-left: 60px!important
}

.formSelect__select.js-error {
    border-color: red!important
}

.formSelect:hover {
    cursor: pointer
}

.formSelect .selectize-input {
    height: 56px;
    padding: 0 40px 0 20px;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #cdd1da;
    color: #000;
    background: #fff;
    display: block!important;
    margin: 0
}

.formSelect .selectize-input:not(.invalid) {
    border: 1px solid #00ca99
}

.formSelect .selectize-input:after {
    display: block!important;
    width: 14px!important;
    height: 8px!important;
    margin-top: -4px!important;
    -webkit-transform: translateZ(0)!important;
    transform: translateZ(0)!important;
    background: url(../img/ico-arrow-select.svg) no-repeat center center!important;
    border: none!important;
    pointer-events: none
}

.formSelect .selectize-input input {
    height: 56px!important;
    -webkit-transition: 0s linear!important;
    transition: 0s linear!important;
    vertical-align: top!important;
    padding-top: 10px;
    line-height: 32px!important;
    font-size: 22px
}

.formSelect .selectize-input .item {
    font-size: 22px;
    height: 56px!important;
    vertical-align: top!important;
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-weight: 400;
    padding-top: 18px;
    line-height: 22px
}

.formSelect .selectize-input.focus {
    border: 1px solid #3047ff
}

.formSelect .selectize-input.error:before {
    opacity: 1;
    background: red
}

.formSelect .selectize-input.disabled {
    border: 0;
    opacity: 1;
    background: #fafafa
}

.formSelect .selectize-input.disabled:after {
    display: none!important
}

.formSelect .selectize-dropdown {
    margin-top: 0
}

.formSelect .selectize-dropdown .option {
    padding: 5px 20px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-weight: 400;
    cursor: pointer
}

.formSelect .selectize-dropdown .option.active {
    background: rgba(48, 71, 255, .05)
}

.formSelect.js-error .selectize-input {
    border: 1px solid red
}

.formSelect.js-error .formSelect__error {
    display: block
}

.formTextarea {
    margin-bottom: 25px;
    display: block;
    width: 100%;
    position: relative
}

.formTextarea__label {
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, .7);
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left
}

.formTextarea__note {
    color: #97a3ff;
    text-align: left;
    font-size: 11px;
    line-height: 15px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding-top: 3px
}

.formTextarea__wrapper {
    position: relative
}

.formTextarea__icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 13px;
    z-index: 1;
    pointer-events: none;
    background-position: center center;
    background-repeat: no-repeat
}

.formTextarea__input {
    padding-top: 12px;
    position: relative
}

.formTextarea__input--icon {
    padding-left: 60px!important
}

.formTextarea__input:disabled {
    border: 0;
    opacity: 1;
    background: #fafafa
}

.formTextarea__error {
    color: red;
    display: none;
    text-align: left;
    font-size: 11px;
    line-height: 15px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding-top: 3px
}

.formTextarea.js-fill .formTextarea__input {
    border-color: #00ca99
}

.formTextarea.js-focus .formTextarea__input {
    border-color: #3047ff
}

.formTextarea.js-error .formTextarea__input {
    border-color: red
}

.formTextarea.js-error .formTextarea__error {
    display: block
}

.formTextarea--small {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:767px) {
    .formTextarea--small {
        max-width: 100%
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: none;
    background: #f7f9fb;
    -webkit-transition: box-shadow .2s linear, background-color .2s linear;
    transition: box-shadow .2s linear, background-color .2s linear;
    z-index: 99
}

.header.js-fixed {
    box-shadow: 0 1px 0 0 #e7edf3;
    background: #fff
}

.header .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 88px
}

.header .logo-solo {
    color: #000b54;
    display: inline-block;
    height: 50px;
    position: relative;
    top: 5px;
    font-size: 10px
}

.header__logo-wrapper {
    position: relative
}

.header__logo-text {
    color: #3047ff;
    display: block;
    margin: 0;
    max-width: 100%;
    font-size: 23px;
    font-weight: 600
}

.header__logo-text span {
    position: relative;
    bottom: 15px;
    left: 14px
}

.header__logo {
    display: block;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.header__logo img {
    display: block;
    margin: 0
}

.header__logo--white {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.header__menu {
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.header__menu .menu {
    margin: 0 auto
}

.header__info,
.header__menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.header__text {
    padding-top: 3px;
    font-size: 13px;
    line-height: 17px;
    color: rgba(0, 0, 0, .5);
    font-weight: 500;
    letter-spacing: 0;
    margin-right: 15px;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}
.dropdown .dropbtn {
    padding-top: 3px;
    font-size: 13px;
    line-height: 17px;
    color: rgba(0, 0, 0, .5);
    font-weight: 500;
    letter-spacing: 0;
    margin-right: 15px;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

.header .burger {
    display: none
}

.header--static {
    position: absolute!important;
    box-shadow: none!important;
    background: 0 0!important
}

.header--transparent:not(.js-fixed) {
    background: 0 0
}

.header--transparent:not(.js-fixed) .header__logo {
    opacity: 1
}

.header--transparent:not(.js-fixed) .header__logo-text {
    opacity: 1;
    color: #fff
}

.header--transparent:not(.js-fixed) .header__text {
    color: rgba(255, 255, 255, .5)
}

.header--transparent:not(.js-fixed) .menu__link {
    color: #fff
}

.header--transparent:not(.js-fixed) .menu__link:hover {
    color: #3047ff
}

.header--transparent:not(.js-fixed) .burger__line {
    background: #fff
}

@media screen and (max-width:1200px) {
    .header--transparent:not(.js-fixed) .menu__link {
        color: #000
    }
    .header--transparent:not(.js-fixed) .header__text {
        color: rgba(0, 0, 0, .5)
    }
}

.header.js-active {
    background: #fff
}

.header.js-active .header__logo {
    opacity: 1
}

.header.js-active .header__logo-text {
    opacity: 1;
    color: #3047ff
}

.header.js-active .header__text {
    color: rgba(0, 0, 0, .5)
}

.header.js-active .burger__line {
    background: #3047ff
}

@media screen and (max-width:1200px) {
    .header__menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        height: calc(100vh - 88px);
        padding: 30px 0;
        display: none
    }
    .header__menu.js-active {
        opacity: 1;
        visibility: visible
    }
    .header__info {
        display: block;
        padding-left: 30px;
        padding-right: 30px;
        border-top: 1px solid #e7edf3;
        padding-top: 30px
    }
    .header .burger {
        display: block
    }
    .header .menu {
        margin-bottom: 30px
    }
    .header .menu__item {
        display: block;
        margin: 0
    }
    .header .menu__link {
        padding: 5px 30px 3px;
        color: #000!important;
        -webkit-transition: background-color .2s linear;
        transition: background-color .2s linear
    }
    .header .menu__link:before {
        display: none
    }
    .header .menu__link.active {
        background: rgba(48, 71, 255, .1)
    }
    .header__text {
        padding-top: 0;
        margin-bottom: 15px;
        color: rgba(0, 0, 0, .5)
    }
}

@media screen and (max-width:767px) {
    .header .container {
        height: 68px
    }
    .header__menu {
        height: calc(100vh - 68px)
    }
    .header .menu__link {
        padding: 5px 15px 3px
    }
    .header__info {
        padding-left: 15px;
        padding-right: 15px
    }
    .header .btn {
        display: block;
        width: 100%
    }
}

@media screen and (min-width:1200px) {
    .header__menu {
        display: -webkit-box!important;
        display: flex!important
    }
}

.hero {
    background: #f7f9fb;
    padding: 153px 0 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(/assets/img/bg-hero.jpg)
}

.hero:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    pointer-events: none;
    display: block;
    top: 0;
    left: 0;
    right: 0
}

.hero .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.hero__content {
    flex-shrink: 1;
    padding-right: 30px;
    padding-top: 25px;
    color: #fff
}

.hero__title,
.hero__title-mini {
    margin-top: 0;
    color: #fff
}

.hero__title-mini {
    font-weight: 700;
    font-size: 30px
}

.hero .login-form {
    height: 520px
}

.gform {
    max-width: 410px;
    min-width: 410px;
    width: 100%;
    flex-shrink: 1;
    background: #fff;
    border-radius: 5px;
    padding: 30px 40px 35px;
    box-shadow: 0 8px 70px -12px rgba(48, 71, 255, .3)
}


.gform h4 {
    font-weight: 700
}

.gform .btn {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    min-width: auto
}

.gform .formSelect__label {
    position: relative;
    z-index: 3;
    margin-bottom: -9px
}

.gform .formSelect .selectize-input {
    padding-left: 0;
    border-left: 0!important;
    border-top: 0!important;
    border-right: 0!important
}

.gform .formSelect:hover .selectize-input,
.page-content a:hover,
.stepsList a:hover {
    border-bottom: 1px solid #3047ff
}

@media screen and (max-width:992px) {
    .hero__title {
        font-size: 40px;
        line-height: 46px
    }
    .gform {
        max-width: 320px;
        min-width: 320px;
        padding: 30px
    }
}

@media screen and (max-width:767px) {
    .hero {
        padding-bottom: 60px;
        background-size: auto 65%;
        background-position: center top;
    }
    .hero:before {
        height: 35%;
    }
    .hero .container {
        display: block
    }
    .hero__content {
        padding-right: 0;
        padding-top: 0
    }
    .hero__title {
        font-size: 40px;
        line-height: 46px
    }
    .gform {
        max-width: 320px;
        min-width: auto;
        margin: 0 auto
    }
}

@media screen and (max-width:480px) {
    .hero__title {
        font-size: 28px;
        line-height: 40px
    }
    .hero__title-mini {
        margin-bottom: 20px;
        font-weight: 700;
        margin-top: 0;
        color: #fff;
        font-size: 19px
    }
    .gform {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:420px) {
    .gform {
        max-width: 100%;
        min-width: auto
    }
}

.iconCard {
    max-width: 290px;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center
}

.iconCard__subTitle {
    text-transform: uppercase;
    color: #00ca99;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px
}

.iconCard__title {
    margin-bottom: 15px
}

.iconCard__text {
    margin-bottom: 30px
}

.iconCard__icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 80px;
    width: 100%
}

.iconCard__icon img {
    margin: 0
}

@media screen and (max-width:660px) {
    .iconCard__text {
        margin-bottom: 15px
    }
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0
}

.menu__item {
    display: inline-block;
    margin: 0 22.5px
}

.menu__link {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    text-decoration: none!important;
    -webkit-transition: color .2s linear, background-color .2s linear;
    transition: color .2s linear, background-color .2s linear;
    position: relative;
    display: block
}

.menu__link:visited {
    color: #000
}

.menu__link:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #3047ff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    opacity: 0;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.menu__link:hover {
    color: #3047ff
}

.menu__link.active:before {
    opacity: 1
}

.note {
    display: -webkit-box;
    display: flex
}

.note__icon {
    max-width: 18px;
    min-width: 18px;
    margin-right: 10px;
    flex-shrink: 1
}

.note__text {
    font-size: 16px;
    line-height: 20px;
    flex-shrink: 1
}

.page-content {
    padding-top: 45px;
    padding-bottom: 100px
}

@media screen and (max-width:767px) {
    .page-content {
        padding-top: 30px;
        padding-bottom: 60px
    }
}

.page-content .container {
    max-width: 900px;
    margin: 0 auto
}

.page-content .container .box {
    margin-left: -35px;
    margin-right: -35px;
    margin-top: 40px
}

.page-content .container .box h1,
.page-content .container .box h2,
.page-content .container .box h3,
.page-content .container .box h4,
.page-content .container .box h5 {
    padding-top: 0
}

.page-content img {
    margin-top: 50px;
    margin-bottom: 15px
}

@media screen and (max-width:767px) {
    .page-content img {
        margin-top: 30px
    }
}

.page-content h2 {
    padding-top: 35px
}

@media screen and (max-width:767px) {
    .page-content h2 {
        padding-top: 20px
    }
}

.page-content h3 {
    padding-top: 30px
}

@media screen and (max-width:767px) {
    .page-content h3 {
        padding-top: 15px
    }
}

.page-content h4 {
    padding-top: 25px
}

@media screen and (max-width:767px) {
    .page-content h4 {
        padding-top: 10px
    }
}

.page-content .image-title {
    margin-bottom: 45px
}

@media screen and (max-width:767px) {
    .page-content .image-title {
        margin-bottom: 30px
    }
}

.page-content ol,
.page-content ul {
    list-style-position: inside;
    padding-left: 35px;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .page-content ol,
    .page-content ul {
        padding-left: 20px
    }
}

.page-content ol li,
.page-content ul li {
    margin-bottom: 8px
}

.page-content ol.green,
.page-content ul.green {
    list-style: none
}

.page-content ol.green li,
.page-content ul.green li {
    position: relative;
    padding-left: 20px
}

.page-content ol.green li:before,
.page-content ul.green li:before {
    content: '';
    display: block;
    width: 12px;
    height: 10px;
    background: url(../img/ico-list.svg) no-repeat center center;
    position: absolute;
    left: 0;
    top: 5px
}

.page-content a,
.stepsList a {
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
    border-bottom: 1px solid transparent
}

.pageTitle {
    background: #f7f9fb;
    padding: 118px 0 70px
}

.pageTitle__title {
    margin-top: 0
}

.pageTitle .routerLink {
    margin-bottom: 53px
}

.pageTitle__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.pageTitle__text {
    padding-left: 30px;
    width: 60%;
    max-width: 700px;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: .2px
}

@media screen and (max-width:1200px) {
    .pageTitle .routerLink {
        margin-bottom: 30px
    }
    .pageTitle__text {
        font-size: 20px;
        line-height: 32px
    }
}

@media screen and (max-width:767px) {
    .pageTitle {
        padding-top: 80px
    }
    .pageTitle__content {
        display: block
    }
    .pageTitle__text {
        padding: 0;
        width: 100%
    }
}

.registratonHeader {
    background: #f7f9fb;
    padding: 121px 0 36px
}

.registratonHeader .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.registratonHeader__content {
    -webkit-box-flex: 1;
    flex: 1
}

.registratonHeader__title {
    font-weight: 700;
    margin-bottom: 5px
}

.registratonHeader .note {
    max-width: 270px;
    margin-left: 30px;
    padding-top: 7px
}

@media screen and (max-width:992px) {
    .registratonHeader .container {
        display: block
    }
    .registratonHeader .note {
        margin: 0;
        max-width: 100%;
        padding-top: 25px
    }
}

@media screen and (max-width:767px) {
    .registratonHeader {
        padding-top: 100px
    }
    .registratonHeader__title {
        margin-bottom: 10px
    }
}

.request {
    padding-top: 180px;
    padding-bottom: 110px;
    text-align: center
}

.request__title {
    margin-bottom: 25px
}

.request__progress {
    width: 264px;
    height: 264px;
    border-radius: 50%;
    margin: 0 auto 50px;
    position: relative
}

.request__progress-text {
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 1.6px;
    white-space: nowrap;
    padding: 100px 0 80px;
    position: absolute;
    width: 100%;
    text-align: center
}

@media screen and (max-width:480px) {
    .request__progress-text {
        font-size: 50px;
        line-height: 50px;
        padding: 80px 0 60px
    }
    .request__progress {
        width: 200px;
        height: 200px;
        margin-bottom: 30px
    }
    .request {
        padding-top: 100px;
        padding-bottom: 70px
    }
}

.request #circle-progress {
    width: 100%;
    height: 100%
}

.request #circle-progress path {
    stroke-linecap: round
}

.routerLink {
    padding: 16px 0
}

.routerLink__item {
    color: #3047ff;
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
    text-decoration: none!important;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-left: 25px;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.routerLink__item:after,
.routerLink__item:before {
    content: '';
    display: block;
    position: absolute;
    left: 2px
}

.routerLink__item:before {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background: #3047ff;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    top: 50%;
    width: 17px;
    height: 1px
}

.routerLink__item:after {
    top: 5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #3047ff;
    border-left: 1px solid #3047ff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.routerLink__item:hover {
    padding-left: 30px
}

.routerLink__item:hover:before {
    width: 22px
}

.slider {
    padding-top: 30px
}

.slider img {
    display: block;
    width: auto;
    margin: 0
}

.slider .swiper {
    margin-bottom: 35px;
    opacity: 0;
    -webkit-transition: opacity .2s .2s linear;
    transition: opacity .2s .2s linear;
    padding-left: calc((100% - 840px)/2)
}

@media screen and (max-width:830px) {
    .slider .swiper {
        padding-left: 0
    }
}

.slider .swiper-slide {
    display: inline-block;
    width: auto
}

@media screen and (min-width:830px) {
    .slider .swiper-slide:last-child {
        margin-right: 39%!important
    }
}

.slider .swiper-container-horizontal {
    opacity: 1
}

.slider__item {
    max-width: 630px
}

@media screen and (max-width:1400px) {
    .slider__item {
        max-width: 400px
    }
}

@media screen and (max-width:767px) {
    .slider__item {
        max-width: 100%
    }
    .slider__item img {
        margin: 0 auto
    }
}

.slider__controls {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.slider__pagination {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 22px;
    line-height: 22px;
    padding: 19px 0;
    font-weight: 500;
    letter-spacing: .45px
}

.slider__pagination .swiper-pagination-total {
    color: #909090
}

.slider__arrows {
    display: -webkit-box;
    display: flex
}

.slider__arrow {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #e7edf3;
    border-bottom: 1px solid #e7edf3!important;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: none;
    margin: 0;
    border-right: 1px solid transparent
}

.slider__arrow:hover {
    border-color: #3047ff!important;
    border-right: 1px solid #3047ff!important
}

.slider__arrow:hover svg path {
    fill: #3047ff
}

.slider__arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 17px
}

.slider__arrow,
.slider__arrow svg path {
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.slider__arrow:last-child {
    border-right: 1px solid #e7edf3
}

.slider__arrow:last-child:hover {
    border-color: #3047ff!important;
    border-right: 1px solid #3047ff!important
}

.slider__arrow.swiper-button-disabled {
    background: #f7f9fb;
    opacity: 1
}

.slider__arrow.swiper-button-disabled svg path {
    fill: rgba(0, 0, 0, .3)
}

.steps {
    padding: 125px 0 100px;
    background: #f7f9fb
}

.steps .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.steps__left {
    -webkit-box-flex: 1;
    flex: 1;
    max-width: 420px;
    padding-right: 60px;
    margin-right: 50px
}

.steps__right {
    -webkit-box-flex: 1;
    flex: 1
}

.steps__title {
    margin-bottom: 55px
}

.steps__icon {
    padding-top: 50px;
    border-top: 1px solid #e7edf3
}

@media screen and (max-width:1200px) {
    .steps__left {
        margin-right: 0;
        width: 40%;
        min-width: 40%
    }
    .steps__right {
        width: 60%;
        min-width: 60%
    }
}

@media screen and (max-width:992px) {
    .steps {
        padding: 80px 0 60px
    }
    .steps__title {
        margin-bottom: 30px
    }
    .steps__icon {
        padding-top: 30px
    }
}

@media screen and (max-width:767px) {
    .steps {
        padding: 60px 0 30px
    }
    .steps .container {
        display: block
    }
    .steps__left {
        width: 100%;
        min-width: auto;
        padding: 0;
        max-width: 300px
    }
    .steps__icon {
        margin-bottom: 40px
    }
    .steps__right {
        width: 100%;
        min-width: auto
    }
}

.stepsForm__bar,
.stepsForm__progress .container {
    position: relative
}

.stepsForm__bar {
    height: 12px;
    overflow: hidden;
    background: #f7f9fb;
    border-top: 1px solid #e7edf3;
    border-bottom: 1px solid #e7edf3
}

.stepsForm__bar-progress {
    height: 12px;
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    background: #3047ff;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.stepsForm .counter {
    position: absolute;
    right: 10px;
    top: -49px;
    width: 78px;
    height: 78px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    white-space: nowrap;
    line-height: 78px;
    color: #97a3ff;
    font-weight: 700;
    box-shadow: 0 10px 25px 0 rgba(48, 71, 255, .2)
}

.stepsForm .counter .swiper-pagination-current {
    color: #3047ff
}

.stepsForm .counter .swiper-pagination {
    bottom: 0
}

.stepsForm__router {
    padding: 20px 0;
    text-align: left
}

.stepsForm__router .routerLink {
    min-height: 24px
}

.stepsForm__router .routerLink__item {
    opacity: 0;
    visibility: hidden
}

.stepsForm__router .routerLink__item.js-visible {
    opacity: 1;
    visibility: visible
}

.stepsForm__step {
    text-align: center;
    padding-bottom: 110px;
    visibility: hidden
}

.stepsForm__step.swiper-slide-active {
    visibility: visible
}

.stepsForm__title {
    margin-bottom: 40px
}

.stepsForm__title .tooltip {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px
}

.stepsForm__fields {
    max-width: 470px;
    margin: 0 auto 65px
}

.stepsForm__fields p {
    font-size: 13px;
    line-height: 18px
}

.stepsForm__fields-row {
    display: -webkit-box;
    display: flex
}

.stepsForm__fields-col {
    margin-right: 20px
}

.stepsForm__fields-col:last-child {
    margin-right: 0
}

.stepsForm__submit-info {
    max-width: 470px;
    margin: 0 auto
}

.stepsForm__info,
.stepsForm__submit-info {
    font-size: 13px;
    line-height: 16px
}

.stepsForm .col-1-3 {
    max-width: 40%
}

.stepsForm .btn {
    margin-bottom: 30px
}

.stepsForm .btn.next-step.js-disabled {
    pointer-events: none;
    opacity: .5;
    position: relative
}

@media screen and (max-width:767px) {
    .stepsForm__fields,
    .stepsForm__title {
        margin-bottom: 30px
    }
    .stepsForm__title .tooltip {
        margin-top: 3px
    }
    .stepsForm__step {
        padding-bottom: 70px
    }
    .stepsForm__fields-row {
        display: block
    }
    .stepsForm__fields-col {
        margin: 0
    }
    .stepsForm .col-1-3 {
        max-width: 100%
    }
    .stepsForm .btn {
        display: block;
        width: 100%;
        max-width: 470px;
        margin: 0 auto 20px
    }
}

.stepsList li {
    list-style: none;
    padding-left: 37px;
    position: relative;
    margin-bottom: 47px
}

.stepsList li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/ico-list-big.svg) no-repeat center center;
    position: absolute;
    left: 0;
    top: 5px
}

.stepsList__title {
    margin-bottom: 15px
}

.stepsList li,
.stepsList p {
    letter-spacing: .01px
}

@media screen and (max-width:992px) {
    .stepsList li {
        margin-bottom: 35px
    }
}

@media screen and (max-width:767px) {
    .stepsList li {
        padding-left: 30px;
        margin-bottom: 35px
    }
    .stepsList li:before {
        top: 0;
        width: 15px;
        background-size: contain
    }
}

.tooltip {
    display: block;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    background: url(../img/ico-question.svg) no-repeat 5px center, #3047ff
}

.tooltipster-content {
    background: #fff;
    padding: 10px 20px!important;
    color: rgba(0, 0, 0, .7)!important;
    font-size: 13px!important;
    line-height: 16px!important;
    border-radius: 6px!important;
    border: 1px solid rgba(48, 71, 255, .2)!important
}

.tooltipster-box {
    border: 0!important;
    overflow: hidden!important;
    border-radius: 6px!important;
    box-shadow: 0 20px 24px -10px rgba(48, 71, 255, .1)!important
}

.tooltipster-base.tooltipster-bottom,
.tooltipster-base.tooltipster-top {
    padding-left: 15px;
    padding-right: 15px
}

.tooltipster-base.tooltipster-right {
    padding-right: 15px
}

.tooltipster-base.tooltipster-left {
    padding-left: 15px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
    border-right-color: rgba(48, 71, 255, .2)!important
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #fff!important
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
    border-top-color: rgba(48, 71, 255, .2)!important
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fff!important
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
    border-left-color: rgba(48, 71, 255, .2)!important
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #fff!important
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: rgba(48, 71, 255, .2)!important
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #fff!important
}


/*# sourceMappingURL=main.css.map */