﻿/* Minification failed. Returning unminified contents.
(4614,213): run-time error CSS1039: Token not allowed after unary operator: 'xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj'
(4614,397): run-time error CSS1039: Token not allowed after unary operator: 'eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA'
(4614,579): run-time error CSS1039: Token not allowed after unary operator: 'W2'
(4614,582): run-time error CSS1039: Token not allowed after unary operator: 'MnAzMYDAzaX6QjD6'
(4614,642): run-time error CSS1019: Unexpected token, found '/'
(4614,642): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(4620,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4621,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4740,22): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(4741,18): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(4742,32): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(4748,17): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-color'
(4748,47): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(4759,25): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(4784,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4788,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4876,22): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-color'
(4876,52): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(4929,26): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-color'
(4929,56): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(4958,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4962,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5035,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5039,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10596,45): run-time error CSS1030: Expected identifier, found ' '
 */

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */ @-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        transform: translate3d(-10%,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        transform: translate3d(-10%,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

.fadeInLeftSmall {
    -webkit-animation-name: fadeInLeftSmall;
    animation-name: fadeInLeftSmall
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.delay-1s {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    .animated.delay-2s {
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

    .animated.delay-3s {
        -webkit-animation-delay: 3s;
        animation-delay: 3s
    }

    .animated.delay-4s {
        -webkit-animation-delay: 4s;
        animation-delay: 4s
    }

    .animated.delay-5s {
        -webkit-animation-delay: 5s;
        animation-delay: 5s
    }

    .animated.fast {
        -webkit-animation-duration: .8s;
        animation-duration: .8s
    }

    .animated.faster {
        -webkit-animation-duration: .5s;
        animation-duration: .5s
    }

    .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.slower {
        -webkit-animation-duration: 3s;
        animation-duration: 3s
    }

@media (print),(prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */ /*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

hr, img {
    border: 0
}

body, figure {
    margin: 0
}

caption, th {
    text-align: left
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.img-thumbnail, body {
    background-color: #fff
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-thumbnail, label {
    display: inline-block;
    max-width: 100%
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

[role=button] {
    cursor: pointer
}

.checkbox.disabled label, .form-control[disabled], .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .form-control, fieldset[disabled] .radio label, 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
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .row-no-gutters [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.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-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: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-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .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-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

    table col[class*=col-] {
        position: static;
        display: table-column;
        float: none
    }

    table td[class*=col-], table th[class*=col-] {
        position: static;
        display: table-cell;
        float: none
    }

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

    .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
        background-color: #e8e8e8
    }

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

fieldset, legend {
    padding: 0;
    border: 0
}

fieldset {
    min-width: 0;
    margin: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

.form-control, output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .checkbox-inline, .radio label, .radio-inline {
        padding-left: 20px;
        font-weight: 400;
        cursor: pointer;
        margin-bottom: 0
    }

    .checkbox label, .radio label {
        min-height: 20px
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-top: 4px\9;
        margin-left: -20px
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
        cursor: not-allowed
    }

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-group-sm .form-control, .input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px
}

.input-sm {
    height: 30px;
    line-height: 1.5
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5
}

.form-group-lg .form-control, .input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    line-height: 1.3333333
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block
    }

    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .row:after, .row:before {
    display: table;
    content: " "
}

.clearfix:after, .container-fluid:after, .container:after, .form-horizontal .form-group:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.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
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .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:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .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:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em
}

    .daterangepicker:after, .daterangepicker:before {
        position: absolute;
        display: inline-block;
        content: ''
    }

    .daterangepicker:before {
        top: -7px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #ccc
    }

    .daterangepicker:after {
        top: -6px;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent
    }

    .daterangepicker.opensleft:before {
        right: 9px
    }

    .daterangepicker.opensleft:after {
        right: 10px
    }

    .daterangepicker.openscenter:after, .daterangepicker.openscenter:before {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto
    }

    .daterangepicker.opensright:before {
        left: 9px
    }

    .daterangepicker.opensright:after {
        left: 10px
    }

    .daterangepicker.drop-up {
        margin-top: -7px
    }

        .daterangepicker.drop-up:before {
            top: initial;
            bottom: -7px;
            border-bottom: initial;
            border-top: 7px solid #ccc
        }

        .daterangepicker.drop-up:after {
            top: initial;
            bottom: -6px;
            border-bottom: initial;
            border-top: 6px solid #fff
        }

    .daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
        float: none
    }

    .daterangepicker.single .drp-selected {
        display: none
    }

    .daterangepicker.show-calendar .drp-buttons, .daterangepicker.show-calendar .drp-calendar {
        display: block
    }

    .daterangepicker.auto-apply .drp-buttons {
        display: none
    }

    .daterangepicker .drp-calendar {
        display: none;
        max-width: 270px
    }

        .daterangepicker .drp-calendar.left {
            padding: 8px 0 8px 8px
        }

        .daterangepicker .drp-calendar.right {
            padding: 8px
        }

        .daterangepicker .drp-calendar.single .calendar-table {
            border: none
        }

    .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
        color: #fff;
        border: solid #000;
        border-width: 0 2px 2px 0;
        border-radius: 0;
        display: inline-block;
        padding: 3px
    }

    .daterangepicker .calendar-table .next span {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    .daterangepicker .calendar-table .prev span {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg)
    }

    .daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
        text-align: center;
        vertical-align: middle;
        min-width: 32px;
        width: 32px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        border-radius: 4px;
        border: 1px solid transparent;
        white-space: nowrap;
        cursor: pointer
    }

    .daterangepicker .calendar-table {
        border: 1px solid #fff;
        border-radius: 4px;
        background-color: #fff
    }

        .daterangepicker .calendar-table table {
            width: 100%;
            margin: 0;
            border-spacing: 0;
            border-collapse: collapse
        }

    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
        background-color: #eee;
        border-color: transparent;
        color: inherit
    }

    .daterangepicker td.week, .daterangepicker th.week {
        font-size: 80%;
        color: #ccc
    }

    .daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
        background-color: #fff;
        border-color: transparent;
        color: #999
    }

    .daterangepicker td.in-range {
        background-color: #ebf4f8;
        border-color: transparent;
        color: #000;
        border-radius: 0
    }

    .daterangepicker td.start-date {
        border-radius: 4px 0 0 4px
    }

    .daterangepicker td.end-date {
        border-radius: 0 4px 4px 0
    }

    .daterangepicker td.start-date.end-date {
        border-radius: 4px
    }

    .daterangepicker td.active, .daterangepicker td.active:hover {
        background-color: #357ebd;
        border-color: transparent;
        color: #fff
    }

    .daterangepicker th.month {
        width: auto
    }

    .daterangepicker option.disabled, .daterangepicker td.disabled {
        color: #999;
        cursor: not-allowed;
        text-decoration: line-through
    }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%
    }

    .daterangepicker select.yearselect {
        width: 40%
    }

    .daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
        width: 50px;
        margin: 0 auto;
        background: #eee;
        border: 1px solid #eee;
        padding: 2px;
        outline: 0;
        font-size: 12px
    }

    .daterangepicker.show-ranges.rtl .drp-calendar.right, .daterangepicker.show-ranges.single.rtl .drp-calendar.left {
        border-right: 1px solid #ddd
    }

    .daterangepicker.show-ranges.ltr .drp-calendar.left, .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
        border-left: 1px solid #ddd
    }

    .daterangepicker .calendar-time {
        text-align: center;
        margin: 4px auto 0;
        line-height: 30px;
        position: relative
    }

        .daterangepicker .calendar-time select.disabled {
            color: #ccc;
            cursor: not-allowed
        }

    .daterangepicker .drp-buttons {
        clear: both;
        text-align: right;
        padding: 8px;
        border-top: 1px solid #ddd;
        display: none;
        line-height: 12px;
        vertical-align: middle
    }

    .daterangepicker .drp-selected {
        display: inline-block;
        font-size: 12px;
        padding-right: 8px
    }

    .daterangepicker .drp-buttons .btn {
        margin-left: 8px;
        font-size: 12px;
        font-weight: 700;
        padding: 4px 8px
    }

    .daterangepicker .ranges {
        float: none;
        text-align: left;
        margin: 0
    }

    .daterangepicker.show-calendar .ranges {
        margin-top: 8px
    }

    .daterangepicker .ranges ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%
    }

    .daterangepicker .ranges li {
        font-size: 12px;
        padding: 8px 12px;
        cursor: pointer
    }

        .daterangepicker .ranges li:hover {
            background-color: #eee
        }

        .daterangepicker .ranges li.active {
            background-color: #08c;
            color: #fff
        }

@media (min-width:564px) {
    .daterangepicker .drp-calendar, .daterangepicker .ranges, .daterangepicker.single .drp-calendar, .daterangepicker.single .ranges {
        float: left
    }

    .daterangepicker {
        width: auto;
        direction: ltr;
        text-align: left
    }

        .daterangepicker .ranges ul {
            width: 140px
        }

        .daterangepicker.single .ranges ul {
            width: 100%
        }

        .daterangepicker.single .drp-calendar.left {
            clear: none
        }

        .daterangepicker .drp-calendar.left {
            clear: left;
            margin-right: 0
        }

            .daterangepicker .drp-calendar.left .calendar-table {
                border-right: none;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                padding-right: 8px
            }

        .daterangepicker .drp-calendar.right {
            margin-left: 0
        }

            .daterangepicker .drp-calendar.right .calendar-table {
                border-left: none;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }
}

@media (min-width:730px) {
    .daterangepicker .ranges {
        width: auto;
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important
    }
}
/*! jQuery-ui-Slider-Pips - v1.11.4 - 2016-09-04
* Copyright (c) 2016 Simon Goellner <simey.me@gmail.com>; Licensed MIT */ .ui-slider-horizontal.ui-slider-pips {
    margin-bottom: 1.4em
}

.ui-slider-pips .ui-slider-label, .ui-slider-pips .ui-slider-pip-hide {
    display: none
}

.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
    display: block
}

.ui-slider-pips .ui-slider-pip {
    width: 2em;
    height: 1em;
    line-height: 1em;
    position: absolute;
    font-size: .8em;
    color: #999;
    overflow: visible;
    text-align: center;
    top: 20px;
    left: 20px;
    margin-left: -1em;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ui-state-disabled.ui-slider-pips .ui-slider-pip {
    cursor: default
}

.ui-slider-pips .ui-slider-line {
    background: #999;
    width: 1px;
    height: 3px;
    position: absolute;
    left: 50%
}

.ui-slider-pips .ui-slider-label {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -1em;
    width: 2em
}

.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
    color: #000;
    font-weight: 700
}

.ui-slider-vertical.ui-slider-pips {
    margin-bottom: 1em;
    margin-right: 2em
}

    .ui-slider-vertical.ui-slider-pips .ui-slider-pip {
        text-align: left;
        top: auto;
        left: 20px;
        margin-left: 0;
        margin-bottom: -.5em
    }

    .ui-slider-vertical.ui-slider-pips .ui-slider-line {
        width: 3px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 0
    }

    .ui-slider-vertical.ui-slider-pips .ui-slider-label {
        top: 50%;
        left: .5em;
        margin-left: 0;
        margin-top: -.5em;
        width: 2em
    }

.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label, .ui-slider-float .ui-slider-handle:focus, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label {
    outline: 0
}

.ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label {
    position: absolute;
    visibility: hidden;
    top: -40px;
    display: block;
    width: 34px;
    margin-left: -18px;
    left: 50%;
    height: 20px;
    line-height: 20px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #888;
    text-align: center;
    font-size: 12px;
    opacity: 0;
    color: #333;
    transition-property: opacity,top,visibility;
    transition-timing-function: ease-in;
    transition-duration: .2s,.2s,0s;
    transition-delay: 0s,0s,.2s
}

.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
    opacity: 1;
    top: -30px;
    visibility: visible;
    transition-timing-function: ease-out;
    transition-delay: .2s,.2s,0s
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
    top: 42px
}

.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
    top: 32px;
    font-weight: 400
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after, .ui-slider-float .ui-slider-tip:after {
    content: " ";
    width: 0;
    height: 0;
    border: 5px solid rgba(255,255,255,0);
    border-top-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before, .ui-slider-float .ui-slider-tip:before {
    content: " ";
    width: 0;
    height: 0;
    border: 5px solid rgba(255,255,255,0);
    border-top-color: #888;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -5px
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    border: 5px solid rgba(255,255,255,0);
    border-bottom-color: #fff;
    top: -10px
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    border: 5px solid rgba(255,255,255,0);
    border-bottom-color: #888;
    top: -11px
}

.ui-slider-vertical.ui-slider-float .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
    top: 50%;
    margin-top: -11px;
    width: 34px;
    margin-left: 0;
    left: -60px;
    color: #333;
    transition-duration: .2s,.2s,0;
    transition-property: opacity,left,visibility;
    transition-delay: 0,0,.2s
}

.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
    top: 50%;
    margin-top: -11px;
    left: -50px
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
    left: 47px
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
    left: 37px
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after, .ui-slider-vertical.ui-slider-float .ui-slider-tip:after {
    border: 5px solid rgba(255,255,255,0);
    border-left-color: #fff;
    border-top-color: transparent;
    position: absolute;
    bottom: 50%;
    margin-bottom: -5px;
    right: -10px;
    margin-left: 0;
    top: auto;
    left: auto
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before, .ui-slider-vertical.ui-slider-float .ui-slider-tip:before {
    border: 5px solid rgba(255,255,255,0);
    border-left-color: #888;
    border-top-color: transparent;
    position: absolute;
    bottom: 50%;
    margin-bottom: -5px;
    right: -11px;
    margin-left: 0;
    top: auto;
    left: auto
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    border: 5px solid rgba(255,255,255,0);
    border-right-color: #fff;
    right: auto;
    left: -10px
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    border: 5px solid rgba(255,255,255,0);
    border-right-color: #888;
    right: auto;
    left: -11px
}

.ui-slider-pips [class*=ui-slider-pip-initial] {
    font-weight: 700;
    color: #14CA82
}

.ui-slider-pips .ui-slider-pip-initial-2 {
    color: #1897C9
}

.ui-slider-pips [class*=ui-slider-pip-selected] {
    font-weight: 700;
    color: #FF7A00
}

.ui-slider-pips .ui-slider-pip-inrange {
    color: #000
}

.ui-slider-pips .ui-slider-pip-selected-2 {
    color: #E70081
}

.ui-slider-pips .ui-slider-pip-inrange .ui-slider-line, .ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line {
    background: #000
}
/*! jQuery UI - v1.12.1 - 2020-01-26
* http://jqueryui.com
* Includes: core.css, accordion.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */ .ui-widget-content a, .ui-widget-header, .ui-widget-header a {
    color: #333
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-slider {
    position: relative;
    text-align: left
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        touch-action: none
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0
    }

.ui-widget, .ui-widget .ui-widget {
    font-size: 1em
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0
    }

.ui-widget {
    font-family: Arial,Helvetica,sans-serif
}

    .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 1em
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5
    }

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    font-weight: 700
}

    .ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: 400;
        color: #454545
    }

        .ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
            color: #454545;
            text-decoration: none
        }

            .ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
                border: 1px solid #ccc;
                background: #ededed;
                font-weight: 400;
                color: #2b2b2b
            }

                .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
                    color: #2b2b2b;
                    text-decoration: none
                }

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

    .ui-icon-background, .ui-state-active .ui-icon-background {
        border: #003eff;
        background-color: #fff
    }

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #fff;
        text-decoration: none
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

    .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
        color: #5f3f3f
    }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35)
    }

.fancybox-container, .fancybox-thumbs, .fancybox-thumbs__list a {
    -webkit-tap-highlight-color: transparent
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

    .fancybox-container * {
        box-sizing: border-box
    }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-slide, .fancybox-slide--image .fancybox-content {
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

    .fancybox-slide::before {
        content: '';
        display: inline-block;
        font-size: 0;
        height: 100%;
        vertical-align: middle;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

    .fancybox-slide--image::before {
        display: none
    }

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-image, .fancybox-slide--image .fancybox-content, .fancybox-spaceball {
    max-width: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    top: 0;
    left: 0
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    background: no-repeat;
    background-size: 100% 100%;
    overflow: visible;
    padding: 0;
    position: absolute;
    transform-origin: top left;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    margin: 0;
    max-height: none;
    padding: 0;
    position: absolute;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0
    }

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

    .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
        color: #ccc
    }

        .fancybox-button:hover {
            color: #fff
        }

        .fancybox-button:focus {
            outline: 0
        }

        .fancybox-button.fancybox-focus {
            outline: dotted 1px
        }

        .fancybox-button[disabled], .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default;
            outline: 0
        }

        .fancybox-button div {
            height: 100%
        }

        .fancybox-button svg {
            display: block;
            height: 100%;
            overflow: visible;
            position: relative;
            width: 100%
        }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2), .fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

    .fancybox-close-small:hover {
        color: #fff;
        opacity: 1
    }

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

    .fancybox-navigation .fancybox-button div {
        padding: 7px
    }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,rgba(0,0,0,0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

    .fancybox-caption a:hover {
        color: #fff;
        text-decoration: underline
    }

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0,0,0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1,1,1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1,1,1) translate3d(0,0,0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0,0,0) scale(1)
}

