
/* ---------------------------------------------------------
	 1.  Header
	 2.  Сommon site styles
	 3.  Home start intro section
	 4.  Section with information cards
	 5.  Section banner
	 6.  Section post cards
	 7.  Section banner secondary
	 8.  Section intro for other pages
	 9.  Section product landing
	 10. Breadcrumbs panel
	 11. Section saving posts
	 12. Section offer
	 13. Section table statistic
	 14. Section deposit
	 15. Section advantages
	 16. Section faq
	 17. Section banner question
	 18. Section contact
	 19. Contact list
	 20. Section contact-form
	 21. Section default
	 22. Section gifts-for-banking
	 23. Section instruction
	 24. Section about
	 25. Section post-about
	 26. Section counters
	 27. Section our-history
	 ---------------------------------------------------------*/
@charset "UTF-8";

@font-face {
    font-family: "icomoon";
    src: url("/fonts/icomoon.eot?a1ofp6");
    src: url("/fonts/icomoon.eot?a1ofp6#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?a1ofp6") format("truetype"), url("/fonts/icomoon.woff?a1ofp6") format("woff"), url("/fonts/icomoon.svg?a1ofp6#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-right-arrow1:before {
    content: "\e90b";
}

.icon-linkedin:before {
    content: "\e90a";
}

.icon-home-page:before {
    content: "\e900";
}

.icon-share:before {
    content: "\e901";
}

.icon-magnifier-tool:before {
    content: "\e902";
}

.icon-sort-down:before {
    content: "\e903";
}

.icon-minus:before {
    content: "\e904";
}

.icon-add:before {
    content: "\e905";
}

.icon-angle-arrow-pointing-to-right:before {
    content: "\e906";
}

.icon-arrow-pointing-to-right:before {
    content: "\e907";
}

.icon-left-arrow:before {
    content: "\e908";
}

.icon-right-arrow:before {
    content: "\e909";
}

/* Slick slider styles */
.slick-slider {
		position: relative;
		display: block;
		box-sizing: border-box;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
	}
.gallery-intro-section {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.gallery-intro-sectio .slick-track,
.gallery-intro-sectio .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* style for slider in gallary intro section */
.gallery-intro-section .slick-dots {
    position: absolute;
    bottom: 3.125rem;
    left: 50%;
    transform: translateX(-50%);
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 992px) {
    .gallery-intro-section .slick-dots {
        bottom: 3rem;
    }
}

.gallery-intro-section .slick-dots li {
    margin: 0 .3125rem;
    background-color: #cfefab;
    border: .125rem solid #fff;
    width: 1.3125rem;
    height: 1.3125rem;
    border-radius: 50%;
    display: block;
}

    .gallery-intro-section .slick-dots li:hover {
        cursor: pointer;
    }

.gallery-intro-section .slick-dots button {
    display: none;
}

.gallery-intro-section .slick-dots .slick-active {
    background-color: #286403;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .5);
}

/* style for slider post card carousel */
.post-card-carousel {
    position: relative;
    padding-top: 1.7rem;
}

@media (max-width: 767px) {
    .post-card-carousel .post-carousel-slide {
        float: left;
        padding: 0;
    }
    .post-card-carousel .slick-dots {
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute !important;
    /* bottom: -3.062rem;*/
    left: 50% !important;
    transform: translateX(-50%) !important;
    }
}

.post-card-carousel .slick-dots {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    /* bottom: -3.062rem;*/
    left: 50%;
    transform: translateX(-50%);
}

    .post-card-carousel .slick-dots li {
        margin: 0 .3125rem;
        border: .0625rem solid #979797;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        display: block;
        color: transparent;
        background-color: transparent;
    }

        .post-card-carousel .slick-dots li:hover {
            cursor: pointer;
        }

    .post-card-carousel .slick-dots .slick-active {
        background-color: #d8d8d8;
    }

    .post-card-carousel .slick-dots button {
        display: none;
    }

.js-slider-post {
    position: relative;
}

    .js-slider-post .slick-list {
        max-width: 1080px;
        margin: 0 -15px;
        padding-bottom: 20px !important;
    }

@media (min-width: 768px) {
    .js-slider-post .slick-list {
        margin: 0 auto;
    }
}

.js-slider-post .slick-slide {
    margin: 0 7px;
}

@media (min-width: 768px) {
    .js-slider-post .slick-slide {
        margin: 0 15px;
    }
}

.js-slider-post .slick-arrow {
    position: absolute;
    bottom: 57px;
    font-size: 30px;
    text-decoration: none;
    z-index: 1;
    color: #70746e;
    transition: .3s color ease-in-out;
}

@media (max-width: 767px) {
    .js-slider-post .slick-arrow {
        display: none !important;
    }
}

.js-slider-post .slick-arrow:hover {
    color: #0c396e;
}

.js-slider-post .slick-arrow.slick-disabled {
    display: none !important;
}

.js-slider-post .slick-prev {
    left: 30%;
}

.js-slider-post .slick-next {
    right: 30%;
}

.history-years-list .slick-list {
    z-index: 1;
}

.history-years-list .slick-slide {
    text-align: center;
}

    .history-years-list .slick-slide:hover {
        cursor: pointer;
    }

/* custom select styles */
.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    font-size: 18px;
    font-weight: 900;
    width: 100%;
    height: 50px;
}

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        height: 100%;
        padding: 11px 55px 11px 31px;
    }

        .jcf-select .jcf-select-text:hover {
            cursor: pointer;
        }

    .jcf-select .jcf-select-opener {
        position: absolute;
        text-align: center;
        background: #aaa;
        width: 26px;
        bottom: 0;
        right: 0;
        top: 0;
    }

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

/* multiple select styles */
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */
.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 10px 30px;
        font-size: 15px;
    }

        .jcf-list .jcf-option:hover {
            cursor: pointer;
        }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #12529d;
    color: #fff;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/* common custom form elements styles */
.jcf-disabled {
    background: #ddd !important;
}

/* animation */

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, .75, 1);
    }

    40% {
        transform: scale3d(.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, .85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
    from {
        transform: translate3d(0, 0, 0);
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    from, 11.1%, to {
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        transform: skewX(.39063deg) skewY(.39063deg);
    }

    88.8% {
        transform: skewX(-.19531deg) skewY(-.19531deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes heartBeat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.3);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.3);
    }

    70% {
        transform: scale(1);
    }
}

.heartBeat {
    animation-name: heartBeat;
    animation-duration: 1.3s;
    animation-timing-function: ease-in-out;
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-duration: .75s;
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    animation-duration: .75s;
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-duration: .75s;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-duration: 2s;
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .animated.delay-05s {
        animation-delay: .5s;
    }

    .animated.delay-1s {
        animation-delay: 1s;
    }

    .animated.delay-2s {
        animation-delay: 1.25s;
    }

    .animated.delay-3s {
        animation-delay: 1.5s;
    }

    .animated.delay-4s {
        animation-delay: 1.75s;
    }

    .animated.delay-5s {
        animation-delay: 2s;
    }

    .animated.delay-6s {
        animation-delay: 2.25s;
    }

    .animated.delay-7s {
        animation-delay: 2.5s;
    }

    .animated.delay-8s {
        animation-delay: 2.75s;
    }

    .animated.delay-9s {
        animation-delay: 3s;
    }

    .animated.delay-10s {
        animation-delay: 3.25s;
    }

    .animated.delay-11s {
        animation-delay: 3.5s;
    }

    .animated.delay-12s {
        animation-delay: 3.75s;
    }

    .animated.delay-13s {
        animation-delay: 4s;
    }

    .animated.delay-14s {
        animation-delay: 4.25s;
    }

    .animated.delay-15s {
        animation-delay: 4.5s;
    }

    .animated.fast {
        animation-duration: 800ms;
    }

    .animated.faster {
        animation-duration: 500ms;
    }

    .animated.slow {
        animation-duration: 2s;
    }

    .animated.slower {
        animation-duration: 3s;
    }

@media (prefers-reduced-motion) {
    .animated {
        animation: unset !important;
        transition: none !important;
    }
}

.gallery-intro-section .slick-dots,
.post-card-carousel .slick-dots,
.header .additional-nav ul,
.offer-list,
.breadcrumbs-list,
.post-saving-list,
.advantages-list,
.faq-accordion,
.faq-accordion .hiden-content,
.contact-item .social-list,
.gifts-item ul,
.section-about ul,
.post-about-item ul,
.social ul,
.connect ul,
.footer-links,
.footer-links-item .accordion-slide,
.get-app ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

/* name fonts */
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.42;
}

h1 {
    line-height: 1.42;
    font-size: 1.75rem;
}

@media (min-width: 992px) {
    h1 {
        font-size: 3rem;
    }
}

h5 {
    font-size: .9375rem;
}

@media (min-width: 992px) {
    h5 {
        font-size: 1.15rem;
    }
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

select,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.625;
    font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    color: #888;
    background: #fff;
}

@media (min-width: 768px) {
    select:not(textarea),
    input[type="text"]:not(textarea),
    input[type="tel"]:not(textarea),
    input[type="email"]:not(textarea),
    input[type="search"]:not(textarea),
    input[type="password"]:not(textarea),
    input[type="url"]:not(textarea),
    textarea:not(textarea) {
        height: 3rem;
    }
}

select:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
    outline: none;
}

select::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}

select::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #aaa;
}

select:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #aaa;
}

select:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa;
}

select.placeholder,
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
textarea.placeholder {
    color: #aaa;
}

textarea {
    resize: none;
    vertical-align: top;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="submit"],
button {
    transition: background .3s ease-in-out, color .3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    line-height: 1.625;
    font-weight: 400;
    color: #4a4a4a;
    padding: .5rem .9375rem;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .375rem;
}

    input[type="submit"]:not(:disabled):not(.disabled),
    button:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

/* ---------------------------------------------------------
   1. Header
   ---------------------------------------------------------*/
/* header */
.header {
    z-index: 3;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .5);
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
}

    .header + #main {
        padding-top: 83px;
    }
    .header + .main-top {    padding-top: 208px !important;
    }
    .header .container {
        max-width: 83.9375rem;
    }

    .header .navbar-toggler {
        outline: none;
        padding: 1.5rem 1.6875rem;
        font-size: 1.5rem;
        transition: background-color .3s ease-in-out;
        margin-left: auto;
    }

        .header .navbar-toggler[aria-expanded="true"] {
            color: #0c396e;
            background-color: #c5dfa9;
        }

    .header .navbar {
        position: relative;
        padding: 0;
    }

@media (min-width: 1200px) {
    .header .navbar {
        padding: 1rem;
    }
}

.header .nav-item {
    position: relative;
}

@media (min-width: 1200px) {
    .header .nav-item:not(:last-child) {
        margin-right: .9375rem;
    }
}

@media (min-width: 1440px) {
    .header .nav-item:not(:last-child) {
        margin-right: 2.1875rem;
    }
}

.header .nav-item:after {
    position: absolute;
    bottom: -.1875rem;
    /*left: .5rem;*/
    right: .2rem;
    width: 0;
    height: .125rem;
    background-color: #5a8e21;
    transition: width .3s ease-in-out;
}

@media (min-width: 1200px) {
    .header .nav-item:after {
        content: "";
    }
}

.header .nav-item.show:after {
    width: 100%;
}

.header .nav-item.show .nav-link:after {
    color: #fff;
    transform: translateY(-50%) rotate(90deg);
}

@media (max-width: 1199px) {
    .header .nav-item.show .dropdown-menu {
        max-height: 500px;
        padding: 1rem 0;
    }
}

@media (min-width: 1200px) {
    .header .nav-item.show .dropdown-menu {
        opacity: 1;
        left: 0;
    }
}

.header .dropdown-menu {
    border-radius: 0;
    padding: 0;
}

@media (max-width: 1199px) {
    .header .dropdown-menu {
        background-color: #244a77;
        max-height: 0;
        display: block;
        overflow: hidden;
        transition: max-height .3s ease-in-out, padding .3s ease-in-out;
    }
}

@media (min-width: 1200px) {
    .header .dropdown-menu {
        top: calc(100% + 1.125rem);
        opacity: 0;
        display: block;
        left: -9999px;
    }
}

