@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

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

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

table.dataTable td, table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: .85em;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

table.dataTable > thead > tr > th:active, table.dataTable > thead > tr > td:active {
    outline: none;
}

table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-right: 30px;
}

table.dataTable > thead .sorting, table.dataTable > thead .sorting_asc, table.dataTable > thead .sorting_desc, table.dataTable > thead .sorting_asc_disabled, table.dataTable > thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:before {
    right: 1em;
    content: "↑";
}

table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
    right: .5em;
    content: "↓";
}

table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:after {
    opacity: 1;
}

table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
    opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:before, div.dataTables_scrollBody table thead .sorting_asc:before, div.dataTables_scrollBody table thead .sorting_desc:before, div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
    margin-top: 0 !important;
    border-top: none;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
    }
}

table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
    padding-right: 20px;
}

table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: .85em;
}

table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
    top: 5px;
}

table.table-bordered.dataTable {
    border-right-width: 0;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 1px;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
    padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
    padding-right: 0;
}

/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
    vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
    margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
    color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
    width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
    width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
    position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
    -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
    animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0';
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

/*# sourceMappingURL=bootstrap-select.css.map */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.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;
}

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

.-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, 0.1);
    color: #cccccc;
}

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

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

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

.datepicker--cell.-current- {
    color: #4EB5E6;
}

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

.datepicker--cell.-current-.-in-range- {
    color: #4EB5E6;
}

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

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

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

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

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

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

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

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

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

.datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef;
}

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

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

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

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

.datepicker--day-name {
    color: #FF9A19;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-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--years {
    height: 170px;
}

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

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

.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;
}

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

.-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, 0.1);
    color: #cccccc;
}

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

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

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.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, 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;
    transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.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);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

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

.datepicker-inline .datepicker--pointer {
    display: none;
}

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

.-only-timepicker- .datepicker--content {
    display: none;
}

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

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

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

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

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

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

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

.-top-center- .datepicker--pointer, .-bottom-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--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;
}

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

.-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, 0.1);
    color: #cccccc;
}

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

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

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

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

.datepicker--nav-title,
.datepicker--nav-action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-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: none;
}

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

.datepicker--button {
    color: #4EB5E6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
}

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

.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;
}

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

.-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, 0.1);
    color: #cccccc;
}

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

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

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
    border-top: 1px solid #efefef;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    position: relative;
}

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

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

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

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

.datepicker--time-current {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-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;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px;
}

.datepicker--time-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    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: none;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-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;
    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;
    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;
    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: transparent;
}

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

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

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

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

.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);
}

.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;
}

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

.-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, 0.1);
    color: #cccccc;
}

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

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

body {
    overflow-x: hidden;
    background-color: #F9FAFC;
    font-family: 'Montserrat';
    overscroll-behavior: none;
}

body.dark {
    background-color: #edf1f8;
}

body.white {
    background-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.sticky-wrapper {
    position: relative;
    z-index: 999;
}

.js-sticky-modal {
    top: 30px !important;
}

/* REPLACE CONTAINER WIDTH BECAUSE FIGMA MOCKUP HAS CONTAINER 1280 */
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}

