ul[class],
ol[class] {
    list-style: none;       
    padding: 0;
}
.btn:focus,
button,
button:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.border-top {
    border-top: 1px solid #979797 !important;
}
.fontSize18 {
    font-size: 18px;
}
.fontSize21 {
    font-size: 21px !important;
}
.fontPlayfair {
    font-family: 'Playfair Display', serif;
}
.fontWeight300 {
    font-weight: 300;
}
.fontWeight700 {
    font-weight: 700;
}
.colorWhite {
    color: #FFFFFF !important;
}
.colorBrown {
    color: #D4B77E !important;
}
.colorBrownDark {
    color: #AA832B !important;
}
.colorBlack {
    color: #212529 !important;
}
.zIndex-10 {
    z-index: -10;
}
.iconFacebook {
    background-image: url('../images/icon-facebook.svg');
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px;
}
.iconInstagram {
    background-image: url('../images/icon-instagram.svg');
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px;
}
.iconTwitter {
    background-image: url('../images/icon-twitter.svg');
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.btn {
    font-family: 'Playfair Display', serif;
    border: none;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    padding: 12px 35px;
    position: relative;
    transition: all 350ms ease-in;
    -webkit-transition: all 350ms ease-in;
    -ms-transition: all 350ms ease-in;
}
.btn--brown {
    background-color: #A69168;
    color: #FFFFFF;
    margin: 6px;
}
.btn--brown:after {
    border: 1px solid #A69168;
    position: absolute;
    content: '';
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 50px;
    transition: all 250ms ease-in;
    -webkit-transition: all 250ms ease-in;
}
.btn--brown:hover {
    background-color: #bca579;
    color: #FFFFFF;
}
.btn--brown:hover:after {
    margin: 2px;
}
.btn--link {
    color: #212529;
    font-weight: 400;
    padding: 0 0 0 20px;
}
.btn--link:before {
    content: '';
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 4px;
    border: 3px solid #A69168;
    border-radius: 100%;
    height: 13px;
    width: 13px;
    transition: all 350ms ease-in;
    -webkit-transition: all 350ms ease-in;
    -ms-transition: all 350ms ease-in;
}
.btn--link:hover {
    color: #A69168;
    padding-left: 24px;
}
.btn--link:hover:before {
    background-color: #A69168;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
}
.btn--circle {
    width: 96px;
    height: 96px;
    padding: 28px 20px;
    line-height: 20px;
    text-transform: uppercase;
}
.btn--circle::after {
    border-radius: 100px;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}
.leftPart {
    width: 59.4594594595%;
}
.rightPart {
    width: 37.8378378378%;
}
[class^="icon"] {
    background-repeat: no-repeat;
    background-position: center;
}
.iconHome {
    background-image: url('../images/icon-home.svg');
    height: 24px;
    width: 24px;
    margin-right: 10px;
    margin-bottom: 3px;
}
.btn--menuBar:not(.btn--white) .iconHome {
    background-image: url('../images/icon-home-brown.svg');
}
.iconMenuBar {
    background-image: url('../images/icon-menubar.svg');
    height: 24px;
    width: 24px;
    margin-right: 10px;
    margin-bottom: 1px;
}
.iconCart {
    background-image: url('../images/icon-cart.svg');
    display: inline-block;
    height: 22px;
    width: 21px;
}
.btn--cart {
    position: fixed;
    right: 2vw;
    bottom: 2vw;
    width: 50px;
    height: 50px;
    line-height: 60px;
    padding: 0;
    z-index: 2;
}
.btn--cart:hover .iconCart {
    background-image: url('../images/icon-cart-white.svg');
}
.slideIndicator {
    position: fixed;
    top: 50%;
    z-index: 9;
    left: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    min-width: 4px;
    z-index: 100;
}
.slideIndicator__list {
    margin: 0;
    position: relative;
}
.slideIndicator__list:after {
    position: absolute;
    content: '';
    background-color: #C8C8C8;
    top: 28px;
    right: 0;
    bottom: 28px;
    width: 2px;
}
.slide__item {    
    position: relative;
    display: flex;
    align-items: center;
    min-height: 60px;
}
.slide__link {    
    background-color: #C8C8C8;
    border: 3px solid transparent;
    position: absolute;
    top: 24px;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    right: -5px;
    z-index: 2;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
}
.slide__linkText {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    display: inline-block;
    color: rgba(33, 37, 41, 0.7);
}
.slide__item.isActive > .slide__linkText,
.slide__linkText:hover {
    color: #A69168;
}
.slide__progress {
    background-color: #A69168;
    position: absolute;
    right: 0;
    top: 28px;
    display: block;
    height: 0;
    width: 2px;
    z-index: 1;
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
}
.slide__item.isDone .slide__link,
.slide__item.isDone:nth-child(6) + .slide__item:not(.isActive) .slide__link {
    background-color: #A69168;
}
.slide__item .slide__link:hover,
.slide__item.isActive .slide__link {
    border: 3px solid #A69168;
    background: #FFFFFF;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
.slide__item.isDone .slide__progress::before {
    height: 100%;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.icon-close {
    background-image: url('../images/icon-close.svg');
}
.menuOverlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    z-index: 96;
}
.menu {    
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 800px;
    z-index: 99;
    transform: translateX(calc(-100% + 80px));
    -webkit-transform: translateX(calc(-100% + 80px));
    transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
}
body.is-menuOpen {
    position: relative;
    overflow: hidden;
}
body.is-menuOpen .menu {
    background-color: #FFFFFF;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
body.is-menuOpen .menuOverlay {
    opacity: 1;
    visibility: visible;
}
body.is-menuOpen .slideIndicator {
    opacity: 0;
    visibility: hidden;
    left: -10%;
    transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
}
body.is-menuOpen .sectionName,
body.is-menuOpen .btn--menuBar .menuBar,
body:not(.is-menuOpen) .btn--menuBar .menuClose {
    display: none;
}
.btn--menuBar .menuClose {
    margin-right: 0;
    width: 20px;
    height: 20px;
    margin: 0;
}
.menu__inner {
    display: flex;
    min-height: 100vh;
}
.menuCoin {
    border-right: 1px solid #A69168;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 2rem;
    padding-left: 2rem;
}
.menuLinks {
    width: 55%;
    display: flex;
    align-items: center;
    padding: 0 3rem;
}
.menuLinks .menuLinks__inner {
    padding-left: 10px;
}
.menuLinks .slide__item {
    position: relative;
    display: flex;
    min-height: 50px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.menuLinks__inner .slide__linkText {
    position: relative;
    padding-left: 25px;
}
.menuLinks__inner .slide__linkText:before {
    background-color: rgba(33, 37, 41, 0.36);
    position: absolute;
    content: '';
    bottom: 4px;
    left: 0;
    height: 1px;
    width: 18px;
}
.menuLinks__inner .slide__item.isActive .slide__linkText:before {
    background-color: #A69168;
}
.slide__item--subItem > .slide__linkText {
    margin-top: 15px;
    margin-bottom: 10px;
}
.menuSites {
    font-family: 'Playfair Display', serif;
    border-right: 1px solid #A69168;
    width: 35%;
    display: flex;
    align-items: center;
    padding: 0 3rem;
}
.menuSites .landing__list .landing__item {
    border-left: none;
    padding-left: 0;
}
.menuSites .landing__list .landing__link {
    padding-left: 80px;
    font-size: 18px;
    line-height: 24px;
}
.menuSites .landing__list .landing__linkInfo {
    font-size: 12px;
    line-height: 16px;
}
.menuSites .landing__list [class^="icon"] {
    height: 47px;
    width: 47px;
}
.btn--menuBar {
    position: absolute;
    left: calc(100% - 62px);
    display: flex;
    align-items: center;
    color: #A69168;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    border: none;
    padding: 0;
    border-radius: 0;    
    font-size: 16px;
    text-transform: uppercase;
    top: 20px;
    z-index: 2;
    white-space: nowrap;
}
.btn--menuBar svg {
    margin-right: 10px;
    margin-bottom: 1px;
}
.btn--white {
    color: #FFFFFF;
}
.btn--white:hover {
    color: #FFFFFF;
}
.btn--white .menuBar path {
    stroke: #FFFFFF;
}
.scrollDown {
    background-image: url('../images/scroll-circle.svg');
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: center left;
    min-height: 38px;
    position: absolute;
    font-weight: bold;
    bottom: 2vw;
    left: 4vw;
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    padding-left: 45px;
}
.sectionTitle {
    color: #212529;
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    line-height: 66px;
}
.sectionTitle__tag {
    font-size: 16px;
    line-height: 21px;
}
.bannerSection {
    display: flex;
    align-items: center;
    position: relative;
    /* overflow: hidden; */
    min-height: 100vh;
}
.bannerSection .bannerTitle {
    color: #C6953C;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 77px;
    padding-bottom: 200px;
}
.bannerHero {
    background-image: url('../images/hero-banner.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.excellenceSection {
    padding-top: 70px;
    padding-bottom: 70px;
}
.aboutSection {
    padding-bottom: 100px;
    padding-top: 300px;
    background-image: url(../images/about-page-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 75%;
}
.coinShadow {
    position: relative;
    z-index: -1;
}
.serviceSection {
    /* padding-top: 100px; */
    padding-bottom: 100px;
}
.serviceSection .description {
    font-weight: 300;
    font-size: 14px;
}
.serviceSection .priceBlock {
    display: block;
    margin-top: -15px;
}
.serviceSection .note {
    font-family: 'Playfair Display', serif;
    color: #212529;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
}
.productSection {
    padding-top: 70px;
    padding-bottom: 50px;
    background-image: url('../images/product-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 75%;
}
.productSection .title {
    font-family: 'Playfair Display', serif;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.productSection .description,
.aboutSection .description,
.excellenceSection .description {
    color: #212529;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    max-width: 350px;
    width: 100%;
}
.testimonialSection {
    padding: 70px 0;
}
.testimonialSlider {
    background-color: #C5AE82;
    max-width: 720px;
    margin: 0 auto;
}
.testimonialSlider .swiper-slide {
    padding: 90px 90px 30px;
}
.testimonialText {
    font-family: 'Playfair Display', serif;
    position: relative;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
}
.testimonialText:before,
.testimonialText:after {
    background-image: url('../images/icon-quote-left.svg');
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    height: 32px;
    width: 32px;
}
.testimonialText:after { 
    background-image: url('../images/icon-quote-right.svg');
    top: auto;
    bottom: -30px;
    left: auto;
    right: -10px;
}
.testimonialAuthor,
.testimonialFrom  {
    font-size: 16px;
    line-height: 19px;
    color: #212529;    
    text-align: center;
}
.testimonialFrom {
    font-weight: 300;
}
.swiper-pagination {
    position: relative;
    margin-bottom: 35px;
}
.swiper-pagination .swiper-pagination-bullet {
    outline: none;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    display: inline-flex;
    margin: 0 11px;
    justify-content: center;
    align-items: center;
    height: 56px;
    width: 56px;
    background-color: transparent;
    color: #000000;
    position: relative;
    opacity: 1;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
}
.swiper-pagination .swiper-pagination-bullet .bullet {
    display: block;
    position: absolute;
    height: 46px;
    width: 46px;
}
.swiper-pagination .swiper-pagination-bullet .bullet svg {
    height: 46px;
    width: 46px;
    stroke-dasharray: 178;
}
.swiper-pagination .swiper-pagination-bullet .bullet svg * {
    stroke: #93815d;
}
.swiper-pagination .swiper-pagination-bullet .title {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    color: #ffffff;
    display: inline-block;
    margin-top: -6px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
    stroke-dashoffset: 178;
    animation: circleDraw 6s forwards 1.5s linear;
    -webkit-animation: circleDraw 6s forwards 1.5s linear;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg * {
    stroke: #c5ae82;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .title {
    color: rgba(0, 0, 0, 0.85);
}
@keyframes circleDraw {
    0% {
        stroke-dashoffset: 178;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes circleDraw {
    0% {
        stroke-dashoffset: 178;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.gradientBg {
    background-image: url('../images/gradient-bg.svg');
    top: -100%;
    height: 200%;
    position: absolute;
    right: 0;
    border: 0;
    width: 100%;
    z-index: -1;
}
.newsletterSection {
    padding-top: 50px;
    padding-bottom: 120px;
}
.newsletterSection .container-fluid {
    max-width: 1440px;
    width: 95%;
    padding-left: 0;
    padding-right: 0;
}
.newsletterSection__inner {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(26.19%, #39312B), color-stop(39.41%, #443A33), color-stop(80.58%, #4E616A));
    background: -o-linear-gradient(bottom, #39312B 26.19%, #443A33 39.41%, #4E616A 80.58%);
    background: linear-gradient(0deg, #39312B 26.19%, #443A33 39.41%, #4E616A 80.58%);
    padding: 80px 100px 80px 150px;
}
.noteSection {
    padding: 60px 0 100px;
    color: #212529;
    font-family: 'Playfair Display', serif;
    font-size: 21px;
}
.form-group {
    margin-bottom: 0;
}
.form-group + .form-group {
    margin-top: 40px;
}
.form-group > label {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 0;
}
.form-control {
    color: #D4B77E;
    background-color: transparent;
    border-width: 0 0 1px 0; 
    border-color: #979797;
    border-radius: 0;   
    padding: 0;
    height: 34px;
}
.form-control:focus {
    color: #D4B77E;
    background-color: inherit;
    border-color: #FFFFFF;
}
footer {
    background-image: url('../images/footer-bg.svg');
    background-size: cover;
    background-position: center;
    font-weight: 300;
    color: #FFFFFF;
}
.footerTop {
    padding: 55px 0;
}
.footer__logo {
    display: inline-block;
    max-width: 137px;
    margin-bottom: 12px;
}
.socialMedia a:hover i {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    opacity: .8;
}
.footer__title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin-bottom: 45px;
    margin-top: 35px;
}
.footer__linkList li + li {
    margin-top: 15px;
}
.footerTop a {
    color: #FFFFFF;
    font-size: 16px;
    line-height: normal;
}
footer a:hover {
    color: #efc35c;
}
.footerBottom {
    border-top: 1px solid rgb(248, 238, 238, .4);
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    color: #FFFFFF;
    padding: 12px 0;
}
.footerBottom a {
    color: #FFFFFF;
}
.cmsSection p {
    color: #212529;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}
.landing__list [class^="icon"] {
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: 0;
    height: 57px;
    width: 57px;
    top: 4px;
}
.iconMetal {
    background-image: url('../images/icon-metals.svg');
}
.iconWholesale {
    background-image: url('../images/icon-wholesale.svg');
}
.iconInvestment {
    background-image: url('../images/icon-investment.svg');
}
.landingSection {
    position: relative;
}
.landing__content {
    font-family: 'Playfair Display', serif;
    color: rgba(0, 0, 0, 0.85);
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 30px;
}
.landing__title {
    font-size: 60px;
    line-height: 68px;
}
.landing__subText {
    font-size: 24px;
    line-height: 32px;
    margin-top: 15px;
    margin-bottom: 0;
}
.landing__menu {
    margin-top: 100px;
}
.landing__list .landing__item {
    border-left: 2px solid #A69168;
    padding-left: 50px;
}
.landing__list .landing__item.isActive .landing__link {
    color: #A69168;
}
.landing__list .landing__item.isActive .landing__linkInfo {
    color: rgba(0, 0, 0, 0.85);
}
.landing__list .landing__item + .landing__item {
    margin-top: 50px;
}
.landing__list .landing__link {
    color: #000000d9;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    display: block;
    position: relative;
    padding-left: 100px;
}
.landing__list .landing__link:hover {
    color: #A69168;
}
.landing__list .landing__link:hover .landing__linkInfo {
    color: rgba(0, 0, 0, 0.85);
}
.landing__list .landing__linkInfo {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    display: block;
}
.landingSection .landing__bgGroup {
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 30%;
    max-width: 565px;
    height: 100%;
}
.landingSection .landing__bgGroup:before {
    background-image: url('../images/landing-overlay.png');
    position: absolute;
    content: '';
    height: 100%;
    left: 0px;
    width: 59px;
    z-index: 1;
    top: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.landingSection .landing__bg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;    
}
.landing__bg img {
    max-width: 43vw;
    position: absolute;
    right: -12%;
    top: 50%;
    transform: translate(200%, -50%) rotate(180deg);
    -webkit-transform: translate(200%, -50%) rotate(180deg);
    -ms-transform: translate(200%, -50%) rotate(180deg);
    transition: all 700ms ease-in 10ms;
    -webkit-transition: all 700ms ease-in 10ms;
    -ms-transition: all 700ms ease-in 10ms;
    z-index: 1;
}
.landing__bg.is--hover img {
    transform: translate(0, -50%) rotate(0deg);
    -webkit-transform: translate(0, -50%) rotate(0deg);
    -ms-transform: translate(0, -50%) rotate(0deg);
}

.preloader {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #ffffff;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.preloader span.line {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 0;
    height: 2px;
    border: 1px solid #A69168;
}

.preloader #percent {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    line-height: normal;
    color: #A69168;
    margin: 0;
    z-index: 3;
    position: relative;
    top: -28px;
}

.preloader #percent:after {
    content: '%';
}

.preloader img {
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5,0.05,1,.5);
    animation-iteration-count: infinite;
    margin-bottom: 50px;
    max-width: 100px;
}

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, 25px, 0);
    }
}

.gradientBgCSS {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(26.19%, #39312B), color-stop(39.41%, #443A33), color-stop(80.58%, #4E616A));
    background: -o-linear-gradient(bottom, #39312B 26.19%, #443A33 39.41%, #4E616A 80.58%);
    background: linear-gradient(0deg, #39312B 26.19%, #443A33 39.41%, #4E616A 80.58%);
}
.iconAddUser {
    background-image: url('../images/icon-add-user.svg');
    display: inline-block;
    height: 57px;
    width: 57px;
}
.iconPiggy {
    background-image: url('../images/icon-piggy.svg');
    display: inline-block;
    height: 57px;
    width: 60px;
}
.iconCartTick {
    background-image: url('../images/icon-cart-tick.svg');
    display: inline-block;
    height: 57px;
    width: 65px;
}
.iconShield {
    background-image: url('../images/icon-shield.svg');
    display: inline-block;
    height: 57px;
    width: 50px;
}
.serviceBlock {
    padding: 35px;
}
.serviceBlock .serviceList li {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 45px;
}
.serviceBlock .serviceList li + li {
    margin-top: 40px;
}
.serviceBlock .serviceList li:before,
.serviceBlock .serviceList li:after {
    background-color: #A69168;
    border-radius: 100%;
    content: '';
    position: absolute;
    left: 4px;
    width: 20px;
    height: 20px;
    top: 7px;
}
.serviceBlock .serviceList li:after {
    border: 2px solid #A69168;
    border-radius: 100%;
    background: none;
    width: 28px;
    height: 28px;
    top: 3px;
    left: 0;
}
.serviceBlock .serviceList li a {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}
.serviceBlock .serviceList li i {
    margin-right: 25px;
    min-width: 68px;
    min-height: 60px;
}
.serviceBlock .serviceList li .title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.serviceBlock .serviceList li p {
    color: #A69168;
}
.howToUseSection {
    background-size: 100% 78%;
}
select.form-control {
    background-image: url('../images/icon-arrow-down.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 10px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
}
select.form-control option {
    color: rgba(0, 0, 0, 0.85);
}
.kCheckbox {
    display: inline-block;
    position: relative;
}
.kCheckbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.kCheckbox input[type="checkbox"] + label {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding: 0px 0px 0px 25px;
    margin-bottom: 0px;
    cursor: pointer;
}
.kCheckbox input[type="checkbox"] + label:before {
    position: absolute;
    border-radius: 100%;
    content: '';
    height: 11px;
    width: 11px;
    top: 5px;
    left: 1px;
    border: 1px solid #A69168;
}
.kCheckbox input[type="checkbox"] + label:after {
    background-color: #A69168;
    border-radius: 100%;
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    left: 4px;
    top: 8px;
    opacity: 0;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}
.kCheckbox input[type="checkbox"]:checked + label {
    cursor: default;
}
.kCheckbox input[type="checkbox"]:checked + label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
}
.coinHeight {
    min-height: 530px;
}
.coinSupper {
    position: absolute;
    left: 50%;
    transform-origin: 50% 0;
    transform: translate(-50%, 0);
    top: 18vh;
    top: 150px;
    /* bottom: 30vh; */
    width: 400px;
    height: 400px;
    z-index: 5;
}
.coinSupper__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    overflow: hidden;
}
.coinHero {
    position: relative;
}
.coinHero__canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.aboutBg {
    background-image: url('../images/about-page-bg.png');
    background-size: 100% 80%;
}
.btnGroup .btn--circle {
    width: 86px;
    height: 86px;
    padding: 25px 10px;
    transform: scale(0.8);
}
.lineHeightN {
    line-height: normal;
}

@media (min-width: 992px) {
    .createAccount {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .container--custom {
        max-width: 1300px;
    }
    .fadeUp {
        opacity: 0;
        transition: all 350ms ease-in;
        -webkit-transition: all 350ms ease-in;
        -ms-transition: all 350ms ease-in;
        transform: translateY(35px);
        -webkit-transform: translateY(35px);
        -ms-transform: translateY(35px);
    }
    .fadeUp.isAnimated,
    .fadeUp.isAnimated {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    .excellenceSection .sectionTitle--small {
        font-size: 40px;
        line-height: 42px;
    }
}

@media (min-width: 1616px) {
    .coinSupper { 
        top: 180px;
    }
    .coinHeight {
        min-height: 565px;
    }
}

@media (max-width: 1601.98px) {
    .landing__menu {
        margin-top: 50px;
    }
    .landing__title {
        font-size: 50px;
        line-height: 58px;
    }
    .landing__subText {
        font-size: 22px;
        line-height: 30px;
    }
    .landing__list .landing__item {
        padding-left: 40px;
    }
    .landing__list .landing__link {
        font-size: 26px;
        padding-left: 90px;
    }
    .landing__bg img {
        max-width: 38vw;
    }
}

@media (max-width: 1441.98px) {
    .newsletterSection__inner {
        padding: 100px 120px 100px 120px;
    }
}

@media (max-width: 1199.98px) {
    .btn--cart {
        bottom: auto;
        top: 0;
        right: 0;
        transform: scale(.6);
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
    }
    .btn--cart .iconCart {
        background-image: url('../images/icon-cart-white.svg');
    }
    .newsletterSection__inner {
        padding: 50px;
    }
    .sectionTitle,
    .bannerSection .bannerTitle {
        font-size: 50px;
        line-height: 56px;
    }
    .sectionTitle--small {
        font-size: 40px;
        line-height: 46px;
    }
    .landing__menu {
        margin-top: 50px;
    }
    .menu {
        max-width: 660px;
        transform: translateX(calc(-100% + 80px));
        -webkit-transform: translateX(calc(-100% + 80px));
        -ms-transform: translateX(calc(-100% + 80px));
    }
    .serviceSection {
        padding-top: 100px;
    }
    .bannerSection .bannerTitle {
        text-align: center;
        padding-bottom: 0;
    }
    .coinSupper {
        position: static;
        transform: none;
        margin: 0 auto;
        width: 380px;
        height: 380px;        
    }
    .coinHeight {
        min-height: inherit
    }
    .coinShadow {
        margin-top: -20px;
    }
    .aboutSection {
        padding-top: 150px;
        padding-bottom: 70px;
        background-size: 100% 73%;
    }
    .newsletterSection {
        padding-bottom: 70px;
    }
}

@media (max-width: 991.98px) {    
    .menu {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
    }
    .menu__inner {
        flex-direction: column;
        height: 100vh;
        overflow: auto;
        position: relative;
    }
    .menuCoin {
        padding: 1rem;
        border-bottom: 1px solid #A69168;
        border-right: none;
        justify-content: center;
        width: 100%;
    }
    .menuLinks {
        padding: 2rem 3rem;
        width: 100%;
    }
    .menuSites {
        padding: 3rem;
        border-bottom: 1px solid #A69168;
        border-right: none;
        width: 100%;
    }
    .btn--menuBar {
        left: calc(100% + 15px);
        top: 15px;
    }
    body.is-menuOpen .btn--menuBar {
        left: calc(100% - 40px);
    }    
    .aboutSection {
        background-size: 100% 64%;
        padding-bottom: 30px;
        padding-top: 50px;
    }
    .excellenceSection {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sectionTitle {
        font-size: 40px;
        line-height: 46px;
    }
    .sectionTitle--small {
        font-size: 30px;
        line-height: 36px;
    }
    .serviceSection,
    .testimonialSection {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .serviceSection .note {
        font-size: 16px;
    }
    .serviceSection .priceBlock {
        margin-top: -10px;
    }
    .productSection {
        padding-top: 50px;
    }
    .testimonialSlider {
        max-width: 500px;
    }
    .testimonialSlider .swiper-slide {
        padding: 70px 60px 30px;
    }
    .testimonialText {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px;
    }   
    .swiper-pagination {
        margin-bottom: 15px;
    }
    .newsletterSection {
        padding-bottom: 80px;
    }
    .noteSection {
        padding: 40px 0 60px;
        font-size: 18px;
    }
    .footerTop {
        padding: 35px 0;
    }
    .footer__logo {
        max-width: 107px;
    }
    .footer__title {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .footerTop a {
        font-size: 16px;
    }
    .landing__title {
        font-size: 50px;
        line-height: 58px;
    }
    .landing__list .landing__item {
        padding-left: 30px;
    }
    .landing__list .landing__link {
        padding-left: 80px;
        font-size: 30px;
    }
    .serviceBlock {
        padding: 20px;
    }
    .serviceBlock .serviceList li + li {
        margin-top: 0;
    }
    .serviceBlock .serviceList li i {
        margin-right: 0;
        min-width: 60px;
        min-height: inherit;
        background-size: 40px 40px;
        background-position: left;
    }    
    .serviceBlock .serviceList li a {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .menu {
        max-width: 100%;
    }
    .menuLinks {
        padding: 1rem 2rem;
    }
    .menuCoin {
        padding: 1rem;
    }
    .menuCoin img {
        max-width: 100px;
    }
    .menuSites {
        padding: 1.5rem;
    }
    .btn--menuBar .sectionName,
    .slideIndicator {
        display: none;
    }
    .menuSites .landing__item + .landing__item {
        margin-top: 20px;
    }
    .menuSites .landing__list .landing__link {
        padding-left: 60px;
    }
    .menuSites .landing__list [class^="icon"] {
        height: 37px;
        width: 37px;
    }
    .slideIndicator {
        padding: .5rem 1.5rem;
    }
    .container {
        max-width: 100%;
    }
    .sectionTitle {
        font-size: 30px;
        line-height: 38px;
    }
    .sectionTitle--small {
        font-size: 24px;
        line-height: 28px;
    }
    .scrollDown {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .bannerHero {
        top: -40px;
    }
    .bannerSection .bannerTitle {
        font-size: 44px;
        line-height: 50px;
        padding-top: 50px;
        text-align: center;
    }
    .productSection .description,
    .aboutSection .description {
        max-width: 100%;
    }
    .excellenceSection {
        padding-top: 0;
        padding-bottom: 25px;
    }
    .productSection,
    .serviceSection {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .aboutSection {
        padding-bottom: 13px;
        padding-top: 0;
        background-position: center 25px;
    }
    .testimonialSection {
        padding-top: 25px;
        padding-bottom: 13px;
    }
    .testimonialSlider {
        max-width: calc(100% - 30px);
    } 
    .testimonialSlider .swiper-slide {
        padding: 50px 40px 30px;
    }
    .newsletterSection {
        padding-top: 12px;
        padding-bottom: 25px;
    }
    .newsletterSection .container-fluid {
        max-width: calc(100% - 30px);
        width: 100%;
    }
    .newsletterSection__inner {
        padding: 25px;
    }
    .noteSection {
        padding: 30px 0 40px;
    }
    .footerTop {
        padding: 25px 0;
    }
    .footer__title {
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .footer__linkList li + li {
        margin-top: 10px;
    }
    .footerTop,
    .footerBottom {
        text-align: center;
    }
    .landing__content {
        padding: 20px;
    }
    .landing__title {
        font-size: 30px;
        line-height: 38px;
    }
    .landing__subText {
        font-size: 18px;
        line-height: 24px;
        margin-top: 8px;
    }
    .landing__menu,
    .landing__list .landing__item + .landing__item {
        margin-top: 30px;
    }
    .landing__list .landing__item {
        padding-left: 20px;
    }
    .landing__list .landing__link {
        font-size: 20px;
    }
    .serviceBlock .serviceList li i {
        min-width: 70px;
    }
}

@media (max-width: 575.98px) {
    .noteSection {
        font-size: 16px;
    }
    .productSection {
        background-size: 760px;
        background-position: 0% -10%;
    }    
    .aboutSection {
        background-size: 100%;
    }
    .leftPart,
    .rightPart {
        width: 100%;
    }
    .btn--smallMobile {
        padding: 12px 20px;
    }
    .coinSupper {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 415.98px) {
    .bannerSection .bannerTitle {
        padding-top: 0;
    }
}