* {
    font-family: Montserrat, sans-serif !important
}

.appear-animation {
    opacity: 0
}

.appear-animation-visible {
    opacity: 1
}

.animated,
.appear-animation {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpMd {
    0% {
        opacity: 0;
        -webkit-transform: translateY(45px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUpMd {
    0% {
        opacity: 0;
        -moz-transform: translateY(45px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUpMd {
    0% {
        opacity: 0;
        -o-transform: translateY(45px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUpMd {
    0% {
        opacity: 0;
        transform: translateY(45px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpMd {
    -webkit-animation-name: fadeInUpMd;
    -moz-animation-name: fadeInUpMd;
    -o-animation-name: fadeInUpMd;
    animation-name: fadeInUpMd
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes moveInUp {
    0% {
        -webkit-transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes moveInUp {
    0% {
        -moz-transform: translateY(20px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes moveInUp {
    0% {
        -o-transform: translateY(20px)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes moveInUp {
    0% {
        transform: translateY(20px)
    }

    100% {
        transform: translateY(0)
    }
}

.moveInUp {
    -webkit-animation-name: moveInUp;
    -moz-animation-name: moveInUp;
    -o-animation-name: moveInUp;
    animation-name: moveInUp
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 25px auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .85
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #0e8533
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #0e8533
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.scroll-up {
    display: block;
    bottom: 0;
    right: 10px;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #404040;
    opacity: 0;
    line-height: 53px;
    font-size: 16px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    z-index: 1040;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.scroll-up:active,
.scroll-up:focus,
.scroll-up:hover {
    color: #fff
}

.scroll-up.visible:hover {
    opacity: 1
}

.scroll-up.visible {
    opacity: .75
}

.card-block {
    width: 450px;
    height: 600px;
    padding: 45px 45px 55px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background: #0252ab
}

.card-block .btn-wrap {
    -webkit-transition: opacity .2s ease-in, bottom .2s ease-in;
    transition: opacity .2s ease-in, bottom .2s ease-in
}

.card-form {
    -webkit-transition: opacity .3s ease-in .2s, right .3s ease-out .2s;
    transition: opacity .3s ease-in .2s, right .3s ease-out .2s
}

.cb-form-showed .cfw-info {
    top: -390px;
    opacity: 0
}

.cb-form-showed.card-block .btn-wrap {
    bottom: -80px;
    opacity: 0
}

.cb-form-showed .card-form {
    right: 0;
    opacity: 1;
    visibility: visible
}

.arrow-container {
    position: relative
}

.arrow-container>* {
    position: relative;
    z-index: 2
}

.arrow-container:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -35px;
    z-index: 1;
    width: 70px;
    height: 70px;
    background-color: inherit;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ci-advantages {
    padding: 125px 0 0;
    background: #efefef;
    background: -webkit-linear-gradient(left, #efefef 0, #efefef 50%, #f7f7f7 50%, #f7f7f7 100%);
    background: linear-gradient(to right, #efefef 0, #efefef 50%, #f7f7f7 50%, #f7f7f7 100%)
}

.cia-list {
    position: relative;
    margin-bottom: 80px
}

.cia-list h4 {
    margin-bottom: 60px
}

.cia-list>div:first-child h4 {
    text-align: right
}

.cia-list>div:nth-child(2) {
    float: right
}

.graph-list {
    opacity: 1 !important
}

.graph-list li {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    height: 30px;
    padding: 5px 0 0 55px;
    color: #465776;
    position: relative;
    margin-bottom: 50px;
    -webkit-transition: color .3s ease-in 3s;
    transition: color .3s ease-in 3s
}

.graph-list-right.graph-list li {
    padding: 5px 55px 0 0;
    text-align: right;
    -webkit-transition: color .3s ease-in 2.1s;
    transition: color .3s ease-in 2.1s
}

.graph-list li:after,
.graph-list li:before {
    content: "";
    background-color: #465776;
    display: block;
    width: 6px;
    position: absolute;
    top: 28px;
    left: 11px
}

.graph-list-right.graph-list li:after,
.graph-list-right.graph-list li:before {
    left: auto;
    right: 11px
}

.graph-list li:before {
    height: 52px
}

.graph-list li:after {
    height: 0;
    background-color: #0e8533;
    -webkit-transition: height .6s ease-in 3s;
    transition: height .6s ease-in 3s
}

.graph-list li:last-child:after,
.graph-list li:last-child:before {
    display: none
}

.graph-list.graph-list-right li:nth-child(3):after {
    display: none
}

.gl-dot-item {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    display: block;
    width: 28px;
    height: 28px;
    background-color: #465776;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: box-shadow .3s ease-in 3s;
    transition: box-shadow .3s ease-in 3s
}

.graph-list-right .gl-dot-item {
    left: auto;
    right: 0
}

.graph-list-right li:nth-child(3) .gl-dot-item {
    -webkit-transition: box-shadow .3s ease-in 2.1s;
    transition: box-shadow .3s ease-in 2.1s
}

.gl-dot-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    background-color: #0e8533
}

.graph-list.graph-list-right li:last-child .gl-dot-item:before {
    display: none
}

.graphListAnimate.graph-list.graph-list-right li:nth-child(3) .gl-dot-item,
.graphListAnimate.graph-list:not(.graph-list-right) li:last-child .gl-dot-item {
    box-shadow: 0 0 0 6px #0e8533
}

.graphListAnimate.graph-list li .gl-dot-item:before {
    height: 100%
}

.graphListAnimate.graph-list.graph-list-right li:nth-child(3) .gl-dot-item:before,
.graphListAnimate.graph-list:not(.graph-list-right) li:last-child .gl-dot-item:before {
    background-color: #efefef
}

.graphListAnimate.graph-list.graph-list-right li:not(:nth-child(3)) .gl-dot-item:before,
.graphListAnimate.graph-list:not(.graph-list-right) li:not(:last-child) .gl-dot-item:before {
    opacity: 0
}

.graphListAnimate.graph-list li:after {
    height: 52px;
    opacity: 0
}

.graphListAnimate.graph-list.graph-list-right li:nth-child(3),
.graphListAnimate.graph-list:not(.graph-list-right) li:last-child {
    color: #0e8533
}

.graphListAnimate.graph-list li:nth-child(1) .gl-dot-item:before {
    -webkit-transition: height .3s ease-in 0s, background-color 150ms ease-in 3s, opacity .3s ease-in 3.3s;
    transition: height .3s ease-in 0s, background-color 150ms ease-in 3s, opacity .3s ease-in 3.3s
}

.graphListAnimate.graph-list li:nth-child(1):after {
    -webkit-transition: height .6s ease-in .3s, opacity .3s ease-in 3.3s;
    transition: height .6s ease-in .3s, opacity .3s ease-in 3.3s
}

.graphListAnimate.graph-list.graph-list-right li:nth-child(1) .gl-dot-item:before {
    -webkit-transition: height .3s ease-in 0s, background-color 150ms ease-in 3s, opacity .3s ease-in 2.4s;
    transition: height .3s ease-in 0s, background-color 150ms ease-in 3s, opacity .3s ease-in 2.4s
}

.graphListAnimate.graph-list.graph-list-right li:nth-child(1):after {
    -webkit-transition: height .6s ease-in .3s, opacity .3s ease-in 2.4s;
    transition: height .6s ease-in .3s, opacity .3s ease-in 2.4s
}

.graphListAnimate.graph-list li:nth-child(2) .gl-dot-item:before {
    -webkit-transition: height .3s ease-in .9s, background-color 150ms ease-in 3s, opacity .3s ease-in 3.3s;
    transition: height .3s ease-in .9s, background-color 150ms ease-in 3s, opacity .3s ease-in 3.3s
}

.graphListAnimate.graph-list li:nth-child(2):after {
    -webkit-transition: height .6s ease-in 1.2s, opacity .3s ease-in 3.3s;
    transition: height .6s ease-in 1.2s, opacity .3s ease-in 3.3s
}

.graphListAnimate.graph-list.graph-list-right li:nth-child(2) .gl-dot-item:before {
    -webkit-transition: height .3s ease-in .9s, background-color 150ms ease-in 3s, opacity .3s ease-in 2.4s;
    transition: height .3s ease-in .9s, background-color 150ms ease-in 3s, opacity .3s ease-in 2.4s
}

.graphListAnimate.graph-list.graph-list-right li:nth-child(2):after {
    -webkit-transition: height .6s ease-in 1.2s, opacity .3s ease-in 2.4s;
    transition: height .6s ease-in 1.2s, opacity .3s ease-in 2.4s
}

.graphListAnimate.graph-list li:nth-child(3) .gl-dot-item:before {
    -webkit-transition: height .3s ease-in 1.8s, background-color 150ms ease-in 3s, opacity .3s ease-in 3.3s;
    transition: height .3s ease-in 1.8s, background-color 150ms ease-in 3s, opacity .3s ease-in 3.3s
}

.graphListAnimate.graph-list li:nth-child(3):after {
    -webkit-transition: height .6s ease-in 2.1s, opacity .3s ease-in 3.3s;
    transition: height .6s ease-in 2.1s, opacity .3s ease-in 3.3s
}

.graphListAnimate.graph-list.graph-list-right li:nth-child(3) .gl-dot-item:before {
    -webkit-transition: height .3s ease-in 1.8s, background-color 150ms ease-in 2.4s, opacity .3s ease-in 2.4s;
    transition: height .3s ease-in 1.8s, background-color 150ms ease-in 2.4s, opacity .3s ease-in 2.4s
}

.graphListAnimate.graph-list li:nth-child(4) .gl-dot-item:before {
    -webkit-transition: height .3s ease-in 2.7s, background-color 150ms ease-in 3s, opacity .3s ease-in 3.3s;
    transition: height .3s ease-in 2.7s, background-color 150ms ease-in 3s, opacity .3s ease-in 3.3s
}

.graphListAnimate.graph-list li:nth-child(4):after {
    -webkit-transition: height .6s ease-in 3s, opacity .3s ease-in 3.3s;
    transition: height .6s ease-in 3s, opacity .3s ease-in 3.3s
}

.gl-big {
    max-width: 880px;
    margin: 0 auto
}

.graph-list.gl-big li {
    font-size: 34px;
    line-height: 1;
    height: 170px;
    padding: 12px 0 0 100px;
    margin-bottom: 100px;
    -webkit-transition: color .3s ease-in 2.7s;
    transition: color .3s ease-in 2.7s
}

.graph-list.gl-big li br {
    display: none
}

.graph-list.gl-big li:last-child {
    height: 120px
}

.graph-list.gl-big li:after,
.graph-list.gl-big li:before {
    width: 12px;
    top: 60px;
    left: 24px
}

.graph-list.gl-big li:before {
    height: 210px
}

.gl-big .gl-dot-item {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 62px;
    color: #fff;
    -webkit-transition: box-shadow .3s ease-in 2.7s;
    transition: box-shadow .3s ease-in 2.7s
}

.gl-big .gl-dot-item:before {
    overflow: hidden
}

.graphListAnimate.graph-list.gl-big li:last-child .gl-dot-item {
    box-shadow: 0 0 0 9px #0e8533
}

.graphListAnimate.graph-list.gl-big li:last-child .gl-dot-item:before {
    color: #333
}

.gl-big .gl-subinfo {
    left: 100px;
    top: 60px;
    font-size: 24px;
    font-weight: 400;
    max-width: 700px
}

.graphListAnimate.graph-list.gl-big li:after {
    height: 210px;
    opacity: 0
}

.graphListAnimate.graph-list.gl-big li:nth-child(1) .gl-dot-item:before {
    -webkit-transition: height .3s ease-in 0s, background-color 150ms ease-in 3s, opacity .3s ease-in 3s;
    transition: height .3s ease-in 0s, background-color 150ms ease-in 3s, opacity .3s ease-in 3s
}

.graphListAnimate.graph-list.gl-big li:nth-child(1):after {
    -webkit-transition: height .9s ease-in .3s, opacity .3s ease-in 3s;
    transition: height .9s ease-in .3s, opacity .3s ease-in 3s
}

.graphListAnimate.graph-list.gl-big li:nth-child(2) .gl-dot-item:before {
    -webkit-transition: height .3s ease-in 1.2s, background-color 150ms ease-in 3s, opacity .3s ease-in 3s;
    transition: height .3s ease-in 1.2s, background-color 150ms ease-in 3s, opacity .3s ease-in 3s
}

.graphListAnimate.graph-list.gl-big li:nth-child(2):after {
    -webkit-transition: height .9s ease-in 1.5s, opacity .3s ease-in 3s;
    transition: height .9s ease-in 1.5s, opacity .3s ease-in 3s
}

.graphListAnimate.graph-list.gl-big li:nth-child(3) .gl-dot-item:before {
    -webkit-transition: height .3s ease-in 2.4s, background-color 150ms ease-in 3s, color 250ms ease-in 3s, opacity .3s ease-in 3s;
    transition: height .3s ease-in 2.4s, background-color 150ms ease-in 3s, color 250ms ease-in 3s, opacity .3s ease-in 3s
}

.gl-num li:nth-child(1) .gl-dot-item:before {
    content: "1"
}

.gl-num li:nth-child(2) .gl-dot-item:before {
    content: "2"
}

.gl-num li:nth-child(3) .gl-dot-item:before {
    content: "3"
}

.gl-subinfo {
    position: absolute;
    left: 55px;
    top: 27px;
    font-family: Lato, sans-serif;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 300;
    color: #333
}

.gl-subinfo strong {
    font-weight: 700
}

.graph-list-right .gl-subinfo {
    left: auto;
    right: 55px
}

.gl-subinfo .gls-wrap {
    display: block;
    margin-bottom: 15px
}

.gl-subinfo a {
    font-weight: 400
}

.cia-img {
    width: 270px;
    height: 435px;
    background-image: url(../img/card-bg.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -135px;
    box-shadow: 0 0 43px rgba(0, 0, 0, .45);
    border-radius: 10px;
    overflow: hidden
}

.cia-img-hid {
    width: 380px;
    height: 236px;
    background-image: url(../img/card-bg-hid.jpg);
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 43px rgba(0, 0, 0, .45);
    border-radius: 10px;
    overflow: hidden;
    margin: 25px auto 0;
    display: none
}

.cia-letters {
    position: relative
}

.cial-header {
    text-align: center;
    position: absolute;
    width: 180px;
    top: 55px;
    left: 50%;
    margin-left: -90px
}

.cia-letters>div:last-child,
.cia-letters>div:nth-child(2) {
    overflow: hidden;
    padding: 20px 25px 0;
    height: 200px
}

.cia-letters>div:last-child {
    float: right
}

.cia-letters>div:nth-child(2) .cia-letter-item {
    float: right
}

.cia-letter-item {
    display: block;
    width: 350px;
    height: 180px;
    background-position: top center;
    background-size: cover;
    opacity: .8;
    box-shadow: 0 0 15px rgba(0, 0, 0, .27);
    position: relative;
    bottom: -10px;
    -webkit-transition: bottom .2s ease-in, box-shadow .2s ease-in, opacity .2s ease-in;
    transition: bottom .2s ease-in, box-shadow .2s ease-in, opacity .2s ease-in
}

.cia-letter-item:hover {
    opacity: 1;
    bottom: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, .45)
}

.calculator-section {
    background-color: #0053a9
}

.calculator-section h2 {
    color: #fff
}

.calculator-section .sub-header,
.calculator-section h2 {
    color: #fff
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
    transition: top .3s, right .3s, bottom .3s, left .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 10px !important
}

.noUi-horizontal .noUi-handle {
    width: 38px;
    height: 38px;
    left: -19px;
    top: -14px;
    cursor: pointer
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-target {
    background: #fafafa;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.noUi-target.noUi-state-tap {
    background: #f1f1f1
}

.noUi-connect {
    background: #b6aba9;
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
    cursor: default;
    box-shadow: 0 0 12px rgba(0, 0, 0, .7);
    -webkit-transition: background .15s ease-in, box-shadow .15s ease-in;
    transition: background .15s ease-in, box-shadow .15s ease-in
}

.noUi-active {
    background: #f1f1f1;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5)
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    text-align: center;
    white-space: nowrap;
    color: #fdfdfd
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-sub {
    background: #aaa
}

.noUi-marker-large {
    background: #fafafa
}

.noUi-pips-horizontal {
    height: 80px;
    top: 100%;
    left: 1px;
    width: calc(100% - 2px)
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 25px, 0);
    transform: translate3d(-50%, 25px, 0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 12px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.calculator-wrap {
    margin: 90px auto
}

.slider-input-field {
    text-align: center;
    margin-bottom: 35px
}

.interactive-val {
    outline: 0 !important;
    font-family: inherit;
    padding: 6px 12px;
    height: 45px;
    width: 190px;
    border-radius: 4px;
    font-size: 24px;
    line-height: 1.42857143;
    background-color: transparent;
    text-align: center;
    color: #fdfdfd;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, .3);
    margin: 0;
    -webkit-transition: background .1s ease-in, color .1s ease-in;
    transition: background .1s ease-in, color .1s ease-in
}

.interactive-val:focus {
    background-color: rgba(255, 255, 255, .95);
    color: #0e8533
}

.calculator-result {
    text-align: center
}

.calculator-result>span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1
}

.cr-currency {
    font-size: 70px;
    top: -30px
}

.cr-value {
    font-size: 140px;
    font-weight: 900
}

.cr-desc {
    font-size: 50px;
    top: 40px
}

.cw-item {
    min-height: 200px
}

.cw-item-desc {
    text-align: center;
    color: #fdfdfd;
    font-size: 26px;
    margin-bottom: 5px
}

.cwid-small {
    color: rgba(253, 253, 253, .5);
    font-size: 13px !important;
    margin: 0 !important;
    text-align: center
}

.img-info-wrap {
    text-align: center
}

.img-info-wrap img {
    width: auto;
    height: 160px;
    margin-bottom: 20px
}

.img-info-wrap p {
    line-height: 1.6
}

.img-info-wrap a {
    font-size: 22px
}

.bg-img-info {
    color: #fff;
    font-size: 24px;
    padding: 170px 0
}

.bg-img-info h3 {
    color: #fff;
    text-align: left
}

.bg-img-info .container>.row>div {
    float: right
}

.tiles-row-block {
    background-color: #efefef;
    margin-bottom: -50px
}

.tiles-row-block>.container {
    position: relative;
    top: -80px
}

.tiles-row-wrap {
    max-width: 1440px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex
}

.tiles-row-wrap h4 {
    margin-bottom: 0;
    color: #fff
}

.tiles-row-wrap>div {
    height: 370px;
    width: 25%;
    padding: 60px 40px 40px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex
}

.tiles-row-wrap>div:first-child {
    background-color: #005ec7
}

.tiles-row-wrap>div:nth-child(2),
.tiles-row-wrap>div:nth-child(3) {
    border-right: 1px solid #ccc
}

.contact-info-section,
.contacts-section {
    background-color: #efefef
}

.page-hero {
    padding: 270px 0 190px;
    background-image: url(../img/bg-page-hero.jpg)
}

.page-hero h1 {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.section-triangle-list {
    background: -webkit-linear-gradient(left, #f7f7f7 0, #f7f7f7 50%, #fff 50%, #fff 100%);
    background: linear-gradient(to right, #f7f7f7 0, #f7f7f7 50%, #fff 50%, #fff 100%)
}

.stl-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.stl-item:not(:last-child) {
    margin-bottom: 120px
}

.stl-item>div {
    width: 50%;
    padding: 0 80px;
    position: relative
}

.stl-item>div:first-child {
    padding: 0 45px 0 0
}

.stl-item>div:last-child {
    padding: 0 0 0 80px;
    font-size: 21px;
    color: #333
}

.stl-item>div:first-child:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -35px;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 35px solid transparent;
    border-left: 35px solid #f7f7f7
}

.stl-item h4 {
    color: #0053a9;
    margin: 0
}

.hwi-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.hwi-item:not(:last-child) {
    margin-bottom: 100px
}

.hwi-item>div {
    width: 50%
}

.hwi-img {
    background-position: center;
    background-size: cover;
    -webkit-align-self: stretch;
    align-self: stretch;
    height: 460px
}

.hwi-info {
    padding: 0 0 0 80px;
    font-size: 24px
}

.hwi-info h3 {
    text-align: left
}

.hwi-item:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.hwi-item:nth-child(even) .hwi-info {
    padding: 0 80px 0 0;
    text-align: right
}

.hwi-item:nth-child(even) .hwi-info h3 {
    text-align: right
}

.icon-info-line {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    color: #465776;
    font-weight: 700
}

.icon-info-line:not(:last-child) {
    margin-bottom: 20px
}

.icon-info-line>div:first-child {
    width: 110px
}

.iil-img {
    display: block;
    width: 58px;
    height: 75px;
    background-size: 58px auto;
    background-image: url(../img/icons.png)
}

.iil-phone {
    background-position: 0 0
}

.iil-email {
    background-position: 0 -75px
}

.iil-map {
    background-position: 0 -150px
}

.iil-social {
    background-position: 0 -225px
}

.social-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: 35px auto;
    background-image: url(../img/icons-social.png);
    opacity: .8
}

.social-icon:hover {
    opacity: 1
}

.social-icon:not(:last-child) {
    margin-right: 15px
}

.si-fb {
    background-position: 0 0
}

.si-in {
    background-position: 0 -35px
}

.contact-info-section h3 {
    text-align: left;
    margin-bottom: 50px
}

.form-tile-wrap {
    background-color: #0252ab;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 35px 35px 45px
}

.form-tile-wrap h4 {
    color: #fff
}

.form-tile-wrap .fg-btn {
    margin-top: 25px
}

.form-tile-wrap .fg-btn .btn {
    width: 100%
}

.tr-form .fg-btn {
    padding-top: 10px
}

.tr-form .fg-btn .btn {
    width: 100%
}

.center-form .fg-btn .btn {
    width: 100%
}

.cis-wrap {
    max-width: 1100px;
    margin: 0 auto
}

#googlemaps {
    height: 500px;
    background-color: #94a9b5
}

.dotted-list-section {
    padding: 0
}

.bg-grey {
    background-color: #efefef
}

.dl-wrap {
    padding: 100px 0
}

.dotted-list {
    max-width: 880px;
    margin: 0 auto
}

.dotted-list li {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    color: #465776
}

.dotted-list li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #465776;
    border-radius: 50%
}

.dotted-list li:not(:last-child) {
    margin-bottom: 25px
}

.cta-block {
    background-color: #0252ab;
    padding: 45px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.cta-block>div {
    padding: 0 15px
}

.cta-block>div:not(:last-child) {
    margin-right: 30px
}

.cta-block h3 {
    color: #fdfdfd;
    text-align: left
}

.cta-block h3:last-child {
    margin-bottom: 0
}

.img-head-block {
    background-color: #f7f7f7
}

.img-head-block .row>div:first-child {
    padding-right: 45px
}

.img-head-block .row>div:last-child {
    padding-left: 45px
}

.head-logo {
    margin-bottom: 20px
}

.head-logo img {
    max-height: 45px;
    width: auto
}

.dotted-list-section .img-head-block,
.dotted-list-section .left-right-text {
    margin-bottom: 50px
}

.img-head-block,
.left-right-text {
    padding: 80px 0
}

.lrt-wrap>div {
    padding: 0 50px
}

.lrt-wrap p:last-of-type {
    margin-bottom: 35px
}

.lrt-wrap h3 {
    color: #465776
}

.lrt-wrap>div:first-child {
    text-align: right
}

.lrt-wrap>div:first-child h3 {
    text-align: right
}

.lrt-wrap>div:last-child h3 {
    text-align: left
}

.vertical-separate-bg {
    background: #efefef;
    background: -webkit-linear-gradient(left, #efefef 0, #efefef 50%, #f7f7f7 50%, #f7f7f7 100%);
    background: linear-gradient(to right, #efefef 0, #efefef 50%, #f7f7f7 50%, #f7f7f7 100%)
}

.section-triangle-block {
    background: -webkit-linear-gradient(left, #fff 0, #fff 55%, #f7f7f7 55%, #f7f7f7 100%);
    background: linear-gradient(to right, #fff 0, #fff 55%, #f7f7f7 55%, #f7f7f7 100%)
}

.stb-item {
    display: -webkit-flex;
    display: flex
}

.stb-item>div {
    padding: 0 75px;
    position: relative
}

.stb-item>div:first-child {
    width: 55%
}

.stb-item>div:last-child {
    width: 45%
}

.stb-item>div:first-child:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -20px;
    left: 100%;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid transparent;
    border-left: 40px solid #fff
}

.stb-item>div:first-child h4 {
    color: #465776
}

.comparison-lighbox {
    width: 100%;
    max-width: 900px;
    margin: 0 auto
}

.cl-header {
    position: relative;
    color: #333;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif
}

.clh-center {
    width: 55px;
    height: 55px;
    line-height: 59px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    color: #fdfdfd;
    background-color: #0e8533
}

.clh-aside {
    position: absolute;
    top: 10px;
    font-size: 22px;
    width: 350px;
    font-weight: 600
}

.clh-aside span {
    font-weight: 300
}

.clh-left {
    right: 50%;
    text-align: right;
    margin-right: 55px
}

.clh-right {
    left: 50%;
    margin-left: 55px
}

.cl-letters:after {
    content: "";
    display: block;
    clear: both
}

.cl-letters img {
    display: block;
    float: left;
    width: calc(50% - 22px);
    height: auto;
    box-shadow: 0 0 35px rgba(0, 0, 0, .5)
}

.cl-letters img:first-child {
    margin-right: 44px
}

.mfp-bg.my-mfp-slide-bottom {
    background-color: #dfe0e1
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg.my-mfp-slide-bottom {
    opacity: .9
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg.my-mfp-slide-bottom.mfp-removing {
    opacity: 0
}

.my-mfp-slide-bottom button.mfp-close {
    color: #333;
    font-size: 35px
}

.footer-content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.footer-content ul {
    text-align: right
}

.footer-content ul li {
    display: inline-block;
    line-height: 1
}

.footer-content ul li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #777
}

#footer a {
    color: #ccc
}

#footer a:hover {
    color: #fdfdfd
}

.footer-content img {
    max-width: 140px;
    margin-right: 20px
}

.fc-logo>* {
    display: inline-block;
    vertical-align: middle
}

.footer-desc {
    margin-top: 15px;
    text-align: right;
    color: #777;
    font-size: 13px
}

.footer-desc>* {
    display: inline-block
}

.footer-desc img {
    max-width: 120px;
    margin-left: 15px
}

.triangle-list {
    text-align: center;
    font-size: 23px
}

.triangle-list li {
    margin-bottom: 20px
}

.triangle-list a {
    position: relative
}

.center-form {
    max-width: 700px;
    margin: 50px auto
}

.vh-section {
    padding: 120px 0 0;
    min-height: 100vh
}

.vh-section.bg-grey:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px
}

.vh-section>* {
    z-index: 2
}

.bg-gradient {
    background-image: url(../img/bg-gradient.jpg)
}

.vh-section .ci-desc .sub-header {
    margin-bottom: 20px
}

.vh-section h3 {
    color: #0e8533
}

.form-section .dl-wrap {
    padding: 80px 0
}

.form-desc {
    font-size: 12px;
    color: #999
}

.short-page .hc-logo .light-logo {
    opacity: 0
}

.short-page .hc-logo .dark-logo {
    opacity: 1
}

.short-page .header-nav-wrap {
    display: none !important
}

.short-page .hc-phone a {
    color: #333
}

.short-page .header-body {
    border-bottom: 1px solid rgba(245, 245, 245, 0)
}

.short-page #footer {
    display: none
}

.txt-middle-section {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 450px;
    height: 100vh;
    font-size: 22px;
    padding: 120px 0
}

.txt-md {
    font-size: 20px
}

.diagram-section {
    padding-bottom: 0
}

.diagram-section h3 {
    color: #0e8533
}

.ds-img a {
    pointer-events: none;
    display: block
}

.ds-img a img {
    width: 100%;
    height: auto
}


/* new css 1/18/2023 */
.price_new span {
    font-family: Montserrat, sans-serif;
    color: #192c46;
    text-align: justify;
    line-height: 24px;
    font-size: 15px;
    margin: 20px 0 25px;
    font-weight: 700;
}
/*PRICE COLOR CODE START*/
.generic_benefit_table .generic_content {
    background-color: #fff;
}

.generic_benefit_table .generic_content .generic_head_price {
    background-color: #f6f6f6;
}


.generic_benefit_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #fff;
}
.generic_benefit_table .generic_content .generic_feature_list ul li span:first-child {
    width: 100%;
    display: flex;
    max-width: 850px;
    align-items: center;
}

.generic_benefit_table .generic_content .generic_feature_list ul li span:nth-child(2) {
    background: #0e8533;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-left: 20px;
    transform: scale(0.8);
}
.generic_benefit_table .generic_content .generic_feature_list ul li:nth-child(even) {
    background: #dadada;
}
.generic_benefit_table .generic_content .generic_feature_list ul li span i.fa.fa-check {
    border: 3px solid #fff;
    height: 9px;
    width: 17px;
    display: inline-flex;
    transform: rotate(135deg);
    border-bottom: 0px;
    border-left: 0px;
}
.generic_benefit_table .generic_content .generic_feature_list ul li:hover {
    background-color: #e4e4e4;
    border-left: 5px solid #0E8533;
}


.generic_benefit_table .generic_content:hover .generic_head_price .generic_head_content .head span,
.generic_benefit_table .generic_content.active .generic_head_price .generic_head_content .head span {
    color: #fff;
}

.generic_benefit_table .generic_content:hover .generic_price_btn a,
.generic_benefit_table .generic_content.active .generic_price_btn a {
    background-color: #0E8533;
    color: #fff;
}

.generic_benefit_table {
    margin: 0px;
    padding: 80px 0px 100px;
}
.row .table {
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

.generic_benefit_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.generic_benefit_table .generic_content .generic_head_price {
    margin: 0px;
    background-color: #0e8533;
}

.generic_benefit_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 30px 0;
}

.generic_benefit_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

.generic_benefit_table .generic_content .generic_head_price .generic_head_content .head span {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

section.generic_benefit_table h1 {
    color: #0a1e3a;
    display: block;
    font-size: 46px;
    position: relative;
    margin-top: 0px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-align: left;
    text-align: center;
    padding-bottom: 40px;
}

.generic_benefit_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block;
}

.generic_benefit_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

.generic_benefit_table .generic_content .generic_head_price .generic_price_tag .price .currency {

    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

.generic_benefit_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;

    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

.generic_benefit_table .generic_content .generic_head_price .generic_price_tag .month {

    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

.generic_benefit_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.generic_benefit_table .generic_content .generic_feature_list ul li {
    font-size: 18px;
    padding: 15px 0;
    transition: all 0.3s ease-in-out 0s;
    border-bottom: 1px solid #a7a7a73d;
    display: flex;
    justify-content: center;
}

.generic_benefit_table .generic_content .generic_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.generic_benefit_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}
.work.highlights_new {
    background: #0e8533;
    padding-bottom: 80px;
    margin-bottom: 50px;
}
.work.highlights_new h2 {
    color: #fff;
}
.work.highlights_new ul li {
    padding-left: 0;
    font-family: Montserrat,sans-serif;
    line-height: 24px;
    text-align: left;
    font-size: 15px;
    color: #fff;
    margin-bottom: 13px;
}
.work.highlights_new ul li:last-child{
    margin-bottom: 0px;
}
.work.highlights_new ul {
    padding-left: 20px;
}
.footer .disc_tex p {
    margin: 0px;
}
.footer .disc_tex p:first-child {
    margin-bottom: 25px;
}
.footer .disc_tex p:last-child {
    margin-bottom: 25px;
}
/* new css 25-01-2023 */
.slider-input-field .d-flex label {
    display: block;
    text-align: left;
}

.slider-input-field .d-flex {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.slider-input-field {
    display: flex;
    justify-content: center;
}

/* new css 1-31-2023 */
.btn_strt_one {
    margin-top: 18px;
}
/* new css 13-02-2023 */
a.gt_strt {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: none;
    background: #eeae1a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

/* new css 3/27/2023 */
/* new css 3/27/2023 */
div, p, a, span, ul, li, h6, label, input{
    font-family: Inter !important;
    font-weight: 400;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaProLight.woff2') format('woff2'),
        url('../fonts/SofiaProLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h1 span, h2 span, h3 span{
    font-family: Sofia Pro !important;
    -webkit-text-stroke-width: 1px;
    letter-spacing: 1px;
    font-weight: 700;
}
.h1.homepage._1{
    -webkit-text-stroke: none;  
}
.hdr_cstm li a {
    margin: 0 4px !important;
}
.save_d h2 {
    -webkit-text-stroke-color: #fff !important;
}
 .btn {
    font-family: 'Sofia Pro' !important;
}
a.gt_strt{
    font-family: 'Sofia Pro' !important;
}
.bnr_cnt h2{
  font-family: 'Inter' !important;  
  font-weight: 400;
}
.cont_lft h4{
    font-family: 'Inter' !important;  
    font-weight: 400;
}
.button.top{
    font-family: 'Sofia Pro' !important;   
}
.cnt_btm h3 {
    font-family: 'Inter' !important;  
    -webkit-text-stroke-width: 0px;
}
.cnt_btm h3 *{
    font-family: 'Inter' !important;   
    -webkit-text-stroke-width: 0px;
}
.cnt_sol h2{
    -webkit-text-stroke-width: 0px;
    font-family: 'Inter' !important;  
    min-height: 81px;
}
.ht_cont h4 {
    font-family: 'Inter' !important;
}
.cnt_frm h3 {
    font-family: inter !important;
    -webkit-text-stroke: 0px;
}
.cnt_frm p{
    font-weight: 400 !important;
}
@media(max-width:1439px) {
    .txt-md {
        font-size: 18px
    }

    .dotted-list li {
        font-size: 18px
    }

    .dotted-list li:before {
        top: 8px
    }

    .sub-header.sub-header-big {
        font-size: 25px
    }

    .menu-nav li:not(:last-child) {
        margin-right: 5px
    }

    .cfi-item {
        font-size: 45px
    }

    .cfi-big span,
    .cfi-item.cfi-big {
        font-size: 190px
    }

    .card-block {
        width: 420px;
        height: 550px;
        padding: 40px 40px 50px
    }

    .hero-content-wrap {
        min-height: 790px
    }

    .calculator-wrap>div:first-child .cw-item {
        padding: 0 15px 0 25px
    }

    .cr-value {
        font-size: 120px
    }

    .cr-currency {
        font-size: 65px
    }

    .cr-desc {
        font-size: 47px
    }

    .noUi-pips-horizontal {
        font-size: 16px
    }

    .cr-value {
        font-size: 100px
    }

    .cr-currency {
        font-size: 62px;
        top: -25px
    }

    .cr-desc {
        font-size: 45px;
        top: 35px
    }

    .cw-item-desc {
        font-size: 22px
    }

    .hero-section:before {
        height: 450px
    }

    .hero-section:after {
        height: 230px
    }

    .img-info-wrap img {
        height: 140px
    }

    .bg-img-info {
        font-size: 21px
    }

    .tiles-row-wrap>div {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        height: auto
    }

    .page-hero {
        padding: 260px 0 170px
    }

    .icon-info-line {
        font-size: 19px
    }

    .cf-desc {
        font-size: 30px
    }
}

@media(max-width:1365px) {
    body {
        font-size: 16px
    }

    .txt-md {
        font-size: 17px
    }

    h4 {
        font-size: 24px
    }

    .dotted-list li {
        font-size: 17px
    }

    .dotted-list li:before {
        top: 7px
    }

    .hc-logo .dark-logo,
    .hc-logo img {
        width: 200px
    }

    .hr-menu .header-column:first-child,
    .hr-menu .header-column:last-child {
        width: 210px
    }

    .menu-nav li a {
        font-size: 12px
    }

    .menu-nav li:not(:last-child) {
        margin-right: 2px
    }

    .hc-phone a {
        font-size: 15px
    }

    .hc-phone a .glyphicon {
        top: 1px;
        font-size: 17px
    }

    .cfi-item {
        font-size: 41px
    }

    .cfi-big span,
    .cfi-item.cfi-big {
        font-size: 150px !important
    }

    .card-block {
        height: 520px
    }

    .hero-bottom-info img {
        height: 35px
    }

    .hero-bottom-info {
        padding-bottom: 25px;
        font-size: 20px
    }

    .hero-content-wrap {
        min-height: 740px;
        padding: 120px 0 90px
    }

    .hero-section:before {
        height: 400px
    }

    .hero-section:after {
        height: 210px
    }

    .img-info-wrap a {
        font-size: 20px
    }

    .img-info-wrap img {
        height: 120px
    }

    .bg-img-info {
        padding: 120px 0 150px
    }

    .tiles-row-wrap>div {
        padding: 40px 30px;
        font-size: 15px
    }

    .stl-item>div:last-child {
        font-size: 19px
    }
}

@media(max-width:1199px) {
    h1 {
        font-size: 50px
    }

    h2 {
        font-size: 38px;
        padding-bottom: 25px;
        margin-bottom: 25px
    }

    h3 {
        font-size: 30px
    }

    h4 {
        font-size: 22px;
        margin-bottom: 20px
    }

    h5 {
        font-size: 21px
    }

    h6 {
        font-size: 18px;
        margin-bottom: 12px
    }

    .sub-header {
        font-size: 21px
    }

    .sub-header.sub-header-big {
        font-size: 23px
    }

    .hc-logo .dark-logo,
    .hc-logo img {
        width: 160px
    }

    .hr-menu .header-column:first-child,
    .hr-menu .header-column:last-child {
        width: 170px
    }

    .hc-phone a {
        font-size: 14px;
        padding-left: 20px
    }

    .hc-phone a .glyphicon {
        top: 1px;
        font-size: 15px
    }

    .menu-nav li a {
        font-size: 10px;
        padding: 12px 10px 10px
    }

    .card-block {
        width: 370px;
        height: 455px;
        padding: 30px 30px 40px
    }

    .cfi-item {
        font-size: 37px
    }

    .cfi-item.cfi-big {
        font-size: 154px !important
    }

    .hero-content-wrap {
        min-height: 665px
    }

    .hero-bottom-info img {
        height: 32px
    }

    .hero-bottom-info {
        font-size: 18px
    }

    .btn {
        padding: 17px 25px;
        font-size: 20px
    }

    .cw-item-desc {
        font-size: 19px
    }

    .interactive-val {
        height: 40px;
        width: 170px;
        font-size: 21px
    }

    .cr-value {
        font-size: 80px
    }

    .cr-currency {
        font-size: 52px;
        top: -15px
    }

    .cr-desc {
        font-size: 40px;
        top: 30px
    }

    .cw-item {
        min-height: 180px
    }

    .calculator-wrap {
        margin: 70px auto
    }

    .cia-img {
        width: 240px;
        height: 387px;
        margin-left: -120px
    }

    .cia-list h4 {
        font-size: 20px
    }

    .cia-letters>div:last-child,
    .cia-letters>div:nth-child(2) {
        padding: 20px 15px 0;
        height: 160px
    }

    .cia-letters>div:last-child {
        padding-left: 25px
    }

    .cia-letters>div:nth-child(2) {
        padding-right: 25px
    }

    .cia-letter-item {
        width: 272px;
        height: 140px
    }

    .hero-section:before {
        height: 320px
    }

    .hero-section:after {
        height: 170px
    }

    .img-info-wrap img {
        height: 100px
    }

    .bg-img-info {
        font-size: 19px
    }

    .bg-img-info {
        padding: 100px 0 140px
    }

    .tiles-row-wrap>div {
        font-size: 14px
    }

    .tiles-row-wrap>div {
        padding: 30px 25px
    }

    .tiles-row-wrap h4 {
        font-size: 21px
    }

    .tiles-row-block {
        margin-bottom: -60px
    }

    .form-control {
        font-size: 17px
    }

    .form-control::-webkit-input-placeholder {
        font-size: 17px
    }

    .form-control::-moz-placeholder {
        font-size: 17px
    }

    .form-control:-moz-placeholder {
        font-size: 17px
    }

    .form-control:-ms-input-placeholder {
        font-size: 17px
    }

    .select2-container--default .select2-selection--single {
        font-size: 17px
    }

    #footer {
        font-size: 15px
    }

    .ci-desc {
        padding-bottom: 20px
    }

    .page-hero {
        padding: 240px 0 150px
    }

    .stl-item>div:last-child {
        font-size: 17px
    }

    .stb-item>div:first-child,
    .stb-item>div:last-child {
        width: 50%
    }

    .section-triangle-block {
        background: -webkit-linear-gradient(left, #fff 0, #fff 50%, #f7f7f7 50%, #f7f7f7 100%);
        background: linear-gradient(to right, #fff 0, #fff 50%, #f7f7f7 50%, #f7f7f7 100%)
    }

    .stb-item>div {
        padding: 0 65px
    }

    .stb-item>div:first-child {
        padding: 0 40px
    }

    .icon-info-line {
        font-size: 18px
    }

    .icon-info-line>div:first-child {
        width: 90px
    }

    .iil-img {
        width: 50px;
        height: 65px;
        background-size: 50px auto
    }

    .iil-email {
        background-position: 0 -65px
    }

    .iil-map {
        background-position: 0 -130px
    }

    .iil-social {
        background-position: 0 -195px
    }

    .form-tile-wrap {
        padding: 25px 20px 30px
    }

    .form-tile-wrap .fg-btn {
        margin-top: 25px
    }

    .triangle-list {
        font-size: 21px
    }

    .triangle-list li {
        margin-bottom: 17px
    }

    .txt-middle-section {
        font-size: 20px
    }

    .graph-list.gl-big li {
        font-size: 31px;
        padding: 15px 0 0 100px
    }

    .gl-big .gl-subinfo {
        font-size: 22px
    }

    .graph-list.gl-big li {
        font-size: 27px;
        padding: 13px 0 0 90px;
        margin-bottom: 80px
    }

    .gl-big .gl-subinfo {
        font-size: 20px
    }

    .gl-big .gl-dot-item {
        width: 50px;
        height: 50px;
        line-height: 52px
    }

    .graph-list.gl-big li:after,
    .graph-list.gl-big li:before {
        width: 10px;
        top: 50px;
        left: 20px
    }

    .graph-list.gl-big li:before {
        height: 200px
    }

    .graphListAnimate.graph-list.gl-big li:after {
        height: 200px
    }

    .gl-big .gl-subinfo {
        left: 90px
    }

    .img-head-block .row>div:first-child {
        padding-right: 15px
    }

    .img-head-block .row>div:last-child {
        padding-left: 15px
    }

    .head-logo img {
        max-height: 37px
    }
}

@media(max-width:991px) {
    body {
        font-size: 14px
    }

    .txt-md {
        font-size: 15px
    }

    h1 {
        font-size: 46px
    }

    h2 {
        font-size: 33px
    }

    h3 {
        font-size: 28px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 20px
    }

    .sub-header {
        font-size: 19px;
        line-height: 1.4
    }

    .sub-header.sub-header-big {
        font-size: 21px
    }

    .dotted-list li {
        font-size: 16px;
        padding-left: 22px
    }

    .dotted-list li:before {
        width: 7px;
        height: 7px;
        top: 8px
    }

    body>.body {
        overflow-x: hidden;
        overflow-y: auto
    }

    .scroll-up {
        display: none !important
    }

    a[href^=mailto],
    a[href^=tel] {
        pointer-events: auto
    }

    .header-nav-wrap {
        text-align: right
    }

    .header-btn-nav {
        display: inline-block
    }

    .header-btn-nav-active.header-btn-nav {
        background: #0e8533
    }

    .header-nav {
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: 100;
        top: 50px;
        right: 0;
        -webkit-transition: all .3s ease-in, max-height .3s ease-in-out, opacity .2s ease-in .15s, top .3s ease-in;
        transition: all .3s ease-in, max-height .3s ease-in-out, opacity .2s ease-in .15s, top .3s ease-in
    }

    .sticky-header-active .header-nav {
        top: 47px
    }

    .header-nav-active.header-nav {
        visibility: visible;
        opacity: 1;
        top: 63px;
        box-shadow: -1px 4px 5px 0 rgba(0, 0, 0, .4)
    }

    .sticky-header-active .header-nav-active.header-nav {
        top: 56px
    }

    .navbar-nav.menu-nav {
        float: none;
        overflow: hidden;
        max-height: 0;
        width: 200px;
        margin: 0;
        background: #f5f5f5;
        float: none;
        -webkit-transition: max-height .3s ease-in;
        transition: max-height .3s ease-in
    }

    .header-nav-active .navbar-nav.menu-nav {
        max-height: 300px
    }

    .hc-phone {
        display: block;
        position: absolute;
        top: 50%;
        right: 80px;
        margin-top: -5px
    }

    .short-page .hc-phone {
        right: 15px
    }

    .hr-menu .header-column:last-child {
        width: auto
    }

    .header-container,
    .header-row {
        height: 80px;
        position: relative
    }

    .menu-nav li {
        display: block;
        text-align: right;
        margin: 0
    }

    .menu-nav li:not(:last-child) {
        border-bottom: 1px solid #e8e8e8;
        margin: 0
    }

    .menu-nav li a {
        color: #333;
        font-size: 12px;
        border-radius: 0
    }

    .header-nav-wrap {
        position: relative
    }

    .hc-logo .dark-logo,
    .hc-logo img {
        width: 200px
    }

    .hr-menu .header-column:first-child {
        width: 200px
    }

    .cfi-item {
        font-size: 33px
    }

    .card-block {
        width: 340px;
        height: 425px;
        padding: 25px 30px 30px
    }

    .btn {
        font-size: 18px
    }

    .hero-content-wrap {
        min-height: 620px;
        padding: 100px 0 80px
    }

    .hero-bottom-info>div:not(:last-child) {
        margin-right: 40px
    }

    .hero-bottom-info img {
        height: 27px
    }

    .noUi-pips-horizontal {
        font-size: 12px
    }

    .cr-value {
        font-size: 65px
    }

    .cr-currency {
        font-size: 40px;
        top: -10px
    }

    .cr-desc {
        font-size: 31px;
        top: 12px
    }

    .cw-item {
        min-height: 160px
    }

    .cw-item-desc {
        font-size: 17px
    }

    .interactive-val {
        height: 40px;
        width: 150px;
        font-size: 19px
    }

    .cia-img {
        width: 200px;
        height: 322px;
        margin-left: -100px;
        top: 30px
    }

    .cia-list h4 {
        font-size: 15px;
        margin-bottom: 45px
    }

    .graph-list li {
        font-size: 16px;
        padding: 7px 0 0 45px
    }

    .graph-list-right.graph-list li {
        padding: 7px 45px 0 0
    }

    .graph-list-right .gl-subinfo {
        right: 45px
    }

    .gl-subinfo {
        left: 45px;
        font-size: 14px;
        line-height: 1.4
    }

    .hero-section:before {
        height: 300px
    }

    .hero-section:after {
        height: 150px
    }

    .cia-list {
        margin-bottom: 50px
    }

    .img-info-wrap a {
        font-size: 17px
    }

    .bg-img-info {
        font-size: 17px
    }

    .bg-img-info {
        padding: 80px 0 140px
    }

    .tiles-row-wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tiles-row-wrap>div {
        width: 50%
    }

    .tiles-row-wrap>div:nth-child(2) {
        border-bottom: 1px solid #ccc
    }

    .tiles-row-block {
        margin-bottom: -80px
    }

    #footer {
        font-size: 14px
    }

    .ci-advantages {
        padding: 100px 0 0
    }

    .page-hero {
        padding: 200px 0 120px
    }

    .lrt-wrap>div:first-child {
        padding-left: 15px
    }

    .lrt-wrap>div:last-child {
        padding-right: 15px
    }

    .dl-wrap {
        padding: 80px 0
    }

    .stl-item>div:last-child {
        font-size: 16px
    }

    .stl-item:not(:last-child) {
        margin-bottom: 90px
    }

    .stb-item>div:first-child:after {
        top: -10px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid transparent;
        border-left: 20px solid #fff
    }

    .stb-item>div {
        padding: 0 40px
    }

    .txt-middle-section {
        font-size: 18px;
        min-height: 430px
    }

    .comparison-lighbox {
        padding: 0 15px
    }

    .cl-letters img:first-child {
        margin-right: 30px
    }

    .cl-letters img {
        width: calc(50% - 15px)
    }

    .clh-aside {
        top: 12px;
        font-size: 20px
    }

    .ds-img a {
        pointer-events: auto
    }

    .head-logo img {
        max-height: 30px
    }
}

@media(max-width:767px) {
    h1 {
        font-size: 43px
    }

    h2 {
        font-size: 30px;
        padding-bottom: 20px;
        margin-bottom: 10px
    }

    h3 {
        font-size: 26px
    }

    .sub-header {
        font-size: 18px
    }

    .sub-header.sub-header-big {
        font-size: 20px
    }

    .header-container,
    .header-row {
        width: 100%
    }

    .hc-phone {
        right: 75px
    }

    .sticky-header-active .header-nav {
        right: -15px
    }

    .cfi-big span,
    .cfi-item.cfi-big {
        font-size: 120px
    }

    .cfi-item {
        font-size: 27px;
        margin: 0
    }

    .btn {
        font-size: 17px
    }

    .card-block {
        width: 280px;
        height: 355px
    }

    .hero-content-wrap {
        height: auto;
        min-height: 0;
        display: block;
        padding: 110px 0 90px
    }

    .hero-bottom-info {
        font-size: 14px
    }

    .hero-bottom-info>div:not(:last-child) {
        margin-right: 25px
    }

    .hero-bottom-info img {
        height: 25px
    }

    .calculator-wrap>div:first-child .cw-item {
        padding: 0 25px;
        min-height: 150px
    }

    .cw-item {
        min-height: 0
    }

    .calculator-wrap>div:first-child {
        margin-bottom: 50px
    }

    .calculator-result {
        margin-bottom: 15px
    }

    .calculator-wrap {
        margin: 50px auto
    }

    .cia-img {
        display: none
    }

    .cia-list>div:nth-child(1),
    .cia-list>div:nth-child(2) {
        margin-bottom: 30px
    }

    .cia-img-hid {
        display: block
    }

    .cia-list>div:nth-child(1) {
        padding-right: 55px
    }

    .cia-list>div:nth-child(2) {
        padding-left: 55px
    }

    .cial-header {
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        margin-left: 0
    }

    .cial-header br {
        display: none
    }

    .cial-header h5 {
        margin: 0
    }

    .cia-letter-item {
        opacity: 1
    }

    .hero-section:before {
        height: 270px
    }

    .hero-section:after {
        height: 130px
    }

    .cia-list {
        margin-bottom: 70px
    }

    .img-info-wrap>.row>div:not(:last-child) {
        margin-bottom: 70px
    }

    .img-info-wrap h4 br {
        display: none
    }

    .bg-img-info {
        font-size: 17px
    }

    .bg-img-info {
        padding: 70px 0
    }

    .tiles-row-block>.container {
        top: 0
    }

    .tiles-row-block {
        padding: 15px 0;
        margin-bottom: -20px
    }

    .form-control {
        font-size: 16px
    }

    .form-control::-webkit-input-placeholder {
        font-size: 16px
    }

    .form-control::-moz-placeholder {
        font-size: 16px
    }

    .form-control:-moz-placeholder {
        font-size: 16px
    }

    .form-control:-ms-input-placeholder {
        font-size: 16px
    }

    .select2-container--default .select2-selection--single {
        font-size: 16px
    }

    .ci-desc {
        padding-bottom: 10px
    }

    .ci-advantages {
        padding: 30px 0 0
    }

    .page-hero {
        padding: 170px 0 90px
    }

    .lrt-wrap>div:first-child {
        padding-right: 30px
    }

    .lrt-wrap>div:last-child {
        padding-left: 30px
    }

    .stl-item>div:last-child {
        font-size: 14px
    }

    .stl-item>div:last-child {
        padding: 0 0 0 60px
    }

    .stl-item>div:first-child {
        padding: 0 30px 0 0
    }

    .stl-item:not(:last-child) {
        margin-bottom: 80px
    }

    .stb-item {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .stb-item>div:first-child,
    .stb-item>div:last-child {
        width: 100%
    }

    .stb-item>div:first-child:after {
        display: none
    }

    .stb-item>div:first-child {
        margin-bottom: 35px
    }

    .section-triangle-block {
        background: #fdfdfd
    }

    .cis-wrap>div:first-child {
        margin-bottom: 35px
    }

    .triangle-list {
        font-size: 18px
    }

    .triangle-list li {
        margin-bottom: 14px
    }

    .txt-middle-section {
        font-size: 17px
    }

    .graph-list.gl-big li {
        font-size: 22px;
        padding: 15px 0 0 90px
    }

    .gl-big .gl-subinfo {
        font-size: 18px
    }

    .clh-aside {
        font-size: 17px;
        top: 17px
    }
}

@media(max-width:639px) {
    .cfi-item {
        font-size: 24px
    }

    .cfi-big span,
    .cfi-item.cfi-big {
        font-size: 100px
    }

    .card-block {
        width: 250px;
        height: 310px;
        padding: 20px 25px 25px
    }

    .btn {
        padding: 15px 17px
    }

    .hero-bottom-info img {
        height: 22px
    }

    .cia-list>div:nth-child(2) {
        padding-left: 45px
    }

    .cia-list>div:nth-child(1) {
        padding-right: 45px
    }

    .cia-img-hid {
        width: 360px;
        height: 224px
    }

    .cia-letters>div:nth-child(2) {
        padding-right: 15px
    }

    .cia-letters>div:last-child {
        padding-left: 15px
    }

    .cia-letter-item {
        width: 260px;
        height: 134px
    }

    .cia-letters>div:last-child,
    .cia-letters>div:nth-child(2) {
        height: 154px
    }

    .hero-section:before {
        height: 250px
    }

    .hero-section:after {
        height: 110px
    }

    .bg-img-info .container>.row>div {
        float: none;
        width: 100%
    }

    .bg-img-info {
        padding: 50px 0;
        position: relative;
        background-position: left center
    }

    .bg-img-info:before {
        content: "";
        display: block;
        background-color: #322417;
        opacity: .7;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

    .bg-img-info>* {
        position: relative;
        z-index: 2
    }

    .lrt-wrap>div:first-child,
    .lrt-wrap>div:last-child {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0 15px
    }

    .lrt-wrap>div:first-child h3,
    .lrt-wrap>div:last-child h3 {
        text-align: center
    }

    .lrt-wrap>div:first-child {
        margin-bottom: 35px;
        padding-bottom: 35px;
        border-bottom: 1px solid #ccc
    }

    .vertical-separate-bg {
        background: #f7f7f7
    }

    .stl-item {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .stl-item>div {
        width: 100%
    }

    .stl-item>div:last-child {
        padding: 0;
        margin: 15px 0
    }

    .section-triangle-list {
        background: #fdfdfd
    }

    .stl-item>div:first-child:after {
        display: none
    }

    .stl-item:not(:last-child) {
        margin-bottom: 30px
    }

    .stl-item>div:first-child {
        padding: 0
    }

    .graph-list.gl-big li:nth-child(2) br {
        display: inline
    }

    .gl-big li:nth-child(2) .gl-subinfo {
        top: 80px
    }

    .clh-aside {
        font-size: 14px;
        top: 13px
    }

    .clh-center {
        width: 40px;
        height: 40px;
        line-height: 43px;
        font-size: 18px
    }

    .clh-left {
        margin-right: 35px
    }

    .clh-right {
        margin-left: 35px
    }
}

@media only screen and (max-width: 767px){
        .generic_benefit_table .generic_content .generic_head_price .generic_head_content .head span {
        font-size: 17px;
    }
    .generic_benefit_table .generic_content .generic_feature_list ul li {
        font-size: 14px;
        padding: 7px 8px;
    }
    .generic_benefit_table {
        margin: 0px;
        padding: 80px 0px 60px;
    }
    .generic_benefit_table .generic_content .generic_feature_list ul li span:nth-child(2) {
        margin-left: -20px;
        transform: scale(0.6);
    }
}

@media(max-width:579px) {

    h1 {
        font-size: 38px
    }

    h2 {
        font-size: 27px
    }

    h3 {
        font-size: 25px
    }

    h5 {
        font-size: 19px
    }

    h6 {
        font-size: 16px
    }

    .sub-header {
        font-size: 17px;
        margin-bottom: 40px
    }

    .sub-header.sub-header-big {
        font-size: 18px;
        margin-bottom: 70px
    }

    .cfi-item {
        font-size: 22px
    }

    .cfi-big span,
    .cfi-item.cfi-big {
        font-size: 85px
    }

    .btn {
        font-size: 16px;
        padding: 14px 17px
    }

    .card-block {
        width: 230px;
        height: 275px
    }

    .hero-bottom-info {
        font-size: 12px
    }

    .hero-bottom-info img {
        height: 18px
    }

    .hero-content-wrap {
        padding: 110px 0 70px
    }

    .cia-list>div:nth-child(1),
    .cia-list>div:nth-child(2) {
        float: none;
        width: 100%;
        max-width: 360px;
        margin: 0 auto 70px;
        padding: 0 15px
    }

    .cia-list>div h4,
    .cia-list>div:first-child h4 {
        text-align: center
    }

    .cia-list h4 {
        font-size: 22px;
        margin-bottom: 45px
    }

    .graph-list {
        max-width: 240px;
        margin: 0 auto
    }

    .graph-list li {
        font-size: 20px;
        padding: 5px 0 0 55px
    }

    .graph-list-right.graph-list li {
        padding: 5px 0 0 55px;
        text-align: left
    }

    .graph-list-right.graph-list li:after,
    .graph-list-right.graph-list li:before {
        right: auto;
        left: 11px
    }

    .graph-list-right .gl-dot-item {
        right: auto;
        left: 0
    }

    .graph-list-right .gl-subinfo {
        right: auto;
        left: 55px
    }

    .gl-subinfo {
        left: 55px;
        font-size: 17px;
        line-height: 1.15
    }

    .ci-advantages {
        background: #efefef
    }

    .cia-img-hid {
        margin: 100px auto 0
    }

    .cia-letter-item {
        width: 210px;
        height: 108px
    }

    .cia-letters>div:last-child,
    .cia-letters>div:nth-child(2) {
        height: 128px
    }

    .hero-section:before {
        height: 230px
    }

    .hero-section:after {
        height: 100px
    }

    .bg-img-info {
        font-size: 16px
    }

    .tiles-row-wrap h4 {
        font-size: 19px
    }

    .form-control {
        font-size: 15px
    }

    .form-control::-webkit-input-placeholder {
        font-size: 15px
    }

    .form-control::-moz-placeholder {
        font-size: 15px
    }

    .form-control:-moz-placeholder {
        font-size: 15px
    }

    .form-control:-ms-input-placeholder {
        font-size: 15px
    }

    .select2-container--default .select2-selection--single {
        font-size: 15px
    }

    .footer-content {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-content>div {
        width: 100%;
        text-align: center
    }

    .footer-content ul {
        text-align: center
    }

    .fc-logo>span {
        display: block;
        margin-bottom: 15px
    }

    .footer-content img {
        margin: 0 0 15px
    }

    .footer-desc {
        text-align: center
    }

    .footer-desc>span {
        width: 100%
    }

    .footer-desc img {
        margin: 0
    }

    .img-head-block,
    .left-right-text,
    section {
        padding: 70px 0
    }

    .page-hero {
        padding: 160px 0 70px
    }

    .dotted-list li {
        font-size: 15px
    }

    .dl-wrap {
        padding: 70px 0
    }

    .cta-block {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cta-block>div {
        width: 100%;
        text-align: center
    }

    .cta-block {
        padding: 25px 0
    }

    .cta-block>div:first-child {
        margin: 0 0 15px
    }

    .cta-block h3 {
        text-align: center
    }

    .stb-item>div,
    .stb-item>div:first-child {
        padding: 0 30px
    }

    .txt-middle-section {
        font-size: 16px
    }

    .graph-list.gl-big {
        max-width: none;
        margin: 0 auto
    }

    .graph-list.gl-big li:nth-child(1) br {
        display: inline
    }

    .gl-big li:nth-child(1) .gl-subinfo {
        top: 80px
    }

    .clh-aside {
        font-size: 12px;
        top: 6px
    }

    .clh-center {
        width: 25px;
        height: 25px;
        line-height: 29px;
        font-size: 13px
    }

    .clh-left {
        margin-right: 20px
    }

    .clh-right {
        margin-left: 20px
    }
}

@media(max-width:479px) {
    h1 {
        font-size: 33px
    }

    h2 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 1px
    }

    h3 {
        font-size: 22px
    }

    h4 {
        font-size: 19px
    }

    h5 {
        font-size: 18px
    }

    .sub-header {
        font-size: 16px
    }

    .sub-header.sub-header-big {
        font-size: 18px;
        margin-bottom: 60px
    }

    .hc-logo .dark-logo,
    .hc-logo img {
        width: 160px
    }

    .section_paragraph p {
        margin: 10px 0 4px !important;
        line-height: 20px !important;
        font-size: 14px !important
    }

    .cial-header h5 {
        margin: 0 0 0
    }

    .payment_processer h2 {
        font-size: 24px !important;
        line-height: 30px !important
    }

    .hr-menu .header-column:first-child {
        width: 170px
    }

    .hc-phone {
        margin-top: -12px
    }

    .hc-phone a {
        font-size: 13px;
        padding: 6px 5px 6px 21px;
        background-color: #0e8533;
        border-radius: 3px;
        text-decoration: none
    }

    .hc-phone a:focus,
    .hc-phone a:hover {
        text-decoration: none
    }

    .short-page .hc-phone a {
        color: #fff
    }

    .hc-phone a .glyphicon {
        top: 7px;
        left: 5px;
        font-size: 12px
    }

    .hcp-number {
        display: none
    }

    .hcp-txt {
        display: inline
    }

    .sticky-header-active .hc-phone a {
        color: #fff
    }

    .card-block {
        margin: 0 auto;
        width: 250px
    }

    .hero-bottom-info {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .hero-bottom-info {
        font-size: 14px
    }

    .hero-bottom-info>div:not(:last-child) {
        margin-right: 20px
    }

    .hero-bottom-info>div:first-child {
        text-align: center;
        width: 100%;
        margin: 0 0 10px
    }

    .hero-content-wrap {
        padding: 110px 0 90px
    }

    .noUi-pips-horizontal {
        font-size: 11px
    }

    .cr-value {
        font-size: 55px
    }

    .cr-currency {
        font-size: 37px
    }

    .cr-desc {
        font-size: 28px
    }

    .calculator-wrap>div:first-child {
        margin-bottom: 40px
    }

    .calculator-wrap>div:first-child .cw-item {
        padding: 0 10px
    }

    .noUi-pips-horizontal {
        font-size: 10px
    }

    .cia-list h4 {
        font-size: 20px
    }

    .cia-img-hid {
        width: 340px;
        height: 211px
    }

    .cia-letter-item {
        width: 157px;
        height: 81px;
        bottom: 0
    }

    .cia-letters>div:last-child,
    .cia-letters>div:nth-child(2) {
        height: 101px
    }

    .bg-img-info {
        font-size: 15px
    }

    .tiles-row-wrap>div {
        width: 100%
    }

    .tiles-row-wrap>div:nth-child(3) {
        border-bottom: 1px solid #ccc
    }

    .tiles-row-wrap>div:nth-child(2),
    .tiles-row-wrap>div:nth-child(3) {
        border-right: none
    }

    .img-head-block,
    .left-right-text,
    section {
        padding: 0 0
    }

    .ci-desc {
        padding-bottom: 10px
    }

    .page-hero {
        padding: 150px 0 60px
    }

    .dotted-list li {
        font-size: 14px;
        padding-left: 18px
    }

    .dotted-list li:before {
        width: 6px;
        height: 6px;
        top: 7px
    }

    .dl-wrap {
        padding: 60px 0
    }

    .stb-item>div,
    .stb-item>div:first-child {
        padding: 0
    }

    .icon-info-line {
        font-size: 16px
    }

    .iil-img {
        width: 43px;
        height: 55px;
        background-size: 43px auto
    }

    .iil-email {
        background-position: 0 -55px
    }

    .iil-map {
        background-position: 0 -110px
    }

    .iil-social {
        background-position: 0 -165px
    }

    .icon-info-line>div:first-child {
        width: 70px
    }

    .txt-middle-section {
        font-size: 15px
    }

    .graph-list.gl-big li {
        font-size: 20px;
        padding: 10px 0 0 65px;
        margin-bottom: 50px
    }

    .gl-big .gl-subinfo {
        font-size: 15px
    }

    .gl-big .gl-subinfo {
        left: 65px;
        top: 50px
    }

    .gl-big li:nth-child(1) .gl-subinfo,
    .gl-big li:nth-child(2) .gl-subinfo {
        top: 70px
    }

    .gl-big .gl-dot-item {
        width: 40px;
        height: 40px;
        line-height: 42px
    }

    .graph-list.gl-big li:after,
    .graph-list.gl-big li:before {
        width: 8px;
        top: 40px;
        left: 16px
    }

    .graph-list.gl-big li:before {
        height: 180px
    }

    .graphListAnimate.graph-list.gl-big li:after {
        height: 180px
    }

    .graphListAnimate.graph-list.gl-big li:last-child .gl-dot-item {
        box-shadow: 0 0 0 6px #0e8533
    }

    .comparison-lighbox {
        padding: 0 5px
    }

    .cl-letters img {
        width: calc(50% - 5px)
    }

    .cl-letters img:first-child {
        margin-right: 10px
    }

    .clh-aside span {
        display: none
    }

    .cl-header {
        margin-bottom: 15px
    }

    .ihb-wrap>div {
        width: 100%;
        float: none
    }

    .ihb-wrap>div:not(:last-child) {
        margin-bottom: 45px
    }
}

@media(max-width:374px) {
    h1 {
        font-size: 27px
    }

    h2 {
        font-size: 23px;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    h3 {
        font-size: 21px
    }

    .sub-header {
        font-size: 15px
    }

    .sub-header.sub-header-big {
        font-size: 16px
    }

    .hc-logo .dark-logo,
    .hc-logo img {
        width: 130px
    }

    .hr-menu .header-column:first-child {
        width: 130px
    }

    .card-block {
        height: 255px
    }

    .cfi-item {
        font-size: 20px !important
    }

    .cfi-big span,
    .cfi-item.cfi-big {
        font-size: 75px
    }

    .hero-bottom-info img {
        height: 16px
    }

    .hero-bottom-info>div:not(:last-child):not(:first-child) {
        margin-right: 15px
    }

    .btn {
        font-size: 15px;
        padding: 12px 17px
    }

    .cw-item-desc {
        font-size: 16px
    }

    .cr-value {
        font-size: 45px
    }

    .cr-currency {
        font-size: 34px;
        top: -8px
    }

    .cr-desc {
        font-size: 26px;
        top: 10px
    }

    .cia-list h4 {
        font-size: 18px
    }

    .cia-img-hid {
        width: 300px;
        height: 186px
    }

    .cia-letter-item {
        width: 140px;
        height: 72px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .27)
    }

    .cia-letter-item:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, .45)
    }

    .cia-letters>div:last-child,
    .cia-letters>div:nth-child(2) {
        height: 92px
    }

    .cia-letters>div:last-child,
    .cia-letters>div:nth-child(2) {
        padding: 20px 10px 0
    }

    .img-info-wrap img {
        height: 80px
    }

    .img-info-wrap>.row>div:not(:last-child) {
        margin-bottom: 60px
    }

    .tiles-row-wrap h4 {
        font-size: 18px
    }

    .page-hero {
        padding: 140px 0 50px
    }

    .cis-wrap {
        margin: 0 -15px
    }

    .iil-img {
        width: 43px;
        height: 55px;
        background-size: 43px auto
    }

    .iil-email {
        background-position: 0 -55px
    }

    .iil-map {
        background-position: 0 -110px
    }

    .iil-social {
        background-position: 0 -165px
    }

    .icon-info-line>div:first-child {
        width: 70px
    }

    .icon-info-line {
        font-size: 15px
    }

    .graph-list.gl-big li {
        font-size: 18px;
        padding: 12px 0 0 65px
    }

    .gl-big .gl-subinfo {
        font-size: 14px
    }

    .gl-big li:nth-child(1) .gl-subinfo,
    .gl-big li:nth-child(2) .gl-subinfo {
        top: 60px
    }

    .gl-big .gl-subinfo {
        top: 40px
    }

    .clh-aside {
        font-size: 11px;
        top: 7px
    }
}

.mob_img.mnyw img {
    height: 350px;
    width: auto
}

.mob_img.mnyw {
    margin: auto;
    text-align: end;
    margin-right: 0
}

.undr_cnt.scnd {
    width: 74%;
    margin: auto
}

.about_cash {
    padding: 80px 0;
    padding-bottom: 10px
}

.rules {
    padding: 50px 0;
    padding-bottom: 10px
}

.row.subject.development.cust ul.list_sol li {
    list-style: none;
    font-size: 14px
}

.row.subject.development.cust ul.list_sol {
    list-style: none !important;
    padding: 0
}

.row.subject.development.cust {
    display: flex;
    flex-wrap: wrap
}

.row.subject.development .cont_inner {
    margin-bottom: 30px
}

.row.subject.development .cont_inner .cnt_sol p {
    margin: 20px 0 5px;
    font-weight: 700;
    font-size: 20px;
    text-align: left
}

.row.subject.development .cont_inner .cnt_sol p span {
    font-weight: 400
}

.save_d {
    background: #eeae1a none repeat scroll 0 0 !important
}

.payment_processer .ytext {
    color: #0e8533 !important
}

.payment_processer .ystext {
    color: #0e8533 !important
}

.h1.homepage:nth-child(3) span {
    font-size: 45px
}

.homepage._1 span {
    font-size: 52px
}

.row.subject.development .cont_inner .ht_cont {
    min-height: 400px
}

.row.subject.development .col-md-4.colxs-12.col-sm-4:nth-child(4) .ht_cont {
    min-height: 435px;
}

.row.subject.development .col-md-4.colxs-12.col-sm-4:nth-child(5) .ht_cont {
    min-height: 435px
}

.row.subject.development .col-md-4.colxs-12.col-sm-4:nth-child(6) .ht_cont {
    min-height: 435px
}
.row.subject.development .col-md-4.colxs-12.col-sm-4:nth-child(9) .ht_cont {
    min-height: 400px
}
.modal iframe {
    width: 100%
}

.heading.sub_up h2 {
    font-size: 44px;
    margin-top: 50px !important
}

.heading.sub_up button {
    width: 32% !important;
    display: block;
    margin: auto !important
}

.dropzone {
    background: #fff;
    border-radius: 5px;
    border: 2px dashed #0e8533 !important;
    border-image: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 300px
}

form.dropzone.dz-clickable {
    display: flex;
    align-items: center;
    justify-content: center
}

.dropzone .dz-message .dz-button {
    color: #0e8533 !important
}

.heading.sub_up h2 span {
    font-size: 32px
}

@media only screen and (max-width:425px) {
    .payment_processer p {
        margin-bottom: 0 !important;
        margin-top: 20px !important
    }

    .undr_cnt.scnd {
        width: 100%;
        margin: auto
    }

    .cont_lft h4 {
        padding-left: 10px;
        color: #0a1e3a;
        font-size: 14px !important;
        font-weight: 300;
        line-height: 24px !important
    }

    .mrg_dwn {
        margin: 0 0 15px !important
    }

    .hding_pos h3 {
        font-size: 24px !important;
        line-height: 30px !important
    }

    .undr_cnt p {
        margin: 10px 0 15px !important
    }

    .mob_img img {
        width: 80% !important;
        margin: 25px auto 0 auto !important;
        position: relative;
        display: block
    }

    .hding_pos {
        margin: 10px 0 14px 0 !important
    }

    .pos_testimonial {
        padding: 15px 0 15px !important
    }

    .mob_img.mnyw {
        margin-right: auto
    }

    .payment_processer p {
        line-height: 24px !important;
        font-size: 18px !important
    }

    .rules {
        width: 100%;
        margin-top: 1%;
        padding: 20px 0
    }

    .mrg_up {
        margin: 10px 0 0 0 !important
    }

    .about_cash h1 {
        font-size: 18px !important;
        line-height: 24px !important
    }

    .center.w-hidden-main {
        display: none !important
    }

    .mny_img img {
        max-width: 500px
    }

    .homepage._1 span {
        font-size: 18px
    }

    .h1.homepage:nth-child(3) span {
        font-size: 18px
    }

    .row.subject.development .cont_inner .ht_cont {
        min-height: auto !important
    }

    .heading.sub_up button {
        width: 100% !important
    }

    #st-01 img {
        width: 100%;
        height: auto
    }

    #st-02 img {
        width: 100%;
        height: auto
    }

    #st-03 img {
        width: 100%;
        height: auto
    }

    .heading.sub_up h2 {
        font-size: 18px;
        margin-top: 10px !important;
        line-height: 24px !important
    }

    .heading.sub_up h2 span {
        font-size: 18px
    }

    .imac-container {
        background-size: 450px !important
    }

    .wireless-keyboard {
        background-size: 188px !important
    }

    .content-wrapper.slide-1-hero {
        margin-top: 120px !important
    }
}

.cstm_ul li {
    list-style: disc !important;
}

ul.cstm_ul {
    padding-left: 17px !important;
}