@media screen and (min-width: 1320px) {
    .container {
        max-width: 1310px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.wrapper {
    position: relative;
}

.wrapper.locked {
    overflow: hidden;
}

.full-height {
    min-height: calc(100vh - 246px);
}

.datepicker--day-name {
    color: #247AC5;
}

.tooltip {
    top: -26px !important;
}

.tooltip.show {
    opacity: 1;
}

.tooltip .arrow {
    display: none;
}

.tooltip-inner {
    max-width: 223px;
    padding: 10px 24px;
    background: #8492A6;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #F9FAFC;
    position: relative;
}

.btn {
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary {
    border-color: transparent !important;
}

.btn-light {
    outline: none !important;
    box-shadow: none !important;
}

.btn-gray {
    background-color: #8492A6;
    color: #fff;
}

.btn-gray:hover {
    background-color: #3C4858;
    color: #fff;
}

.btn-gradient {
    background: linear-gradient(95.95deg, #267CC7 30.72%, #3288D3 103.5%);
    font-weight: 600;
    color: #F9FAFC;
}

.btn-gradient:hover {
    color: #F9FAFC;
}

@media screen and (max-width: 767px) {
    .btn-plus {
        display: inline-flex;
        justify-content: center;
    }
}

.btn-plus:after {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(../img/plus-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: 12px;
}

.btn-white {
    background-color: #fff;
    font-weight: 600;
    color: #3C4858;
}

.btn-primary {
    background-color: #247AC5;
}

.btn-primary:hover {
    background-color: #1E68A8;
}

.btn-inactive {
    background-color: #60A6E3;
}

.btn-inactive:hover {
    background-color: #60A6E3;
}

.btn--apply {
    height: 49px;
    line-height: 36px;
    font-size: 16px;
    margin-top: 1px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.btn-full {
    flex: 1 100%;
    width: 100%;
}

.btn-blue {
    background-color: #00C6EB;
}

.btn-blue:hover, .btn-blue:active {
    background-color: #1DA2C1;
}

.btn-yellow {
    background-color: #F3953E;
    color: #fff;
}

.btn-yellow:hover, .btn-yellow:active {
    color: #fff;
    background-color: #E8852A;
}

.btn-download {
    color: #247ac5;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.btn-video {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    padding: 10px 32px;
    font-weight: 600;
    font-size: 16px;
}

.logo__image {
    width: 163px;
    height: 20px;
    background-image: url(../img/logo.svg);
    display: block;
}

.login__content {
    max-width: 100%;
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 54px;
}

@media screen and (max-width: 990px) {
    .login__content {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.login__content-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #8492A6;
}

.login__content-text a {
    color: #8492A6;
    text-decoration: underline;
    margin-left: 2px;
}

.login__content-text a:hover {
    text-decoration: none;
}

.login__link {
    font-size: 14px;
    color: #8492A6;
    font-family: 'Inter';
}

.login__form {
    margin-top: 40px;
}

.login__form label {
    font-weight: 500;
    font-size: 14px;
    color: #1F2D3D;
    margin-bottom: 11px;
}

.login__form .form-control::placeholder {
    color: #8492A6;
}

@media screen and (max-width: 767px) {
    .login__form .form-group--small {
        width: 48%;
    }
}

.login__title {
    font-weight: bold;
    color: #1F2D3D;
}

.login__right {
    position: relative;
    min-height: calc(100vh - 12px);
    max-height: calc(100vh - 12px);
    padding-top: 10vh;
}

@media screen and (max-width: 1600px) {
    .login__right {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 990px) {
    .login__right {
        min-height: 1px;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-bottom: 50px;
        padding-right: 20px;
    }
}

.login__right:before {
    content: '';
    display: block;
    width: 705px;
    height: 97%;
    position: absolute;
    background-color: #1E68A8;
    background-image: url(../img/login-bg.jpg);
    background-size: cover;
    left: -15px;
    top: 16px;
    border-radius: 15px;
    z-index: 10;
}

@media screen and (max-width: 1320px) {
    .login__right:before {
        width: 600px;
    }
}

@media screen and (max-width: 1200px) {
    .login__right:before {
        width: 500px;
    }
}

@media screen and (max-width: 990px) {
    .login__right:before {
        width: 100%;
        left: 0;
    }
}

.login__right .slick-list {
    z-index: 20;
    height: 100% !important;
}

.login__right .slick-slide {
    opacity: 0.5;
}

.login__right .slick-slide.slick-active {
    opacity: 1;
}

.login__right-content {
    position: relative;
    z-index: 20;
    padding-top: 180px;
    width: 445px;
    margin-left: auto;
    margin-right: 32px;
}

@media screen and (max-width: 1200px) {
    .login__right-content {
        width: 90%;
        margin: auto;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .login__right-content {
        padding-top: 80px;
    }
}

.login__right-content:before {
    content: '"';
    font-family: 'Rubik';
    position: absolute;
    font-size: 160px;
    font-style: italic;
    font-weight: 500;
    display: block;
    top: 102px;
    left: -46px;
    transform: skew(-16deg);
}

@media screen and (max-width: 767px) {
    .login__right-content:before {
        font-size: 120px;
        left: -20px;
        top: 20px;
    }
}

.login__right-list {
    margin-top: 15vh;
    margin-left: 91px;
    width: 493px;
    position: relative;
    z-index: 100;
}

@media screen and (max-width: 1200px) {
    .login__right-list {
        width: calc(100% - 20px);
        margin-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .login__right-list {
        width: 100%;
        margin-top: 80px;
        margin-left: 20px;
    }
}

.login__right-list-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 29px;
}

.login__right-list ul li {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 24px;
}

.login__right-list ul li:before {
    content: '';
    width: 23px;
    min-width: 23px;
    height: 23px;
    background-image: url(../img/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-right: 17px;
}

.login__right--register {
    padding-top: 0;
    max-height: none;
}

.login__right--register .slick-slider {
    width: 690px;
}

@media screen and (max-width: 1320px) {
    .login__right--register .slick-slider {
        width: 600px;
    }
}

@media screen and (max-width: 1200px) {
    .login__right--register .slick-slider {
        width: 100%;
    }
}

.login__right--register .slick-slide {
    padding-left: 100px;
}

@media screen and (max-width: 767px) {
    .login__right--register .slick-slide {
        padding-left: 20px;
    }
}

.login__right--register .login__right-content {
    padding-top: 156px;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .login__right--register .login__right-content {
        margin-right: 0;
        padding-top: 80px;
    }
}

.login__right--register .login__right-content:before {
    top: 76px;
    left: -44px;
}

@media screen and (max-width: 767px) {
    .login__right--register .login__right-content:before {
        left: -20px;
        top: 20px;
    }
}

.login__blockquote {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
}

@media screen and (max-width: 767px) {
    .login__blockquote {
        font-size: 18px;
        line-height: 30px;
    }
}

.login__user {
    margin-top: 38px;
}

.login__user-avatar {
    width: 56px;
    margin-right: 24px;
}

.login__user-title {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 500;
}

.login__user-text {
    color: #C2CEDB;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1px;
}

.form-control {
    font-size: 16px;
    font-weight: 500;
    color: #3C4858;
    border-radius: 6px;
}

.form-control::-webkit-placeholder {
    color: #8492A6 !important;
}

.form-control::placeholder {
    color: #8492A6 !important;
}

.form-control:focus {
    background-color: #fff;
    border: 2px solid #247AC5;
}

.form-control--filled {
    height: 48px;
    border: none;
    box-shadow: none;
    background-color: #EDF1F8;
    padding: 0px 17px;
    outline: none;
    border: 2px solid transparent;
}

.form-control--filled:focus {
    background-color: #EDF1F8;
    box-shadow: none;
}

.form-control--date {
    background-image: url(../img/calendar.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    padding-right: 50px;
    height: 52px;
    font-weight: 500;
    font-size: 16px;
}

.form-control--search {
    background-image: url(../img/search.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 5% 50%;
    padding-left: 50px;
    padding-left: 36px;
    font-weight: 500;
    font-size: 16px;
}

.form-control--search:focus {
    background-color: #fff;
    border: 2px solid #247AC5;
}

.form-group--custom-margin {
    margin-bottom: 21px;
    position: relative;
}

.form-group--small {
    width: 48%;
}

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

.form-group label {
    font-weight: 500;
    font-size: 14px;
    color: #1F2D3D;
    margin-bottom: 9px;
}

.form-eye {
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url(../img/eye.svg);
    background-size: contain;
    right: 15px;
    bottom: 17px;
}

.form-eye--active {
    background-image: url(../img/eye-2.svg);
}

.form-bottom {
    margin-top: 55px;
    position: relative;
    z-index: 1;
}

.form-bottom .btn {
    height: 46px;
    line-height: 31px;
    font-weight: 500;
}

.form-footer-link {
    color: #8492A6;
    font-size: 16px;
    font-weight: 500;
}

.form-select {
    appearance: none;
}

.page-login {
    background-color: #F9FAFC;
}

.header {
    position: relative;
    z-index: 1000;
}

.header__logo {
    background-image: url(../img/logo.svg);
    width: 131px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.header__reference {
    background-image: url(../img/reference.svg);
    width: 22px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.header__bell {
    background-image: url(../img/bell.svg);
    width: 19px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.header__cart {
    background-image: url(../img/cart.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

.header__cart span {
    position: absolute;
    font-size: 12px;
    background-color: #60A6E3;
    border-radius: 50px;
    padding: 1px 4px;
    color: #F9FAFC;
    font-weight: 500;
    top: -5px;
    right: -7px;
}

.header__avatar {
    position: relative;
}

.header__avatar-image {
    width: 32px;
}

.header__avatar-arrow {
    background-image: url(../img/arrow.svg);
    width: 12px;
    min-width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.header__avatar-arrow.active {
    transform: rotate(180deg);
}

.header__avatar-drop {
    width: 176px;
    background-color: #F9FAFC;
    box-shadow: 0px 4px 8px rgba(26, 26, 26, 0.2);
    border-radius: 10px;
    position: absolute;
    padding: 16px;
    right: 0;
    z-index: 100;
    top: 40px;
    display: none;
}

.header__avatar-drop-item {
    margin-bottom: 16px;
}

.header__avatar-drop-item:last-child {
    margin-bottom: 0;
}

.header__avatar-drop-item a {
    font-size: 14px;
    font-weight: 500;
    color: #3C4858;
    transition: all 150ms;
}

.header__avatar-drop-item a:hover {
    color: #247AC5;
}

.header__actions:after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #E5E9F2;
    margin-left: 31px;
}

.navigation {
    background-color: #EDF1F8;
}

.navigation__menu-item {
    font-size: 14px;
    font-weight: 500;
    color: #3C4858;
    transition: all 150ms;
}

.navigation__menu-item--arrow:after {
    content: '';
    background-image: url(../img/arrow-dark.svg);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: 8px;
    margin-top: 3px;
    transition: all 150ms;
}

.navigation__menu-item--arrow:hover:after {
    background-image: url(../img/arrow-blue.svg);
}

.navigation__menu-item:hover {
    color: #247AC5;
}

.navigation__menu-item.active {
    color: #247AC5;
}

.navigation__balance {
    transition: all 150ms;
    cursor: pointer;
}

.navigation__balance-plus {
    background-color: #D3DCE6;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    transition: all 150ms;
}

.navigation__balance-plus:after {
    content: '';
    background-image: url(../img/plus.svg);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 150ms;
}

.navigation__balance-title {
    font-size: 14px;
    font-weight: 500;
    color: #3C4858;
}

.navigation__balance-title span {
    transition: all 150ms;
}

.navigation__balance:hover span {
    color: #247AC5;
}

.navigation__balance:hover .navigation__balance-plus {
    background-color: #247AC5;
}

.navigation__balance:hover .navigation__balance-plus:after {
    background-image: url(../img/plus-white-2.svg);
}

.navigation__burger {
    width: 32px;
    cursor: pointer;
    transition: all 150ms;
}

.navigation__burger span {
    width: 78%;
    height: 1.5px;
    background-color: #8492A6;
    display: block;
    margin-bottom: 6px;
    border-radius: 2px;
    transition: all 300ms;
}

.navigation__burger span:last-child {
    margin-bottom: 0;
}

.navigation__burger.active {
    margin-top: -6px;
}

.navigation__burger.active span:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 4px;
}

.navigation__burger.active span:nth-child(2) {
    width: 0;
}

.navigation__burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -15px;
}

.navigation__dropdown-menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #EDF1F8;
    z-index: 100;
    border-top: 1px solid #D3DCE6;
    display: none;
}

.navigation__dropdown-menu-item a {
    font-size: 14px;
    font-weight: 500;
    color: #3C4858;
}

.navigation__dropdown-menu-arrow {
    background-image: url(../img/arrow-dark.svg);
    width: 12px;
    height: 13px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 7px;
    margin-top: 3px;
}

.navigation__dropdown-menu-arrow.active {
    transform: rotate(180deg);
}

.navigation__submenu {
    display: none;
}

.start__title {
    font-size: 32px;
    font-weight: 600;
    color: #1F2D3D;
}

@media screen and (max-width: 767px) {
    .start__button {
        position: fixed;
        bottom: 32px;
        width: calc(100% - 48px);
        left: 0;
        z-index: 111;
        margin: auto;
        right: 0;
    }
}

.start__button .btn {
    padding: 12px 24px;
    border-radius: 6px;
}

@media screen and (max-width: 767px) {
    .start__button .btn {
        position: relative;
        z-index: 10;
        border-radius: 6px;
        box-shadow: 0px 4px 16px rgba(19, 77, 129, 0.24) !important;
        background: linear-gradient(95.95deg, #267CC7 30.72%, #3288D3 103.5%);
        margin-top: -1px;
    }
}

.start__content {
    background: #247AC5;
    border-radius: 16px;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .start__content {
        border-radius: 16px 16px 0px 0px;
    }
}

.start__content-button .btn {
    padding: 10px 31px;
    transition: all 150ms;
}

.start__content-button .btn:hover {
    background-color: #00C6EB;
    color: #F9FAFC;
}

.start__text h2 {
    font-size: 24px;
    line-height: 29px;
    color: #F9FAFC;
    font-weight: 600;
}

.start__text p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #F9FAFC;
}

.start__video {
    background: linear-gradient(0deg, rgba(36, 122, 197, 0.3), rgba(36, 122, 197, 0.3)), linear-gradient(285.41deg, #00C6EB 0%, #00B3EB 98.64%);
    border-radius: 16px;
    height: 295px;
}

@media screen and (max-width: 767px) {
    .start__video {
        height: 200px;
    }
}

.start__video-play {
    background-image: url(../img/play.svg);
    width: 60px;
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .start__video-play {
        width: 42px;
        height: 32px;
    }
}

.start .order {
    margin-top: -10px;
    border-radius: 0px 0px 16px 16px;
}

.order {
    background-color: #EDF1F8;
    border-radius: 16px;
}

.order__text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #1F2D3D;
}

.order__text strong {
    font-weight: 600;
}

.order__card-icon {
    width: 96px;
    min-width: 96px;
    height: 96px;
    border-radius: 12px;
}

.order__card-icon--color-1 {
    background-color: #00C6EB;
}

.order__card-icon--color-2 {
    background-color: #FFB672;
}

.order__card-title {
    font-size: 16px;
    font-weight: 600;
    color: #1F2D3D;
}

.order__card-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #8492A6;
    max-width: 223px;
}

.order__card-button {
    font-size: 14px;
    font-weight: 500;
    color: #8492A6;
    transition: all 150ms;
}

.order__card-button:after {
    content: '';
    background-image: url(../img/arrow-right.svg);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: 7px;
    margin-top: 2px;
    transition: all 150ms;
}

.order__card-button:hover {
    color: #247AC5;
}

.order__card-button:hover:after {
    background-image: url(../img/arrow-right-blue.svg);
    margin-left: 12px;
}

.news__title {
    font-size: 16px;
    font-weight: 600;
    color: #3C4858;
}

.news__card {
    background-color: #EDF1F8;
    border-radius: 10px;
}

.news__card-title {
    font-size: 22px;
    line-height: 27px;
    color: #050504;
    font-weight: 500;
}

.news__card-text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #8492A6;
}

.news__card-hashtag {
    font-size: 16px;
    font-weight: 500;
    color: #247AC5;
    background-color: #E5E9F2;
    border-radius: 6px;
    padding: 5px 6px;
    transition: all 150ms;
}

.sidebar {
    position: relative;
}

.sidebar:after {
    content: '';
    width: 1px;
    height: 77vh;
    background-color: #E5E9F2;
    position: absolute;
    right: 0px;
}

@media screen and (max-width: 991px) {
    .sidebar:after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .sidebar__menu {
        overflow-y: scroll;
    }
}

.sidebar__menu-item {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #1F2D3D;
    white-space: nowrap;
}

.sidebar__menu-item.active {
    background-color: #EDF1F8;
    border-radius: 8px;
    color: #247AC5;
}

.is-sticky .sidebar:after {
    top: 22px !important;
}

.service__hero {
    background-color: #EDF1F8;
    border-radius: 16px;
}

.service__hero-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    color: #3C4858;
}

.service__hero-text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #8492A6;
}

.service__hero-image img {
    width: 100%;
}

.service__hero ul li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #1F2D3D;
}

.service__hero ul li:before {
    content: '';
    background-image: url(../img/check-2.svg);
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-right: 12px;
    margin-top: 3px;
}

.service__hero--support4 ul li:before {
    background-image: url(../img/check-2-support4.svg);
}

.service__hero--support1 ul li:before {
    background-image: url(../img/check-2-support1.svg);
}

.service__card-icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    background-color: #FFB672;
    border-radius: 10px;
}

.service__card-title {
    font-size: 16px;
    color: #3C4858;
    font-weight: 600;
}

.service__card-text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #8492A6;
}

.service__list-text h2 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    color: #3C4858;
}

.service__list-text p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #8492A6;
}

.service__list-text ul li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #1F2D3D;
}

.service__list-text ul li:before {
    content: '';
    background-image: url(../img/check-2.svg);
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-right: 12px;
    margin-top: 3px;
}

.service__list-button .btn {
    padding: 9px 34px;
    font-weight: 600;
}

.card {
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 150ms;
}

.card:hover {
    box-shadow: 0px 8px 32px rgba(26, 26, 26, 0.04);
}

.card:hover .card__button {
    color: #F3953E;
}

.card:hover .card__button:after {
    background-image: url(../img/arrow-right-orange.svg);
    margin-left: 15px;
}

.card--primary-2:hover .card__button {
    color: #247AC5;
}

.card--primary-2:hover .card__button:after {
    background-image: url(../img/arrow-right-blue.svg);
}

.card--support-4:hover .card__button {
    color: #1DA2C1;
}

.card--support-4:hover .card__button:after {
    background-image: url(../img/arrow-right-support4.svg);
}

.card__icon {
    border-radius: 8px;
    width: 34px;
    min-width: 34px;
    height: 34px;
}

.card__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #050504;
}

.card__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #8492A6;
}

.card__button {
    font-size: 14px;
    font-weight: 500;
    color: #8492A6;
    transition: all 150ms;
}

.card__button:after {
    content: '';
    background-image: url(../img/arrow-right.svg);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: 7px;
    margin-top: 2px;
    transition: all 150ms;
}

.card__button:hover {
    color: #8492A6;
}

.footer {
    border-top: 1px solid #C2CEDB;
}

.footer__menu-item {
    font-size: 14px;
    font-weight: 500;
    color: #8492A6;
    white-space: nowrap;
}

.footer__menu-item:hover {
    color: #8492A6;
}

.footer__copy {
    font-size: 14px;
    font-weight: 500;
    color: #8492A6;
}

.projects__title {
    font-size: 20px;
    font-weight: 600;
    color: #1F2D3D;
    transition: all 150ms;
}

.projects__label {
    font-size: 14px;
    line-height: 17px;
    color: #8492A6;
    font-weight: 500;
}

.projects__value {
    font-size: 20px;
    font-weight: 500;
    color: #1F2D3D;
    transition: all 150ms;
}

.projects__item {
    background-color: #EDF1F8;
    border-radius: 5px;
    border-left: 3px solid transparent;
    position: relative;
    transition: all 150ms;
}

.projects__item:hover {
    border-left: 3px solid #247AC5;
}

.projects__item:hover .projects__title {
    color: #247AC5;
}

.projects__item:hover .projects__value {
    color: #247AC5;
}

.projects__item:hover .projects__arrow {
    right: 42px;
}

@media screen and (max-width: 1319px) {
    .projects__item:hover .projects__arrow {
        right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .projects__item:hover .projects__arrow {
        right: 45px;
    }
}

.projects__item--active {
    background-color: #247AC5;
    cursor: default;
}

.projects__item--active .projects__title {
    color: #fff;
}

.projects__item--active .projects__value {
    color: #fff;
}

.projects__item--active .projects__label {
    color: #EFF2F7;
}

.projects__item--active .projects__arrow {
    background-image: url(../img/dots.svg);
    background-size: 16px;
    border-radius: 4px;
    background-position: 50% 50%;
    width: 40px;
    height: 40px;
    right: 21px;
    top: 0;
    cursor: pointer;
}

@media screen and (max-width: 1319px) {
    .projects__item--active .projects__arrow {
        right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .projects__item--active .projects__arrow {
        right: 45px;
        top: 34px;
    }
}

.projects__item--active .projects__arrow--active {
    background-color: #1E68A8;
}

.projects__item--active:hover {
    border-left: 3px solid transparent;
}

.projects__item--active:hover .projects__title {
    color: #fff;
}

.projects__item--active:hover .projects__value {
    color: #fff;
}

.projects__item--active:hover .projects__arrow {
    right: 21px;
}

.projects__arrow {
    background-image: url(../img/arrow-right.svg);
    width: 23px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 53px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 150ms;
}

@media screen and (max-width: 1319px) {
    .projects__arrow {
        right: 35px;
    }
}

@media screen and (max-width: 767px) {
    .projects__arrow {
        margin: 0;
        top: 34px;
        right: 56px;
    }
}

.projects__menu {
    position: absolute;
    width: 218px;
    background-color: #fff;
    padding: 16px;
    box-shadow: 0px 4px 8px rgba(26, 26, 26, 0.2);
    border-radius: 10px;
    z-index: 1000;
    right: 0;
    top: 37px;
}

.projects__menu-icon {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

.projects__menu-icon--edit {
    background-image: url(../img/pen.svg);
    transition: all 150ms;
}

.projects__menu-icon--delete {
    background-image: url(../img/trash.svg);
    transition: all 150ms;
}

.projects__menu-icon--stop {
    background-image: url(../img/stop.svg);
    transition: all 150ms;
}

.projects__menu-item {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    height: 24px;
    color: #3C4858;
    font-weight: 500;
    font-size: 14px;
    justify-content: space-between;
    cursor: pointer;
    transition: all 150ms;
}

.projects__menu-item:last-child {
    margin-bottom: 0;
}

.projects__menu-item:hover {
    color: #247AC5;
}

.projects__menu-item:hover .projects__menu-icon--edit {
    background-image: url(../img/pen-blue.svg);
}

.projects__menu-item:hover .projects__menu-icon--delete {
    background-image: url(../img/trash-blue.svg);
}

.projects__menu-item:hover .projects__menu-icon--stop {
    background-image: url(../img/stop-blue.svg);
}

.table-block {
    padding-bottom: 104px;
}

.table-block__title {
    font-size: 24px;
    font-weight: 600;
    color: #1F2D3D;
}

.table-block__form .form-group {
    width: 200px;
    margin-right: 16px;
}

.table-block__form .form-group--search {
    width: 302px;
    margin-right: 0;
}

.table-block__form--2 .form-group {
    width: 240px;
    margin-right: 16px;
}

@media screen and (max-width: 767px) {
    .table-block__form--2 .form-group {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .table-block__form--2 {
        flex-direction: column;
    }
}

.table-block .form-group--checkbox .dropdown-item:focus, .table-block .form-group--checkbox .dropdown-item:hover {
    background: none;
    color: #16181b;
}

.table-block .form-group--checkbox .bootstrap-select .selected .bs-ok-default:after {
    background-color: #247AC5;
    background-image: url(../img/checkmark.svg);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 50% 50%;
}

.table-block .form-group--checkbox .bootstrap-select .bs-ok-default:after {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    background-color: #EFF2F7;
    border: 1px solid #D3DCE6;
    transform: rotate(0deg);
}

.table-block .form-group--checkbox .bootstrap-select .dropdown-menu li a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 13px;
}

.table-block .form-group--checkbox .dropdown-item {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

table.dataTable {
    margin-top: 15px !important;
    margin-bottom: 56px !important;
}

.table__yellow {
    color: #CE9F0F;
}

.table__green {
    color: #219653;
}

.table__actions {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url(../img/dots-1.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.table__actions--active {
    background-color: rgba(96, 166, 227, 0.2);
}

.table__menu {
    position: absolute;
    width: 180px;
    background-color: #fff;
    padding: 16px;
    box-shadow: 0px 4px 8px rgba(26, 26, 26, 0.2);
    border-radius: 10px;
    z-index: 1000;
    right: 16px;
}

.table__menu-icon {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

.table__menu-icon--edit {
    background-image: url(../img/pen.svg);
    transition: all 150ms;
}

.table__menu-icon--delete {
    background-image: url(../img/trash.svg);
    transition: all 150ms;
}

.table__menu-icon--change {
    background-image: url(../img/change.svg);
    transition: all 150ms;
}

.table__menu-icon--download {
    background-image: url(../img/doc.svg);
    transition: all 150ms;
}

.table__menu-item {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    height: 24px;
    color: #3C4858;
    font-weight: 500;
    font-size: 14px;
    justify-content: space-between;
    cursor: pointer;
    transition: all 150ms;
}

.table__menu-item:last-child {
    margin-bottom: 0;
}

.table__menu-item:hover {
    color: #247AC5;
}

.table__menu-item:hover .table__menu-icon--edit {
    background-image: url(../img/pen-blue.svg);
}

.table__menu-item:hover .table__menu-icon--delete {
    background-image: url(../img/trash-blue.svg);
}

.table__menu-item:hover .table__menu-icon--change {
    background-image: url(../img/change-blue.svg);
}

.table__menu-item:hover .table__menu-icon--download {
    background-image: url(../img/doc-blue.svg);
}

.table .sorting_asc {
    color: #247AC5;
}

.table .sorting_desc {
    color: #247AC5;
}

.table__button {
    padding: 8px 15.5px;
    color: #3C4858;
    border-radius: 8px;
    transition: all 150ms;
    border: 1px solid #C2CEDB !important;
}

.table__button:hover {
    background-color: #F9FAFC;
    border: 1px solid #C2CEDB !important;
    color: #247AC5;
}

.table thead th:first-child {
    border-radius: 10px 0px 0px 0px;
}

.table thead th:last-child {
    border-radius: 0px 10px 0px 0px;
}

.table-mobile__filters {
    border-radius: 6px;
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 16px;
    height: 48px;
    line-height: 48px;
    background-color: #EFF2F7;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid transparent;
}

.table-mobile__filters.active {
    border: 2px solid #247AC5;
}

.table-mobile__filters-content {
    position: absolute;
    background-color: #F9FAFC;
    box-shadow: 0px 4px 8px rgba(26, 26, 26, 0.2);
    border-radius: 6px;
    left: 0;
    top: 55px;
    width: 100%;
    z-index: 100;
    display: none;
}

.table-mobile__filters-title {
    color: #3C4858;
    font-size: 14px;
}

.table-mobile__row {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    line-height: 1.7;
    background-color: #F9FAFC;
    border-bottom: 1px solid #C2CEDB;
}

.table-mobile__row.active {
    background: rgba(96, 166, 227, 0.15);
}

.table-mobile__row-item {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 13px;
}

.table-mobile__row-item:last-child {
    margin-bottom: 0;
}

.table-mobile__row-top {
    padding-bottom: 16px;
}

.table-mobile__row-content {
    background-color: #EFF2F7;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;
    padding-bottom: 14px;
    padding-right: 45px;
    display: none;
}

.table-mobile__row-left {
    width: 70%;
    font-size: 14px;
    font-weight: 500;
}

.table-mobile__row-right {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    width: 30%;
}

.table-mobile__row-right .table__actions {
    right: -12px;
    top: 0;
}

.table-mobile__body {
    margin-bottom: 32px;
}

.table-mobile__head {
    background-color: #EFF2F7;
    color: #1F2D3D;
    padding: 12px 16px;
    display: flex;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    align-items: center;
    border-bottom: 1px solid #C2CEDB;
}

.table-mobile__head-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.table-mobile__head-item:nth-child(1) {
    width: 70%;
}

.table td {
    padding: 17.4px 14px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

.table thead th {
    font-size: 14px;
    padding-top: 15px;
    font-weight: 500;
    border: none;
    background-color: #EFF2F7;
}

.table--large td {
    padding: 20px 23px;
    font-weight: 500;
    font-size: 14px;
}

.table--large thead th {
    font-size: 14px;
    padding: 20px 23px;
    padding-bottom: 14px;
    font-weight: 600;
    border: none;
}

.table--large thead th:first-child {
    border-radius: 10px 0px 0px 0px;
}

.table--large thead th:last-child {
    border-radius: 0px 10px 0px 0px;
}

.table--large tbody {
    border: 1px solid #C2CEDB;
    border-radius: 0px 0px 10px 10px;
}

.dataTables_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dataTables_wrapper .dataTables_paginate {
    margin: auto !important;
}

.dataTables_length {
    font-size: 14px;
}

.dataTables_length label {
    font-weight: 500 !important;
}

.dataTables_length .form-control {
    font-size: 14px;
}

.dataTables_length .custom-select {
    appearance: none !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background-image: url(../img/arrow-dark.svg);
    background-size: 16px;
    width: 78px !important;
    height: 32px !important;
    background-color: #EFF2F7;
    border-radius: 5px !important;
    cursor: pointer;
    margin-left: 11px !important;
    margin-right: 11px !important;
    padding-left: 16px !important;
}

.dataTables_length .custom-select-sm {
    padding-left: 16px !important;
}

@media screen and (min-width: 991px) {
    .dataTables_paginate .pagination {
        padding-right: 258px;
    }
}

.dataTables_paginate .pagination .previous {
    display: none !important;
}

.dataTables_paginate .pagination .next {
    display: none !important;
}

.dataTables_paginate .pagination .page-item a {
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    outline: none;
    border: none;
    background-color: #EFF2F7;
    color: #3C4858;
    font-size: 14px !important;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 8px;
    margin-right: 8px;
    line-height: 1;
}

.dataTables_paginate .pagination .page-item.active a {
    background-color: #247AC5;
    color: #fff;
}

table.dataTable > thead > tr > th:not(.sorting_disabled):first-child, table.dataTable > thead > tr > td:not(.sorting_disabled):first-child {
    border-radius: 10px 0px 0px 0px;
}

table.dataTable > thead > tr > th:not(.sorting_disabled):last-child, table.dataTable > thead > tr > td:not(.sorting_disabled):last-child {
    border-radius: 0px 10px 0px 0px;
}

.table--large tbody {
    box-shadow: 0 0 0 1px #C2CEDB !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none !important;
    position: relative;
    z-index: 100;
}

.table--large thead {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none !important;
    box-shadow: 0 0 0 1px #EDF1F8 !important;
}

.table--large .border-none {
    border-top: none;
}

.sorting:before {
    display: none !important;
}

.sorting:after {
    display: none !important;
}

.sorting span {
    display: flex;
    align-items: center;
}

.sorting span:after {
    width: 13px !important;
    height: 7px !important;
    min-width: 13px !important;
    content: '' !important;
    position: static !important;
    background-image: url(../img/arrow-blue-up.svg) !important;
    margin-left: 8px;
    opacity: 0;
    transition: all 300ms;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.sorting.sorting_asc span:after {
    opacity: 1;
    transform: rotate(180deg);
}

.sorting.sorting_desc span:after {
    opacity: 1;
}

table td {
    transition: all 300ms;
}

table tr:hover td {
    background-color: #EFF2F7;
}

.back a {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    color: #8492A6;
    transition: all 150ms;
}

.back a:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../img/arrow-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-right: 4px;
    transition: all 150ms;
}

.back a:hover {
    color: #247AC5;
}

.back a:hover:before {
    background-image: url(../img/arrow-left-blue.svg);
}

.infо {
    background-color: #EFF2F7;
    border-radius: 12px;
}

.infо__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #3C4858;
}

.infо__text {
    font-size: 12px;
    line-height: 22px;
    color: #3C4858;
    font-weight: 500;
}

.infо__text strong {
    font-weight: 700;
}

.infо__button .btn {
    width: 100%;
    height: 34px;
    line-height: 32px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1200px) {
    .infо__button .btn {
        font-size: 12px;
    }
}

@media screen and (min-width: 1320px) {
    .infо__button .btn {
        font-size: 14px;
    }
}

.infо__button .btn:after {
    content: '';
    background-image: url(../img/arrow-right-white.svg);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: 8px;
}

.line {
    height: 1.5px;
    width: 100%;
    background-color: #D3DCE6;
    display: block;
}

.hero__title {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    color: #050504;
}

.hero__text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #8492A6;
}

.hero__button .btn {
    padding: 10px 78px;
    font-weight: 600;
}

.hero__image img {
    width: 100%;
}

.block-steps__content {
    background-color: #EFF2F7;
    border-radius: 16px;
}

.block-steps__title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    color: #050504;
}

.block-steps__text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #3C4858;
}

.block-steps__item {
    position: relative;
}

.block-steps__item_title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #050504;
}

.block-steps__item_text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #8492A6;
}

.block-steps__item_number {
    font-size: 40px;
    font-weight: 500;
    color: #F9FAFC;
    background-color: #60A6E3;
    border-radius: 12px;
    width: 77px;
    height: 77px;
}

.block-steps__item:after {
    content: '';
    width: 68%;
    height: 1.5px;
    background-color: #60A6E3;
    position: absolute;
    top: 37px;
    right: -38%;
}

@media screen and (max-width: 991px) {
    .block-steps__item:after {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    .block-steps__item:after {
        display: none;
    }
}

.block-steps__item--last:after {
    display: none;
}

.block-with-button__content {
    background-color: #EFF2F7;
    border-radius: 16px;
}

.block-with-button__text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #1F2D3D;
}

.block-with-button__button .btn {
    padding: 10px 78px;
    font-weight: 600;
}

.faq__title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #8492A6;
}

.faq__item {
    background-color: #EFF2F7;
    border-radius: 10px;
    cursor: pointer;
}

.faq__item-arrow {
    background-image: url(../img/arrow-dark.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 300ms;
}

.faq__item-title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    color: #1F2D3D;
}

.faq__item-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #3C4858;
    max-height: 0;
    overflow: hidden;
    transition: all 300ms;
}

.faq__item--active .faq__item-text {
    max-height: 400px;
    margin-bottom: 18px;
}

.faq__item--active .faq__item-arrow {
    transform: rotate(180deg);
    margin-top: 2px;
}

.settings__title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    color: #1F2D3D;
}

.settings__form .form-group--small {
    width: 48%;
}

.settings__form .form-group--middle {
    width: 58%;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .settings__form .form-group--middle {
        width: 100%;
    }
}

.settings__form .form-group--custom-margin {
    margin-bottom: 36px;
}

.settings__form--trio .form-group {
    margin-bottom: 0;
    width: 36%;
}

@media screen and (max-width: 1319px) {
    .settings__form--trio .form-group {
        width: 33%;
    }
}

@media screen and (max-width: 1200px) {
    .settings__form--trio .form-group {
        width: 30%;
    }
}

@media screen and (max-width: 991px) {
    .settings__form--trio .form-group {
        width: 48%;
    }
}

.settings__form .form-bottom--small .btn {
    padding-left: 38px;
    padding-right: 38px;
}

.settings__form textarea.form-control {
    height: 116px;
    padding-top: 13px;
}

.settings__form .form-bottom {
    margin-top: 0;
}

.settings__card {
    background-color: #EFF2F7;
    border-radius: 10px;
    min-height: 162px;
    transition: all 150ms;
}

.settings__card:hover .settings__card-new-title {
    color: #3C4858;
}

.settings__card:hover .settings__card-new-icon {
    background-image: url(../img/add-dark.svg);
}

.settings__card-icon {
    width: 56px;
}

.settings__card-icon img {
    width: 100%;
}

.settings__card-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #1F2D3D;
    transition: all 150ms;
}

