.lSSlideWrapper, .lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSSlide, .lSSlideWrapper.usingCss .lSFade > * {
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important
}

.lSSlideOuter, .lSSlideOuter .lSPager.lSGallery {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideWrapper > .lightSlider:after {
    clear: both
}

.lSSlideOuter {
    overflow: hidden;
    user-select: none
}

.lightSlider:after, .lightSlider:before {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.lSSlideWrapper .lSFade > .active {
    z-index: 10
}

.lSSlideWrapper.usingCss .lSFade > .active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #428bca
}

.lSSlideOuter .media {
    opacity: .8
}

.lSSlideOuter .media.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
    transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table
}

> a {
    width: 32px;
    height: 32px;
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    opacity: .5;
    transition: opacity .25s
}

.lSAction > a:hover {
    opacity: 1
}

.lSAction > .lSPrev {
    left: 10px
}

.lSAction > .lSNext {
    right: 10px
}

.lSAction > a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.lSSlideOuter.vertical {
    position: relative
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0 !important
}

.lSSlideOuter.vertical .lSPagerWrapper {
    position: absolute !important;
    left: 0;
    top: 0;
    margin: 0;
    overflow: hidden;
    max-height: 100%
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important
}

.lSSlideOuter.vertical .lSAction > .lSNext {
    bottom: 0;
    top: auto;
    left: 0
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
    bottom: auto;
    top: 0;
    left: 0
}

.lSSlideOuter.lSrtl {
    direction: rtl
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none
}

.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
    float: left
}

.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider > * {
    float: right !important
}

@-webkit-keyframes rightEnd {
    0%, 100% {
        left: 0
    }
    50% {
        left: -15px
    }
}

@keyframes rightEnd {
    0%, 100% {
        left: 0
    }
    50% {
        left: -15px
    }
}

@-webkit-keyframes topEnd {
    0%, 100% {
        top: 0
    }
    50% {
        top: -15px
    }
}

@keyframes topEnd {
    0%, 100% {
        top: 0
    }
    50% {
        top: -15px
    }
}

@-webkit-keyframes leftEnd {
    0%, 100% {
        left: 0
    }
    50% {
        left: 15px
    }
}

@keyframes leftEnd {
    0%, 100% {
        left: 0
    }
    50% {
        left: 15px
    }
}

@-webkit-keyframes bottomEnd {
    0%, 100% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
}

@keyframes bottomEnd {
    0%, 100% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd .3s;
    animation: topEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd .3s;
    animation: bottomEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.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: 0
}

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

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: 0;
    background: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dotted.slick-slider.slick-slider--mb-0 {
    margin-bottom: 0
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: 0
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

[data-slick] {
    opacity: 0;
    pointer-events: none
}

[data-slick].visible {
    opacity: 1;
    pointer-events: auto
}

[data-slick-btn] {
    opacity: 0;
    pointer-events: none
}

[data-slick-btn].visible {
    opacity: 1;
    pointer-events: auto
}

.slick-custom-btns {
    display: flex
}

.slick-custom-btns__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    min-width: 50px;
    border: 1px solid #b4c6d2;
    color: #14509c;
    cursor: pointer;
    transition: filter .25s
}

.slick-custom-btns__btn:hover {
    filter: brightness(1.1)
}

.slick-custom-btns__btn:active {
    filter: brightness(0.9)
}

.slick-custom-btns__btn:first-child {
    border-right: 0
}

.slick-custom-btns__btn:before {
    content: "";
    font-family: Myfin
}

.slick-custom-btns__btn.prev {
    border-radius: 2px 0 0 2px
}

.slick-custom-btns__btn.prev:before {
    content: "\e92d"
}

.slick-custom-btns__btn.next {
    border-radius: 0 2px 2px 0
}

.slick-custom-btns__btn.next:before {
    content: "\e92e"
}

.slick-custom-btns__btn.disabled {
    color: #b4c6d2;
    pointer-events: none
}

.slick-dots li {
    margin: 0
}

.slick-dots li button {
    padding: 0
}

.slick-dots li button:before {
    font-size: 30px;
    color: #b4c6d2
}

.slick-dots li.slick-active button:before {
    color: #f78f1e
}

.hiddable-mob-content__text {
    height: 44px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 0
}

.hiddable-mob-content__btn {
    display: inline-block;
    cursor: pointer;
    color: #14509c;
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s
}

.hiddable-mob-content__btn:before {
    content: "Показать весь"
}

.hiddable-mob-content__btn:after {
    content: "\e90d";
    font-family: Myfin;
    margin-left: 5px;
    transition: transform .25s;
    font-size: .7em;
    display: inline-block;
    position: relative;
    top: 0
}

.hiddable-mob-content__btn:hover {
    color: #f78f1e
}

.hiddable-mob-content__btn.toggled:before {
    content: "Скрыть"
}

.hiddable-mob-content__btn.toggled:after {
    transform: rotate(180deg)
}

.hiddable-mob-content__btn-container {
    margin-top: 10px
}

@media screen and (min-width: 768px) {
    .hiddable-mob-content__text {
        height: auto
    }

    .hiddable-mob-content__btn-container {
        display: none
    }
}

.message-tile {
    padding: 8px 20px;
    border-radius: 3px;
    font-size: 16px
}

.message-tile.message-tile--alert {
    background-color: #ffd9d9
}

.checkbox-custom {
    position: relative;
    padding-left: 30px
}

.checkbox-custom > input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.checkbox-custom > span {
    display: inline-block;
    align-items: center;
    user-select: none;
    font-size: 14px;
    cursor: pointer
}

.checkbox-custom > span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #b4c6d2;
    border-radius: 2px;
    transition: filter .25s
}

.checkbox-custom > input:not(:disabled):not(:checked) + span:hover::before {
    filter: brightness(1.1)
}

.checkbox-custom > input:not(:disabled):active + span::before {
    filter: brightness(0.9)
}

.checkbox-custom > input:checked + span::before {
    border-color: #b4c6d2
}

.checkbox-custom > input:checked + span::after {
    content: "\e912";
    position: absolute;
    left: 3px;
    top: -7px;
    font-family: MyFin;
    color: #000;
    font-size: 20px
}

.checkbox-custom > input:disabled + span {
    pointer-events: none
}

.checkbox-custom > input:disabled + span::before {
    background-color: #ebebeb;
    border-color: #ccc
}

.checkbox-custom.checkbox-custom--text-gray > span {
    color: #999
}

.checkbox-custom {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px
}

.checkbox-custom + label {
    position: relative;
    padding-left: 34px;
    display: inline-block;
    align-items: center;
    user-select: none;
    font-size: 14px;
    cursor: pointer;
    line-height: 24px
}

.checkbox-custom + label:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #b4c6d2;
    border-radius: 3px;
    transition: filter .25s;
    background-color: #fff
}

.checkbox-custom:checked + label:before {
    border-color: #b4c6d2
}

.checkbox-custom:checked + label:after {
    content: "\e912";
    position: absolute;
    left: 12px;
    top: 12px;
    font-family: MyFin;
    color: #14509c;
    font-size: 16px;
    line-height: 1;
    transform: translate(-50%, -50%)
}

.checkbox-custom:not(:disabled):not(:checked) + label:hover:before {
    filter: brightness(1.1)
}

.checkbox-custom:not(:disabled):not(:checked) + label:active:before {
    filter: brightness(0.9)
}

.checkbox-custom:disabled + label {
    pointer-events: none
}

.checkbox-custom:disabled + label::before {
    background-color: #ebebeb;
    border-color: #ccc
}

.checkbox-custom.checkbox-custom--small + label {
    padding-left: 20px;
    font-size: 14px;
    line-height: 14px
}

.checkbox-custom.checkbox-custom--small + label::before {
    top: 0;
    width: 14px;
    height: 14px
}

.checkbox-custom.checkbox-custom--small:checked + label::after {
    content: "\e912";
    position: absolute;
    left: 9px;
    top: 5px;
    font-family: MyFin;
    color: #000;
    font-size: 15px
}

.checkbox-custom.checkbox-custom--middle + label {
    padding-left: 20px;
    font-size: 14px;
    line-height: 14px
}

.checkbox-custom.checkbox-custom--middle + label::before {
    top: 0;
    width: 14px;
    height: 14px
}

.checkbox-custom.checkbox-custom--middle:checked + label::after {
    content: "\e912";
    position: absolute;
    left: 8px;
    top: 6px;
    font-family: MyFin;
    color: #000;
    font-size: 14px
}

.checkbox-custom.checkbox-custom--large {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px
}

.checkbox-custom.checkbox-custom--large + label {
    position: relative;
    padding-left: 34px;
    display: inline-block;
    align-items: center;
    user-select: none;
    font-size: 16px;
    cursor: pointer;
    line-height: 24px
}

.checkbox-custom.checkbox-custom--large + label:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #b4c6d2;
    border-radius: 3px;
    transition: filter .25s;
    background-color: #fff
}

.checkbox-custom.checkbox-custom--large:checked + label:before {
    border-color: #b4c6d2
}

.checkbox-custom.checkbox-custom--large:checked + label:after {
    content: "\e912";
    position: absolute;
    left: 12px;
    top: 12px;
    font-family: MyFin;
    color: #14509c;
    font-size: 16px;
    line-height: 1;
    transform: translate(-50%, -50%)
}

.checkbox-custom.checkbox-custom--large:not(:disabled):not(:checked) + label:hover:before {
    filter: brightness(1.1)
}

.checkbox-custom.checkbox-custom--large:not(:disabled):not(:checked) + label:active:before {
    filter: brightness(0.9)
}

.checkbox-custom.checkbox-custom--large:disabled + label {
    pointer-events: none
}

.checkbox-custom.checkbox-custom--large:disabled + label::before {
    background-color: #ebebeb;
    border-color: #ccc
}

.checkbox-custom.checkbox-custom--not-rounded + label:before {
    border-radius: 0
}

.checkbox-custom.checkbox-custom--light + label {
    color: #fff
}

.checkbox-custom.checkbox-custom--input-inside {
    position: relative;
    z-index: unset;
    opacity: 1;
    margin: 0
}

.checkbox-custom > span:not(.checkbox-custom__fake-input)::before {
    display: none
}

.checkbox-custom.checkbox-custom--input-inside input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px
}

.checkbox-custom.checkbox-custom--input-inside {
    position: relative;
    padding-left: 34px;
    display: inline-block;
    align-items: center;
    user-select: none;
    font-size: 14px;
    cursor: pointer;
    line-height: 24px
}

.checkbox-custom.checkbox-custom--input-inside .checkbox-custom__fake-input:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #b4c6d2;
    border-radius: 3px;
    transition: filter .25s;
    background-color: #fff
}

.checkbox-custom.checkbox-custom--input-inside input:checked + .checkbox-custom__fake-input:before {
    border-color: #b4c6d2
}

.checkbox-custom.checkbox-custom--input-inside input:checked + .checkbox-custom__fake-input:after {
    content: "\e912";
    position: absolute;
    left: 12px;
    top: 12px;
    font-family: MyFin;
    color: #14509c;
    font-size: 16px;
    line-height: 1;
    transform: translate(-50%, -50%)
}

.checkbox-custom.checkbox-custom--input-inside input:not(:disabled):not(:checked) + .checkbox-custom__fake-input:hover:before {
    filter: brightness(1.1)
}

.checkbox-custom.checkbox-custom--input-inside input:not(:disabled):not(:checked) + .checkbox-custom__fake-input:active:before {
    filter: brightness(0.9)
}

.checkbox-custom.checkbox-custom--input-inside input:disabled + .checkbox-custom__fake-input {
    pointer-events: none
}

.checkbox-custom.checkbox-custom--input-inside input:disabled + .checkbox-custom__fake-input::before {
    background-color: #ebebeb;
    border-color: #ccc
}

.select {
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    color: #0e1829
}

.select select {
    display: none
}

.select__trigger {
    display: inline-block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d9e3e8;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    font-size: inherit;
    line-height: 1;
    padding: .84375em 2.8125em .84375em .9375em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: border-color .25s;
    -o-transition: border-color .25s;
    transition: border-color .25s;
    text-align: left;
    color: #0e1829
}

.select__trigger::after {
    content: "\e90d";
    font-family: Myfin;
    position: absolute;
    right: 1.428571428571429em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform .25s, -webkit-transform .25s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .7em;
    color: #0e1829;
    will-change: transform
}

.select__trigger:focus {
    outline: 0
}

.select__trigger[data-select-value=""], .select__trigger[data-select-value=""]::after {
    color: #b7bec7
}

.select.select--disabled {
    pointer-events: none
}

.select.select--disabled input {
    background-color: #ebebeb
}

.select.select--disabled .select__trigger {
    background-color: #ebebeb;
    color: #0e1829
}

.select.select--disabled.select--disabled .select__trigger {
    color: #0e1829
}

.select.select--disabled.select--disabled .select__label {
    display: none
}

.select--show {
    box-shadow: 0 5px 5px rgba(107, 115, 125, .25)
}

.select--show .select__trigger {
    border-radius: 3px 3px 0 0;
    border-color: #6b737d
}

.select--show .select__trigger::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.select__search {
    padding: 15px;
    border-bottom: 1px solid #ebebeb
}

.select__dropdown {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 0 0 3px 3px;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(107, 115, 125, .25);
    z-index: 20
}

.select--show .select__dropdown {
    display: block
}

.select--show .select__backdrop {
    display: block
}

.select__items {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 0
}

.select__item {
    border-top: 1px solid #d9e3e8;
    font-size: 1em;
    line-height: 1;
    padding: .90625em .9375em
}

.select__item.hidden {
    display: none !important
}

.select__item:first-child {
    border-top: 0
}

.select__item--selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #b7bec7;
    position: relative
}

.select__item--selected::after {
    content: "\e912";
    font-family: Myfin;
    position: absolute;
    right: 1.171875em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .8em
}

.select__item:hover {
    background-color: #ebf6fb;
    cursor: pointer;
    -webkit-transition: .25s background-color ease-in-out;
    -o-transition: .25s background-color ease-in-out;
    transition: .25s background-color ease-in-out
}

.select__backdrop {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: transparent
}

.select__label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .9375em;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    background-color: #fff;
    color: #b7bec7;
    transition: color .25s
}

.select.select--labeled .select__label {
    opacity: 1;
    z-index: 2;
    transition: transform .25s, font-size .25s, left .25s, color .25s
}

.select.select--labeled .select__trigger {
    color: #fff
}

.select.select--labeled.select--show .select__label, .select.select--labeled:focus-within .select__label, .select.select--labeled.active .select__label {
    transform: translateY(-200%);
    font-size: .875em;
    left: 1.1em
}

.select.select--labeled.select--show .select__label, .select.select--labeled:focus-within .select__label {
    color: #6b737d
}

.select.select--labeled:focus-within .select__trigger[data-select-value=""], .select.select--labeled.active .select__trigger[data-select-value=""], .select.select--labeled:focus-within .select__trigger[data-select-value=""]:after, .select.select--labeled.active .select__trigger[data-select-value=""]:after {
    color: #b7bec7
}

.select.select--labeled:focus-within .select__trigger, .select.select--labeled.active .select__trigger {
    color: #0e1829
}

.select.select.select--labeled.error .select__label {
    color: #f71e1e
}

.select.select--labeled.disabled .select__label {
    background-color: transparent;
    color: #b7bec7
}

.select.error {
    border-color: #f71e1e
}

.select.error .select__trigger {
    border-color: #f71e1e;
    box-shadow: 0 0 0 1px #f71e1e
}

.select-error {
    color: #f71e1e;
    font-size: 14px;
    margin-top: 5px
}

.select.select--multi .select__item {
    position: relative;
    padding: .90625em .9375em .90625em 3.0625em
}

.select.select--multi .select__item--selected::after {
    content: "\e912";
    font-family: Myfin;
    position: absolute;
    left: 1.3125em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 2;
    color: #14509c;
    font-size: 1em
}

.select.select--multi .select__item:before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b4c6d2;
    border-radius: 3px;
    border-radius: 2px;
    position: absolute;
    left: 1.0714em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.select.select--multi .select__item.select__item--selected {
    color: #0e1829
}

.select.select--middle .select__trigger {
    padding: .965em 1.0714em
}

.select.select--middle .select__dropdown {
    top: 50px
}

.select.select--middle .select__item {
    padding: .965em 1.0714em
}

.select.select--big .select__trigger {
    padding: 1.063em .9375em 1.063em .9375em;
    font-size: 16px
}

.select.select--big .select__dropdown {
    top: 60px
}

.select.select--big .select__item {
    font-size: 16px;
    padding: 1.063em .9375em 1.063em .9375em
}

.select.select--big.select--multi .select__item {
    position: relative;
    padding: 1.063em .9375em 1.063em 2.7em
}

.select.select--big.select--multi .select__item:before {
    content: "";
    width: 1.25em;
    height: 1.25em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: .9375em
}

.select.select--big.select--multi .select__item--selected::after {
    left: .9375em;
    font-size: 1.2em
}