@media all and (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px
    }

    .fancybox-share p {
        margin: 0;
        padding: 0
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .fancybox-share__button:link, .fancybox-share__button:visited {
        color: #fff
    }

    .fancybox-share__button:hover {
        text-decoration: none
    }

.fancybox-share__button--fb {
    background: #3b5998
}

    .fancybox-share__button--fb:hover {
        background: #344e86
    }

.fancybox-share__button--pt {
    background: #bd081d
}

    .fancybox-share__button--pt:hover {
        background: #aa0719
    }

.fancybox-share__button--tw {
    background: #1da1f2
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

    .fancybox-share__button svg path {
        fill: #fff
    }

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px
}

    .fancybox-thumbs__list a::before {
        border: 6px solid #ff5268;
        bottom: 0;
        content: '';
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all .2s cubic-bezier(.25,.46,.45,.94);
        z-index: 99991
    }

    .fancybox-thumbs__list a:focus::before {
        opacity: .5
    }

    .fancybox-thumbs__list a.fancybox-thumbs-active::before {
        opacity: 1
    }

@media all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--classic .select2-results > .select2-results__options, .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-top: 5px;
        margin-right: 10px;
        padding: 1px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: 0 0;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888;
            border-width: 0 4px 5px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.swiper-slide, .swiper-wrapper {
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

@font-face {
    font-family: swiper-icons;
    src: url(/assets/css/data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj/wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4/Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE/P/5/f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH/wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    z-index: 1;
    display: flex;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-container-3d {
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev'
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next'
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #ffffff
    }

    .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color: #000000
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-scrollbar-cursor-drag, .swiper-slide-zoomed {
    cursor: move
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top
        }

.swiper-pagination-lock, .swiper-scrollbar-lock {
    display: none
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid;
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

    .swiper-container-cube .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

    .swiper-container-flip .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@font-face {
    font-family: Gilroy;
    src: url(fonts/subset-Gilroy-Medium.eot);
    src: url(fonts/subset-Gilroy-Medium-1.eot) format("embedded-opentype"),url(fonts/subset-Gilroy-Medium.woff2) format("woff2"),url(fonts/subset-Gilroy-Medium.woff) format("woff"),url(fonts/subset-Gilroy-Medium.ttf) format("truetype"),url(fonts/subset-Gilroy-Medium.svg) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(fonts/subset-Gotham-Bold.eot);
    src: url(fonts/subset-Gotham-Bold-1.eot) format("embedded-opentype"),url(fonts/subset-Gotham-Bold.woff2) format("woff2"),url(fonts/subset-Gotham-Bold.woff) format("woff"),url(fonts/subset-Gotham-Bold.ttf) format("truetype"),url(fonts/subset-Gotham-Bold.svg) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(fonts/subset-Gotham-Medium.eot);
    src: url(fonts/subset-Gotham-Medium-1.eot) format("embedded-opentype"),url(fonts/subset-Gotham-Medium.woff2) format("woff2"),url(fonts/subset-Gotham-Medium.woff) format("woff"),url(fonts/subset-Gotham-Medium.ttf) format("truetype"),url(fonts/subset-Gotham-Medium.svg) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(fonts/subset-Gotham-Light.eot);
    src: url(fonts/subset-Gotham-Light-1.eot) format("embedded-opentype"),url(fonts/subset-Gotham-Light.woff2) format("woff2"),url(fonts/subset-Gotham-Light.woff) format("woff"),url(fonts/subset-Gotham-Light.ttf) format("truetype"),url(fonts/subset-Gotham-Light.svg) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(fonts/subset-Gotham.eot);
    src: url(fonts/subset-Gotham-1.eot) format("embedded-opentype"),url(fonts/subset-Gotham.woff2) format("woff2"),url(fonts/subset-Gotham.woff) format("woff"),url(fonts/subset-Gotham.ttf) format("truetype"),url(fonts/subset-Gotham.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot);
    src: url(fonts/icomoon.eot) format("embedded-opentype"),url(fonts/icomoon.ttf) format("truetype"),url(fonts/icomoon.woff) format("woff"),url(fonts/icomoon.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-finansevim:before {
    content: "\e900"
}

.icon-instagram:before {
    content: "\e901"
}

.icon-facebook:before {
    content: "\e902"
}

.icon-twitter:before {
    content: "\e903"
}

.icon-linkedin:before {
    content: "\e904"
}

.icon-arrow-up:before {
    content: "\e905"
}

.icon-arrow-down:before {
    content: "\e906"
}

.icon-arrow-next:before {
    content: "\e907"
}

.icon-arrow-prev:before {
    content: "\e908"
}

.icon-smile:before {
    content: "\e909"
}

.icon-bank-account:before {
    content: "\e90a"
}

.icon-build:before {
    content: "\e90b"
}

.icon-click:before {
    content: "\e90c"
}

.icon-check-1:before {
    content: "\e90d"
}

.icon-faq:before {
    content: "\e90e"
}

.icon-notice:before {
    content: "\e90f"
}

.icon-hands:before {
    content: "\e910"
}

.icon-hands-2:before {
    content: "\e911"
}

.icon-pin-map:before {
    content: "\e912"
}

.icon-play:before {
    content: "\e913"
}

.icon-list:before {
    content: "\e914"
}

.icon-blockquote-start:before {
    content: "\e915"
}

.icon-blockquote-end:before {
    content: "\e916"
}

.icon-close:before {
    content: "\e918"
}

.icon-location:before {
    content: "\e917"
}

.icon-icon-down-light:before {
    content: "\e919"
}

.icon-ok-next:before {
    content: "\e91a"
}

.icon-ok-previus:before {
    content: "\e91b"
}

.icon-home-love:before {
    content: "\e91c"
}

.icon-arrow-ligth-next:before {
    content: "\e91d"
}

.icon-arrow-ligth-prev:before {
    content: "\e91e"
}

.icon-person:before {
    content: "\e91f"
}

.icon-world-pin:before {
    content: "\e920"
}

.icon-key:before {
    content: "\e921"
}

.icon-date-love:before {
    content: "\e922"
}

.icon-moneys:before {
    content: "\e923"
}

.icon-news:before {
    content: "\e924"
}

.icon-giftbox:before {
    content: "\e925"
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: "";
        content: none
    }

h1, h2, h3 {
    margin: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    box-sizing: border-box
}

:focus, :hover {
    outline: 0 !important
}

*, :after, :before {
    box-sizing: inherit
}

.select2-container {
    margin-bottom: 15px
}

.select2-container--default .select2-selection--single {
    padding: 10px;
    height: 50px;
    border: 2px solid rgba(77,77,77,.15);
    border-radius: 0;
    font-size: 15px
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 50%;
        right: 1px;
        width: 35px;
        margin-top: -10px;
        text-align: center
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow::before {
            font-family: icomoon;
            content: "\e906";
            font-size: 12px;
            color: #4d4d4d
        }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::before {
    transform: rotate(180deg);
    display: block;
    -webkit-transition: all .5s cubic-bezier(.25,.25,.75,.75);
    -moz-transition: all .5s cubic-bezier(.25,.25,.75,.75);
    -o-transition: all .5s cubic-bezier(.25,.25,.75,.75);
    transition: all .5s cubic-bezier(.25,.25,.75,.75)
}

.btn, .ui-accordion .ui-accordion-header::after, .ui-checkbox::before {
    transition: all .2s cubic-bezier(.25,.25,.75,.75)
}

.pagination-wrapper {
    text-align: center
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline-block;
        margin: 0 3px
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            font-size: 15px;
            color: #777;
            text-decoration: none;
            background-color: rgba(77,77,77,.15)
        }

            .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
                z-index: 2;
                color: #fff;
                background-color: #faa20b
            }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #faa20b
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.form-group {
    position: relative
}

    .form-group::after {
        content: " ";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both
    }

    .form-group label.error {
        font-size: .75rem;
        position: relative;
        left: 0;
        color: red
    }

.form-control {
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    border-radius: 0;
    border: 0;
    color: #333;
    font-size: 1rem;
}

.ui-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0;
    position: relative
}

    .ui-checkbox::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 0;
        left: 2px;
        top: 2px;
        width: 12px;
        height: 12px;
        background: #fff;
        opacity: 0
    }

    .ui-checkbox.ckecked::before {
        opacity: 1
    }

    .ui-checkbox input {
        position: relative;
        z-index: 2;
        opacity: 0;
        width: 22px;
        height: 22px;
        margin: -2px;
        cursor: pointer
    }

    .ui-checkbox ~ .label, .ui-checkbox ~ label {
        color: #fff;
        font-size: .8125rem;
        line-height: 1.5;
        float: left;
        width: calc(100% - 30px);
        margin-top: 0
    }

.full-width, body, html {
    width: 100%
}

.ui-checkbox ~ .label a, .ui-checkbox ~ label a {
    text-decoration: underline;
    color: #fff
}

.row-10-padding {
    margin-left: -10px !important;
    margin-right: -10px !important
}

    .row-10-padding [class*=col-] {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

.row-5-padding {
    margin-left: -5px !important;
    margin-right: -5px !important
}

    .row-5-padding [class*=col-] {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

@media screen and (max-width:767px) {
    .container {
        padding-right: 10px;
        padding-left: 10px
    }

    .row {
        margin-right: -10px;
        margin-left: -10px
    }

    [class*=col-] {
        padding-right: 10px;
        padding-left: 10px
    }
}

.ui-accordion {
    font-family: "Source Sans Pro",sans-serif;
    margin-bottom: 30px
}

    .ui-accordion .ui-accordion-header {
        background: #fff;
        font-size: 1.1875rem;
        font-weight: 400;
        padding: 17px 45px 17px 0;
        border: 0;
        border-bottom: 2px solid #F2F2F2;
        margin: 0;
        position: relative;
        color: #13647F
    }

        .ui-accordion .ui-accordion-header::after {
            content: "\e906";
            font-family: icomoon !important;
            font-size: 12px;
            position: absolute;
            right: 30px;
            top: 50%;
            height: 30px;
            line-height: 22px;
            font-weight: 400;
            margin-top: -15px;
            color: #d8d8d8
        }

.breadcrumb, .btn {
    font-size: .875rem
}

.ui-accordion .ui-accordion-header.ui-state-active {
    border-bottom: 1px solid #fff
}

    .ui-accordion .ui-accordion-header.ui-state-active::after {
        content: "\e906";
        font-family: icomoon !important;
        transform: rotate(180deg);
        color: #0d89a4
    }

.ui-accordion .ui-accordion-content {
    color: #727272;
    line-height: 1.5;
    padding: 10px 0;
    border: 0
}

    .ui-accordion .ui-accordion-content.ui-accordion-content-active {
        border-bottom: 2px solid #ffd738
    }

@media screen and (max-width:767px) {
    .ui-accordion .ui-accordion-content {
        padding: 15px 0
    }
}

.breadcrumb {
    padding: 5px 0;
    margin-bottom: 20px;
    list-style: none;
    font-weight: 300
}

    .breadcrumb > li {
        display: inline-block;
        color: #9c9c9c
    }

        .breadcrumb > li a {
            color: #9c9c9c
        }

        .breadcrumb > li + li:before {
            padding: 0 1px;
            color: #ccc;
            content: "/\00a0"
        }

    .breadcrumb > .active {
        color: #9c9c9c
    }

.btn, .btn:focus, .btn:hover {
    color: #fff
}

a:focus, a:hover {
    text-decoration: none
}

.btn {
    background-color: #08596f;
    letter-spacing: -.07px;
    padding: 20px;
    border: 0
}

body, html {
    font-size: 16px
}

.btn-tranparent {
    background-color: transparent
}

@media screen and (max-width:767px) {
    .btn {
        margin: 5px 0;
        min-width: auto;
        width: 100%
    }

    body {
        font-size: 14px
    }
}

.mb15 {
    margin-bottom: 15px
}

.block-relative {
    position: relative
}

.vertical-center {
    display: table;
    height: 100%;
    width: 100%
}

    .vertical-center .center-area {
        display: table-cell;
        vertical-align: middle
    }

.row-eq-height {
    display: flex
}

    .row-eq-height.align-center [class*=col-] {
        display: flex;
        align-items: center
    }

body, html {
    height: 100%;
    margin: 0;
    padding: 0
}

@media screen and (max-width:991px) {
    body.opened-menu, html.opened-menu {
        overflow: hidden !important;
        height: 100vh;
        position: fixed
    }

        body.opened-menu .header__links__saving-systems::before, html.opened-menu .header__links__saving-systems::before {
            border-bottom: 15px solid #13647f;
            transition: all 1s cubic-bezier(.075,.82,.165,1)
        }

        body.opened-menu .call-you-fix, html.opened-menu .call-you-fix {
            z-index: 2
        }

        body.opened-menu .cookie-block {
            display: none !important;
        }
}

.header__links ul li a, .header__menu {
    transition: all .2s cubic-bezier(.25,.25,.75,.75)
}

body {
    background: #fec409;
    overflow-x: hidden;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 400
}

    body.error-page, body.home {
        overflow: hidden;
        height: 100%
    }

        body.error-page.active-cookie, body.home.active-cookie {
            height: calc(100% - 80px)
        }

        body.error-page .header, body.home .header {
            position: absolute
        }

        body.error-page .header__menu, body.home .header__menu {
            display: none
        }

@media screen and (max-width:767px) {
    body.error-page .header__menu, body.home .header__menu {
        display: block
    }

    body.error-page .header__links, body.home .header__links {
        margin-left: -24px;
        margin-right: -24px;
        width: calc(100% + 48px)
    }

    body.error-page .main-menu, body.home .main-menu {
        padding-bottom: 0
    }
}

body.error-page .header__links ul li:first-child, body.home .header__links ul li:first-child {
    display: flex
}

body.error-page .main-menu, body.home .main-menu {
    display: block
}

@media screen and (max-width:991px) {
    body.error-page, body.home {
        overflow: visible
    }

        body.error-page .container, body.home .container {
            padding-right: 24px;
            padding-left: 24px
        }
}

@media screen and (max-width:320px) {
    body.error-page .header__links, body.home .header__links {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px)
    }

    body.error-page .container, body.home .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

body.home {
    background: #317d97;
    overflow: auto
}

    body.home .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999
    }

@media screen and (max-width:991px) {
    body.home .footer {
        position: static;
        left: auto;
        bottom: auto
    }
}

body.home .main-menu {
    position: fixed;
    background: #317d97;
    left: 0;
    bottom: 63px
}

@media screen and (max-width:991px) {
    body.home .main-menu {
        position: static;
        left: auto;
        bottom: auto;
        background: #fec409;
    }
}

.header, .header__links, .header__links ul li, .header__links__join-now, .header__links__saving-systems, .header__logo {
    position: relative
}

.header {
    height: 78px;
    width: 100%;
    z-index: 50
}

.header__logo {
    float: left;
    margin-top: 20px;
    width: 228px
}

    .header__logo img {
        width: 100%
    }

@media screen and (max-width:1199px) {
    .header {
        height: 60px
    }

    .header__logo {
        width: 200px
    }
}

.header__links {
    float: right
}

@media screen and (max-width:991px) {
    .header__logo {
        width: 189px;
        margin-top: 20px;
        z-index: 500
    }

    .header__links {
        z-index: 500
    }
}

.header__links ul {
    text-align: right;
    display: flex
}

    .header__links ul li {
        display: flex;
        align-items: flex-end;
        align-items: center;
        font-size: .875rem
    }

        .header__links ul li:first-child {
            display: none
        }

@media screen and (max-width:767px) {
    .header__links {
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px)
    }

        .header__links ul li {
            width: 50%
        }
}

.header__links ul li a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 5px 20px;
    font-weight: 600;
    font-size: 1rem
}

    .header__links ul li a:not(.btn-link):hover {
        color: #ffd738
    }

@media screen and (max-width:1199px) {
    .header__links ul li a {
        padding: 5px 15px
    }
}

.header__links ul li .btn-link {
    width: 190px;
    height: 78px;
    font-size: 1.0625rem;
    font-weight: 600;
    background-color: #166a81;
    display: flex !important;
    align-items: center;
    justify-content: left;
    text-transform: uppercase;
    padding-left: 30px;
    text-align: left
}

    .header__links ul li .btn-link i {
        font-size: 24px;
        margin-right: 15px
    }

@media screen and (max-width:1199px) {
    .header__links ul li .btn-link i {
        margin-right: 10px
    }

    .header__links ul li .btn-link {
        width: 150px !important;
        height: 60px;
        font-size: .875rem;
        padding-left: 15px
    }
}

@media screen and (max-width:991px) {
    .header__links ul li .btn-link {
        width: 140px !important
    }
}

@media screen and (max-width:767px) {
    .header__links ul li .btn-link {
        height: 51px;
        width: 100% !important;
        padding: 0 10px;
        justify-content: center
    }
}

.header__links__online-internet {
    width: 190px !important;
    background-color: #fec409 !important;
    display: flex !important;
    align-items: center;
    justify-content: center
}

    .header__links__online-internet:hover {
        background-color: #faa20b !important
    }

.header__links__join-now {
    width: 190px !important;
    align-items: center;
    background-color: #08596f !important;
    display: flex !important;
    justify-content: center;
    overflow: hidden
}

    .header__links__join-now:hover {
        background-color: #054758 !important
    }

.header__links__saving-systems:hover {
    background-color: #0e5d73 !important
}

.header__links__saving-systems-2 {
    position: relative;
    background-color: #259db8 !important
}

    .header__links__saving-systems-2::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 15px solid #021059;
        border-right: 15px solid #259db8;
        width: 0
    }

    .header__links__saving-systems-2:hover {
        background-color: #3ba7bf !important
    }

.header__menu {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 80px;
    height: 78px;
    padding-top: 26px;
    float: left;
    z-index: 555;
    margin-left: 25px;
    padding-left: 27px;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (max-width:767px) {
    .header__menu {
        width: 32px;
        height: 32px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 75px;
        right: 20px
    }

        .header__menu::before {
            display: none
        }
}

.header__menu.menu-active {
    background-color: #13647f
}

    .header__menu.menu-active::before {
        display: none
    }

    .header__menu.menu-active .header__menu__main {
        height: auto;
        opacity: 1;
        z-index: 450
    }

@media screen and (max-width:991px) {
    .header__menu {
        z-index: 450
    }

        .header__menu.menu-active {
            background-color: transparent
        }

            .header__menu.menu-active .header__menu__main {
                height: 100%;
                visibility: visible
            }

                .header__menu.menu-active .header__menu__main nav {
                    height: 100%;
                    overflow-y: scroll
                }
}

.header__menu.menu-active > a .text {
    opacity: 0
}

.header__menu.menu-active > a div {
    width: 100%;
    height: 100%;
    display: inline-block
}

    .header__menu.menu-active > a div span {
        transform-origin: 0 0
    }

        .header__menu.menu-active > a div span:nth-child(2) {
            opacity: 0;
            transform: rotate(0) scale(.2,.2)
        }

        .header__menu.menu-active > a div span:first-child {
            transform: rotate(45deg) translateX(2px) translateY(-1px)
        }

        .header__menu.menu-active > a div span:last-child {
            transform: rotate(-45deg) translateX(-6px) translateY(6px)
        }

.header__menu::before {
    content: "";
    width: 1px;
    height: 30px;
    background-color: rgba(80,190,210,.55);
    position: absolute;
    left: 0;
    top: 26px
}

.header__menu > a, .header__menu > a span {
    width: 32px;
    position: relative;
    display: block
}

.header__menu > a {
    color: #fff;
    letter-spacing: 0;
    font-size: 10px;
    line-height: 9px;
    z-index: 600
}

    .header__menu > a .text {
        letter-spacing: 1.5px;
        font-size: .6875rem;
        text-align: center
    }

    .header__menu > a span {
        height: 2px;
        margin-bottom: 5px;
        background: #fff;
        border-radius: 0;
        z-index: 1;
        transform-origin: 4px 0;
        transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease
    }

.header__menu__main, .header__menu__main nav > ul > li a, .main-menu li a, .sub-page__right-menu nav ul li a {
    transition: all .2s cubic-bezier(.25,.25,.75,.75)
}

.header__menu > a span:first-child {
    transform-origin: 0 0
}

.header__menu > a span:last-child, .header__menu > a span:nth-child(2) {
    transform-origin: 0 100%
}

.header__menu__main {
    position: absolute;
    left: 0;
    background-color: #13647f;
    width: 270px;
    top: 78px;
    color: #fff;
    opacity: 0;
    height: 0;
    overflow: hidden;
    z-index: 505
}

@media screen and (max-width:991px) {
    .header__menu__main {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 130px;
        visibility: hidden
    }

        .header__menu__main nav > ul {
            padding-right: 25px
        }
}

@media screen and (max-width:767px) {
    .header__menu__main {
        padding-top: 120px
    }
}

.header__menu__main nav > ul {
    padding-left: 25px;
    padding-bottom: 5px;
    margin-top: 15px
}

    .header__menu__main nav > ul > li {
        border-bottom: 1px solid rgba(24,146,169,.55)
    }

@media screen and (max-width:991px) {
    .header__menu__main nav > ul > li > a {
        font-size: 1.1875rem !important
    }

    .header__menu__main nav > ul > li.sub-menu-item > a {
        position: relative
    }

        .header__menu__main nav > ul > li.sub-menu-item > a::after {
            content: "\e919";
            font-family: icomoon !important;
            right: 0;
            top: 50%;
            margin-top: -5px;
            position: absolute;
            font-size: 13px;
            transition: all .2s cubic-bezier(.25,.25,.75,.75)
        }

    .header__menu__main nav > ul > li.sub-menu-item.active > a::after {
        transform: rotate(180deg)
    }
}

.header__menu__main nav > ul > li:last-child {
    border: 0
}

.header__menu__main nav > ul > li a {
    padding: 18px 0;
    color: #fff;
    letter-spacing: -.23px;
    font-size: 1rem;
    font-weight: 600;
    display: block
}

    .header__menu__main nav > ul > li a:hover {
        color: #fec409
    }

.header__menu__main nav > ul > li > ul {
    display: none;
    padding-left: 20px;
    padding-bottom: 20px
}

    .header__menu__main nav > ul > li > ul > li a {
        font-size: 1rem
    }

.home-banner {
    background-color: #021059;
    height: calc(100% - 126px);
    min-height: 480px;
    width: 100%;
    position: relative;
    z-index: 30
}

@media screen and (max-width:991px) {
    .home-banner {
        height: auto
    }

    .home-banner__slider .swiper-slide {
        display: flex;
        align-items: center;
        padding-top: 140px
    }
}

.home-banner__slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    position: relative
}

    .home-banner__slider .swiper-slide {
        position: relative;
        overflow: hidden
    }

        .home-banner__slider .swiper-slide:not(.swiper-slide-active) {
            opacity: 0 !important
        }

        .home-banner__slider .swiper-slide .container {
            height: 100%;
            position: relative;
            z-index: 10;
            display: flex;
            align-items: center;
            box-sizing: border-box
        }


.home-banner__call-center {
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -584px;
    z-index: 50;
}

    .home-banner__call-center a {
        color: #fff;
    }

    .home-banner__call-center .title {
        display: block;
        font-size: 14px
    }

    .home-banner__call-center .phone {
        display: block;
        font-size: 37px;
        font-weight: bold;
    }


@media screen and (max-width:1199px) {
    .home-banner__call-center {
        margin-left: -469px;
    }
}

@media screen and (max-width:991px) {

    .home-banner__call-center {
        display:none;
    }
}

@media screen and (max-width:767px) {
}


@media screen and (max-width:991px) {
    .home-banner__slider .swiper-slide .container {
        display: block;
        height: auto;
        padding-bottom: 30px;
        width: 100%;
    }
}

.home-banner__slider .swiper-slide .container .actions {
    z-index: 10;
    position: relative;
    text-align: left;
    display: flex;
    align-content: center
}

    .home-banner__slider .swiper-slide .container .actions .btn-primary:hover {
        background-color: #013f51
    }

    .home-banner__slider .swiper-slide .container .actions .btn-tranparent:hover {
        color: #ffd738
    }

.home-banner__slider .swiper-slide .text {
    position: relative;
    top: 0;
    left: 0;
    max-width: 470px;
    opacity: 0;
    z-index: 10
}

@media screen and (max-width:991px) {
    .home-banner__slider .swiper-slide .container .actions {
        text-align: center
    }

    .home-banner__slider .swiper-slide .text {
        position: relative;
        width: 70%;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        text-align: center;
        margin: 0 auto
    }
}

.home-banner__slider .swiper-slide .text h4 {
    font-size: 3.1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: -1.47px;
    color: #fff;
    font-family: Gilroy,sans-serif,Helvetica,Arial,sans-serif
}

@media screen and (max-width:1199px) {
    .home-banner__slider .swiper-slide .text h4 {
        font-size: 2.5rem
    }
}

@media screen and (max-width:991px) {
    .home-banner__slider .swiper-slide .text h4 {
        font-size: 2.5rem
    }
}

@media screen and (max-width:767px) {
    .home-banner__slider .swiper-slide .text {
        width: 90%
    }

        .home-banner__slider .swiper-slide .text h4 {
            font-size: 1.875rem
        }
}

.home-banner__slider .swiper-slide .text .actions {
    display: block;
    margin-top: 50px
}

.home-banner__slider .swiper-slide .text .actions .btn {
    margin-right: 10px;
    font-weight: 700
}

.home-banner__slider .swiper-slide .img {
    width: 90%;
    height: calc(100% - 78px);
    min-height: 450px;
    position: absolute;
    right: 5%;
    left: 5%;
    top: 78px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0
}

/*@media screen and (max-width:1199px) {
    .home-banner__slider .swiper-slide .img {
        width: 600px;
        right: -30px;
        top: 60px;
        height: calc(100% - 60px)
    }
}*/

@media screen and (max-width:991px) {
    .home-banner__slider .swiper-slide .text .actions {
        display: none
    }

    .home-banner__slider .swiper-slide .img {
        position: relative;
        width: 100%;
        height: auto;
        right: 0;
        left:0;
        top: 0;
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    .home-banner__slider .swiper-slide .img {
        font-size: 1.875rem;
        height: 260px;
        min-height: auto;
        margin-top: 15px;
    }
}

.home-banner__slider .swiper-pagination {
    position: absolute;
    z-index: 11;
    right: calc(50% - 585px);
    left: auto;
    margin-right: 0;
    bottom: 30%;
    width: auto
}

@media screen and (max-width:1199px) {
    .home-banner__slider .swiper-pagination {
        bottom: 30px;
        right: calc(50% - 485px)
    }
}

@media screen and (max-width:991px) {
    .home-banner__slider .swiper-pagination {
        position: relative;
        width: 100%;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 30px 0
    }
}

@media screen and (max-width:991px) and (max-width:991px) {
    .home-banner__slider .swiper-pagination {
        padding: 10px 0
    }
}

.home-banner__slider .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 0;
    background-color: #fff;
    color: #08596f;
    opacity: 1;
    font-size: .938rem;
    font-weight: 600;
    margin: 0 1px 0 0;
    padding: 13px 5px;
    transition: all .2s cubic-bezier(.25,.25,.75,.75)
}

    .home-banner__slider .swiper-pagination .swiper-pagination-bullet:hover {
        background-color: #ffd738
    }

@media screen and (max-width:991px) {
    .home-banner__slider .swiper-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        text-indent: -999px;
        overflow: hidden;
        border-radius: 20px;
        padding: 0;
        margin: 0 2px
    }
}

.home-banner__slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #08596f;
    color: #fff
}

.home-banner__slider .banner-button-next, .home-banner__slider .banner-button-prev {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 50px;
    opacity: 0.6;
    z-index: 50;
    transition: all .2s cubic-bezier(.25,.25,.75,.75)
}

    .home-banner__slider .banner-button-next:hover, .home-banner__slider .banner-button-prev:hover {
        opacity: 1;
    }

.home-banner__slider .banner-button-next {
    right: 50%;
    margin-right: -640px;
}

.home-banner__slider .banner-button-prev {
    left: 50%;
    margin-left: -640px;
}

.home-counter {
    position: absolute;
    bottom: 30px;
    width: 100%;
    color: #fff;
    z-index: 15
}

.home-counter__main {
    border: 2px solid #1892a9;
    padding: 13px 0 9px;
    display: inline-block
}

@media screen and (max-width:991px) {
    .home-counter {
        position: relative;
        margin: 30px auto 0
    }

    .home-counter__main {
        position: relative;
        margin: 0 auto;
        display: table
    }
}

@media screen and (max-width:767px) {
    .home-counter__main {
        width: 100%;
        display: flex
    }
}

.home-counter__main .item {
    position: relative;
    display: inline-block;
    padding: 0 20px
}

    .home-counter__main .item:last-child::before, .main-menu {
        display: none
    }

    .home-counter__main .item::before {
        content: "";
        width: 1px;
        height: 30px;
        background-color: rgba(60,174,195,.55);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .home-counter__main .item h6 {
        font-size: .6875rem;
        font-weight: 300;
        margin-bottom: 0
    }

    .home-counter__main .item span {
        font-size: 1.3125rem;
        font-weight: 600;
        white-space: nowrap
    }

@media screen and (max-width:767px) {
    .home-counter__main .item {
        padding: 0 10px
    }

        .home-counter__main .item span {
            font-size: .938rem
        }

    .main-menu ul {
        margin-left: -2px;
        margin-right: -2px
    }
}

.main-menu {
    background-color: #08596f;
    height: 63px;
    width: 100%;
    overflow: hidden
}

    .main-menu ul {
        display: flex;
        justify-content: space-between
    }

@media screen and (max-width:991px) {
    .main-menu {
        background-color: #021059;
        height: auto;
        padding-bottom: 15px
    }

        .main-menu ul {
            display: block
        }
}

.main-menu li:first-child i, .main-menu li:nth-child(2) i {
    margin: 0 5px 0 0
}

.main-menu li {
    float: left;
    font-size: .875rem;
    font-weight: 600;
    width: auto;
    height: 63px;
    display: flex;
    align-items: center;
    position: relative
}

    .main-menu li.main-menu__language {
        display: none
    }

@media screen and (max-width:991px) {
    .main-menu li {
        width: 33.33%;
        padding: 5px 15px
    }
}

.main-menu li:first-child, .main-menu li:nth-child(2) {
    width: 50%
}

@media screen and (max-width:767px) {
    .main-menu li {
        height: auto;
        padding: 4px
    }
}

.main-menu li:first-child a {
    padding-left: 0;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:991px) {
    .main-menu li:first-child a {
        padding-left: 15px
    }
}

.main-menu li:first-child:not(.visible-xs):first-child::before {
    display: none
}

.main-menu li:nth-child(2) a {
    padding-left: 0;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:991px) {
    .main-menu li:nth-child(2) a {
        padding-left: 15px
    }
}

.main-menu li.visible-xs + li::before, .main-menu li:nth-child(2):not(.visible-xs):nth-child(2)::before {
    display: none
}

.main-menu li::before {
    content: "";
    width: 1px;
    height: 20px;
    opacity: .5;
    background-color: rgba(24,146,169,.55);
    position: absolute;
    left: 0
}

.main-menu li a {
    height: 100%;
    color: #fff;
    padding: 3px 14px;
    display: flex;
    align-items: center
}

    .main-menu li a:hover {
        color: #ffd738
    }

@media screen and (max-width:1199px) {
    .main-menu li a {
        padding: 3px 8px
    }
}

@media screen and (max-width:991px) {
    .main-menu li a {
        background-color: #08596f;
        width: 100%;
        padding: 15px;
        height: auto
    }
}

.main-menu li i {
    margin-right: 10px;
    font-size: 18px
}

@media screen and (max-width:767px) {
    .main-menu li a {
        text-align: center;
        display: block;
        height: 80px;
        padding: 15px 10px
    }

    .main-menu li i {
        display: block;
        margin-right: 0;
        margin-bottom: 7px
    }
}

.main-menu__notices {
    color: #fff;
    display: flex;
    height: 100%;
    padding-left: 14px;
    padding-right: 14px
}

@media screen and (max-width:991px) {
    .main-menu__notices {
        width: calc(100% - 30px) !important;
        background-color: #08596f;
        margin: 15px
    }
}

@media screen and (max-width:767px) {
    .main-menu__notices {
        width: calc(100% + 40px) !important;
        margin: 15px -20px 0;
        height: 62px !important;
        padding: 0 20px !important
    }

    .main-menu__notices__title {
        margin-right: 10px
    }
}

.main-menu__notices__title {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1.8
}

.main-menu__notices__slider {
    width: 425px;
    height: 100%
}

@media screen and (max-width:1199px) {
    .main-menu__notices__slider {
        width: 376px
    }
}

@media screen and (max-width:991px) {
    .main-menu__notices__slider {
        width: auto !important
    }
}

.main-menu__notices__slider .swiper-slide {
    display: flex;
    align-items: center
}

.main-menu__notices__slider .notice-item {
    width: 100%;
    height: auto;
    align-items: center;
    display: block;
    padding: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .main-menu__notices__title i {
        margin: 0 10px 0 0 !important;
        font-size: 25px !important
    }

    .main-menu__notices__slider .notice-item {
        white-space: normal;
        display: -webkit-box;
        padding: 0 3px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto;
        font-size: 13px;
        text-align: left;
        line-height: 1.5;
        color: #aaeaf6;
        font-weight: 400
    }
}

.main-menu__social-links {
    padding-left: 11px
}

    .main-menu__social-links a {
        padding: 3px 10px !important
    }

        .main-menu__social-links a i {
            font-size: 13px
        }

        .main-menu__social-links a:last-child {
            padding-right: 0
        }

            .main-menu__social-links a:last-child i {
                margin-right: 0
            }

.main-menu__kolo {
    width: 78px !important
}

@media screen and (max-width:1199px) {
    .main-menu__social-links {
        display: none !important
    }

    .main-menu__kolo {
        width: 58px !important
    }
}

@media screen and (max-width:991px) {
    .main-menu__kolo {
        display: none !important
    }
}

.main-menu__kolo img {
    width: 100%
}

.sub-page {
    width: 100%;
    min-height: 755px;
    margin: 32px 0
}

.sub-page__content {
    width: 100%;
    background-color: #fff
}

.sub-page__content__header {
    padding: 40px 40px 0;
    position: relative;
    display: inline-block;
    width: 100%
}

    .sub-page__content__header ~ .sub-page__content__body {
        border-top: 3px solid #f2f2f2
    }

    .sub-page__content__header h1 {
        font-size: 1.875rem;
        font-weight: 600;
        letter-spacing: -.75px;
        color: #196179;
        margin-bottom: 10px
    }

@media screen and (max-width:767px) {
    .sub-page {
        min-height: 400px
    }

    .sub-page__content {
        margin-top: 25px
    }

    .sub-page__content__header {
        padding: 24px 75px 0 24px
    }

        .sub-page__content__header h1 {
            font-size: 1.5625rem
        }
}

.sub-page__content__header .right-nav {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -.44px;
    color: #196179;
    margin-top: 5px
}

    .sub-page__content__header .right-nav > i {
        width: 64px;
        height: 64px;
        background-color: #f2f2f2;
        border-radius: 50%;
        text-align: center;
        margin: 0 20px;
        padding: 10px;
        font-size: 43px;
        color: #021059
    }

@media screen and (max-width:767px) {
    .sub-page__content__header .right-nav span {
        display: none
    }

    .sub-page__content__header .right-nav > i {
        margin-right: 0
    }

    .sub-page__content__main-figure img {
        height: 185px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: right center;
        object-position: right center
    }
}

.sub-page__content__main-figure {
    width: 100%;
    position: relative
}

    .sub-page__content__main-figure img {
        width: 100%;
        display: block;
        position: relative;
        z-index: 0
    }

    .sub-page__content__main-figure figcaption {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 385px;
        padding: 35px 0 0 35px;
        font-size: 1.5625rem;
        font-weight: 300;
        line-height: 1.5;
        letter-spacing: -.56px;
        color: #1c2a36
    }

        .sub-page__content__main-figure figcaption strong {
            font-weight: 600
        }

    .sub-page__content__main-figure.campaign figcaption {
        color: #fff;
        font-size: 2.0625rem;
        line-height: 1.2;
        letter-spacing: -.8px
    }

@media screen and (max-width:767px) {
    .sub-page__content__main-figure figcaption {
        display: none
    }

    .sub-page__content__main-figure.campaign img {
        -o-object-fit: fill;
        object-fit: fill;
        height: auto
    }

    .sub-page__content__main-figure.campaign figcaption {
        font-size: 1rem;
        display: block;
        padding: 24px 0 0 24px;
        width: 50%
    }
}

.sub-page__content__body {
    width: 100%;
    min-height: 200px;
    padding: 40px 40px 10px;
    font-size: 1.0625rem;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: normal;
    color: #727272
}

    .sub-page__content__body p {
        margin-bottom: 30px
    }

        .sub-page__content__body p.lead {
            color: #13647f;
            font-size: 1.25rem
        }

    .sub-page__content__body > a, .sub-page__content__body > div > p > a, .sub-page__content__body > p > a {
        color: #13647f;
        text-decoration: underline
    }

    .sub-page__content__body h1, .sub-page__content__body h2, .sub-page__content__body h3, .sub-page__content__body h4, .sub-page__content__body h5, .sub-page__content__body h6 {
        font-size: 1.25rem;
        line-height: 1.75;
        letter-spacing: -.49px;
        color: #1c2a36;
        font-weight: 600;
        margin-bottom: 20px
    }

    .sub-page__content__body h1 {
        font-size: 1.875rem
    }

    .sub-page__content__body h2 {
        font-size: 1.5625rem
    }

    .sub-page__content__body h3 {
        font-size: 1.25rem
    }

    .sub-page__content__body h4 {
        font-size: 1rem;
        color: #13647f
    }

    .sub-page__content__body h5 {
        font-size: .875rem
    }

    .sub-page__content__body h6 {
        font-size: .75rem
    }

    .sub-page__content__body strong {
        font-weight: 600
    }

@media screen and (max-width:767px) {
    .sub-page__content__body {
        padding: 24px 24px 10px
    }

        .sub-page__content__body p > img, .sub-page__content__body > img {
            width: 100%
        }
}

.sub-page__content__body blockquote {
    font-size: 1.3125rem;
    line-height: 1.63;
    letter-spacing: -.46px;
    text-align: center;
    color: #13647f;
    position: relative;
    font-weight: 400;
    padding: 15px 72px;
    margin-bottom: 30px
}

    .sub-page__content__body blockquote::after, .sub-page__content__body blockquote::before {
        position: absolute;
        font-family: icomoon !important;
        font-size: 15px
    }

    .sub-page__content__body blockquote::before {
        content: "\e915";
        left: 30px;
        top: -5px
    }

    .sub-page__content__body blockquote::after {
        content: "\e916";
        right: 30px;
        bottom: -5px
    }

.sub-page__content.type-2 {
    position: relative
}

    .sub-page__content.type-2 .sub-page__content__header {
        position: absolute;
        width: 100%;
        z-index: 10
    }

        .sub-page__content.type-2 .sub-page__content__header h1 {
            color: #fff
        }

    .sub-page__content.type-2 .sub-page__content__body {
        position: relative;
        width: 100%;
        padding: 0;
        border-top: 0
    }

.sub-page__right-menu {
    width: 100%;
    background-color: #fff
}

.sub-page__right-menu__title {
    font-size: 1.1875rem;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -.46px;
    color: #4d4d4d;
    border-bottom: 3px solid rgba(77,77,77,.07);
    padding: 32px 32px 26px
}

.sub-page__right-menu nav {
    padding-bottom: 15px
}

    .sub-page__right-menu nav ul {
        padding-left: 32px
    }

        .sub-page__right-menu nav ul li {
            border-bottom: 2px solid rgba(77,77,77,.07)
        }

            .sub-page__right-menu nav ul li a {
                padding: 16px 16px 16px 0;
                display: block;
                letter-spacing: -.34px;
                color: #767676;
                font-size: 1rem;
                line-height: 1.4
            }

                .sub-page__right-menu nav ul li a:hover, .sub-page__right-menu nav ul li.active a {
                    color: #faa20b
                }

            .sub-page__right-menu nav ul li:last-child {
                border-bottom: 0
            }

.sub-page .page-top-filter {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px
}

@media screen and (max-width:767px) {
    .sub-page .page-top-filter {
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px
    }
}

@media screen and (max-width:320px) {
    .sub-page .page-top-filter {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.sub-page .page-top-filter .btn {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    padding: 15px 17px;
    font-weight: 600
}

.sub-page .page-top-filter span {
    font-weight: 600
}

@media screen and (max-width:991px) {
    .sub-page .page-top-filter span {
        margin-bottom: 15px;
        display: block
    }
}

.sub-page .braches-list__item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    box-shadow: 0 6px 0 -3px #f2f2f2;
    transition: all 1s cubic-bezier(.075,.82,.165,1)
}

    .sub-page .braches-list__item:hover {
        box-shadow: 0 0 0 3px #ffd738
    }

        .sub-page .braches-list__item:hover:hover .braches-list__item__top > a {
            visibility: visible;
            opacity: 1;
            top: 50%
        }

        .sub-page .braches-list__item:hover:hover .braches-list__item__top::before {
            opacity: .9
        }

.sub-page .braches-list__item__top {
    position: relative;
    width: 100%;
    height: 163px;
    margin-bottom: 30px
}

@media screen and (max-width:1199px) {
    .sub-page .braches-list__item__top {
        height: 127px
    }
}

@media screen and (max-width:991px) {
    .sub-page .braches-list__item__top {
        height: 144px
    }

        .sub-page .braches-list__item__top::before {
            display: none
        }
}

@media screen and (max-width:767px) {
    .sub-page .braches-list__item__top {
        height: 164px;
        margin-bottom: 20px
    }
}

.sub-page .braches-list__item__top::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    opacity: 0;
    background-color: #1892a9;
    transition: all .2s cubic-bezier(.25,.25,.75,.75)
}

.sub-page .braches-list__item__top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    position: relative;
    z-index: 5
}

.sub-page .braches-list__item__top > a {
    position: absolute;
    z-index: 15;
    width: 100%;
    text-align: center;
    letter-spacing: -.1px;
    color: #fff;
    font-size: .938rem;
    top: 55%;
    margin-top: -11px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s cubic-bezier(.25,.25,.75,.75)
}

@media screen and (max-width:991px) {
    .sub-page .braches-list__item__top > a {
        position: absolute;
        color: #4d4d4d;
        opacity: 1;
        visibility: visible;
        display: block;
        overflow: hidden;
        top: auto;
        width: 30px;
        float: right;
        bottom: -90px
    }

        .sub-page .braches-list__item__top > a span {
            display: block;
            text-indent: -222px
        }
}

.sub-page .braches-list__item__top > a.lnk-detail {
    left: 0
}

.sub-page .braches-list__item__top > a.lnk-map {
    right: 0
}

    .sub-page .braches-list__item__top > a.lnk-map i {
        font-size: 18px;
        margin-right: 5px
    }

.sub-page .braches-list__item__title {
    min-height: 42px;
    font-size: 1.0625rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: -.11px;
    color: #4d4d4d;
    padding: 0 30px
}

@media screen and (max-width:767px) {
    .sub-page .braches-list__item__top > a {
        bottom: -80px
    }

    .sub-page .braches-list__item__title {
        padding: 0 24px
    }
}

.sub-page .braches-list__item__summary {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -.09px;
    color: #333
}

    .sub-page .braches-list__item__summary address {
        -webkit-box-orient: vertical;
        min-height: 40px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        margin-bottom: 30px;
        padding: 0 30px;
        color: #333
    }

@media screen and (max-width:767px) {
    .sub-page .braches-list__item__summary address {
        padding: 0 24px
    }
}

.sub-page .braches-list__item__summary .phone {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-bottom: 0;
    padding: 0 30px;
    color: #333
}

@media screen and (max-width:767px) {
    .sub-page .braches-list__item__summary .phone {
        padding: 0 24px
    }
}

.sub-page .braches-list__item__summary .email {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-bottom: 0;
    padding: 0 30px;
    color: #333
}

@media screen and (max-width:767px) {
    .sub-page .braches-list__item__summary .email {
        padding: 0 24px
    }
}

.sub-page .gallery-list {
    width: 100%
}

.sub-page .gallery-list__block {
    margin-bottom: 30px;
    display: block
}

    .sub-page .gallery-list__block:hover .gallery-list__figure::before {
        opacity: 1 !important;
        transform: scale(1) !important
    }

.sub-page .gallery-list__figure {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 18px
}

    .sub-page .gallery-list__figure > img {
        width: 100%;
        position: relative;
        z-index: 0
    }

.sub-page .gallery-list__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.0625rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -.34px;
    color: #4d4d4d;
    margin-bottom: 15px;
    overflow: hidden
}