.settings__card-text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #8492A6;
}

.settings__card-label {
    background-image: url(../img/dots-dark.svg);
    background-size: 4px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: -22px;
    cursor: pointer;
    transition: all 300ms;
    position: relative;
}

.settings__card-label:hover {
    background-color: #E5E9F2;
}

.settings__card-label--active {
    background-color: #E5E9F2;
}

.settings__card-button .btn {
    font-size: 13px;
    padding: 3px 14px;
}

.settings__card-new-icon {
    background-image: url(../img/add.svg);
    width: 42px;
    height: 42px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 150ms;
}

.settings__card-new-title {
    font-size: 14px;
    font-weight: 500;
    color: #8492A6;
    transition: all 150ms;
}

.settings__menu {
    position: absolute;
    width: 176px;
    background-color: #fff;
    padding: 16px;
    box-shadow: 0px 4px 8px rgba(26, 26, 26, 0.2);
    border-radius: 10px;
    z-index: 1000;
    right: 0;
    top: 35px;
}

.settings__menu-icon {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

.settings__menu-icon--edit {
    background-image: url(../img/pen.svg);
    transition: all 150ms;
}

.settings__menu-icon--delete {
    background-image: url(../img/trash.svg);
    transition: all 150ms;
}

.settings__menu-item {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    height: 24px;
    color: #3C4858;
    font-weight: 500;
    font-size: 14px;
    justify-content: space-between;
    cursor: pointer;
    transition: all 150ms;
}

.settings__menu-item:last-child {
    margin-bottom: 0;
}

.settings__menu-item:hover {
    color: #247AC5;
}

.settings__menu-item:hover .settings__menu-icon--edit {
    background-image: url(../img/pen-blue.svg);
}

.settings__menu-item:hover .settings__menu-icon--delete {
    background-image: url(../img/trash-blue.svg);
}

.custom-switch {
    padding-left: 0;
    width: 285px;
    cursor: pointer;
}

.custom-switch .custom-control-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #050504;
    padding-top: 5px;
    padding-left: 59px;
    cursor: pointer;
}

.custom-switch .custom-control-label::before {
    width: 40px;
    height: 20px;
    border-radius: 24px;
    background-color: #C2CEDB;
    border: none;
    left: 0;
}

.custom-switch .custom-control-label::after {
    width: 13.4px;
    height: 13.4px;
    top: 7px;
    left: 24px;
    background-color: #F9FAFC;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #247AC5;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(-19px);
}

.modal__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    background-color: #8492A6;
    opacity: 0.4;
    z-index: 500;
}

.modal__bg.active {
    display: block;
}

.modal__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: none;
}