.select.select--search-outside {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.select.select--search-outside .select__search {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%
}

.select.select--search-outside .input.input--icon-right [class^="icon-"], .input.input--icon-right [class*=" icon-"] {
    font-size: 1em;
    height: 100%
}

.select.select--search-outside .select__search .input input {
    border: 0;
    height: 38px;
    padding: 8px 15px
}

.select.select--search-outside.select--big .input input {
    height: 58px
}

.select.select--v2.select--labeled .select__label, .select.select--v2.select--labeled.select--show .select__label, .select.select--v2.select--labeled:focus-within .select__label, .select.select--v2.select--labeled.active .select__label {
    top: 10px;
    transform: translateY(0);
    font-size: 13px;
    left: 15px;
    background-color: transparent
}

.select.select--v2 .select__trigger {
    padding: 29px 45px 8px 15px;
    opacity: 1
}

.select.select--v2.select--labeled .select__trigger[data-select-value=""] {
    color: #b7bec7
}

.select.select--v2 .select__dropdown {
    top: 55px
}

.select.select--v2.select--labeled .select__trigger {
    color: #0e1829
}

.select.select--native {
    position: relative
}

.select.select--native .select__trigger {
    pointer-events: none
}

.select.select--native select {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    opacity: 0
}

.online-request-form__form {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 20px 15px
}

.online-request-form__form-title {
    padding-bottom: 20px
}

.online-request-form__form-description.hidden {
    display: none !important
}

.online-request-form__form-cell-control--phone {
    position: relative
}

.online-request-form__form-cell-control--phone:before {
    content: '+375';
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 16px;
    pointer-events: none;
    display: none;
    z-index: 2
}

.online-request-form__form-cell-control--phone.active:before {
    display: block
}

.online-request-form__form-cell-control--phone.active input {
    padding-left: 50px
}

.online-request-form__title h2 {
    margin: 0
}

.online-request-form__form-row {
    margin-bottom: 12px
}

.online-request-form__form-row.online-request-form__form-row--mb-0 {
    margin-bottom: 0
}

.online-request-form__form-cell {
    display: flex;
    flex-direction: column
}

.online-request-form__form-cell.online-request-form__form-cell--pos-r {
    position: relative
}

.online-request-form__form-cell-title {
    font-size: 15px;
    margin-bottom: 5px
}

.online-request-form__subtext {
    text-align: center;
    font-size: 12px;
    color: #8c8c8c
}

.online-request-form__form-success {
    display: flex;
    flex-direction: column;
    align-items: center
}

.online-request-form__form-success-text {
    text-align: center;
    font-size: 18px;
    max-width: 450px
}

.online-request-form__form-success img {
    display: inline-flex;
    height: 120px;
    width: 120px;
    margin-bottom: 20px
}

.online-request-form__form-row.error .online-request-form__form-cell-control input, .online-request-form__form-row.error .online-request-form__form-cell-control select, .online-request-form__form-row.has-error .online-request-form__form-cell-control input, .online-request-form__form-row.has-error .online-request-form__form-cell-control select {
    border-color: #f71e1e
}

.online-request-form__form-row.error .online-request-form__form-error-text, .online-request-form__form-row.has-error .online-request-form__form-error-text {
    margin-top: 5px;
    color: #f71e1e
}

.online-request-form__form-error-text, .online-request-form__form-error-text a {
    color: #f71e1e
}

.online-request-form .iconb {
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-flex
}

.online-request-form .iconb:before {
    left: 0
}

.online-request-form__form-checkboxes-wrapper .checkbox-custom-container {
    margin-top: 15px
}

.online-request-form__form-checkboxes-wrapper .checkbox-custom-container:last-child {
    margin-bottom: 0
}

.online-request-form.online-request-form--modal .online-request-form__form {
    border: 0
}

.online-request-form.online-request-form--v2 .online-request-form__head {
    padding: 0 15px 20px 15px;
    border-bottom: 1px solid #e1e8ed;
    min-height: 64px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px
}

.online-request-form.online-request-form--v2 .online-request-form__head-img {
    display: flex;
    justify-content: center
}

.online-request-form.online-request-form--v2 .online-request-form__head-img img {
    height: 44px;
    width: auto;
    max-width: 150px;
    object-fit: contain
}

.online-request-form.online-request-form--v2.online-request-form--branded .online-request-form__form {
    padding-top: 0
}

.online-request-form.online-request-form--v2.online-request-form--branded .online-request-form__head {
    height: 91px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.online-request-form.online-request-form--v2.online-request-form--branded .online-request-form__head-img {
    height: 100%;
    width: 100%
}

.online-request-form.online-request-form--v2.online-request-form--branded .online-request-form__head-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    max-width: unset
}

.online-request-form.online-request-form--no-cell-title .online-request-form__form-cell-title {
    display: none
}

.online-request-form.online-request-form--col-1 .online-request-form__form-content {
    display: block
}

.online-request-form.online-request-form--col-2 .online-request-form__form-content {
    display: grid;
    grid-template-columns:repeat(2, calc(50% - 10px));
    grid-gap: 10px 20px
}

.online-request-form.online-request-form--fullfilled {
    height: 100%
}

.online-request-form.online-request-form--fullfilled .online-request-form__form {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.online-request-form.online-request-form--v3 .online-request-form__form {
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 30px 15px
}

.online-request-form.online-request-form--v3 .online-request-form__form-title {
    padding: 0;
    margin: 0 0 20px 0;
    border: 0
}

.online-request-form.online-request-form--v3 .online-request-form__form-title h2 {
    font-size: 25px
}

.online-request-form.online-request-form--v3 .online-request-form__form-row {
    margin-right: 0;
    margin-left: 0
}

.online-request-form.online-request-form--v3 .online-request-form__form-row.online-request-bank-result {
    margin-bottom: 0
}

.online-request-form.online-request-form--no-precheck .online-request-form__subtext {
    display: none
}

.online-request-form.online-request-form--no-precheck .online-request-form__form-row {
    margin-bottom: 20px
}

.online-request-form.online-request-form--no-precheck .online-request-form__form-row:last-child {
    margin-bottom: 0
}

.online-request-form.online-request-form--no-precheck .phone-verification .online-request-form__form-row:last-child {
    margin-bottom: 20px
}

.online-request-form.online-request-form--bg-white {
    background-color: #fff
}

.online-request-form.online-request-form--bordered {
    border: 1px solid #ebebeb;
    border-radius: 3px
}

@media screen and (min-width: 768px) {
    .online-request-form__form {
        padding: 30px 30px 20px 30px
    }

    .online-request-form__form-cell {
        align-items: center;
        flex-direction: row
    }

    .online-request-form__form-cell-title {
        width: 180px;
        margin-right: 20px;
        margin-bottom: 0;
        flex-shrink: 0
    }

    .online-request-form__form-cell-control {
        flex-grow: 2;
        width: 100%
    }

    .online-request-form__form-title {
        padding-bottom: 25px;
        border-bottom: 1px solid #ebebeb;
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 25px
    }

    .online-request-form__subtext {
        text-align: left;
        font-size: 14px
    }

    .online-request-form__form-success img {
        margin-bottom: 30px
    }

    .online-request-form__form-row.error .online-request-form__form-cell, .online-request-form__form-row.has-error .online-request-form__form-cell {
        align-items: flex-start
    }

    .online-request-form__form-row.error .online-request-form__form-cell-title, .online-request-form__form-row.has-error .online-request-form__form-cell-title {
        padding-top: 5px
    }

    .online-request-form__form-row.online-request-form__form-row--checkboxes .online-request-form__form-cell-title {
        margin-right: 0;
        margin-bottom: 10px
    }

    .online-request-form__form-row.online-request-form__form-row--checkboxes .online-request-form__form-cell-control {
        grid-template-columns:repeat(3, fit-content(100%));
        grid-column-gap: 20px
    }

    .online-request-form.online-request-form--modal .online-request-form__form {
        padding: 25px
    }

    .online-request-form.online-request-form--modal .online-request-form__form-title {
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
        margin-left: -25px;
        margin-right: -25px;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 15px
    }

    .online-request-form__form-checkboxes-wrapper {
        display: flex;
        flex-wrap: wrap
    }

    .online-request-form__form-checkboxes-wrapper .checkbox-custom-container {
        margin-top: 10px;
        margin-right: 20px
    }

    .online-request-form.online-request-form--v2 .online-request-form__head {
        padding: 0 30px 20px 30px;
        margin-left: -30px;
        margin-right: -30px
    }

    .online-request-form.online-request-form--v2 .online-request-form__form-title {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 20px
    }

    .online-request-form.online-request-form--v3 .online-request-form__form {
        padding: 40px 30px
    }

    .online-request-form.online-request-form--sidebar .online-request-form__form {
        padding: 15px
    }

    .online-request-form.online-request-form--sidebar .online-request-form__form-title {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px 15px 15px
    }
}

.adfox-container:not(.inited) {
    margin: 0 !important;
    padding: 0 !important
}

.adfox-container.adfox-container--bt.inited {
    border-top: 1px solid #ebebeb
}

.adfox-container.adfox-container--bb.inited {
    border-bottom: 1px solid #ebebeb
}

.adfox-container.adfox-container--l.inited {
    padding-top: 40px;
    padding-bottom: 40px
}

.adfox-container.adfox-container--d.inited {
    padding-top: 30px;
    padding-bottom: 30px
}

.adfox-container.adfox-container--s.inited {
    padding-top: 15px;
    padding-bottom: 15px
}

.adfox-container.adfox-container--xs.inited {
    padding-top: 10px;
    padding-bottom: 10px
}

.adfox-container.adfox-container--m.inited {
    padding-top: 20px;
    padding-bottom: 20px
}

.adfox-container.adfox-container--d.adfox-container--indent-bottom.inited {
    padding-top: 0;
    padding-bottom: 30px
}

.adfox-container.adfox-container--d.adfox-container--indent-top.inited {
    padding-top: 30px;
    padding-bottom: 0
}

.adfox-container.adfox-container--s.adfox-container--indent-bottom.inited {
    padding-top: 0;
    padding-bottom: 15px
}

.adfox-container.adfox-container--xs.adfox-container--indent-bottom.inited {
    padding-top: 0;
    padding-bottom: 10px
}

.adfox-container.adfox-container--s.adfox-container--indent-top.inited {
    padding-top: 15px;
    padding-bottom: 0
}

.adfox-container.adfox-container--xs.adfox-container--indent-top.inited {
    padding-top: 10px;
    padding-bottom: 0
}

.adfox-container.adfox-container--m.adfox-container--indent-bottom.inited {
    padding-top: 0;
    padding-bottom: 20px
}

.adfox-container.adfox-container--m.adfox-container--indent-top.inited {
    padding-top: 30px;
    padding-bottom: 0
}

.adfox-container.adfox-container--fst.inited {
    padding-top: 25px;
    padding-bottom: 30px
}

.adfox-container.adfox-container--margin-l.inited {
    margin-top: 40px;
    margin-bottom: 40px
}

.adfox-container.adfox-container--margin-d.inited {
    margin-top: 30px;
    margin-bottom: 30px
}

.adfox-container.adfox-container--margin-s.inited {
    margin-top: 15px;
    margin-bottom: 15px
}

.adfox-container.adfox-container--margin-xs.inited {
    margin-top: 10px;
    margin-bottom: 10px
}

.adfox-container.adfox-container--margin-m.inited {
    margin-top: 20px;
    margin-bottom: 20px
}

.adfox-container.adfox-container--margin-d.adfox-container--indent-bottom.inited {
    margin-top: 0;
    margin-bottom: 30px
}

.adfox-container.adfox-container--margin-d.adfox-container--indent-top.inited {
    margin-top: 30px;
    margin-bottom: 0
}

.adfox-container.adfox-container--margin-s.adfox-container--indent-bottom.inited {
    margin-top: 0;
    margin-bottom: 15px
}

.adfox-container.adfox-container--margin-xs.adfox-container--indent-bottom.inited {
    margin-top: 0;
    margin-bottom: 10px
}

.adfox-container.adfox-container--margin-s.adfox-container--indent-top.inited {
    margin-top: 15px;
    margin-bottom: 0
}

.adfox-container.adfox-container--margin-xs.adfox-container--indent-top.inited {
    margin-top: 10px;
    margin-bottom: 0
}

.adfox-container.adfox-container--margin-m.adfox-container--indent-bottom.inited {
    margin-top: 0;
    margin-bottom: 20px
}

.adfox-container.adfox-container--margin-m.adfox-container--indent-top.inited {
    margin-top: 20px;
    margin-bottom: 0
}

.adfox-container.adfox-container--margin-fst.inited {
    margin-top: 25px;
    margin-bottom: 30px
}

@media screen and (min-width: 991px) {
    .adfox-container.adfox-container--l.inited {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .adfox-container.adfox-container--d.inited {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .adfox-container.adfox-container--s.inited {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .adfox-container.adfox-container--m.inited {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .adfox-container.adfox-container--d.adfox-container--indent-bottom.inited {
        padding-top: 0;
        padding-bottom: 40px
    }

    .adfox-container.adfox-container--d.adfox-container--indent-top.inited {
        padding-top: 40px;
        padding-bottom: 0
    }

    .adfox-container.adfox-container--s.adfox-container--indent-bottom.inited {
        padding-top: 0;
        padding-bottom: 20px
    }

    .adfox-container.adfox-container--s.adfox-container--indent-top.inited {
        padding-top: 20px;
        padding-bottom: 0
    }

    .adfox-container.adfox-container--m.adfox-container--indent-bottom.inited {
        padding-top: 0;
        padding-bottom: 30px
    }

    .adfox-container.adfox-container--m.adfox-container--indent-top.inited {
        padding-top: 30px;
        padding-bottom: 0
    }

    .adfox-container.adfox-container--margin-l.inited {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .adfox-container.adfox-container--margin-d.inited {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .adfox-container.adfox-container--margin-s.inited {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .adfox-container.adfox-container--margin-m.inited {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .adfox-container.adfox-container--margin-d.adfox-container--indent-bottom.inited {
        margin-top: 0;
        margin-bottom: 40px
    }

    .adfox-container.adfox-container--margin-d.adfox-container--indent-top.inited {
        margin-top: 40px;
        margin-bottom: 0
    }

    .adfox-container.adfox-container--margin-s.adfox-container--indent-bottom.inited {
        margin-top: 0;
        margin-bottom: 20px
    }

    .adfox-container.adfox-container--margin-s.adfox-container--indent-top.inited {
        margin-top: 20px;
        margin-bottom: 0
    }

    .adfox-container.adfox-container--margin-m.adfox-container--indent-bottom.inited {
        margin-top: 0;
        margin-bottom: 30px
    }

    .adfox-container.adfox-container--margin-m.adfox-container--indent-top.inited {
        margin-top: 30px;
        margin-bottom: 0
    }
}

body.blocked {
    position: relative;
    overflow: hidden !important
}

.custom-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;
    pointer-events: none
}

[data-custom-modal="show-modal"], [data-custom-modal="close-modal"] {
    cursor: pointer
}

.custom-modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3001
}

.custom-modal.active .custom-modal__content {
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1
}

.custom-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    padding: 15px
}

.custom-modal__close:before {
    content: '\e90e';
    font-family: Myfin;
    color: #b7bec7;
    font-size: 16px
}

.custom-modal__title {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: roboto-bold, Arial, Helvetica, sans-serif
}

.custom-modal__content {
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    transform: translateY(-100px);
    background-color: #fff;
    padding: 40px 15px 30px 15px;
    border-radius: 5px;
    width: calc(100% - 20px);
    margin: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none
}

.custom-modal__content::-webkit-scrollbar {
    width: 8px
}

.custom-modal__content::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 30px
}

.custom-modal__content::-webkit-scrollbar-thumb {
    background-color: #d4d7d9;
    border-radius: 10px
}

.custom-modal.custom-modal--no-animation {
    display: none
}

.custom-modal.active.custom-modal--no-animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.custom-modal.active.custom-modal--no-animation .custom-modal__content {
    -webkit-transform: perspective(0) translateZ(0);
    transform: perspective(0) translateZ(0)
}

.custom-modal.custom-modal--scrollable-y .custom-modal__content {
    overflow-y: auto;
    max-height: 90vh
}

.custom-modal.custom-modal--scrollable-x .custom-modal__content {
    overflow-x: auto
}

.custom-modal.custom-modal--s .custom-modal__content {
    max-width: 400px
}

.custom-modal.custom-modal--m .custom-modal__content {
    max-width: 600px
}

.custom-modal.custom-modal--l .custom-modal__content {
    max-width: 800px
}

.custom-modal.custom-modal--xl .custom-modal__content {
    max-width: 900px
}

.custom-modal.custom-modal--xxl .custom-modal__content {
    max-width: 1100px
}

.custom-modal.custom-modal--adaptive .custom-modal__content {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    background-color: transparent;
    border-radius: 0
}

.custom-modal.custom-modal--full .custom-modal__content {
    max-width: unset;
    min-width: unset;
    width: 100%;
    margin: 0;
    height: 100%;
    top: 0;
    border-radius: 0;
    max-height: unset;
    padding: 0
}

.custom-modal.custom-modal--full .custom-modal__close {
    right: 0;
    top: 0;
    padding-right: 10px
}

.custom-modal.custom-modal--no-transform.active .custom-modal__content, .custom-modal.custom-modal--no-transform .custom-modal__content {
    transform: unset
}

.custom-modal-backdrop, .custom-modal-overlay {
    z-index: 3000
}

.custom-modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.custom-modal-overlay.active {
    opacity: 1;
    pointer-events: auto
}

.custom-modal.custom-modal--bg-light-blue .custom-modal__content {
    background-color: #ebf6fb
}

@media screen and (min-width: 1200px) {
    .custom-modal {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .custom-modal__content {
        padding: 40px 30px 30px 30px
    }

    .custom-modal__title {
        font-size: 24px
    }
}

.input {
    display: flex;
    align-items: center;
    border: 1px solid #d9e3e8;
    border-radius: 3px;
    transition: color .25s, border-color .25s;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 16px
}

.input__label {
    position: absolute;
    right: 15px;
    top: -9px;
    display: inline-block;
    padding: 3px 4px;
    border-radius: 2px;
    background-color: #7ec129;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    opacity: 0;
    pointer-events: none
}

.input__label.active {
    opacity: 1
}

.input.success .input__label.active {
    opacity: 0
}

.input__control {
    display: inline-flex;
    color: #d9e3e8;
    transition: color .25s, opacity .25s;
    padding-right: .9375em;
    cursor: pointer;
    opacity: 0;
    pointer-events: none
}

.input__control.visible {
    opacity: 1;
    pointer-events: auto
}

.input__control:hover {
    color: #6b737d
}

.input__control:active {
    color: #4c5258
}

.input__control:before {
    content: "\e90e";
    font-family: Myfin
}

.input__control[data-input="password"] {
    opacity: 1;
    pointer-events: auto
}

.input__control[data-input="password"]:before {
    content: "\e99b"
}

.input__control[data-input="password"].switched:before {
    content: "\e99c"
}

.input label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .9375em;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    background-color: #fff;
    color: #b7bec7;
    transition: color .25s
}

.input input {
    margin: 0;
    padding: .65625em .9375em;
    border: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    background-color: transparent;
    box-sizing: border-box;
    line-height: 1;
    font-size: inherit;
    box-shadow: none !important
}

.input input::-webkit-input-placeholder {
    color: #b7bec7;
    font-size: 1em
}

.input input::-moz-placeholder {
    color: #b7bec7;
    font-size: 1em
}

.input input:-ms-input-placeholder {
    color: #b7bec7;
    font-size: 1em
}

.input input:-moz-placeholder {
    color: #b7bec7;
    font-size: 1em
}

.input [class^="ic-"], .input [class*=" ic-"] {
    pointer-events: none;
    color: #b7bec7;
    padding-left: .9375em;
    transition: color .25s
}

.input:focus-within {
    border-color: #6b737d
}

.input:focus-within [class^="ic-"], .input:focus-within [class*=" ic-"] {
    color: #6b737d
}

.input.error {
    border-color: #f71e1e;
    margin-bottom: 25px;
    box-shadow: 0 0 0 1px #f71e1e
}

.input.error.error--no-margin {
    margin-bottom: 0
}

.input.error [class^="ic-"], .input.error [class*=" ic-"] {
    color: #f71e1e
}

.input.error label {
    color: #f71e1e
}

.input__error {
    display: none;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    color: #f71e1e;
    font-size: 14px
}

.input__error.input__error--static {
    position: static;
    top: unset;
    left: unset;
    display: block
}

.input.error .input__error {
    display: block
}

.input.success:after {
    content: "\e912";
    color: #5bbb10;
    font-family: Myfin;
    padding-right: .9375em
}

.input.success .input__control {
    opacity: 1;
    color: #5bbb10;
    pointer-events: none
}

.input.success .input__control:before {
    content: "\e912"
}

.input.success [class^="ic-"], .input.success [class*=" ic-"] {
    color: #5bbb10
}

.input.disabled {
    background-color: #ecf1f3;
    pointer-events: none
}

.input.disabled input {
    color: #b7bec7
}

.input.disabled [class^="ic-"], .input.disabled [class*=" ic-"] {
    color: #b7bec7
}

.input.disabled .input__control {
    opacity: 1;
    pointer-events: none
}

.input.disabled .input__control:before {
    content: '\e953';
    color: #b7bec7
}

.input.input--labeled label {
    opacity: 1;
    z-index: 2;
    transition: transform .25s, font-size .25s, left .25s;
    width: calc(100% - 30px)
}

.input.input--labeled:focus-within label, .input.input--labeled.active label {
    transform: translateY(-160%);
    font-size: .875em;
    left: 1.1em;
    width: auto
}

.input.input--labeled:focus-within label {
    color: #6b737d
}

.input.input--labeled.error label {
    color: #f71e1e
}

.input.input--labeled.disabled label {
    background-color: transparent;
    color: #b7bec7
}

.input.input--labeled:not(.active) input::-webkit-input-placeholder {
    opacity: 0
}

.input.input--labeled:not(.active) input::-moz-placeholder {
    opacity: 0
}

.input.input--labeled:not(.active) input:-ms-input-placeholder {
    opacity: 0
}

.input.input--labeled:not(.active) input:-moz-placeholder {
    opacity: 0
}

.input.input--ic-orange [class^="ic-"], .input.input--ic-orange [class*=" ic-"] {
    color: #ff7f4e
}

.input.input--ic-orange:focus-within [class^="ic-"], .input.input--ic-orange:focus-within [class*=" ic-"] {
    color: #6b737d
}

.input.input--m input {
    padding: .662em .9375em
}

.input.input--labeled.input--m:focus-within label, .input.input--labeled.input--m.active label {
    transform: translateY(-190%)
}

input {
    font: inherit
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s !important
}

.input.input--icon-right input {
    padding-right: 40px
}

.input.input--icon-right [class^="ic-"], .input.input--icon-right [class*=" ic-"] {
    position: absolute;
    top: 0;
    right: .9375em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40px
}

.input.input--icon-left input {
    padding-left: 40px
}

.input.input--icon-left [class^="ic-"], .input.input--icon-left [class*=" ic-"] {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40px;
    background-color: #fff
}

.input.input--v2.input.input--labeled label {
    top: 6px;
    transform: translateY(0);
    font-size: 13px;
    left: 15px;
    background-color: transparent
}

.input.input--v2.input.input--labeled input {
    padding: 26px 15px 5px 15px
}

.input.input--v2.input.input--labeled input::-webkit-input-placeholder {
    opacity: 1
}

.input.input--v2.input.input--labeled input::-moz-placeholder {
    opacity: 1
}

.input.input--v2.input.input--labeled input:-ms-input-placeholder {
    opacity: 1
}

.input.input--v2.input.input--labeled input:-moz-placeholder {
    opacity: 1
}

.input.input--v3 {
    margin-bottom: 0;
    box-shadow: none;
    flex-direction: column;
    align-items: flex-start
}

.input.input--v3.error {
    border: 0
}

.input.input--v3.error input {
    border: 1px solid #f71e1e;
    box-shadow: 0 0 0 1px #f71e1e;
    border-radius: 3px
}

.input.input--v3.error .input__error {
    position: static;
    margin-top: 5px
}

.textarea {
    display: block;
    border: 1px solid #d9e3e8;
    border-radius: 3px;
    transition: color .25s, border-color .25s;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 16px
}

.textarea label {
    position: absolute;
    top: .65625em;
    left: .9375em;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    background-color: #fff;
    color: #b7bec7;
    transition: color .25s
}

.textarea textarea {
    margin: 0;
    padding: .65625em .9375em;
    border: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    background-color: transparent;
    box-sizing: border-box;
    line-height: 1;
    font-size: inherit;
    resize: none
}

.textarea textarea::-webkit-textarea-placeholder {
    color: #b7bec7;
    font-size: 1em
}

.textarea textarea::-moz-placeholder {
    color: #b7bec7;
    font-size: 1em
}

.textarea textarea:-ms-textarea-placeholder {
    color: #b7bec7;
    font-size: 1em
}

.textarea textarea:-moz-placeholder {
    color: #b7bec7;
    font-size: 1em
}

.textarea [class^="ic-"], .textarea [class*=" ic-"] {
    pointer-events: none;
    color: #b7bec7;
    padding-left: .9375em;
    transition: color .25s
}

.textarea:focus-within {
    border-color: #6b737d
}

.textarea:focus-within [class^="ic-"], .textarea:focus-within [class*=" ic-"] {
    color: #6b737d
}

.textarea.error {
    border-color: #f71e1e;
    margin-bottom: 25px;
    box-shadow: 0 0 0 1px #f71e1e
}

.textarea.error.error--no-margin {
    margin-bottom: 0
}

.textarea.error label {
    color: #f71e1e
}

.textarea__error {
    display: none;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    color: #f71e1e;
    font-size: 14px
}

.textarea.error .textarea__error {
    display: block
}

.textarea.success {
    border-color: #5bbb10
}

.textarea.disabled {
    background-color: #ecf1f3;
    pointer-events: none
}

.textarea.disabled textarea {
    color: #b7bec7
}

.textarea.disabled [class^="ic-"], .textarea.disabled [class*=" ic-"] {
    color: #b7bec7
}

.textarea.disabled .textarea__control {
    opacity: 1;
    pointer-events: none
}

.textarea.disabled .textarea__control:before {
    content: '\e953';
    color: #b7bec7
}

.textarea.textarea--labeled label {
    opacity: 1;
    z-index: 2;
    transition: transform .25s, font-size .25s, left .25s
}

.textarea.textarea--labeled:focus-within label, .textarea.textarea--labeled.active label {
    transform: translateY(-110%);
    font-size: .875em;
    left: 1.1em
}

.textarea.textarea--labeled:focus-within label {
    color: #6b737d
}

.textarea.textarea--labeled.error label {
    color: #f71e1e
}

.textarea.textarea--labeled.disabled label {
    background-color: transparent;
    color: #b7bec7
}

.textarea.textarea--labeled:not(.active) textarea::-webkit-textarea-placeholder {
    opacity: 0
}

.textarea.textarea--labeled:not(.active) textarea::-moz-placeholder {
    opacity: 0
}

.textarea.textarea--labeled:not(.active) textarea:-ms-textarea-placeholder {
    opacity: 0
}

.textarea.textarea--labeled:not(.active) textarea:-moz-placeholder {
    opacity: 0
}

.simple-dropdown-menu {
    position: relative;
    z-index: 10;
    transform: translateZ(0)
}

.simple-dropdown-menu.simple-dropdown-menu--auto-width .simple-dropdown-menu__menu {
    width: auto;
    max-width: 290px
}

.simple-dropdown-menu.simple-dropdown-menu--no-wrap {
    white-space: nowrap
}

.simple-dropdown-menu.simple-dropdown-menu--no-start-z-index {
    z-index: unset
}

.simple-dropdown-menu.active {
    z-index: 17
}

.simple-dropdown-menu.simple-dropdown-menu--inline {
    display: inline
}

.simple-dropdown-menu__btn {
    width: 40px;
    height: 24px;
    background: #fff;
    border: 2px solid #14509c;
    border-radius: 50px;
    position: relative;
    outline: 0;
    box-shadow: none;
    color: #14509c;
    font-size: 22px;
    transition: color .25s;
    padding: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.simple-dropdown-menu__btn:before {
    content: "\e927";
    font-family: "Myfin";
    display: inline-flex;
    line-height: 1;
    position: relative;
    left: 1px
}

.simple-dropdown-menu__btn:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 4px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
    pointer-events: none;
    z-index: 10000;
    display: none
}

.simple-dropdown-menu.active .simple-dropdown-menu__btn:after {
    display: inline-block
}

.simple-dropdown-menu__btn:hover, .simple-dropdown-menu.active .simple-dropdown-menu__btn {
    color: #f78f1e
}

.simple-dropdown-menu__btn.simple-dropdown-menu__btn--blue {
    background-color: #14509c;
    color: #fff;
    transition: color 0s, background-color .25s
}

.simple-dropdown-menu__btn.simple-dropdown-menu__btn--blue:hover, .simple-dropdown-menu.active .simple-dropdown-menu__btn.simple-dropdown-menu__btn--blue {
    background-color: #f78f1e;
    color: #fff
}

.simple-dropdown-menu__menu {
    position: absolute !important;
    left: 0;
    top: calc(100% + 10px);
    background: #fff;
    box-shadow: 0 0 20px rgba(14, 24, 41, .15);
    border-radius: 5px;
    padding: 0 !important;
    width: 270px;
    display: none;
    font-family: roboto-regular, Arial, Helvetica, sans-serif;
    list-style-type: none !important
}

.simple-dropdown-menu__menu.simple-dropdown-menu__menu--left:before {
    right: unset;
    left: 13px
}

.simple-dropdown-menu__menu-item {
    padding: 10px 15px !important;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    margin: 0 !important;
    display: block !important
}

.simple-dropdown-menu__menu-item:not(.simple-dropdown-menu__menu-item--extended) a {
    display: block
}

.simple-dropdown-menu__menu-item:first-child {
    padding-top: 0
}

.simple-dropdown-menu__menu-item:last-child {
    border-bottom: 0 !important;
    margin: 0 !important
}

.simple-dropdown-menu__menu-item-toggler {
    position: relative;
    font-size: 16px;
    cursor: pointer;
    color: #14509c;
    transition: color .25s;
    padding-right: 20px
}

.simple-dropdown-menu__menu-item-toggler:hover {
    color: #f78f1e
}

.simple-dropdown-menu__menu-item-toggler:after {
    content: "\e90d";
    font-family: Myfin;
    color: #b7bec7;
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 12px;
    transition: transform .25s
}

.simple-dropdown-menu__menu-item.simple-dropdown-menu__menu-item--extended.active .simple-dropdown-menu__menu-item-toggler:after {
    transform: rotate(180deg)
}

.simple-dropdown-menu__menu-inner {
    padding: 0 0 0 15px !important;
    margin: 0 !important;
    display: none
}

.simple-dropdown-menu__menu-item-inner {
    font-size: 14px;
    margin: 0 0 10px 0 !important;
    display: block !important
}

.simple-dropdown-menu__menu-item-inner:first-child {
    margin-top: 15px !important
}

.simple-dropdown-menu__menu-item:before, .simple-dropdown-menu__menu-item-inner:before {
    display: none !important
}

.simple-dropdown-menu__menu-item-inner:last-child {
    margin-bottom: 0
}

.simple-dropdown-menu__menu-item.current, .simple-dropdown-menu__menu-item.current a, .simple-dropdown-menu__menu-item-inner.current, .simple-dropdown-menu__menu-item-inner.current a {
    color: #6b737d;
    pointer-events: none
}

.simple-dropdown-menu.simple-dropdown-menu--s .simple-dropdown-menu__menu {
    width: 120px
}

.simple-dropdown-menu.simple-dropdown-menu--m .simple-dropdown-menu__menu {
    width: 230px
}

.simple-dropdown-menu.simple-dropdown-menu--dark-color .simple-dropdown-menu__menu-item a:not(:hover) {
    color: #0e1829
}

.simple-dropdown-menu.simple-dropdown-menu--extended-paddings .simple-dropdown-menu__menu-item {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.simple-dropdown-menu.simple-dropdown-menu--ai-center .simple-dropdown-menu__menu-item, .simple-dropdown-menu.simple-dropdown-menu--ai-center .simple-dropdown-menu__menu-item a {
    display: flex;
    align-items: center
}

.simple-dropdown-menu.simple-dropdown-menu--btn-white .simple-dropdown-menu__btn {
    background-color: #fff;
    color: #14509c
}

.notifications-count {
    border: 1px solid #fff;
    background-color: #f78f1e;
    font-family: roboto-bold, Arial, Helvetica, sans-serif;
    font-size: 9px;
    border-radius: 16px;
    padding: 2px;
    color: #fff;
    min-width: 16px;
    min-height: 16px;
    pointer-events: none;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 10px
}

.notifications-count.notifications-count--sup {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(25%, -50%)
}

.notifications-count--no-border {
    border: 0
}

.user-menu {
    position: fixed !important;
    left: 0;
    top: 50px;
    background-color: #fff;
    height: calc(100vh - 50px);
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw;
    transform: translateX(-100%);
    pointer-events: none;
    overflow-y: auto;
    transition: transform .25s;
    line-height: inherit !important;
    font-size: 16px !important;
    list-style-type: none !important
}

.user-menu.active {
    transform: translateX(0);
    pointer-events: auto
}

.user-menu__item {
    font-size: 16px;
    padding: 20px 15px;
    border-top: 1px solid #e8ecef;
    display: flex !important;
    align-items: center;
    margin: 0 !important
}

.user-menu__item:last-child {
    border-bottom: 1px solid #e8ecef
}

.user-menu__item a {
    display: flex;
    align-items: center;
    width: 100%
}

.user-menu__item a:not(:hover) {
    color: #0e1829
}

.sign-btn {
    cursor: pointer;
    font-size: 13px;
    border: 1px solid #14509c;
    border-radius: 3px;
    padding: 5px 11px 4px 11px;
    line-height: 1;
    color: #14509c;
    display: inline-block
}

.profile-menu-button {
    position: relative;
    cursor: pointer;
    display: block
}

.profile-menu-button__img {
    width: 24px;
    height: 24px;
    display: flex;
    line-height: 0;
    font-size: 0;
    border-radius: 50%
}

.profile-menu-button__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.profile-menu {
    position: relative;
    z-index: 100
}

.profile-menu__menu {
    transform: translateX(7px)
}

.profile-menu__close {
    cursor: pointer;
    position: absolute;
    right: -50px;
    top: -8px;
    width: 40px;
    height: 38px;
    padding: 8px;
    background: #fff;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    color: #14509c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0
}

.profile-menu__close:before, .profile-menu__close:after {
    content: '';
    background-color: #14509c;
    display: block;
    width: calc(100% - 16px);
    height: 3px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    left: 8px;
    top: calc(50% - 1px)
}

.profile-menu__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.profile-menu__close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.profile-menu.active .profile-menu__close {
    opacity: 1;
    pointer-events: auto
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

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

.tooltipster-box {
    flex: 1 1 auto
}

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

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

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

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

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

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

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

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

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

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

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

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

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

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

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

.tooltipster-update-fade {
    animation: tooltipster-fading .4s
}

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

.tooltipster-update-rotate {
    animation: tooltipster-rotating .6s
}

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

.tooltipster-update-scale {
    animation: tooltipster-scaling .6s
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltipster-sidetip .tooltipster-box {
    border: 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px rgba(38, 48, 66, .2)
}

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

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

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

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

.tooltipster-sidetip .tooltipster-content {
    position: relative;
    color: #263042;
    padding: 15px
}

.tooltipster-sidetip .tooltipster-content span {
    font-weight: bold
}

.tooltipster-sidetip .tooltipster-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 12px;
    color: #adb4bf
}

.tooltipster-sidetip .tooltipster-arrow {
    bottom: 0;
    height: 6px !important;
    margin-left: -6px !important;
    width: 12px
}

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

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

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

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

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

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

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

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

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

.tooltipster-sidetip .tooltipster-close.tooltipster-close--fz-10 {
    font-size: 10px
}

.tooltip-click {
    cursor: pointer;
    transition: filter .25s
}

.tooltip-click:hover i {
    transition: filter .25s
}

.tooltip-click:hover i {
    filter: brightness(1.1)
}

.tooltip-click:active i {
    filter: brightness(0.9)
}

.bubble {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f78f1e;
    z-index: 3
}

.bubble.tooltip-bubble {
    cursor: pointer
}

.bubble--top {
    top: 0;
    right: 50%;
    transform: translateX(50%)
}

.bubble--right {
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.bubble--bottom {
    bottom: 0;
    top: unset;
    right: 50%;
    transform: translateX(50%)
}

.bubble--left {
    top: 50%;
    left: 0;
    right: unset;
    transform: translateY(-50%)
}

.bubble--outside {
    top: 0;
    left: unset;
    right: 0;
    bottom: unset;
    transform: translate(50%, -50%)
}

.bubble-rec {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f78f1e;
    color: #fff;
    font-size: 9px;
    line-height: 9px;
    font-family: roboto-bold, sans-serif;
    padding: 3px 6px;
    border-radius: 3px;
    z-index: 3
}

.bubble-rec.tooltip-bubble {
    cursor: pointer
}

.bubble-rec--top {
    top: 0;
    right: 50%;
    transform: translateX(50%);
    border-radius: 0 0 3px 3px;
    border-top: 0
}

.bubble-rec--top-right {
    top: 0;
    transform: translateY(-100%);
    right: 0
}

.bubble-rec--top-left {
    top: 0;
    transform: translateY(-100%);
    right: unset;
    left: 0
}

.bubble-rec--right {
    top: calc(50% + 1px);
    right: 0;
    transform: translateY(-50%)
}

.bubble-rec--bottom {
    bottom: 0;
    top: unset;
    right: 50%;
    transform: translateX(50%);
    border-bottom: 0
}

.bubble-rec--bottom-right {
    bottom: 0;
    top: unset;
    transform: translateY(100%);
    right: 0
}

.bubble-rec--bottom-left {
    bottom: 0;
    top: unset;
    transform: translateY(100%);
    right: unset;
    left: 0
}

.bubble-rec--left {
    top: calc(50% + 1px);
    left: 0;
    right: unset;
    transform: translateY(-50%)
}

.bubble-rec--right {
    top: calc(50% + 1px);
    right: 0;
    transform: translateY(-50%)
}

.bubble-rec--outside {
    top: 0;
    left: unset;
    right: 0;
    bottom: unset;
    transform: translate(50%, -50%)
}

.bubble-msg {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f78f1e;
    color: #fff;
    font-size: 9px;
    line-height: 11px;
    font-family: roboto-bold, sans-serif;
    padding: 2px 6px 3px 6px;
    border-radius: 5px 5px 5px 0;
    z-index: 3;
    white-space: nowrap
}

.bubble-msg.tooltip-bubble {
    cursor: pointer
}

.bubble-msg--top {
    top: 0;
    right: 50%;
    transform: translateX(50%);
    border-top: 0
}

.bubble-msg--top-right {
    top: 0;
    transform: translateY(-100%);
    right: 0
}

.bubble-msg--top-left {
    top: 0;
    transform: translateY(-100%);
    right: unset;
    left: 0;
    border-radius: 3px 3px 0 3px
}

.bubble-msg--right {
    top: calc(50% + 1px);
    right: 0;
    transform: translateY(-50%)
}

.bubble-msg--bottom {
    bottom: 0;
    top: unset;
    right: 50%;
    transform: translateX(50%);
    border-radius: 0 5px 5px 5px;
    border-bottom: 0
}

.bubble-msg--bottom-right {
    bottom: 0;
    top: unset;
    transform: translateY(100%);
    right: 0;
    border-radius: 0 3px 3px 3px
}

.bubble-msg--bottom-left {
    bottom: 0;
    top: unset;
    transform: translateY(100%);
    right: unset;
    left: 0;
    border-radius: 3px 0 3px 3px
}

.bubble-msg--left {
    top: calc(50% + 1px);
    left: 0;
    right: unset;
    transform: translateY(-50%);
    border-radius: 5px 5px 0 5px
}

.bubble-msg--right {
    top: calc(50% + 1px);
    right: 0;
    transform: translateY(-50%)
}

.bubble-msg--outside {
    top: 0;
    left: unset;
    right: 0;
    bottom: unset;
    transform: translate(50%, -50%)
}

.bubble-pulse {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background: rgba(247, 143, 30, 1);
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(247, 143, 30, 1);
    z-index: 3
}

.bubble-pulse.tooltip-bubble {
    cursor: pointer
}

.bubble-pulse--top {
    top: 0;
    right: 50%;
    transform: translateX(50%);
    animation: pulse-top 2s infinite
}

.bubble-pulse--right {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    animation: pulse-right 2s infinite
}

.bubble-pulse--bottom {
    bottom: 0;
    top: unset;
    right: 50%;
    transform: translateX(50%);
    animation: pulse-bottom 2s infinite
}

.bubble-pulse--left {
    top: 50%;
    left: 0;
    right: unset;
    transform: translateY(-50%);
    animation: pulse-left 2s infinite
}

.bubble-pulse--outside {
    top: 0;
    left: unset;
    right: 0;
    bottom: unset;
    transform: translate(50%, -50%);
    animation: pulse-outside 2s infinite
}

@keyframes pulse-top {
    0% {
        transform: translateX(50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(247, 143, 30, .7)
    }
    70% {
        transform: translateX(50%) scale(1);
        box-shadow: 0 0 0 10px rgba(247, 143, 30, 0)
    }
    100% {
        transform: translateX(50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(247, 143, 30, 0)
    }
}

@keyframes pulse-right {
    0% {
        transform: translateY(-50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(247, 143, 30, .7)
    }
    70% {
        transform: translateY(-50%) scale(1);
        box-shadow: 0 0 0 10px rgba(247, 143, 30, 0)
    }
    100% {
        transform: translateY(-50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(247, 143, 30, 0)
    }
}

@keyframes pulse-bottom {
    0% {
        transform: translateX(50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(247, 143, 30, .7)
    }
    70% {
        transform: translateX(50%) scale(1);
        box-shadow: 0 0 0 10px rgba(247, 143, 30, 0)
    }
    100% {
        transform: translateX(50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(247, 143, 30, 0)
    }
}

@keyframes pulse-left {
    0% {
        transform: translateY(-50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(247, 143, 30, .7)
    }
    70% {
        transform: translateY(-50%) scale(1);
        box-shadow: 0 0 0 10px rgba(247, 143, 30, 0)
    }
    100% {
        transform: translateY(-50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(247, 143, 30, 0)
    }
}

@keyframes pulse-outside {
    0% {
        transform: translate(50%, -50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(247, 143, 30, .7)
    }
    70% {
        transform: translate(50%, -50%) scale(1);
        box-shadow: 0 0 0 10px rgba(247, 143, 30, 0)
    }
    100% {
        transform: translate(50%, -50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(247, 143, 30, 0)
    }
}

.leads-catcher {
    position: fixed;
    right: 10px;
    bottom: 110px;
    flex-direction: column;
    align-items: flex-end;
    display: none;
    max-width: calc(100% - 20px);
    z-index: 1002
}

.leads-catcher.active {
    display: flex
}

.leads-catcher__btn-container {
    font-size: 0;
    cursor: pointer;
    display: none
}

.leads-catcher__btn-container.active {
    display: block
}

.leads-catcher__btn-container.leads-catcher__btn-container--default {
    box-shadow: 0 0 10px rgba(85, 163, 237, .4);
    border-radius: 50%
}

.leads-catcher__btn-img {
    width: 60px;
    height: 60px;
    object-fit: contain
}

.leads-catcher__btn-img--animated {
    -webkit-animation: swing 3s 10;
    animation: swing 3s 10;
    transform-origin: top center
}

.leads-catcher__btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(85, 163, 237, .4);
    cursor: pointer;
    position: relative;
    display: inline-block;
    animation: pulse-animation 2s infinite
}

.leads-catcher__btn-icon {
    pointer-events: none;
    line-height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    will-change: transform
}

.leads-catcher__btn-icon svg {
    width: 40px;
    height: 40px
}

.leads-catcher__form {
    background: #fff;
    box-shadow: 0 4px 20px rgba(51, 62, 80, .2);
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    max-width: 375px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    animation: slide-bottom .4s cubic-bezier(0.250, .46, .45, .94) both;
    min-width: 300px
}

.leads-catcher__form.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    animation: slide-top .4s cubic-bezier(0.250, .46, .45, .94) both
}

.leads-catcher__form-close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 10px;
    width: 15px;
    height: 15px;
    box-sizing: content-box
}

.leads-catcher__form-title {
    font-size: 16px;
    font-family: roboto-bold, Arial, Helvetica, sans-serif
}

.leads-catcher__form-text {
    margin-top: 5px;
    font-size: 14px
}

.leads-catcher__form-content {
    margin-top: 15px
}

.leads-catcher__input input {
    width: 100%;
    height: 65px;
    padding: 10px 15px;
    background-color: #f1f4f7;
    resize: none;
    border: 1px solid #d9e3e8;
    border-radius: 3px;
    outline: 0
}

.leads-catcher__label {
    font-size: 14px;
    margin-bottom: 5px
}

.leads-catcher__input {
    border: 1px solid #d9e3e8;
    box-shadow: none;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
    -o-transition: border-color .25s;
    transition: border-color .25s;
    transition: border-color .25s, -webkit-box-shadow .25s;
    min-width: 100px;
    margin-bottom: 15px
}

.leads-catcher__input:last-child {
    margin-bottom: 0
}

.leads-catcher__input:focus-within, .leads-catcher__input:focus-within {
    box-shadow: none;
    border-color: #6b737d
}

.leads-catcher__input input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 8px 10px 8px 10px;
    font-size: 16px;
    line-height: 1;
    outline: 0;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.leads-catcher__send-btn {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 12px 20px;
    line-height: 1;
    border-radius: 2px;
    background-color: #f78f1e;
    border: 0
}

.leads-catcher__send-btn:focus-visible {
    outline: 2px solid #0e1829
}

.leads-catcher__form textarea {
    width: 100%;
    height: 65px;
    padding: 10px 15px;
    background-color: #f1f4f7;
    resize: none;
    border: 1px solid #d9e3e8;
    border-radius: 3px;
    outline: 0
}

.leads-catcher-bg {
    z-index: 1001;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .2);
    display: none
}

.leads-catcher-bg.active {
    display: block
}

@-webkit-keyframes wobble-an {
    0%, 100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    7.5% {
        -webkit-transform: translateX(-5px) rotate(-3deg);
        transform: translateX(-5px) rotate(-3deg)
    }
    15% {
        -webkit-transform: translateX(3px) rotate(3deg);
        transform: translateX(3px) rotate(3deg)
    }
    22.5% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    33.5% {
        -webkit-transform: translateX(-1px) rotate(-0.5deg);
        transform: translateX(-1px) rotate(-0.5deg)
    }
    41% {
        -webkit-transform: translateX(1px) rotate(0.5deg);
        transform: translateX(1px) rotate(0.5deg)
    }
    48.5% {
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes wobble-an {
    0%, 100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    7.5% {
        -webkit-transform: translateX(-5px) rotate(-3deg);
        transform: translateX(-5px) rotate(-3deg)
    }
    15% {
        -webkit-transform: translateX(3px) rotate(3deg);
        transform: translateX(3px) rotate(3deg)
    }
    22.5% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    33.5% {
        -webkit-transform: translateX(-1px) rotate(-0.5deg);
        transform: translateX(-1px) rotate(-0.5deg)
    }
    41% {
        -webkit-transform: translateX(1px) rotate(0.5deg);
        transform: translateX(1px) rotate(0.5deg)
    }
    48.5% {
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes swing {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    10% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg)
    }
    20% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }
    30% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    60% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    80%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@media screen and (min-width: 1024px) {
    .leads-catcher {
        bottom: 160px
    }
}

.preloader {
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 10
}

.preloader.active {
    opacity: 1;
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: opacity .25s
}

.preloader__preloader {
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    border-top: 5px solid #e86809;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: preloader-an 1s infinite linear
}

.preloader.preloader--no-bg {
    background-color: transparent
}

.preloader.preloader--no-pe {
    pointer-events: none
}

.preloader.preloader--s .preloader__preloader {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-top: 3px solid #e86809
}

@keyframes preloader-an {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.chip {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 14px;
    color: #0e1829;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    transition: border-color .25s, color .25s;
    cursor: pointer;
    display: inline-flex;
    gap: 10px;
    white-space: nowrap;
    background-color: #fff
}

.chip.active {
    color: #14509c;
    border-color: #14509c;
    box-shadow: inset 0 0 0 1px #14509c
}

@media (hover: hover) {
    .chip:hover {
        color: #14509c;
        border-color: #14509c
    }
}

.chip.chip--blue {
    background-color: #ebf6fb;
    border-color: #ebf6fb
}

.chip.chip--s {
    font-size: 12px;
    line-height: 14px;
    padding: 7px 9px
}

.chip.chip--l {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 14px
}

.chip.chip--ad {
    animation: ad-chip-an 4s ease-in-out infinite;
    text-align: center;
    justify-content: center;
    color: #fff
}

.chip.disabled {
    color: #b7bec7;
    background-color: rgba(236, 241, 243, 1);
    border: 1px solid #ebebeb;
    pointer-events: none
}

@keyframes ad-chip-an {
    0%, 100% {
        background-color: #fff
    }
    50% {
        background-color: #ebf6fb
    }
}

.close-btn {
    cursor: pointer;
    font-size: .85em;
    color: #6b737d;
    display: inline-block;
    font-style: normal
}

.close-btn:before {
    content: '\e90e';
    font-family: MyFIn;
    font-size: inherit;
    line-height: initial
}

.filter-btn {
    display: inline-flex;
    gap: 10px;
    font-size: 14px;
    line-height: 21px;
    align-items: center;
    cursor: pointer;
    color: #14509c;
    transition: color .25s
}

.filter-btn:before {
    content: '\e910';
    font-family: MyFin;
    font-size: 18px;
    line-height: 18px;
    padding: 9px;
    border-radius: 3px;
    background-color: #ebf6fb;
    color: #14509c
}

.filter-btn.filter-btn--external-icon {
    position: relative
}

.filter-btn.filter-btn--external-icon:before {
    content: '';
    width: 36px;
    height: 36px
}

.filter-btn__icon {
    position: absolute;
    left: 9px;
    top: 9px;
    color: #14509c;
    font-size: 18px;
    line-height: 18px
}

@media (hover: hover) {
    .filter-btn:hover {
        color: #f78f1e
    }
}

.invisible-scroll.invisible-scroll--with-buttons {
    position: relative
}

.invisible-scroll__wrapper, [data-invisible-scroll="container"] {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none
}

.invisible-scroll__wrapper::-webkit-scrollbar, [data-invisible-scroll="container"]::-webkit-scrollbar {
    display: none
}

.invisible-scroll__btn {
    position: absolute;
    cursor: pointer
}

@keyframes circle-an {
    0% {
        transform: translate(-50%, -50%) scale(0)
    }
    100% {
        transform: translate(-50%, -50%) scale(1)
    }
}

.radio-input {
    position: relative;
    display: inline-flex;
    min-height: 1.5em
}

.radio-input label {
    padding-left: 2em;
    line-height: 1;
    cursor: pointer
}

.radio-input input {
    appearance: none;
    height: 24px;
    width: 24px;
    transition: all .25s ease-out 0s;
    background: #fff;
    border: 1px solid #b4c6d2;
    box-sizing: border-box;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    flex-shrink: 0;
    font-size: inherit;
    padding: 0;
    margin: 0
}

.radio-input:hover input {
    border-color: #14509c
}

.radio-input input:checked {
    background: #14509c;
    border-color: #14509c
}

.radio-input input:checked::before {
    height: 12px;
    width: 12px;
    animation: circle-an .3s both;
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 3;
    display: inline-block
}

.radio-input span {
    padding-top: .2em;
    line-height: 1.2em;
    display: inline-block
}

.radio-input.disabled {
    pointer-events: none;
    border-color: #cdcfd0;
    background-color: #f4f4f4;
    color: #a2aab0
}

.radio-input.disabled input {
    background-color: #f4f4f4
}

.pool.pool--closed {
    display: none
}

.pool__backdrop {
    background-color: rgba(14, 24, 41, .4);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1033;
    opacity: 0;
    pointer-events: none;
    transition: background-color .25s
}

.pool.mobile.active .pool__backdrop {
    opacity: 1;
    pointer-events: auto
}

.pool-btn-close {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border: 1px solid #b7bec7;
    position: absolute;
    left: 180px;
    top: 16px;
    display: inline-flex;
    cursor: pointer
}

.pool-btn-close:before {
    content: '\e90e';
    font-family: Myfin;
    font-size: 11px;
    color: #b7bec7;
    position: absolute;
    left: 50%;
    top: calc(50% + 1px);
    line-height: 0;
    display: inline-block;
    transform: translate(-50%, -50%)
}

.pool.mobile .pool-btn-close:before {
    top: 50%
}

.pool__content {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 1034
}

.pool__btn {
    position: fixed;
    right: -62px;
    bottom: 270px;
    transform: rotate(270deg);
    z-index: 91
}

.pool-btn {
    cursor: pointer;
    padding: 8px 8px 0 8px;
    background: rgba(180, 198, 210, .7);
    border-radius: 5px 5px 0 0
}

.pool-btn__wrapper {
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 15px 6px 15px
}

.pool-btn__icon {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.pool-btn__text {
    font-size: 14px;
    line-height: 16px;
    font-family: roboto-bold, Arial, Helvetica, sans-serif
}

.pool-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 3px 3px 0 0;
    height: 450px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column
}

.pool-content__head, .pool-content__body, .pool-content__footer {
    padding-left: 10px;
    padding-right: 10px
}

.pool-content__head {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center
}

.pool-content__close {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    pointer-events: auto;
    padding: 20px 15px 16px 15px
}

.pool-content__close:before {
    content: '\e90d';
    font-family: Myfin
}

.pool-content__head-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    pointer-events: none
}

.pool-content__head-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.pool-content__head-title {
    font-size: 18px;
    line-height: 21px;
    font-family: roboto-bold, Arial, Helvetica, sans-serif;
    pointer-events: none
}

.pool-content__body {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-grow: 1;
    overflow: auto
}

.pool-content__footer {
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-end
}

.pool-content__steps-line {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.pool-content__steps-line.pool-content__steps-line--hidden {
    display: none
}

.pool-content__step-line-item {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ebebeb;
    position: relative;
    margin-left: 18px
}

.pool-content__step-line-item:before {
    content: '';
    position: absolute;
    left: -18px;
    top: 6px;
    width: 18px;
    height: 1px;
    background-color: #ebebeb
}

.pool-content__step-line-item:first-child {
    margin-left: 0
}

.pool-content__step-line-item:first-child:before {
    display: none
}

.pool-content__step-line-item.active, .pool-content__step-line-item.active:before {
    background-color: #f78f1e
}

.pool-content__step {
    display: none
}

.pool-content__step.active {
    display: block
}

.pool-content__step-title {
    font-size: 16px;
    line-height: 21px;
    font-family: roboto-bold, Arial, Helvetica, sans-serif;
    margin-bottom: 20px
}

.pool-content__step-rows.pool-content__step-rows--emoji {
    display: flex;
    gap: 1px
}

.pool-content__step-row {
    margin-bottom: 15px
}

.pool-content__step-row:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1024px) {
    .pool-content__step-row .radio-input {
        display: flex !important
    }

    .pool-content__step-row .radio-input label {
        width: 100% !important
    }

    .pool-content__step-row .checkbox-custom-container label {
        width: 100% !important
    }
}

.pool-content__finish {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.pool-content__finish.active {
    display: flex
}

.pool-content__finish-icon {
    margin-bottom: 20px
}

.pool-content__finish-icon:before {
    content: '\e911';
    font-family: Myfin;
    font-size: 24px;
    line-height: 24px;
    color: #31ae18
}

.pool-content__finish-title, .pool-content__finish-text {
    text-align: center
}

.pool-content__finish-title {
    font-size: 16px;
    line-height: 19px;
    font-family: roboto-bold, Arial, Helvetica, sans-serif
}

.pool-content__finish-text {
    font-size: 14px;
    line-height: 21px;
    color: #6b737d;
    margin-top: 10px
}

.pool-content__finish-btn {
    margin-top: 20px
}

.pool-emoji {
    flex-grow: 1
}

.pool-emoji__body {
    display: block
}

.pool-emoji__item {
    position: relative
}

.pool-emoji__item input {
    z-index: -1;
    position: absolute;
    left: 10px;
    top: 10px
}

.pool-emoji__item input:checked ~ .pool-emoji__body .pool-emoji__icon {
    background-color: #ebebeb
}

.pool-emoji__item input:checked ~ .pool-emoji__body .pool-emoji__text {
    color: #0e1829
}

.pool-emoji__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 67px;
    padding: 10px;
    background-color: #ebf6fb;
    transition: background-color .25s;
    cursor: pointer
}

.pool-emoji__text {
    display: block;
    text-align: center;
    margin-top: 5px;
    height: 17px;
    color: #b7bec7
}

.pool-content__textarea {
    width: 100%;
    height: 178px;
    padding: 10px 15px;
    background-color: #fff;
    resize: none;
    border: 1px solid #d9e3e8;
    border-radius: 3px;
    outline: 0
}

.pool.desktop .pool__backdrop {
    display: none
}

.pool.desktop .pool__content {
    left: unset;
    right: 20px;
    bottom: 20px;
    width: 330px
}

.pool.desktop .pool__btn {
    transform: rotate(0);
    right: 13px;
    bottom: 130px
}

.pool.desktop .pool-btn {
    cursor: pointer;
    padding: 8px;
    background: rgba(180, 198, 210, .7);
    border-radius: 5px
}

.pool.desktop .pool-btn__wrapper {
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 8px 12px 7px 12px
}

.pool.desktop .pool-btn-close {
    left: unset;
    right: 0;
    top: -32px
}

.pool.desktop .pool-content {
    border-radius: 3px
}

.pool.pool--modal.active .pool__backdrop {
    opacity: 1;
    display: block
}

.pool.pool--modal .pool-content__close {
    padding: 15px
}

.pool.pool--modal .pool-content__close:before {
    content: '\e90e';
    font-size: 16px;
    color: rgba(183, 190, 199, 1)
}

.pool.pool--without-btn .pool__btn {
    display: none
}

@media screen and (min-width: 1200px) {
    .pool.pool--modal .pool__content {
        width: 480px;
        left: 50%;
        top: 50%;
        right: unset;
        bottom: unset;
        transform: translate(-50%, -50%);
        height: 500px
    }

    .pool.pool--modal .pool-content {
        position: static;
        border-radius: 3px;
        border: 0;
        height: 500px
    }

    .pool.pool--modal .pool-content__head, .pool.pool--modal .pool-content__body, .pool.pool--modal .pool-content__footer {
        padding-left: 30px;
        padding-right: 30px
    }
}

.faq__item {
    padding: 15px 30px 15px 0;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    cursor: pointer
}

.faq__item:after {
    content: '\e90d';
    font-family: Myfin;
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 14px;
    color: #ebebeb;
    transition: transform .25s
}

.faq__item.active:after {
    transform: rotate(180deg)
}

.faq__item:first-child {
    border-top: 1px solid #ebebeb
}

.faq__item-question {
    font-size: 16px;
    font-family: roboto-bold, Arial, Helvetica, sans-serif
}

.faq__item-answer {
    font-size: 16px;
    display: none
}

.faq.faq--v2 .faq__item {
    padding: 15px 60px 15px 15px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    margin-bottom: 10px
}

.faq.faq--v2 .faq__item:last-child {
    margin-bottom: 0
}

.faq.faq--v2 .faq__item:after {
    content: '\e943';
    right: 15px;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    color: #14509c
}

.faq.faq--v2 .faq__item.active:after {
    transform: rotate(45deg)
}

.faq.faq--v2 .faq__item-question {
    font-size: 16px;
    line-height: 24px;
    color: #14509c;
    font-family: roboto-regular, Arial, Helvetica, sans-serif
}

.faq.faq--v2 .faq__item-answer {
    font-size: 16px;
    line-height: 24px;
    color: #6b737d;
    display: none;
    margin-top: 20px
}

@media screen and (min-width: 1200px) {
    .faq.faq--v2 .faq__item {
        padding: 25px 95px 25px 40px
    }

    .faq.faq--v2 .faq__item:after {
        font-size: 24px;
        line-height: 24px;
        top: 25px
    }
}

.table {
    border: 1px solid #ebebeb;
    border-radius: 5px
}

.table.table--scroll-x {
    position: relative;
    overflow-x: auto;
    width: 100%
}

.table.table--no-wrap th, .table.table--no-wrap td {
    white-space: nowrap
}

.table.table--sticky-x-first-col th:first-child, .table.table--sticky-x-first-col td:first-child {
    position: sticky;
    left: 0
}

.table.table--no-pr-first-col th:first-child, .table.table--no-pr-first-col td:first-child {
    padding-right: 0
}

.table.table--mw-145 table th, .table.table--mw-145 table td {
    min-width: 145px
}

.table.table--mw-120 table th, .table.table--mw-120 table td {
    min-width: 120px
}

.table table {
    margin: 0;
    padding: 0;
    width: 100%
}

.table thead {
    font-size: 14px
}

.table th {
    background-color: #f1fbff;
    padding: 13px 10px 12px 0;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
    vertical-align: top;
    font-family: roboto-regular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6b737d
}

.table th:first-child {
    padding-left: 20px;
    border-radius: 5px 0 0 0
}

.table th:last-child {
    padding-right: 20px;
    border-radius: 0 5px 0 0
}

.table td {
    font-size: 16px;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
    padding: 15px 15px 15px 0;
    vertical-align: top;
    transition: background-color .25s
}

.table td:first-child {
    padding-left: 20px
}

.table td:last-child {
    padding-right: 20px
}

.table tr:last-child td {
    border-bottom: 0
}

.table tr:last-child td:first-child {
    border-radius: 0 0 0 5px
}

.table tr:last-child td:last-child {
    border-radius: 0 0 5px 0
}

.table tr.highlight td:first-child:before {
    content: '';
    height: 100%;
    width: 5px;
    background-color: #14509c;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0
}

@media screen and (min-width: 768px) {
    .table td, .table th {
        padding-right: 20px
    }
}

@media (hover: hover) {
    .table tr:hover td {
        background-color: #f4fcff
    }
}

.table.table--text-center th, .table.table--text-center td {
    vertical-align: middle
}

.table .row-for-mobile-button td {
    border-top: 0;
    padding-top: 0
}

.table .row-before-mobile-button td {
    border-bottom: 0
}

.table.table--vertical table, .table.table--vertical tbody, .table.table--vertical th, .table.table--vertical tr {
    display: block
}

.table.table--vertical thead {
    display: none
}

.table.table--vertical td {
    display: flex;
    padding: 15px 0
}

.table.table--vertical td > span {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px
}

.table.table--fs-s th {
    font-size: 12px
}

.table.table--fs-s td {
    font-size: 14px
}

.html-text h1, .html-text h2, .html-text h3, .html-text h4, .html-text .h1, .html-text .h2, .html-text .h3, .html-text .h4 {
    margin-bottom: 10px
}

p, ul, ol {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*.html-text p {
    font-size: 16px
}*/

.html-text p:last-child {
    margin-bottom: 0
}

.html-text ul {
    padding: 0;
    margin: 0 0 10px 0;
    list-style-type: none;
    font-size: 16px
}

.html-text ul li {
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative
}

.html-text ul li:last-child {
    margin-bottom: 0
}

.html-text ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #b4c6d2;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.html-text ul:last-child, .html-text ol:last-child {
    margin-bottom: 0
}

.html-text ol {
    padding-left: 14px;
    margin-left: 0;
    font-size: 16px
}

.pretty-scroll {
    overflow-y: auto
}

.pretty-scroll::-webkit-scrollbar {
    width: 8px
}

.pretty-scroll::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 0
}

.pretty-scroll::-webkit-scrollbar-thumb {
    background-color: #d4d7d9;
    border-radius: 10px
}

.roboto-light {
    font-family: roboto-light, Arial, Helvetica, sans-serif
}

.roboto-regular {
    font-family: roboto-regular, Arial, Helvetica, sans-serif
}

.roboto-bold {
    font-family: roboto-bold, Arial, Helvetica, sans-serif
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1024px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1280px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }
}

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

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

    table.visible-xs {
        display: table
    }

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

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

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

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

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

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

    table.visible-sm {
        display: table
    }

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

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

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

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

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

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

    table.visible-md {
        display: table
    }

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

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

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

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

    .visible-md-inline-block {
        display: inline-block !important
    }
}

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

    table.visible-lg {
        display: table
    }

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

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

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

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

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }
}

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

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

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

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    visibility: hidden !important
}

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

.mark, mark {
    background: #ffeab9
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-normal {
    text-transform: none
}

.g-wrap .text-lg {
    font-size: 16px
}

.g-wrap .text-sm {
    font-size: 12px
}

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

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

.collapsing {
    height: 0;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.modal-backdrop.in {
    opacity: .5
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal.fade .modal-dialog.modal-dialog--overflow-auto, .modal.in .modal-dialog.modal-dialog--overflow-auto {
    overflow: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-cls {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    transition: filter .25s
}

.modal-cls:before {
    content: "\e90e";
    font-family: Myfin;
    color: #b7bec7
}

.modal-cls:hover {
    filter: brightness(0.8)
}

.modal-backdrop {
    position: fixed;
    background-color: #000;
    z-index: 1035
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-header {
    padding: 15px;
    min-height: 17px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 15px 0 0;
    padding-right: 20px
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 60px auto 30px
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }

    .modal-fluid {
        max-width: 430px
    }
}

@media (min-width: 1024px) {
    .modal-lg {
        width: 900px
    }
}

@media (min-width: 1280px) {
    .modal.modal-list-menu .modal-dialog {
        width: 90%;
        max-width: 1180px
    }
}

@media (min-width: 768px) {
    .modal.modal-list-menu .modal-dialog {
        width: 98%
    }
}

.modal.modal-list-menu .modal-header {
    padding: 15px 10px
}

.modal.modal-list-menu .modal-header .close {
    margin-top: 0;
    position: absolute;
    top: 3px;
    right: 8px;
    font-family: roboto-regular, roboto-regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
    opacity: .8
}

.modal.modal-list-menu .modal-header .close:hover {
    opacity: 1
}

.modal.modal-list-menu .modal-body {
    padding: 0 40px 46px
}

.modal.modal-list-menu .search-sm {
    position: relative;
    height: 34px;
    background: #fff;
    border: 1px solid #e6e6e6
}

.modal.modal-list-menu .search-sm .input {
    float: none;
    width: 100%;
    color: #000;
    height: 32px;
    background: #fff;
    line-height: 18px;
    font-size: 14px;
    padding: 6px 15px 6px 36px
}

.modal.modal-list-menu .search-sm .input:-moz-placeholder {
    color: #adadad;
    opacity: 1
}

.modal.modal-list-menu .search-sm .input::-moz-placeholder {
    color: #adadad;
    opacity: 1
}

.modal.modal-list-menu .search-sm .input:-ms-input-placeholder {
    color: #adadad
}

.modal.modal-list-menu .search-sm .input::-webkit-input-placeholder {
    color: #adadad
}

.modal.modal-list-menu .search-sm .input.placeholder {
    color: #adadad
}

.modal.modal-list-menu .search-sm .submit {
    display: block;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 15px;
    z-index: 9
}

.modal.modal-list-menu .list-ttl {
    margin-top: 0;
    margin-bottom: 4px
}

.modal.modal-list-menu .list {
    margin-top: 0;
    margin-bottom: 0
}

.modal.modal-list-menu .list li {
    margin-bottom: 4px
}

.modal.modal-list-menu .modal-title-list {
    margin-bottom: 9px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .modal.modal-list-menu .item-list {
        margin-bottom: 10px
    }

    .modal.modal-list-menu .item-list:nth-child(4n+1) {
        clear: both
    }
}

@media (max-width: 767px) {
    .modal.modal-list-menu .item-list {
        margin-bottom: 10px
    }

    .modal.modal-list-menu .item-list:nth-child(2n+1) {
        clear: both
    }
}

@media (min-width: 1024px) {
    .credit-modal .modal-dialog {
        width: 540px
    }
}

.credit-modal .modal-header {
    position: relative;
    border-bottom: 1px solid #e1e8ed;
    padding: 20px 15px 15px
}

.credit-modal .modal-body, .credit-modal .modal-footer {
    padding: 15px 25px
}

.credit-modal .modal-footer {
    background: #ebf6fb;
    border-top: 0
}

.credit-modal .form-group .controls, .page_xs .credit-modal .modal-footer .form-group {
    margin-bottom: 0
}

.page_xs .credit-modal .modal-header {
    padding: 13px 15px 7px
}

.page_xs .credit-modal .modal-header .title {
    font-size: 16px
}

.page_xs .credit-modal .modal-body {
    padding: 5px 25px 10px
}

.page_xs .credit-modal .modal-footer .form_required {
    line-height: 1.2
}

@media (min-width: 1024px) {
    .map-modal .modal-dialog {
        width: 800px
    }
}

.map-modal .modal-header {
    padding: 20px
}

.map-modal .modal-body {
    height: 530px;
    padding: 0
}

.modal-content .link-address {
    position: absolute;
    top: 12px;
    max-width: 90%;
    overflow: hidden
}

.form-horizontal .form-group.modal-footer {
    margin: 0;
    padding: 10px 0 20px;
    text-align: center
}

.modal-dialog form {
    margin-bottom: 0
}

#map-modal .iconb:before {
    top: 8px;
    left: 8px
}

#mass-form-modal .g-sidebar_i, #mass_bt-form-modal .g-sidebar_i {
    margin-bottom: 0
}

#mass-form-modal .input-group, #mass_bt-form-modal .input-group {
    width: 100%
}

@media (min-width: 1024px) {
    #mass-form-modal .modal-dialog, #mass_bt-form-modal .modal-dialog {
        width: 350px
    }
}

.credit-test-modal .modal-footer {
    background: url(/images/skoring/a-mail.png?p_v=) 30px 20px no-repeat #eb3228;
    padding-left: 130px;
    text-align: left;
    color: #fff
}

.credit-test-modal .social a {
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    border-radius: 3px
}

.credit-test-modal .social {
    margin-bottom: 0;
    margin-top: 10px
}

.credit-test-modal .social a:before {
    font-size: 20px;
    padding: 7px;
    display: block;
    background-color: transparent
}

.credit-test-modal .social a:hover {
    background-color: #fff
}

.credit-test-modal .social a:hover:before {
    color: #eb3228
}

.credit-test-modal .fa-facebook:before {
    padding-left: 10px !important
}

@media (max-width: 360px) {
    .credit-test-modal .modal-footer {
        text-align: center;
        padding-left: 25px;
        padding-top: 100px;
        background-position: center 20px
    }
}

.mtb-test-modal .btn {
    min-width: 300px;
    margin: 0 auto;
    padding-top: 13px
}

.mtb-test-modal .btn.btn-green {
    background-color: #1fba5d
}

.mtb-test-modal .btn.btn-green:hover {
    background-color: #1ba151
}

.inner .special-offer, .wt_bg {
    background-color: #fff
}

.mtb-test-modal .modal-dialog {
    margin-top: 10%
}

.mtb-test-modal .modal-content {
    border-radius: 10px;
    border: 0
}

.modal-list-menu .collapse-list {
    visibility: visible;
    display: block
}

@media (max-width: 767px) {
    .modal.modal-list-menu .modal-title-list {
        margin-bottom: 15px
    }

    .modal-list-menu .modal-body {
        padding: 0 5px !important
    }

    .modal-list-menu .modal-title-list {
        padding-left: 15px;
        padding-right: 15px
    }

    .modal-list-menu .collapse-list {
        visibility: hidden;
        display: none;
        padding: 0 20px 20px
    }

    .modal-list-menu .collapse-list.in {
        visibility: visible;
        display: block
    }

    .modal-list-menu .modal-list .item-list:last-child {
        border-bottom: 1px solid #ebebeb
    }

    .modal-list-menu .item-list {
        border-top: 1px solid #ebebeb;
        margin: 0 !important;
        padding: 0 !important
    }

    .modal-list-menu .item-list .btn-collapse {
        width: 100%;
        padding: 15px 20px;
        position: relative;
        text-align: left;
        line-height: 16px
    }

    .modal-list-menu .item-list .btn-collapse i {
        position: absolute;
        top: 18px;
        right: 15px
    }

    .modal-list-menu .text-block {
        padding: 20px;
        color: #8c8c8c;
        font-size: 12px
    }

    .modal-list-menu .city-list {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

.credit-request-modal__head {
    padding: 25px 30px 0
}

.credit-request-modal__credit-name, .credit-request-modal__info-field, .credit-request-modal__title, .credit-request-modal__warning {
    text-align: center;
    line-height: 1
}

.credit-request-modal__credit-name span, .credit-request-modal__info-field span, .credit-request-modal__title span, .credit-request-modal__warning span {
    max-width: 400px;
    display: inline-block
}

.credit-request-modal__title {
    font-size: 18px;
    margin-bottom: 7px
}

.credit-request-modal__credit-name {
    font: 18px roboto-bold;
    margin-bottom: 17px;
    line-height: 1
}

.credit-request-modal__warning {
    font: 24px roboto-bold;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px
}

.credit-request-modal__info-field {
    padding: 15px 0;
    background-color: #eaf2df;
    font-size: 14px;
    line-height: 1.2
}

.credit-request-modal-form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px
}

.credit-request-modal-form__inputs-wr {
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%
}

.credit-request-modal-form__inputs-wr .control-group {
    margin-bottom: 10px
}

.credit-request-modal-form__checkbox-wr .controls, .credit-request-modal-form__inputs-wr .control-group .controls, .credit-request-modal-form__inputs-wr .control-group:last-child {
    margin-bottom: 0
}

.credit-request-modal-form__checkbox-wr {
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
    margin-left: 54px
}

.credit-request-modal-form__checkbox-wr .checkbox {
    margin: 0 0 12px
}

.credit-request-modal-form__checkbox-wr .checkbox:last-child {
    margin-bottom: 0
}

.credit-request-modal-form__checkbox-wr .checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.credit-request-modal-form__checkbox-wr .checkbox label > span {
    line-height: 1;
    padding-left: 8px;
    overflow: visible
}

.credit-request-modal-form__checkbox-wr .checkbox label > span:before {
    top: 0;
    left: -38px
}

.credit-request-modal__footer {
    padding: 15px 30px 20px;
    background-color: #ebf6fb;
    text-align: center
}

.credit-request-modal__footer-wr {
    display: inline-block;
    text-align: center;
    max-width: 240px
}

.credit-request-modal__footer-wr a {
    width: 100%;
    margin-bottom: 10px
}

.credit-request-modal__message {
    font-size: 12px;
    color: #8c8c8c;
    line-height: 1.2
}

@media (max-width: 530px) {
    .credit-request-modal__head {
        padding: 20px 15px 0
    }

    .credit-request-modal__title {
        font-size: 16px;
        margin-bottom: 5px
    }

    .credit-request-modal__credit-name {
        font: 16px roboto-bold;
        margin-bottom: 15px;
        line-height: 1
    }

    .credit-request-modal__warning {
        font: 18px roboto-bold;
        line-height: 1;
        margin-bottom: 15px;
        letter-spacing: 2px
    }

    .credit-request-modal__info-field {
        padding: 15px
    }

    .credit-request-modal__info-field span {
        max-width: 100%
    }

    .credit-request-modal-form__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 15px 20px
    }

    .credit-request-modal-form__inputs-wr {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 20px
    }

    .credit-request-modal-form__checkbox-wr {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 24px
    }

    .credit-request-modal__footer {
        padding: 15px 15px 20px;
        background-color: #ebf6fb
    }
}

.credit-request-modal-form__inputs-wr .controls {
    width: 100%
}

.credit-request-modal-form__checkbox-wr .form-group .jq-checkbox {
    margin-right: 0
}

.form-horizontal .credit-request-modal-form__checkbox-wr .form-group, .form-horizontal .credit-request-modal-form__inputs-wr .form-group {
    margin-left: 0;
    margin-right: 0
}

.modal .form-group-mob .label-pt {
    display: none
}

.biznes_form_wrap .modal-footer, .mtb_biznes_form_wrap .modal-footer {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    width: 53%;
    position: relative;
    top: 70px;
    padding: 10px;
    margin: 0 auto;
    font-size: 16px;
    color: #000;
    -webkit-box-shadow: 0 0 36px rgba(0, 0, 0, .5);
    box-shadow: 0 0 36px rgba(0, 0, 0, .5)
}

.forex_popup .modal-dialog {
    width: 302px
}

@media (max-width: 767px) {
    .forex_popup .modal-dialog {
        margin: 20px auto
    }
}

.modal-body__bond {
    text-align: center;
    padding: 0 !important
}

.modal-body__bond .form-fields {
    width: 70%;
    margin: 0 auto
}

.modal-body__bond .form-group {
    margin-right: 0;
    margin-left: 0
}

.modal-body__bond .modal-footer {
    margin-top: 30px
}

.modal__bond-title {
    margin-top: 20px;
    font-size: 16px
}

.modal__bond-name {
    margin-bottom: 20px;
    font-family: roboto-bold, sans-serif;
    font-size: 18px
}

.modal__bond-img {
    display: inline-block !important
}

.modal.modal-small .modal-dialog {
    width: 350px
}

.modal.modal-small .modal-content {
    border: 0
}

.modal.modal-small .modal-body {
    padding: 0
}

.modal-small__wrapper {
    padding: 25px 50px
}

.modal-small__back-img {
    position: relative;
    overflow: hidden;
    height: 65px;
    background-image: url(//myfin.by/images/bound-request-background.jpg?p_v=);
    background-repeat: no-repeat;
    background-size: 101%;
    background-position-y: -10px
}

.modal.modal-small .close {
    color: #fff;
    font-size: 20px;
    right: 10px;
    top: 50%;
    width: 40px;
    position: absolute;
    height: 40px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1
}

.modal.modal-small .close:after, .modal.modal-small .close:before {
    content: "";
    background: #fff;
    width: 2px;
    height: 25px;
    position: absolute;
    left: 19px;
    top: 9px
}

.bounds-bt, .scrolled-relink {
    position: relative
}

.modal.modal-small .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal.modal-small .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-small input.inp_tel + .fixed {
    margin-top: 5px;
    font-size: 16px
}

.modal-small__header {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

@media screen and (max-width: 768px) {
    .modal.modal-small .modal-dialog {
        width: 300px
    }

    .modal-small__wrapper {
        padding: 25px 30px
    }

    .modal-small .control-group .controls {
        display: block
    }
}

.modal-centered {
    text-align: center
}

.modal-centered .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.modal.modal-centered:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%
}

@media screen and (max-width: 768px) {
    .modal-centered .modal-dialog {
        display: block;
        margin: 10px auto
    }

    .modal.modal-centered:before {
        display: block;
        height: auto;
        vertical-align: top
    }
}

.credit-modal--reshenie .n-bank, .credit-modal--text-center, .sms-review__block--text-center {
    text-align: center
}

.credit-modal__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.credit-modal__logo img {
    max-width: 140px;
    max-height: 40px
}

.credit-modal--reshenie .form-group {
    margin-bottom: 20px
}

.credit-modal--reshenie .credit-modal-row:last-child .form-group {
    margin-bottom: 0
}

.credit-modal--reshenie .credit-modal-row .form-group {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px
}

.credit-modal--reshenie label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.credit-modal--reshenie .modal-body:first-child {
    border-bottom: 1px solid #ebebeb
}

.credit-modal--reshenie .jq-selectbox__dropdown ul {
    min-height: auto
}

.modal-body_accent {
    font-size: 18px;
    font-family: roboto-bold, sans-serif
}

.modal-body_preloader {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 7px solid #ebebeb;
    border-right-color: #f78f1e;
    border-radius: 50%;
    -webkit-animation: modal-body_preloader--animation 2s infinite linear;
    animation: modal-body_preloader--animation 2s infinite linear
}

@-webkit-keyframes modal-body_preloader--animation {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes modal-body_preloader--animation {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.credit-modal--footer-transparent .modal-footer {
    padding-top: 0;
    background-color: transparent
}

@media screen and (max-width: 767px) {
    .credit-modal--reshenie .modal-dialog {
        margin: 0
    }

    .credit-modal--reshenie .modal-content {
        border: 0
    }
}

.re-linking-big, .similar-materials {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.credit-modal--reshenie .city_complete_block .allTowns {
    top: 44px
}

.error-in-text .modal-dialog {
    width: 500px
}

.error-in-text .modal-content {
    border: 0
}

.error-in-text .modal-body {
    padding: 20px
}

@media screen and (max-width: 767px) {
    .error-in-text .modal-dialog {
        width: 300px;
        margin: 10px auto
    }

    .error-in-text .modal-body {
        padding: 15px
    }
}

.modal--experiment-mass .modal-content {
    padding: 20px;
    border: 0 !important;
    box-shadow: none !important
}

.modal--experiment-mass .online-request-form__form {
    padding: 0
}

.modal--experiment-mass .online-request-form__form-title .h2 {
    line-height: normal;
    margin-bottom: 15px
}

@media screen and (min-width: 1024px) {
    .modal--experiment-mass .modal-dialog {
        width: 680px
    }

    .modal--experiment-mass .online-request-form.online-request-form--modal .online-request-form__form {
        padding: 0
    }

    .modal--experiment-mass .modal-content {
        padding: 25px 25px 13px 25px
    }
}

.modal--experiment-single .modal-content {
    padding: 20px;
    border: 0 !important;
    box-shadow: none !important
}

@media screen and (min-width: 1024px) {
    .modal--experiment-single .modal-dialog {
        width: 680px
    }

    .modal--experiment-single .modal-content {
        padding: 25px 25px 13px 25px
    }
}

html, body {
    font-family: roboto-regular, Helvetica, Arial, sans-serif
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    font-size: 14px;
    line-height: 1.5;
    background-color: #ebebeb;
    color: #0e1829;
    margin: 0;
    display: block;
    overflow-anchor: none
}

body.blocked {
    position: relative;
    overflow: hidden
}

figure {
    margin: 0
}

hr, img {
    border: 0
}

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

picture img {
    border-radius: 14px;
    margin: 20px auto;
}


img {
    max-width: 100%
}


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

a {
    background-color: transparent;
    color: #14509c;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s
}

a:hover, a:active, a:focus {
    color: #e86809
}

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

sup {
    top: -.5em
}

*, :after, :before, input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input[type="number"] {
    -moz-appearance: textfield
}

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

td, th {
    padding: 0;
    font-weight: normal
}

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

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

p {
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 1.5;
    font-size: 14px
}

p:last-child {
    margin-bottom: 0
}

h1, h2, h3 {
    text-align: center;
}

.h1, .h2, .h3, .h4, .h5, .h6, .news .title, h1, h2, h3, h4, h5, h6 {
    font-family: roboto-bold, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #00a7e6;
    word-wrap: break-word;
    /*margin: 0*/
}

.h1, h1 {
    font-size: 30px;
    line-height: 1.1
}

@media (max-width: 767px) {
    .h1, h1 {
        font-size: 25px
    }
}

.h2, h2 {
    font-size: 24px;
    line-height: 1.4
}

@media (max-width: 767px) {
    .h2, h2 {
        font-size: 20px
    }
}

.h3, h3 {
    font-size: 20px;
    line-height: 1.4
}

@media (min-width: 768px) and (max-width: 1023px) {
    .h3, h3 {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .h3, h3 {
        font-size: 18px
    }
}

.h4, h4 {
    font-size: 16px;
    line-height: 1.4
}

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

.g-main {
    position: relative;
    padding: 0
}

@media screen and (max-width: 1023px) {
    .g-main {
        padding: 50px 0 0 0
    }
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}

.container {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    max-width: 1200px;
    width: 100%
}

.container.container--l {
    max-width: 1280px
}

.container.container--middle {
    max-width: 880px
}

.container--two-cols {
    margin-top: 10px;
    margin-bottom: 30px
}

@media screen and (max-width: 1023px) {
    .container--two-cols {
        margin-top: 10px;
        margin-bottom: 20px
    }
}

.content-i {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 16px -5px rgba(0, 0, 0, .2);
    margin-bottom: 10px
}

.content-i.content-i--transparent {
    background-color: transparent
}

.content-i.content-i--no-shadow {
    box-shadow: none
}

.content-i.content-i--bordered {
    border: 1px solid #ebebeb;
    border-radius: 3px
}

.content-i:last-child {
    margin-bottom: 0
}

.content-i__wrapper {
    padding: 10px 20px
}

@media screen and (min-width: 768px) {
    .content-i.content-i--big-p .content-i__wrapper {
        padding: 20px
    }
}

.content-i--sidebar .content-i__wrapper {
    padding: 20px
}

@media screen and (max-width: 991px) {
    .content-i--sidebar {
        margin-top: 10px
    }

    .container.container--negative-tablet {
        margin-left: -10px;
        margin-right: -10px
    }

    .container.container--negative-tablet {
        margin-left: -10px;
        margin-right: -10px;
        width: auto
    }
}

@media screen and (max-width: 767px) {
    .content-i__wrapper, .content-i--sidebar .content-i__wrapper {
        padding: 10px 15px
    }

    .container.container--negative-mob {
        margin-left: -10px;
        margin-right: -10px;
        width: auto
    }
}

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

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

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

.fade.in {
    opacity: 1
}

.modal-backdrop.in, .modal-backdrop.fade.in {
    opacity: .5
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden
}

.tab-content > .active {
    display: block;
    visibility: visible
}

.modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.modal {
    display: none;
    position: fixed;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.modal--v1 .modal-content {
    border: 0;
    border-radius: 3px
}

.modal.modal--v1 .modal-body {
    padding: 30px
}

@media screen and (max-width: 768px) {
    .modal.modal--v1 .modal-body {
        padding: 15px
    }
}

.collapsing, .dropdown-menu .divider, .modal, .modal-open, .nav .nav-divider {
    overflow: hidden
}

.border .item:after, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .news.list .item:after, .pager:after, .pager:before, .row:after, .row:before {
    content: " ";
    display: table
}

.border .item:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .dropdown-menu > li > a, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .news.list .item:after, .pager:after, .row-clear .col-xs-3:nth-child(4n+1), .row-clear .col-xs-4:nth-child(3n+1), .row-clear .col-xs-6:nth-child(2n+1), .row:after {
    clear: both
}

.pos-r {
    position: relative
}

.hamburger span, .reviews .btn:after, .reviews .btn:before, .st-pusher:after {
    content: ""
}

.contacts .tel li, .contacts .time li, .hamburger {
    display: block
}

.footer_logo {
    width: 136px;
    height: 30px
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    text-decoration: none;
    padding: 7px 19px;
    font-size: 16px;
    border-radius: 2px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .25s, border-color .25s
}

.btn.btn--full {
    width: 100%
}

.btn.focus, .btn:focus, .btn:hover {
    outline: 0;
    color: #fff;
    text-decoration: none
}

.btn.btn--l {
    font-size: 16px;
    line-height: 16px;
    padding: 16px 20px
}

.btn.active, .btn:active {
    outline: 0
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.btn-big {
    font-size: 16px;
    padding: 11px 19px
}

.btn.btn--block {
    display: block;
    padding: 8px 19px
}

.btn.btn-big.btn--block {
    padding: 11px 19px
}

.btn.btn-big.btn-default {
    padding: 12px 19px
}

.btn.btn--middle {
    min-width: 200px
}

.btn-default {
    background: #f78f1e;
    color: #fff
}

.btn-default:focus, .btn-default:hover {
    background: #e86809
}

.btn-default.active, .btn-default:active {
    background: #d95700
}

.btn-default.disabled, .btn-default[disabled] {
    background: #b3b3b3
}

.btn-primary {
    background: 0;
    color: #14509c;
    border: 2px solid #14509c
}

.btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background: #14509c
}

.btn-primary:focus {
    background: 0;
    color: #14509c;
    border: 2px solid #14509c
}

.btn-success {
    background: #14509c;
    color: #fff;
    border: 2px solid #14509c;
    transition: background-color .25s, border-color .25s
}

.btn-success:hover {
    background: #114485;
    border-color: #114485
}

.btn-success:active {
    background: #0e396f;
    border-color: #0e396f
}

.btn-success.disabled {
    background: #b3b3b3;
    border-color: #b3b3b3
}

.btn-transparent-black {
    transition: border-color .25s ease;
    border: 1px solid #999;
    color: #333;
    padding: 6px 19px 8px
}

.btn-transparent-black:hover {
    border-color: #333;
    color: #333
}

.btn-transparent-black:active, .btn-transparent-black:focus, .btn-transparent-black:visited {
    color: #333
}

.btn-block {
    display: block
}

.btn-block + .btn-block {
    margin-top: 5px
}

.btn, .caret, .checkbox-inline, .pager li i, .radio-inline {
    vertical-align: middle
}

.btn, .btn-lg {
    line-height: 1.1875
}

.btn-block, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.btn, .nowrap, .over-hid {
    overflow: hidden
}

.btn_more {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease;
    border: 1px solid #999;
    color: #333;
    padding-left: 29px;
    padding-right: 29px
}

.btn_more:focus {
    color: #999
}

.btn_more:hover {
    border-color: #333;
    color: #333
}

.btn_more_green {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease;
    border: 1px solid #31ae18;
    color: #31ae18
}

.btn_more_green:focus {
    color: #25ae22
}

.btn_more_green:hover {
    border-color: #25ae22;
    color: #25ae22
}

.btn_more_green.btn_currency_credit {
    min-height: 15px;
    height: 25px;
    position: relative;
    top: 5px;
    font-size: 14px
}

.btn_more.btn_big {
    width: 100%;
    padding: 9px 19px 11px
}

.btn.btn-app {
    border: 1px solid #0455bc;
    box-sizing: border-box;
    border-radius: 4px;
    color: #0455bc;
    padding: 8px 15px;
    min-height: auto;
    transition: background-color .25s, border-color .25s
}

.btn.btn-app:hover {
    background: #14509c;
    border-color: #14509c;
    color: white
}

.btn--rounded {
    border-radius: 50%;
    line-height: 1;
    min-height: unset;
    padding: 9px;
    max-width: 36px;
    max-height: 36px
}

.amcharts-chart-div {
    height: 400px
}

.grid-view > h1, .grid-view > .h1, .grid-view > h2, .grid-view > .h2, .grid-view > h3, .grid-view > .h3, .grid-view > h4, .grid-view > .h4 {
    padding: 10px 20px
}

@media screen and (max-width: 767px) {
    .grid-view > h1, .grid-view > .h1, .grid-view > h2, .grid-view > .h2, .grid-view > h3, .grid-view > .h3, .grid-view > h4, .grid-view > .h4 {
        padding: 10px 15px
    }
}

.sidebar-wrapper__content {
    padding-left: 0
}

@media screen and (min-width: 768px) {
    .sidebar-wrapper {
        display: flex;
        box-sizing: border-box
    }

    .sidebar-wrapper__sidebar {
        width: 25%;
        box-sizing: border-box;
        position: relative
    }

    .sidebar-wrapper__content {
        width: 75%;
        box-sizing: border-box;
        padding-left: 30px
    }
}

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

.light-blue-block {
    background: #ebf6fb
}

.list-dotted {
    padding-left: 0
}

.list-dotted__item {
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px
}

.list-dotted__item:last-child {
    margin-bottom: 0
}

.list-dotted__item:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b4c6d2;
    position: absolute;
    left: 0;
    top: 9px
}

.list-check {
    padding-left: 0
}

.list-check__item {
    padding-left: 20px;
    position: relative
}

.list-check__item:before {
    content: "\e912";
    font-family: MyFIn;
    width: 15px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
    color: #14509c
}

.link-arrow-right {
    position: relative;
    padding-right: 10px
}

.link-arrow-right:after {
    content: "\e92e";
    font-family: "MyFin";
    font-size: 10px;
    top: 5px;
    right: 0;
    position: absolute
}

.text-image {
    display: flex;
    flex-direction: column;
    align-items: center
}

.text-image__image {
    max-width: 100%
}

.text-image__text {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 8px
}

.sticky {
    position: fixed;
    z-index: 101
}

.top-title {
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 26px;
    font-family: roboto-bold, Helvetica, Arial, sans-serif
}

.top-title h1 {
    font-size: 22px;
    line-height: 26px;
    font-family: roboto-bold, Helvetica, Arial, sans-serif
}

.bottom-btn-wrap {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

@media screen and (min-width: 768px) {
    .top-title h1 {
        font-size: 30px;
        line-height: 35px
    }

    .top-title {
        font-size: 30px;
        line-height: 35px
    }
}

.back-link {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    font-family: roboto-bold, Helvetica, Arial, sans-serif;
    position: relative;
    padding-left: 15px
}

.back-link:before {
    content: "\e92d";
    font-family: "MyFIn";
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 1px
}

[data-js="show-more-hidden"] {
    display: none
}

.header-with-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-with-img.header-with-img--mb {
    margin-bottom: 15px
}

.header-with-img > .header-with-img__header-container {
    margin-right: 30px;
    max-width: 85%
}

.header-with-img > .header-with-img__img-container img {
    max-width: 120px;
    max-height: 60px
}

@media screen and (max-width: 767px) {
    .header-with-img {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header-with-img.header-with-img--mb {
        margin-bottom: 10px
    }

    .header-with-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-with-img > .header-with-img__header-container {
        width: 100%;
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header-with-img > .header-with-img__img-container {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 15px
    }
}

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

.bg-blue {
    background-color: #ebf6fb
}

.bg-light-blue {
    background-color: #f9fcfe
}

.bg-deep-blue {
    background-color: #56b5fb
}

.bg-blue-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#ebf6fb), to(#fff));
    background: -o-linear-gradient(top, #ebf6fb 0, #fff 100%);
    background: linear-gradient(180deg, #ebf6fb 0, #fff 100%)
}

b, strong {
    font-family: roboto-bold, Arial, Helvetica, sans-serif;
    font-weight: 400
}

.d-fl {
    display: flex
}

.bt-1 {
    border-top: 1px solid #ebebeb
}

.br-1 {
    border-right: 1px solid #ebebeb
}

.bb-1 {
    border-bottom: 1px solid #ebebeb
}

.bl-1 {
    border-left: 1px solid #ebebeb
}

.b-dark {
    border-color: #d9e3e8
}

.text-white {
    color: #fff
}

.text-red, .error-text {
    color: #f71e1e
}

.floating-product-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    padding: 20px 20px 20px 20px;
    transition: opacity .25s
}

.floating-product-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    width: 100%;
    height: 10px;
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2
}

.floating-product-btn.invisible {
    pointer-events: none;
    opacity: 0
}

.invisible-block {
    pointer-events: none;
    opacity: 0
}

.sup-custom {
    font-size: .7em;
    position: relative;
    top: -.3em
}

.bank-icon {
    display: inline-flex !important;
    position: relative;
    top: 2px;
    object-fit: contain
}

.bank-icon.bank-icon--on-map {
    top: 8px;
    left: 8px
}

.text-danger {
    color: #e62c2c
}

.text-success {
    color: #5bbb10
}

.load_image:not(.load_done) {
    object-fit: contain !important
}

.fullscreen_banner .fullscreen_banner-header {
    top: calc(50% - 235px) !important;
    background: transparent !important
}

.fullscreen_banner .fullscreen_banner-header__close {
    right: calc(50% - 155px) !important
}

@media screen and (min-width: 768px) {
    .fullscreen_banner .fullscreen_banner-header__close {
        right: calc(50% - 400px) !important
    }

    .fullscreen_banner .fullscreen_banner-header {
        top: calc(50% - 250px) !important
    }
}

.block {
    display: block
}

.dashed {
    border-bottom: 1px dashed;
    border-color: inherit
}

.dashed.dashed--l {
    border-bottom: 2px dashed
}

.ovf-hid {
    overflow: hidden
}

.tooltipstered {
    cursor: pointer
}

.pe-auto {
    pointer-events: auto
}

.negative-wrapper {
    margin-left: -10px;
    margin-right: -10px
}

.container-with-sidebar {
    display: grid;
    grid-template-columns:1fr calc(100% - 320px);
    grid-gap: 20px
}

.container-with-sidebar.container-with-sidebar--sidebar-left {
    grid-template-columns:300px calc(100% - 320px)
}

.container-with-sidebar.container-with-sidebar--sidebar-right {
    grid-template-columns:calc(100% - 320px) 300px
}

.container-with-sidebar.container-with-sidebar--mob {
    grid-template-columns:100%
}

.container-with-sidebar__sidebar-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%
}

.container-with-sidebar__sidebar-section.container-with-sidebar__sidebar-section--sticky {
    position: sticky;
    left: 0;
    top: 60px
}

.pretty-scrollbar::-webkit-scrollbar {
    width: 8px
}

.pretty-scrollbar::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 10px;
    margin-top: 4px;
    margin-bottom: 4px
}

.pretty-scrollbar::-webkit-scrollbar-thumb {
    background-color: #d4d7d9;
    border-radius: 10px
}

.error {
    color: #e40000
}

.bank-goda-btn {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 28px;
    padding-left: 27px;
    padding-right: 7px;
    position: relative;
    cursor: pointer;
    background: linear-gradient(347.54deg, #b0955c 4.85%, #e3d095 74.88%, #f5e6b1 107.5%);
    border-radius: 3px
}

.bank-goda-btn.bank-goda-btn--currency {
    top: 2px
}

.bank-goda-btn svg {
    position: absolute;
    left: 7px;
    top: 6px
}

.bank-goda-btn:hover {
    color: #fff
}

[class^="ic-"], [class*=" ic-"] {
    font-family: "MyFin" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ic-horn:before {
    content: "\e981"
}

.ic-house:before {
    content: "\e982"
}

.ic-list:before {
    content: "\e983"
}

.ic-portfolio:before {
    content: "\e984"
}

.ic-linked:before {
    content: "\e97f"
}

.ic-tiktok:before {
    content: "\e980"
}

.ic-news:before {
    content: "\e97c"
}

.ic-courses:before {
    content: "\e97d"
}

.ic-converter:before {
    content: "\e97e"
}

.ic-humidity:before {
    content: "\e979"
}

.ic-pressure:before {
    content: "\e97a"
}

.ic-wind:before {
    content: "\e97b"
}

.ic-monitor:before {
    content: "\e977"
}

.ic-dislike:before {
    content: "\e978"
}

.ic-internet:before {
    content: "\e974"
}

.ic-share:before {
    content: "\e975"
}

.ic-like:before {
    content: "\e976"
}

.ic-halva:before {
    content: "\e971"
}

.ic-erip:before {
    content: "\e972"
}

.ic-cards:before {
    content: "\e973"
}

.ic-categories:before {
    content: "\e970"
}

.ic-chart:before {
    content: "\e96c"
}

.ic-clock:before {
    content: "\e96d"
}

.ic-filter:before {
    content: "\e96e"
}

.ic-waves:before {
    content: "\e96f"
}

.ic-android:before {
    content: "\e968"
}

.ic-apple:before {
    content: "\e969"
}

.ic-gift:before {
    content: "\e96a"
}

.ic-mob-phone:before {
    content: "\e96b"
}

.ic-fallen-star:before {
    content: "\e966"
}

.ic-paper-plan:before {
    content: "\e967"
}

.ic-copy:before {
    content: "\e964"
}

.ic-double-sided-arrow:before {
    content: "\e965"
}

.ic-car-2:before {
    content: "\e95d"
}

.ic-card:before {
    content: "\e95e"
}

.ic-card-2:before {
    content: "\e95f"
}

.ic-house-2:before {
    content: "\e960"
}

.ic-lock:before {
    content: "\e961"
}

.ic-safe:before {
    content: "\e962"
}

.ic-wallet:before {
    content: "\e963"
}

.ic-exit:before {
    content: "\e95a"
}

.ic-minus:before {
    content: "\e95b"
}

.ic-life:before {
    content: "\e957"
}

.ic-a1 .path1:before {
    content: "\e954";
    color: #da291c
}

.ic-a1 .path2:before {
    content: "\e955";
    margin-left: -1em;
    color: #000
}

.ic-egg:before {
    content: "\e956"
}

.ic-calendar-2:before {
    content: "\e952"
}

.ic-update-time:before {
    content: "\e953"
}

.ic-eye-fill:before {
    content: "\e949"
}

.ic-zip:before {
    content: "\e945"
}

.ic-txt:before {
    content: "\e946"
}

.ic-pdf:before {
    content: "\e947"
}

.ic-doc:before {
    content: "\e948"
}

.ic-plus-in-circle:before {
    content: "\e942"
}

.ic-plus:before {
    content: "\e943"
}

.ic-user-men:before {
    content: "\e93f"
}

.ic-mail:before {
    content: "\e940"
}

.ic-autopayment:before {
    content: "\e902"
}

.ic-chip:before {
    content: "\e904"
}

.ic-deliver:before {
    content: "\e905"
}

.ic-fast:before {
    content: "\e906"
}

.ic-wireless:before {
    content: "\e90c"
}

.ic-arrow_down:before {
    content: "\e90d"
}

.ic-close:before {
    content: "\e90e"
}

.ic-arrow_left:before {
    content: "\e90f"
}

.ic-settings:before {
    content: "\e910"
}

.ic-check:before {
    content: "\e911"
}

.ic-check_no-border:before {
    content: "\e912"
}

.ic-question:before {
    content: "\e913"
}

.ic-telegram:before {
    content: "\e914"
}

.ic-phone:before {
    content: "\e951"
}

.ic-viber:before {
    content: "\e915"
}

.ic-warning:before {
    content: "\e916"
}

.ic-warning-triangle-transparent:before {
    content: "\e958"
}

.ic-eye:before {
    content: "\e917"
}

.ic-HCE:before {
    content: "\e919"
}

.ic-doc1:before {
    content: "\e91b"
}

.ic-pdf1:before {
    content: "\e91c"
}

.ic-manager:before {
    content: "\e91d"
}

.ic-responsive:before {
    content: "\e91e"
}

.ic-link:before {
    content: "\e91f"
}

.ic-Print:before {
    content: "\e920"
}

.ic-coins:before {
    content: "\e921"
}

.ic-currency:before {
    content: "\e922"
}

.ic-alendar:before {
    content: "\e924"
}

.ic-rating:before {
    content: "\e923"
}

.ic-persent-ellipse:before {
    content: "\e925"
}

.ic-calc:before {
    content: "\e926"
}

.ic-three-dots:before {
    content: "\e927"
}

.ic-arrow-up:before {
    content: "\e928"
}

.ic-arrow-down:before {
    content: "\e929"
}

.ic-excharge:before {
    content: "\e92a"
}

.ic-star-stroke:before {
    content: "\e92b"
}

.ic-star-fill:before {
    content: "\e92c"
}

.ic-arrow_left1:before {
    content: "\e92d"
}

.ic-arrow_right:before {
    content: "\e92e"
}

.ic-arrow_top:before {
    content: "\e92f"
}

.ic-map-mrker:before {
    content: "\e930"
}

.ic-exchange-arrows:before {
    content: "\e931"
}

.ic-messages:before {
    content: "\e932"
}

.ic-sort-by-down:before {
    content: "\e933"
}

.ic-sort-by-up:before {
    content: "\e934"
}

.ic-facebook:before {
    content: "\e935"
}

.ic-vk:before {
    content: "\e936"
}

.ic-google:before {
    content: "\e937"
}

.ic-ok:before {
    content: "\e938"
}

.ic-twitter:before {
    content: "\e939"
}

.ic-yandex:before {
    content: "\e93a"
}

.ic-youtube:before {
    content: "\e959"
}

.ic-rss:before {
    content: "\e93b"
}

.ic-instagram:before {
    content: "\e941"
}

.ic-arrow-right:before {
    content: "\e93c"
}

.ic-breadcrumb-arrow:before {
    content: "\e93d"
}

.ic-search:before {
    content: "\e93e"
}

.ic-heart-fill:before {
    content: "\e95c"
}

.ic-heart:before {
    content: "\e944"
}

.ic-mastercard:before {
    content: "\e907"
}

.ic-visa:before {
    content: "\e90b"
}

.ic-samsung_pay:before {
    content: "\e90a"
}

.ic-apple_pay:before {
    content: "\e901"
}

.ic-belkart:before {
    content: "\e903"
}

.ic-paypass:before {
    content: "\e908"
}

.ic-paywave:before {
    content: "\e909"
}

.ic-instant_issue:before {
    content: "\e918"
}

.ic-android_pay:before {
    content: "\e91a"
}

.ic-3d_secure:before {
    content: "\e900"
}

.ic-other-pay-system:before {
    content: "\e94a"
}

.ic-union-pay:before {
    content: "\e94b"
}

.ic-mir:before {
    content: "\e94c"
}

.ic-mipay:before {
    content: "\e94d"
}

.ic-pay:before {
    content: "\e94e"
}

.ic-fitbit:before {
    content: "\e94f"
}

.ic-garmin-pay:before {
    content: "\e950"
}

.g-content_i, .g-footer_i, .g-header, .g-sidebar_i, ul.autocomplete {
    background: #fff
}

.g-header {
    background: #fff;
    position: relative;
    z-index: 1001
}

.g-header_i {
    position: relative
}

@media (max-width: 1023px) {
    .g-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 998;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        box-shadow: 0 0 10px rgba(0, 0, 0, .3)
    }
}

.header-upd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 50px
}

.header-upd__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-upd__city-change {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-upd__city-change span {
    display: inline-block;
    border-bottom: 1px dashed;
    line-height: 1
}

.header-upd__city-change:before {
    content: '\e930';
    font-family: MyFIn;
    color: #b4c6d2;
    margin-right: 5px
}

.header-upd__city-change--bordered {
    padding-left: 30px;
    margin-left: 30px
}

.header-upd__city-change--bordered:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #ebebeb
}

.header-upd .page-version-switcher {
    order: 2
}

.header-upd__logo {
    order: 1
}

/*.header-upd__logo img {
    width: 110px;
    height: 25px
}*/

/*@media screen and (min-width: 360px) {
    .header-upd__logo img {
        width: 136px;
        height: 30px
    }
}*/

.header-upd__logo.header-upd__logo--new-year img {
    width: 122px;
    height: 40px
}

.header__logo-back-nav {
    display: none;
    position: relative;
    width: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    transition: width .25s, padding .25s;
    order: 0
}

.header__logo-back-nav::after {
    content: '';
    display: block;
    left: 2px;
    top: 40%;
    width: 12px;
    height: 12px;
    border: 2px solid #14509c;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-135deg)
}

@media screen and (max-width: 1023px) {
    .header-upd {
        padding-right: 50px
    }

    .header-upd__logo.header-upd__logo--new-year img {
        width: 92px;
        height: 30px
    }

    .header__logo-back-nav.active {
        width: 50px
    }

    .header__logo-back-nav {
        display: flex
    }

    .overlay.active {
        opacity: 1
    }

    .overlay {
        position: fixed;
        z-index: 150;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        background-color: rgba(89, 111, 121, .4);
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s
    }
}

.header-upd__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-upd__links-list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0
}

.header-upd__links-list > ul > li {
    font-size: 14px;
    margin-right: 30px
}

.header-upd__links-list > ul > li:last-child {
    margin-right: 0
}

@media screen and (max-width: 1023px) {
    .header-upd__links-list {
        display: none
    }
}

@media screen and (max-width: 400px) {
    .page-version-switcher ~ .header__logo-back-nav.active ~ .header-upd__logo img {
        width: 91px;
        height: 20px
    }
}

@media screen and (max-width: 359px) {
    .page-version-switcher ~ .header__logo-back-nav.active {
        width: 30px
    }
}

.hamburger-wrap {
    position: absolute;
    top: 5px;
    right: 10px
}

.st-menu .hamburger {
    position: absolute;
    width: 46px;
    height: 44px;
    padding: 8px;
    right: 0;
    z-index: 99;
    background-color: #fff;
    opacity: 0
}

#db .hamburger-close span {
    background-color: #14509c
}

.hamburger {
    width: 40px;
    height: 38px;
    padding: 8px;
    background-color: #fff;
    cursor: pointer;
    border: 0;
    position: relative;
    display: block
}

.hamburger:focus {
    outline: 0
}

.hamburger span {
    content: '';
    background-color: #14509c;
    display: block;
    width: 100%;
    height: 3px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.hamburger, .hamburger span {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.hamburger span + span {
    margin-top: 6px
}

.hamburger.active {
    background-color: #fff;
    color: #000
}

.hamburger.active span {
    background-color: #14509c;
    margin: 0
}

.hamburger.active span:first-child {
    margin: 1px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger.active span:last-child {
    margin: -3px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hamburger.active span:nth-child(2) {
    display: none
}

.st-menu-open .st-menu .hamburger {
    opacity: 1
}

.st-menu-open .hamburger span {
    position: absolute;
    left: 10%;
    width: 80%
}

.st-menu-open .hamburger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px
}

.st-menu-open .hamburger span:nth-child(2) {
    opacity: 0
}

.st-menu-open .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px
}

.st-menu-open .hamburger.st-trigger-effects {
    opacity: 0
}

.page_sm .hamburger.hamburger-close, .page_xs .hamburger.hamburger-close {
    width: 46px;
    height: 44px;
    padding: 8px
}

.page_sm .hamburger span + span, .page_xs .hamburger span + span {
    margin-top: 6px
}

.js-off .hamburger-wrap {
    display: none
}

.g-footer_i {
    background: #fff
}

.g-footer_i {
    padding: 20px 0
}

@media (max-width: 1023px) and (min-width: 768px) {
    .g-footer_i {
        padding-top: 30px
    }

    .foot-top, .foot-bottom {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media (max-width: 767px) {
    .g-footer_i {
        padding-top: 20px
    }

    .foot-top, .foot-bottom {
        padding-left: 5px;
        padding-right: 5px
    }
}

.foot-bottom {
    padding-top: 8px
}

.foot-top {
    padding-bottom: 20px;
    position: relative
}

.foot-middle {
    border-top: 1px solid #e0e0e0;
    padding-top: 8px
}

.foot-middle__right {
    flex-shrink: 0
}

.foot-middle__right .item--flex {
    display: flex;
    flex-shrink: 0
}

.foot-middle__right .item--aic {
    align-items: center
}

@media screen and (min-width: 768px) {
    .foot-middle .menu-foot {
        display: flex;
        justify-content: space-between
    }

    .foot-middle .menu-foot .foot-middle__right {
        margin-left: 20px
    }
}

.footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.foot-middle .item_1 {
    padding: 5px 20px 5px 0
}

.double-block__link, .footer__social-wrapper > div, .term-share .news-share-tag .news-share-tag__item {
    float: right
}

.foot-bottom .logo-foot .title, .foot-bottom .studio {
    color: #999;
    font-size: 12px
}

.footer_logo.footer_logo--new-year img {
    width: 122px;
    height: 40px
}

@media (max-width: 767px) {
    .foot-top {
        padding-bottom: 10px
    }

    .footer_logo {
        width: 136px;
        height: 30px;
        margin: 0 auto
    }

    .footer_logo.footer_logo--new-year img {
        width: 122px;
        height: 40px
    }
}

.footer__social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer__social-wrapper .title {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    color: #999;
    margin-right: 10px;
    font-size: 12px
}

.footer__social-wrapper .social {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media screen and (max-width: 767px) {
    .footer__social-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .foot-top .social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px
    }

    .foot-top .social .title {
        margin-right: 0;
        width: 100%;
        font-family: roboto-bold
    }
}

.studio .link {
    text-align: right
}

.app-link {
    display: inline-flex
}

.app-link img {
    transition: box-shadow .25s;
    border-radius: 5px
}

.app-link.app-link--google-play img, .app-link.app-link--app-store img {
    width: 110px;
    height: 32px
}

.app-link:hover img {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.main-nav_sub {
    pointer-events: none
}

.main-nav_inner, .main-nav_right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-nav {
    position: sticky;
    z-index: 1000;
    top: -1px;
    left: 0;
    background-color: #14509b;
    -webkit-box-shadow: 0 9px 9px -7px rgba(0, 0, 0, .3);
    box-shadow: 0 9px 9px -7px rgba(0, 0, 0, .3)
}

.main-nav.fixed {
    background-color: #fff;
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s
}

.main-nav.fixed .main-nav_link:not(.main-nav_link-credit) {
    color: #14509c
}

.main-nav_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-nav__logo {
    position: absolute;
    width: 0;
    overflow: hidden
}

.main-nav.fixed .main-nav__logo {
    position: static;
    width: 36px;
    height: 36px
}

.main-nav__logo a {
    display: inline-flex;
    width: 100%;
    height: 100%
}

.main-nav__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.main-nav_link, .main-nav_right {
    position: relative
}

.main-nav_list {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-nav_sub-link, .main-nav_sub-title {
    margin-bottom: 10px;
    display: block
}

.main-nav_link {
    display: inline-block;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: color .25s, background-color .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
    -o-transition: color .25s, background-color .25s, box-shadow .25s, transform .25s;
    transition: color .25s, background-color .25s, box-shadow .25s, transform .25s, -webkit-box-shadow .25s, -webkit-transform .25s
}

.main-nav_link.main-nav_link--button {
    padding: 6px 12px;
    border-radius: 2px;
    border: 1px solid #FFF;
    background: rgba(255, 249, 228, .1)
}

.main-nav_link.main-nav_link--mr-12 {
    margin-right: 12px
}

.main-nav.fixed .main-nav_link.main-nav_link--button {
    border: 1px solid #14509c
}

.main-nav_new .main-nav_link:not(.main-nav_link-credit)::after, .main-nav_sub-link.main-nav_new::after {
    content: "NEW";
    line-height: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f78f1e;
    color: #fff;
    font-size: 9px;
    font-family: roboto-bold, sans-serif;
    padding: 3px 6px;
    border-radius: 0 0 3px 3px
}

.main-nav_city-item--more::after, .main-nav_partner::before {
    content: ""
}

.main-nav_sub-link.main-nav_new::after {
    top: auto;
    right: auto
}

.main-nav_item-sub .main-nav_link::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s
}

.main-nav_sub-link.iconb:before {
    left: 0
}

.main-nav_sub-link.main-nav_sub-link--app {
    display: inline-flex;
    align-items: center
}

.main-nav_sub-link.main-nav_sub-link--app img {
    height: 14px
}

@media screen and (min-width: 1023px) {
    .main-nav_item.active .main-nav_link {
        background-color: #3b6cbc;
        color: #fff !important
    }
}

.main-nav_item-sub:hover .main-nav_link {
    background-color: #3b6cbc;
    color: #fff !important
}

.main-nav_item-sub:hover .main-nav_link::before {
    opacity: 1
}

.main-nav_link-credit {
    position: relative;
    top: 0;
    padding: 10px;
    background-color: #e62e1c;
    -webkit-box-shadow: 0 1px 0 #96261b, 0 2px 0 #96261b, 0 3px 0 #96261b;
    box-shadow: 0 1px 0 #96261b, 0 2px 0 #96261b, 0 3px 0 #96261b;
    border-radius: 28px;
    font-size: 14px
}

.main-nav_sub-title, .rate-service__title {
    font-family: roboto-bold, sans-serif;
    font-size: 18px
}

.main-nav_link-credit:hover {
    -webkit-box-shadow: 0 1px 0 #96261b, 0 0 0 #96261b, 0 2px 0 #96261b;
    box-shadow: 0 1px 0 #96261b, 0 0 0 #96261b, 0 2px 0 #96261b;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

.main-nav_search {
    padding: 10px 0;
    width: 0;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 33px;
    background-color: #14509c;
    border: 0;
    color: #fff;
    -webkit-transition: width .25s, padding .25s, -webkit-box-shadow .25s;
    -o-transition: width .25s, box-shadow .25s, padding .25s;
    transition: width .25s, box-shadow .25s, padding .25s, -webkit-box-shadow .25s
}

.main-nav_search::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .67)
}

.main-nav_search::-moz-placeholder {
    color: rgba(255, 255, 255, .67)
}

.main-nav_search:-ms-input-placeholder {
    color: rgba(255, 255, 255, .67)
}

.main-nav_search::-ms-input-placeholder {
    color: rgba(255, 255, 255, .67)
}

.main-nav_search::placeholder {
    color: rgba(255, 255, 255, .67)
}

.main-nav_search.active {
    width: 600px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 0 0 16px 3px #17437d;
    box-shadow: 0 0 16px 3px #17437d
}

.main-nav.fixed .main-nav_search {
    background-color: #fff;
    color: #000
}

.main-nav.fixed .main-nav_search.active {
    width: 600px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 0 0 16px 3px #a1a1a1;
    box-shadow: 0 0 16px 3px #a1a1a1
}

.main-nav.fixed .main-nav_btn-search, .main-nav_btn-search {
    margin-left: 20px;
    border: 0;
    outline: 0
}

.main-nav.fixed .main-nav_search.active::-webkit-input-placeholder {
    color: #14509c
}

.main-nav.fixed .main-nav_search.active::-moz-placeholder {
    color: #14509c
}

.main-nav.fixed .main-nav_search.active:-ms-input-placeholder {
    color: #14509c
}

.main-nav.fixed .main-nav_search.active::-ms-input-placeholder {
    color: #14509c
}

.main-nav.fixed .main-nav_search.active::placeholder {
    color: #14509c
}

.main-nav_btn-search {
    background-color: transparent
}

.main-nav_btn-search:before {
    content: "\e93e";
    font-family: MyFIn;
    color: #fff;
    font-size: 25px;
    -webkit-transition: font-size .25s;
    -o-transition: font-size .25s;
    transition: font-size .25s
}

.main-nav.fixed .main-nav_btn-search:before {
    color: #14509c
}

.main-nav_sub {
    opacity: 0;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    -webkit-transition: opacity .25s, -webkit-transform .25s;
    -o-transition: opacity .25s, transform .25s;
    transition: opacity .25s, transform .25s, -webkit-transform .25s
}

.main-nav_item:hover .main-nav_sub {
    opacity: 1;
    pointer-events: auto
}

.main-nav_sub-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-nav_sub-item {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.main-nav_sub-cell {
    padding-right: 10px
}

.main-nav_sub-cell--25 {
    width: calc(100% / 4)
}

.main-nav_sub-cell--33 {
    width: calc(100% / 3)
}

.main-nav_sub-cell--50 {
    width: calc(100% / 2)
}

.main-nav_sub-cell--75 {
    width: 75%
}

.main-nav_sub-cell--100 {
    width: 100%
}

.main-nav_sub-list--column-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.main-nav_sub-list--column-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

.main-nav_sub-list--column-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
}

.main-nav_sub-link {
    color: #000;
    font-size: 15px
}

.main-nav_sub-link.main-nav_sub-link--card-image {
    display: flex;
    align-items: center
}

.main-nav_sub-link.main-nav_sub-link--card-image .main-nav_sub-link__image {
    width: 57px;
    height: 36px;
    margin-right: 10px
}

.main-nav_sub-link.main-nav_sub-link--card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.main-nav_sub-link.main-nav_sub-link--ekvairing-image {
    display: flex;
    align-items: center
}

.main-nav_sub-link.main-nav_sub-link--ekvairing-image .main-nav_sub-link__image {
    width: 31px;
    height: 38px;
    margin-right: 10px
}

.main-nav_sub-link.main-nav_sub-link--ekvairing-image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.main-nav_sub-link--new {
    position: relative
}

.main-nav_sub-link.main-nav_sub-link--native:not(:hover) {
    color: #14509c
}

.main-nav_sub-link--new:after {
    content: "NEW";
    line-height: 1;
    background-color: #f78f1e;
    color: #fff;
    font-size: 9px;
    font-family: roboto-bold, sans-serif;
    padding: 3px 6px;
    border-radius: 3px;
    margin-left: 5px;
    margin-top: 2px;
    transition: background-color .3s ease;
    transform: translateY(-2px);
    display: inline-block
}

.main-nav_city {
    background-color: #f2f9fd
}

.main-nav_city-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0
}

.main-nav_city-item {
    margin-right: 20px
}

.main-nav_city-item:last-child {
    margin-right: 0
}

.main-nav_city-link {
    color: #000
}

.main-nav_city-item--more {
    position: relative
}

.main-nav_city-item--more::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    z-index: 10;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #000;
    top: 8px;
    right: -12px
}

.main-nav_city-more {
    display: none;
    padding: 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 15px
}

.main-nav_city-more a {
    color: #14509c
}

.main-nav_city-more .main-nav_city-item--more::after {
    border-top-color: #14509c
}

.main-nav_social {
    padding: 20px 15px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    background-color: #ebf6fb
}

.main-nav_social .social {
    margin-bottom: 0;
    position: static
}

@media screen and (max-width: 1023px) {
    #myfin_header.menu-opened {
        top: 0 !important;
        z-index: 1001 !important
    }

    .main-nav {
        left: -1px
    }

    .main-nav, .main-nav_sub {
        bottom: 0;
        overflow-y: auto
    }

    .main-nav_city-more {
        display: block
    }

    .main-nav_btn-search, .main-nav_city {
        display: none
    }

    .main-nav_link {
        min-width: 70%
    }

    .main-nav_new > .main-nav_link {
        min-width: auto
    }

    .main-nav_item:not(.main-nav_item-sub) .main-nav_link {
        width: 100%
    }

    .main-nav_new .main-nav_link:not(.main-nav_link-credit)::after, .main-nav_sub-link.main-nav_new::after {
        top: 7px;
        right: 5px;
        left: unset;
        transform: translateY(0);
        padding: 3px 4px;
        border-radius: 3px
    }

    .main-nav {
        position: fixed;
        top: 50px;
        width: 50%;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .25s;
        transition: -webkit-transform .25s;
        -o-transition: transform .25s;
        transition: transform .25s, -webkit-transform .25s;
        background-color: #fff
    }

    .main-nav .container {
        padding: 0
    }

    .main-nav.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .main-nav_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .main-nav_list, .main-nav_sub-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-nav_list {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .main-nav_form {
        width: 100%
    }

    .main-nav_item {
        position: relative;
        cursor: pointer;
        padding: 15px;
        width: 100%;
        border-bottom: 1px solid #e1e1e1
    }

    .main-nav_item:last-child {
        border-bottom: 0
    }

    .main-nav_item-sub::after {
        content: "";
        position: absolute;
        right: 15px;
        top: 45%;
        width: 8px;
        height: 8px;
        border: 2px solid #999;
        border-left: 0;
        border-bottom: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .main-nav_search-wrapp {
        position: relative
    }

    .main-nav_search-wrapp::before {
        position: absolute;
        z-index: 5;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: .5;
        content: "\e93e";
        font-family: MyFIn;
        color: #fff;
        font-size: 15px;
        pointer-events: none
    }

    .main-nav_search {
        position: static;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        border-radius: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .main-nav_link:not(.main-nav_link-credit) {
        padding: 0;
        color: #000
    }

    .main-nav_new .main-nav_link:not(.main-nav_link-credit) {
        padding-right: 35px
    }

    .main-nav_sub {
        position: fixed;
        top: 0;
        padding: 30px 40px;
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateX(-100%) translateY(0);
        -ms-transform: translateX(-100%) translateY(0);
        transform: translateX(-100%) translateY(0);
        pointer-events: auto
    }

    .main-nav_sub.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .main-nav_sub-list {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto
    }

    .main-nav_sub-cell {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px
    }

    .main-nav_right {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width: 767px) {
    .main-nav {
        width: 100%;
        top: 50px;
        left: 0
    }

    .main-nav_sub-inner {
        min-width: auto
    }

    .main-nav_sub-link.main-nav_sub-link--card-image .main-nav_sub-link__image {
        width: 50px;
        height: 32px;
        margin-right: 15px
    }
}

.main-nav_sub-link.iconb {
    padding-left: 22px
}

@media (hover: hover) {
    .main-nav_link:hover {
        background-color: #3b6cbc;
        color: #fff !important
    }

    .main-nav_link-credit:hover {
        background-color: #de2513;
        color: #fff !important
    }
}

.main-nav_partner {
    position: relative;
    margin-left: 15px;
    padding: 5px 8px;
    background-color: #f78f1e;
    border-radius: 3px;
    color: #fff
}

.main-nav_partner::before {
    position: absolute;
    left: -10px;
    top: 30%;
    border: 5px solid transparent;
    border-right-color: #f78f1e
}

@media screen and (max-width: 1023px) {
    .main-nav_item-sub:hover .main-nav_link {
        background-color: transparent;
        color: #000 !important
    }
}

.main-nav_sub-list-no-title {
    margin-top: 35px
}

@media screen and (max-width: 1022px) {
    .main-nav_sub-list-no-title {
        margin-top: 0
    }
}

@media (max-width: 1200px) {
    .main-nav_link {
        padding-left: 10px;
        padding-right: 10px
    }

    .main-nav.fixed .main-nav_link {
        font-size: 15px
    }
}

.main-nav.fixed .main-nav_link {
    padding-left: 12px;
    padding-right: 12px
}

.lang_menu .main-nav_link {
    font-size: 15px
}

.main-nav.main-nav--super-static {
    position: relative
}

.menu-app-img {
    width: 13px
}

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

.mr--20 {
    margin-right: -20px
}

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

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

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

.mr--15 {
    margin-right: -15px
}

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

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

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

.mr--10 {
    margin-right: -10px
}

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

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

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

.mr--5 {
    margin-right: -5px
}

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

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

.mt-0 {
    margin-top: 0
}

.mr-0 {
    margin-right: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

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

.mr-5 {
    margin-right: 5px
}

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

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

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

.mr-10 {
    margin-right: 10px
}

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

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

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

.mr-15 {
    margin-right: 15px
}

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

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

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

.mr-20 {
    margin-right: 20px
}

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

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

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

.mr-25 {
    margin-right: 25px
}

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

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

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

.mr-30 {
    margin-right: 30px
}

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

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

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

.mr-35 {
    margin-right: 35px
}

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

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

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

.mr-40 {
    margin-right: 40px
}

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

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

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

.mr-45 {
    margin-right: 45px
}

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

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

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

.mr-50 {
    margin-right: 50px
}

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

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

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

.mr-55 {
    margin-right: 55px
}

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

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

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

.mr-60 {
    margin-right: 60px
}

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

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

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

.mr-100 {
    margin-right: 100px
}

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

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

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

.pr-5 {
    padding-right: 5px
}

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

.pl-5 {
    padding-left: 5px
}

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

.pr-10 {
    padding-right: 10px
}

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

.pl-10 {
    padding-left: 10px
}

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

.pr-15 {
    padding-right: 15px
}

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

.pl-15 {
    padding-left: 15px
}

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

.pr-20 {
    padding-right: 20px
}

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

.pl-20 {
    padding-left: 20px
}

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

.pr-25 {
    padding-right: 25px
}

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

.pl-25 {
    padding-left: 25px
}

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

.pr-30 {
    padding-right: 30px
}

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

.pl-30 {
    padding-left: 30px
}

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

.pr-35 {
    padding-right: 35px
}

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

.pl-35 {
    padding-left: 35px
}

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

.pr-40 {
    padding-right: 40px
}

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

.pl-40 {
    padding-left: 40px
}

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

.pr-45 {
    padding-right: 45px
}

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

.pl-45 {
    padding-left: 45px
}

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

.pr-50 {
    padding-right: 50px
}

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

.pl-50 {
    padding-left: 50px
}

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

.pr-55 {
    padding-right: 55px
}

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

.pl-60 {
    padding-left: 60px
}

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

.pr-60 {
    padding-right: 60px
}

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

.pl-60 {
    padding-left: 60px
}

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

.pr-100 {
    padding-right: 100px
}

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

.pl-100 {
    padding-left: 100px
}

.fs-10 {
    font-size: 10px
}

.fs-12 {
    font-size: 12px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-18 {
    font-size: 18px
}

.fs-20 {
    font-size: 20px
}

.fs-22 {
    font-size: 22px
}

.fs-24 {
    font-size: 24px
}

.fs-26 {
    font-size: 26px
}

.fs-28 {
    font-size: 28px
}

.fs-30 {
    font-size: 30px
}

.brd-2 {
    border-radius: 2px
}

.brd-3 {
    border-radius: 3px
}

.brd-4 {
    border-radius: 4px
}

.ac-c {
    align-items: center
}

.jc-sb {
    justify-content: space-between
}

.w-100 {
    width: 100%
}

.mob-visible {
    display: none
}

@media screen and (max-width: 767px) {
    .desktop-visible {
        display: none
    }

    .mob-visible {
        display: block
    }
}

.darck-grey {
    color: #999
}

.border-top {
    border-top: 1px solid #ebebeb
}

.border-bottom {
    border-bottom: 1px solid #ebebeb
}

.negative, .down {
    color: #e62c2c
}

.middle, .stable {
    color: #6b737d
}

.positive, .up {
    color: #31ae18
}

.fake-link, .js_link_blank:not(.btn) {
    color: #14509c;
    cursor: pointer;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s
}

.fake-link:hover, .fake-link:active, .js_link_blank:not(.btn):hover, .js_link_blank:not(.btn):active {
    color: #e86809
}

.fake-link.fake-link--underlined {
    border-bottom: 1px dashed #14509c;
    transition: color .25s, border-color .25s
}

.fake-link.fake-link--underlined:hover, .fake-link.fake-link--underlined:active {
    color: #e86809;
    border-color: #e86809
}

.fake-link.fake-link--dark-gray {
    -webkit-transition: color .25s, border-color .25s;
    -o-transition: color .25s, border-color .25s;
    transition: color .25s, border-color .25s
}

.fake-link.fake-link--dark-gray:not(:hover) {
    color: #6b737d
}

.fake-link.fake-link--black {
    -webkit-transition: color .25s, border-color .25s;
    -o-transition: color .25s, border-color .25s;
    transition: color .25s, border-color .25s
}

.fake-link.fake-link--black:not(:hover) {
    color: #0e1829
}

.fake-link.fake-link--dark-gray.fake-link--underlined:not(:hover) {
    border-color: #6b737d
}

.dark-gray {
    color: #6b737d
}

.hide {
    display: none !important
}

[href="http://www.amcharts.com/javascript-charts/"] {
    display: none !important
}

.bg_white {
    background-color: #fff
}

.list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.list.list--full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.list.list--col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list.list--col--mt > li {
    margin-top: 5px
}

.list.list--col-1 > li {
    width: 100%
}

.list.list--col-2 > li {
    width: calc(100% / 2)
}

.list.list--col-3 > li {
    width: calc(100% / 3)
}

.list.list--col-4 > li {
    width: calc(100% / 4)
}

@media screen and (max-width: 767px) {
    .list.list--col-mob-1 > li {
        width: 100%
    }

    .list.list--col-mob-2 > li {
        width: calc(100% / 2)
    }

    .list.list--col-mob-3 > li {
        width: calc(100% / 3)
    }

    .list.list--col-mob-4 > li {
        width: calc(100% / 4)
    }

    .mob-hidden {
        display: none !important
    }
}

@media screen and (max-width: 991px) {
    .right-sidebar {
        margin-top: 10px
    }
}

@media screen and (min-width: 768px) {
    .df-desktop {
        display: flex
    }
}

.colum-count-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.colum-count-2 li {
    width: 50%;
    margin-bottom: 5px
}

.colum-count-2 li:nth-child(even) {
    padding-left: 10px
}

.text-gray {
    color: #999
}

.light-gray {
    color: #b7bec7
}

.orange {
    color: #f78f1e
}

.red {
    color: #f78f1e
}

.main-black {
    color: #0e1829
}

.main-crayola {
    color: #b4c6d2
}

.accent {
    font-family: roboto-bold
}

.accent > .accent {
    font-size: 18px
}

@media screen and (min-width: 768px) {
    .accent > .accent {
        font-size: 20px
    }
}

@media screen and (max-width: 767px) {
    .mobile-hidden {
        display: none !important
    }
}

@media screen and (min-width: 991px) {
    .tablet-hidden {
        display: none !important
    }
}

@media screen and (min-width: 1024px) {
    .desktop-hidden {
        display: none !important
    }
}

.link-header h1, .link-header h2, .link-header h3, .link-header h4 {
    transition: inherit
}

.link-header:hover h1, .link-header:hover h2, .link-header:hover h3, .link-header:hover h4 {
    color: #e86809
}

[href="http://www.amcharts.com"] {
    display: none !important
}

.shrink-0 {
    flex-shrink: 0
}

.cursor-pointer {
    cursor: pointer
}

.external-branding-wrapper {
    position: relative
}

@media screen and (min-width: 1024px) {
    .external-branding-wrapper {
        top: -1px
    }
}

.pointer {
    cursor: pointer
}

.preloader-for-button {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px
}

.preloader-for-button div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    margin: 4px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: preloader-for-button-an 1.2s cubic-bezier(0.5, 0, .5, 1) infinite;
    border-color: #fff transparent transparent transparent
}

.preloader-for-button div:nth-child(1) {
    animation-delay: -.45s
}

.preloader-for-button div:nth-child(2) {
    animation-delay: -.3s
}

.preloader-for-button div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes preloader-for-button-an {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.ad-container.inited {
    margin-right: -10px;
    margin-left: -10px;
    background-color: #f9fcfe;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px
}

@media screen and (min-width: 1200px) {
    .ad-container.inited {
        margin-right: 0;
        margin-left: 0;
        padding: 30px 0
    }
}

.uppercase {
    text-transform: uppercase
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumb > li:after {
    content: "\e93d";
    font-family: "MyFIn";
    font-size: 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #14509c
}

.breadcrumb > li:last-child:after {
    display: none
}

.breadcrumb-on-mobile {
    background-color: #fff;
    padding: 15px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.breadcrumb-on-mobile .container {
    padding-left: 15px;
    padding-right: 15px
}

.breadcrumb-container.breadcrumb-container--white .breadcrumb a {
    color: #fff
}

.breadcrumb-container.breadcrumb-container--white .breadcrumb > li:after {
    color: #fff
}

.breadcrumb-container.breadcrumb-container--white .breadcrumb li.active {
    color: #fff;
    opacity: .5
}

.breadcrumb-container.breadcrumb-container--with-paddings {
    padding: 10px 20px
}

.breadcrumb-container.breadcrumb-container--with-datapicker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.breadcrumb-container.breadcrumb-container--underlined {
    border-bottom: 1px solid #ebebeb
}

@media screen and (max-width: 767px) {
    .breadcrumb-container.breadcrumb-container--with-paddings {
        padding: 10px 15px
    }
}

.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f78f1e
}

.nav-tabs li a {
    padding: 8px 15px;
    font-size: 14px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s
}

.nav-tabs li:first-child a {
    padding-left: 20px
}

.nav-tabs li:last-child a {
    padding-right: 20px
}

.nav-tabs li.active a {
    color: #fff;
    background-color: #f78f1e
}

.nav-tabs li a:hover {
    background-color: #f9b162;
    color: #fff
}

.nav-tabs.nav-tabs--bordered .item {
    border-left: 1px solid #ebf6fb;
    border-top: 1px solid #ebf6fb;
    border-right: 1px solid #ebf6fb;
    transition: border-color .25s
}

.nav-tabs.nav-tabs--bordered .item.active {
    border-color: #f78f1e
}

.nav-tabs.nav-tabs--bordered .item:hover {
    border-color: #f9b162
}

.nav-tabs.nav-tabs--rounded .item:first-child {
    border-top-left-radius: 3px
}

.nav-tabs.nav-tabs--rounded .item:last-child {
    border-top-right-radius: 3px
}

.nav-tabs.nav-tabs--row {
    flex-direction: row
}

.nav-tabs.nav-tabs--col-2 li {
    width: calc(100% / 2)
}

.nav-tabs.nav-tabs--col-3 li {
    width: calc(100% / 3)
}

.nav-tabs.nav-tabs--col-4 li {
    width: calc(100% / 4)
}

.nav-tabs.nav-tabs--col-2 li, .nav-tabs.nav-tabs--col-3 li, .nav-tabs.nav-tabs--col-4 li, .nav-tabs.nav-tabs--col-2 li a, .nav-tabs.nav-tabs--col-3 li a, .nav-tabs.nav-tabs--col-4 li a {
    width: 100%;
    text-align: center;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .nav-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nav-tabs li, .nav-tabs li a {
        width: 100%
    }

    .nav-tabs li:first-child a {
        padding-left: 15px
    }

    .nav-tabs li:last-child a {
        padding-right: 15px
    }

    .nav-tabs.nav-tabs--mob-collapsed {
        display: flex;
        flex-direction: column
    }

    .nav-tabs.nav-tabs--mob-collapsed li {
        display: none
    }

    .nav-tabs.nav-tabs--mob-collapsed li.active {
        display: block;
        order: -1
    }

    .nav-tabs.nav-tabs--mob-collapsed li.active a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .nav-tabs.nav-tabs--mob-collapsed li.active a:after {
        font-family: MyFIn;
        content: "\e90d";
        font-size: 12px;
        -webkit-transition: -webkit-transform .25s;
        transition: -webkit-transform .25s;
        -o-transition: transform .25s;
        transition: transform .25s;
        transition: transform .25s, -webkit-transform .25s
    }

    .nav-tabs.nav-tabs--mob-collapsed.nav-tabs--collapse-show li {
        display: block
    }

    .nav-tabs.nav-tabs--mob-collapsed.nav-tabs--collapse-show li.active a:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.seo-text h1, .seo-text h2, .seo-text h3, .seo-text h4, .seo-text .h1, .seo-text .h2, .seo-text .h3, .seo-text .h4 {
    margin-bottom: 10px
}

.seo-text p {
    font-size: 16px
}

.seo-text p:last-child {
    margin-bottom: 0
}

.seo-text ul, .seo-text ol {
    padding: 0;
    margin: 0 0 10px 0;
    list-style-type: none;
    font-size: 16px
}

.seo-text ul li, .seo-text ol li {
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative
}

.seo-text ul li:last-child, .seo-text ol li:last-child {
    margin-bottom: 0
}

.seo-text ul li:before, .seo-text ol li:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #b4c6d2;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.seo-text ul:last-child, .seo-text ol:last-child {
    margin-bottom: 0
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social--col {
    display: inline-block
}

.social--col .title {
    margin-bottom: 10px
}

.social .soc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 32px;
    height: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 8px
}

.social .soc:last-child {
    margin-right: 0
}

.social .soc:before {
    font-family: MyFIn;
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 2
}

.social .soc:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-filter .25s;
    transition: -webkit-filter .25s;
    -o-transition: filter .25s;
    transition: filter .25s;
    transition: filter .25s, -webkit-filter .25s
}

.social .soc:hover:after {
    -webkit-filter: brightness(1.20);
    filter: brightness(1.20)
}

.social .soc:active:after, .social .soc:focus:after {
    -webkit-filter: brightness(.8);
    filter: brightness(.8)
}

.social .soc.teleg:before {
    content: "\e914"
}

.social .soc.teleg:after {
    background-color: #4faef7
}

.social .soc.telegram:before {
    content: "\e914"
}

.social .soc.telegram:after {
    background-color: #4faef7
}

.social .soc.vk:before {
    content: "\e936"
}

.social .soc.vk:after {
    background-color: #07f
}

.social .soc.fb:before {
    content: "\e935"
}

.social .soc.fb:after {
    background-color: #3b5998
}

.social .soc.facebook:before {
    content: "\e935"
}

.social .soc.facebook:after {
    background-color: #3b5998
}

.social .soc.tw:before {
    content: "\e939"
}

.social .soc.tw:after {
    background-color: #000
}

.social .soc.tiktok:before {
    content: "\e980"
}

.social .soc.tiktok:after {
    background-color: #000
}

.social .soc.ok:before {
    content: "\e938"
}

.social .soc.ok:after {
    background-color: #ff851b
}

.social .soc.instagram:before {
    content: "\e941"
}

.social .soc.instagram:after {
    background: #f6b35e;
    background: linear-gradient(45deg, rgba(246, 179, 94, 1) 20%, rgba(92, 108, 179, 1) 70%)
}

.social .soc.youtube:before {
    content: "\e959"
}

.social .soc.youtube:after {
    background-color: red
}

.social .soc.vb svg {
    position: absolute;
    z-index: 3;
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px
}

.social .soc.vb:before {
    content: "\e915";
    opacity: 0
}

.social .soc.vb:after {
    background-color: #7360f2
}

.social .soc.rss:before {
    content: "\e93b"
}

.social .soc.site:after, .social .soc.email:after, .social .soc.rss:after {
    background-color: #f78f1e
}

.social .soc.email:before {
    content: "\e940"
}

.social .soc.linkedin:after {
    background-color: #0077b5
}

.social .soc.linkedin:before {
    content: "\e97f"
}

.social .soc.site {
    display: none !important
}

@media screen and (max-width: 767px) {
    .social .title {
        font-family: roboto-bold
    }

    .social .soc {
        margin-top: 10px
    }
}

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

.bg-pattern-1 {
    background: url(/files_content/img/default-filter-bg-mob.png?p_v=) 0 0, -o-linear-gradient(left, #52a7e7 0, #52a7e7 100%);
    background: url(/files_content/img/default-filter-bg-mob.png?p_v=) 0 0, -webkit-gradient(linear, left top, right top, from(#52a7e7), to(#52a7e7));
    background: url(/files_content/img/default-filter-bg-mob.png?p_v=) 0 0, linear-gradient(to right, #52a7e7 0, #52a7e7 100%)
}

.bg-pattern-2 {
    background: url(/files_content/img/bg-pattern-23-february.png?p_v=) 0 -1px, -o-linear-gradient(left, #52a7e7 0, #52a7e7 100%) !important;
    background: url(/files_content/img/bg-pattern-23-february.png?p_v=) 0 -1px, -webkit-gradient(linear, left top, right top, from(#52a7e7), to(#52a7e7)) !important;
    background: url(/files_content/img/bg-pattern-23-february.png?p_v=) 0 -1px, linear-gradient(to right, #52a7e7 0, #52a7e7 100%) !important;
    background-size: 410px
}

.bg-pattern-3 {
    background: url(/files_content/img/bg-pattern-8-march.png?p_v=) 0 -1px, -o-linear-gradient(left, #52a7e7 0, #52a7e7 100%) !important;
    background: url(/files_content/img/bg-pattern-8-march.png?p_v=) 0 -1px, -webkit-gradient(linear, left top, right top, from(#52a7e7), to(#52a7e7)) !important;
    background: url(/files_content/img/bg-pattern-8-march.png?p_v=) 0 -1px, linear-gradient(to right, #52a7e7 0, #52a7e7 100%) !important;
    background-size: 410px
}

@media screen and (min-width: 768px) {
    .bg-pattern-1 {
        position: relative;
        background: url(/files_content/img/default-filter-bg--desc.png?p_v=) 0 0, -o-linear-gradient(left, #52a7e7 0, #52a7e7 100%);
        background: url(/files_content/img/default-filter-bg--desc.png?p_v=) 0 0, -webkit-gradient(linear, left top, right top, from(#52a7e7), to(#52a7e7));
        background: url(/files_content/img/default-filter-bg--desc.png?p_v=) 0 0, linear-gradient(to right, #52a7e7 0, #52a7e7 100%)
    }
}

ol li {
    margin-bottom: 10px
}

ol li:last-child {
    margin-bottom: 0
}

.list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block
}

.list > li {
    margin-top: 10px;
    position: relative
}

.list > li:first-child {
    margin-top: 0
}

.list .list {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 20px
}

.list.list--dotted > li {
    padding-left: 16px
}

.list.list--dotted > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #b4c6d2;
    display: inline-flex
}

.list.list--aic li {
    display: flex;
    align-items: center
}

.list.list--check > li {
    padding-left: 23px
}

.list.list--check > li:before {
    content: "\e912";
    position: absolute;
    left: 0;
    top: .15em;
    font-size: .9em;
    font-family: Myfin;
    color: #b4c6d2
}

.list.list--cross > li {
    padding-left: 23px
}

.list.list--cross > li:before {
    content: "\e90e";
    position: absolute;
    left: 0;
    top: .15em;
    font-size: .9em;
    font-family: Myfin;
    color: #f78f1e
}

.list.list--num {
    counter-reset: listNum
}

.list.list--num > li {
    padding-left: 0
}

.list.list--num > li::before {
    counter-increment: listNum;
    content: counter(listNum) ".";
    font-family: roboto, Arial, Helvetica, sans-serif;
    display: inline-block;
    margin-right: 10px
}

.list.list--content-num > li {
    padding-left: 0
}

.list.list--content-num {
    counter-reset: listNum
}

.list.list--content-num > li::before {
    counter-increment: listNum;
    content: counter(listNum) ".";
    font-family: roboto, Arial, Helvetica, sans-serif;
    display: inline-block;
    margin-right: 10px
}

.list.list--num-start-2 {
    counter-reset: listNum 1
}

.list.list--num-start-3 {
    counter-reset: listNum 2
}

.list.list--num-start-4 {
    counter-reset: listNum 3
}

.list.list--num-start-5 {
    counter-reset: listNum 4
}

.list.list--num-start-6 {
    counter-reset: listNum 5
}

.list.list--num-start-7 {
    counter-reset: listNum 6
}

.list.list--num-start-8 {
    counter-reset: listNum 7
}

.list.list--num-start-9 {
    counter-reset: listNum 8
}

.list.list--num-start-10 {
    counter-reset: listNum 9
}

.list.list--num-start-11 {
    counter-reset: listNum 10
}

.list.list--num-start-12 {
    counter-reset: listNum 11
}

.list.list--num-start-13 {
    counter-reset: listNum 12
}

.list.list--num-start-14 {
    counter-reset: listNum 13
}

.list.list--num-start-15 {
    counter-reset: listNum 14
}

.list.list--num-start-16 {
    counter-reset: listNum 15
}

.list.list--num-start-17 {
    counter-reset: listNum 16
}

.list.list--num-start-18 {
    counter-reset: listNum 17
}

.list.list--num-start-19 {
    counter-reset: listNum 18
}

.list.list--num-start-20 {
    counter-reset: listNum 19
}

.list.list--before-orange.list--check > li:before, .list.list--before-orange.list--num > li:before, .list.list--before-orange.list--content-num > li:before {
    color: #f78f1e
}

.list.list--before-orange.list--dotted > li:before {
    background-color: #f78f1e
}

.list.list--before-blue.list--check > li:before, .list.list--before-blue.list--num > li::before, .list.list--before-blue.list--content-num > li:before {
    color: #14509c
}

.list.list--before-blue.list--dotted > li:before {
    background-color: #14509c
}

.list.list--before-gray.list--check > li:before, .list.list--before-gray.list--cross > li:before, .list.list--before-gray.list--num > li::before, .list.list--before-gray.list--content-num > li:before {
    color: #b4c6d2
}

.list.list--before-gray.list--dotted > li:before {
    background-color: #b4c6d2
}

.list .disabled {
    color: #b4c6d2
}

.list .disabled:before {
    content: "\e90e" !important;
    color: #b4c6d2 !important;
    font-size: .8em !important;
    top: .24em !important
}

.list.list--inner {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block
}

.list.list--inner ul {
    margin-bottom: 15px
}

.list.list--inner > div, .list.list--inner > span, .list.list--inner > p {
    margin-bottom: 10px
}

.list.list--inner > div:last-child, .list.list--inner > span:last-child, .list.list--inner > p:last-child {
    margin-bottom: 0
}

.list.list--inner ul:last-child {
    margin-bottom: 0
}

.list.list--inner ul > li {
    margin-top: 10px;
    position: relative
}

.list.list--inner ul > li:first-child {
    margin-top: 0
}

.list.list--inner .list {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 20px
}

.list.list--dotted.list--inner ul > li {
    padding-left: 16px
}

.list.list--dotted.list--inner ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #b4c6d2;
    display: inline-flex
}

.list.list--dotted.list--inner.list--before-orange ul > li:before {
    background-color: #f78f1e
}

.list.list--aic li {
    display: flex;
    align-items: center
}

.list.list--check.list--inner ul > li {
    padding-left: 23px
}

.list.list--check.list--inner ul > li:before {
    content: "\e912";
    position: absolute;
    left: 0;
    top: .15em;
    font-size: .9em;
    font-family: Myfin;
    color: #f78f1e
}

.list.list--no-margins li {
    margin-top: 0
}

.flex {
    display: flex
}

.flex.flex--direction-r {
    flex-direction: row
}

.flex.flex--direction-rr {
    flex-direction: row-reverse
}

.flex.flex--direction-c {
    flex-direction: column
}

.flex.flex--direction-cr {
    flex-direction: column-reverse
}

.flex.flex--wrap {
    flex-wrap: wrap
}

.flex.flex--wrap-no {
    flex-wrap: nowrap
}

.flex.flex--wrap-r {
    flex-wrap: wrap-reverse
}

.flex.flex--jc-c {
    justify-content: center
}

.flex.flex--jc-s {
    justify-content: start
}

.flex.flex--jc-e {
    justify-content: end
}

.flex.flex--jc-l {
    justify-content: left
}

.flex.flex--jc-r {
    justify-content: right
}

.flex.flex--jc-fs {
    justify-content: flex-start
}

.flex.flex--jc-fe {
    justify-content: flex-end
}

.flex.flex--jc-str {
    justify-content: stretch
}

.flex.flex--jc-spb {
    justify-content: space-between
}

.flex.flex--jc-spa {
    justify-content: space-around
}

.flex.flex--jc-spe {
    justify-content: space-evenly
}

.flex.flex--ji-str {
    justify-items: stretch
}

.flex.flex--ji-c {
    justify-items: center
}

.flex.flex--ji-s {
    justify-items: start
}

.flex.flex--ji-e {
    justify-items: end
}

.flex.flex--js-str {
    justify-self: stretch
}

.flex.flex--js-c {
    justify-self: center
}

.flex.flex--js-s {
    justify-self: start
}

.flex.flex--js-e {
    justify-self: end
}

.flex.flex--ai-str {
    align-items: stretch
}

.flex.flex--ai-fs {
    align-items: flex-start
}

.flex.flex--ai-fe {
    align-items: flex-end
}

.flex.flex--ai-c {
    align-items: center
}

.flex.flex--ai-bl {
    align-items: baseline
}

.flex.flex--ac-c {
    align-content: center
}

.flex.flex--ac-s {
    align-content: start
}

.flex.flex--ac-e {
    align-content: end
}

.flex.flex--ac-fs {
    align-content: flex-start
}

.flex.flex--ac-fe {
    align-content: flex-end
}

.flex.flex--ac-bl {
    align-content: baseline
}

.flex.flex--ac-spb {
    align-content: space-between
}

.flex.flex--ac-spa {
    align-content: space-around
}

.flex.flex--ac-spe {
    align-content: space-evenly
}

.flex.flex--ac-str {
    align-content: stretch
}

.flex.flex--as-str {
    align-self: stretch
}

.flex.flex--as-c {
    align-self: center
}

.flex.flex--as-s {
    align-self: start
}

.flex.flex--as-e {
    align-self: end
}

.flex.flex--as-ss {
    align-self: self-start
}

.flex.flex--as-se {
    align-self: self-end
}

.flex.flex--as-fs {
    align-self: flex-start
}

.flex.flex--as-fe {
    align-self: flex-end
}

.flex.flex--shr-0 {
    flex-shrink: 0
}

.flex.flex--shr-1 {
    flex-shrink: 1
}

.grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px
}

.grid--full {
    grid-template-columns:100%
}

.grid.grid--col-0 {
    -ms-grid-columns: auto;
    grid-template-columns:auto
}

.grid.grid--col-1 {
    -ms-grid-columns: 100%;
    grid-template-columns:100%
}

.grid.grid--col-2 {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns:repeat(2, 1fr)
}

.grid.grid--col-3 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(3, 1fr)
}

.grid.grid--col-4 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(4, 1fr)
}

.grid.grid--col-5 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(5, 1fr)
}

.grid.grid--col-6 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(6, 1fr)
}

.grid.grid--col-7 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(7, 1fr)
}

.grid.grid--col-8 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(8, 1fr)
}

.grid.grid--col-9 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(9, 1fr)
}

.grid.grid--col-10 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(10, 1fr)
}

.grid.grid--col-11 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(11, 1fr)
}

.grid.grid--col-12 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(12, 1fr)
}

.grid.grid--col-13 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(13, 1fr)
}

.grid.grid--col-14 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(14, 1fr)
}

.grid.grid--col-15 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(15, 1fr)
}

.grid.grid--col-16 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(16, 1fr)
}

.grid.grid--col-17 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(17, 1fr)
}

.grid.grid--col-18 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(18, 1fr)
}

.grid.grid--col-19 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(19, 1fr)
}

.grid.grid--col-20 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns:repeat(20, 1fr)
}

.grid.grid--col-full {
    -ms-grid-columns: 100%;
    grid-template-columns:100%
}

.grid.grid--col-gap-0 {
    grid-column-gap: unset
}

.grid.grid--col-gap-5 {
    grid-column-gap: 5px
}

.grid.grid--col-gap-10 {
    grid-column-gap: 10px
}

.grid.grid--col-gap-15 {
    grid-column-gap: 15px
}

.grid.grid--col-gap-20 {
    grid-column-gap: 20px
}

.grid.grid--col-gap-25 {
    grid-column-gap: 25px
}

.grid.grid--col-gap-30 {
    grid-column-gap: 30px
}

.grid.grid--col-gap-35 {
    grid-column-gap: 35px
}

.grid.grid--col-gap-40 {
    grid-column-gap: 40px
}

.grid.grid--col-gap-45 {
    grid-column-gap: 45px
}

.grid.grid--col-gap-50 {
    grid-column-gap: 50px
}

.grid.grid--col-gap-55 {
    grid-column-gap: 55px
}

.grid.grid--col-gap-60 {
    grid-column-gap: 60px
}

.grid.grid--col-gap-65 {
    grid-column-gap: 65px
}

.grid.grid--col-gap-70 {
    grid-column-gap: 70px
}

.grid.grid--col-gap-75 {
    grid-column-gap: 75px
}

.grid.grid--col-gap-80 {
    grid-column-gap: 80px
}

.grid.grid--col-gap-85 {
    grid-column-gap: 85px
}

.grid.grid--col-gap-90 {
    grid-column-gap: 90px
}

.grid.grid--col-gap-95 {
    grid-column-gap: 95px
}

.grid.grid--col-gap-100 {
    grid-column-gap: 100px
}

.grid.grid--row-0 {
    -ms-grid-rows: auto;
    grid-template-rows:auto
}

.grid.grid--row-1 {
    -ms-grid-rows: 1fr;
    grid-template-rows:repeat(1, 1fr)
}

.grid.grid--row-2 {
    -ms-grid-rows: 1fr 15px 1fr;
    grid-template-rows:repeat(2, 1fr)
}

.grid.grid--row-3 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(3, 1fr)
}

.grid.grid--row-4 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(4, 1fr)
}

.grid.grid--row-5 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(5, 1fr)
}

.grid.grid--row-6 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(6, 1fr)
}

.grid.grid--row-7 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(7, 1fr)
}

.grid.grid--row-8 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(8, 1fr)
}

.grid.grid--row-9 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(9, 1fr)
}

.grid.grid--row-10 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(10, 1fr)
}

.grid.grid--row-11 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(11, 1fr)
}

.grid.grid--row-12 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(12, 1fr)
}

.grid.grid--row-13 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(13, 1fr)
}

.grid.grid--row-14 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(14, 1fr)
}

.grid.grid--row-15 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(15, 1fr)
}

.grid.grid--row-16 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(16, 1fr)
}

.grid.grid--row-17 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(17, 1fr)
}