.sub-page .gallery-list__spot-text {
    font-size: .938rem;
    line-height: 1.5;
    letter-spacing: -.32px;
    color: #777;
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0 !important
}

.sub-page .gallery-list.type-video .gallery-list__figure::before {
    font-family: icomoon;
    content: "\e913";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 56px;
    color: #fff;
    z-index: 2;
    width: 56px;
    height: 56px;
    line-height: 1;
    margin: -28px 0 0 -28px;
    opacity: 0;
    transform: scale(.9);
    transition: all .2s cubic-bezier(.25,.25,.75,.75)
}

.sub-page .gallery-list.type-bordered .gallery-list__block {
    border: 5px solid rgba(77,77,77,.07);
    padding: 10px
}

.sub-page .job-posting__title {
    font-size: 1.25rem;
    line-height: 1.75;
    letter-spacing: -.49px;
    color: #1c2a36;
    font-weight: 600;
    margin-bottom: 30px
}

.sub-page .job-posting__sections {
    margin-bottom: 15px
}

.sub-page .job-posting__list .item {
    width: 100%;
    height: 86px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    margin-bottom: 15px
}

    .sub-page .job-posting__list .item::after {
        content: "";
        clear: both;
        display: block
    }

@media screen and (max-width:767px) {
    .sub-page .job-posting__list .item {
        display: block;
        padding: 15px;
        position: relative;
        height: auto;
        min-height: 86px
    }
}