.modal__wrapper.active {
    display: flex;
}

.modal__window {
    background-color: #F9FAFC;
    width: 426px;
    border-radius: 10px;
    max-width: 100%;
    position: relative;
    padding: 27px;
    padding-bottom: 48px;
}

.modal__window--large {
    width: 1052px;
}

.modal__title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #1F2D3D;
    letter-spacing: -0.5px;
}

.modal__close {
    background-image: url(../img/close.svg);
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.modal-dialog {
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .modal-dialog {
        margin-right: 0;
        margin-left: 0;
    }
}

.modal-sm {
    width: 640px;
    margin: auto;
}

.modal-lg {
    width: 80% !important;
    margin: auto;
}

.modal-dialog .modal-content {
    border-radius: 16px;
    border: none;
    background-color: #F9FAFC;
    padding: 10px;
    border-radius: 16px 16px 0px 0px;
}

@media screen and (max-width: 767px) {
    .modal-dialog .modal-content {
        padding: 10px;
    }
}

.modal-dialog .modal-content .close {
    background-image: url(../img/close.svg);
    width: 32px;
    height: 32px;
    background-size: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.modal-dialog .modal-footer {
    border: none;
}

@media screen and (max-width: 767px) {
    .modal-dialog .modal-footer {
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 0;
    }
}

.modal-dialog .modal-header {
    border: none;
}

.modal-dialog .modal-title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #3C4858;
}

.modal-dialog .modal-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #3C4858;
}

.modal-dialog .modal-label {
    background-color: #247AC5;
    border-radius: 10px;
}

.modal-dialog .modal-label__title {
    font-size: 18px;
    line-height: 22px;
    color: #F9FAFC;
    font-weight: 600;
}

.modal-dialog .modal-label__text {
    font-size: 16px;
    line-height: 26px;
    color: #E5E9F2;
    font-weight: 500;
}

.modal-dialog .modal-form__title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    color: #3C4858;
}

.modal-dialog .modal-form__plus {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #3C4858;
}

.modal-dialog .modal-form__plus:before {
    content: '';
    background-image: url(../img/arrow-dark.svg);
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-right: 24px;
}

.modal-dialog .modal-form__plus.active:before {
    transform: rotate(180deg);
}

.modal-dialog .modal-form__plus-content {
    background-color: #EFF2F7;
    border-radius: 16px;
}

.modal-dialog .modal-form__plus-title {
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
    color: #050504;
}

.modal-dialog .modal-form__plus-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #3C4858;
}

.modal-dialog .modal-form__plus-text strong {
    font-weight: 600;
}

.modal-dialog .modal-form__plus-text--small {
    width: 60%;
}

@media screen and (max-width: 767px) {
    .modal-dialog .modal-form__plus-text--small {
        width: 100%;
    }
}

.modal-dialog .modal-form__plus-text ul li {
    line-height: 22px;
}

.modal-dialog .modal-form__plus-text ul li:before {
    content: '';
    background-image: url(../img/check-2.svg);
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-right: 12px;
}

@media screen and (max-width: 767px) {
    .modal-dialog .modal-form__plus-text ul li:before {
        margin-top: 10px;
    }
}

.modal-dialog .modal-form__plus-image {
    margin-top: -57px;
}

@media screen and (max-width: 767px) {
    .modal-dialog .modal-form__plus-image {
        margin-top: -13px;
    }
}

.modal-dialog .modal-form .form-group--custom-margin {
    margin-bottom: 36px;
}

.modal-dialog .modal-form textarea.form-control {
    padding-top: 13px;
    height: 92px;
    border: 2px solid transparent;
}

.modal-dialog .modal-form textarea.form-control:focus {
    background-color: #fff;
    border: 2px solid #247AC5;
}

.modal-dialog .modal-form .bootstrap-select .dropdown-item.active, .modal-dialog .modal-form .bootstrap-select .dropdown-item:active {
    color: #fff;
}

.modal-dialog .modal-form .bootstrap-select .filter-option-inner {
    color: #000;
}

.modal-dialog .custom-checkbox {
    background-color: #247AC5;
    border-radius: 8px;
    padding: 16px;
}

.modal-dialog .custom-checkbox--simple {
    background: none;
    padding: 0;
}

.modal-dialog .custom-checkbox--simple .custom-control-label::before {
    top: -1px;
}

.modal-dialog .custom-checkbox--simple .custom-control-label::after {
    top: 3px;
}

.modal-dialog .custom-control-label {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #F9FAFC;
    padding-left: 41px;
}

.modal-dialog .custom-control-label::before {
    width: 28px;
    height: 28px;
    border: 2px solid #1E68A8;
    border-radius: 8px;
    left: 0px;
    top: 12px;
}

@media screen and (max-width: 767px) {
    .modal-dialog .custom-control-label::before {
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

.modal-dialog .custom-control-label::after {
    left: 5px;
    top: 16px;
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 767px) {
    .modal-dialog .custom-control-label::after {
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

.modal-dialog .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00C6EB;
}

.modal-dialog .btn {
    font-size: 16px;
    font-weight: 600;
    color: #F9FAFC;
    padding: 0;
    height: 48px;
    line-height: 16px;
    border: none;
}

@media screen and (max-width: 767px) {
    .modal-dialog .btn {
        width: 50%;
    }
}

.modal-dialog .btn-secondary {
    background-color: #8492A6;
    padding: 0 64px;
}

@media screen and (max-width: 767px) {
    .modal-dialog .btn-secondary {
        padding-left: 0;
        padding-right: 0;
    }
}

.modal-dialog .btn-primary {
    background-color: #247AC5;
    padding: 0 68px;
}

@media screen and (max-width: 767px) {
    .modal-dialog .btn-primary {
        padding-left: 0;
        padding-right: 0;
    }
}

.bootstrap-select {
    width: 100% !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select button {
    height: 48px;
    padding: 0;
    outline: none !important;
    border: none !important;
    background-color: #EFF2F7 !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    outline-width: 0px !important;
}

.bootstrap-select button:focus {
    outline: none !important;
}

.bootstrap-select button:active {
    outline: none !important;
}

.bootstrap-select .filter-option-inner {
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 32px;
}

.bootstrap-select .form-control {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    width: 100%;
    box-shadow: 0px 4px 8px rgba(26, 26, 26, 0.2);
    border-radius: 10px;
    background-color: #F9FAFC;
    border: none;
}

.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
    background-color: #247AC5;
}

.bootstrap-select.show {
    border: none !important;
    outline: none !important;
}

.bootstrap-select.show button {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/arrow-dark.svg);
    position: absolute;
    right: 16px;
    background-size: contain;
    background-repeat: no-repeat;
}

.bootstrap-select .dropdown-toggle::after {
    display: none !important;
}

.bootstrap-select .filter-option-inner {
    outline: none !important;
}

.bootstrap-select .filter-option {
    outline: none !important;
}

.bootstrap-select .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .bootstrap-select .dropdown-toggle:focus {
    outline-color: #fff !important;
}

.bootstrap-select .bootstrap-select .dropdown-menu li a span.check-mark {
    width: 16px;
    height: 16px;
    display: block !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #3C4858;
    font-size: 16px;
    font-weight: 500;
}

.dropdown {
    border: 2px solid transparent !important;
}

.dropdown.show {
    border: 2px solid #247AC5 !important;
}

.show-tick .dropdown-menu li a span.text {
    font-weight: 500;
}

.dropdown-toggle .filter-option-inner-inner {
    font-size: 16px;
    font-weight: 500;
}

.dropdown-menu li a span.text {
    font-weight: 500;
    font-size: 16px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #247AC5;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
        width: 100%;
    }
}

.billing__card {
    padding: 40px;
    border-radius: 10px;
    position: relative;
    background-color: #247AC5;
    background: linear-gradient(180deg, #247AC5 0%, #1E68A8 43%, #1E68A8 100%);
    color: #fff;
}

@media screen and (max-width: 767px) {
    .billing__card {
        padding: 24px;
        margin-bottom: 18px;
    }
}

.billing__card--orange {
    background: linear-gradient(180deg, #FFB672 0%, #F3953E 43%, #F3953E 100%);
}

.billing__card-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}

.billing__card-email {
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
    line-height: 1.3;
}

.billing__card-number {
    font-size: 24px;
    font-weight: 500;
    padding-top: 21px;
}

@media screen and (max-width: 767px) {
    .billing__card-number {
        padding-top: 10px;
    }
}

.billing__card-number span {
    font-size: 56px;
}

.billing__card-number p {
    margin-left: 23px;
    letter-spacing: 1px;
    padding-top: 3px;
}

@media screen and (max-width: 767px) {
    .billing__card-number p {
        margin-left: 22px;
        margin-right: -30px;
    }
}

.billing__card-date {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.5px;
    padding-top: 6px;
}

.billing__card-edit {
    width: 20px;
    background-size: contain;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    background-image: url(../img/edit-white.svg);
    position: absolute;
    right: 39px;
}

@media screen and (max-width: 767px) {
    .billing__card-edit {
        right: 23px;
    }
}

.billing__add {
    background-color: #EFF2F7;
}

@media screen and (max-width: 767px) {
    .billing .settings__card {
        min-height: 120px;
    }
}

.billing__subscriptions {
    padding-top: 123px;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .billing__subscriptions {
        padding-top: 55px;
    }
}

.billing__subscriptions-dots {
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: url(../img/dots-dark.svg);
    background-size: 4px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    right: 39px;
    top: 26px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 150ms;
}

@media screen and (max-width: 767px) {
    .billing__subscriptions-dots {
        right: 12px;
        top: 20px;
    }
}

.billing__subscriptions-dots:hover {
    background-color: #E5E9F2;
}

.billing__subscriptions-dots--active {
    background-color: #E5E9F2;
}

.billing__subscriptions-item {
    margin-top: 20px;
    border-radius: 10px;
    position: relative;
}

.billing__subscriptions-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.3px;
}

@media screen and (max-width: 767px) {
    .billing__subscriptions-title {
        letter-spacing: 0;
    }
}

.billing__subscriptions-item {
    background-color: #EFF2F7;
    padding: 24px;
}

@media screen and (max-width: 767px) {
    .billing__subscriptions-item {
        padding: 18px;
    }
}

.billing__subscriptions-card {
    padding-top: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #8492A6;
}

@media screen and (max-width: 767px) {
    .billing__subscriptions-right {
        margin-left: 10px;
    }
}

.billing__subscriptions-left {
    width: 43%;
}

.billing__subscriptions-type {
    font-size: 18px;
    font-weight: 600;
    color: #1F2D3D;
    margin-bottom: 4px;
}

.billing__subscriptions-date {
    font-size: 14px;
    font-weight: 500;
}

.billing__subscriptions-price {
    font-size: 40px;
    font-weight: 500;
}

.billing__subscriptions-price span {
    font-size: 24px;
}

.billing__table {
    padding-top: 65px;
}

.billing__table-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.3px;
    cursor: pointer;
}

.billing__table-title--toggle {
    display: flex;
    align-items: center;
}