.grid.grid--row-18 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(18, 1fr)
}

.grid.grid--row-19 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(19, 1fr)
}

.grid.grid--row-20 {
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-rows:repeat(20, 1fr)
}

.grid.grid--row-gap-0 {
    grid-row-gap: unset
}

.grid.grid--row-gap-5 {
    grid-row-gap: 5px
}

.grid.grid--row-gap-10 {
    grid-row-gap: 10px
}

.grid.grid--row-gap-15 {
    grid-row-gap: 15px
}

.grid.grid--row-gap-20 {
    grid-row-gap: 20px
}

.grid.grid--row-gap-25 {
    grid-row-gap: 25px
}

.grid.grid--row-gap-30 {
    grid-row-gap: 30px
}

.grid.grid--row-gap-35 {
    grid-row-gap: 35px
}

.grid.grid--row-gap-40 {
    grid-row-gap: 40px
}

.grid.grid--row-gap-45 {
    grid-row-gap: 45px
}

.grid.grid--row-gap-50 {
    grid-row-gap: 50px
}

.grid.grid--row-gap-55 {
    grid-row-gap: 55px
}

.grid.grid--row-gap-60 {
    grid-row-gap: 60px
}

.grid.grid--row-gap-65 {
    grid-row-gap: 65px
}

.grid.grid--row-gap-70 {
    grid-row-gap: 70px
}