.sub-page .job-posting__list .item .branch {
    width: 156px;
    height: 100%;
    background-color: #1892a9;
    font-size: 1.125rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.36px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px
}

@media screen and (max-width:767px) {
    .sub-page .job-posting__list .item .branch {
        width: calc(100% - 100px);
        height: auto;
        background-color: transparent;
        color: #13647f;
        font-size: .75rem;
        text-align: left;
        display: block;
        float: left;
        padding: 0;
        font-weight: 600;
        margin-bottom: 10px
    }
}

.sub-page .job-posting__list .item .posting-detail {
    display: flex;
    align-items: center;
    letter-spacing: -.34px;
    color: #4d4d4d;
    font-size: 1.0625rem;
    padding: 15px 30px;
    width: calc(100% - 290px);
    font-weight: 600
}

@media screen and (max-width:767px) {
    .sub-page .job-posting__list .item .posting-detail {
        width: calc(100% - 100px);
        height: auto;
        background-color: transparent;
        color: #4d4d4d;
        font-size: .875rem;
        text-align: left;
        display: block;
        float: left;
        padding: 0
    }
}

.sub-page .job-posting__list .item .btn {
    width: 133px;
    height: 45px;
    background-color: #faa20b;
    text-align: center;
    padding: 13px 15px;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .sub-page .job-posting__list .item .btn {
        float: right;
        width: 85px;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -22px
    }
}

.sub-page .content-cards__item {
    border: 2px solid #e8e8e8;
    padding: 0 22px 25px;
    margin-bottom: 30px
}

    .sub-page .content-cards__item figure {
        overflow: hidden;
        margin: -2px -24px 22px
    }

        .sub-page .content-cards__item figure img {
            width: 100%;
            height: 179px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center center;
            object-position: center center
        }

@media screen and (max-width:767px) {
    .sub-page .content-cards__item figure img {
        height: auto
    }
}

.sub-page .content-cards__item h4 {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: -.41px;
    color: #1c2a36;
    margin-bottom: 8px
}

.sub-page .company-list__item .text, .sub-page .content-cards__item p {
    line-height: 1.27;
    letter-spacing: -.36px;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sub-page .content-cards__item h4 a {
    color: #1c2a36;
    text-decoration: none;
    font-size: 1.0625rem
}

.call-you-fix__main .form-area .txt a, .footer__main__links-1 a:hover, .footer__main__links-2 a:hover, .sub-page .content-cards__item a {
    text-decoration: underline
}

.sub-page .content-cards__item p {
    font-size: .938rem;
    font-weight: 300;
    color: #777;
    margin-bottom: 15px;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.sub-page .content-cards__item a {
    color: #faa20b;
    font-size: .938rem
}

.sub-page .company-list__item {
    padding: 40px 34px;
    border: 2px solid rgba(77,77,77,.15);
    margin-bottom: 30px
}

    .sub-page .company-list__item figure {
        width: 100%;
        height: 80px;
        padding-bottom: 10px;
        border-bottom: 2px solid #d8d8d8;
        display: block
    }

        .sub-page .company-list__item figure img {
            width: 100%
        }

    .sub-page .company-list__item .text {
        width: 100%;
        height: 59px;
        color: #777;
        font-size: .938rem;
        margin-top: 30px;
        display: -webkit-box;
        -webkit-line-clamp: 3
    }

.sub-page .logo_list__item {
    width: 100%;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px solid rgba(77,77,77,.15);
    margin-bottom: 30px
}

    .sub-page .logo_list__item img {
        width: 100%
    }

    .sub-page .logo_list__item.bg-black {
        background-color: #000;
        border: 2px solid #000
    }

    .sub-page .logo_list__item.bg-green {
        background-color: #0d89a4;
        border: 2px solid #0d89a4
    }

    .sub-page .logo_list__item.bg-grey {
        background-color: #f2f2f2;
        border: 2px solid #f2f2f2
    }

.sub-page .bank-accounts__item {
    width: 100%;
    margin-bottom: 30px;
    border: 3px solid rgba(77,77,77,.15);
    position: relative;
    padding: 16px 24px
}

.sub-page .bank-accounts__item--branch {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

    .sub-page .bank-accounts__item--branch figure {
        width: 120px;
        height: 40px;
        display: flex;
        align-items: center
    }

        .sub-page .bank-accounts__item--branch figure img {
            width: 100%
        }

    .sub-page .bank-accounts__item--branch span {
        width: calc(100% - 115px);
        margin: 7px 0 7px 20px;
        padding: 3px 0 3px 20px;
        border-left: 1px solid #d8d8d8;
        font-size: .8125rem;
        font-weight: 600;
        line-height: 1.54;
        letter-spacing: normal;
        color: #13647f
    }

.sub-page .bank-accounts__item--account-list ul li {
    margin-bottom: 5px
}

    .sub-page .bank-accounts__item--account-list ul li:last-child {
        margin-bottom: 0
    }

    .sub-page .bank-accounts__item--account-list ul li .type {
        width: 50px;
        display: inline-block;
        font-size: .875rem;
        font-weight: 300;
        line-height: 1.71;
        letter-spacing: normal;
        color: #333
    }

    .sub-page .bank-accounts__item--account-list ul li .iban {
        width: calc(100% - 50px);
        font-size: 15px;
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: normal;
        color: #4d4d4d
    }

.sub-page .custom-map {
    height: 550px;
    overflow: hidden;
    position: relative;
    margin: -40px -40px -10px
}

@media screen and (max-width:767px) {
    .sub-page .custom-map {
        height: 637px;
        margin: -30px -24px -10px
    }
}

.sub-page .custom-map > div#MapApi {
    width: 100%;
    height: calc(100% + 23px);
    position: relative;
    z-index: 0
}

.sub-page .custom-map__info-block {
    width: 296px;
    height: calc(100% - 80px);
    position: absolute;
    z-index: 10;
    left: 40px;
    top: 40px;
    background-color: #fff;
    box-shadow: 0 20px 15px 0 rgba(1,63,81,.04),0 13.3px 13.8px 0 rgba(1,63,81,.08),0 6.7px 12px 0 rgba(1,63,81,.06)
}

@media screen and (max-width:767px) {
    .sub-page .custom-map__info-block {
        width: auto;
        height: auto;
        position: absolute;
        border-top: 3px solid #faa20b;
        left: 0;
        bottom: 0;
        top: auto;
        margin: 10px
    }
}

.sub-page .custom-map__info-block--top {
    width: 100%;
    height: 245px;
    background-color: #13647f;
    background-position: center center;
    background-size: cover;
    position: relative
}

@media screen and (max-width:767px) {
    .sub-page .custom-map__info-block--top {
        background-image: none !important;
        background-color: #fff;
        height: auto
    }
}

.sub-page .custom-map__info-block--top h3 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    margin: 0;
    background-image: linear-gradient(to bottom,rgba(11,78,96,0),#052632);
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: -.13px;
    color: #fff;
    padding: 30px 60px 20px 20px
}

@media screen and (max-width:767px) {
    .sub-page .custom-map__info-block--top h3 {
        background-image: none !important;
        background-color: #fff;
        padding: 15px 15px 5px;
        position: relative;
        font-size: 1.125rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.17;
        letter-spacing: -.11px;
        color: #13647f
    }
}

.sub-page .custom-map__info-block--info {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -.1px;
    color: #4d4d4d;
    padding: 20px 25px
}

    .sub-page .custom-map__info-block--info address {
        color: #4d4d4d;
        margin-bottom: 10px;
        height: 55px
    }

    .sub-page .custom-map__info-block--info .email, .sub-page .custom-map__info-block--info .phone {
        margin-bottom: 0;
        display: block;
        color: #4d4d4d
    }

@media screen and (max-width:767px) {
    .sub-page .custom-map__info-block--info {
        padding: 0 15px 10px;
        color: #4d4d4d;
        font-size: .875rem
    }

        .sub-page .custom-map__info-block--info address {
            height: auto;
            margin-bottom: 0
        }

        .sub-page .custom-map__info-block--info .email, .sub-page .custom-map__info-block--info .phone {
            display: inline-block
        }
}

.sub-page .custom-map__info-block .btn {
    height: 45px;
    background-color: #faa20b;
    width: 100%;
    text-align: center;
    display: block;
    padding: 13px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px
}

@media screen and (max-width:767px) {
    .sub-page .custom-map__info-block .btn {
        margin-top: 10px
    }
}

.sub-page .campaing-list {
    width: 100%
}

.sub-page .campaing-list__block {
    margin-bottom: 30px;
    display: block
}

    .sub-page .campaing-list__block:hover .gallery-list__figure::before {
        opacity: 1 !important;
        transform: scale(1) !important
    }

.sub-page .campaing-list__figure {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 18px
}

    .sub-page .campaing-list__figure > img {
        width: 100%;
        position: relative;
        z-index: 0
    }

.sub-page .campaing-list__title {
    height: 24px;
    font-size: 1.0625rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -.34px;
    color: #4d4d4d;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

    .sub-page .campaing-list__title a {
        color: #4d4d4d
    }

.sub-page .campaing-list__spot-text {
    font-size: .938rem;
    line-height: 1.4;
    color: #777;
    font-weight: 300;
    height: 64px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0 !important
}

.sub-page .campaing-list__lnk-detail {
    font-size: .8125rem;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px
}

    .sub-page .campaing-list__lnk-detail i {
        float: right;
        margin-left: 10px;
        margin-top: 5px;
        font-size: 12px
    }

.sub-page .full-contact-block {
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -40px;
    position: relative;
    padding-bottom: 30px
}

    .sub-page .full-contact-block > #MapApi {
        width: 100%;
        height: 531px;
        position: relative;
        z-index: 1
    }

@media screen and (max-width:991px) {
    .sub-page .logo_list__item {
        min-height: 50px
    }

    .sub-page .full-contact-block > #MapApi {
        height: 700px
    }
}

@media screen and (max-width:767px) {
    .sub-page .full-contact-block {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -20px;
        position: relative;
        padding-bottom: 30px
    }

        .sub-page .full-contact-block > #MapApi {
            height: 350px
        }
}