.billing__table-title--toggle:after {
    content: '';
    background-image: url(../img/arrow-dark.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: 13px;
}

.billing__table-title--toggle.active:after {
    transform: rotate(180deg);
}

.billing__menu {
    position: absolute;
    width: 176px;
    background-color: #fff;
    padding: 16px;
    box-shadow: 0px 4px 8px rgba(26, 26, 26, 0.2);
    border-radius: 10px;
    z-index: 1000;
    right: 0;
    top: 35px;
}

.billing__menu-icon {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

.billing__menu-icon--edit {
    background-image: url(../img/pen.svg);
    transition: all 150ms;
}

.billing__menu-icon--delete {
    background-image: url(../img/trash.svg);
    transition: all 150ms;
}

.billing__menu-item {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    height: 24px;
    color: #3C4858;
    font-weight: 500;
    font-size: 14px;
    justify-content: space-between;
    cursor: pointer;
    transition: all 150ms;
}

.billing__menu-item:last-child {
    margin-bottom: 0;
}

.billing__menu-item:hover {
    color: #247AC5;
}

.billing__menu-item:hover .billing__menu-icon--edit {
    background-image: url(../img/pen-blue.svg);
}

.billing__menu-item:hover .billing__menu-icon--delete {
    background-image: url(../img/trash-blue.svg);
}

.fin {
    background-color: #EFF2F7;
    margin-top: 19px;
    border-radius: 12px;
    width: 102%;
    padding: 16px;
    padding-top: 7px;
    padding-bottom: 2px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .fin {
        width: 100%;
        margin-bottom: 40px;
    }
}

.fin__rows {
    border-bottom: 1px solid #C2CEDB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 12px;
}

@media screen and (max-width: 767px) {
    .fin__rows {
        display: block;
    }
}

.fin__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 38%;
    padding-top: 22px;
    padding-bottom: 22px;
}

@media screen and (max-width: 767px) {
    .fin__row {
        width: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.fin__row:last-child .fin__row-item {
    width: 32%;
}

@media screen and (max-width: 767px) {
    .fin__row:last-child .fin__row-item {
        width: auto;
    }
}

.fin__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 12px;
    padding-right: 112px;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .fin__total {
        padding-right: 11px;
    }
}

.new-header {
    transition: background .3s;
}

.new-header__main {
    background-image: url(../img/main-logo.svg);
}

.new-header__menu {
    display: none;
}

@media screen and (max-width: 992px) {
    .new-header__menu {
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: flex-start;
        width: 32px;
        height: 32px;
        background: 0;
        cursor: pointer;
        position: relative;
        z-index: 9;
        padding: 0;
        border: 0;
    }

    .new-header__menu.active {
        z-index: 9;
    }

    .new-header__menu.active span {
        background: transparent !important;
        transform: rotate(90deg);
    }

    .new-header__menu.active span::before {
        transform: rotate(45deg);
        top: 0;
        background-color: #3C4858;
    }

    .new-header__menu.active span::after {
        transform: rotate(-45deg);
        bottom: 0;
        background-color: #3C4858;
    }

    .new-header__menu span {
        display: block;
        position: relative;
        width: 24px;
        height: 2px;
        transition: .3s;
        background-color: #3C4858;
        border-radius: 5px;
    }

    .new-header__menu span::before, .new-header__menu span::after {
        content: '';
        display: block;
        width: 24px;
        height: 2px;
        background: #3C4858;
        position: absolute;
        border-radius: 5px;
        left: 0px;
        transition: all 0.3s linear;
    }

    .new-header__menu span::before {
        top: -6px;
    }

    .new-header__menu span::after {
        bottom: -6px;
    }

    .new-header__menu.white span {
        background-color: #fff;
    }

    .new-header__menu.white span::after, .new-header__menu.white span::before {
        background-color: #fff;
    }
}

.new-header__info {
    display: flex;
}

@media screen and (max-width: 992px) {
    .new-header__info {
        display: none;
        flex: 1 100%;
        flex-wrap: wrap;
        padding-top: 22px;
        border-top: 1px solid #3C4858;
        margin-top: 22px;
    }

    .new-header__info.white {
        border-color: #fff;
    }
}

.new-header__info .btn-grey {
    background: rgba(36, 122, 197, 0.12);
    color: #247AC5;
    padding: 11px 16px;
    margin-right: 56px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 992px) {
    .new-header__info .btn-grey {
        margin-right: 0 !important;
    }
}

.new-header__info .btn-grey:hover {
    background: rgba(36, 122, 197, 0.24);
}

.new-header__info .btn-grey.blue {
    color: #1DA2C1;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    margin-right: 56px;
    font-weight: 500;
    background: rgba(0, 198, 235, 0.12);
}

.new-header__info .btn-grey.blue:hover {
    background: rgba(0, 198, 235, 0.24);
}

.new-header__info .btn-grey.yellow {
    color: #E78021;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    margin-right: 56px;
    font-weight: 500;
    background: rgba(255, 182, 114, 0.12);
}

.new-header__info .btn-grey.yellow:hover {
    background: rgba(255, 182, 114, 0.24);
}

.new-header__info .btn-primary {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 11px 32px;
}

@media screen and (max-width: 992px) {
    .new-header__info .btn-primary {
        margin-right: 0 !important;
    }
}

.new-header__info.blue .new-header__login, .new-header__info.yellow .new-header__login {
    margin-right: 0;
}

.new-header__info.main .btn-primary {
    color: #247AC5;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    margin-right: 56px;
    font-weight: 500;
    background: rgba(36, 122, 197, 0.12);
}

.new-header__info.main .btn-primary:hover {
    background: rgba(36, 122, 197, 0.24);
}

.new-header__info.white .btn {
    color: #F9FAFC;
}

.new-header__info.white .btn-primary {
    background: rgba(237, 241, 248, 0.16);
    color: #F9FAFC;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    margin-right: 56px;
    font-weight: 500;
}

.new-header__info.white .btn-primary:hover {
    background: rgba(237, 241, 248, 0.24);
}

.new-header__info.white .new-header__login {
    color: #fff;
    margin-right: 0;
}

.new-header__login {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #050504;
    transition: .3s;
    margin-right: 32px;
}

@media screen and (max-width: 992px) {
    .new-header__login {
        flex: 1 100%;
        display: block;
        margin-top: 16px;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .new-header__login:last-child {
        margin-bottom: 0;
    }
}

.new-header__login:hover {
    color: #247AC5;
}

.sticky-wrapper {
    height: 90px !important;
}

@media screen and (max-width: 992px) {
    .sticky-wrapper {
        min-height: 80px !important;
        height: auto !important;
    }
}

.sticky-wrapper.is-sticky .new-header__menu span {
    background-color: #3C4858;
}

.sticky-wrapper.is-sticky .new-header__menu span::before, .sticky-wrapper.is-sticky .new-header__menu span::after {
    background-color: #3C4858;
}

.sticky-wrapper.is-sticky .new-header {
    background-color: #fff;
}

.sticky-wrapper.is-sticky .new-header__main {
    background-image: url(../img/logo.svg);
}

.sticky-wrapper.is-sticky .new-header__info.white .btn-primary {
    background: rgba(36, 122, 197, 0.12);
    color: #247AC5;
}

.sticky-wrapper.is-sticky .new-header__info.white .btn-primary:hover {
    background: rgba(36, 122, 197, 0.24);
}

.sticky-wrapper.is-sticky .new-header__info.white .new-header__login {
    color: #1F2D3D;
}

@media screen and (max-width: 992px) {
    .sticky-wrapper.is-sticky .new-header__info {
        border-color: #3C4858;
    }
}

.blog-bg {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    text-align: center;
    font-size: 0;
    width: 100%;
    height: 924px;
}

@media screen and (max-width: 1200px) {
    .blog-bg {
        background-color: #edf1f8;
    }
}

.blog-bg img {
    width: 100%;
    height: 100%;
}

.blog-hero {
    padding-bottom: 96px;
}

@media screen and (max-width: 1200px) {
    .blog-hero {
        background-color: #edf1f8;
        border-radius: 24px;
    }
}

@media screen and (max-width: 768px) {
    .blog-hero {
        padding-bottom: 72px;
    }
}

.blog-hero__img {
    margin-right: auto;
    flex: 0 670px;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .blog-hero__img {
        flex: 1 100%;
    }
}

.blog-hero__main {
    flex: 1;
    padding-left: 80px;
}

@media screen and (max-width: 1200px) {
    .blog-hero__main {
        padding-left: 0;
        padding-top: 24px;
    }
}

.blog-hero__main:hover .blog-title {
    color: #247AC5;
}

.blog-hero__main:hover .blog-hero__more .card__button::after {
    margin-left: 15px;
}

.blog-hero__text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #3C4858;
}

@media screen and (max-width: 1200px) {
    .blog-hero__text {
        color: #8492A6;
    }
}

@media screen and (max-width: 1200px) {
    .blog-hero__more {
        display: none;
    }
}

.blog-hero__more .card__button {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #247AC5;
}

.blog-hero__more .card__button::after {
    background-image: url(../img/new-arrow.svg);
    width: 13px;
}

.blog-hero__more .card__button:hover::after {
    margin-left: 15px;
}

.blog-main__list {
    margin-top: 56px;
}

@media screen and (max-width: 1200px) {
    .blog-main__list {
        margin-top: 64px;
        grid-gap: 56px 0;
    }
}

.blog-list__item:hover .blog-list__title {
    color: #247AC5;
}

.blog-list__item:hover .blog-list__more .card__button::after {
    margin-left: 15px;
}

.blog-list__title {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    color: #3C4858;
}

.blog-list__title a {
    color: #3C4858;
    transition: .3s;
}

.blog-list__title a:hover {
    color: #1E68A8;
}

.blog-list__text {
    font-size: 14px;
    line-height: 24px;
    color: #3C4858;
    font-weight: 500;
}

.blog-list__more .card__button {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #247AC5;
}

.blog-list__more .card__button::after {
    background-image: url(../img/new-arrow.svg);
    margin-top: 0;
    width: 12px;
    background-size: contain;
}

.blog-list__more .card__button:hover::after {
    margin-left: 15px;
}

.blog-latest {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .blog-latest {
        margin-top: 91px;
    }
}

.blog-filter {
    flex: 0 518px;
}

@media screen and (max-width: 992px) {
    .blog-filter {
        flex: 1 100%;
        margin-top: 27px;
    }
}

.blog-filter .bootstrap-select {
    margin-right: 16px;
    border-radius: 6px;
    width: 200px !important;
}

@media screen and (max-width: 992px) {
    .blog-filter .bootstrap-select {
        margin-right: 0;
        width: 100% !important;
        margin-bottom: 16px;
    }
}

.blog-filter .btn {
    border-radius: 6px;
}

.blog-filter .bootstrap-select .filter-option-inner {
    background-color: #edf1f8;
    border-radius: 6px;
}

.blog-filter .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #3C4858;
    font-weight: 500;
}

.blog-filter .form-control--search {
    color: #3C4858;
    flex: 0 302px;
    max-width: 302px;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .blog-filter .form-control--search {
        max-width: 100%;
        flex: 1 100%;
        background-position-x: 12px;
    }
}

.blog-filter .form-control--search::-webkit-placeholder {
    color: #3C4858 !important;
}

.blog-filter .form-control--search::placeholder {
    color: #3C4858 !important;
}

.blog-title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    color: #3C4858;
}

.blog-title a {
    color: #3C4858;
    transition: .3s;
}

.blog-title a:hover {
    color: #1E68A8;
}

.blog-item__img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.blog-latest {
    padding-bottom: 184px;
}

@media screen and (max-width: 768px) {
    .blog-latest {
        padding-bottom: 88px;
    }
}

.blog-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #8492A6;
}

.blog-list {
    grid-gap: 88px 0;
}

@media screen and (max-width: 1200px) {
    .blog-list {
        grid-gap: 56px 0;
    }
}

.blog-cat {
    padding-bottom: 224px;
}

@media screen and (max-width: 768px) {
    .blog-cat {
        padding-bottom: 88px;
    }
}

.blog-cat__list {
    flex: 0 900px;
}

.blog-cat__title {
    font-size: 32px;
    line-height: 44px;
    color: #3C4858;
    font-weight: 600;
}

.blog-cat__item {
    display: flex;
}

@media screen and (max-width: 768px) {
    .blog-cat__item {
        flex-wrap: wrap;
    }
}

.blog-cat__item:hover .blog-title {
    color: #247AC5;
}

.blog-cat__item:hover .blog-list__more .card__button::after {
    margin-left: 15px;
}

.blog-cat__img {
    flex: 0 320px;
    font-size: 0;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .blog-cat__img {
        flex: 1 100%;
    }
}

.blog-cat__content {
    flex: 1;
    margin-left: 24px;
}

@media screen and (max-width: 768px) {
    .blog-cat__content {
        flex: 1 100%;
        margin-top: 24px;
        margin-left: 0;
    }
}

.blog-newsletter {
    align-self: flex-start;
    padding: 24px;
    flex: 0 304px;
    background: #EFF2F7;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .blog-newsletter {
        flex: 1 100%;
    }
}

.blog-newsletter__title {
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    color: #3C4858;
}

.blog-newsletter__text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #8492A6;
}

.blog-newsletter label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
}

.blog-newsletter input {
    height: 48px;
    background-color: #E5E9F2;
    border: 0;
    border: 3px solid transparent;
}

.blog-newsletter input:focus {
    border: 3px solid #247AC5;
    box-shadow: unset;
}

.blog-newsletter .btn {
    padding: 11px 0;
    font-weight: 600;
}

.blog-written {
    max-width: 844px;
    padding: 32px;
    background-color: #EFF2F7;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .blog-written {
        flex-wrap: wrap;
    }
}

.blog-written__img {
    margin-right: 32px;
    flex: 0 96px;
    align-self: flex-start;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .blog-written__img {
        margin-right: 0;
        margin-bottom: 24px;
    }
}

.blog-written__content {
    flex: 1;
}

@media screen and (max-width: 768px) {
    .blog-written__content {
        flex: 1 100%;
    }
}

.blog-written__title {
    font-size: 16px;
    line-height: 24px;
    color: #8492A6;
}

.blog-written__name {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    color: #3C4858;
}

.blog-written__text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #3C4858;
}

.blog-written__text a {
    color: #1E68A8;
}

.blog-single {
    padding-top: 48px;
    padding-bottom: 224px;
}

@media screen and (max-width: 768px) {
    .blog-single {
        padding-bottom: 88px;
    }
}

.blog-single__info {
    flex: 0 156px;
    margin-right: 64px;
}

@media screen and (max-width: 1200px) {
    .blog-single__info {
        margin-bottom: 24px;
        margin-right: 0;
    }
}

.blog-single__img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 16px;
    font-size: 0;
}

.blog-single__name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #1E68A8;
    margin-bottom: 12px;
}

.blog-single__name a {
    color: #1E68A8;
}

.blog-single__wrapper {
    flex: 1;
    max-width: 923px;
}

.blog-single__wrapper .blog-written {
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .blog-single__wrapper .blog-written {
        margin-bottom: 80px;
    }
}

.blog-single__content {
    max-width: 736px;
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .blog-single__content {
        margin-bottom: 80px;
    }
}

.blog-single__content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #3C4858;
    max-width: 578px;
    margin-bottom: 24px;
}

.blog-single__content p:last-child {
    margin-bottom: 0;
}

.blog-single__content blockquote {
    padding: 24px;
    max-width: 626px;
    background-color: #EFF2F7;
    border-radius: 10px;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3C4858;
    margin-bottom: 80px;
}

.blog-single__content blockquote:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .blog-single__content blockquote {
        margin-bottom: 40px;
    }
}

.blog-single__content h3 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 44px;
    font-weight: 600;
    color: #3C4858;
}

.blog-single__content h3:last-child {
    margin-bottom: 0;
}

.blog-single__content ul {
    margin-bottom: 24px;
    list-style: initial;
    padding-left: 20px;
    max-width: 578px;
}

.blog-single__content ul:last-child {
    margin-bottom: 0;
}

.blog-single__content li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #3C4858;
    margin-bottom: 24px;
}

.blog-single__content li:last-child {
    margin-bottom: 0;
}

.blog-single__content b, .blog-single__content strong {
    font-weight: 600;
}

.blog-content__title {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    color: #3C4858;
    margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
    .blog-content__title {
        font-size: 28px;
    }
}

.blog-share {
    margin-top: 40px;
}

.blog-share__list {
    display: flex;
    align-items: center;
    font-size: 0;
}

.blog-share__list a {
    margin-right: 27px;
}

.blog-share__list a:last-child {
    margin-right: 0;
}

.blog-share p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #8492A6;
    margin: 0;
    margin-bottom: 11px;
}

.new-footer {
    background-color: #8492a6;
    padding-top: 40px;
    padding-bottom: 32px;
}

.new-footer__list {
    margin-right: 88px;
}

@media screen and (max-width: 768px) {
    .new-footer__list {
        flex: 1 100%;
        margin-right: 0;
        margin-bottom: 88px;
    }
}

.new-footer__list:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .new-footer__list:last-child {
        margin-bottom: 0;
    }
}

.new-footer__list li {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 16px;
}

.new-footer__list li:last-child {
    margin-bottom: 0;
}