.grid.grid--row-gap-75 {
    grid-row-gap: 75px
}

.grid.grid--row-gap-80 {
    grid-row-gap: 80px
}

.grid.grid--row-gap-85 {
    grid-row-gap: 85px
}

.grid.grid--row-gap-90 {
    grid-row-gap: 90px
}

.grid.grid--row-gap-95 {
    grid-row-gap: 95px
}

.grid.grid--row-gap-100 {
    grid-row-gap: 100px
}

.grid.grid--col-start-1 {
    grid-column-start: 1
}

.grid.grid--col-start-2 {
    grid-column-start: 2
}

.grid.grid--col-start-3 {
    grid-column-start: 3
}

.grid.grid--col-start-4 {
    grid-column-start: 4
}

.grid.grid--col-start-5 {
    grid-column-start: 5
}

.grid.grid--col-start-6 {
    grid-column-start: 6
}

.grid.grid--col-start-7 {
    grid-column-start: 7
}

.grid.grid--col-start-8 {
    grid-column-start: 8
}

.grid.grid--col-start-9 {
    grid-column-start: 9
}

.grid.grid--col-start-10 {
    grid-column-start: 10
}

.grid.grid--col-start-11 {
    grid-column-start: 11
}

.grid.grid--col-start-12 {
    grid-column-start: 12
}