.sub-page .full-contact-block .work-time {
    margin-left: 400px;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    color: #333
}

.sub-page .full-contact-block__image h5, .sub-page .full-contact-block__image h5 a {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
    font-weight: 600
}

.sub-page .full-contact-block__image {
    width: 100%;
    height: 302px;
    background-position: center center;
    background-size: cover;
    position: relative
}

@media screen and (max-width:991px) {
    .sub-page .full-contact-block__image {
        width: 300px;
        height: 300px;
        float: left
    }
}

@media screen and (max-width:767px) {
    .sub-page .full-contact-block .work-time {
        margin-left: 0;
        text-align: center
    }

    .sub-page .full-contact-block__image {
        width: 100%;
        float: none
    }
}

.sub-page .full-contact-block__image h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 80px 30px 30px 20px;
    font-size: 19px;
    line-height: 1.42;
    margin: 0;
    background-image: linear-gradient(to bottom,rgba(2,115,137,0),#013f51)
}

    .sub-page .full-contact-block__image h5 a {
        font-size: 48px;
        line-height: 1;
        margin-top: 10px;
        display: block
    }

.sub-page .full-contact-block__main .fax, .sub-page .full-contact-block__main .mail, .sub-page .full-contact-block__main address, .sub-page .full-contact-block__main h4 {
    color: #333;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: normal;
    font-stretch: normal;
    font-style: normal
}

.sub-page .full-contact-block__info {
    position: absolute;
    width: 337px;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.04),0 3.3px 12px 0 rgba(0,0,0,.06);
    background-color: #fff;
    left: 40px;
    top: 31px;
    z-index: 15
}

@media screen and (max-width:991px) {
    .sub-page .full-contact-block__info {
        width: 100%;
        bottom: -10px;
        left: 0;
        top: auto
    }
}

@media screen and (max-width:767px) {
    .sub-page .full-contact-block__info {
        width: 100%;
        position: relative;
        bottom: 0
    }
}

.sub-page .full-contact-block__main {
    padding: 20px
}

@media screen and (max-width:991px) {
    .sub-page .full-contact-block__main {
        width: calc(100% - 300px);
        height: 300px;
        float: left;
        background-color: #fff
    }
}

.sub-page .full-contact-block__main h4 {
    font-weight: 600;
    margin-bottom: 10px
}

.sub-page .full-contact-block__main address {
    font-weight: 400;
    margin-bottom: 13px
}

.sub-page .full-contact-block__main .fax, .sub-page .full-contact-block__main .mail {
    display: block;
    font-weight: 400
}

.sub-page .full-contact-block__main .branch-link {
    padding: 15px 0 0;
    margin-top: 20px;
    border-top: 2px solid rgba(77,77,77,.08);
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #13647f
}

    .sub-page .full-contact-block__main .branch-link a {
        text-decoration: underline;
        color: #13647f
    }

.sub-page .landing-raffle {
    background: url(images/bg-2.jpg) center top #11657d;
    background-size: cover;
    min-height: 200px;
    position: relative;
    z-index: 0
}

.sub-page .landing-raffle__head {
    width: 100%;
    height: 387px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 40px
}

@media screen and (max-width:1199px) {
    .sub-page .landing-raffle__head {
        background-size: 115% auto;
        height: 357px
    }
}

@media screen and (max-width:991px) {
    .sub-page .landing-raffle__head {
        height: 273px;
        padding-top: 100px
    }
}

.sub-page .landing-raffle__head__text {
    max-width: 38%;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1.5625rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: -.63px;
    color: #fff
}

@media screen and (max-width:1199px) {
    .sub-page .landing-raffle__head__text {
        max-width: 45%;
        font-size: 1.5rem
    }
}

@media screen and (max-width:991px) {
    .sub-page .landing-raffle__head__text {
        max-width: 45%;
        font-size: 1.25rem
    }
}

@media screen and (max-width:767px) {
    .sub-page .full-contact-block__main {
        float: none;
        width: 100%
    }

    .sub-page .landing-raffle__head {
        background-size: 100% auto;
        height: 277px;
        background-position: 0 93px;
        padding: 24px
    }

    .sub-page .landing-raffle__head__text {
        font-size: 1.125rem;
        max-width: 53%;
        margin-top: 87px
    }
}

.sub-page .landing-raffle__head__text strong {
    font-weight: 600;
    color: #ffd738
}

.sub-page .landing-raffle__sub-text {
    width: 100%;
    background-color: #fff;
    padding: 80px 150px 50px;
    font-size: 1.1875rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    color: #333
}

@media screen and (max-width:991px) {
    .sub-page .landing-raffle__sub-text {
        padding: 24px 24px 2px
    }
}

@media screen and (max-width:767px) {
    .sub-page .landing-raffle__sub-text {
        font-size: 1rem
    }
}

.sub-page .landing-raffle__info-graphics {
    width: 100%;
    padding: 50px
}

@media screen and (max-width:991px) {
    .sub-page .landing-raffle__info-graphics {
        padding: 24px
    }
}

.sub-page .landing-raffle__info-graphics h2 {
    text-align: center;
    font-size: 2.3125rem;
    font-weight: 600;
    letter-spacing: -.9px;
    color: #fff
}

@media screen and (max-width:767px) {
    .sub-page .landing-raffle__info-graphics h2 {
        font-size: 1.875rem;
        margin-bottom: 50px
    }
}

.sub-page .landing-raffle__info-graphics .time-line {
    width: 1px;
    margin: 0 auto;
    background-color: #29728a;
    min-height: 500px;
    position: relative;
    display: block;
    padding: 50px 0
}

@media screen and (max-width:767px) {
    .sub-page .landing-raffle__info-graphics .time-line {
        padding: 30px 0;
        margin: 0;
        width: 100%;
        background-color: transparent
    }

        .sub-page .landing-raffle__info-graphics .time-line::before {
            content: "";
            width: 1px;
            height: 100%;
            margin: 0 auto;
            background-color: #29728a;
            position: absolute;
            z-index: 0;
            top: 0
        }
}

.sub-page .landing-raffle__info-graphics .time-line__item {
    width: 480px;
    height: auto;
    position: relative;
    padding-left: 38px;
    color: #fff;
    text-align: left;
    display: inline-block
}

@media screen and (max-width:1199px) {
    .sub-page .landing-raffle__info-graphics .time-line__item {
        width: 400px
    }
}

@media screen and (max-width:991px) {
    .sub-page .landing-raffle__info-graphics .time-line__item {
        width: 345px
    }
}

@media screen and (max-width:767px) {
    .sub-page .landing-raffle__info-graphics .time-line__item {
        width: 100%;
        margin-bottom: 30px
    }

        .sub-page .landing-raffle__info-graphics .time-line__item h5 {
            line-height: 1.3
        }
}

.sub-page .landing-raffle__info-graphics .time-line__item > img {
    width: 50px;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: -20px
}

.sub-page .landing-raffle__info-graphics .time-line__item h5 {
    font-family: Gilroy,sans-serif,Helvetica,Arial,sans-serif;
    font-size: 1.5625rem;
    letter-spacing: -.31px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0
}

.sub-page .landing-raffle__info-graphics .time-line__item p {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: -.21px;
    color: #fff
}

.sub-page .app-form__calculator .calculator-tool__fields h5, .sub-page .app-form__calculator .calculator-tool__result .item .result, .sub-page .app-form__hero__form .form-area h3, .sub-page .app-form__save-model .title h3, .sub-page .landing-raffle__form .text-area h3 {
    font-family: Gilroy,sans-serif,Helvetica,Arial,sans-serif
}

.sub-page .landing-raffle__info-graphics .time-line__item::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 0
}

.sub-page .landing-raffle__info-graphics .time-line__item:nth-child(even) {
    padding-left: inherit;
    padding-right: 38px;
    text-align: right;
    left: -480px
}

@media screen and (max-width:1199px) {
    .sub-page .landing-raffle__info-graphics .time-line__item:nth-child(even) {
        left: -400px
    }
}

@media screen and (max-width:991px) {
    .sub-page .landing-raffle__info-graphics .time-line__item:nth-child(even) {
        left: -345px
    }
}

@media screen and (max-width:767px) {
    .sub-page .landing-raffle__info-graphics .time-line__item:nth-child(even) {
        width: 100%;
        height: auto;
        position: relative;
        padding-left: 38px;
        color: #fff;
        text-align: left;
        display: inline-block;
        left: 0
    }
}

.sub-page .landing-raffle__info-graphics .time-line__item:nth-child(even)::before {
    left: auto;
    right: -8px;
    top: 0
}

.sub-page .landing-raffle__form {
    background-color: #ffc338;
    color: #fff;
    width: 100%;
    padding: 45px 100px
}

@media screen and (max-width:991px) {
    .sub-page .landing-raffle__form {
        padding: 24px
    }
}

.sub-page .landing-raffle__form .text-area {
    color: #fff
}

    .sub-page .landing-raffle__form .text-area h3 {
        font-size: 1.875rem;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        color: #fff
    }

        .sub-page .landing-raffle__form .text-area h3 strong {
            font-size: 2.0625rem;
            font-weight: 700;
            display: block;
            letter-spacing: -.26px
        }

.sub-page .landing-raffle__form .form-block .select2-container {
    margin-bottom: 0
}

.sub-page .landing-raffle__form .form-block .form-group {
    width: 100%
}

.sub-page .landing-raffle__form .select2-container--default .select2-selection--single {
    border: 0;
    height: 40px;
    padding: 8px 6px;
    font-size: .875rem
}

.sub-page .landing-raffle__form .btn {
    width: 100%;
    height: 40px;
    padding: 9px;
    font-weight: 600;
    font-size: .938rem
}

.sub-page .app-form {
    margin: -40px -40px -10px
}

@media screen and (max-width:767px) {
    .sub-page .landing-raffle__info-graphics .time-line__item:nth-child(even)::before {
        left: -8px;
        right: auto;
        top: 0
    }

    .sub-page .landing-raffle__form .row-eq-height {
        display: block
    }

    .sub-page .app-form {
        margin: -30px
    }
}

.sub-page .app-form__hero {
    width: 100%;
    height: 610px;
    background: url(images/bg-2.jpg) center center no-repeat #11657d;
    background-size: cover
}

    .sub-page .app-form__hero::after {
        content: " ";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both
    }

@media screen and (max-width:1199px) {
    .sub-page .app-form__hero {
        height: 530px
    }
}

@media screen and (max-width:991px) {
    .sub-page .app-form__hero {
        height: auto
    }
}

.sub-page .app-form__hero__slider {
    width: 730px;
    height: 100%;
    float: left
}

    .sub-page .app-form__hero__slider .swiper-slide {
        position: relative;
        overflow: hidden
    }

        .sub-page .app-form__hero__slider .swiper-slide:not(.swiper-slide-active) {
            opacity: 0 !important
        }

@media screen and (max-width:1199px) {
    .sub-page .app-form__hero__slider {
        width: 600px
    }
}

.sub-page .app-form__hero__slider .text {
    width: calc(100% - 490px);
    position: relative;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    color: #fff;
    padding-left: 55px;
    padding-top: 70px
}

    .sub-page .app-form__hero__slider .text .top-text {
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 1.25;
        letter-spacing: .45px;
        color: #fff;
        display: block;
        margin-bottom: 10px
    }

    .sub-page .app-form__hero__slider .text h4 {
        font-size: 2.25rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.28;
        letter-spacing: -.1px;
        color: #fff
    }

@media screen and (max-width:1199px) {
    .sub-page .app-form__hero__slider .text {
        width: calc(100% - 400px);
        padding-left: 30px
    }

        .sub-page .app-form__hero__slider .text h4 {
            font-size: 1.5625rem
        }
}

.sub-page .app-form__hero__slider .text p {
    font-size: .938rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .18px;
    color: #fff
}

.sub-page .app-form__hero__slider .img {
    position: absolute;
    right: 13%;
    left:13%;
    bottom: 0;
    width: 74%;
}


.sub-page .app-form__hero__slider .img img {
    width: 100%
}

.sub-page .app-form__hero__slider .swiper-pagination {
    position: absolute;
    z-index: 11;
    left: 55px;
    margin-right: 0;
    bottom: 70px;
    width: auto
}

@media screen and (max-width:1199px) {
    .sub-page .app-form__hero__slider .swiper-pagination {
        bottom: 30px
    }
}

@media screen and (max-width:991px) {
    .sub-page .app-form__hero__slider .swiper-pagination {
        position: relative;
        width: 100%;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 30px 0
    }
}

@media screen and (max-width:991px) and (max-width:991px) {
    .sub-page .app-form__hero__slider .swiper-pagination {
        padding: 10px 0
    }
}

.sub-page .app-form__hero__slider .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 0;
    background-color: #fff;
    color: #08596f;
    opacity: 1;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 1px 0 0;
    padding: 8px 5px;
    transition: all .2s cubic-bezier(.25,.25,.75,.75)
}

    .sub-page .app-form__hero__slider .swiper-pagination .swiper-pagination-bullet:hover {
        background-color: #ffd738
    }

@media screen and (max-width:991px) {
    .sub-page .app-form__hero__slider .swiper-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        text-indent: -999px;
        overflow: hidden;
        border-radius: 20px;
        padding: 0;
        margin: 0 2px
    }
}

.sub-page .app-form__hero__slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #08596f;
    color: #fff
}




.sub-page .app-form__hero__slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #08596f;
    color: #fff
}

.sub-page .app-form__hero__slider .banner-button-next, .sub-page .app-form__hero__slider .banner-button-prev {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 50px;
    opacity: 0.6;
    z-index: 50;
    transition: all .2s cubic-bezier(.25,.25,.75,.75)
}

    .sub-page .app-form__hero__slider .banner-button-next:hover, .home-banner__slider .banner-button-prev:hover {
        opacity: 1;
    }

.sub-page .app-form__hero__slider .banner-button-next {
    right: 0;
}

.sub-page .app-form__hero__slider .banner-button-prev {
    left: 30px;
}


.sub-page .app-form__hero__form {
    float: right;
    width: calc(100% - 730px);
    height: 100%;
    display: flex;
    padding: 50px;
    align-items: center
}

@media screen and (max-width:1199px) {
    .sub-page .app-form__hero__form {
        width: calc(100% - 600px);
        padding: 30px
    }
}

.sub-page .app-form__hero__form .form-area {
    width: 100%
}

    .sub-page .app-form__hero__form .form-area h3 {
        font-size: 24px;
        font-weight: 300;
        letter-spacing: -.19px;
        color: #fff;
        line-height: 1
    }

        .sub-page .app-form__hero__form .form-area h3 strong {
            display: block;
            font-weight: 600;
            font-size: 26px
        }

.sub-page .app-form__hero__form .form-group {
    margin-bottom: 10px
}

    .sub-page .app-form__hero__form .form-group label {
        font-size: 13px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        color: #fff
    }

    .sub-page .app-form__hero__form .form-group input {
        height: 50px;
        box-shadow: 0 2px 0 0 #154c5e;
        background-color: #fff
    }

    .sub-page .app-form__hero__form .form-group .select2-container {
        margin-bottom: 0;
        box-shadow: 0 2px 0 0 #154c5e;
        background-color: #fff
    }

    .sub-page .app-form__hero__form .form-group .select2-container--default .select2-selection--single {
        border: 0
    }