.header .dropdown-item {
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

@media (max-width: 1199px) {
    .header .dropdown-item {
        color: #fff;
        padding: .625rem 2.75rem .9375rem;
        transition: background-color .3s ease-in-out;
        font-size: 1.13rem;
    }
}

@media (min-width: 1200px) {
    .header .dropdown-item {
        padding: .6875rem 1.3125rem .75rem .6875rem;
    }
}

@media (min-width: 1200px) {
    .header .dropdown-item:not(:last-child) {
        border-bottom: .0625rem solid #ededed;
    }
}

.header .dropdown-item:hover {
    color: #23272a;
    background-color: #5784b7;
}

@media (min-width: 1201px) {
    .header .dropdown-item:hover {
        color: #23272a;
        background-color: #c5dfa9;
    }
}

.header .dropdown-item:active {
    color: #fff;
}

.header .nav-link {
    position: relative;
    color: #0c396e;
    font-weight: 700;
    transition: color .3s ease-in-out;
}

@media (max-width: 1199px) {
    .header .nav-link {
        font-size: 1.125rem;
        padding: 1rem 3.75rem .6875rem 1.875rem;
        opacity: 1;
        transition: opacity .3s ease-in-out;
    }
}
/*@media (max-width: 1199px) {
  .header .nav-link:hover {
    opacity: .5;
  }
}*/
.header .nav-link .dropdown-arrow:after {
    font-family: "icomoon" !important;
    position: absolute;
    top: 2rem;
    right: 0.875rem;
    transform: translateY(-50%);
    color: #4d6179;
    transition: transform .3s ease-in-out, color .3s ease-in-out;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    padding-left: 14px;
}

.header .nav-item.show .nav-link .dropdown-arrow:after {
    color: #fff;
    transform: translateY(-50%) rotate(90deg);
    padding-top: 10px;
    padding-left: 14px;
}

@media (max-width: 1199px) {
    /*.header .nav-link.has-drop-down-a:after {
    content: "\e90b";
  }*/
    .header .nav-link .dropdown-arrow:after {
        content: "\e90b";
        font-family: "icomoon" !important;
    }
}

@media (max-width: 1199px) {
    .header .additional-nav {
        background-color: #08121c;
        padding: 1.8125rem 1.875rem 1.625rem;
    }
}

@media (min-width: 1200px) {
    .header .additional-nav {
        margin-left: 2.375rem;
    }
}

@media (min-width: 1200px) {
    .header .additional-nav ul {
        /*margin-left: 1rem;*/
    }
}

.header .additional-nav ul li:not(:first-child) {
    margin-left: 1.75rem;
}

@media (min-width: 1200px) {
    .header .additional-nav ul li:not(:first-child) {
        margin-left: .75rem;
    }
}

.header .additional-nav .btn {
    font-size: .9375rem;
}

@media (max-width: 1199px) {
    .header .additional-nav .btn {
        min-width: 140px;
    }
}

@media (min-width: 1200px) {
    .header .additional-nav .btn {
        padding: .1875rem .5625rem;
    }
}

@media (max-width: 1199px) {
    .header .additional-nav .btn-light {
        background-color: transparent;
        color: #fff;
    }
}

@media (max-width: 1199px) {
    .header .additional-nav .btn-light:hover {
        color: #fff;
        background-color: #5a8e21;
    }
}

.header .additional-nav .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(90, 142, 33, .5);
}

@media (max-width: 1199px) {
    .header .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1;
        background-color: #0f253f;
    }
}

@media (max-width: 1199px) {
    .header .navbar-dark .navbar-nav .nav-link {
        color: #fff;
    }
}

.header-search-btn[aria-expanded="true"] + .navbar-collapse .input-holder {
    opacity: 1;
    visibility: visible;
}

/* logo header */
.navbar-brand {
    max-width: 9.6875rem;
    width: 100%;
    padding: 25px 0 23px;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    .navbar-brand {
        max-width: 13.125rem;
        margin: 0;
        padding: 0;
    }
}

#header.show .search-header .navbar-collapse {
    max-height: 6.875rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    border: 1px solid #ccc;
    border-top: none;
}

/* search in header */
.search-header {
    position: relative;
    display: none;
}

@media (min-width: 1200px) {
    .search-header {
        display: -ms-flexbox;
        display: flex;
    }
}

.search-header .search-icon {
    display: inline-block;
    transition: opacity .3s ease-in-out;
}

    .search-header .search-icon:hover {
        opacity: .5;
        cursor: pointer;
    }

.search-header .navbar-collapse {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    width: 22.5rem;
    background-color: #fff;
    width: 22.5rem;
    padding: 0 1.875rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out, padding .3s ease-in-out;
}

.search-header .input-holder {
    width: 100%;
    position: relative;
}

    .search-header .input-holder:before {
        content: "\e902";
        font-family: "icomoon" !important;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        color: #b8beca;
    }

.search-header input[type="text"] {
    padding-left: 1.25rem;
    width: 100%;
    padding: .625rem 1.25rem .625rem 1.875rem;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #333;
}

    .search-header input[type="text"]::-webkit-input-placeholder {
        color: #333;
    }

    .search-header input[type="text"]::-moz-placeholder {
        color: #333;
    }

    .search-header input[type="text"]:-moz-placeholder {
        color: #333;
    }

    .search-header input[type="text"]:-ms-input-placeholder {
        color: #333;
    }

.search-header .btn-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3rem;
    transition: background-color .3s ease-in-out;
}

    .search-header .btn-submit:after {
        content: "\e902";
        font-family: "icomoon" !important;
        font-size: 1rem;
        color: #4a4a4a;
        transition: color .3s ease-in-out;
    }

    .search-header .btn-submit:hover {
        background-color: #5a8e21;
        color: #fff;
    }

        .search-header .btn-submit:hover:after {
            color: #fff;
        }

/* ---------------------------------------------------------
   2. Сommon site styles
   ---------------------------------------------------------*/
body {
    min-width: 320px;
}

.container {
    max-width: 1140px;
}

/* main container styles */
#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
}

a[href^=tel],
a[href^=fax],
a[href^=skype] {
    color: #0c396e;
    text-decoration: none;
}

/* style for button */
.btn {
    font-weight: 400;
    font-size: .8125rem;
}

@media (min-width: 768px) {
    .btn {
        font-size: .875rem;
        font-weight: 700;
    }
}

@media (min-width: 992px) {
    .btn {
        min-width: 6.125rem;
        padding: .25rem .8125rem;
    }
}

.btn.btn-light {
    border: 1px solid #5a8e21;
    color: #286403;
}

.btn:focus {
    box-shadow: 0 0 0 .2rem rgba(90, 142, 33, .5);
}

.btn.btn-lg {
    padding: .3rem .875rem;
    font-size: 1.125rem;
    border-radius: .4375rem;
}

.btn.btn-secondary {
    color: #000;
    border: 1px solid #5a8e21;
    color: #0c396e;
}

.card-body {
    padding: 1rem;
}

.btn-group .btn {
    margin-right: .5rem;
}

.breadcrumb-item.active {
    color: #000;
}

.text-muted {
    color: #9b9b9b !important;
}

.card {
    margin-bottom: 1rem;
}

.accessibility {
    position: absolute;
    left: -625rem;
    top: auto;
    width: .0625rem;
    height: .0625rem;
    overflow: hidden;
}

    .accessibility:focus {
        position: static;
        width: auto;
        height: auto;
    }

    .accessibility.back-to-top {
        background-color: #fff;
        color: #333;
    }

.hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* ---------------------------------------------------------
   3. Home start intro section
   ---------------------------------------------------------*/
.section-intro-home {
    color: #fff;
}

    .section-intro-home h1 {
        color: inherit;
        line-height: 1.05;
        font-size: 3rem;
        margin-bottom: 1.25rem;
    }

    .section-intro-home .mainhead {
        line-height: 1.05;
        font-size: 3rem;
        margin-bottom: .875rem;
        font-weight: 900;
    }

@media (min-width: 992px) {
    .section-intro-home h1 {
        font-size: 4.3rem;
        line-height: 1.2;
        margin-bottom: .875rem;
    }

    .section-intro-home .mainhead {
        font-size: 4.3rem;
        line-height: 1.2;
        margin-bottom: .875rem;
        font-weight: 900;
    }
}

.section-intro-home h2 {
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.5625rem;
    margin-bottom: 3.75rem;
}

@media (min-width: 992px) {
    .section-intro-home h2 {
        margin-bottom: 2.25rem;
    }
}

.section-intro-home .content {
    max-width: 33.4375rem;
    width: 100%;
}

@media (max-width: 991px) {
    .section-intro-home .btn {
        padding: .3125rem 1.625rem;
        font-size: .8125rem;
        font-weight: 400;
    }
}

/* intro section gallery */
.gallery-intro-section .intro-slide {
    min-height: 40rem;
    background-size: cover;
    background-position: center;
    padding: 4.6875rem 0 1.875rem;
}

@media (min-width: 992px) {
    .gallery-intro-section .intro-slide {
        min-height: 35rem;
        padding: 6.1875rem 0 1.875rem;
    }
}

/* ---------------------------------------------------------
   4. Section with information cards
   ---------------------------------------------------------*/
.section-service-cards {
    overflow: hidden;
    position: relative;
    padding: 2.8125rem 0 2.5rem;
    /* caption section */
}

@media (min-width: 992px) {
    .section-service-cards {
        padding: 4.25rem 0 2.125rem;
    }
}

.section-service-cards .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

    .section-service-cards .bg-image:nth-child(2) {
        background-position: left;
    }

@media (min-width: 992px) {
    .section-service-cards .bg-image:nth-child(2) {
        background-position: center;
    }
}

.section-service-cards .container {
    max-width: 72.5rem;
}

.section-service-cards .caption-section {
    max-width: 52.1875rem;
    width: 100%;
    margin: 0 auto .4375rem;
}

    .section-service-cards .caption-section h2 {
        font-size: 1.875rem;
        margin-bottom: .4375rem;
    }

@media (min-width: 992px) {
    .section-service-cards .caption-section h2 {
        font-size: 2.1875rem;
        margin-bottom: .0625rem;
    }
}

.section-service-cards .caption-section p {
    font-size: .9375rem;
    margin-bottom: 2.0625rem;
    line-height: 1.7;
}

@media (min-width: 992px) {
    .section-service-cards .caption-section p {
        line-height: 1.625;
    }
}

.section-service-cards .caption-section .btn {
    padding: .3125rem .9375rem;
}