.grid.grid--col-end-1 {
    grid-column-end: 1
}

.grid.grid--col-end-2 {
    grid-column-end: 2
}

.grid.grid--col-end-3 {
    grid-column-end: 3
}

.grid.grid--col-end-4 {
    grid-column-end: 4
}

.grid.grid--col-end-5 {
    grid-column-end: 5
}

.grid.grid--col-end-6 {
    grid-column-end: 6
}

.grid.grid--col-end-7 {
    grid-column-end: 7
}

.grid.grid--col-end-8 {
    grid-column-end: 8
}

.grid.grid--col-end-9 {
    grid-column-end: 9
}

.grid.grid--col-end-10 {
    grid-column-end: 10
}

.grid.grid--col-end-11 {
    grid-column-end: 11
}

.grid.grid--col-end-12 {
    grid-column-end: 12
}

.grid.grid--col-end-13 {
    grid-column-end: 13
}

.grid--ac-spb {
    align-content: space-between
}

.section {
    padding-top: 40px;
    padding-bottom: 40px
}

.section.section--small {
    padding-top: 20px;
    padding-bottom: 20px
}

.section--first {
    padding-top: 20px
}

.section.section--indent-bottom {
    padding-bottom: 40px;
    padding-top: 0
}

.section.section--indent-top {
    padding-bottom: 0;
    padding-top: 40px
}