.sub-page .app-form__hero__form .btn {
    width: 100%;
    background-color: #fec409;
    color: #fff;
    height: 50px;
    font-weight: 600;
    font-size: 15px;
    padding: 12px;
    margin-top: 0
}

.sub-page .app-form__save-model {
    background: url(images/bg-3.png) center center no-repeat #fff;
    padding: 60px 60px 100px
}

@media screen and (max-width:991px) {
    .sub-page .app-form__hero__form {
        width: 100%;
        float: none
    }

    .sub-page .app-form__save-model {
        padding: 30px
    }
}

.sub-page .app-form__save-model .title {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between
}

    .sub-page .app-form__save-model .title h3 {
        font-size: 29px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.01;
        letter-spacing: -.48px;
        color: #196179;
        margin: 0
    }

@media screen and (max-width:767px) {
    .sub-page .app-form__save-model .title h3 {
        font-size: 20px
    }
}

.sub-page .app-form__save-model .title h3 strong {
    font-size: 31px;
    font-weight: 700;
    display: block;
    letter-spacing: -.48px
}

.sub-page .app-form__save-model .save-model-slider-nav {
    float: right;
    margin-top: 15px;
    width: 60px
}

@media screen and (max-width:767px) {
    .sub-page .app-form__save-model .title h3 strong {
        font-size: 22px
    }

    .sub-page .app-form__save-model .save-model-slider-nav {
        margin-top: 5px
    }
}

.sub-page .app-form__save-model .save-model-slider-nav a {
    font-size: 25px;
    margin-left: 8px
}

.sub-page .app-form__save-model-slider {
    padding-bottom: 5px
}

    .sub-page .app-form__save-model-slider .item {
        box-shadow: 0 1px 0 0 rgba(77,77,77,.26);
        background-color: #fff
    }

    .sub-page .app-form__save-model-slider figure {
        width: 100%
    }

        .sub-page .app-form__save-model-slider figure img {
            width: 100%;
            display: block
        }

    .sub-page .app-form__save-model-slider .text {
        padding: 20px 27px 30px
    }

    .sub-page .app-form__save-model-slider h4 {
        font-size: 1.125rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        color: #13647f;
        margin-bottom: 10px
    }

    .sub-page .app-form__save-model-slider p {
        font-size: .938rem;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: normal;
        color: #777
    }

    .sub-page .app-form__save-model-slider a {
        font-size: 13px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -.04px;
        color: #13647f;
        display: inline-block
    }

        .sub-page .app-form__save-model-slider a i {
            float: right;
            margin-left: 10px;
            margin-top: 3px;
            font-size: 12px
        }

.sub-page .app-form__calculator {
    background-color: #13647f;
    padding: 60px
}

@media screen and (max-width:991px) {
    .sub-page .app-form__calculator {
        padding: 30px
    }
}

.sub-page .app-form__calculator .calculator-tool__fields {
    width: calc(100% - 316px)
}

@media screen and (max-width:767px) {
    .sub-page .app-form__calculator .calculator-tool__fields {
        width: 100%
    }
}

.sub-page .app-form__calculator .calculator-tool__fields h5 {
    font-size: 29px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.01;
    letter-spacing: -.48px;
    color: #fff;
    margin: 0 0 30px
}

    .sub-page .app-form__calculator .calculator-tool__fields h5 strong {
        font-size: 31px;
        font-weight: 700;
        display: block;
        letter-spacing: -.48px
    }

.sub-page .app-form__calculator .calculator-tool__fields label {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.79;
    letter-spacing: -.35px;
    color: #fff
}

.sub-page .app-form__calculator .calculator-tool__fields .ui-slider {
    left: 0;
    top: 10px
}

    .sub-page .app-form__calculator .calculator-tool__fields .ui-slider .ui-slider-range {
        background-color: rgba(255,255,255,.2);
        border-top: 1px solid #13647f;
        border-bottom: 1px solid #13647f
    }

.sub-page .app-form__calculator .calculator-tool__fields input {
    margin-top: -10px
}

.sub-page .app-form__calculator .calculator-tool__fields .form-group {
    margin-bottom: 20px
}

.sub-page .app-form__calculator .calculator-tool__result {
    width: 276px
}

    .sub-page .app-form__calculator .calculator-tool__result .item {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

        .sub-page .app-form__calculator .calculator-tool__result .item h6 {
            margin-bottom: 0;
            font-size: .875rem;
            line-height: 1.2;
            letter-spacing: normal;
        }

        .sub-page .app-form__calculator .calculator-tool__result .item .result {
            font-size: 1.125rem;
            font-weight: 700;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.39;
            letter-spacing: normal
        }

    .sub-page .app-form__calculator .calculator-tool__result .btn {
        height: 52px;
        font-size: 1.0625rem;
        font-weight: 700;
        padding: 5px;
        color: #fff
    }

.sub-page .app-form__counter {
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(images/bg-3.png) center center no-repeat #fff
}

    .sub-page .app-form__counter .item {
        margin: 20px 50px;
        text-align: left
    }

@media screen and (max-width:991px) {
    .sub-page .app-form__counter .item {
        margin: 20px
    }
}

@media screen and (max-width:767px) {
    .sub-page .app-form__calculator .calculator-tool__result {
        width: 100%
    }

    .sub-page .app-form__counter {
        padding: 30px 10px;
        display: block
    }

        .sub-page .app-form__counter::after {
            content: " ";
            visibility: hidden;
            display: block;
            height: 0;
            clear: both
        }

        .sub-page .app-form__counter .item {
            display: block;
            width: 50%;
            float: left;
            margin: 0;
            padding: 20px
        }
}

.sub-page .app-form__counter .item span {
    display: block
}

.sub-page .app-form__counter .item i {
    color: #1892a9;
    font-size: 44px;
    margin-bottom: 22px;
    display: block
}

.sub-page .app-form__counter .item .title {
    font-size: .875rem;
    font-weight: 300;
    color: #4d4d4d
}

.sub-page .app-form__counter .item .count {
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: 600;
    color: #4d4d4d
}

@keyframes shake {
    91% {
        left: 0;
        transform: rotate(-90deg)
    }

    92% {
        left: -3px;
        transform: rotate(-85deg) translatez(0);
    }

    92% {
        left: 5px;
        transform: rotate(-95deg) translatez(0);
    }

    93% {
        left: -8px;
        transform: rotate(-82deg) translatez(0);
    }

    94% {
        left: 8px;
        transform: rotate(-98deg) translatez(0);
    }

    95% {
        left: -5px;
        transform: rotate(-85deg) translatez(0);
    }

    96% {
        left: 3px;
        transform: rotate(-93deg) translatez(0);
    }

    97% {
        left: 0;
        transform: rotate(-90deg) translatez(0);
    }
}

.call-you-fix {
    position: fixed;
    width: 50px;
    height: 200px;
    right: 0;
    top: 50%;
    margin-top: -50px;
    z-index: 888;
}

@media screen and (max-width:767px) {
    .call-you-fix {
        width: 36px;
        display: none
    }
}

.call-you-fix > a {
    width: 200px;
    height: 50px;
    padding: 15px;
    font-size: 1.2rem;
    background-color: #08596f;
    color: #fff;
    text-align: center;
    display: block;
    transform-origin: 0 0;
    transform: rotate(-90deg) translatez(0);
    margin-top: 50px;
    position: relative;
    left: 0;
    z-index: 10;
    font-weight: 700;
    transition: all .2s cubic-bezier(.25,.25,.75,.75);
}

    .call-you-fix > a.animate-shake {
        animation-name: shake;
        animation-duration: 10s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in;
    }

    .call-you-fix > a:hover {
        background-color: #ffd738
    }

@media screen and (max-width:767px) {
    .call-you-fix > a {
        height: 37px;
        padding: 11px
    }
}

.call-you-fix.active-form > a {
    left: 50px
}

.call-you-fix.active-form .call-you-fix__main {
    right: 0
}

.call-you-fix__main {
    background-color: #ffc338;
    width: 287px;
    min-height: 250px;
    z-index: 15;
    position: absolute;
    right: -287px;
    top: -150px;
    transition: all .5s cubic-bezier(.895,.03,.685,.22)
}

.backdrop, .footer__main__links-1 a, .footer__main__links-2 a, .footer__tools > section > .tool-main, .footer__tools > section > a i::before, .footer__tools__about__main nav a, .footer__tools__calculator > a {
    transition: all .2s cubic-bezier(.25,.25,.75,.75)
}

.call-you-fix__main .select2-container {
    margin-bottom: 0
}

.call-you-fix__main .top {
    width: 100%;
    height: 156px;
    background: url(images/call-you-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5625rem;
    text-align: center;
    color: #fff
}

    .call-you-fix__main .top a {
        position: absolute;
        top: 5px;
        right: 5px;
        color: #fff;
        font-size: 15px;
        z-index: 2;
        padding: 10px
    }

.call-you-fix__main .form-area {
    padding: 30px
}

    .call-you-fix__main .form-area .form-group {
        margin-bottom: 10px
    }

    .call-you-fix__main .form-area input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: 0;
        border-radius: 0;
        color: #333;
        font-weight: 600
    }

    .call-you-fix__main .form-area .select2-container--default .select2-selection--single {
        height: 40px;
        padding: 6px 4px;
        color: #333;
        font-weight: 600;
        font-family: "Source Sans Pro",sans-serif;
        font-size: .875rem
    }

        .call-you-fix__main .form-area .select2-container--default .select2-selection--single .select2-selection__arrow {
            margin-top: -5px
        }

    .call-you-fix__main .form-area .btn {
        width: 100%;
        text-align: center;
        height: 40px;
        border: 0;
        padding: 12px
    }

        .call-you-fix__main .form-area .btn:hover {
            background-color: #ffd738
        }

.footer, .footer__main {
    background-color: #fff
}

.call-you-fix__main .form-area .txt {
    font-size: .6875rem;
    text-align: center;
    color: #fff;
    padding-top: 15px
}

    .call-you-fix__main .form-area .txt a {
        color: #fff
    }

.footer {
    height: 63px;
    width: 100%
}

@media screen and (max-width:991px) {
    .footer {
        position: relative;
        z-index: 300
    }

        .footer .container {
            width: 100%;
            padding: 0 !important
        }
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999
}

.footer .container {
    height: 100%
}

.footer__main {
    width: calc(100% - 714px);
    float: left;
    padding: 15px 20px 10px 0;
    overflow: hidden
}

@media screen and (max-width:1199px) {
    .footer__main {
        width: calc(100% - 500px)
    }
}

@media screen and (max-width:991px) {
    .footer__main {
        width: calc(100% - 300px);
        padding-left: 15px
    }
}

@media screen and (max-width:767px) {
    .footer__main {
        width: 100%;
        padding: 0 0 10px;
        display: flex;
        flex-direction: column
    }
}

.footer__main__exchange {
    display: inline-flex;
    vertical-align: top;
    font-size: .875rem;
    font-weight: 600;
    color: #4d4d4d;
    margin-bottom: 10px;
    order: 1;
    max-width: 250px;
    overflow: hidden
}

@media screen and (max-width:991px) {
    .footer__main__exchange {
        max-width: 240px
    }
}

.footer__main__exchange .item {
    margin-right: 10px
}

@media screen and (max-width:767px) {
    .footer__main__exchange {
        max-width: 100%;
        justify-content: center;
        width: 100%;
        background-color: #ededed;
        padding: 15px;
        text-align: center
    }

        .footer__main__exchange .item {
            margin: 0 8px
        }
}

.footer__main__exchange .item:last-child {
    margin: 0
}

.footer__main__exchange .item span {
    color: #08596f
}

.footer__main__links-1 {
    float: right;
    display: block;
    font-size: .8125rem;
    font-weight: 300;
    margin-bottom: 10px
}

    .footer__main__links-1 a {
        color: #4d4d4d
    }

@media screen and (max-width:767px) {
    .footer__main__links-1 {
        width: 100%;
        display: flex;
        float: none;
        justify-content: center;
        order: 2
    }

        .footer__main__links-1 a {
            margin: 0 8px
        }
}

.footer__main__links-2 {
    float: right;
    display: block;
    font-size: .75rem;
    font-weight: 300
}

@media screen and (max-width:767px) {
    .footer__main__links-2 {
        width: 100%;
        display: flex;
        float: none;
        justify-content: center;
        order: 1;
        margin: 15px 0
    }
}

.footer__main__links-2 a {
    color: #4d4d4d;
    margin: 0 3px
}

.footer__main__copyright {
    float: left;
    display: block;
    font-size: .75rem;
    color: #4d4d4d
}

@media screen and (max-width:767px) {
    .footer__main__links-2 a {
        margin: 0 8px
    }

    .footer__main__copyright {
        text-align: center;
        float: none;
        order: 4
    }

    .footer__main__social {
        display: flex !important
    }
}

.footer__main__social {
    justify-content: center;
    order: 3;
    margin: 8px 0 15px
}

    .footer__main__social a {
        width: 30px;
        height: 30px;
        border: 2px solid #4d4d4d;
        margin: 0 3px;
        border-radius: 50%;
        text-align: center;
        padding: 6px 2px;
        font-size: 13px;
        color: #4d4d4d
    }

.footer__main__kolo {
    justify-content: center;
    order: 4;
    margin: 8px auto;
    width: 60px;
    height: 60px;
    background: #08596f;
    padding: 8px;
    border-radius: 50%
}

    .footer__main__kolo img {
        width: 100%
    }

.footer__tools {
    width: 714px;
    height: 100%;
    float: right;
    position: relative
}

@media screen and (max-width:1199px) {
    .footer__tools {
        width: 500px
    }
}

@media screen and (max-width:991px) {
    .footer__tools {
        width: 300px
    }
}

@media screen and (max-width:767px) {
    .footer__tools {
        width: 100%
    }
}

.footer__tools > section {
    width: 33.33%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 550
}

@media screen and (max-width:991px) {
    .footer__tools > section {
        width: 50%
    }
}

.footer__tools > section > a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px 0 15px 25px;
    font-size: .8125rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5
}

@media screen and (max-width:1199px) {
    .footer__tools > section > a {
        padding: 15px 0 15px 15px
    }
}

@media screen and (max-width:991px) {
    .footer__tools > section > a {
        font-size: .75rem;
        padding: 16px 0 16px 15px
    }
}

.footer__tools > section > a i {
    border-left: 1px solid rgba(255,255,255,.22);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 30px;
    width: 50px;
    text-align: center;
    padding: 10px 0
}

    .footer__tools > section > a i::before {
        display: block
    }

@media screen and (max-width:991px) {
    .footer__tools > section > a i {
        width: 40px
    }

    .footer__tools__about {
        display: none
    }
}

.footer__tools > section.active > a i::before {
    transform: rotate(-180deg)
}

.footer__tools > section > .tool-main {
    position: absolute;
    background: #08596f;
    height: 0;
    opacity: 0;
    bottom: 63px;
    right: 0;
    overflow: hidden;
    color: #fff
}

@media screen and (max-width:767px) {
    .footer__tools > section > .tool-main {
        width: 200%
    }
}

.footer__tools > section > .tool-main .tools-container {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;
    padding: 28px
}

@media screen and (max-width:767px) {
    .footer__tools > section > .tool-main .tools-container {
        padding: 15px
    }
}

.footer__tools > section.active > a {
    background: #08596f
}

.footer__tools > section.active > .tool-main {
    height: auto;
    opacity: 1
}

.footer__tools__form > a {
    background-color: #b3b6b9
}

.footer__tools__about > a {
    background-color: #8e9498
}

.footer__tools__about__main {
    width: 385px
}

    .footer__tools__about__main .tools-container {
        padding-bottom: 10px
    }

    .footer__tools__about__main nav {
        display: block;
        font-size: .875rem;
        font-weight: 400;
        margin-bottom: -28px;
        -moz-column-gap: 1.8rem;
        column-gap: 1.8rem
    }

        .footer__tools__about__main nav a {
            color: #fff;
            display: inline-block;
            width: 100%;
            line-height: 1.3;
            margin-bottom: 18px;
            padding-bottom: 18px;
            border-bottom: 1px solid #407688
        }

            .footer__tools__about__main nav a:hover {
                color: #ffd738
            }

            .footer__tools__about__main nav a:last-child {
                border: 0
            }

.footer__tools__calculator > a {
    background-color: #686f72
}

.footer__tools__calculator__main {
    width: 714px
}

.calculator-tool {
    display: flex
}

.calculator-tool__fields {
    width: 60%
}

@media screen and (max-width:767px) {
    .calculator-tool {
        display: block
    }

    .calculator-tool__fields {
        width: 100%
    }
}

.calculator-tool__fields h5 {
    font-size: .875rem;
    line-height: 1.5;
    line-height: 1.42;
    margin-bottom: 30px
}

.calculator-tool__fields .form-group::after {
    content: "";
    display: block;
    clear: both
}

.calculator-tool__fields label {
    font-size: .938rem;
    font-weight: 300;
    letter-spacing: -.35px;
    color: #fff;
    width: 100%
}

.calculator-tool__fields .ui-slider {
    height: 4px;
    border: 0;
    background-color: #1892a9;
    width: calc(100% - 165px);
    float: left;
    position: relative;
    top: 20px;
    left: 12px
}

    .calculator-tool__fields .ui-slider .ui-slider-range {
        border-top: 1px solid #08596f;
        border-bottom: 1px solid #08596f
    }

    .calculator-tool__fields .ui-slider .ui-slider-handle {
        border: 0;
        width: 12px;
        height: 12px;
        -o-object-fit: contain;
        object-fit: contain;
        transform: rotate(-315deg);
        background-color: #faa20b;
        margin-top: 1px
    }