@media (max-width: 767px) {
    .section-service-cards .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

.card-list {
    margin-bottom: 1.125rem;
}

@media (min-width: 992px) {
    .card-list {
        margin-bottom: .875rem;
    }
}

/* service card */
.service-card {
    border-radius: .4375rem;
    border: 1px solid #d4d4d4;
    overflow: hidden;
    padding: .75rem 2.5rem .75rem 1.5625rem;
    margin-bottom: 1.6875rem;
}

@media (min-width: 768px) {
    .service-card {
        padding: 1.25rem;
        border: 1px solid #e1dfdf;
    }
}

@media (min-width: 992px) {
    .service-card {
        padding: 2.0625rem 1.3125rem 1.5625rem;
    }
}

.service-card .image-holder {
    min-height: 4.375rem;
    text-align: center;
    min-height: 79px;
}

@media (max-width: 767px) {
    .service-card .image-holder {
        max-width: 100px;
        width: 100%;
        margin-right: 21px;
    }
}

@media (min-width: 768px) {
    .service-card .image-holder {
        margin-bottom: .4375rem;
        /*max-width: 100px;*/
        width: 100%;
    }
}

.service-card .content-holder {
    width: 100%;
}

.service-card .title-card {
    display: block;
    color: #012651;
    font-size: 1.25rem;
    font-weight: 700;
    /*text-transform: uppercase;*/
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .service-card .title-card {
        margin-bottom: .5625rem;
        font-size: 1.0625rem;
    }
}

.service-card p {
    margin-bottom: .625rem;
    font-size: .9375rem;
}

@media (max-width: 767px) {
    .service-card p {
        display: none;
    }
}

@media (min-width: 768px) {
    .service-card p {
        margin-bottom: .9375rem;
    }
}

@media (max-width: 767px) {
    .service-card .btn-wrap {
        display: none;
    }
}

.service-card .btn {
    color: #286403;
}

/* ---------------------------------------------------------
   5. Section banner
   ---------------------------------------------------------*/
/* section banner */
.section-banner {
    position: relative;
    color: #fff;
    padding: 2.875rem 0 18.625rem;
    background-position: center;
    background-size: cover;
}

@media (min-width: 768px) {
    .section-banner {
        padding: 4.125rem 0 1.625rem;
    }
}

@media (min-width: 992px) {
    .section-banner {
        padding: 1.125rem 0 1.625rem;
    }
}

.section-banner h2 {
    color: inherit;
    line-height: 1.15;
    margin-bottom: 1.1875rem;
    font-size: 2.5rem;
    /*margin-top:-49px;*/
}

@media (min-width: 992px) {
    .section-banner h2 {
        margin-bottom: .9375rem;
    }
}

.section-banner p {
    color: #FFFFFF;
    line-height: 1.8;
    margin-bottom: 3.3125rem;
}

@media (min-width: 992px) {
    .section-banner p {
        margin-bottom: 1.3125rem;
    }
}

.section-banner .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

@media (min-width: 768px) {
    .section-banner .bg-image:nth-child(2) {
        background-position: left;
    }
}

@media (min-width: 992px) {
    .section-banner .bg-image:nth-child(2) {
        background-position: left;
    }
}

@media (max-width: 767px) {
    .section-banner .btn {
        padding: .25rem .9375rem;
    }
}

.section-banner .content-holder {
    max-width: 35.4375rem;
    width: 100%;
    margin: 0 auto;
    margin-left: 30rem;
}

/* ---------------------------------------------------------
   6. Section post cards
   ---------------------------------------------------------*/
.section-post-card {
    overflow: hidden;
    /*padding: 3rem 0 5.9375rem;*/
    padding: 3rem 0 3.9375rem;
}

@media (min-width: 992px) {
    .section-post-card {
        padding: 4.125rem 0 2.5rem;
    }
}

.section-post-card.secondary {
    padding-top: 1.5rem;
}

@media (min-width: 992px) {
    .section-post-card.secondary {
        /*padding: 4.75rem 0 2.25rem;*/
    }
}

.section-post-card.secondary .container {
    max-width: 72.5rem;
}
/*@media (min-width: 992px) {
  .section-post-card.secondary .caption-section {
    margin-bottom: 5.5rem;
  }
}*/
.section-post-card h2 {
    font-weight: 700;
    font-size: 2.5rem;
}

.section-post-card .container {
    max-width: 76.875rem;
}

.section-post-card .caption-section {
    margin-bottom: 3.8rem;
}
/*@media (min-width: 992px) {
  .section-post-card .caption-section {
    margin-bottom: 3.9375rem;
  }
}*/

/* post card */
.post-card {
    padding: 0 .3125rem;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .post-card {
        padding: 0 2.125rem;
    }
}

.post-card .title-card {
    display: block;
    font-size: 1.125rem;
    margin-bottom: .125rem;
    color: #000;
    font-weight: 900;
}

.post-card p {
    margin-bottom: .5rem;
    min-height: 51px;
}

.post-card .image-holder {
    padding-top: 60%;
    background-size: cover;
    background-position: center;
    margin-bottom: 1.0625rem;
}

@media (min-width: 768px) {
    .post-card .image-holder {
        padding-top: 70%;
    }
}

@media (min-width: 992px) {
    .post-card .image-holder {
        padding-top: 54%;
        margin-bottom: 1rem;
    }
}

.post-card .link-more {
    color: #286403;
    font-size: 1.125rem;
    font-weight: 900;
    text-decoration: none;
    transition: color .3s ease-in-out;
}

    .post-card .link-more:hover {
        color: #74b72b;
    }

@media (min-width: 992px) {
    .secondary-card-carousel .post-card .image-holder {
        padding-top: 67%;
    }
}

/* ---------------------------------------------------------
   7. Section banner secondary
   ---------------------------------------------------------*/
.section-banner-secondary {
    background-color: #e5e5e5;
    padding: 2.8125rem 0 1.6875rem;
}

@media (min-width: 992px) {
    .section-banner-secondary {
        padding: 2.6875rem 0 2.6875rem;
    }
}

.section-banner-secondary h2 {
    font-size: 3.125rem;
    margin-bottom: 1.625rem;
    line-height: 1.15;
}

@media (min-width: 992px) {
    .section-banner-secondary h2 {
        line-height: 1;
        margin-bottom: .75rem;
    }
}

.section-banner-secondary p {
    font-size: 1.125rem;
    margin-bottom: 2.75rem;
    line-height: 1.4;
}

@media (min-width: 992px) {
    .section-banner-secondary p {
        line-height: 1.3;
        margin-bottom: 2.125rem;
    }
}

.section-banner-secondary .container {
    max-width: 70.3125rem;
}

@media (max-width: 767px) {
    .section-banner-secondary .content-holder {
        padding: 0 2rem;
    }
}

@media (max-width: 767px) {
    .section-banner-secondary .btn {
        padding: .3125rem .875rem;
    }
}

/* ---------------------------------------------------------
   8. Section-intro for other pages
   ---------------------------------------------------------*/
.section-intro {
    background-size: cover;
    background-position: top;
    padding: 3.9375rem 0 2.9375rem;
}

@media (min-width: 992px) {
    .section-intro {
        padding: 3.75rem 0 3.1875rem;
    }
}

.section-intro h1 {
    color: inherit;
    font-size: 36px;
    font-weight: 700;
}

.section-intro .container {
    max-width: 70.1875rem;
}

.section-intro .content {
    color: #fff;
}

/* ---------------------------------------------------------
   9.  Section product landing
   ---------------------------------------------------------*/
.rewarding-points {
    padding: 0rem !important;
    margin: 0rem !important;
}

.section-product-landing {
    position: relative;
    /*padding: 2.125rem 0 2.125rem;*/
    padding: 2.125rem 0 0.1rem;
}

@media (min-width: 992px) {
    .section-product-landing {
        /*padding: 4.375rem 0 2.125rem;*/
        padding: 4.375rem 0 0.1rem;
    }

    .rewarding-points {
        padding: 0rem !important;
        margin: 0rem !important;
    }
}

.section-product-landing .container {
    max-width: 70.1875rem;
}

.section-product-landing h1 {
    font-size: 2.25rem;
    margin-bottom: 1.4375rem;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .section-product-landing h1 {
        line-height: 1.42;
        margin-bottom: 1.1875rem;
    }
}

.section-product-landing p {
    line-height: 1.85;
    padding-right: 1rem;
}

@media (min-width: 992px) {
    .section-product-landing p {
        line-height: 1.8;
    }
}

.section-product-landing .content {
    max-width: 61.375rem;
    width: 100%;
    margin-bottom: 2.25rem;
}

@media (min-width: 992px) {
    .section-product-landing .content {
        margin-bottom: 3.875rem;
    }
}

.section-product-landing .geometric-figures {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: none;
}

@media (max-width: 767px) {
    .section-product-landing .geometric-figures {
        display: none;
    }
}

.section-product-landing .geometric-figures > span {
    display: block;
    position: absolute;
}

@media (min-width: 768px) {
    .section-product-landing .geometric-figures > span:nth-child(1) {
        top: 19%;
        left: -3%;
    }
}

@media (min-width: 992px) {
    .section-product-landing .geometric-figures > span:nth-child(1) {
        top: 12%;
    }
}

@media (min-width: 1441px) {
    .section-product-landing .geometric-figures > span:nth-child(1) {
        left: 9%;
    }
}

@media (min-width: 768px) {
    .section-product-landing .geometric-figures > span:nth-child(2) {
        top: 41%;
        right: 7%;
    }
}

@media (min-width: 992px) {
    .section-product-landing .geometric-figures > span:nth-child(2) {
        top: 34%;
    }
}

@media (min-width: 1441px) {
    .section-product-landing .geometric-figures > span:nth-child(2) {
        right: 18%;
    }
}

@media (min-width: 768px) {
    .section-product-landing .geometric-figures > span:nth-child(3) {
        left: 35%;
        bottom: 16%;
    }
}

@media (min-width: 992px) {
    .section-product-landing .geometric-figures > span:nth-child(3) {
        bottom: 12%;
    }
}

@media (min-width: 1441px) {
    .section-product-landing .geometric-figures > span:nth-child(3) {
        left: 38%;
    }
}

.section-product-landing .geometric-figures .circle {
    width: 43vw;
    padding-top: 44%;
    border-radius: 50%;
    background-image: linear-gradient(180deg, #fcfcfc 0%, #faf7f7 100%);
}

@media (min-width: 1441px) {
    .section-product-landing .geometric-figures .circle {
        width: 647px;
        height: 647px;
        padding-top: 0;
    }
}

.section-product-landing .geometric-figures .rectangle {
    width: 53vw;
    padding-top: 16%;
    background-image: linear-gradient(180deg, #fcfcfc 0%, #faf7f7 100%);
}

@media (min-width: 1441px) {
    .section-product-landing .geometric-figures .rectangle {
        width: 767px;
        height: 306px;
        padding-top: 0;
    }
}

.product-landing-list {
    margin-bottom: 2.5rem;
}

/* product item*/
@media (min-width: 768px) {
    .product-landing-item:not(:last-child) {
        margin-bottom: 4.6875rem;
    }
}

.product-landing-item:nth-child(even) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

    .product-landing-item:nth-child(even) .product-landing-content {
        padding-left: 14px;
        padding-right: 3.1875rem;
    }

.product-landing-item h3 {
    font-size: 1.875rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .product-landing-item .image-holder {
        -ms-flex: 1 0 350px;
        flex: 1 0 350px;
    }
}

@media (min-width: 992px) {
    .product-landing-item .image-holder {
        -ms-flex: 1 0 500px;
        flex: 1 0 500px;
    }
}

.product-landing-item .image-holder img {
    width: 100%;
}

.product-landing-item .product-landing-content {
    padding-top: 2.125rem;
}

@media (min-width: 768px) {
    .product-landing-item .product-landing-content {
        padding: 0 0 0 1.25rem;
    }
}

@media (min-width: 992px) {
    .product-landing-item .product-landing-content {
        padding: .0625rem 0 .0625rem 3.1875rem;
    }
}

.product-landing-item .sub-title {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.25;
}

.product-landing-item .title-holder {
    margin-bottom: 2.1875rem;
}

@media (min-width: 992px) {
    .product-landing-item .title-holder {
        padding-right: 1.5625rem;
        margin-bottom: 1.125rem;
    }
}

/* offer list in product item */
.offer-list {
    font-size: .9375rem;
    line-height: 1.25;
    margin-bottom: 2.6875rem;
}

    .offer-list li {
        position: relative;
        padding-left: 1.5625rem;
    }

        .offer-list li:not(:last-child) {
            margin-bottom: .9375rem;
        }

@media (min-width: 992px) {
    .offer-list li:not(:last-child) {
        margin-bottom: .5625rem;
    }
}

.offer-list li:before {
    /*content: "\e909";*/
    content: "";
    font-family: "icomoon" !important;
    position: absolute;
    /*top: .1875rem;*/
    top: .2875rem;
    /*left: 0;*/
    left: .1875rem;
    /*width: .9375rem;*/
    width: .4375rem;
    /*height: .9375rem;*/
    height: .4375rem;
    /*border-radius: 8px;
    background-color: #5a8e21;*/
    border-radius: 50%;
    background-color: #3a98ff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    font-size: .4375rem;
}
/* ---------------------------------------------------------
   10. Breadcrumbs panel
   ---------------------------------------------------------*/
.breadcrumbs-panel {
    background-color: #f6f6f6;
    padding: .3rem 0;
}

    .breadcrumbs-panel .container {
        max-width: 69.8125rem;
    }

/* breadcrumbs list links */
.breadcrumbs-list .current-page-child {
    color: #020202;
}

.breadcrumbs-list {
    color: #081d2d;
    font-size: .875rem;
    font-weight: 700;
    margin-right: .625rem;
    margin-top: 0.25rem;
}

    .breadcrumbs-list li {
        position: relative;
    }

        .breadcrumbs-list li:not(:last-child) {
            margin-right: 2.4375rem;
        }

            .breadcrumbs-list li:not(:last-child):after {
                content: "\e906";
            }

        .breadcrumbs-list li:after {
            font-family: "icomoon" !important;
            position: absolute;
            top: .25rem;
            right: -1.5rem;
            font-size: .5rem;
        }

    .breadcrumbs-list a {
        color: inherit;
        text-decoration: none;
        transition: color .3s ease-in-out;
    }

        .breadcrumbs-list a:hover {
            color: #3a98ff;
        }

    .breadcrumbs-list .icon-home-page {
        font-size: .9375rem;
    }

/* share link */
.share {
    color: #081d2d;
    transition: color .3s ease-in-out;
    font-size: 14px;
}

@media (max-width: 479px) {
    .share {
        width: 7.5rem;
    }
}

.share .icon-share {
    display: inline-block;
    margin-right: .625rem;
    color: #3a98ff;
}

.share a {
    color: inherit;
    text-decoration: none;
    transition: color .3s ease-in-out;
    padding-right: 2px;
}

    .share a:hover {
        color: #3a98ff;
    }

/* ---------------------------------------------------------
   11. Section saving posts
   ---------------------------------------------------------*/
.section-saving-posts {
    padding: 2.75rem 0 .9375rem;
    background-color: #edeef0;
}

@media (min-width: 992px) {
    .section-saving-posts {
        padding: 4.625rem 0 1.875rem;
    }
}

.section-saving-posts .container {
    max-width: 70.625rem;
}

/* saving post */
.saving-post {
    position: relative;
}

    .saving-post .image-holder {
        background-position: center;
        background-size: cover;
        height: 80vw;
        -ms-flex: 1 0 39.1875rem;
        flex: 1 0 39.1875rem;
    }

@media (min-width: 768px) {
    .saving-post .image-holder {
        height: 65vw;
        -ms-flex: 1 0 57%;
        flex: 1 0 57%;
    }
}

@media (min-width: 1200px) {
    .saving-post .image-holder {
        height: 632px;
    }
}

.saving-post .saving-post-content {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 .25rem .5625rem rgba(0, 0, 0, .29);
    padding: 2.0625rem 1.0625rem 2.6875rem;
    margin-bottom: .625rem;
}

@media (min-width: 768px) {
    .saving-post .saving-post-content {
        position: relative;
        z-index: 1;
        margin-left: -17vw;
        padding: 1rem;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .saving-post .saving-post-content {
        max-width: 39.5rem;
        margin-left: -10rem;
        padding: 3.6875rem 2.5rem 3.4375rem 2.6875rem;
    }
}

.saving-post h2 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 1.3125rem;
}

@media (min-width: 992px) {
    .saving-post h2 {
        line-height: 1.2;
        margin-bottom: 1.875rem;
    }
}

.saving-post p {
    font-size: .9375rem;
    line-height: 1.45;
}

@media (min-width: 992px) {
    .saving-post p {
        line-height: 2;
    }
}

.saving-post .text-holder {
    margin-bottom: 1.3125rem;
}

@media (min-width: 992px) {
    .saving-post .text-holder {
        margin-bottom: 0;
        padding-right: 1.5625rem;
    }
}

.saving-post .sub-title {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .saving-post .sub-title {
        padding-right: 1.875rem;
        margin-bottom: .75rem;
    }
}

@media (min-width: 992px) {
    .saving-post .post-saving-list {
        padding-right: 3.125rem;
    }
}

.post-saving-list {
    font-weight: 500;
    font-size: .9375rem;
    color: #111;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .post-saving-list {
        line-height: 1.4;
    }
}

.post-saving-list li {
    position: relative;
    padding-left: 1.375rem;
    padding-right: 1.25rem;
}

@media (min-width: 992px) {
    .post-saving-list li {
        padding-left: 1.125rem;
        padding-right: 0;
    }
}

.post-saving-list li:not(:last-child) {
    margin-bottom: 1.3125rem;
}

@media (min-width: 992px) {
    .post-saving-list li:not(:last-child) {
        margin-bottom: 1rem;
    }
}

.post-saving-list li:before {
    content: "";
    position: absolute;
    top: .5625rem;
    left: .1875rem;
    right: 0;
    width: .4375rem;
    height: .4375rem;
    border-radius: 50%;
    background-color: #3a98ff;
}

@media (min-width: 992px) {
    .post-saving-list li:before {
        left: 0;
        top: .4375rem;
    }
}

/* ---------------------------------------------------------
   12. Section offer
   ---------------------------------------------------------*/
.section-offer {
    padding-bottom: 3.7rem;
}

    .section-offer h2 {
        color: inherit;
        font-size: 1.875rem;
        line-height: 1.2;
        margin-bottom: 1.25rem;
    }

@media (min-width: 992px) {
    .section-offer h2 {
        margin-bottom: 1.625rem;
        line-height: 1.42;
    }
}

.section-offer p {
    font-size: 18px;
    line-height: 1.8;
}

.banner-offer {
    background-size: cover;
    background-position: center;
    padding: 2.3125rem 0 15.625rem;
    margin-bottom: -14.375rem;
}

@media (min-width: 992px) {
    .banner-offer {
        padding: 4.4375rem 0 10.0625rem;
    }
}

@media (min-width: 992px) {
    .banner-offer {
        margin-bottom: -7.1875rem;
    }
}

.banner-offer .content-holder {
    max-width: 45.6875rem;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

/* panel offer with offer card */
.panel-offer {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    margin: 0 .9375rem;
    background-color: #fff;
    box-shadow: 0 .25rem .5625rem rgba(0, 0, 0, .29);
    padding: 2.8125rem 0 1.0625rem;
}

@media (min-width: 768px) {
    .panel-offer {
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
        border-radius: 0;
    }
}

@media (min-width: 992px) {
    .panel-offer {
        padding: 4.5rem 0 2.25rem;
    }
}

@media (min-width: 1200px) {
    .panel-offer {
        max-width: 68.75rem;
    }
}

.panel-offer [class^="col"]:last-child .offer-card {
    margin-bottom: 0;
}

/* offer card */
.offer-card {
    margin-bottom: 2.9375rem;
}

    .offer-card .image-holder {
        position: relative;
        max-width: 5rem;
        width: 100%;
        margin: 0 auto .9375rem;
        min-height: 6rem;
    }

@media (min-width: 992px) {
    .offer-card .image-holder {
        min-height: 5.8125rem;
        margin-bottom: 1rem;
    }
}

.offer-card .image-holder:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #5a8e21;
    width: 2.625rem;
    height: .1875rem;
}

.offer-card .title-card {
    font-size: 1.125rem;
    font-weight: 900;
    margin-bottom: 1.0625rem;
    color: #000;
}

.offer-card p {
    line-height: 1.5;
    font-size: 1rem;
}

/* ---------------------------------------------------------
   13. Section table statistic
   ---------------------------------------------------------*/
.section-table-statistic {
    padding: 1.25rem 0 2.8125rem;
    background: linear-gradient(to bottom, #edeef0 0%, #edeef0 39%, #d8dbe1 39%, #d8dbe1 100%);
}

@media (min-width: 992px) {
    .section-table-statistic {
        padding: 2.8125rem 0 4.6875rem;
    }
}

.section-table-statistic.secondary {
    background: linear-gradient(to bottom, #d8dbe1 0%, #d8dbe1 11%, rgba(8, 42, 82, .85) 11%, rgba(8, 42, 82, .85) 100%);
    padding-top: 2.75rem;
}

@media (min-width: 992px) {
    .section-table-statistic.secondary {
        padding: 4.6875rem 0;
        background: linear-gradient(to bottom, #d8dbe1 0%, #d8dbe1 35%, rgba(8, 42, 82, .85) 35%, rgba(8, 42, 82, .85) 100%);
    }
}

.section-table-statistic .container {
    max-width: 70.625rem;
}

.section-table-statistic .content-holder {
    background-color: #fff;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    padding-bottom: 1.5625rem;
}

@media (min-width: 992px) {
    .section-table-statistic .content-holder {
        padding-bottom: 1.9375rem;
    }
}

.section-table-statistic .btn-wrap {
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .section-table-statistic .btn-wrap {
        margin-bottom: 1.8125rem;
    }
}

.section-table-statistic .text-holder {
    max-width: 55.625rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 .9375rem;
}

.section-table-statistic p {
    font-size: .9375rem;
    line-height: 1.35;
}

@media (min-width: 992px) {
    .section-table-statistic p {
        line-height: 1.4;
    }
}

/* table statistic */
.table-statistic {
    position: relative;
    margin-bottom: 2.1875rem;
    width: 100%;
}

@media (min-width: 992px) {
    .table-statistic {
        margin-bottom: 2.5625rem;
    }
}

@media (max-width: 479px) {
    .table-statistic table,
    .table-statistic thead,
    .table-statistic tbody,
    .table-statistic th,
    .table-statistic td,
    .table-statistic tr {
        display: block;
    }
}

@media (max-width: 479px) {
    .table-statistic thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}

@media (min-width: 992px) {
    .table-statistic thead tr {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .table-statistic tbody tr {
        border: 1px solid #cdcdcd;
    }
}

@media (min-width: 992px) {
    .table-statistic tbody tr:only-child td {
        padding-bottom: .9375rem;
    }
}

@media (max-width: 479px) {
    .table-statistic tbody tr:not(:only-child) {
        border-bottom: 1px solid #e9e9e9;
    }
}

.table-statistic tbody tr:last-child {
    border-bottom: 0;
}

@media (max-width: 479px) {
    .table-statistic tbody tr:not(:last-child) {
        margin-bottom: .8125rem;
    }
}

.table-statistic tbody td {
    position: relative;
}

@media (max-width: 479px) {
    .table-statistic tbody td {
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        border: 1px solid rgba(233, 233, 233, .68);
    }
}

@media (max-width: 479px) {
    .table-statistic tbody td:before {
        content: attr(data-label);
        position: relative;
        white-space: nowrap;
        background-color: #211f1f;
        color: #fff;
        font-weight: 700;
        font-size: 1.25rem;
        padding: 1.375rem .75rem 1.375rem 1.4375rem;
        width: 50%;
        white-space: pre-wrap;
        line-height: 1.3;
    }
}

@media (min-width: 480px) {
    .table-statistic tbody td:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #e9e9e9;
    }
}

@media (min-width: 480px) {
    .table-statistic tbody td:nth-of-type(1):after {
        left: 2.5rem;
    }
}

@media (min-width: 480px) {
    .table-statistic tbody td:nth-of-type(4):after {
        right: 2.5rem;
    }
}

@media (max-width: 479px) {
    .table-statistic tbody td span {
        margin-left: auto;
        display: block;
        width: 50%;
        padding: 1.25rem .875rem .6875rem .9375rem;
        line-height: 1.3;
    }
}

.table-statistic th {
    background-color: #211f1f;
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 1.25rem .75rem .5rem 1.4375rem;
    /*width: 10.8125rem;*/
    width: 25%;
}

@media (min-width: 480px) {
    .table-statistic th {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .table-statistic th {
        padding: .8125rem .625rem;
    }
}

@media (min-width: 992px) {
    .table-statistic th {
        font-size: 1.375rem;
    }
}

.table-statistic th:not(:last-child) {
    border-bottom: .0625rem solid #fff;
}

@media (min-width: 480px) {
    .table-statistic th:not(:last-child) {
        border-right: .0625rem solid #fff;
        border-bottom: 0;
    }
}

@media (min-width: 768px) {
    .table-statistic th:not(:last-child) {
        /*width: 16.3125rem;*/
    }
}

@media (min-width: 768px) {
    .table-statistic tr {
        width: 100%;
    }
}

.table-statistic td {
    position: relative;
    font-size: 1.25rem;
}

@media (min-width: 480px) {
    .table-statistic td {
        padding: 1.25rem .875rem .5rem 1.5rem;
    }
}

@media (min-width: 480px) {
    .table-td4 {
        /*text-align:left;*/
    }

    .table-statistic td {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .table-statistic td {
        padding: .8125rem 1.25rem;
    }
}

@media (min-width: 768px) {
    .table-statistic td:not(:last-child) {
        width: 24%;
    }
}

/* ---------------------------------------------------------
   14. Section deposit
   ---------------------------------------------------------*/
.section-deposit {
    padding: 2.75rem 0 1.25rem;
}

@media (min-width: 992px) {
    .section-deposit {
        padding: 4.625rem 0 3.625rem;
    }
}

.section-deposit .container {
    max-width: 70.625rem;
}

.deposit-item {
    margin-bottom: 1.875rem;
}

    .deposit-item:last-child {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .deposit-item .image-holder {
        width: 46%;
    }
}

.deposit-item .image-holder img {
    width: 100%;
}

.deposit-item .deposit-content {
    padding-top: 2.375rem;
}

@media (min-width: 768px) {
    .deposit-item .deposit-content {
        width: 55%;
        padding: .3125rem 0 0 1.25rem;
    }
}

@media (min-width: 992px) {
    .deposit-item .deposit-content {
        padding-left: 3.125rem;
    }
}

.deposit-item h2 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 1.1875rem;
}

@media (min-width: 992px) {
    .deposit-item h2 {
        margin-bottom: 1.25rem;
    }
}

.deposit-item p {
    font-size: .9375rem;
    line-height: 1.85;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .deposit-item p {
        line-height: 1.35;
        margin-bottom: 1.25rem;
    }
}

.deposit-item .sub-title {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1.5625rem;
}

@media (min-width: 992px) {
    .deposit-item .sub-title {
        padding-right: 1.875rem;
        margin-bottom: 1.25rem;
    }
}

/* ---------------------------------------------------------
   15. Section advantages
   ---------------------------------------------------------*/
.section-advantages {
    color: #fff;
    background-position: center;
    background-size: cover;
    padding: 2.75rem 0 3rem 0;
    margin-bottom: 3.5rem;
}

@media (min-width: 992px) {
    .section-advantages {
        padding: 4.5625rem 0 4.625rem 0;
    }
}

.section-advantages .container {
    position: relative;
    z-index: 1;
    max-width: 70.625rem;
}

.section-advantages h2 {
    font-size: 35px;
    color: inherit;
    margin-bottom: 3rem;
}

@media (min-width: 992px) {
    .section-advantages h2 {
        margin-bottom: 2.6875rem;
    }
}

/* advantages-list */
.advantages-list {
    font-weight: 500;
    font-size: 1.25rem;
    max-width: 38.3125rem;
    width: 100%;
    line-height: 1.3;
}

@media (min-width: 992px) {
    .advantages-list {
        line-height: 1.625;
    }
}

.advantages-list li {
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    padding: .5625rem 0 1.4375rem;
}

@media (max-width: 767px) {
    .advantages-list li {
        margin-bottom: .3125rem;
    }
}

@media (min-width: 992px) {
    .advantages-list li {
        padding: .5rem 0 .5625rem;
    }
}

/* ---------------------------------------------------------
   15. Section faq
   ---------------------------------------------------------*/
.section-faq {
    padding: 2.1875rem 0 2.8125rem;
}

.removegap{margin-bottom: 0;}

.section-faq-contactus {
    padding: 2.1875rem 0 2.8125rem;
}
@media (min-width: 992px) {
    .section-faq {
        padding: 4.4375rem 0 4.6875rem;
    }
    .section-faq-contactus {
        padding: 4.4375rem 0 0.6875rem;
    }
}

.section-faq .container {
    max-width: 70.625rem;
}

.section-faq .content-holder {
    margin-bottom: 1.9375rem;
}

@media (min-width: 992px) {
    .section-faq .content-holder {
        margin-bottom: 2.3125rem;
        padding-right: 6.25rem;
    }
}

.section-faq h2 {
    margin-bottom: 1.1875rem;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .section-faq h2 {
        line-height: 1.42;
    }
}

.section-faq p {
    line-height: 1.85;
}

.section-faq .link-expand {
    display: inline-block;
    width: 150px;
    color: #12529d;
    font-size: 18px;
    font-weight: 900;
    text-decoration: underline;
    transition: opacity .3s ease-in-out;
    margin-bottom: 2.3125rem;
}

@media (min-width: 992px) {
    .section-faq .link-expand {
        padding-top: .6875rem;
        margin-bottom: 0;
    }
}

.section-faq .link-expand:hover {
    opacity: .7;
}

.section-faq > .container > .silvercloud-acsearch-bar > .sc-acsearch-hook {
    display: inline-flex;
}

.silvercloud-acsearch-bar .sc-acsearch-hook button {
    color: #fff !important;
    background-color: #5a8e21 !important;
    border-color: #5a8e21;
    margin-left: 1rem;
}

/* filter info with select*/
.filter-information .form-group {
    position: relative;
    margin-bottom: 2.375rem;
}

    .filter-information .form-group.select {
        width: 100%;
    }

@media (min-width: 992px) {
    .filter-information .form-group.select {
        max-width: 19.1875rem;
    }
}

.filter-information .form-group select {
    color: #4a4a4a;
    font-size: 18px;
    border-color: #d3d3d3;
    font-weight: 900;
    height: 3.125rem;
    padding: .625rem 3.4375rem .625rem 1.875rem;
    background: transparent;
}

    .filter-information .form-group select option {
        padding-left: 20px;
        border: 1px solid red;
    }

.filter-information .form-group .jcf-select-opener {
    border-radius: 0 .25rem .25rem 0;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    top: .1875rem;
    right: .1875rem;
    bottom: .1875rem;
    width: 44px;
    background-color: #eee;
    transition: background-color .3s ease-in-out;
}

    .filter-information .form-group .jcf-select-opener:after {
        content: "\e903";
        font-family: "icomoon" !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        transition: color .3s ease-in-out, transform .3s ease-in-out;
    }

.filter-information .form-group .jcf-drop-active {
    border: 1px solid #12529d;
    border-radius: 4px 4px 0 0;
}

    .filter-information .form-group .jcf-drop-active .jcf-select-drop {
        border: 1px solid #12529d;
    }

    .filter-information .form-group .jcf-drop-active .jcf-select-opener {
        background-color: #12529d;
    }

        .filter-information .form-group .jcf-drop-active .jcf-select-opener:after {
            color: #fff;
            transform: translate(-50%, -50%) scaleY(-1);
        }

.filter-information .form-group .btn-submit {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    z-index: 3;
}

/* faq accordion */
.faq-accordion {
    border-radius: .25rem .25rem 0 0;
    border: 1px solid #d3d3d3;
}

    .faq-accordion > li {
        padding: 2.1875rem 1.4375rem 1rem 1.5625rem;
    }

@media (min-width: 992px) {
    .faq-accordion > li {
        padding: 1.1875rem 2.0625rem .875rem 2.0625rem;
    }
}

.faq-accordion > li:not(:last-child) {
    border-bottom: 1px solid #d3d3d3;
}

@media (max-width: 767px) {
    .faq-accordion > li:not(:first-child) {
        padding-top: 1.25rem;
    }

    .section-default h2 {
        padding-top: 2rem;
    }

    .section-default h3 {
        margin-top: 2.5rem;
    }

    .atm-ttl {
        width: 100%;
    }

    .atm-search-holder {
        border: none !important;
        padding: 0 !important;
    }

        .atm-search-holder .card {
            margin-bottom: 0 !important;
        }

    .atmsearch-direction-result {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .faq-accordion > li:not(:first-child) {
        padding-bottom: 1.125rem;
    }
}

.faq-accordion > li.active .opener {
    color: #7ac627;
}

    .faq-accordion > li.active .opener:after {
        content: "\e904";
        color: #7ac627;
        font-size: 1.125rem;
    }

.faq-accordion > li.active .hiden-content {
    max-height: 2000px;
    display: block;
    padding-top: .9375rem;
    padding-bottom: .125rem;
}

.faq-accordion sup {
    font-size: 1rem;
}

.faq-accordion .opener {
    color: #404040;
    font-size: 18px;
    font-weight: 900;
    position: relative;
    display: block;
    padding-right: 2.5rem;
    text-decoration: none;
    line-height: 1.2;
}

    .faq-accordion .opener:after {
        content: "\e905";
        font-family: "icomoon" !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        color: #505050;
        font-size: .9375rem;
        transition: color .3s ease-in-out, font-size .3s ease-in-out;
    }

@media (min-width: 992px) {
    .faq-accordion .opener:after {
        right: -.375rem;
    }
}

.faq-accordion .hiden-content {
    padding: 0 .9375rem 0 0;
    max-height: 0;
    overflow: hidden;
    display: none;
    transition: max-height .3s ease-in-out, padding .3s ease-in-out;
}

@media (min-width: 992px) {
    .faq-accordion .hiden-content {
        padding: .6875rem .9375rem .125rem 0;
    }
}

/* ---------------------------------------------------------
   15. Section banner question
   ---------------------------------------------------------*/
.section-banner-question h2 {
    color: inherit;
    line-height: 1.15;
    margin-bottom: 2.75rem;
    font-size: 2.5rem;
}

@media (min-width: 992px) {
    .section-banner-question h2 {
        margin-bottom: 2.125rem;
    }
}

.section-banner-question .image-holder {
    padding-top: 65%;
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
    .section-banner-question .image-holder {
        padding-top: 0;
        width: 50%;
    }
}

.section-banner-question .banner-container {
    padding: 2.875rem .9375rem;
    color: #fff;
    background-color: #093a5b;
}

@media (min-width: 992px) {
    .section-banner-question .banner-container {
        padding: 4.25rem .9375rem;
    }
}

@media (min-width: 768px) {
    .section-banner-question .banner-container {
        width: 50%;
    }
}

.section-banner-question .content-holder {
    max-width: 33.4375rem;
    width: 100%;
}

@media (min-width: 992px) {
    .section-banner-question .content-holder {
        margin-left: auto;
    }
}

.section-banner-question .btn {
    padding: .25rem 1.25rem;
    font-weight: 700;
}

@media (min-width: 992px) {
    .section-banner-question .btn {
        padding: .25rem .9375rem;
    }
}

/* ---------------------------------------------------------
   18. Section contact
   ---------------------------------------------------------*/
.section-contact {
    background-color: #edeef0;
    padding: 1.875rem 0 1.25rem;
}

@media (min-width: 992px) {
    .section-contact {
        padding: 4.4375rem 0 1.875rem;
    }
}

.section-contact .container {
    max-width: 70.625rem;
}

.section-contact h2 {
    line-height: 1.2;
    font-size: 2.25rem;
    font-weight: 900;
    margin-bottom: 1.4375rem;
}

@media (min-width: 992px) {
    .section-contact h2 {
        line-height: 1.42;
        margin-bottom: 1.1875rem;
    }
}

.section-contact p {
    line-height: 1.85;
}

.section-contact .title-section {
    margin-bottom: 2.1875rem;
}

@media (min-width: 992px) {
    .section-contact .title-section {
        margin-bottom: 4.6875rem;
        padding-right: 6.25rem;
    }
}

/* ---------------------------------------------------------
   19. Contact-list
   ---------------------------------------------------------*/
.contact-list [class^="col-"] {
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.875rem;
}

@media (max-width: 767px) {
    .contact-list [class^="col-"]:last-child .contact-item {
        margin-bottom: 0;
    }
}

/* contact item */
.contact-item {
    position: relative;
    width: 100%;
    border: .125rem solid rgba(202, 202, 202, .98);
    border-radius: .25rem;
    padding: 1rem 0rem;
    margin-bottom: 2.8125rem;
    min-height: 11.0625rem;
}

@media (min-width: 768px) {
    .contact-item {
        min-height: 0;
        padding: 1.25rem;
    }
}

@media (min-width: 992px) {
    .contact-item {
        padding: 1rem 0rem;
        margin-bottom: 1.25rem;
    }
}

.contact-item span {
    line-height: 1.8;
}

.contact-item:after {
    content: "";
    position: absolute;
    top: -.125rem;
    left: 50%;
    transform: translate(-50%);
    width: 35%;
    height: .125rem;
    background: #edeef0;
}

.contact-item .logo-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    top: -2.0625rem;
    max-width: 5rem;
    width: 100%;
    margin: 0 auto -.8125rem;
    height: 3.5rem;
}

.contact-item .title {
    font-size: 1.5rem;
    margin-bottom: .3125rem;
    display: block;
    font-weight: 900;
    color: #393939;
}

.contact-item a {
    color: #4a4a4a;
    transition: color .3s ease-in-out;
}

    .contact-item a:hover {
        color: #1669ca;
    }

.contact-item .social-list {
    font-size: 1.75rem;
}

    .contact-item .social-list li {
        margin: 0 .625rem;
    }

        .contact-item .social-list li:not(:last-child) {
            margin-right: .3125rem;
        }

    .contact-item .social-list a {
        color: #8a8888;
        text-decoration: none;
    }

        .contact-item .social-list a:hover {
            color: #0c396e;
        }

/* ---------------------------------------------------------
   20. Section contact form
   ---------------------------------------------------------*/
.section-contact-form {
    position: relative;
    background-color: #f7f7f7;
    /*padding: 1.1875rem 0 8.8125rem;*/
}

@media (min-width: 992px) {
    .section-contact-form {
        /*padding: 1.5rem 0 337px;*/
    }
}

.section-contact-form .container {
    max-width: 70.625rem;
    position: relative;
    z-index: 1;
}

.section-contact-form h2 {
    font-size: 30px;
    margin-bottom: .5rem;
}

@media (min-width: 992px) {
    .section-contact-form h2 {
        margin-bottom: .5625rem;
    }
}

.section-contact-form p {
    line-height: 1.85;
}

@media (min-width: 992px) {
    .section-contact-form p {
        line-height: 1.8;
    }
}

.section-contact-form .title-section {
    margin-bottom: 3.75rem;
}

@media (min-width: 992px) {
    .section-contact-form .title-section {
        margin-bottom: 2.75rem;
    }
}

.section-contact-form .bg-image {
    /*position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45vh;
  background-position: center;
  background-size: cover;
  z-index: 0;*/
    position: relative;
    width: 100%;
    height: 630px;
    background-size: cover;
    z-index: 0;
    margin-top: -5rem;
    background-position: center;
    background-size: 100%;
}

@media (min-width: 768px) {
    .section-contact-form .bg-image {
        /*height: 43vh;*/
    }
}

@media (max-width: 1440px) {
    .section-contact-form .bg-image {
        /*height: 61vh;*/
        background-position: top;
        background-size: auto;
    }
}

/* contact form holder */
.contact-form-holder {
    background-color: #fff;
    box-shadow: 0 .25rem .9375rem rgba(199, 199, 199, .29);
    padding: 1.25rem 1.25rem 1.875rem;
}

@media (min-width: 768px) {
    .contact-form-holder {
        padding: 1.875rem 1.875rem;
    }
}

@media (min-width: 992px) {
    .contact-form-holder {
        padding: 3.75rem 3.75rem 3.5625rem;
    }
}

/* contact form */
.contact-form {
    max-width: 56.75rem;
    width: 100%;
    margin: 0 auto;
}

    .contact-form input[type="text"],
    .contact-form input[type="email"] {
        height: 3.125rem;
        font-size: 16px;
        color: #bcbbbb;
        padding: .625rem 1.875rem;
        margin-bottom: 3.125rem;
        color: #4a4a4a;
    }

@media (min-width: 992px) {
    .contact-form input[type="text"],
    .contact-form input[type="email"] {
        margin-bottom: 2.1875rem;
    }
}

.contact-form input[type="submit"] {
    background-color: #5a8e21;
    color: #fff;
    font-weight: 700;
    padding: .25rem 1.5625rem;
    transition: background-color .3s ease-in-out;
}

    .contact-form input[type="submit"]:hover {
        background-color: #406517;
    }

.contact-form textarea {
    min-height: 23.1875rem;
    font-size: 1rem;
    padding: .75rem 1.875rem;
    margin-bottom: 2.8125rem;
    color: #4a4a4a;
}

@media (min-width: 992px) {
    .contact-form textarea {
        min-height: 11rem;
        margin-bottom: 2.1875rem;
    }
}

.contact-form input:not([type="submit"])::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    color: #bcbbbb;
}

.contact-form input:not([type="submit"])::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    color: #bcbbbb;
}

.contact-form input:not([type="submit"]):-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    color: #bcbbbb;
}

.contact-form input:not([type="submit"]):-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    color: #bcbbbb;
}

/* ---------------------------------------------------------
   21. Section default
   ---------------------------------------------------------*/
/*.section-default {
  padding: 2.1875rem 0 3.125rem;
}*/
@media (min-width: 992px) {
    .section-default {
        padding: 4.4375rem 0 3.125rem;
    }
}

.section-default h2 {
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .section-default h2 {
        line-height: 1.42;
        margin-bottom: 1.1875rem;
    }
}

.section-default h3 {
    line-height: 1.2;
    margin-bottom: 1.4rem;
    Margin-top: 3rem;
}

@media (min-width: 992px) {
    .section-default h3 {
        line-height: 1.42;
        margin-bottom: 1.3125rem;
    }
}

.section-default p {
    line-height: 1.85;
    /*margin-bottom: 2.75rem;*/
    padding-right: .1875rem;
}

@media (min-width: 992px) {
    .section-default p {
        line-height: 1.8;
        padding-right: 1.25rem;
        /*margin-bottom: 2.5625rem;*/
    }
}

/* ---------------------------------------------------------
   22. Section gifts for banking
   ---------------------------------------------------------*/
.section-gifts-for-banking {
    padding-top: 1.875rem;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .section-gifts-for-banking {
        /*padding: 4.125rem 0 3.875rem;*/
    }
}

.section-gifts-for-banking .container {
    max-width: 70.625rem;
}

.gifts-list [class^="col-"] {
    display: -ms-flexbox;
    display: flex;
}

/* gift item */
.gifts-item {
    position: relative;
    box-shadow: 0 .25rem .9375rem 0 rgba(199, 199, 199, .29);
    margin-bottom: 1.5625rem;
}

@media (min-width: 992px) {
    .gifts-item {
        margin-bottom: 3.5rem;
    }
}

.gifts-item > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gifts-item .image-holder {
    background-size: cover;
    background-position: center;
    padding-top: 28%;
}

.gifts-item .content-holder {
    padding: .9375rem;
}

@media (min-width: 992px) {
    .gifts-item .content-holder {
        padding: .3125rem 5.3125rem 1.5625rem 1.1875rem;
    }
}

.gifts-item .title {
    display: block;
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: .3125rem;
}

@media (min-width: 992px) {
    /*.gifts-item .title {
    font-size: 1.5625rem;
  }*/
}

@media (min-width: 768px) {
    .section-gifts-for-banking .container .gift-content {
        margin-bottom: 5%;
    }
}

.gifts-item p {
    line-height: 1.4;
}

.gifts-item ul {
    /*font-weight: 500;*/
    font-weight: 600;
}

    .gifts-item ul li:not(:last-child) {
        margin-bottom: .3125rem;
    }
/* ---------------------------------------------------------
   23. Section instruction
   ---------------------------------------------------------*/
.section-instruction {
    background-color: #e5e5e5;
    padding: 1.875rem 0;
}

@media (min-width: 992px) {
    .section-instruction {
        padding: 2.5rem 0 1.5625rem;
    }
}

.section-instruction .container {
    max-width: 70.625rem;
}

.section-instruction h3 {
    font-size: 1.375rem;
    margin-bottom: .0625rem;
}

.section-instruction p {
    font-size: 1.125rem;
    color: #333;
}

@media (min-width: 992px) {
    .section-instruction p {
        padding-right: 3.4375rem;
        margin-bottom: 1.9375rem;
    }
}

/* ---------------------------------------------------------
   24. Section about
   ---------------------------------------------------------*/
.section-about {
    padding: 2.3125rem 0 2.8125rem;
}

@media (min-width: 992px) {
    .section-about {
        padding: 4.6875rem 0 4.75rem;
    }
}

.section-about .container {
    max-width: 70.625rem;
}

.section-about h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 1.4375rem;
}

@media (min-width: 992px) {
    .section-about h2 {
        margin-bottom: 1.9375rem;
        padding-right: 8.875rem;
    }
}

.section-about ul {
    line-height: 1.85;
    font-weight: 700;
}

@media (min-width: 992px) {
    .section-about ul {
        line-height: 1.625;
    }
}

.section-about ul li {
    position: relative;
    padding-left: .9375rem;
}

@media (min-width: 992px) {
    .section-about ul li {
        padding-left: 1.25rem;
    }
}

.section-about ul li:before {
    content: "";
    position: absolute;
    top: .625rem;
    left: 0;
    width: .4375rem;
    height: .4375rem;
    background-color: #6b6b6b;
    border-radius: 50%;
}

.section-about ul li:not(:last-child) {
    margin-bottom: 1.1875rem;
}

@media (min-width: 992px) {
    .section-about ul li:not(:last-child) {
        margin-bottom: .625rem;
    }
}

.section-about p {
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 1.3125rem;
}

@media (min-width: 992px) {
    .section-about p {
        margin-bottom: 1.6875rem;
    }
}

@media (min-width: 992px) {
    .section-about .section-content {
        padding-right: 7.1875rem;
    }
}

/* ---------------------------------------------------------
   25. Section post-about
   ---------------------------------------------------------*/
.section-post-about {
    padding: 2.8125rem 0 .9375rem;
}

@media (min-width: 992px) {
    .section-post-about {
        padding: 4.5625rem 0 2.8125rem;
    }
}

.section-post-about .container {
    max-width: 70.625rem;
}

.section-post-about .section-content {
    margin-bottom: 2.375rem;
}

@media (min-width: 992px) {
    .section-post-about .section-content {
        padding-right: 22.5rem;
        margin-bottom: 3.9375rem;
    }
}

.section-post-about .section-content h3 {
    font-size: 1.875rem;
    margin-bottom: 1.3125rem;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .section-post-about .section-content h3 {
        padding-right: 6.25rem;
        line-height: 1.2;
        margin-bottom: .625rem;
    }
}

.section-post-about .section-content p {
    font-size: .9375rem;
    line-height: 1.4;
}

.post-list-about {
    margin-bottom: 1.875rem;
}

/* about post item */
.post-about-item:not(:last-child) {
    margin-bottom: 1.875rem;
}

@media (min-width: 992px) {
    .post-about-item:not(:last-child) {
        margin-bottom: 3.125rem;
    }
}

.post-about-item .image-holder {
    width: 100%;
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
    .post-about-item .image-holder {
        -ms-flex: 1 0 40%;
        flex: 1 0 40%;
        margin-bottom: 0;
        margin-right: 1.25rem;
    }
}

@media (min-width: 992px) {
    .post-about-item .image-holder {
        -ms-flex: 1 0 510px;
        flex: 1 0 510px;
        margin-right: 3.125rem;
    }
}

.post-about-item .image-holder img {
    width: 100%;
}

@media (min-width: 992px) {
    .post-about-item .content-holder {
        padding-right: 1.875rem;
    }
}

.post-about-item p {
    line-height: 1.4;
    margin-bottom: 1.25rem;
    font-size: .9375rem;
}

@media (min-width: 992px) {
    .post-about-item p {
        margin-bottom: 3rem;
        line-height: 1.5;
    }
}

.post-about-item ul {
    line-height: 1.4;
}

    .post-about-item ul li {
        position: relative;
        padding-left: 1.25rem;
    }

        .post-about-item ul li:not(:last-child) {
            margin-bottom: 1.6875rem;
        }

        .post-about-item ul li:before {
            content: "";
            position: absolute;
            top: .5rem;
            left: 0;
            border-radius: 50%;
            background-color: #3a98ff;
            width: .4375rem;
            height: .4375rem;
        }

/* ---------------------------------------------------------
   26. Section counters
   ---------------------------------------------------------*/
.section-counters {
    background-color: #e9f8d8;
    padding: 1.3125rem 0 .4375rem;
    overflow: hidden;
}

@media (min-width: 992px) {
    .section-counters {
        padding: 4.0625rem 0 3.75rem;
    }
}

/* counter item */
.counter-item {
    margin-bottom: 2.1875rem;
}

@media (min-width: 992px) {
    .counter-item {
        margin-bottom: .9375rem;
    }
}

.counter-item .counter-title {
    position: relative;
    display: block;
    margin-bottom: 1.3125rem;
    font-weight: 900;
    font-size: 3.1875rem;
}

    .counter-item .counter-title:after {
        content: "";
        position: absolute;
        bottom: -.25rem;
        left: 50%;
        transform: translateX(-50%);
        width: 2.8125rem;
        height: .1875rem;
        background-color: #5a8e21;
    }

.counter-item .counter-text {
    display: block;
    font-size: 1.125rem;
}

/* ---------------------------------------------------------
   27. Section our-history
   ---------------------------------------------------------*/
.section-our-history {
    background: linear-gradient(to bottom, #0e2948 0%, #0e2948 67%, #fff 67%, #fff 100%);
    padding: 2.625rem 0 1.625rem;
}

@media (min-width: 992px) {
    .section-our-history {
        padding: 3.9375rem 0 3.375rem;
        background: linear-gradient(to bottom, #0e2948 0%, #0e2948 59%, #fff 59%, #fff 100%);
    }
}

.section-our-history h2 {
    font-size: 1.875rem;
    color: inherit;
}

@media (min-width: 992px) {
    .section-our-history h2 {
        margin-bottom: 1.5625rem;
    }
}

.section-our-history p {
    font-size: 1.125rem;
    line-height: 1.8;
}

.section-our-history .section-content {
    max-width: 45.625rem;
    width: 100%;
    margin: 0 auto 1.875rem;
    color: #fff;
}

@media (min-width: 992px) {
    .section-our-history .section-content {
        margin: 0 auto 1.75rem;
    }
}

/* list years */
.history-years-list {
    position: relative;
    padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .history-years-list {
        padding-bottom: 0;
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 992px) {
    .history-years-list {
        max-width: 900px;
        width: 100%;
        margin: 0 auto 3.3125rem;
    }
}

.history-years-list:after {
    content: "";
    position: absolute;
    bottom: 2.8125rem;
    left: -6.25rem;
    right: -6.25rem;
    height: .0625rem;
    border: .0625rem solid #516988;
}

@media (min-width: 768px) {
    .history-years-list:after {
        bottom: .25rem;
    }
}

.history-years-list.remove-transform .slick-track {
    transform: translate(0) !important;
}

.history-years-list .slick-slide.slick-current .history-year-item:after {
    background-color: #fff;
    border-color: #fff;
}

.history-years-list .slick-slide.slick-current .history-year-item span {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 900;
    line-height: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .history-years-list:after {
        bottom: .6875rem;
    }
}

/* year item */
.history-year-item {
    position: relative;
    font-weight: 500;
    font-size: 1.125rem;
    z-index: 1;
}

    .history-year-item:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) translateY(0);
        width: .75rem;
        height: .75rem;
        border: 1px solid #516988;
        background-color: #162a42;
        border-radius: 50%;
        transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    }

    .history-year-item span {
        color: #7992b2;
        height: 60px;
        line-height: 1;
        padding-bottom: 30px;
        transition: color .3s ease-in-out, font-size .3s ease-in-out, font-weight .3s ease-in-out, color .3s ease-in-out;
    }

/* histroy post item*/
.history-post-item {
    border-radius: 0 0 .25rem .25rem;
    background-color: #fff;
    box-shadow: 0 .25rem .5625rem rgba(51, 51, 51, .29);
    overflow: hidden;
}

    .history-post-item .image-holder {
        background-size: cover;
        background-position: center;
        padding-top: 56%;
    }

    .history-post-item .title {
        display: block;
        font-size: 1.375rem;
        margin-bottom: .3125rem;
        font-weight: 700;
    }

    .history-post-item .content-holder {
        padding: 21px 20px;
    }

    .history-post-item p {
        font-size: .875rem;
    }

/* footer */
.footer .container {
    max-width: 70.8125rem;
}

.disclaimer-footer .container {
    max-width: 1140px;
}
/* sub footer with contacts */
.sub-footer {
    background-color: #211f1f;
    padding: 2.75rem 0 1.5rem;
}

@media (min-width: 992px) {
    .sub-footer {
        padding: 1.25rem 0 .5625rem;
    }
}

/* search form in footer */
.search-form {
    border-radius: .25rem;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.875rem;
}

@media (min-width: 480px) {
    .search-form {
        max-width: 15.125rem;
        margin-bottom: 1.25rem;
        margin-right: 1.875rem;
    }
}

@media (min-width: 768px) {
    .search-form {
        margin-right: 3.125rem;
    }
}

@media (min-width: 992px) {
    .search-form {
        margin-right: 8.625rem;
    }
}

@media (min-width: 480px) {
    .search-form:only-child {
        margin-right: 0;
    }
}

.search-form:after {
    display: none;
}

.search-form .title {
    display: block;
    color: #7ed321;
    font-size: .875rem;
}

.search-form .input-holder {
    position: relative;
    height: 2.375rem;
}

.search-form input[type="text"] {
    font-family: Raleway;
    font-size: .875rem;
    /*font-style: italic;*/
    border: 0;
    height: 100%;
    padding-right: 2.8125rem;
    color: #aaa;
    padding-left: 1.25rem;
}

    .search-form input[type="text"]:focus {
        box-shadow: 0 0 0 .2rem rgba(90, 142, 33, .5);
    }

.search-form .btn-submit {
    position: absolute;
    top: 2rem;
    bottom: auto;
    right: .0625rem;
    font-family: Raleway;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #286403;
    border-radius: .25rem;
    width: 2.375rem;
    padding: .3125rem;
    outline: none;
    transition: background-color .3s ease-in-out;
}

    .search-form .btn-submit:hover {
        background-color: #4d791c;
    }

    .search-form .btn-submit:focus {
        box-shadow: 0 0 0 .2rem rgba(90, 142, 33, .5);
    }

/* block with social links */
.social {
    color: #fff;
    margin-right: 2.9375rem;
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
    .social {
        margin-right: 3.125rem;
    }
}

@media (min-width: 992px) {
    .social {
        /*margin-right: 8.625rem;*/
        margin-right: 9.625rem;
    }
}

@media (min-width: 480px) {
    .social:only-child {
        margin-right: 0;
    }
}

.social .title {
    display: block;
    color: #7ed321;
    font-size: .875rem;
    margin-bottom: .5625rem;
}

.social ul {
    font-size: 1rem;
}

    .social ul li {
        margin-right: .625rem;
    }

        .social ul li:only-child {
            margin-right: 0;
        }

.social a {
    color: inherit;
    transition: color .3s ease-in-out;
    display: block;
}

    .social a:hover {
        color: #b0e971;
    }

        .social a:hover .icon-linkedin {
            border-color: #b0e971;
        }

.social .icon-linkedin {
    border-radius: .25rem;
    border: .0625rem solid rgba(255, 255, 255, .3);
    padding: .625rem;
    transition: border-color .3s ease-in-out;
    display: block;
}

/* block with contacts links */
.connect {
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
    .connect {
        margin-right: 3.125rem;
    }
}

@media (min-width: 480px) {
    .connect:only-child {
        margin-right: 0;
    }
}

.connect .title {
    display: block;
    color: #7ed321;
    font-size: .875rem;
    margin-bottom: .5625rem;
}

.connect a {
    color: inherit;
    transition: color .3s ease-in-out;
}

    .connect a:hover {
        color: #b0e971;
    }

/* main footer navigation */
.main-footer {
    background-color: #2f2e2e;
    padding: 2.5625rem 0 1.375rem;
}

@media (min-width: 992px) {
    .main-footer {
        padding: 1.5625rem 0;
    }
}

.main-footer .container {
    max-width: 71.875rem;
}

.main-footer .content {
    max-width: 50.75rem;
    width: 100%;
}

@media (max-width: 479px) {
    .main-footer .content {
        padding: 0;
    }
}

/* list navigation in footer */
@media (max-width: 479px) {
    .footer-links {
        width: 80%;
    }
}

@media (min-width: 480px) {
    .footer-links {
        margin: 0 -15px;
    }
}

@media (max-width: 479px) {
    .footer-links-item {
        padding: 0;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .footer-links-item {
        max-width: 12.5rem;
    }
}

.footer-links-item .accordion-opener {
    display: block;
    font-size: 1.125rem;
    color: #7ed321;
    font-weight: 700;
}

@media (min-width: 480px) {
    .footer-links-item .accordion-opener {
        font-weight: 400;
    }
}

.footer-links-item .accordion-opener:after {
    content: "\e90b";
    font-family: "icomoon" !important;
    position: absolute;
    top: .9375rem;
    right: -1.3125rem;
    transform: translateY(-50%);
    color: #565656;
}

@media (min-width: 480px) {
    .footer-links-item .accordion-opener:after {
        display: none;
    }
}

.footer-links-item .accordion-opener:not(:last-child) {
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .footer-links-item .accordion-opener:not(:last-child) {
        margin-bottom: .8125rem;
    }
}

.footer-links-item .accordion-slide {
    font-size: 1rem;
    color: #fff;
}

@media (max-width: 767px) {
    .footer-links-item .accordion-slide {
        margin-bottom: 1.25rem;
    }
}

.footer-links-item .accordion-slide li:not(:last-child) {
    margin-bottom: .875rem;
}

.footer-links-item a {
    color: #fff;
    text-decoration: none;
    transition: color .3s ease-in-out;
}

    .footer-links-item a:hover {
        color: #7ed321;
    }

@media (max-width: 479px) {
    .get-app {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .get-app {
        max-width: 13.9375rem;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .get-app ul {
        max-width: 8.9375rem;
    }
}

.get-app ul li:not(:last-child) {
    margin-right: .625rem;
}

@media (max-width: 767px) {
    .get-app ul li:not(:last-child) {
        max-width: 7.5625rem;
    }
}

@media (min-width: 768px) {
    .get-app ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1.375rem;
    }

    .sc-acsearch-hook {
        width: auto !important;
    }

    .umbraco-forms-submitmessage {
        width: auto;
    }
}

.get-app a {
    display: block;
    /*box-shadow: 0 0 .625rem .25rem rgba(126, 211, 33, 0);
    transition: box-shadow .3s ease-in-out;*/
}

    .get-app a:hover {
        box-shadow: 0 0 0.1rem 0 rgba(126, 211, 33, .75);
    }

.get-app .title {
    color: #7ed321;
    font-size: 1.125rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1.875rem;
}

@media (min-width: 992px) {
    .get-app .title {
        padding-left: .3125rem;
        margin-bottom: .8125rem;
    }
}

.copyright-footer {
    background-color: #2f2e2e;
    color: #9b9b9b;
    font-size: .875rem;
    font-weight: 700;
    padding: 0.1125rem 0 2.3125rem;
}

@media (min-width: 992px) {
    .copyright-footer {
        padding: 0.1125rem 0 2.3125rem;
    }

    banner-offer {
        background-position-x: 0rem;
    }
}

.copyright-footer .logo-holder {
    display: inline-block;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

@media (min-width: 992px) {
    .copyright-footer .logo-holder {
        margin-right: 3.5625rem;
    }
}

.copyright-footer .logo-holder:hover {
    opacity: .5;
    text-decoration: none;
}

@media (max-width: 767px) {
    .copyright-footer .copy {
        margin-bottom: 2.125rem;
        margin-top: 0.8rem;
    }

    .list-group-sitemap-ttl {
        padding-top: 1rem;
    }

    .header-search-btn-m {
        display: block;
    }
}

.unset-max-width {
    max-width: unset;
}

.unset-padding-left {
    padding-left: unset;
}

.unset-padding-right {
    padding-right: unset;
}

.unset-padding-left-right {
    padding-left: unset;
    padding-right: unset;
}

.app-details {
    text-align: center;
}

    .app-details a {
        margin-right: 30px;
    }

.disclaimer-txt p {
    line-height: 1.3;
    font-size: 0.7rem;
    margin-bottom: 0.6rem;
}

.disclaimer-txt {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

    .disclaimer-txt li {
        font-size: 12px;
        margin-left: -1.6rem;
        margin-bottom: 0.3rem;
    }

.shareico {
    display: none;
}

.sharebt {
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
}

    .sharebt:active, .sharebt:focus, .sharebt:active span, .sharebt:focus span {
        position: relative;
        top: 0px;
        left: 0px;
    }

.product-landing-item {
    margin-bottom: 4.2rem;
}

.TextClassPadding {
    padding-left: 0 !important;
}

.folio-iframe {
    height: 600px;
    border: none;
    margin-top: 3rem;
    width: 100%;
}
/* Dropdown Menu*/
.header .nav-item:after {
    position: absolute;
    bottom: 1rem;
    left: 0rem;
    right: 0rem;
    width: 0;
    height: 3px;
    background-color: #5a8e21;
    transition: width .3s ease-in-out
}

.nav-link {
    display: block;
    padding: 1.78rem 0;
}

@media (min-width: 1200px) {
    .header .dropdown-menu {
        top: 99%;
        opacity: 0;
        display: block;
        left: -9999px;
    }
}

@media (min-width: 1200px) {
    .header .navbar {
        padding: 0rem 1rem;
    }
}

.header .nav-item:hover:after {
    width: 100%;
}


.section {
    padding-top: 4rem;
}

    .section h2 {
        margin-bottom: 1.1875rem;
        /*font-weight:600;*/
        line-height: 1.2;
    }

.panel {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1.7rem 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.form-control-borderless {
    border: none !important;
}

    .form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

.card-body-form {
    padding: 0.1rem 0.3rem;
}

.panel .checkbox input {
    margin-right: 0.6rem;
}


.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
    border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
}

.searchbt {
    border-radius: 0;
}

.error-title {
    text-align: center;
    font-size: 10rem;
    font-weight: 900;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.error-subtitle {
    font-size: 1.5rem
}

.umbraco-forms-form {
    padding-top: 36px;
}

    .umbraco-forms-form .form-control {
        min-height: 184px;
        margin-bottom: 50px;
    }

    .umbraco-forms-form .btn-success {
        background-color: #5a8e21;
        color: #fff;
        font-weight: 700;
        padding: .25rem 1.5625rem;
        transition: background-color .3s ease-in-out;
    }


        .umbraco-forms-form .btn-success:hover {
            background-color: #406517;
        }


    .umbraco-forms-form input {
        color: #4a4a4a;
        font-size: 1.1rem;
        padding: 1rem 1rem 1rem 2.1rem;
    }

    .umbraco-forms-form textarea {
        color: #4a4a4a;
        font-size: 1.1rem;
        padding: 1rem 1rem 1rem 2.1rem;
        margin-top: 1.5rem;
    }

        .umbraco-forms-form textarea:focus {
            border-color: #bcbbbb !important;
            color: #4a4a4a;
            font-size: 1.1rem;
        }

.padding-bt50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.search-formmain {
    border: 1px solid #5a8e21 !important
}

    .search-formmain .form-control-borderless {
        font-size: 1.1rem;
        font-style: italic;
        padding-left: 2rem;
    }

    .search-formmain .searchbt {
        min-width: 3rem;
        min-height: 2.6rem;
        padding-top: 0.7rem;
    }

.result-title {
    font-weight: bold;
    line-height: 3;
    color: #4a4a4a;
}

.list-group-sitemap {
    padding-left: 0;
}

.list-group-sitemap-ttl {
    color: #5a8e21;
    font-size: 1.25rem;
    font-weight: 600;
}

.list-group-sitemap li {
    text-align: left;
    list-style: none;
    margin-bottom: 1.2rem;
}

    .list-group-sitemap li a {
        font-size: 1.1rem;
        color: #000;
    }

.displtf {
    display: flex;
}

.header-search-btn-m {
    display: block;
    position: absolute;
    right: 7rem;
}

@media (min-width: 1190px) {
    .header-search-btn-m {
        display: none;
    }

    .search-m {
        display: none;
    }
}

.section-faq .link-expand {
    display: none;
}

.sc-acsearch-hook {
    width: 707px !important;
}

.sc-footer-feedback {
    display: none;
}

.pagination {
    margin: 32px 0;
}

.footer .umbraco-forms-form {
    padding-top: 0px !important;
}

.umbraco-forms-submitmessage {
    /*width: 23.8rem;
    display: flex;
    color: #7ed321;
    font-size: .875rem;*/
}

.search-form input[type="text"]:focus {
    color: black;
}

.search-m {
    display: none;
    position: absolute;
    top: 86px;
    width: 100%;
    padding: 20px;
    background: #e8e8e8;
}

    .search-m .input-holder:before {
        left: 11px !important;
    }

    .search-m input[type="text"] {
        padding: .625rem 1.25rem .625rem 2.375rem !important;
    }

/*ATM locator */
.atm-holder {
    /*padding-top: 4rem;*/
}

.atm-ttl {
    float: left;
    margin-bottom: 3rem;
}

    .atm-ttl h2 {
        /*position: absolute;*/
        width: 340px;
        background: #0c396e;
        color: #fff;
        padding: 13px;
        font-size: 1.4rem;
        margin-bottom: 1px;
        margin-top: 1px;
        clear: both;
    }

        .atm-ttl h2 a {
            color: #fff;
        }

.location-menu {
    overflow: scroll;
    height: 551px;
    width: 340px;
    float: left;
    padding-top: 24px;
    border: 1px solid #ccc;
    padding-bottom: 24px;
    padding-left: 20px;
    overflow-x: hidden;
    /*margin-bottom: 3rem;
    margin-top: 3rem;*/
}

.google-map {
    height: 650px;
    width: 748px;
    float: left;
    margin-left: 15px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
}

.atm-resultitem {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    width: 92%;
}

    .atm-resultitem:first-child {
        padding-top: 22px;
    }

.btn-atm-resultitem, .btn-get-direction {
    border: 1px solid #5a8e21;
    color: #0c396e;
    margin-top: 1rem;
    margin-right: 0.8rem;
    /*width: 7.6rem;*/
}

    .btn-atm-resultitem:hover {
        background-color: #ececec;
    }

@media (max-width: 1190px) {
    .atm-ttl h2 {
        position: relative;
        width: 100%;
    }

    .atmsearch-direction-result {
        Width: 100% !important;
    }

    .atm-ttl {
        Width: 100%;
    }

    .location-menu {
        width: 100%;
        margin-top: -19px;
        padding-top: 5px;
    }

    .google-map {
        width: 100%;
        margin-left: 0;
    }

    .sc-acsearch-hook {
        width: 100% !important;
    }

    .section-banner .content-holder {
        margin-left: 0;
    }
}

#contact-form {
    min-height: 610px;
}

.header .container {
    max-width: 83.9375rem !important;
}

.atmsearch-direction-result {
    border: 1px solid #ccc;
    padding-top: 24px;
    padding-left: 20px;
    max-height: 600px;
    width: 340px;
}

.drive-summary, .direction-text {
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.drive-summary {
}

.atmsearch-direction-result .direction-text {
    overflow: auto;
    overflow-x: hidden;
    max-height: 440px;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
    visibility: hidden;
    display: none;
}

.atmsearch-direction-result .end-address {
    margin-top: 0.5rem;
}

.atmsearch-direction-result .drive-input {
    visibility: hidden;
    display: none;
}

    .atmsearch-direction-result .drive-input input[type="text"] {
        width: 80%;
    }

.atmsearch-direction-result .direction-text img {
    all: unset;
}

p.error {
    color: red;
}

#endAddressID {
    padding-top: 26px;
}

.contact-label {
    float: left;
}

.advantages-list li:nth-last-child(1) {
    border-bottom: none;
}
/*Pop-up modal*/
div#speedbump {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    /*background: #eeeeee;*/
}

#speedbump h4.modal-title {
    text-align: center;
    text-transform: uppercase;
    color: #004795;
    font-size: 2.5em;
}

.modal-footer {
    justify-content: flex-start;
    padding-top: 0;
}

.modal-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.3rem !important;
    line-height: 1.2 !important;
}

.modal-dialog {
    max-width: 707px;
    margin-top: 5rem;
}

.modal-content {
    padding: 20px;
}

.modal-body {
    font-size: 0.8rem;
    line-height: 2;
}

.modal-header {
    padding-bottom: 0;
}

.adp-step, .adp-text {
    width: 90% !important;
}

.modal-dialog p {
    margin-bottom: 0.8rem;
    line-height: 1.5;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop, .search-header .search-icon {
        margin-top: 7px;
    }
    /* IE11 */

}
/*.grid-section .container{width:100% !important;max-width:100%;padding:0;}*/
.errorpage {
    text-align: center;
}

    .errorpage h3 {
        font-size: 13rem;
        margin: 0;
        color: #f1f1ef;
        padding: 0;
    }

    .errorpage p {
        font-size: 1.6rem;
        padding: 0;
        margin: 0.2rem 0 4rem 0;
        color: #4a4a4a;
    }

.paddistext {
    padding-bottom: 3.5rem;
}

@media (max-width: 767px) {
    .product-landing-content ul {
        margin-left: -1.1rem;
    }
}

@media (max-width: 767px) {
    .product-landing-item:nth-child(even) .product-landing-content {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .m-btn-light {
        background: #fff !important;
        color: #5a8e21 !important;
        font-weight: bold;
    }
}

.hideInLoad {
    position: absolute;
    top: -38px;
    color: white;
    font-size: 0.1rem;
}

.atm-search-holder {
    padding-top: 41px;
}

@media (max-width: 768px) {

    .atm-search-holder {
        margin-top: 4rem;
    }

    .section-contact-form .bg-image {
        height: 276px;
        background-position: bottom;
        margin-top: -2rem;
        background-size: cover;
    }
}

.iframebt-holder {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

    .iframebt-holder a {
        margin: 0 0.7rem;
    }

/* announcement popup css*/

/*.announcement-holder {
    bottom: auto !important;
    top: 0;
    z-index: 1050 !important;
    background-color: rgb(21,47,76);
    opacity: 0.9 !important;
    padding: 1.5rem 2rem 0.9rem 2rem;
    font-size: 1rem;
}*/
.announcement-holder {
    bottom: auto !important;
    top: 0;
    z-index: 1050 !important;
    background-color: #2C4217 !important;
    opacity: 0.9 !important;
    padding: 1.5rem 2rem 0.9rem 2rem;
    font-size: 1rem;
    background-image: none !important;
}
    .announcement-holder .btn {
        display: inline-block;
        margin: 0 auto;
        margin-top: 0.5rem;
        text-decoration: none;
        background: #fff;
        /*color: #286403;*/
        color: #006600;
        /*border: 1px solid #fff;*/
        border: 1px solid #417505;
    }

    .announcement-holder p {
        padding: 0 10rem;
    }

@media screen and (max-width: 767px) {
    .announcement-holder {
        padding: 1rem;
    }

        .announcement-holder p {
            padding: 0 1.7rem;
            line-height: 1.2rem;
        }
}

@media only screen and (max-device-width: 480px) {
    a[href^="tel"]:link,
    a[href^="tel"]:visited,
    a[href^="tel"]:hover {
        text-decoration: underline;
        color: #fff;
        /*color: #a8f5d5;*/
    }
}
/*Search Page CSS*/
.input-group.md-form.form-sm.form-1 input {
    border: 1px solid #bdbdbd;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.input-group.md-form.form-sm.form-2 input {
    border: 1px solid #bdbdbd;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

    .input-group.md-form.form-sm.form-2 input.red-border {
        border: 1px solid #ef9a9a;
    }

    .input-group.md-form.form-sm.form-2 input.lime-border {
        border: 1px solid #cddc39;
    }

    .input-group.md-form.form-sm.form-2 input.amber-border {
        border: 1px solid #ffca28;
    }

.disclaimer-txt li {
    list-style: none;
}

.animation_submit {
    position: absolute;
    top: 31rem;
    height: 10px;
    /* border: 1px solid; */
    width: 10px;
}

.copy sup {
    top: -0.3rem;
}

h2 sup {
    font-size: 1rem;
}

/*@media (min-width: 1720px) {
    .section-contact-form .bg-image {
        background-size: 100% 716px;
        height:40vh;
    }
}*/
.form-disclaimer {
    padding-top: 25px;
}
.contact-form .g-recaptcha {
    margin-bottom: 50px;
    padding-bottom: 1rem;
}
.announcement-holder .acceptcookies:hover {
    background-color: #091701;
    color: #fff;
    border: 1px solid #091701;
}
.field-validation-error {
    width:50%;
    border: 1px solid #fbb0b0;
    background: #ffeded;
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #f90a0a;
    display: block;
}
@media (min-width: 992px){
.copyright-footer {
    height: 116px;
}
}
.stat-bar2 {     background: #276402;     color: #fff;     text-align: center;     padding: 7px 0 9px 0;     position: relative; }
.stat-bar2 p {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  font-family: Roboto, "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.1;
}
.stat-bar2 a {
  top: -6px;
}
.stat-bar2 span {
  font-weight: normal;
  padding-right: 50px;
  font-weight: 300;
}
.stat-bar2 .btn-brand-color {
  background: #fff;
  color: #276402;
}
.stat-bar2 .btn:after {
  color: #276402;
}
.tc-table tr td{ padding:5px 0 0 10px; border:1px solid #ccc; line-height:0; margin:0;}   
@media screen and (max-width: 767px) {
.stat-bar2 a { 
top: 2px;
}
.stat-bar2 {
    padding: 10px 0;
}
}

.contact-form-holder {
padding:2rem 1rem;
background: #f2f2f2;
box-shadow: none;
}
.contact-form-holder .contact-label {
float: left;
display: none;
}
.contact-form-holder .contact-label input{
padding: 0.5rem 0.4rem 0.5rem 0.9rem;
font-size: 15px;
background: #e7e7e7;
border: 1px solid #d2d2d2;
margin-bottom: 1.1875rem;
}
.contact-form input[type="email"]{
padding: 0.5rem 0.4rem 0.5rem 0.9rem;
font-size: 15px;
background: #e7e7e7;
border: 1px solid #d2d2d2;
margin-bottom: 1.1875rem;
}
.contact-form input[type="email"]:focus{
        background-color:#fff;
}
.contact-form input[type="text"]:focus{
        background-color:#fff !important;
}
.umbraco-forms-form textarea {
padding: 0.5rem 0.4rem 0.5rem 0.9rem;
font-size: 15px;
background: #e7e7e7;
border: 1px solid #d2d2d2;
margin-bottom: 1.1875rem;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
background: #e7e7e7;
color: #000;
}
.main-location-holder{
border-top: 1px solid #f2f2f2;
max-width: 555px;
}
.main-location-holder .contact-holder{
display: flex;
justify-content: flex-start;
padding-left: 3rem;
margin-top: 2rem;
}

.main-location-holder .contact-holder-new{
display: flex;
justify-content: flex-start;
padding-left: 3rem;
margin-top: 1rem;
}
.contact-holder .text-holder{
margin-bottom:0rem;
}
.contact-holder .text-holder h3{
font-size: 1.6rem;
margin: 0;
padding: 0;
}
.contact-holder .icon-holder{
padding-right: 20px;
}
.address-contact .left-blue-line{
border-left: 3px solid #5a8e21;
padding-left: 1.4rem;
line-height: 1.5;
margin-left: 3rem;
margin-bottom: 2.5rem;
}
.address-contact{
margin-top: 3rem;
}

.address-contact-new .left-blue-line{
border-left: 3px solid #5a8e21;
padding-left: 1.4rem;
line-height: 1.5;
margin-left: 3rem;
margin-bottom: 2.5rem;
}
.address-contact-new{
margin-top: 1rem;
}

.contact-form-holder .section-title p{
font-size: 16px;
}
.blue-link{
text-decoration: underline;
}

.contact-us-ttl{
   margin-bottom: 0.575rem;
}
.width-80{
width: 80%;
margin: auto;
}

.contact-holder h3 .text-primary {
color: #151515 !important;
font-size:20px;
}
.contact-holder-new h3 .text-primary {
color: #151515 !important;
font-size:20px;
}
.section-contact-form {
background-color: #f2f2f2;
   max-width: 550px;
margin: 0 0 0 auto;
}
.section-contact-form-new {
background-color: #f2f2f2;
margin: 0 0 0 auto;
}
.section-contact-form h2 {
text-align: left;
}

@media (max-width: 1000px) {
		.address-contact .left-blue-line{
			margin-left: 1rem;
		}
		.main-location-holder .contact-holder {
			padding-left: 1rem;
		}
	}
	
	@media (max-width: 1000px) {
		.address-contact .left-blue-line{
			margin-left: 1rem;
		}
		.main-location-holder .contact-holder {
			padding-left: 1rem;
		}
		.section-contact-form {
			max-width: 100%;
		}
	}
	.contact-holder-new .icon-holder {
    padding-right: 20px;
}
.contact-holder-new .text-holder {
    margin-bottom: 0rem;
}
.contact-holder-new .text-holder h3 {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
}
.print-ico {
    border: 1px solid #ccc;
    padding: 6px 8px 8px 8px;
    margin: 20px 10px;
    text-decoration: underline;
    border-radius: 4px;
}
.print-ico:hover {
    text-decoration: underline;
}
.new-panel-bitcoin{
	background: none !important;
    box-shadow: none !important;
	margin-top:-309px;
}
.new-panel-bitcoin .title-card h3{
	color: #fff !important;
}
.new-panel-bitcoin .title-card h3 .text-primary{
	color: #fff !important;
}
.banner-bitcoin .content-holder{
	max-width:100% !important;
}
.new-panel-bitcoin .offer-card .image-holder{
	max-width: 100%;
}
.banner-bitcoin {
    padding: 4.4375rem 0 19.0625rem;
}
.banner-bitcoin .content-holder h2{
	font-size: 1.4rem;
}