.section.section--indent-bottom.section--small {
    padding-bottom: 20px;
    padding-top: 0
}

.section.section--indent-top.section--small {
    padding-bottom: 0;
    padding-top: 20px
}

.section h1, .section h2, .section h3, .section h4, .section h5 {
    margin-top: 0
}

.section.section--xl {
    padding-top: 40px;
    padding-bottom: 40px
}

.section.section--l {
    padding-top: 40px;
    padding-bottom: 40px
}

.section.section--d {
    padding-top: 30px;
    padding-bottom: 30px
}

.section.section--s {
    padding-top: 15px;
    padding-bottom: 15px
}

.section.section--m {
    padding-top: 20px;
    padding-bottom: 20px
}

.section.section--xl.section--indent-bottom {
    padding-top: 0;
    padding-bottom: 40px
}

.section.section--xl.section--indent-top {
    padding-top: 40px;
    padding-bottom: 0
}

.section.section--d.section--indent-bottom {
    padding-top: 0;
    padding-bottom: 30px
}

.section.section--d.section--indent-top {
    padding-top: 30px;
    padding-bottom: 0
}

.section.section--s.section--indent-bottom {
    padding-top: 0;
    padding-bottom: 15px
}

.section.section--s.section--indent-top {
    padding-top: 15px;
    padding-bottom: 0
}

.section.section--m.section--indent-bottom {
    padding-top: 0;
    padding-bottom: 20px
}

.section.section--m.section--indent-top {
    padding-top: 20px;
    padding-bottom: 0
}

.section.section--fst {
    padding-top: 25px;
    padding-bottom: 30px
}

@media screen and (min-width: 991px) {
    .section.section--xl {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .section.section--l {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .section.section--d {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .section.section--s {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .section.section--m {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .section.section--d.section--indent-bottom {
        padding-top: 0;
        padding-bottom: 40px
    }

    .section.section--d.section--indent-top {
        padding-top: 40px;
        padding-bottom: 0
    }

    .section.section--s.section--indent-bottom {
        padding-top: 0;
        padding-bottom: 20px
    }

    .section.section--s.section--indent-top {
        padding-top: 20px;
        padding-bottom: 0
    }

    .section.section--m.section--indent-bottom {
        padding-top: 0;
        padding-bottom: 30px
    }

    .section.section--m.section--indent-top {
        padding-top: 30px;
        padding-bottom: 0
    }

    .section.section--fst {
        padding-top: 20px;
        padding-bottom: 40px
    }

    .section.section--xl.section--indent-bottom {
        padding-top: 0;
        padding-bottom: 60px
    }

    .section.section--xl.section--indent-top {
        padding-top: 60px;
        padding-bottom: 0
    }
}

.author {
    display: flex
}

.author-img {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d9e3e8;
    margin-right: 10px;
    padding-top: 3px
}

.author-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%
}

.author-role {
    font-size: 12px;
    color: #6b737d;
    line-height: 1.17;
    margin-top: 4px
}

.author-name {
    font-size: 14px;
    line-height: 1.17;
    color: #6b737d;
    transition: color .25s
}

@media (hover: hover) {
    .author:hover .author-name {
        color: #e86809
    }
}

.nc__title {
    margin-bottom: 10px;
    display: block;
    line-height: 1.3
}

.nc__title:not(:hover) {
    color: #0e1829
}

.nc__text {
    font-size: 14px;
    line-height: 1.523571428571429;
    margin-bottom: 10px;
    display: block
}

.nc__text:not(:hover) {
    color: #6b737d
}

.nc__metadata {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px
}

.nc__time, .nc__views, .nc__read-time {
    color: #b7bec7;
    font-size: 12px;
    line-height: 1.17;
    margin-top: 10px;
    margin-right: 8px
}

.nc__views, .nc__read-time {
    padding-left: 17px;
    position: relative
}

.nc__views:before, .nc__read-time:before {
    content: '';
    font-family: Myfin;
    color: inherit;
    font-size: 1em;
    position: absolute;
    left: 0;
    top: 0
}

.nc__views:before {
    content: '\e949'
}

.nc__read-time:before {
    content: '\e906'
}

.nc__views.nc__views--selected {
    background-color: #f78f1e;
    color: #fff;
    padding: 2px 6px 2px 24px;
    border-radius: 2px;
    flex-shrink: 0;
    margin-top: 8px
}

.nc__views.nc__views--selected:before {
    left: 6px;
    top: 2px
}

.nc__label {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.17;
    color: #b7bec7;
    position: relative;
    padding-left: 19px
}

.nc__label:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px
}

.nc__label.nc__label--green {
    color: #31ae18
}

.nc__label.nc__label--green:before {
    background-color: #31ae18
}

.nc__label.nc__label--orange {
    color: #f78f1e
}

.nc__label.nc__label--orange:before {
    background-color: #f78f1e
}

.nc__img {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-bottom: 10px;
    display: block
}

.nc__img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 3px 3px 0 0;
    transition: transform .25s
}

.nc__tag {
    margin-bottom: 10px
}

.nc__tag a {
    font-size: 14px;
    line-height: 1.17;
    font-family: roboto-bold, Arial, Helvetica, sans-serif
}

.nc__author {
    display: flex
}

.nc__author-img {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d9e3e8;
    margin-right: 10px
}

.nc__author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.nc__author-role {
    font-size: 12px;
    color: #6b737d;
    line-height: 1.17;
    margin-top: 4px
}

.nc__author-name {
    font-size: 14px;
    line-height: 1.17;
    color: #6b737d;
    transition: color .25s
}

.nc a.nc__title:visited {
    color: #7d8792 !important
}

@media (hover: hover) {
    .nc:hover .nc__img img {
        transform: scale(1.05)
    }

    .nc__author:hover .nc__author-name {
        color: #e86809
    }
}

.nc.nc--pro .nc__title:before {
    content: "\e961";
    font-family: Myfin;
    display: inline-block;
    font-size: .8em
}

.nc.nc--no-text .nc__text {
    display: none
}

.nc.nc--bg-light-blue {
    background-color: #f9fcfe
}

.nc.nc--bb {
    border-bottom: 1px solid #d9e3e8
}

.nc.nc--bt {
    border-top: 1px solid #d9e3e8
}

@media screen and (min-width: 1200px) {
    .nc__img {
        margin-bottom: 20px
    }
}

.nc.nc--4 {
    background-color: #ebf6fb;
    padding-bottom: 20px;
    border-radius: 0 0 3px 3px
}

.nc.nc--4.nc.nc--bg-light-blue {
    background-color: #f9fcfe
}

.nc.nc--4 .nc__tag {
    margin-top: 10px
}

.nc.nc--4 .nc__title {
    font-size: 18px;
    margin-top: 10px
}

.nc.nc--4 .nc__title, .nc.nc--4 .nc__tag, .nc.nc--4 .nc__text, .nc.nc--4 .nc__metadata, .nc.nc--4 .nc__author {
    padding-left: 15px;
    padding-right: 15px
}

.nc.nc--4 .nc__label {
    margin-right: 15px;
    margin-left: 15px
}

@media screen and (min-width: 1024px) {
    .nc.nc--4 .nc__title {
        font-size: 18px
    }
}

.subscription-form {
    padding-top: 65px
}

.subscription-form__wrapper {
    position: relative;
    background-color: #ebf6fb;
    border-radius: 6px;
    padding: 65px 15px 20px 15px
}

.subscription-form__title {
    font-size: 25px;
    font-family: roboto-bold, Arial, Helvetica, sans-serif;
    line-height: 1.2;
    margin-bottom: 5px
}

.subscription-form__text {
    font-size: 16px
}

.subscription-form__img {
    width: 140px;
    height: 130px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.subscription-form__img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.subscription-form__form {
    margin-top: 20px
}

.subscription-form__btn {
    margin-top: 15px
}

@media screen and (min-width: 1200px) {
    .subscription-form {
        padding-top: 0
    }

    .subscription-form__wrapper {
        border-radius: 0;
        padding: 20px 255px 20px 0
    }

    .subscription-form__title {
        font-size: 30px
    }

    .subscription-form__text {
        font-size: 16px
    }

    .subscription-form__img {
        width: 215px;
        height: 200px;
        position: absolute;
        left: unset;
        top: unset;
        bottom: 0;
        right: 0;
        transform: translate(0, 0)
    }

    .subscription-form__form {
        display: flex
    }

    .subscription-form__input {
        flex-grow: 1
    }

    .subscription-form__btn {
        min-width: 200px;
        margin-left: 10px;
        margin-top: 0
    }
}

.top-product {
    border-radius: 3px;
    background-color: #fffade;
    border: 1px solid #ebebeb;
    margin-bottom: 5px;
    color: #0e1829;
    cursor: pointer;
    display: block
}

.top-product__wrapper {
    padding: 10px 15px;
    display: grid;
    grid-gap: 10px
}

.top-product:hover, .top-product:active, .top-product:visited {
    color: #0e1829
}

.top-product:last-child {
    margin-bottom: 0
}

.top-product__data {
    font-size: 16px;
    line-height: 22px;
    color: #0e1829
}

.top-product__info {
    display: grid;
    grid-template-areas:'img name' 'img subtitle';
    grid-template-columns:40px 1fr;
    align-items: center
}

.top-product__img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    grid-area: img
}

.top-product__img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.top-product__name {
    font-size: 12px;
    grid-area: name;
    color: #0e1829
}

.top-product__subtitle {
    color: #6b737d;
    font-size: 12px;
    line-height: 1.4
}

.top-product__info .top-product__subtitle {
    grid-area: subtitle
}

.top-product__accent {
    font-family: roboto-bold, Arial, Helvetica, sans-serif;
    font-size: 16px
}

.top-product__accent .accent {
    font-size: 18px
}

.top-product__btn-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.top-product.top-product--non-clickable-button .top-product__btn {
    pointer-events: none
}

@media screen and (min-width: 991px) {
    .top-product__info {
        grid-template-columns:50px 1fr
    }

    .top-product__img {
        width: 40px;
        height: 40px
    }

    .top-product__name {
        font-size: 16px
    }

    .top-product__accent .accent {
        font-size: 20px
    }

    .top-product__wrapper {
        align-items: center
    }
}

.top-product.top-product--credit .top-product__wrapper {
    grid-template-areas:'info info btn' 'data-1 data-2 btn';
    grid-template-columns:1fr 1fr 36px
}

.top-product.top-product--credit .top-product__info {
    grid-area: info
}

.top-product.top-product--credit .top-product__data--rate {
    grid-area: data-1
}

.top-product.top-product--credit .top-product__data--limit {
    grid-area: data-2
}

.top-product.top-product--credit .top-product__data--overpayment {
    display: none;
    grid-area: overpayment
}

.top-product.top-product--credit .top-product__btn-container {
    grid-area: btn
}

@media screen and (min-width: 768px) {
    .top-product.top-product--credit .top-product__data--overpayment {
        display: block
    }

    .top-product.top-product--credit .top-product__wrapper {
        grid-template-areas:'info data-1 data-2 overpayment btn';
        grid-template-columns:2fr 1fr 1fr 1fr 36px
    }
}

@media screen and (min-width: 991px) {
    .top-product.top-product--credit .top-product__wrapper {
        grid-template-areas:'info data-1 data-2 overpayment btn';
        grid-template-columns:2fr 1fr 1fr 1fr 170px
    }
}

.top-product.top-product--credit-card .top-product__img {
    width: 48px
}

.top-product.top-product--credit-card .top-product__img img {
    border-radius: 2px
}

.top-product.top-product--credit-card .top-product__info {
    grid-template-columns:58px 1fr
}

.top-product.top-product--credit-card .top-product__wrapper {
    grid-template-areas:'info info btn' 'data-1 data-2 btn';
    grid-template-columns:1fr 1fr 36px
}

.top-product.top-product--credit-card .top-product__info {
    grid-area: info
}

.top-product.top-product--credit-card .top-product__data--rate {
    grid-area: data-1
}

.top-product.top-product--credit-card .top-product__data--limit {
    grid-area: data-2
}

.top-product.top-product--credit-card .top-product__data--grace-period {
    display: none;
    grid-area: grace-period
}

.top-product.top-product--credit-card .top-product__btn-container {
    grid-area: btn
}

@media screen and (min-width: 768px) {
    .top-product.top-product--credit-card .top-product__img {
        width: 64px;
        height: 40px
    }

    .top-product.top-product--credit-card .top-product__info {
        grid-template-columns:74px 1fr
    }

    .top-product.top-product--credit-card .top-product__data--grace-period {
        display: block
    }

    .top-product.top-product--credit-card .top-product__wrapper {
        grid-template-areas:'info data-1 data-2 grace-period btn';
        grid-template-columns:2fr 1fr 1fr 1fr 36px
    }
}

@media screen and (min-width: 991px) {
    .top-product.top-product--credit-card .top-product__wrapper {
        grid-template-areas:'info data-1 data-2 grace-period btn';
        grid-template-columns:2fr 1fr 1fr 1fr 170px
    }
}

.footer-links-container {
    padding-top: 20px;
    padding-bottom: 20px
}

.footer-links-wrapper.footer-links-wrapper--divided {
    border-top: 1px solid #e0e0e0;
    padding-top: 30px
}

@media screen and (max-width: 991px) {
    .footer-links-container {
        padding-left: 5px;
        padding-right: 5px
    }

    .footer-links-container .footer-links__wrapper {
        padding-bottom: 0
    }
}

.footer-links__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-links--ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.footer-links.footer-links--headers-small-m .footer-links-list__header {
    margin-bottom: 15px
}

.footer-links__item {
    margin-right: 20px;
    outline: 0
}

.footer-links__item:last-child {
    margin-right: 0
}

.footer-links--col {
    flex-wrap: wrap;
    gap: 20px 0
}

.footer-links--col .footer-links__item {
    margin-bottom: 20px
}

.footer-links--col-4 .footer-links__item {
    width: calc(100% / 4 - 20px)
}

.footer-links--col-3 .footer-links__item {
    width: calc(100% / 3 - 20px)
}

.footer-links--col-2 .footer-links__item {
    width: calc(100% / 2 - 20px)
}

.footer-links .slick-dots li {
    margin: 0
}

.footer-links .slick-dots li.slick-active button:before {
    color: #f78f1e
}

.footer-links .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
    pointer-events: auto
}

.footer-links .slick-dots li button:before {
    font-size: 30px;
    width: 10px
}

.footer-links-list__header {
    font-size: 16px;
    font-family: roboto-bold;
    margin-bottom: 20px
}

.footer-links-list__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    position: relative
}

.footer-links-list__list-item {
    margin-bottom: 10px
}

.footer-links-list__link {
    font-size: 14px
}

.footer-links-list__show-more {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    font-size: 14px;
    color: #14509c;
    cursor: pointer
}

.footer-links-list__show-more:after {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    content: "\e90d";
    font-family: "MyFIn";
    display: inline-block;
    margin-left: 5px;
    font-size: 10px
}

.footer-links-list__show-more:hover {
    color: #e86809
}

.footer-links-list__show-more.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width: 991px) {
    .footer-links--ptb-30 {
        padding-bottom: 15px
    }

    .footer-links__wrapper {
        padding-bottom: 10px
    }

    .footer-links.footer-links--refactor .footer-links__wrapper {
        padding-bottom: 20px
    }

    .footer-links--col .footer-links__item {
        margin-bottom: 5px
    }
}

.footer-links .slick-dots {
    margin: 0 !important;
    padding: 0 !important
}

.footer-links .slick-dots li {
    display: inline-block !important;
    margin: 0 2px 0 0 !important;
    width: 10px;
    height: 20px
}

.footer-links .footer-links__wrapper .slick-dots {
    position: absolute;
    bottom: -5px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    pointer-events: none
}

.footer-links .slick-initialized .slick-slide {
    display: block
}

.footer-links.footer-links--refactor .footer-links--col .footer-links__item {
    margin-bottom: 0
}

.footer-links.footer-links--refactor .footer-links-list__list-item:last-child {
    margin-bottom: 0
}

.footer-links.footer-links--refactor .slick-dotted.slick-slider {
    margin-bottom: 0
}

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

.error-report-btn {
    display: none
}

.error-in-text .modal-dialog {
    width: 500px
}

.error-in-text .modal-content {
    border: 0
}

.error-in-text .modal-body {
    padding: 20px
}

.error-in-text__wrapper {
    position: relative;
    line-height: 1
}

.error-in-text__close {
    background-color: transparent;
    border: 0;
    outline: 0;
    position: absolute;
    right: -10px;
    top: -8px;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0
}

.error-in-text__close:after, .error-in-text__close:before {
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    content: '';
    width: 2px;
    height: 20px;
    background-color: #ccc;
    position: absolute;
    top: 10px;
    left: 20px
}

.error-in-text__close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.error-in-text__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.error-in-text__close:hover:after, .error-in-text__close:hover:before {
    background-color: rgba(204, 204, 204, .71)
}

.error-in-text__close:active:after, .error-in-text__close:active:before {
    background-color: #9b9b9b
}

.error-in-text__title {
    font-size: 18px;
    font-family: roboto-bold;
    padding-right: 30px;
    line-height: 1.2;
    margin-bottom: 20px
}

.error-in-text__label {
    color: #999;
    font-size: 12px;
    margin-bottom: 5px
}

.error-in-text__text {
    line-height: 1.2;
    margin-bottom: 20px
}

.error-in-text textarea {
    max-width: 100%;
    min-width: 100%;
    border-radius: 2px;
    margin-bottom: 20px;
    border: 1px solid #b4c6d2;
    margin-top: 5px;
    padding: 5px;
    line-height: 1.2
}

@media screen and (max-width: 767px) {
    .error-in-text .modal-dialog {
        width: 300px;
        margin: 10px auto
    }

    .error-in-text .modal-body {
        padding: 15px
    }

    .error-report-btn {
        -webkit-transition: background .1s, opacity .2s;
        -o-transition: background .1s, opacity .2s;
        transition: background .1s, opacity .2s;
        display: inline-block;
        opacity: 0;
        pointer-events: none;
        z-index: 999;
        padding: 8px 5px 8px 6px;
        position: fixed;
        top: 50%;
        right: 0;
        width: 32px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 14px;
        color: #fff;
        background: #14509c;
        border: 0;
        outline: 0;
        border-radius: 3px 0 0 3px
    }

    .error-report-btn:active {
        background: #0e396f
    }

    .error-report-btn span {
        cursor: pointer;
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl
    }

    .error-report-btn.visible {
        opacity: 1;
        pointer-events: auto
    }
}