.calculator-tool__fields .ui-slider-pips .ui-slider-pip {
    top: 0;
    height: 4px;
    width: 2px;
    margin-left: 0
}

.calculator-tool__fields .ui-slider-pips .ui-slider-line {
    height: 4px;
    background: #08596f
}

.calculator-tool__fields input {
    width: 128px;
    height: 40px;
    line-height: 40px;
    float: right;
    border: 0;
    border-radius: 0;
    color: #333;
    font-weight: 600;
    text-align: right
}

.calculator-tool__result {
    width: calc(40% - 30px);
    margin-left: 30px;
    background-color: #013f51;
    height: 100%;
    padding: 15px 25px
}

@media screen and (max-width:767px) {
    .calculator-tool__result {
        width: 100%;
        margin-left: 0
    }
}

.calculator-tool__result .item {
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

    .calculator-tool__result .item h6 {
        color: #fff;
        font-size: .8125rem;
        font-weight: 300;
        line-height: 1.7
    }

    .calculator-tool__result .item .result {
        color: #fff;
        font-size: .938rem;
        font-weight: 400
    }

        .calculator-tool__result .item .result.finansevim {
            color: #f2f2f2
        }

    .calculator-tool__result .item.last-result {
        border: 0
    }

        .calculator-tool__result .item.last-result .result, .calculator-tool__result .item.last-result h6 {
            color: #ffd738
        }

.calculator-tool__result .btn {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -15px;
    height: 43px;
    background-color: #ffc238;
    color: #fff;
    line-height: 43px;
    font-weight: 400;
    font-size: .875rem;
    display: block;
    text-align: center;
    padding: 0
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #27bcdb;
    visibility: hidden;
    z-index: -1
}

    .backdrop.active {
        opacity: .4;
        z-index: 1;
        visibility: visible
    }

.error-page {
    background-color: #021059;
    height: calc(100% - 126px);
    min-height: 480px;
    width: 100%;
    position: relative;
    z-index: 30;
    display: flex;
    align-items: center;
    color: #fff
}

@media screen and (max-width:991px) {
    .error-page {
        height: calc(100% - 204px)
    }
}

@media screen and (max-width:767px) {
    .calculator-tool__result .btn {
        width: 100%;
        margin: 0
    }

    .error-page {
        height: auto;
        padding-top: 190px;
        padding-bottom: 100px
    }
}

.error-page__main {
    max-width: 710px;
    margin: 0 auto;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.31;
    letter-spacing: -.39px;
    text-align: center;
    color: #fff
}

@media screen and (max-width:991px) {
    .error-page__main {
        max-width: 600px
    }
}

@media screen and (max-width:767px) {
    .error-page__main {
        max-width: 320px;
        font-size: .875rem
    }
}

.error-page__main i {
    font-size: 75px;
    margin-bottom: 20px;
    display: block
}

.error-page__main h1 {
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -.59px;
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    .error-page__main h1 {
        font-size: 1.3125rem
    }
}

.cookie-block {
    width: 100%;
    background-color: #013f51;
    height: 80px;
    font-size: .8125rem;
    line-height: 1.5;
    letter-spacing: .4px;
    color: #fff;
    overflow: hidden;
    transition: all .5s cubic-bezier(.895,.03,.685,.22)
}

.status-modal .desc, .status-modal .title {
    font-size: 1.0625rem;
    line-height: 1.47;
    text-align: center
}

.cookie-block .text {
    width: 100%;
    padding-right: 50px;
    margin: 20px 0
}

@media screen and (max-width:1199px) {
    .cookie-block .text {
        margin: 10px 0;
        height: 60px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:991px) {
    .cookie-block .text {
        margin: 10px 0
    }
}

@media screen and (max-width:767px) {
    .cookie-block {
        height: auto;
    }

        .cookie-block .text {
            padding-right: 0
        }
}

.cookie-block .btn {
    padding: 10px !important;
    width: 45px !important;
    float: right !important;
    margin: 20px 0 !important;
}

@media screen and (max-width:1199px) {
    .cookie-block .btn {
        margin: 18px 0 !important;
    }
}

.status-modal {
    width: 100%;
    max-width: 660px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    padding: 100px;
    text-align: center;
    color: #333;
    transform: translateY(-80px);
    transition: all .5s
}

@media screen and (max-width:767px) {
    .cookie-block .btn {
        float: none
    }

    .status-modal {
        width: 100%;
        padding: 50px
    }
}

.status-modal .title {
    color: #333;
    font-weight: 600;
    margin-bottom: 15px
}

.status-modal .desc {
    color: #333
}

.status-modal .error-icon, .status-modal .success-icon {
    display: none
}

.status-modal .form-status {
    margin-bottom: 30px
}

.status-modal * {
    color: #333
}

.status-modal .form-status, .status-modal h5, .status-modal p {
    transform: translateY(-40px);
    opacity: 0;
    transition-property: transform,opacity;
    transition-duration: .3s
}

.fancybox-slide--current .status-modal, .fancybox-slide--current .status-modal .form-status, .fancybox-slide--current .status-modal h5, .fancybox-slide--current .status-modal p {
    transform: translateY(0);
    opacity: 1;
    transition-duration: .3s
}

    .fancybox-slide--current .status-modal .form-status {
        transition-delay: .1s
    }

    .fancybox-slide--current .status-modal h5 {
        transition-delay: .3s
    }

    .fancybox-slide--current .status-modal p {
        transition-delay: .5s
    }

        .fancybox-slide--current .status-modal p:first-of-type {
            transition-delay: .3s
        }

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .home-counter__main .item h6 {
        width: 54px
    }
}

.title-1 {
    display: block;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.16;
    color: #fff;
    margin-bottom: 40px
}

.title-2 {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.23;
    color: #fff;
    margin-bottom: 30px
}

.title-3 {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: -.59px;
    color: #fff;
    margin-bottom: 16px
}

.home-sub-content {
    padding: 100px 0 200px;
    background: url(images/home-sub-bg.jpg) top center repeat-x
}

    .home-sub-content .container {
        padding-top: 50px;
        border-top: 3px solid #1892a9;
        color: #fff
    }

    .home-sub-content p {
        line-height: 1.6;
        margin-bottom: 30px
    }

    .home-sub-content .home-white-link {
        display: block;
        width: 100%;
        height: 74px;
        background-color: #fff;
        line-height: 72px;
        font-size: 19px;
        font-weight: 600;
        text-align: center;
        color: #333;
        margin-bottom: 20px;
        transition: all ease .5s
    }

        .home-sub-content .home-white-link:hover {
            opacity: .9
        }

    .home-sub-content .home-card {
        background: #fff;
        display: block;
        padding: 30px 35px;
        border: 3px solid #f2f2f2
    }

        .home-sub-content .home-card p {
            color: #333
        }

.text-center {
    text-align: center
}

.mb50 {
    margin-bottom: 50px !important
}

@media screen and (max-width:991px) {
    .mb50 {
        margin-bottom: 25px !important
    }
}

.mb100 {
    margin-bottom: 100px !important
}

@media screen and (max-width:991px) {
    .mb100 {
        margin-bottom: 50px !important
    }
}


.color-turquoise {
    color: #7fcfdf !important;
}

.color-white {
    color: #fff !important;
}



.managements {
}

    .managements .item {
        width: calc(50% - 60px);
        margin: 25px 30px;
        background-color: #e5f3f5;
        float: left;
        background: url(images/managements/symbol-02.png) no-repeat right bottom #e5f3f5;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 40px 30px 30px 30px;
    }






        .managements .item.hero {
            width: 75%;
            background: url(images/managements/symbol-01.png) no-repeat right bottom #106c8b;
            float: none;
            margin: 0 auto;
        }

            .managements .item.hero .manager-name a {
                color: #fff;
            }

            .managements .item.hero .manager-title {
                color: #cce5ea;
            }

        .managements .item.sub-hero {
            float: none;
            margin-left: auto;
            margin-right: auto;
        }

        .managements .item .manager-image {
            max-width: 260px;
            background-color: #ffffff;
            margin: 0 auto 20px auto;
        }

        .managements .item figure img {
            width: 100%;
        }

        .managements .item .manager-name {
            font-size: 28px;
            font-weight: bold;
            letter-spacing: -0.28px;
            text-align: center;
            color: #13647f;
            margin: 0;
            margin-bottom: 10px;
            white-space: nowrap;
        }

            .managements .item .manager-name a {
                color: #13647f;
                display: block;
            }

        .managements .item .manager-title {
            font-size: 14px;
            font-weight: 600;
            line-height: 1.29;
            letter-spacing: normal;
            text-align: center;
            color: #196179;
            margin-bottom: 5px;
        }

    .managements .item {
    }

.manager-modal {
    padding: 0;
    overflow: visible;
}

.manager-modal-wrapper {
    padding: 30px;
    width: 813px;
    min-height: 200px;
    max-height: 580px;
    overflow: hidden;
}

.manager-modal .modal-content {
    background: url(images/managements/symbol-03.png);
    width: 100%;
    max-height: 520px;
    background-size: cover;
    background-position: top left;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

    .manager-modal .modal-content .content {
        padding: 50px 50px 0px 40px;
    }

    .manager-modal .modal-content h4 {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: -0.3px;
        color: #196179;
        margin: 0;
        margin-bottom: 15px;
    }

    .manager-modal .modal-content .title {
        font-size: 14px;
        color: #000000;
        margin-bottom: 25px;
    }

        .manager-modal .modal-content .title span {
            display: block;
            margin-bottom: 10px;
        }

    .manager-modal .modal-content .about {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: normal;
        color: #333333;
        height: 100%;
        overflow-y: auto;
        max-height: calc(100% - 130px);
        padding-right: 10px;
    }

        .manager-modal .modal-content .about:



        .manager-modal .modal-content .about::-webkit-scrollbar-track {
            background-color: transparent;
        }

        .manager-modal .modal-content .about::-webkit-scrollbar {
            width: 3px;
            background-color: transparent;
        }

        .manager-modal .modal-content .about::-webkit-scrollbar-thumb {
            width: 3px;
            background-color: #196179;
        }

        .manager-modal .modal-content .about p {
            margin-bottom: 30px;
        }

.manager-modal .modal-content {
}

    .manager-modal .modal-content .image {
        margin-top: 50px;
        min-width: 303px;
    }

        .manager-modal .modal-content .image img {
            width: 100%;
        }

.manager-modal .fancybox-close-small {
    width: 50px;
    height: 50px;
    background-color: #cae6ec;
    right: -50px;
}

.manager-modal .modal-content {
}

.manager-modal .modal-content {
}



@media screen and (max-width:991px) {
    .managements .item {
        width: calc(50% - 30px);
        margin: 10px 15px;
        padding: 15px;
    }

        .managements .item.hero {
            width: 100%;
        }


    .manager-modal-wrapper {
        width: 100%;
    }

    .manager-modal .fancybox-close-small {
        right: 0;
    }
}


@media screen and (max-width:767px) {
    .managements .item {
        width: calc(50% - 10px);
        margin: 10px 5px;
    }

        .managements .item.hero {
        }

        .managements .item.sub-hero {
            width: 100%;
        }

        .managements .item .manager-name {
            font-size: 16px;
        }

    .manager-modal-wrapper {
        padding: 0;
        min-height: inherit;
        max-height: none;
    }

    .manager-modal .modal-content {
        flex-direction: column-reverse;
        max-height: none;
    }

        .manager-modal .modal-content .content {
            padding: 30px;
        }

        .manager-modal .modal-content .image {
            width: 80%;
            margin: 50px auto 0 auto;
        }
}

img.spinner {
    width: 15%;
    height: 15%;
}

.blockUI.blockOverlay {
    background-color: #27bcdb !important;
    opacity: .4;
}

.cookie-block {
    display: none;
}

.sub-page__content__main-figure figcaption {
    color: #ffffff !important;
}

.calculator-tool {
    margin-bottom: 8px;
}

.footer__tools__message {
    font-size: 15px;
    color: #fff;
}

.sub-page .campaing-list__title a {
    color: #13647f;
}

b {
    font-weight: 600;
}

.sub-page__content__body ul {
    list-style: disc;
    padding-left: 15px;
}
/*@media (min-width: 768px){
    .sub-page .campaing-list__figure {
        height:129px;
    }
}
@media (min-width: 992px) {
    .sub-page .campaing-list__figure {
        height: 178px;
    }
}
@media (min-width: 1200px) {
    .sub-page .campaing-list__figure {
        height: 229px;
    }
}*/
.bank-accounts__item--account-list ul {
    list-style: none;
}

.footer__tools__calculator > a {
    background-color: #fec409;
}

.main-menu li.main-menu__language {
    display: flex;
}

body.home .header__links ul li:first-child {
    display: none;
}

body.home .header__menu {
    display: block;
}

.announcement-content {
    font-family: "Source Sans Pro",sans-serif;
    margin-bottom: 60px !important;
    font-size: 1em;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 2;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

    .announcement-content h3 {
        background: #fff;
        padding: 17px 45px 17px 0;
        border: 0;
        border-bottom: 2px solid #F2F2F2;
        margin: 0;
        position: relative;
        display: block;
        line-height: 1.75;
        letter-spacing: -.49px;
    }

        .announcement-content h3 a {
            font-size: 1.1875rem;
            font-weight: 400;
            color: #13647F;
            cursor: pointer;
        }

        .announcement-content h3::after {
            content: "\e907";
            font-family: icomoon !important;
            font-size: 12px;
            position: absolute;
            right: 30px;
            top: 50%;
            height: 30px;
            line-height: 22px;
            font-weight: 400;
            margin-top: -15px;
            color: #d8d8d8;
        }

.sub-page .braches-list__item {
    min-height: 421px;
}

.main-menu__notices__title a {
    width: auto;
    height: 100% !important;
    white-space: nowrap;
    display: flex !important;
    align-items: center !important;
    line-height: 1.8 !important;
    padding: 0 !important;
}

.padding-r-5 {
    padding-right: 5px !important;
}

.padding-l-5 {
    padding-left: 5px !important;
}

.padding-r-0 {
    padding-right: 0 !important;
}

.padding-l-0 {
    padding-left: 0 !important;
}

.breadcrumb {
    padding: 5px 0;
    margin-bottom: 20px;
    list-style: none;
    font-weight: bold;
}

    .breadcrumb > .active {
        color: #000000;
    }

breadcrumb > li {
    display: inline-block;
    color: #000000;
}

.breadcrumb > li a {
    color: #000000;
}

.breadcrumb > li + li:before {
    color: #000000;
}

.landing-raffle__info-graphics {
    background: url(images/bg-3.png) top center repeat #fff;
}

.sub-page .landing-raffle__info-graphics h2 {
    color: #13647f;
}

.sub-page .landing-raffle__info-graphics .time-line__item h5 {
    color: #13647f;
}

.sub-page .landing-raffle__info-graphics .time-line__item p {
    color: #13647f;
}


.sub-page .app-form__hero__form .form-area .form-group .name, .call-you-fix__main .form-area .form-group .name {
    padding-right: 5px !important;
    padding-left: 0 !important;
}

.sub-page .app-form__hero__form .form-area .form-group .surname, .call-you-fix__main .form-area .form-group .surname {
    padding-right: 0 !important;
    padding-left: 5px !important;
}

.home-banner__slider .swiper-slide .text h1 {
    font-size: 3.1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: -1.47px;
    color: #fff;
    font-family: Gilroy,sans-serif,Helvetica,Arial,sans-serif;
}

@media screen and (max-width: 1199px) {
    .sub-page .app-form__hero__form .form-area .form-group .name, .call-you-fix__main .form-area .form-group .name {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .sub-page .app-form__hero__form .form-area .form-group .surname, .call-you-fix__main .form-area .form-group .surname {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-top: 10px;
    }

    .header__links ul li .btn-link {
        padding-left: 10px !important;
    }
}

.call-you-fix {
    z-index: 552;
}

    .call-you-fix .call-you-fix__main {
        bottom: 50%;
        transform: translateY(50%);
        z-index: 552;
        top: auto;
        position: fixed;
    }

body.home .footer {
    z-index: 299;
}

.footer__tools > section {
    z-index: 551;
}

.header__logo {
    width: 270px;
}

@media screen and (max-width: 1199px) {

    .header__logo {
        width: 220px;
    }
}

@media screen and (max-width: 991px) {
    .header__logo {
        width: 200px;
    }

    .header__links ul li .btn-link {
        padding-left: 5px !important;
    }

    .sub-page .logo_list__item {
        min-height: unset;
    }
}

@media screen and (max-width: 767px) {
    .main-menu li a {
        padding: 8px 10px;
    }
}

.sub-page .braches-list__item__summary address {
    -webkit-line-clamp: 3;
}


.sub-page .complaint-form {
    margin: -40px -40px -10px;
}

.sub-page .complaint-form__hero {
    width: 100%;
    /*    height: 610px;
    background: url(images/bg-turquoise.jpg) center center no-repeat #11657d;
    background-size: cover;*/
    }

.sub-page .complaint-form__hero__form {
    /* float: right; */
    /* width: calc(100% - 730px); */
    height: 100%;
    /* display: flex; */
    padding: 50px;
    align-items: center;
}

    .sub-page .complaint-form__hero__form .form-area {
        width: 100%;
    }

    .sub-page .complaint-form__hero__form .form-group {
        margin-bottom: 10px;
    }

    .sub-page .complaint-form__hero__form .form-area .form-group .name, .call-you-fix__main .form-area .form-group .name {
        padding-right: 5px !important;
        padding-left: 0 !important;
    }

    .sub-page .complaint-form__hero__form .form-group input {
        height: 50px;
        box-shadow: 0 2px 0 0 #154c5e;
        background-color: #fff;
    }

    .sub-page .complaint-form__hero__form .form-area .form-group .surname, .call-you-fix__main .form-area .form-group .surname {
        padding-right: 0 !important;
        padding-left: 5px !important;
    }

    .sub-page .complaint-form__hero__form .form-group input {
        height: 50px;
        box-shadow: none;
        background-color: #fff;
        border: 3px solid #f2f2f2;
    }

    .sub-page .complaint-form__hero__form .btn {
        width: 100%;
        background-color: #fec409;
        color: #fff;
        height: 50px;
        font-weight: 600;
        font-size: 15px;
        padding: 12px;
        margin-top: 0;
    }

    .sub-page .complaint-form__hero__form .form-group .ui-checkbox {
        background-color: #fff;
        border: 2px solid #f2f2f2;
    }

        .sub-page .complaint-form__hero__form .form-group .ui-checkbox::before {
            background: #f2f2f2;
        }

        .sub-page .complaint-form__hero__form .form-group .ui-checkbox ~ .label {
            color: #727272;
        }

            .sub-page .complaint-form__hero__form .form-group .ui-checkbox ~ .label a {
                text-decoration: underline;
                color: #727272;
            }

    .sub-page .complaint-form__hero__form .form-group textarea {
        height: 150px;
        box-shadow: none;
        background-color: #fff;
        border: 3px solid #f2f2f2;
    }

@media screen and (max-width: 1199px) {
    .sub-page .complaint-form__hero__form .form-area .form-group .name, .call-you-fix__main .form-area .form-group .name {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .sub-page .complaint-form__hero__form .form-area .form-group .surname, .call-you-fix__main .form-area .form-group .surname {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-top: 10px;
    }
}

.border2px {
    border: 2px solid #f2f2f2;
}

/*Brand List*/
.brands-list {
    /*   padding: 55px 0;*/
}

    .brands-list .brands-all-item {
        position: relative;
        float: left;
        width: 100%;
        min-height: 530px;
        background: url("../img/footer-bg.html");
        background-size: contain;
        padding: 30px 25px;
        font-size: 29px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.32;
        letter-spacing: -0.19px;
        color: #06233d;
        margin-bottom: 30px;
    }

@media only screen and (min-width: 768px) {
    .brands-list .brands-all-item {
        padding: 55px 50px;
        font-size: 36px;
    }
}

.brands-list .brands-all-item span {
    font-weight: 600;
}

.brands-list .brands-all-item.active .content,
.brands-list .brands-all-item.active .img1,
.brands-list .brands-all-item.active .img2 {
    transform: translateX(0px);
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .brands-list .brands-all-item.active .img1 {
        transform: translateX(0px) translateY(-50%);
    }
}

.brands-list .brands-all-item .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    font-family: "ProximaNovaCond", sans-serif;
    padding-top: 300px;
    transform: translateX(-100px);
    opacity: 0;
    transition: all ease 0.5s;
}

@media only screen and (min-width: 768px) {
    .brands-list .brands-all-item .content {
        padding-top: 0;
        width: 40%;
    }
}

.brands-list .brands-all-item .content p {
    margin-bottom: 35px;
}

.brands-list .brands-all-item .content .buttons {
    align-self: end;
}

.brands-list .brands-all-item img {
    position: absolute;
    transition: all ease 0.5s;
    opacity: 0;
}

    .brands-list .brands-all-item img.img1 {
        right: 25%;
        top: 50px;
        max-width: 250px;
        transition-delay: 0.15s;
        transform: translateX(100px);
    }

@media only screen and (min-width: 768px) {
    .brands-list .brands-all-item img.img1 {
        right: 15%;
        top: 50%;
        transform: translateX(100px) translateY(-50%);
        width: 40%;
        max-width: 425px;
    }
}

.brands-list .brands-all-item img.img2 {
    right: 15%;
    top: 10px;
    max-width: 250px;
    transition-delay: 0.45s;
    transform: translateX(100px);
}

@media only screen and (min-width: 768px) {
    .brands-list .brands-all-item img.img2 {
        right: 5%;
        bottom: 0;
        width: 40%;
        top: auto;
        max-width: 365px;
    }
}

.brands-item {
    position: relative;
    /*float: left;*/
    width: 100%;
    min-height: 530px;
    background-size: cover;
    padding: 30px 25px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-bottom: 30px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .brands-item {
        padding: 55px 50px;
    }
}

.brands-item.color-black {
    color: #2b2a29;
}

.brands-item .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    line-height: 1.81;
    letter-spacing: -0.14px;
    z-index: 2;
    padding-top: 300px;
    transform: translateX(-100px);
    opacity: 0;
    transition: all ease 0.5s;
}

@media only screen and (min-width: 768px) {
    .brands-item .content {
        width: 80%;
        padding-top: 0;
    }
}

.brands-item .content .title {
    font-family: "ProximaNovaCond", sans-serif;
    font-size: 27px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 30px;
}

    .brands-item .content .title span {
        font-weight: 600;
        margin-right: 5px;
    }

.brands-item .content .logo {
    margin-bottom: 50px;
}

.brands-item .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.71;
    letter-spacing: -0.09px;
    margin-bottom: 35px;
}

@media only screen and (min-width: 768px) {
    .brands-item .content p {
        font-size: 17px;
        width: 40%;
    }

    .brands-item.koloholding .content p {
        font-size: 17px;
        width: 58%;
    }
}

.brands-item .content .buttons {
    align-self: end;
}

.brands-item .img1,
.brands-item .img2,
.brands-item .img1-mobile {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all ease 0.5s;
}

.brands-item .img1 {
    transition-delay: 0.15s;
}

.brands-item .img2 {
    transition-delay: 0.45s;
}

.brands-item.active .img1,
.brands-item.active .img2,
.brands-item.active .img1-mobile,
.brands-item.show .img1,
.brands-item.show .img2,
.brands-item.show .img1-mobile {
    opacity: 1;
}

.brands-item.active .content,
.brands-item.show .content {
    transform: translateX(0px);
    opacity: 1;
}

.brands-item.finansevim.active .img1 {
    margin-right: 0;
}

.brands-item.finansevim .img1 {
    margin-right: -25px;
}

@media only screen and (max-width: 768px) {
    .brands-item.finansevim .img1 {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 10px;
        max-height: 285px;
    }
}

@media only screen and (min-width: 768px) {
    .brands-item.finansevim .img1 {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        max-height: 450px;
        max-width: 80%;
        right: 30px;
    }
}


.brands-item.koloholding .img1 {
    right: 30%;
    transform: translateX(20%);
}

@media only screen and (max-width: 768px) {
    .brands-item.koloholding .img1 {
        position: absolute;
        top: 75px;
        max-height: 170px;
    }
}

@media only screen and (min-width: 768px) {
    .brands-item.koloholding .img1 {
        right: 15%;
        bottom: 40px;
        width: 38%;
        max-width: 565px;
    }
}

.brands-item.koloholding.active .img1,
.brands-item.koloholding.active .img2 {
    transform: translateX(0%);
}

.brands-item.koloholding .img2 {
    right: 20%;
    transform: translateX(20%);
}

@media only screen and (max-width: 768px) {
    .brands-item.koloholding .img2 {
        position: absolute;
        top: 10px;
        max-height: 250px;
    }
}

@media only screen and (min-width: 768px) {
    .brands-item.koloholding .img2 {
        right: 5%;
        bottom: 0;
        width: 30%;
        max-width: 350px;
    }
}

.brands-item.otokolo .img1 {
    right: 30%;
    transform: translateX(20%);
}

@media only screen and (max-width: 768px) {
    .brands-item.otokolo .img1 {
        position: absolute;
        top: 75px;
        max-height: 170px;
    }
}

@media only screen and (min-width: 768px) {
    .brands-item.otokolo .img1 {
        right: 15%;
        bottom: 40px;
        width: 50%;
        max-width: 565px;
    }
}

.brands-item.otokolo.active .img1,
.brands-item.otokolo.active .img2 {
    transform: translateX(0%);
}

.brands-item.otokolo .img2 {
    right: 20%;
    transform: translateX(20%);
}

@media only screen and (max-width: 768px) {
    .brands-item.otokolo .img2 {
        position: absolute;
        top: 10px;
        max-height: 250px;
    }
}

@media only screen and (min-width: 768px) {
    .brands-item.otokolo .img2 {
        right: 5%;
        bottom: 0;
        width: 30%;
        max-width: 350px;
    }
}

.brands-item.haber-international.active .img1 {
    margin-right: 0;
}

.brands-item.haber-international .img1 {
    margin-right: -25px;
}

@media only screen and (max-width: 768px) {
    .brands-item.haber-international .img1 {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 10px;
        max-height: 285px;
    }
}

@media only screen and (min-width: 768px) {
    .brands-item.haber-international .img1 {
        max-height: 450px;
        max-width: 60%;
        top: 100px;
        right: 10px;
    }
}

.brands-item.vbtt .img1 {
    display: none;
    transform: translateX(100%);
}

@media only screen and (min-width: 768px) {
    .brands-item.vbtt .img1 {
        max-height: 100%;
        top: 0;
        right: 0;
        display: block;
    }
}

.brands-item.vbtt.active .img1 {
    transform: translateX(0%);
}

.brands-item.vbtt.active .img1-mobile {
    transform: translateY(0%);
}

.brands-item.vbtt .img1-mobile {
    transform: translateY(-100%);
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}

@media only screen and (min-width: 768px) {
    .brands-item.vbtt .img1-mobile {
        display: none;
    }
}

.brands-item.international-medya.active .img1 {
    margin-right: 0;
}

.brands-item.international-medya .img1 {
    margin-right: -25px;
}

@media only screen and (max-width: 768px) {
    .brands-item.international-medya .img1 {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 10px;
        max-height: 285px;
    }
}

@media only screen and (min-width: 768px) {
    .brands-item.international-medya .img1 {
        max-height: 100%;
        max-width: 60%;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
}

.brands-item.iq-sigorta {
    background-image: linear-gradient(354deg, #e6e6e6 100%, #fff 29%);
}

    .brands-item.iq-sigorta.active .img1 {
        margin-right: 0;
    }

    .brands-item.iq-sigorta .img1 {
        margin-right: -25px;
    }

@media only screen and (max-width: 768px) {
    .brands-item.iq-sigorta .img1 {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 10px;
        max-height: 285px;
    }
}

@media only screen and (min-width: 768px) {
    .brands-item.iq-sigorta .img1 {
        max-height: 100%;
        max-width: 70%;
        right: -100px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.brands-item.real-estate.active .img1 {
    margin-right: 0;
}

.brands-item.real-estate .img1 {
    margin-right: -25px;
}

@media only screen and (max-width: 768px) {
    .brands-item.real-estate .img1 {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 10px;
        max-height: 285px;
    }
}

@media only screen and (min-width: 768px) {
    .brands-item.real-estate .img1 {
        max-height: 100%;
        max-width: 70%;
        right: -100px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.button-third {
    font-family: "ProximaNova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.18px;
    padding: 0 50px 0 16px;
    background: #06233d;
    line-height: 47px;
    color: #fff;
    position: relative;
    display: inline-block;
    border: none;
    outline: none;
    transition: all ease .5s;
}

    .button-third:before {
        content: url("images/icons-svg/icon-arrow-right-white.svg");
        position: absolute;
        right: 16px;
        top: 0;
    }

    .button-third:hover {
        background: #fff;
        color: #06233d;
    }

        .button-third:hover:before {
            content: url("images/icons-svg/icon-arrow-right-dark.svg");
        }

.buttons a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.button-third.white {
    background: #fff;
    color: #06233d;
    margin-top: 10px;
}

    .button-third.white:before {
        content: url("images/icons-svg/icon-arrow-right-dark.svg");
    }

    .button-third.white:hover {
        background: #06233d;
        color: #fff;
    }

        .button-third.white:hover:before {
            content: url("images/icons-svg/icon-arrow-right-white.svg");
        }

.buttons a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.brands-item .content .title.white {
    color: #fff;
}

.form-group label.error {
    background: red;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    margin-top: 4px;
}

.ui-checkbox::before {
    content: url("images/check.png");
    color: #fff;
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: -2px;
    width: 12px;
    height: 12px;
    opacity: 0;
    background: none;
}


/*.sub-page__content__body h2 {
    font-weight: 600;
    letter-spacing: normal;
    color: #727272;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1rem;
    display: contents;
}*/

@media only screen and (min-width: 768px) {
    .footer__tools__about__main nav a {
        min-height: 55px;
    }
}

.form-group label.error {
    width: auto !important;
}

.header__links ul li .btn-link {
    padding-left: 20px;
}

.sub-page .campaing-list__spot-text {
    -webkit-line-clamp: unset;
}


.sub-page .logo_list__item {
    min-height: unset;
}

.error-page {
    background-color: #0088a4;
    height: 100%;
}

body.home .header__links.error ul li:first-child {
    display: flex;
}

.header__links.error ul li .btn-link {
    background-color: #0088a4 !important;
}

.visible-xs-foot-phone {
    display: none;
    text-align:center;
    line-height:20px;
}

.visible-xs-foot-phone a {
    font-size: 1rem!important;
    font-weight: 600!important;
    color: #00767b!important;
}

@media screen and (max-width: 767px) {
    .header__links.error {
        display:none;
    }
    .visible-xs-foot-phone {
        display: flex;
        margin-bottom: 0px!important;
    }
}

.solo-hero {
    margin-right: 50%!important;
}

#icon-youtube {
    fill: #fff;
}

#icon-youtube:hover {
    fill: #fec409;
}

.main-menu__kolo img {
    width: 40px;
}

@media screen and (max-width: 991px) {
    body .error-page .header__links, body.home .header__links {
        margin-left: -24px;
        margin-right: -24px;
        width: calc(100% + 48px);
    }

    .header__links ul li {
        width: 80%;
    }

    .header__links ul li .btn-link {
        height: 51px;
        width: 100% !important;
        padding: 0 10px;
        justify-content: center;
    }

    .header__menu {
        width: 32px;
        height: 32px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 75px;
        right: 20px;
    }

    .header__menu::before {
        content: none;
    }

    .hidden-s {
        display: none !important;
    }

    .container {
        width: auto;
    }

    .header__links__saving-systems-2::before {
        content: none;
    }
}

.home-banner__slider .swiper-slide .img {
    background-size: 95% auto;
}

.header__links ul li:first-child {
    display: flex!important;
}

body, body.home {
    background: #ccc;
}

a {
    color: #021059;
}

a:hover {
    color: #021059;
}

.header__links ul li .btn-link {
    background: #28c1c5;
}

.header__links ul li .btn-link:hover {
    background: #0c8f94;
}

.header__links__saving-systems:hover {
    background-color: #0c8f94 !important;
}

.header__links__saving-systems-2 {
    background: #0c8f94 !important;
}

.header__links__saving-systems-2:hover {
    background: #078489 !important;
}

.header__links__saving-systems-2::before {
    border-bottom: 15px solid #021059;
    border-right: 15px solid #0c8f94;
}

.header__links__join-now {
    background: #08596f!important;
}

.header__links__join-now:hover {
    background: #00767b !important;
}

.call-you-fix > a {
    background-color: #078489;
}

.call-you-fix > a:hover {
    background-color: #faa20b;
}

.btn {
    background-color: #00767b;
}

body.home .main-menu {
    background: #00767b;
}

.footer__main__exchange .item span {
    color: #00767b;
}

.footer__tools > section > .tool-main {
    background: #0c8f94;
}

.calculator-tool__result {
    background-color: #00767b;
}

.color-turquoise {
    color: #28c1c5 !important;
}

.calculator-tool__fields .ui-slider {
    background-color: #078489;
}

.calculator-tool__fields .ui-slider-pips .ui-slider-line {
    background: #0c8f94;
}

.footer__tools > section.active > a {
    background: #0c8f94;
}

.footer__tools__about__main nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.call-you-fix__main .form-area .btn {
    background: #0c8f94;
}

.header__menu__main, .header__menu.menu-active {
    background-color: #078489;
}

.header__menu__main nav > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.backdrop {
    background-color: #021059;
}

.sub-page__content__header h1, .sub-page .campaing-list__title a {
    color: #021059;
}

.managements .item.hero {
    background: url(images/managements/symbol-01.png) no-repeat right bottom #078489;
}

.managements .item {
    background-color: #e8f6f6;
    background: url(images/managements/symbol-02.png) no-repeat right bottom #e8f6f6;
}

.sub-page__content__body blockquote {
    color: #078489;
}

.sub-page .job-posting__list .item .branch {
    background-color: #00767b;
}

.sub-page .app-form__save-model .title h3 {
    color: #078489;
}

.sub-page .app-form__save-model-slider h4 {
    color: #078489;
}

.sub-page .app-form__save-model-slider a {
    color: #021059;
}

.sub-page .app-form__calculator {
    background-color: #0c8f94;
}

.ui-accordion .ui-accordion-header {
    color: #0c8f94;
}

.sub-page .landing-raffle__info-graphics h2, .sub-page .landing-raffle__info-graphics .time-line__item h5,
.sub-page .full-contact-block__main .branch-link, .sub-page .full-contact-block__main .branch-link a,
.sub-page__content__header .right-nav, .sub-page .braches-list__item__title,
.sub-page__content__body > a, .sub-page__content__body > div > p > a, .sub-page__content__body > p > a {
    color: #078489;
}

@media screen and (max-width: 991px) {
    .main-menu {
        background: #021059!important;
    }
    .main-menu li a, .main-menu__notices {
        background-color: #00767b;
    }
}
.sub-page .landing-raffle {
    background: url(images/bg-turquoise.jpg) center top #078489;
    background-size: cover;
}

.sub-page .app-form__hero {
    background: url(images/bg-turquoise.jpg) center center no-repeat #078489;
    background-size: cover;
}

.cookie-block {
    background-color: #00767b;
}

.cookie-block .btn {
    background-color: #078489;
}