.new-footer__list a {
    display: flex;
    align-items: flex-start;
    color: #F9FAFC;
    transition: .3s;
}

.new-footer__list a:hover {
    color: #F9FAFC;
    text-decoration: underline;
}

.new-footer__list img {
    margin-right: 8px;
}

.new-footer__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #F9FAFC;
}

.new-footer__copy {
    margin-top: 72px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #F9FAFC;
}

.new-footer-content {
    background-color: #8492a6;
    padding-top: 40px;
    padding-bottom: 32px;
    color: #f9fafc;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

.new-footer-content a {
    color: #f9fafc;
    transition: .3s;
}

.new-footer-content a:hover {
    color: #00c6eb;
}

.new-footer-top {
    margin-bottom: 16px;
}

@media screen and (max-width: 565px) {
    .new-footer-top {
        margin-bottom: 40px;
    }
}

.new-footer-links {
    margin-bottom: 8px;
}

@media screen and (max-width: 565px) {
    .new-footer-info {
        flex: 1 100%;
        margin-top: 24px;
    }
}

.new-footer-quest {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.new-footer-tel {
    display: flex;
    justify-content: flex-end;
    grid-gap: 4px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

@media screen and (max-width: 565px) {
    .new-footer-tel {
        justify-content: flex-start;
    }
}

.new-hero {
    padding-top: 82px;
    padding-bottom: 100px;
    height: 302px;
}

@media screen and (max-width: 768px) {
    .new-hero {
        padding-top: 40px;
    }
}

.new-hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    z-index: -1;
    height: 400px;
}

.new-hero-bg img {
    width: 100%;
    height: 100%;
}

.new-hero-title {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
    color: #050504;
    text-align: center;
    margin-bottom: 16px;
}

.new-hero-text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    color: #3C4858;
}

@media screen and (max-width: 768px) {
    .new-hero-text br {
        display: none;
    }
}

.reviews {
    padding-top: 106px;
    padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
    .reviews {
        padding-top: 88px;
        padding-bottom: 88px;
    }
}

.reviews-item {
    max-width: 851px;
    padding: 32px;
    background-color: #EFF2F7;
    border-radius: 16px;
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .reviews-item {
        margin-bottom: 40px;
    }
}

.reviews-item:nth-child(even) {
    margin-left: auto;
}

.reviews-item:last-child {
    margin-bottom: 0;
}

.reviews-content {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    color: #3C4858;
    margin-bottom: 56px;
}

.reviews-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}

.reviews-user {
    display: flex;
    align-items: flex-start;
}

.reviews-user__img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}

.reviews-user__name {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #3C4858;
}

.reviews-user__pos {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #8492A6;
}

.reviews-more {
    text-align: center;
    display: flex;
    justify-content: center;
}

.reviews-more .card__button {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #3C4858;
}

.reviews-more .card__button::after {
    position: relative;
    left: 0;
}

.reviews-more .card__button:hover {
    color: #60A6E3;
}

.reviews-more .card__button:hover::after {
    background-image: url(../img/arrow-right-blue.svg);
    left: 8px;
}

.reviews-form {
    text-align: center;
    margin-bottom: 184px;
}

@media screen and (max-width: 768px) {
    .reviews-form {
        margin-bottom: 88px;
    }
}

.reviews-form img {
    max-width: 100%;
}

.grow {
    padding-bottom: 144px;
}

@media screen and (max-width: 768px) {
    .grow {
        padding-bottom: 88px;
    }
}

.grow-form {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/start-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #1e75c1;
    padding-top: 56px;
    padding-bottom: 56px;
    text-align: center;
    color: #F9FAFC;
    border-radius: 19px;
}

@media screen and (max-width: 768px) {
    .grow-form {
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 40px;
        padding-top: 40px;
        text-align: left;
    }
}

.grow-title {
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
    margin-bottom: 16px;
}

.grow-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}

.grow-btn .btn {
    padding: 11px 26px;
    color: #F9FAFC;
    background-color: #00C6EB;
    border-radius: 5px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.grow-btn .btn:hover {
    background-color: #1DA2C1;
}

.about {
    padding-top: 96px;
    padding-bottom: 144px;
}

@media screen and (max-width: 768px) {
    .about {
        padding-right: 88px;
        padding-bottom: 88px;
    }
}

.about-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 120px 88px;
}

@media screen and (max-width: 768px) {
    .about-list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px 88px;
    }
}

.about-item {
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .about-item {
        flex-wrap: wrap;
    }
}

.about-img {
    font-size: 0;
    width: 88px;
    height: 88px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 24px;
}

.about-content {
    flex: 1;
}

@media screen and (max-width: 768px) {
    .about-content {
        flex: 1 100%;
        margin-top: 24px;
    }
}

.about-title {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    color: #1F2D3D;
}

.about-text {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    color: #3C4858;
}

.subs-wrapper {
    padding: 56px;
    background: #E5E9F2;
    border-radius: 16px;
}

@media screen and (max-width: 768px) {
    .subs-wrapper {
        padding: 40px 24px;
    }
}

.subs-content {
    flex: 0 485px;
}

.subs-title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #3C4858;
    margin-bottom: 16px;
}

.subs-text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #3C4858;
    margin-bottom: 32px;
    max-width: 390px;
}

.subs-form {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .subs-form {
        flex-wrap: wrap;
    }
}

.subs-form .form-group {
    margin-right: 16px;
    margin-bottom: 0;
    flex: 1;
}

@media screen and (max-width: 768px) {
    .subs-form .form-group {
        flex: 1 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.subs-form input {
    height: 48px;
    border: 3px solid #fff;
}

.subs-form input:focus {
    border: 3px solid #247AC5;
    box-shadow: unset;
}

.subs-form .btn {
    font-weight: 600;
    padding: 11px 26px;
}

@media screen and (max-width: 768px) {
    .subs-form .btn {
        width: 100%;
    }
}

.subs-play {
    flex: 0 570px;
    height: 385px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .subs-play {
        height: 220px;
        margin-top: 64px;
    }
}

.subs-play::after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/subs-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .subs-play::after {
        background-image: url("");
        background-color: #CFE0F0;
        border-radius: 16px;
    }
}

.team {
    padding-top: 144px;
    padding-bottom: 144px;
}

@media screen and (max-width: 768px) {
    .team {
        padding-top: 88px;
        padding-bottom: 88px;
    }
}

.team-title {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    color: #1F2D3D;
    margin-bottom: 56px;
}

.team-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px 120px;
}

@media screen and (max-width: 768px) {
    .team-list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px 120px;
    }
}

.team-img {
    font-size: 0;
    margin-bottom: 37px;
    width: 143px;
    height: 143px;
    border: 4px solid #247AC5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.team-name {
    color: #247AC5;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 8px;
}

.team-pos {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #8492A6;
    margin-bottom: 16px;
}

.team-content {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #3C4858;
}

.team-content p {
    margin: 0;
    margin-bottom: 29px;
}

.team-content p:last-child {
    margin-bottom: 0;
}

.casestudies {
    padding-top: 96px;
    padding-bottom: 184px;
}

@media screen and (max-width: 768px) {
    .casestudies {
        padding-top: 88px;
        padding-bottom: 88px;
    }
}

.casestudies-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 72px 30px;
}

@media screen and (max-width: 768px) {
    .casestudies-list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px 30px;
    }
}

.casestudies-item {
    background-color: #f9fafc;
    border: 1px solid #d3dce6;
    border-radius: 16px;
    padding: 32px;
    padding-right: 162px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .casestudies-item {
        padding-right: 40px;
    }
}

.casestudies-down {
    position: absolute;
    right: 40px;
    top: 36px;
    font-size: 0;
    transition: .3s;
    fill: #8492A6;
}

.casestudies-down:hover {
    fill: #247AC5;
}

.casestudies-title {
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    color: #050504;
    margin-bottom: 8px;
}

.casestudies-pos {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    color: #3C4858;
    margin-bottom: 24px;
}

.casestudies-text {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    color: #3C4858;
    margin-bottom: 32px;
}

.casestudies-more .card__button {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #247AC5;
}

.casestudies-more .card__button::after {
    background-image: url(../img/new-arrow.svg);
    background-size: contain;
    width: 12px;
}

.casestudies-more .card__button:hover::after {
    margin-left: 15px;
}

.talk {
    max-width: 624px;
    width: 100%;
    margin-bottom: 120px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #EFF2F7;
}

@media screen and (max-width: 768px) {
    .talk {
        margin-bottom: 80px;
    }
}

.talk-img {
    font-size: 0;
}

.talk-img img {
    max-width: 100%;
}

.talk-content {
    padding: 24px;
}

.talk-title {
    font-size: 24px;
    line-height: 44px;
    font-weight: 600;
    color: #3C4858;
    margin-bottom: 24px;
}

.talk-text {
    font-size: 16px;
    line-height: 24px;
    color: #3C4858;
    margin-bottom: 24px;
}

.talk-text p {
    margin-bottom: 24px;
}

.talk-text p:last-child {
    margin-bottom: 0;
}

.talk-btn .btn {
    padding: 11px 0;
    font-weight: 600;
}

.discussion {
    padding: 32px;
    background-color: #EFF2F7;
    border-radius: 10px;
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .discussion {
        margin-bottom: 80px;
    }
}

.discussion-item {
    margin-bottom: 56px;
}

.discussion-item:last-child {
    margin-bottom: 0;
}

.discussion-content {
    padding: 24px;
    background: rgba(36, 122, 197, 0.16);
    border-radius: 10px 10px 10px 0px;
    margin-bottom: 16px;
}

.discussion-content p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #1F2D3D;
    margin-bottom: 12px;
}

.discussion-date {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #8492A6;
}

.discussion-user {
    display: flex;
    align-items: center;
}

.discussion-user__img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.discussion-user__name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #1F2D3D;
}

.discussion-list {
    margin-bottom: 82px;
}

.discussion-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
}

@media screen and (max-width: 768px) {
    .discussion-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.discussion-form {
    background-color: #F9FAFC;
    border-radius: 10px;
    padding: 32px;
}

.discussion-form .btn {
    padding: 11px 21px;
    font-weight: 600;
}

.discussion-form .custom-checkbox {
    margin-top: 39px;
    margin-bottom: 39px;
}

.discussion-form .custom-checkbox label {
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
}

.discussion-form .custom-checkbox span {
    display: block;
    padding-top: 3px;
}

.discussion-form .form-group {
    margin-bottom: 0;
}

.discussion-form .form-group input {
    border: 3px solid transparent;
}

.discussion-form .form-group input:focus {
    border: 3px solid #247AC5;
    box-shadow: unset;
    background-color: #fff;
}

.discussion-form .form-group textarea {
    resize: none;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 92px;
    border: 3px solid transparent;
}

.discussion-form .form-group textarea:focus {
    border: 3px solid #247AC5;
    box-shadow: unset;
    background-color: #fff;
}

.discussion-form .form-group.w-100 {
    grid-column: 1 / 4;
}

@media screen and (max-width: 768px) {
    .discussion-form .form-group.w-100 {
        grid-column: auto;
    }
}

.discussion-bottom {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #8492A6;
    margin-top: 12px;
}

.manage-bg {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    text-align: center;
    font-size: 0;
    width: 100%;
    height: 800px;
}

@media screen and (max-width: 992px) {
    .manage-bg.list {
        height: 1030px;
    }
}

@media screen and (max-width: 768px) {
    .manage-bg.list {
        height: 1000px;
    }
}

.manage-bg.big {
    height: 908px;
}

@media screen and (max-width: 768px) {
    .manage-bg.big {
        height: 1060px;
    }
}

.manage-bg img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .manage-bg img {
        display: none;
    }
}

.manage-bg img:last-child {
    display: none;
}

@media screen and (max-width: 768px) {
    .manage-bg img:last-child {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .manage-bg {
        height: 670px;
    }
}

@media screen and (max-width: 585px) {
    .manage-bg {
        height: 810px;
    }
}

.manage-contacts__title {
    font-size: 24px;
    color: #3C4858;
    font-weight: 600;
    margin-bottom: 13px;
}

.manage-hero {
    padding-top: 72px;
    padding-bottom: 108px;
    min-height: 618px;
}

.manage-hero__new-content .manage-hero__content {
    padding-top: 40px;
}

.manage-hero__new-suptitle {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    color: #f3953e;
    text-transform: uppercase;
}

.manage-hero__new-title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    color: #051a34;
}

.manage-hero__new-form {
    flex: 0 528px;
    padding: 40px 32px;
    border-radius: 24px;
    box-shadow: 0px 4px 24px rgba(10, 64, 111, 0.08);
    background: #FFFFFF;
}

@media screen and (max-width: 1200px) {
    .manage-hero__new-form {
        flex: 0 430px;
    }
}

@media screen and (max-width: 992px) {
    .manage-hero__new-form {
        flex: 1 100%;
        margin-left: -24px;
        margin-right: -24px;
        padding: 40px 24px;
    }
}

.manage-hero__new-form .form-group--custom-margin {
    margin-bottom: 32px;
}

.manage-hero__new-form .form-bottom {
    margin-top: 40px;
}

.manage-hero__new-form .form-bottom .btn {
    height: 64px;
}

.manage-hero__item {
    display: flex;
    align-items: center;
    grid-gap: 16px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
    color: #3C4858;
    margin-bottom: 8px;
}

.manage-hero__item:last-child {
    margin-bottom: 0;
}

.manage-hero.big {
    padding-bottom: 184px;
    padding-top: 184px;
}

@media screen and (max-width: 768px) {
    .manage-hero.big {
        padding-top: 72px;
        padding-bottom: 84px;
    }
}

.manage-hero__contacts li {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 16px;
}

.manage-hero__contacts li:last-child {
    margin-bottom: 0;
}

.manage-hero__contacts a {
    display: flex;
    align-items: flex-start;
    color: #3C4858;
    transition: .3s;
}

.manage-hero__contacts a:hover {
    color: #3C4858;
    text-decoration: underline;
}

.manage-hero__contacts img {
    margin-right: 8px;
}