.important-information {
    font-size: 16px;
    line-height: 1.4;
    padding-left: 13px;
    position: relative;
    font-family: roboto-bold, Arial, Helvetica, sans-serif
}

.important-information:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    border-radius: 6px;
    background-color: #f78f1e
}

@media screen and (min-width: 1024px) {
    .important-information {
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 23px
    }
}

.article-product-tile {
    background: #fff;
    border: 1px solid #d9e3e8;
    border-radius: 3px;
    padding: 15px;
    display: grid;
    grid-auto-flow: row;
    grid-gap: 15px
}

.article-product-tile.article-product-tile--labeled {
    padding-top: 27px;
    position: relative
}

.article-product-tile__head {
    display: flex;
    align-items: center
}

.article-product-tile__img {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-right: 15px
}

.article-product-tile__img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.article-product-tile__name {
    font-size: 16px;
    line-height: 1.5
}

.article-product-tile__bank-name {
    font-size: 14px;
    line-height: 21px;
    color: #6b737d
}

.article-product-tile__body {
    display: grid;
    gap: 10px;
    grid-template-columns:repeat(2, calc(50% - 5px))
}

.article-product-tile__data {
    padding-right: 10px
}

.article-product-tile__data:last-child {
    padding-right: 0
}

.article-product-tile__data-title {
    font-size: 16px;
    font-family: roboto-bold, Arial, Helvetica, sans-serif;
    line-height: 18px
}

.article-product-tile__data-title .accent {
    font-size: 16px
}

.article-product-tile__data-subtitle {
    font-size: 14px;
    line-height: 21px;
    color: #6b737d;
    margin-top: 5px
}

.article-product-tile__label {
    position: absolute;
    top: 0;
    left: 15px;
    background-color: #14509c;
    color: #fff;
    padding: 3px 8px 4px 8px;
    font-size: 11px;
    line-height: 13px;
    border-radius: 0 0 2px 2px
}

.article-product-tile.article-product-tile--card .article-product-tile__img {
    width: 60px;
    height: 38px;
    margin-right: 10px
}

.article-product-tile.article-product-tile--card .article-product-tile__img img {
    border-radius: 2px
}

@media screen and (min-width: 1024px) {
    .article-product-tile {
        grid-auto-flow: column;
        grid-template-columns:minmax(200px, 320px) 1fr 180px;
        grid-gap: 20px;
        padding: 15px 20px;
        align-items: center
    }

    .article-product-tile__label {
        left: 20px
    }

    .article-product-tile__img {
        width: 70px;
        height: 70px
    }

    .article-product-tile__name {
        font-size: 18px
    }

    .article-product-tile__data-title {
        font-size: 16px
    }

    .article-product-tile.article-product-tile--card .article-product-tile__img {
        width: 70px;
        height: 43px
    }
}

.related-news {
    display: flex;
    background: #f9fcfe;
    border-radius: 3px;
    padding: 15px;
    align-items: center
}

.related-news__img {
    flex-shrink: 0;
    width: 100px;
    height: 66px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 3px
}

.related-news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 3px;
    transition: transform .25s ease-out;
    will-change: transform
}

.related-news__title {
    color: #6b737d;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px
}

.related-news__text {
    font-size: 18px;
    line-height: 1.17;
    font-family: roboto-bold, Arial, Helvetica, sans-serif
}

@media (hover: hover) {
    .related-news:hover .related-news__img img {
        transform: scale(1.1)
    }
}

@media screen and (min-width: 1024px) {
    .related-news {
        padding: 15px 30px
    }

    .related-news__img {
        margin-right: 20px
    }
}

.expert-comment {
    background: #f9fcfe;
    border-radius: 3px;
    padding: 15px
}

.expert-comment__img-container {
    margin-bottom: 20px;
    display: flex;
    justify-content: center
}

.expert-comment__img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #cdd6db
}

.expert-comment__img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain
}

.expert-comment__name {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px
}

.expert-comment__position {
    font-size: 14px;
    line-height: 1.5;
    color: #6b737d;
    margin-bottom: 10px
}

.expert-comment__comment {
    font-size: 18px;
    line-height: 1.5
}

@media screen and (min-width: 1024px) {
    .expert-comment {
        display: flex;
        padding: 30px;
        align-items: center
    }

    .expert-comment__img-container {
        flex-shrink: 0;
        margin-right: 20px;
        margin-bottom: 0
    }
}

.article {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 20px
}

.article #article-converter-for-redactor + br {
    display: none
}

.article__grid {
    display: grid;
    grid-template-columns:100%;
    grid-gap: 20px;
    overflow: hidden
}

.article__sidebar {
    display: none
}

.article__main-img {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    margin-bottom: 10px;
    font-size: 0
}

.article__main-img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 3px 3px 0 0
}

.article__content {
    font-size: 16px
}

.article__content .titles {
    padding: 15px 10px;
    margin-bottom: 30px;
    border-radius: 3px
}

.article__content .titles-title {
    font-family: roboto-bold, Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 15px
}

.experement-container:not(.disabled) [data-article-hidden-content] {
    display: none !important
}

.news_load .experement-container .article__photo-sign {
    display: none
}

.news_load .experement-container.active .article__photo-sign {
    display: block
}

.experement-container.active [data-article-hidden-content] {
    display: block !important
}

[data-article-hidden-content].disabled {
    display: block !important
}

.experement-container:not(.disabled) .article__show-hidden-content-btn {
    display: block
}

.experement-container.active .article__show-hidden-content-btn {
    display: none !important
}

.news_load .experement-container.active .article__intro {
    display: block
}

.news_load .experement-container:not(.active) .article__reference-information {
    margin-bottom: 20px
}

.article__show-hidden-content-btn {
    position: relative;
    display: none
}

.article__show-hidden-content-btn:before {
    content: '';
    width: 100%;
    height: 140px;
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    display: block;
    pointer-events: none
}

.article__content p {
    font-size: 16px;
    line-height: 1.5
}

.article__content p > em {
    line-height: 1.7
}

.article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content .important-information, .article__content .article-product-tile, .article__content .related-news, .article__content .expert-comment, .article__related-information, .article__authors, .article__share, .article__content p, .article__content .article__intro {
    margin-bottom: 15px
}

.article__content h2, .article__content h3, .article__content h4, .article__content h5 {
    line-height: 1.17;
    margin-top: 30px
}

.article__content p:last-child, .article__content .article__intro:last-child {
    margin-bottom: 0
}

.article__metadata {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px
}

.article__time, .article__views, .article__read-time {
    color: #6b737d;
    font-size: 12px;
    line-height: 1.17;
    margin-top: 10px;
    margin-right: 10px
}

.article__views, .article__read-time {
    padding-left: 17px;
    position: relative
}

.article__views:before, .article__read-time:before {
    content: '';
    font-family: Myfin;
    color: inherit;
    font-size: 1em;
    position: absolute;
    left: 0;
    top: 0
}

.article__views:before {
    content: '\e949'
}

.article__read-time:before {
    content: '\e906'
}

.article__views.article__views--selected {
    background-color: #f78f1e;
    color: #fff;
    padding: 2px 6px 2px 24px;
    border-radius: 2px;
    margin-top: 8px
}

.article__views.article__views--selected:before {
    left: 6px;
    top: 2px
}

.article__tags-list li {
    display: inline-block;
    margin-right: 15px
}

.article__tags-list li:last-child {
    margin-right: 0
}

.article__tags-list li a {
    font-size: 14px;
    line-height: 1.15;
    font-family: roboto-bold, Arial, Helvetica, sans-serif
}

.article__share {
    display: flex;
    height: 35px
}

.ya-share2__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    color: #fff;
    background-color: #b4c6d2;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color .25s ease-in;
    float: left;
    margin-bottom: 0 !important
}

.ya-share2__item:after {
    display: none
}

.ya-share2__item .ya-share2__title {
    visibility: hidden;
    display: none
}

.ya-share2__item:last-child {
    margin-right: 0
}

.ya-share2__item:before {
    font-family: Myfin;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    width: unset !important;
    height: unset !important;
    margin-right: 0 !important
}

.ya-share2__item.ya-share2__item_service_vkontakte:before {
    content: '\e936' !important
}

.ya-share2__item.ya-share2__item_service_facebook:before {
    content: '\e935' !important
}

.ya-share2__item.ya-share2__item_service_viber:before {
    content: '\e915' !important
}

.ya-share2__item.ya-share2__item_service_telegram:before {
    content: '\e914' !important
}

.ya-share2__item.ya-share2__item_service_twitter:before {
    content: '\e939' !important
}

@media (hover: hover) {
    .ya-share2__item.ya-share2__item_service_vkontakte:hover {
        background-color: #45668e
    }

    .ya-share2__item.ya-share2__item_service_facebook:hover {
        background-color: #3b5998
    }

    .ya-share2__item.ya-share2__item_service_viber:hover {
        background-color: #6f4a8e
    }

    .ya-share2__item.ya-share2__item_service_telegram:hover {
        background-color: #4faef7
    }

    .ya-share2__item.ya-share2__item_service_twitter:hover {
        background-color: #55acee
    }
}

.article__share-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    color: #fff;
    background-color: #b4c6d2;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color .25s ease-in
}

.article__share-item.article__share-item--in {
    background: linear-gradient(45deg, #b4c6d2 20%, #b4c6d2 70%)
}

.article__share--custom-share-hidden .article__share-item {
    display: none
}

.article__share-item:last-child {
    margin-right: 0
}

.article__share-item:before {
    font-family: Myfin;
    font-size: 20px;
    color: #fff;
    line-height: 1
}

.article__share-item.article__share-item--vk:before {
    content: '\e936'
}

.article__share-item.article__share-item--fb:before {
    content: '\e935'
}

.article__share-item.article__share-item--vb:before {
    content: '\e915'
}

.article__share-item.article__share-item--tg:before {
    content: '\e914'
}

.article__share-item.article__share-item--tw:before {
    content: '\e939'
}

.article__share-item.article__share-item--in:before {
    content: '\e941'
}

.article__share-item.article__share-item--ok:before {
    content: '\e938'
}

.article__share-item.article__share-item--tt:before {
    content: "\e980"
}

.article__share-item.article__share-item--yb:before {
    content: "\e959"
}

.article__share-item.article__share-item--ln:before {
    content: "\e97f"
}

.article__share-item.article__share-item--in:before {
    content: "\e941"
}

@media (hover: hover) {
    .article__share-item.article__share-item--vk:hover {
        background-color: #45668e
    }

    .article__share-item.article__share-item--fb:hover {
        background-color: #3b5998
    }

    .article__share-item.article__share-item--vb:hover {
        background-color: #6f4a8e
    }

    .article__share-item.article__share-item--tg:hover {
        background-color: #4faef7
    }

    .article__share-item.article__share-item--tw:hover {
        background-color: #55acee
    }

    .article__share-item.article__share-item--ok:hover {
        background-color: #ff851b
    }

    .article__share-item.article__share-item--tt:hover {
        background-color: #000
    }

    .article__share-item.article__share-item--yb:hover {
        background-color: red
    }

    .article__share-item.article__share-item--ln:hover {
        background-color: #0077b5
    }

    .article__share-item.article__share-item--in:hover {
        background: linear-gradient(45deg, rgba(246, 179, 94, 1) 20%, rgba(92, 108, 179, 1) 70%)
    }
}

.article__intro, .article__intro p, .article__intro div, .article__intro span, .article__intro a {
    font-size: 20px;
    font-family: roboto-bold, Arial, Helvetica, sans-serif;
    line-height: 1.4
}

.article__content p a + a, .article__content p a + strong, .article__content p a + b, .article__content p a + em, .article__content p a + .js_link_blank, .article__content p strong + a, .article__content p strong + strong, .article__content p strong + b, .article__content p strong + em, .article__content p strong + .js_link_blank, .article__content p b + a, .article__content p b + strong, .article__content p b + b, .article__content p b + em, .article__content p b + .js_link_blank, .article__content p em + a, .article__content p em + strong, .article__content p em + b, .article__content p em + em, .article__content p em + .js_link_blank, .article__content p .js_link_blank + a, .article__content p .js_link_blank + strong, .article__content p .js_link_blank + b, .article__content p .js_link_blank + em, .article__content p .js_link_blank + .js_link_blank {
    padding-left: 5px
}

.article__content ol, .article__content ul:not(.article__tags-list) {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.article__content ol {
    counter-reset: listNum
}

.article__content ol > li, .article__content ul:not(.article__tags-list) > li {
    margin-bottom: 10px;
    line-height: 1.5;
    position: relative;
    font-size: 16px
}

.article__content ul:not(.article__tags-list) > li:last-child, .article__content ol > li:last-child {
    margin-bottom: 0
}

.article__content ol > li {
    counter-increment: listNum
}

.article__content ol > li:before {
    content: counters(listNum, ".") ".";
    display: inline-block;
    margin-right: 5px;
    color: #f78f1e
}

.article__content .titles-list a {
    font-size: 14px;
    line-height: 1.4;
    display: inline-block
}

.article__content .titles-list li {
    line-height: 1 !important
}

.article__content ul:not(.article__tags-list,.titles-list) > li:before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 5px
}

.article__content ul:not(.article__tags-list,.titles-list) > li:after {
    content: '';
    border-radius: 50%;
    background-color: #f78f1e;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 12px;
    transform: translateY(-50%)
}

.article__content ul:not(.article__tags-list) ul > li:before, .article__content ol ul > li:before {
    content: '';
    width: 9px;
    height: 2px;
    display: inline-block;
    margin-right: 5px
}

.article__content ul:not(.article__tags-list) ul > li:after, .article__content ol ul > li:after {
    content: '';
    border-radius: 2px;
    background-color: #f78f1e;
    width: 10px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 12px;
    transform: translateY(-50%)
}

.article__content ol ol, .article__content ol ul, .article__content ul:not(.article__tags-list) ul, .article__content ul:not(.article__tags-list) ol {
    margin-left: 25px;
    margin-top: 10px
}

.article__content ol, .article__content ul:not(.article__tags-list) {
    margin-bottom: 15px
}

.article__content ol:last-child, .article__content ul:not(.article__tags-list):last-child {
    margin-bottom: 0
}

.article__authors {
    display: flex
}

.article__author {
    margin-right: 10px
}

.article__author:last-child {
    margin-right: 0
}

.article__reference-information {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 10px;
    margin-bottom: 20px
}

.article__related-information {
    color: #b7bec7;
    font-size: 14px;
    display: grid;
    grid-template-columns:100%;
    grid-gap: 10px
}

.article__banner {
    width: 300px
}

.article__banner.article__banner--sticky {
    position: sticky;
    top: 60px;
    left: 0
}

.adfox_divider {
    background-color: #ebf6fb
}

.statistic-chart {
    width: 600px;
    height: 400px;
    margin: 0 auto
}

.statistic-source {
    text-align: center
}

.information-block__wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.information-block__current-value {
    font-size: 25px;
    color: #fff;
    background-color: #f78f1e;
    border-radius: 3px;
    padding: 10px 15px;
    margin-right: 20px
}

.information-block__current-value.information-block__current-value--mr {
    margin-right: 20px
}

.information-block__previous-value, .information-block__set-date {
    color: #989898;
    font-size: 14px
}

.information-block__previous-value span, .information-block__set-date span {
    font-family: roboto-bold
}

.information-block__previous-value {
    margin-top: 5px
}

.news-slider {
    width: 100%;
    max-width: 860px;
    position: relative;
    display: none
}

.news-slider.slick-dotted.slick-slider {
    margin-bottom: 0
}

.news-slider.slick-initialized {
    display: block
}

.news-slider__arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .25s, transform .25s ease-out
}

.news-slider__arrow.news-slider__arrow--prev:before, .news-slider__arrow.news-slider__arrow--next:before {
    font-family: Myfin;
    font-size: 17px;
    color: #b7bec7;
    position: relative
}

.news-slider__arrow.news-slider__arrow--prev {
    left: 0
}

.news-slider__arrow.news-slider__arrow--prev:before {
    content: '\e92d';
    left: -2px
}

.news-slider__arrow.news-slider__arrow--next {
    right: 0
}

.news-slider__arrow.news-slider__arrow--next:before {
    content: '\e92e';
    right: -2px
}

@media screen and (hover: hover) {
    .news-slider:hover .news-slider__arrow {
        opacity: 1
    }

    .news-slider:hover .news-slider__arrow.slick-disabled {
        opacity: .4
    }

    .news-slider:hover .news-slider__arrow--prev {
        transform: translate(-50%, -50%)
    }

    .news-slider:hover .news-slider__arrow--next {
        transform: translate(50%, -50%)
    }
}

.news-slider .news-slider__dots {
    display: flex;
    justify-content: center;
    margin-top: 15px !important
}

.news-slider__dots > li {
    font-size: 0;
    width: 10px;
    height: 4px;
    position: relative;
    margin-right: 5px
}

.news-slider__dots > li:before, .news-slider__dots > li:after {
    display: none
}

.news-slider__dots > li > button {
    border-radius: 8px;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    width: 10px;
    height: 4px;
    background: rgba(14, 24, 41, .25);
    position: absolute;
    left: 0;
    top: 0
}

.news-slider__dots > li.slick-active {
    margin-right: 15px
}

.news-slider__dots > li.slick-active > button {
    background-color: #f78f1e;
    animation: news-page-slider-dot-an .35s ease-in-out both
}

@keyframes news-page-slider-dot-an {
    0% {
        width: 10px
    }
    100% {
        width: 20px
    }
}

.article__photo-sign {
    font-size: 10px
}

.news_reading2 {
    display: inline-block;
    width: 1px;
    height: 1px
}

.article__tg-container {
    padding: 15px;
    background: #ebf6fb;
    border-radius: 3px
}

.article__tg-container.article__tg-container--first {
    border-radius: 3px 3px 0 0;
    margin-bottom: 1px
}

.article__tg-container.article__tg-container--last {
    border-radius: 0 0 3px 3px;
    margin-bottom: 30px
}

.article__tg-container-text {
    font-size: 16px;
    line-height: 24px;
    text-align: center
}

.article__tg-container-btn {
    margin-top: 10px
}

.article__tg-robot-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

@media screen and (min-width: 1024px) {
    .article__grid {
        grid-template-columns:minmax(700px, 860px) 300px;
        overflow: unset
    }

    .article__sidebar {
        display: block
    }

    .article.article--without-ad .article__grid {
        grid-template-columns:860px;
        justify-content: center
    }

    .article.article--without-ad .article__sidebar {
        display: none
    }

    .article.article--without-ad h1 {
        text-align: center
    }

    .article__reference-information {
        grid-auto-flow: column;
        align-items: center;
        grid-template-columns:fit-content(100%) fit-content(100%) 1fr;
        grid-template-areas:'metadata tagslist sign';
        margin-bottom: 30px
    }

    .article__reference-information .article__photo-sign {
        grid-area: sign;
        text-align: right
    }

    .article__reference-information .article__metadata {
        grid-area: metadata
    }

    .article__reference-information .article__tags-list {
        grid-area: tagslist
    }

    .article__reference-information .article__share {
        justify-self: flex-end
    }

    .article__author {
        margin-right: 30px
    }

    .article__content h2, .article__content h3, .article__content h4, .article__content h5 {
        margin-top: 40px
    }

    .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content .important-information, .article__content .article-product-tile, .article__content .related-news, .article__content .expert-comment, .article__related-information, .article__authors, .article__share, .article__content p, .article__content .article__intro {
        margin-bottom: 20px
    }

    .article__photo-sign {
        font-size: 12px
    }

    .article__show-hidden-content-btn:before {
        height: 110px
    }

    .news_load .experement-container:not(.disabled) .article__intro {
        display: block
    }

    .news_load .experement-container:not(.active) .article__reference-information {
        margin-bottom: 40px
    }

    .news-slider__arrow {
        width: 60px;
        height: 60px
    }

    .article__tg-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px
    }

    .article__tg-container.article__tg-container--last {
        justify-content: flex-start;
        margin-bottom: 40px
    }

    .article__tg-container-text {
        text-align: left
    }

    .article__tg-container-btn {
        margin-top: 0;
        margin-left: 10px
    }

    .article__tg-robot-icon {
        justify-content: flex-start;
        margin-bottom: 0;
        margin-right: 10px;
        position: relative;
        top: -2px
    }

    .article__content .titles-list a {
        font-size: 16px;
        line-height: 24px
    }

    .article__content .titles {
        padding: 25px 20px;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 1024px) {
    .article__intro, .article__intro p, .article__intro div, .article__intro span, .article__intro a {
        font-size: 18px
    }

    .article__content .xxx-g-blockquote-big blockquote {
        margin: 0
    }

    .statistic-chart {
        width: 100%;
        height: 300px
    }
}

.news-slider-2 {
    position: relative;
    margin-bottom: 15px
}

.news-slider-2__list li:before, .news-slider-2__list li:after {
    display: none !important
}

.news-slider-2 .noPager .lSAction {
    display: none
}

.news-slider-2 .lightSlider li img {
    width: 100% !important;
    height: 192px !important;
    object-fit: contain;
    border-radius: 2px;
    background: rgba(235, 235, 235, .6)
}

.news-slider-2 .lSPager li {
    height: 52px !important;
    width: 52px !important
}

.news-slider-2 .lSPager li:before, .news-slider-2 .lSPager li:after {
    display: none !important
}

.news-slider-2 .lSPager li a {
    width: 100%;
    height: 100%
}

.news-slider-2 .lSPager.lSGallery img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-slider-2 .lSAction > a {
    background-image: unset
}

.news-slider-2__btn {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    background-color: #fff;
    position: absolute
}

.news-slider-2__btn--perv, .news-slider-2__btn--next {
    bottom: 10px
}

.news-slider-2__btn--perv {
    left: 0
}

.news-slider-2__btn--next {
    right: 0
}

.news-slider-2__btn:before {
    font-family: Myfin;
    position: absolute;
    color: #b4c6d2;
    font-size: 12px;
    line-height: 12px;
    left: 7px
}

.news-slider-2__btn--perv:before {
    content: '\e92d';
    top: 8px
}

.news-slider-2__btn--next:before {
    content: '\e92e';
    top: 8px;
    left: 8px
}

.news-slider-2 .lSSlideOuter .lSPager.lSGallery li {
    border-radius: 2px;
    position: relative
}

.news-slider-2 .lSSlideOuter .lSPager.lSGallery li {
    cursor: pointer
}

.news-slider-2 .lSSlideOuter .lSPager.lSGallery li img {
    border-radius: 2px
}

.news-slider-2 .lSSlideOuter .lSPager.lSGallery li.active img {
    border-radius: 3px
}

.news-slider-2 .lSSlideOuter .lSPager.lSGallery li:before {
    content: '';
    position: absolute;
    pointer-events: none;
    border-radius: 2px;
    border: 2px solid transparent;
    width: 100%;
    height: 100%;
    background-color: rgba(235, 235, 235, .5);
    display: block !important;
    transition: background-color .25s
}

.news-slider-2 .lSSlideOuter .lSPager.lSGallery li.active, .news-slider-2 .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 2px
}

.news-slider-2 .lSSlideOuter .lSPager.lSGallery li.active:before {
    border-color: #f78f1e;
    display: block !important
}

.news-slider-2 .lSSlideOuter .lSPager.lSGallery li.active:before {
    border-color: #f78f1e;
    background-color: transparent
}

.news-slider-2 .lSSlideOuter .lSPagerWrapper {
    height: 62px !important;
    overflow: hidden;
    margin: 0 40px
}

.news-slider-2 .slider-count {
    padding: 4px 10px;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 2px;
    font-size: 15px;
    line-height: 17px;
    color: #6b737d;
    position: absolute;
    display: inline-block
}

.news-slider-2 .slider-count {
    left: 10px;
    top: 182px;
    transform: translateY(-100%)
}

.news-slider-2.news-slider-2--no-arrows .lSSlideOuter .lSPagerWrapper {
    margin: 0 !important
}

.news-slider-2.news-slider-2--no-arrows .lSAction {
    display: none !important
}

@media screen and (min-width: 1200px) {
    .news-slider-2 {
        margin-bottom: 20px
    }

    .news-slider-2 .slider-count {
        left: 10px;
        top: 420px
    }

    .news-slider-2.invisible {
        height: 660px;
        overflow: hidden
    }

    .news-slider-2 .news-slider-2__btn {
        width: 36px;
        height: 36px
    }

    .news-slider-2 .news-slider-2__btn:before {
        left: 10px;
        font-size: 12px;
        line-height: 12px
    }

    .news-slider-2 .news-slider-2__btn--perv:before {
        top: 11px
    }

    .news-slider-2 .news-slider-2__btn--next:before {
        top: 11px;
        left: 12px
    }

    .news-slider-2 .lightSlider li {
        border-radius: 2px;
        text-align: right
    }

    .news-slider-2 .lightSlider li img {
        width: 860px !important;
        height: 430px !important
    }

    .news-slider-2 .lSGallery li {
        width: 100px !important
    }

    .news-slider-2 .lSGallery li a {
        width: 100%;
        height: 100%;
        display: block
    }

    .news-slider-2 .lSGallery li img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover
    }

    .news-slider-2 .lSSlideOuter .lSPagerWrapper {
        height: 110px !important
    }

    .news-slider-2 .lSPager li {
        height: 100px !important;
        width: 100px !important
    }

    .news-slider-2__btn--perv, .news-slider-2__btn--next {
        bottom: 26px
    }

    .news-slider-2 .lSSlideOuter .lSPagerWrapper {
        margin: 0 50px
    }
}

.article__content .xxx-image-signed {
    margin-bottom: 15px
}

.article__content .xxx-image-signed p {
    margin-bottom: 0;
    font-size: 0
}

.article__content .xxx-image-signed figcaption, .article__content .xxx-image-signed figcaption em {
    line-height: 1.5;
    font-size: 16px;
    margin-top: 8px;
    color: #6b737d;
    font-style: normal
}

.article__content .xxx-g-blockquote-big {
    background: #f9fcfe;
    border-radius: 3px;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px
}

.article__content .xxx-g-blockquote-big .xxx-g-blockquote-big__content {
    font-size: 16px;
    line-height: 1.5
}

.statiWrap {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    position: relative;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 15px
}

.statiWrap table th, .statiWrap table td {
    min-width: 120px
}

.statiWrap table {
    margin: 0;
    padding: 0;
    width: 100%
}

.statiWrap thead {
    font-size: 14px
}

.statiWrap th {
    background-color: #f1fbff;
    padding: 13px 10px 12px 0;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
    vertical-align: top;
    font-family: roboto-regular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6b737d
}

.statiWrap th:first-child {
    padding-left: 20px;
    border-radius: 5px 0 0 0
}

.statiWrap th:last-child {
    padding-right: 20px;
    border-radius: 0 5px 0 0
}

.statiWrap td {
    font-size: 16px;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
    padding: 15px 15px 15px 0;
    vertical-align: top;
    transition: background-color .25s
}

.statiWrap td:first-child {
    padding-left: 20px
}

.statiWrap td:last-child {
    padding-right: 20px
}

.statiWrap tr:last-child td {
    border-bottom: 0
}

.statiWrap tr:last-child td:first-child {
    border-radius: 0 0 0 5px
}

.statiWrap tr:last-child td:last-child {
    border-radius: 0 0 5px 0
}

.statiWrap tr.highlight td:first-child:before {
    content: '';
    height: 100%;
    width: 5px;
    background-color: #14509c;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0
}

@media screen and (min-width: 768px) {
    .statiWrap td, .statiWrap th {
        padding-right: 20px
    }
}

@media (hover: hover) {
    .statiWrap tr:hover td {
        background-color: #f4fcff
    }
}

@media screen and (min-width: 1024px) {
    .article__content .xxx-g-blockquote-big {
        padding: 30px
    }

    .article__content .xxx-g-blockquote-big .xxx-g-blockquote-big__content {
        line-height: 1.6;
        font-size: 18px
    }

    .article__content .xxx-image-signed {
        margin-bottom: 20px
    }
}

.portatable-converter {
    pointer-events: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.portatable-converter.active {
    pointer-events: auto
}

.portatable-converter.active .portatable-converter__wrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.portatable-converter.active .portatable-converter__bg {
    opacity: 1
}

.portatable-converter__bg {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.portatable-converter__wrapper {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    padding: 20px 10px 30px 10px;
    position: relative;
    background-color: #ebf6fb;
    z-index: 2
}

.portatable-converter__close {
    position: absolute;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 5
}

.portatable-converter__close:before {
    content: '\e90e';
    font-family: MyFIn;
    font-size: 14px;
    color: #ccc
}

.portatable-converter__title {
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
    font-family: roboto-bold;
    line-height: 1
}

.portatable-converter__subtitle {
    font-size: 12px;
    color: #999;
    margin-bottom: 15px
}

.portatable-converter__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.portatable-converter__block {
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.portatable-converter__block--inverted .portatable-converter__currencies {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-top: 0
}

.portatable-converter__block--inverted .portatable-converter__currencies li {
    border-bottom: 1px solid #b4c6d2;
    border-top: 0
}

.portatable-converter__block--inverted .portatable-converter__currencies li:first-child {
    border-radius: 0 0 2px 0
}

.portatable-converter__block--inverted .portatable-converter__currencies li:last-child {
    border-right: 1px solid #b4c6d2;
    border-radius: 0 0 0 2px
}

.portatable-converter__block--inverted .portatable-converter__input {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.portatable-converter__currencies ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0
}

.portatable-converter__currencies li {
    -webkit-transition: background-color .25s ease, border-color .25s ease;
    -o-transition: background-color .25s ease, border-color .25s ease;
    transition: background-color .25s ease, border-color .25s ease;
    width: calc(100% / 5);
    height: 40px;
    border: 1px solid #b4c6d2;
    border-bottom: 0;
    border-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer
}

.portatable-converter__currencies li span {
    text-transform: uppercase;
    cursor: pointer
}

.portatable-converter__currencies li a {
    color: #b4c6d2
}

.portatable-converter__currencies li a:before {
    content: '\e92e';
    font-family: MyFIn;
    font-size: 10px
}

.portatable-converter__currencies li:first-child {
    border-radius: 2px 0 0 0
}

.portatable-converter__currencies li:last-child {
    border-right: 1px solid #b4c6d2;
    border-radius: 0 2px 0 0
}

.portatable-converter__currencies li.active {
    color: #fff;
    background-color: #14509c;
    border-color: #14509c
}

.portatable-converter__currencies li.disabled {
    background-color: #ebebeb
}

.portatable-converter__input {
    position: relative;
    height: 80px;
    background-color: #fff;
    width: 100%
}

.portatable-converter__input input {
    -webkit-transition: border-color .25s, -webkit-box-shadow .25s;
    transition: border-color .25s, -webkit-box-shadow .25s;
    -o-transition: box-shadow .25s, border-color .25s;
    transition: box-shadow .25s, border-color .25s;
    transition: box-shadow .25s, border-color .25s, -webkit-box-shadow .25s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    font-size: 24px;
    font-family: roboto-bold;
    padding: 10px 12px 40px 12px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: clip;
    text-overflow: clip;
    border: 1px solid #b4c6d2;
    border-radius: 0 0 2px 2px;
    display: block
}

.portatable-converter__input input:focus {
    border-color: #66afe9;
    -webkit-box-shadow: 0 1px 8px rgba(102, 175, 233, .6);
    box-shadow: 0 1px 8px rgba(102, 175, 233, .6)
}

.portatable-converter__subtext {
    text-transform: uppercase;
    position: absolute;
    left: 15px;
    bottom: 10px;
    color: #999;
    font-size: 12px;
    pointer-events: none;
    z-index: 3
}

.portatable-converter__btn {
    font-size: 20px;
    color: #b4c6d2;
    margin: 5px 0;
    cursor: pointer
}

.portatable-converter__btn:before {
    content: '\e92a';
    font-family: MyFIn;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block
}

.portatable-converter-btns {
    position: fixed;
    right: 0;
    bottom: 183px;
    z-index: 90
}

.portatable-converter-btns__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px 0 0 2px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #f78f1e;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15)
}

.portatable-converter-btns__btn:focus, .portatable-converter-btns__btn:hover, .portatable-converter-btns__btn:active {
    color: #fff
}

.portatable-converter-btns__btn:last-child {
    margin-bottom: 0
}

.portatable-converter-btns__btn:before {
    font-family: MyFIn
}

.portatable-converter-btns__btn--calc {
    width: 48px;
    height: 48px
}

.portatable-converter-btns__btn--calc:before {
    content: '\e92a';
    font-size: 28px;
    line-height: 1
}

.portatable-converter-btns__btn--calc-v2 {
    width: 120px;
    height: 38px;
    font-size: 14px;
    position: relative;
    left: 41px;
    border-radius: 2px 2px 0 0;
    -webkit-transform: rotate(90deg) scale(-1, -1);
    -ms-transform: rotate(90deg) scale(-1, -1);
    transform: rotate(90deg) scale(-1, -1)
}

.portatable-converter-btns__btn--calc-v2:before {
    font-size: 14px;
    margin-right: 5px
}

.portatable-converter-btns__btn--converter {
    border-radius: 0 2px 2px 0;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.portatable-converter-btns__btn--converter:before {
    content: '\e92a';
    margin-bottom: 10px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media screen and (min-width: 767px) {
    .portatable-converter-btns--desctop-hide {
        display: none
    }
}

.voiting-big__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.voiting-big .voiting-big__title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
    font-family: roboto-bold, Arial, Helvetica, sans-serif
}

.voiting-big__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 1px solid white
}

.voiting-big__item:last-child {
    border-right: 0
}

.voiting-big__item:last-child .voiting-big__btn {
    border-right: 0;
    border-radius: 0 5px 5px 0
}

.voiting-big__item:first-of-type .voiting-big__btn {
    border-radius: 5px 0 0 5px
}

.voiting-big__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
    padding: 12px 15px 4px 15px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: #ebf6fb;
    position: relative
}

.voiting-big__btn.active {
    background: #eff7ff;
    cursor: default
}

.voiting-big__btn.deactive {
    background-color: #ebebeb;
    cursor: default
}

.voiting-big__icon-wrap {
    position: relative;
    display: inline-block;
    font-size: 0
}

.voiting-big__icon--min {
    position: absolute;
    top: -15px;
    left: 50%;
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(0.6);
    -ms-transform: translateX(-50%) scale(0.6);
    transform: translateX(-50%) scale(0.6)
}

.voiting-big__btn.active .voiting-big__num {
    color: #0e1829
}

.voiting-big__subtitle {
    display: none
}

.voiting-big__num {
    font-size: 14px;
    color: #a2aab0;
    margin-top: 3px
}

.voiting-big__icon {
    width: 30px;
    height: 30px;
    object-fit: contain
}

@media (min-width: 768px) {
    .voiting-big__btn {
        padding: 10px 15px 6px 15px
    }

    .voiting-big__subtitle {
        display: block;
        position: absolute;
        left: 0;
        bottom: 6px;
        width: 100%;
        height: 21px;
        color: #0e1829;
        font-size: 14px;
        background-color: #eff7ff;
        text-align: center;
        z-index: 2;
        pointer-events: none;
        opacity: 0;
        font-weight: 400
    }

    .voiting-big__btn:hover .voiting-big__num, .voiting-big__btn:hover .voiting-big__num {
        opacity: 0
    }

    .voiting-big__btn:hover .voiting-big__subtitle, .voiting-big__btn:hover .voiting-big__subtitle {
        opacity: 1;
        transition: opacity .7s
    }

    .voiting-big__btn.active .voiting-big__num, .voiting-big__btn.deactive .voiting-big__num {
        opacity: 1
    }

    .voiting-big__btn.active .voiting-big__subtitle, .voiting-big__btn.deactive .voiting-big__subtitle {
        opacity: 0
    }
}

.currency-booking-tile {
    display: flex;
    align-items: center
}

.currency-booking-tile__icon {
    font-size: 22px;
    line-height: 1;
    color: #f78f1e;
    margin-right: 5px;
    animation: lock-shake 3s 10;
    transform-origin: top center
}

.currency-booking-tile__img-icons-container {
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 2px
}

.currency-booking-tile__img-icon {
    position: absolute
}

.currency-booking-tile__img-icon.currency-booking-tile__img-icon--1 {
    left: 2px;
    top: 2px;
    animation: coinFall 2s ease-in-out infinite backwards;
    transform: translate3d(0, -8px, 0);
    display: inline-block;
    animation-delay: .5s
}

.currency-booking-tile__img-icon.currency-booking-tile__img-icon--2 {
    left: 0;
    top: 16px
}

.currency-booking-tile__icon:before {
    content: "\e96b";
    font-family: Myfin
}

.credit__title .currency-booking-tile__icon:before {
    content: "\e925";
    font-family: Myfin
}

@keyframes lock-shake {
    0%, 10%, 26%, 40%, 60%, 100% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }
    20%, 22% {
        transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
        transform: translate3d(0, -5px, 0)
    }
    35% {
        transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
        transform: translate3d(0, -3px, 0)
    }
    45% {
        transform: translate3d(0, -1px, 0)
    }
}