.manage-hero textarea.form-control {
    height: 92px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.manage-hero .form-control--filled:focus {
    background-color: #fff;
}

.manage-hero + .new-footer {
    margin-top: 120px;
}

@media screen and (max-width: 768px) {
    .manage-hero {
        padding-top: 32px;
    }
}

.manage-hero__play {
    flex: 0 570px;
    height: 385px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .manage-hero__play {
        height: 220px;
    }
}

.manage-hero__play::after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/main-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .manage-hero__play::after {
        background-image: url("");
        background-color: #fff;
        width: 100%;
        border-radius: 16px;
    }
}

.manage-hero.white .manage-hero__title, .manage-hero.white .manage-hero__text, .manage-hero.white .manage-hero__item {
    color: #fff;
}

.manage-hero__content {
    flex: 0 495px;
}

.manage-hero__content.contacts {
    flex: 0 570px;
}

.manage-hero__content.list {
    flex: 0 514px;
}

@media screen and (max-width: 565px) {
    .manage-hero__content.list {
        padding-bottom: 30px;
    }
}

.manage-hero__content.list .manage-hero__title {
    margin-bottom: 40px;
}

.manage-hero__content.list .manage-hero__subtitle {
    margin-bottom: 40px;
}

.manage-hero__content.list .manage-hero__text:last-child {
    margin-bottom: 0;
}

.manage-hero__content.list .manage-hero__text p {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .manage-hero__content {
        padding-bottom: 64px;
    }
}

.manage-hero__title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #3C4858;
    margin-bottom: 16px;
}

.manage-hero__title.big {
    font-size: 40px;
}

.manage-hero__title span {
    color: #247AC5;
}

.manage-hero__subtitle {
    font-size: 20px;
    line-height: 1.5;
    color: #050504;
    font-weight: 500;
    margin-bottom: 40px;
}

.manage-hero__text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #3C4858;
    margin-bottom: 32px;
}

.manage-hero__text p {
    margin: 0;
    margin-bottom: 24px;
}

.manage-hero__text p:last-child {
    margin-bottom: 0;
}

.manage-hero__text b, .manage-hero__text strong {
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .manage-hero__img {
        max-height: 260px;
    }

    .manage-hero__img img {
        max-width: 240px;
    }
}

.manage-hero__form {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 585px) {
    .manage-hero__form {
        flex-wrap: wrap;
    }
}

.manage-hero__form .form-group {
    margin-right: 12px;
    margin-bottom: 0;
    flex: 1;
}

@media screen and (max-width: 585px) {
    .manage-hero__form .form-group {
        flex: 1 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
}

.manage-hero__form input {
    height: 48px;
    border: 3px solid #fff;
}

.manage-hero__form input.blue:focus {
    border: 3px solid #00C6EB;
}

.manage-hero__form input.yellow:focus {
    border: 3px solid #F3953E;
}

.manage-hero__form input:focus {
    border: 3px solid #247AC5;
    box-shadow: unset;
}

.manage-hero__form .btn {
    height: 48px;
    padding: 11px 26px;
    font-weight: 600;
}

@media screen and (max-width: 585px) {
    .manage-hero__form .btn {
        width: 100%;
    }
}

.manage-advantages {
    padding-top: 163px;
    padding-bottom: 156px;
}

@media screen and (max-width: 768px) {
    .manage-advantages {
        padding-top: 88px;
        padding-bottom: 88px;
    }
}

.manage-advantages__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 80px 160px;
}

@media screen and (max-width: 1200px) {
    .manage-advantages__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .manage-advantages__grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 64px 160px;
    }
}

.manage-advantages__grid.small {
    display: flex;
    justify-content: center;
    grid-gap: 80px 120px;
}

@media screen and (max-width: 1200px) {
    .manage-advantages__grid.small {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .manage-advantages__grid.small {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 64px 160px;
    }
}

.manage-advantages__grid.small .manage-advantages__item {
    flex: 0 240px;
}

.manage-advantages__icon {
    font-size: 0;
    margin-bottom: 24px;
}

.manage-advantages__title {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #050504;
    white-space: nowrap;
    margin-bottom: 12px;
}

.manage-advantages__text {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    color: #8492A6;
}

.manage-what {
    padding-bottom: 164px;
}

@media screen and (max-width: 1200px) {
    .manage-what {
        background-image: url(../img/ppc-bg.png);
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (max-width: 768px) {
    .manage-what {
        padding-bottom: 88px;
    }
}

.manage-what__wrapper {
    background-image: url(../img/ppc-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 57px;
    padding-bottom: 87px;
    min-height: 347px;
}

@media screen and (max-width: 1200px) {
    .manage-what__wrapper {
        background-image: url("");
        padding-top: 0;
        padding-bottom: 0;
    }
}

.manage-what__title {
    flex: 0 191px;
    margin-right: 53px;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    color: #1F2D3D;
}

.manage-what__text {
    flex: 0 734px;
    padding: 32px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 15px 50px rgba(16, 61, 101, 0.08);
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    color: #3C4858;
}

@media screen and (max-width: 1200px) {
    .manage-what__text {
        margin-top: 24px;
    }
}

.manage-content {
    background-color: #f9fafc;
    padding-top: 164px;
    padding-bottom: 164px;
}

@media screen and (max-width: 768px) {
    .manage-content {
        padding-top: 88px;
        padding-bottom: 88px;
    }
}

.manage-content__title {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #1F2D3D;
    position: relative;
    padding-bottom: 24px;
}

.manage-content__title::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    content: '';
    width: 74px;
    height: 4px;
    border-radius: 12px;
    background-color: #247AC5;
}

.manage-content__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 144px;
    grid-gap: 96px;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .manage-content__item {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        grid-gap: 64px;
        margin-bottom: 88px;
    }
}

.manage-content__item:last-child {
    margin-bottom: 0;
}

.manage-content__item:nth-child(even) {
    flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
    .manage-content__item:nth-child(even) {
        flex-direction: row;
    }
}

.manage-content__list {
    margin-top: 77px;
}

@media screen and (max-width: 768px) {
    .manage-content__list {
        margin-top: 0;
    }
}

.manage-item__img {
    font-size: 0;
}

@media screen and (max-width: 768px) {
    .manage-item__img {
        max-width: 240px;
    }
}

.manage-item__img img {
    max-width: 100%;
}

.manage-item__content {
    flex: 0 570px;
}

.manage-item__title {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    color: #1F2D3D;
    margin-bottom: 16px;
}

.manage-item__text {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    color: #3C4858;
    margin-bottom: 24px;
}

.manage-item__text:last-child {
    margin-bottom: 0;
}

.manage-item__list li {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #3C4858;
    position: relative;
    padding-left: 48px;
}

.manage-item__list li::after {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../img/manage-check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.manage-item__list li:last-child {
    margin-bottom: 0;
}

.manage-item__list span {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
    color: #8492A6;
}

.manage-friendly {
    background-color: #edf1f8;
    background-image: url(../img/manage-friendly.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 121px;
    padding-bottom: 121px;
}

@media screen and (max-width: 768px) {
    .manage-friendly {
        padding-top: 88px;
        padding-bottom: 88px;
    }
}

.manage-friendly__title {
    text-align: center;
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
    text-align: center;
    color: #050504;
    margin-bottom: 24px;
}

.manage-friendly__text {
    max-width: 674px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    text-align: center;
    color: #3C4858;
}

.manage-info {
    background-color: #edf1f8;
    background-image: url(../img/manage-friendly.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 34px;
    padding-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .manage-info {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.manage-info__img {
    font-size: 0;
}

@media screen and (max-width: 768px) {
    .manage-info__img {
        max-width: 240px;
        margin-bottom: 40px;
    }

    .manage-info__img img {
        width: 100%;
    }
}

.manage-info__content {
    flex: 0 570px;
}

@media screen and (max-width: 1200px) {
    .manage-info__content {
        flex: 1 100%;
    }
}

.manage-info__title {
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
    color: #050504;
    margin-bottom: 24px;
}

.manage-info__text {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    color: #3C4858;
    margin-bottom: 40px;
}

.manage-info__btn .btn {
    padding: 11px 26px;
    font-weight: 600;
}

@media screen and (max-width: 585px) {
    .manage-info__btn .btn {
        width: 100%;
    }
}

.manage-how {
    padding-top: 184px;
    padding-bottom: 184px;
}

@media screen and (max-width: 768px) {
    .manage-how {
        padding-top: 88px;
        padding-bottom: 88px;
    }
}

.manage-how__list {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 144px 30px;
}

@media screen and (max-width: 992px) {
    .manage-how__list {
        width: 100%;
        max-width: 100%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 64px;
        padding-left: 57px;
        margin-top: 40px;
    }
}

.manage-how__list.small {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 144px 230px;
}

@media screen and (max-width: 992px) {
    .manage-how__list.small {
        width: 100%;
        max-width: 100%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 64px;
        padding-left: 57px;
    }
}

.manage-how__list.small .manage-how__item::after {
    width: calc(100% + 220px);
}

@media screen and (max-width: 992px) {
    .manage-how__list.small .manage-how__item::after {
        width: 4px;
    }
}

.manage-how__list.small .manage-how__item:nth-child(3n)::after {
    display: block;
}

.manage-how__list.small .manage-how__item:nth-child(2n)::after {
    display: none;
}

@media screen and (max-width: 992px) {
    .manage-how__list.small .manage-how__item:nth-child(2n)::after {
        display: block;
    }
}

.manage-how__item {
    padding-bottom: 76px;
    position: relative;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 992px) {
    .manage-how__item {
        padding-bottom: 0;
    }
}

.manage-how__item:nth-child(3n)::after {
    display: none;
}

@media screen and (max-width: 992px) {
    .manage-how__item:nth-child(3n)::after {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .manage-how__item:last-child::after {
        display: none !important;
    }
}

.manage-how__item::after {
    position: absolute;
    left: 50%;
    bottom: 20px;
    height: 4px;
    width: calc(100% + 40px);
    content: '';
    background-color: #cee0f1;
}

@media screen and (max-width: 992px) {
    .manage-how__item::after {
        left: -37px;
        width: 4px;
        height: calc(100% + 108px);
        top: 50%;
    }
}

.manage-how__wrapper {
    padding: 32px;
    border-radius: 16px;
    background-color: #F9FAFC;
    flex: 1;
}

.manage-how__title {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    color: #1F2D3D;
    margin-bottom: 16px;
}

.manage-how__text {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    color: #3C4858;
}

.manage-how__num {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #cee0f1;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    color: #247AC5;
}

@media screen and (max-width: 992px) {
    .manage-how__num {
        left: -57px;
        top: 50%;
        transform: translate(0, -50%);
    }
}

.seo-info {
    padding-bottom: 184px;
}

@media screen and (max-width: 768px) {
    .seo-info {
        padding-bottom: 88px;
    }
}

.seo-info__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 27px;
}

@media screen and (max-width: 768px) {
    .seo-info__list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.seo-info__item {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 15px 50px rgba(16, 61, 101, 0.08);
    border-radius: 16px;
}

.seo-info__item:nth-child(even) {
    background: #F9FAFC;
}

.seo-info__title {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    color: #1F2D3D;
}

.seo-info__text {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    color: #3C4858;
}

.new-content-lp {
    padding-bottom: 18px;
}

.new-main__hero {
    padding-top: 101px;
    padding-bottom: 148px;
}

@media screen and (max-width: 768px) {
    .new-main__hero {
        padding-top: 32px;
    }
}

.partners {
    padding-top: 91px;
    padding-bottom: 144px;
}

@media screen and (max-width: 768px) {
    .partners {
        padding-top: 64px;
        padding-bottom: 88px;
    }
}

.partners-list {
    grid-gap: 72px;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .partners-list {
        flex-wrap: wrap;
        grid-gap: 56px 26px;
    }
}

@media screen and (max-width: 768px) {
    .partners-item {
        flex: 0 45%;
    }
}

.partners-new .partners-list {
    align-items: center;
    justify-content: space-between !important;
}

@media screen and (max-width: 768px) {
    .partners-new .partners-list {
        grid-gap: 34px 25px;
        align-items: center;
    }
}

.partners-new .partners-item {
    font-size: 0;
}

@media screen and (max-width: 768px) {
    .partners-new .partners-item {
        flex: 0 auto;
    }
}

.partners-new .partners-item img {
    max-height: 45px;
}

@media screen and (max-width: 768px) {
    .partners-new .partners-item img {
        max-width: 144px;
        height: auto;
        max-height: 35px;
    }
}

.case {
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #EFF2F7;
    margin-bottom: 144px;
}

@media screen and (max-width: 768px) {
    .case {
        padding-top: 32px;
        padding-bottom: 24px;
        margin-bottom: 88px;
    }
}

.case-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
}

.case-slider .slick-list {
    order: -1;
}

.case-slider .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: 32px;
    font-size: 0;
    background: 0;
    border: 0;
    box-shadow: unset;
    background-position: center;
    background-repeat: no-repeat;
}

.case-slider .slick-next {
    background-image: url(../img/case-arrow-next.svg);
}

.case-slider .slick-prev {
    background-image: url(../img/case-arrow-prev.svg);
    margin-right: 64px;
}

.case-item {
    max-width: 570px;
    padding: 32px;
    border: 1px solid #D3DCE6;
    background-color: #F9FAFC;
    border-radius: 16px;
}

.case-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    color: #050504;
    margin-bottom: 8px;
}

.case-pos {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #3C4858;
    margin-bottom: 24px;
}

.case-text {
    max-width: 376px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    color: #3C4858;
    margin-bottom: 24px;
}

.testimonials {
    padding-bottom: 144px;
}

@media screen and (max-width: 768px) {
    .testimonials {
        padding-bottom: 88px;
    }
}

.testimonials-title {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #1F2D3D;
}

.testimonials-slider {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.testimonials-slider .slick-list {
    order: 1;
    overflow: visible;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .testimonials-slider .slick-list {
        overflow: hidden;
    }
}

.testimonials-slider .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #8492A6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0;
    background: 0;
    box-shadow: unser;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -72px;
}

@media screen and (max-width: 1200px) {
    .testimonials-slider .slick-arrow {
        margin-top: -12px;
        margin-bottom: 24px;
    }
}

.testimonials-slider .slick-prev {
    margin-left: auto;
    margin-right: 16px;
    background-image: url(../img/testimonials-arrow-prev.svg);
}

@media screen and (max-width: 1200px) {
    .testimonials-slider .slick-prev {
        margin-left: 0;
    }
}

.testimonials-slider .slick-prev:hover {
    background-image: url(../img/testimonials-arrow-prev-active.svg);
}

@media screen and (max-width: 1200px) {
    .testimonials-slider .slick-prev:hover {
        background-image: url(../img/testimonials-arrow-prev.svg);
    }
}

.testimonials-slider .slick-prev:active {
    background-image: url(../img/testimonials-arrow-prev-active.svg);
}

.testimonials-slider .slick-next {
    background-image: url(../img/testimonials-arrow-next.svg);
}

.testimonials-slider .slick-next:hover {
    background-image: url(../img/testimonials-arrow-next-active.svg);
}

@media screen and (max-width: 1200px) {
    .testimonials-slider .slick-next:hover {
        background-image: url(../img/testimonials-arrow-next.svg);
    }
}

.testimonials-slider .slick-next:active {
    background-image: url(../img/testimonials-arrow-next-active.svg);
}

.testimonials-item {
    max-width: 459px;
    padding: 32px;
    border-radius: 16px;
    background: #EFF2F7;
}

.testimonials-item__video {
    margin-top: -32px;
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px);
    margin-bottom: 20px;
    font-size: 0;
    height: 183px;
    overflow: hidden;
    border-radius: 12px;
}

.testimonials-item__video img {
    width: 100%;
    height: auto;
}

.testimonials-item__title {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    color: #050504;
}

.testimonials-item__text {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    color: #3C4858;
    margin-bottom: 16px;
}

.testimonials-item__stars {
    margin-bottom: 32px;
}

.testimonials-item__stars ul {
    display: flex;
    align-items: center;
}

.testimonials-item__stars li {
    font-size: 0;
    margin-right: 5px;
}

.testimonials-item__stars li:last-child {
    margin-right: 0;
}

.testimonials-user {
    display: flex;
    align-items: center;
}

.testimonials-user__img {
    margin-right: 16px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-user__content {
    flex: 1;
}

.testimonials-user__title {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #3C4858;
}

.testimonials-user__pos {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #8492A6;
}

.testimonials-new .testimonials-slider {
    flex: 0 804px;
    max-width: 804px;
}

.testimonials-new .testimonials-slider .slick-prev {
    margin-left: auto;
}

.testimonials-new .testimonials-slider .slick-arrow {
    margin-top: -72px;
}

.testimonials-new .testimonials-slider .slick-list {
    overflow: hidden;
}

.testimonials-new .testimonials-item {
    max-width: 393px;
}

.testimonials-new-item {
    flex: 0 308px;
    margin-right: 67px;
    max-width: 308px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #E5E9F2;
}

@media screen and (max-width: 1200px) {
    .testimonials-new-item {
        max-width: 100%;
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        flex: 1 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }
}

.testimonials-new-circle {
    max-width: 233px;
    width: 100%;
    height: 233px;
    border-radius: 50%;
    border: 5px solid #247AC5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.testimonials-new-circle-val {
    font-size: 44px;
    line-height: 38px;
    font-weight: 600;
    color: #050504;
    margin-bottom: 16px;
}

.testimonials-new-circle-star {
    text-align: center;
    font-size: 0;
    margin-bottom: 16px;
}

.testimonials-new-circle-star img {
    max-width: 100%;
    height: auto;
}

.testimonials-new-circle-text {
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    color: #050504;
    max-width: 150px;
}

.testimonials-new-bottom {
    font-size: 0;
    text-align: center;
}

.testimonials-new-bottom img {
    max-width: 268px;
    height: auto;
}

.testimonials-single-item {
    flex: 1 100% !important;
    max-width: 1170px !important;
    margin-top: 23px;
    display: flex;
    align-items: center;
    padding: 32px 56px;
    grid-gap: 20px 48px;
}

@media screen and (max-width: 768px) {
    .testimonials-single-item {
        padding: 24px;
        flex-direction: column;
    }
}

.testimonials-single-item .testimonials-item__stars {
    margin-bottom: 0;
}

.testimonials-single-item .testimonials-user {
    display: block;
    flex: 0 230px;
}

.testimonials-single-item .testimonials-single-content {
    flex: 1;
}

.testimonials-single-item .testimonials-user__img {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.testimonials-single-item .testimonials-user__img img {
    width: 100%;
    height: auto;
}

.testimonials-single-item .testimonials-user__content {
    margin-bottom: 24px;
}

.testimonials-single-item .testimonials-user__name {
    margin-bottom: 4px;
}

.study {
    padding-top: 64px;
    margin-bottom: 184px;
}

.study-wrapper {
    max-width: 1030px;
    margin: 0 auto;
}

.study-wrapper > * {
    max-width: 770px;
}

.study-title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.37;
    font-weight: 600;
    color: #3C4858;
}

.study-content {
    color: #3C4858;
}

.study-content > *:last-child {
    margin-bottom: 0;
}

.study-content h3, .study-content h2 {
    font-size: 24px;
    line-height: 1.83;
    font-weight: 600;
    margin-top: 80px;
    margin-bottom: 32px;
}

.study-content img {
    max-width: 100%;
    height: auto;
}

.study-content b, .study-content strong {
    font-weight: 600;
}

.study-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 32px;
}

.study-content ul li {
    padding-left: 25px;
    position: relative;
}

.study-content ul li::after {
    position: absolute;
    left: 8px;
    top: 0;
    content: '\00B7';
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
}

.study-content li {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
}

.study-content li:last-child {
    margin-bottom: 0;
}

.study-content blockquote {
    padding: 24px;
    background-color: #EFF2F7;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    border-radius: 10px;
}

.study-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 32px;
}

.study-content p:last-child {
    margin-bottom: 0;
}

.list-grid {
    padding-top: 50px;
    width: 100%;
    display: grid;
    grid-template-columns: 470px 570px;
    justify-content: space-between;
    margin-bottom: 184px;
}

@media screen and (max-width: 1200px) {
    .list-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px;
    }
}

.list-title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    color: #1DA2C1;
}

.list-content {
    margin-bottom: 72px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #050504;
}

.list-content:last-child {
    margin-bottom: 0;
}

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

.list-content li {
    padding-left: 25px;
    position: relative;
}

.list-content li::after {
    position: absolute;
    left: 8px;
    top: 0;
    content: '\00B7';
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
}

.list-right__title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    color: #050504;
    margin-bottom: 32px;
}

.list__form textarea.form-control {
    height: 92px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.list-form .form-bottom {
    margin-top: 40px;
}

.list-form__checks {
    margin-top: 40px;
}

.list-form__check {
    margin-bottom: 8px;
}

.list-form__check:last-child {
    margin-bottom: 0;
}

.list-form__check input {
    display: none;
}

.list-form__check input:checked + label::after {
    opacity: 1;
}

.list-form__check label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #050504;
    position: relative;
    padding-left: 24px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.list-form__check label::before {
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 5px;
    background-color: #EFF2F7;
    border: 1px solid #D3DCE6;
}

.list-form__check label::after {
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 5px;
    background-color: #00C6EB;
    background-image: url(../img/new-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: .3s;
}

.keyword {
    padding-top: 64px;
    padding-bottom: 120px;
}

.keyword-top {
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 32px;
    justify-content: space-between;
}

.keyword-site {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 12px;
}

.keyword-site-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #8492A6;
}

.keyword-site-link {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.keyword-site-link a {
    color: #1F2D3D;
    text-decoration: underline;
    transition: .3s;
}

.keyword-site-link a:hover {
    color: #1E68A8;
}

.keyword-search {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.keyword-search a {
    color: #247AC5;
    transition: .3s;
}

.keyword-search a:hover {
    color: #1F2D3D;
}

.keyword-bottom {
    display: flex;
    align-items: center;
    margin-top: 56px;
    flex-wrap: wrap;
    grid-gap: 20px 278px;
}

.keyword-bottom .pagination {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.approach {
    padding-bottom: 143px;
}

.approach-title {
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #051a34;
    margin-bottom: 14px;
}

.approach-text {
    max-width: 638px;
    margin: 0 auto;
    margin-bottom: 80px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    color: #3c4858;
}

.approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 240px);
    justify-content: space-around;
}

@media screen and (max-width: 768px) {
    .approach-grid {
        grid-template-columns: repeat(1, 240px);
        grid-gap: 30px;
    }
}

.approach-img {
    font-size: 0;
    margin-bottom: 24px;
    text-align: center;
}

.approach-item-title {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #050504;
    margin-bottom: 12px;
    text-align: center;
}

.approach-item-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: #8492A6;
}

.approach-left .approach-title {
    text-align: left;
}

.approach-left .approach-text {
    margin-left: 0;
}

.approach-left .approach-img {
    text-align: left;
}

.approach-left .approach-grid {
    max-width: 1169px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 80px;
}

@media screen and (max-width: 768px) {
    .approach-left .approach-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.approach-left .approach-item-title {
    text-align: left;
}

.approach-left .approach-item-text {
    text-align: left;
}

.promise {
    padding-bottom: 135px;
}

.promise-form {
    max-width: 1172px;
    margin: 0 auto;
    display: flex;
    flex: 1 100%;
    align-items: center;
    padding-top: 31px;
    padding-bottom: 31px;
    padding-left: 56px;
    padding-right: 69px;
    justify-content: space-between;
    background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
    .promise-form {
        flex-wrap: wrap;
        background-image: url("") !important;
        background-color: #0076c6;
        border-radius: 24px;
        padding: 32px 24px;
        grid-gap: 30px;
    }
}

.promise-content {
    max-width: 531px;
    color: #F9FAFC;
}

@media screen and (max-width: 992px) {
    .promise-content {
        max-width: 100%;
        text-align: center;
    }
}

.promise-title {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 37px;
    font-weight: 600;
}

.promise-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}

.promise-btn {
    display: flex;
}

@media screen and (max-width: 992px) {
    .promise-btn {
        justify-content: center;
    }
}

.promise-img {
    font-size: 0;
    filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.12));
}

.promise-img img {
    max-width: 100%;
}

@media screen and (max-width: 992px) {
    .promise-img {
        order: -1;
        text-align: center;
        flex: 1 100%;
    }
}

.how {
    padding-bottom: 144px;
}

.how-title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #051a34;
    margin-bottom: 12px;
}

.how-text {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    color: #3c4858;
}

.how-grid {
    display: grid;
    grid-template-columns: 399px 399px auto;
    max-width: 1169px;
}

@media screen and (max-width: 1200px) {
    .how-grid {
        grid-template-columns: repeat(1, 1fr);
        max-width: 327px;
        margin: 0 auto;
    }
}

.how-item {
    padding: 24px;
    padding-right: 39px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
    .how-item {
        padding: 16px;
        padding-bottom: 46px;
    }
}

.how-item:nth-child(1) {
    background-image: url(../img/how-1.png);
}

@media screen and (max-width: 1200px) {
    .how-item:nth-child(1) {
        background-image: url(../img/how-mob-1.png);
        height: 182px;
    }
}

.how-item:nth-child(2) {
    background-image: url(../img/how-2.png);
}

@media screen and (max-width: 1200px) {
    .how-item:nth-child(2) {
        background-image: url(../img/how-mob-2.png);
        height: 206px;
    }
}

.how-item:nth-child(3) {
    background-image: url(../img/how-3.png);
}

@media screen and (max-width: 1200px) {
    .how-item:nth-child(3) {
        background-image: url(../img/how-mob-3.png);
        height: 176px;
    }
}

.how-item-title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 8px;
}

.how-item-text {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    color: #3C4858;
}

.how-step {
    display: inline-block;
    vertical-align: top;
    padding: 4px 16px;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
    border: 1px solid #EDF1F8;
    border-radius: 50px;
    background: #FFFFFf;
    margin-bottom: 16px;
}

.experts {
    padding-bottom: 144px;
}

.experts-flex {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
}

.experts-content {
    flex: 0 470px;
}

.experts-title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #051a34;
    margin-bottom: 24px;
}

.experts-text {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    color: #3c4858;
}

.experts-grid {
    padding: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    background-color: #f9fafc;
    border-radius: 24px;
    flex: 0 670px;
}

@media screen and (max-width: 768px) {
    .experts-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.experts-val {
    font-size: 30px;
    line-height: 37px;
    font-weight: 600;
    color: #247ac5;
    margin-bottom: 8px;
}

.work {
    background-image: url(../img/work-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 726px;
    padding-bottom: 96px;
}

@media screen and (max-width: 768px) {
    .work {
        background-image: url(../img/work-bg-mob.png);
        padding-bottom: 80px;
        background-size: 100% 1444px;
    }
}

.work-title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #051a34;
    margin-bottom: 40px;
}

.work-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
    margin-bottom: 141px;
}

@media screen and (max-width: 1200px) {
    .work-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 768px) {
    .work-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.work-item {
    padding: 40px 24px 24px;
    background: #FFFFFF;
    border: 1px solid #C2CEDB;
    border-radius: 24px;
}

.work-item-title {
    text-align: center;
    font-size: 40px;
    line-height: 49px;
    font-weight: 600;
    color: #051a34;
    margin-bottom: 16px;
}

.work-img {
    text-align: center;
    margin-bottom: 32px;
    font-size: 0;
}

.work-text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    color: #3c4858;
    margin-bottom: 40px;
}

.work-btn .btn {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 0;
}

.work-bottom .work-item-title {
    margin-bottom: 16px;
    color: #fff;
}

.work-bottom-text {
    font-size: 18px;
    line-height: 28px;
    color: #f9fafc;
    font-weight: 500;
    max-width: 531px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}

.work-bottom-btn {
    display: flex;
    justify-content: center;
}

.work-bottom-btn .btn {
    height: 64px;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 76px;
}

@media screen and (max-width: 565px) {
    .work-bottom-btn .btn {
        width: 100%;
        padding: 0 30px;
    }
}

.new-content .btn {
    border-radius: 12px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 22px;
}

.new-content .btn-video {
    border-radius: 8px;
    font-size: 16px;
}

.new-content .work-btn .btn {
    font-size: 18px;
}