@keyframes coinFall {
    0%, 100% {
        transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
        transform: translate3d(0, -8px, 0)
    }
    10%, 26%, 40%, 60%, 85% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }
    20%, 22% {
        transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
        transform: translate3d(0, -5px, 0)
    }
    35% {
        transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
        transform: translate3d(0, -3px, 0)
    }
    45% {
        transform: translate3d(0, -1px, 0)
    }
}

.user-notification-icon {
    position: relative;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    line-height: 1
}

.user-notification-icon.active {
    opacity: 1;
    pointer-events: auto
}

.user-notification-icon__icon {
    cursor: pointer;
    display: inline-block;
    line-height: 24px;
    font-size: 24px;
    pointer-events: none
}

.user-notification-icon__unread-messages {
    position: absolute;
    right: -3px;
    top: -3px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #ffff;
    background-color: #f78f1e;
    color: #fff;
    font-size: 9px;
    pointer-events: none;
    justify-content: center;
    line-height: 14px;
    display: none
}

.user-notification-icon__unread-messages.active {
    display: flex
}

.user-notification-icon-close-mobile {
    position: fixed;
    right: 10px;
    top: 5px;
    width: 40px;
    height: 38px;
    background-color: #fff;
    z-index: 3;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #14509c;
    font-size: 20px
}

.user-notification-icon-close-mobile.active {
    display: inline-flex
}

.news-in-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 10px
}

.news-in-menu__date, .news-in-menu__views {
    font-size: 12px;
    color: #b7bec7;
    line-height: 25px
}

.news-in-menu__views:before {
    content: '\e949';
    font-family: Myfin;
    color: inherit;
    font-size: 1em;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block
}

.news-in-menu__views {
    padding-left: 17px;
    position: relative;
    line-height: 1
}

.news-in-menu__views--accent {
    background-color: #f78f1e;
    color: #fff;
    padding: 2px 6px 2px 24px;
    border-radius: 2px;
    flex-shrink: 0
}

.news-in-menu__views--accent:before {
    left: 6px;
    top: 2px
}

.modal-app-min .modal-content {
    background: -o-linear-gradient(top, #fbfcff 0, #eef4ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfcff), to(#eef4ff));
    background: linear-gradient(180deg, #fbfcff 0, #eef4ff 100%);
    border: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal.modal-app-min .modal-dialog {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    max-width: unset;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal-app-min .modal-body {
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-app-min__decorate-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.modal-app-min .close.modal-app-min__close {
    cursor: pointer;
    background: 0;
    border: 0;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.modal-app-min__close:before {
    content: "\e90e";
    font-family: MyFin
}

.modal-app-min__top {
    margin-bottom: 40px;
    text-align: center
}

.modal-app-min__top img {
    display: block;
    margin: auto
}

.modal-app-min__title {
    font-size: 20px;
    line-height: 140%;
    color: #1a3462;
    letter-spacing: -.01em;
    text-align: center
}

.modal-app-min__description {
    font-size: 16px;
    margin-top: 30px
}

.modal-app-min__middle {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 30px
}

.modal-app-min__bottom {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-app-min__bottom .btn-app {
    margin-bottom: 20px;
    width: 100%;
    height: 45px
}

.modal-app-min .list-check__item {
    padding-left: 30px
}

.modal-app-min__icon-apple {
    width: 15px;
    position: relative;
    top: -2px
}

.modal-app-min__icon-google {
    position: relative;
    top: -1px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    outline: 0
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0;
    border: 0;
    -webkit-appearance: none
}

.credit-head-block {
    margin-top: 10px
}

.formstyler {
    font-size: 16px
}

.jq-checkbox.checked .jq-checkbox__div {
    background: 0
}

.jq-checkbox.checked .jq-checkbox__div::before {
    content: '';
    position: absolute;
    left: 3px;
    top: -4px;
    width: 7px;
    height: 16px;
    border: solid #292929;
    border-width: 0 2px 2px 0;
    transform: rotate(40deg)
}

.jq-checkbox + label, .jq-checkbox + span {
    display: table-cell;
    overflow: hidden
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 14px;
    height: 14px;
    position: relative;
    top: -2px;
    right: -2px
}

.form-group.control-group .controls {
    margin-bottom: 5px;
    line-height: 1.28571429
}

.control-group .controls .error {
    color: #e40000;
    line-height: 1.1;
    min-height: 13px;
    margin-top: 7px;
    margin-bottom: 0
}

.control-group .controls .error:empty {
    display: none
}

.form-group .name {
    font-size: 14px;
    line-height: 1.28571429
}

.form-group .label-pt {
    padding-top: 9px
}

.form-group .captcha_img {
    margin-bottom: 10px
}

.form-group .form_required {
    padding-top: 11px;
    display: inline-block
}

.form-group .btn_submit {
    margin-right: 3.7%;
    float: left
}

.form-group .checkbox, .form-group .radio {
    padding-left: 20px;
    line-height: 18px;
    margin-bottom: 12px;
    margin-top: 0
}

.form-group .checkbox {
    padding-left: 0
}

.form-group .jq-checkbox {
    float: left;
    margin-right: 5px;
    margin-top: 1px
}

.form-group .jq-checkbox span {
    display: table-cell;
    overflow: hidden;
    line-height: 1.2
}

.form-group .icon {
    position: absolute;
    top: 7px;
    right: 25px;
    font-size: 17px;
    color: #000;
    cursor: pointer
}

.form-group .icon:hover {
    color: #000
}

@media (min-width: 768px) {
    .form-group.control-group .controls {
        width: 100%;
        float: left
    }
}

.form-control, .jq-selectbox__select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 9px 5px;
    font-size: 16px;
    line-height: 1.33333333;
    color: #000;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #b4c6d2;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:hover, .jq-selectbox__select:hover {
    outline: 0;
    border-color: #a3b8c2;
    -webkit-box-shadow: inset 0 1px 3px rgba(77, 131, 158, .5);
    box-shadow: inset 0 1px 3px rgba(77, 131, 158, .5)
}

.form-control:focus, .jq-selectbox__select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control:-moz-placeholder, .jq-selectbox__select:-moz-placeholder {
    color: #adadad;
    opacity: 1
}

.form-control::-moz-placeholder, .jq-selectbox__select::-moz-placeholder {
    color: #adadad;
    opacity: 1
}

.form-control:-ms-input-placeholder, .jq-selectbox__select:-ms-input-placeholder {
    color: #adadad
}

.form-control::-webkit-input-placeholder, .jq-selectbox__select::-webkit-input-placeholder {
    color: #adadad
}

.form-control.placeholder, .jq-selectbox__select.placeholder {
    color: #adadad
}

.form-inner-style .form-control, .form-inner-style .jq-selectbox__select {
    height: 34px;
    font-size: 16px;
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    padding: 6px 9px
}

.form-inner-style .jq-selectbox {
    height: auto;
    padding: 0;
    border: 0
}

.form-inner-style .form-group {
    margin-bottom: 10px
}

.form-inner-style .form-group .name {
    font-size: 15px;
    color: #000
}

.form-inner-style .form-group .form_required {
    font-size: 13px;
    color: #8c8c8c;
    text-align: center
}

.input-group {
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control, .input-group .jq-selectbox__select {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-group-lg > .jq-selectbox__select {
    height: 44px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.33;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn, select.input-group-lg > .jq-selectbox__select {
    height: 44px;
    line-height: 44px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .jq-selectbox__select, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .jq-selectbox__select {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-group-sm > .jq-selectbox__select {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn, select.input-group-sm > .jq-selectbox__select {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .jq-selectbox__select, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .jq-selectbox__select {
    height: auto
}

.input-group .form-control, .input-group .jq-selectbox__select, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group .jq-selectbox__select:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-align: center;
    background-color: #eee;
    border: 1px solid #b4c6d2;
    -webkit-border-radius: 0;
    border-radius: 0;
    min-width: 52px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 16px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group .jq-selectbox__select:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group .jq-selectbox__select:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.credit-request .title {
    margin-bottom: 10px
}

.credit-request .form-group {
    margin-left: 0;
    margin-right: 0
}

.credit-request .form-group .jq-checkbox {
    margin-right: 9px;
    margin-top: 2px
}

.credit-request .form-group .jq-selectbox__select, .credit-request .form-group .name {
    font-size: 16px
}

.credit-request .checkbox {
    font-size: 16px;
    margin-bottom: 19px
}

.credit-request .checkbox .iconb {
    padding-left: 22px
}

.credit-request .checkbox .iconb:before {
    left: 0
}

@media (max-width: 767px) {
    .credit-request .checkbox:last-child {
        margin-bottom: 10px
    }
}

.credit-request .form-group_submit {
    background: #ebf6fb;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 27px;
    margin-bottom: 0;
    text-align: center
}

.credit-request .form-group_submit .btn_submit {
    float: none;
    margin-right: 0;
    max-width: 400px
}

@media (max-width: 1023px) and (min-width: 768px) {
    .credit-request .form-group_submit {
        padding: 20px
    }

    .credit-request .form-group_submit .btn {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .credit-request .form-group_submit {
        margin-left: -15px;
        margin-right: -20px;
        min-width: 100%
    }
}

.fa-byn {
    color: #14509c;
    font-size: 14px
}

.checkbox, .radio, input[type=file], input[type=range], output {
    display: block
}

.checkbox, .radio {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox label, .radio label {
    min-height: 18px;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox .disabled, .radio .disabled {
    cursor: not-allowed
}

.checkbox .disabled + span, .radio .disabled + span {
    cursor: not-allowed;
    opacity: .4
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox input[type=checkbox] {
    margin-left: 0
}

.checkbox input[type=checkbox] + label, .checkbox input[type=checkbox] + span {
    padding-left: 20px
}

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.content_i.bank-info, .content_i.bank-tabs, .content_i.banner-vertical, .content_i.converter, .content_i.credit-list, .content_i.rates-table {
    padding: 0
}

caption .h2, caption .h3, caption .h4, caption .h5, caption h2, caption h3, caption h4, caption h5 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 1.45833333
}

caption {
    font-size: 18px;
    line-height: 1.45833333;
    margin-left: 15px;
    font-family: roboto-bold, Helvetica, Arial, sans-serif
}

table caption {
    text-align: left
}

#crypto_exchange caption, .rates-table-nbrb caption {
    padding: 9px 27px 10px;
    margin: 0
}

.mass-halva {
    margin-bottom: 0
}

.mass-halva-wrap {
    position: relative;
    top: -12px;
    margin-bottom: 0
}

.credit-summ + .mass-halva-wrap {
    top: 0
}

.btn-primary.active, .btn-primary:active {
    background: #114485;
    color: #fff
}

.btn-primary.disabled, .btn-primary[disabled] {
    border-color: #b3b3b3;
    color: #b3b3b3
}

.btn-primary.btn_big, .btn_more.btn_big {
    width: 100%;
    padding: 9px 19px 11px
}

.btn-success {
    background: #14509c;
    color: #fff;
    border: 2px solid #14509c
}

.btn-success:focus, .btn-success:hover {
    background: #114485;
    border-color: transparent
}

.btn-success.active, .btn-success:active {
    background: #0e396f;
    border-color: transparent
}

.btn-success.disabled, .btn-success[disabled] {
    border-color: #b3b3b3;
    background: #b3b3b3
}

.btn-lg {
    padding: 8px 27px;
    font-size: 22px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.btn-sm {
    padding: 5px 16px;
    font-size: 14px;
    line-height: 1;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.btn-xs {
    padding: 4px 13px;
    font-size: 11px;
    line-height: 1;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.modal.modal-list-menu .search-sm .btn-search {
    width: 16px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA3lBMVEWenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenImenIl2QHo5AAAASXRSTlMAAQMEBgcIDA4PEBUYGhwdHiMoKSsxOkJETFBTZGhpbG1veHl7hoeIkZiZnJ6hoqOnqLC0trm9vsbO2Nrg4+Xn6u3u8PP1+fz+Bv+2RQAAAJZJREFUGBlVwecCgVAABeAT2XvvTfYmWyh03v+F3Lr+9H0Qyqvbx9jUFEjqjNIuAteSVj+jptoP6n4IFZoFONJXtiDs2YFU5QWCyQQk35shAF8G8GcwDuDMIqSkbfkADLlT4BpzDSH24jwMQB3wk4OjZPG50KZ32hNI+QMdJ91u4y9b7zYLSvTIHjxCOjV4BLccwUNdNX5EKxaH70ZjkgAAAABJRU5ErkJggg==) no-repeat;
    top: 8px
}

.btn, .modal-content .link-address, .nowrap {
    text-overflow: ellipsis;
    white-space: nowrap
}

.jq-checkbox {
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    overflow: visible !important;
    background: #fff
}

.jq-checkbox + label, .jq-checkbox + span {
    display: table-cell;
    overflow: hidden
}

.g-sidebar_i {
    padding: 20px;
    margin-bottom: 10px
}

.g-sidebar_i.card-req, .g-sidebar_i.credit-request {
    padding-bottom: 0
}

.credit-head .btn {
    float: right;
    margin-bottom: 11px
}

.credit-head .btn.btn-primary {
    padding: 8px 26px 8px;
    border-width: 1px
}

@media (max-width: 1023px) {
    .credit-head .btn {
        float: none
    }
}

.sp-form .sp-form-control:hover {
    outline: 0;
    border-color: #a3b8c2;
    -webkit-box-shadow: inset 0 1px 3px rgba(77, 131, 158, .5);
    box-shadow: inset 0 1px 3px rgba(77, 131, 158, .5)
}

.bond_filter, .large-sums {
    box-shadow: 0 8px 16px -5px rgba(0, 0, 0, .2)
}

.bond_filter .credit-calc__term {
    width: 100%
}

.sp-form-horizontal .sp-element-container .sp-field.sp-field-full-width {
    -ms-flex: 1 100%;
    flex: 1 100%;
    min-height: inherit !important
}

.sp-form__img {
    width: 130px
}

.sp-myfin-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 81%
}

.sp-myfin__desc {
    font-size: 16px
}

@media (min-width: 1024px) {
    .credit-modal .modal-dialog {
        width: 540px
    }
}

.credit-modal .modal-header {
    position: relative;
    border-bottom: 1px solid #e1e8ed;
    padding: 20px 15px 15px
}

.credit-modal .modal-body, .credit-modal .modal-footer {
    padding: 15px 25px
}

.credit-modal .modal-footer {
    background: #ebf6fb;
    border-top: 0
}

.credit-modal .close, .map-modal .close {
    position: absolute;
    top: 11px;
    right: 11px;
    margin-top: 0;
    width: 18px;
    height: 18px;
    opacity: 1
}

.credit-modal .close:after, .credit-modal .close:before {
    content: '';
    background: #7f7f7f;
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0
}

.credit-modal .close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%
}

.credit-modal .close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%
}

.credit-modal .close:hover:after, .credit-modal .close:hover:before {
    background: #000
}

.credit-modal .title {
    text-align: center
}

.credit-modal .n-bank {
    font-size: 12px;
    color: #999
}

.credit-modal .n-credit {
    font-size: 20px;
    display: block;
    margin-bottom: 22px
}

@media (max-width: 767px) {
    .credit-modal .n-credit {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 15px
    }

    .credit-modal .form-group .label-pt {
        padding-top: 0
    }
}

.credit-modal .form-group .controls, .page_xs .credit-modal .modal-footer .form-group {
    margin-bottom: 0
}

.credit-modal .jq-selectbox__dropdown {
    min-width: 100%
}

.credit-modal .jq-selectbox__dropdown ul {
    min-height: 135px
}

.credit-modal .form-group .btn {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 10px
}

.credit-modal .form-group.credit-sum .form-control, .credit-modal .form-group.credit-sum .jq-selectbox__select {
    display: inline-block;
    vertical-align: top
}

.credit-modal .form-group.credit-sum .form-input-sum {
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px
}

.page_xs .credit-modal .form-group.credit-sum .form-input-sum {
    width: 100%
}

.credit-modal .form-group.credit-sum .jq-selectbox {
    width: 30%;
    margin-left: -5px;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0
}

.credit-modal .n-credit, .credit-table.detail tr.result td {
    font-family: roboto-bold, roboto-regular, Helvetica, Arial, sans-serif
}

.page_xs .credit-modal .form-group.credit-sum .jq-selectbox {
    position: absolute !important;
    top: 0;
    width: 28%;
    right: 5px;
    margin-left: 0
}

.address, .address .address_i, .address .tab-pane, .bank-about, .bord-bot:after {
    position: relative
}

.page_xs .credit-modal .modal-header {
    padding: 13px 15px 7px
}

.page_xs .credit-modal .modal-header .title {
    font-size: 16px
}

.page_xs .credit-modal .modal-body {
    padding: 5px 25px 10px
}

.page_xs .credit-modal .modal-footer .form_required {
    line-height: 1.2
}

.credit-request .title {
    margin-bottom: 10px
}

.credit-request .form-group {
    margin-left: 0;
    margin-right: 0
}

.credit-request .form-group .jq-checkbox {
    margin-right: 9px;
    margin-top: 2px
}

.credit-request .form-group .form-control, .credit-request .form-group .jq-selectbox__select, .credit-request .form-group .name {
    font-size: 16px
}

.credit-request .checkbox {
    font-size: 16px;
    margin-bottom: 19px
}

.credit-request .checkbox .iconb {
    padding-left: 22px
}

.credit-request .checkbox .iconb:before {
    left: 0
}

@media (max-width: 767px) {
    .credit-request .checkbox:last-child {
        margin-bottom: 10px
    }
}

.credit-request .form-group_submit {
    background: #ebf6fb;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 27px;
    margin-bottom: 0;
    text-align: center
}

.credit-request .form-group_submit .btn_submit {
    float: none;
    margin-right: 0;
    max-width: 400px
}

.popular .menu {
    overflow: hidden;
    clear: both;
    margin-bottom: 40px;
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4
}

@media (max-width: 1023px) and (min-width: 768px) {
    .credit-request .form-group_submit {
        padding: 20px
    }

    .credit-request .form-group_submit .btn {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px
    }

    .popular .menu {
        margin-bottom: 15px;
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3
    }
}

@media (max-width: 767px) {
    .credit-request .form-group_submit {
        margin-left: -15px;
        margin-right: -20px;
        min-width: 100%
    }

    .popular.content_i {
        padding-top: 15px
    }

    .popular .menu {
        margin-bottom: 10px;
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1
    }
}

.modal-header-text {
    font-size: 14px;
    text-align: center;
    display: none
}

.modal-header-alternative {
    display: none;
    margin: 10px -15px -15px -15px;
    font-size: 14px;
    padding: 12px 30px;
    text-align: center;
    background: #eaf2df
}

.form-inner-style .form-control, .form-inner-style .jq-selectbox__select {
    height: 34px;
    font-size: 16px;
    font-family: roboto-regular, roboto-regular, Helvetica, Arial, sans-serif;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    padding: 6px 9px
}

.cr_onl_red, .de_onl_red {
    color: red;
    font-size: 12px
}

input.inp_tel + .fixed {
    display: none;
    position: absolute;
    z-index: 9;
    font-size: 16px;
    margin-top: 6px;
    margin-left: 10px
}

input.inp_tel:valid + .fixed {
    display: block
}

input.inp_tel + .fixed.no_relative {
    margin-top: -29px
}

.mtb-test input.inp_tel:focus, input.inp_tel:valid {
    padding-left: 50px
}

.modal-content.modal-content--branding .modal-header {
    font-size: 0;
    padding: 0;
    height: 91px
}

.modal-content.modal-content--branding {
    border: 0;
    border-radius: 3px;
    overflow: hidden
}

.modal-content.modal-content--branding .modal-header .title {
    font-size: 0
}

.form-template__form-content {
    display: grid;
    grid-template-columns:100%;
    gap: 20px;
    align-items: flex-start
}

.form-template.form-template--col-2 .form-template__form-content {
    display: grid;
    grid-template-columns:repeat(2, calc(50% - 10px));
    gap: 20px
}

.form-template__form-cell-error-text {
    color: #f71e1e
}

.form-template__form-cell.error .form-template__form-cell-error-text {
    margin-top: 5px
}

.form-template.form-template--no-form-cell-title .form-template__form-cell-title {
    display: none
}

.user-notifications-widget {
    position: fixed;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    z-index: 1001;
    background-color: #fff;
    display: none;
    overflow-y: auto
}

.user-notifications-widget.user-notifications-widget--desktop {
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(14, 24, 41, .15)
}

.user-notifications-widget.active {
    display: block
}

.user-notifications-widget__additional-content-container {
    padding: 15px;
    position: sticky;
    left: 0;
    top: 0;
    background-color: #fff
}

.user-notifications-widget__additional-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.user-notifications-widget__additional-content-btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-align: center
}

.user-notifications-widget__additional-content-btn:before {
    content: '\e927';
    font-family: Myfin;
    font-size: 24px;
    line-height: 24px;
    color: #6b737d
}

.user-notifications-widget__additional-content-btn.active:before {
    content: '\e90e';
    font-size: 14px
}

.user-notifications-widget__additional-handlers {
    margin-top: 10px;
    display: none
}

.user-notifications-widget__additional-handlers.active {
    display: block
}

.user-notifications-widget__additional-handlers-btn {
    cursor: pointer;
    display: inline-block
}

.user-notifications-widget__additional-handlers-item {
    color: #6b737d;
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px
}

.user-notifications-widget__additional-handlers-item [data-user-notifications-widget] {
    cursor: pointer
}

.user-notifications-widget__additional-handlers-item:first-child {
    margin-top: 0
}

.user-notifications-widget__additional-content-title {
    font-size: 16px;
    line-height: 24px
}

.user-notifications-widget__notifications-list {
    display: flex;
    flex-direction: column
}

.user-notifications-widget__notifications-list-item {
    border-top: 1px solid #ebebeb
}

.user-notifications-widget__notifications-list-item.new {
    order: 0
}

.user-notifications-widget__notifications-list-item.viewed {
    order: 1
}

html.blocked-by-notification, html.blocked-by-notification body {
    overflow: hidden !important
}

@media screen and (min-width: 768px) {
    .user-notifications-widget {
        width: 420px;
        max-height: 520px;
        height: auto
    }
}

.user-notifications-widget-modal__title {
    font-size: 20px;
    font-family: roboto-bold, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px
}

.user-notifications-widget-modal__product-info {
    display: grid;
    grid-template-areas:"logo bank-name" "logo product-name";
    grid-template-columns:40px 1fr;
    gap: 0 10px;
    align-items: center;
    margin-bottom: 25px
}

.user-notifications-widget-modal__product-info-image {
    width: 40px;
    height: 40px;
    grid-area: logo
}

.user-notifications-widget-modal__product-info-image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.user-notifications-widget-modal__product-info-company-name {
    color: #b7bec7;
    font-size: 14px;
    line-height: 21px;
    grid-area: bank-name
}

.user-notifications-widget-modal__product-info-product-name {
    font-family: roboto-bold, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: normal;
    grid-area: product-name
}

.user-notification {
    display: flex;
    padding: 15px;
    gap: 10px;
    cursor: pointer
}

.user-notification.hidden {
    display: none
}

.user-notification.new {
    background-color: #ebf6fb
}

.user-notification__icon {
    border-radius: 50%;
    flex-shrink: 0;
    width: 40px;
    height: 40px
}

.user-notification__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.user-notification__content {
    flex-grow: 1
}

.user-notification__text {
    font-size: 14px;
    line-height: 21px;
    color: #6b737d
}

.user-notification__footer {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.user-notification__action-btn {
    font-size: 14px;
    line-height: 21px;
    cursor: pointer
}

.user-notification__date {
    font-size: 12px;
    color: #b7bec7
}

.user-notification:not(.new) .user-notification__action-btn {
    color: #b7bec7
}

.cookie {
    position: fixed;
    left: 0;
    bottom: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(200px);
    transition: opacity .4s, transform .4s;
    z-index: 1000
}

.cookie.active {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0)
}

.cookie__wrapper {
    width: 100%;
    max-width: 780px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    border-radius: 3px;
    padding: 15px
}

.cookie__img {
    width: 60px;
    height: 60px;
    flex-shrink: 0
}

.cookie__img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.cookie__content {
    margin-top: 10px
}

.cookie__text {
    font-size: 14px;
    line-height: 21px
}

.cookie__btn {
    margin-top: 10px
}

.cookie__btn .btn {
    width: 100%
}

@media screen and (min-width: 768px) {
    .cookie {
        bottom: 30px
    }

    .cookie__wrapper {
        display: flex;
        align-items: center;
        padding: 20px 30px
    }

    .cookie__img {
        width: 80px;
        height: 80px;
        margin-right: 20px
    }

    .cookie__text {
        font-size: 18px;
        line-height: 1.5
    }

    .cookie__content {
        margin-top: 0
    }

    .cookie__btn .btn {
        width: auto
    }
}

.login-form__title {
    font-family: roboto-bold, Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 5px
}

.login-form__title.login-form__title--text-center {
    text-align: center
}

.login-form__subtitle {
    color: #6b737d;
    font-size: 14px
}

.login-form__subtitle.login-form__subtitle--text-center {
    text-align: center
}

.login-form__form {
    margin-top: 20px
}

.login-form__form-row {
    margin-top: 20px
}

.login-form__form-row:first-child {
    margin-top: 0
}

.login-form__footer {
    margin-top: 30px
}

.login-form__footer-text {
    color: #b7bec7;
    text-align: center;
    font-size: 14px
}

.login-form__user-number {
    margin-top: 5px
}

.login-form__user-number.login-form__user-number--text-center {
    text-align: center
}

.login-form__countdown {
    font-size: 14px;
    color: #6b737d
}

.paid-subscription {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 3001;
    transform: translateY(300%);
    opacity: 0;
    pointer-events: none
}

.paid-subscription.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto
}

.paid-subscription__backdrop {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(14, 24, 41, .4)
}

.paid-subscription__container {
    width: 480px;
    max-width: 100%;
    padding: 30px 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
    position: relative;
    opacity: 0;
    transform: translateY(-50px);
    transition: transform .5s, opacity .25s
}

.paid-subscription.active .paid-subscription__container {
    opacity: 1;
    transform: translateY(0)
}

.paid-subscription__close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.paid-subscription__close:before {
    content: '\e90e';
    font-family: Myfin;
    font-size: 18px;
    line-height: 18px;
    color: #b7bec7
}

.paid-subscription__icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.paid-subscription__icon img {
    width: 60px;
    height: 60px
}

.paid-subscription__title {
    margin-bottom: 10px;
    text-align: center;
    font-family: roboto-bold, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: normal
}

.paid-subscription__subtitle {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: #6b737d
}

.paid-subscription__step {
    display: none
}

.paid-subscription__step.active {
    display: block
}

.paid-subscription-tile {
    z-index: 3001;
    position: fixed;
    bottom: 90px;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    pointer-events: none;
    transform: translateY(220px);
    opacity: 0;
    transition: transform .25s, opacity .25s;
    width: 100%;
    display: flex;
    justify-content: center
}

.paid-subscription-tile.active {
    transform: translateY(0);
    opacity: 1
}

.paid-subscription-tile__container {
    width: 100%;
    max-width: 340px;
    border-radius: 3px;
    box-shadow: 0 1px 35px rgba(0, 0, 0, .15);
    position: relative;
    pointer-events: auto;
    background: linear-gradient(91.11deg, #2160f4 .27%, #ff7300 100%)
}

.paid-subscription-tile__wrapper {
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px
}

.paid-subscription-tile__img {
    font-size: 0
}

.paid-subscription-tile__text {
    font-size: 14px;
    line-height: 12px;
    color: #fff
}

.paid-subscription-tile__close {
    position: absolute;
    right: 1px;
    top: 6px;
    padding: 10px;
    cursor: pointer;
    font-size: 0;
    pointer-events: auto
}

.paid-subscription-tile__close:before {
    content: '\e90e';
    font-family: Myfin;
    font-size: 10px;
    line-height: 10px;
    color: #fff
}

@media screen and (min-width: 991px) {
    .paid-subscription-tile {
        bottom: 100px
    }

    .paid-subscription-tile__text {
        font-size: 16px;
        line-height: 20px
    }
}