/*!* Web fonts *!
@font-face {
    font-family: Oswald;
    font-weight: 400;
    src: url(../fonts/webfonts/Oswald/Oswald-Regular.ttf);
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 300;
    src: url(../fonts/webfonts/WorkSans/WorkSans-Light.ttf);
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 400;
    src: url(../fonts/webfonts/WorkSans/WorkSans-Regular.ttf);
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 700;
    src: url(../fonts/webfonts/WorkSans/WorkSans-Bold.ttf);
    font-style: normal;
    font-display: swap;
}*/

/* Image helpers */
/*.img {
    display: block;
}

.img--full {
    width: 100%;
}

.img--responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img--cover {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img--contain {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.bg-image-hover,
.img-hover {
    display: block;
    overflow: hidden;
}

.bg-image-hover:focus > img, .bg-image-hover:hover > img,
.img-hover:focus > img,
.img-hover:hover > img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.bg-image-hover img,
.img-hover img {
    -webkit-transition: -webkit-transform 400ms ease-out;
    transition: -webkit-transform 400ms ease-out;
    -o-transition: transform 400ms ease-out;
    transition: transform 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
    will-change: transform;
}

.img-flex-contain,
.img-flex-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.img-flex-contain img,
.img-flex-cover img {
    display: block;
    width: 100%;
    height: 100%;
}

.img-flex-cover img {
    -o-object-fit: cover;
    object-fit: cover;
}

.img-flex-contain img {
    -o-object-fit: contain;
    object-fit: contain;
}

.bg-image,
.bg-rectangle {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}*/

/* Tooltip block */
.js-tooltip {
    cursor: pointer;
}

.tippy-popper {
    max-width: 280px;
    z-index: 99999;
}

@media (min-width: 576px) {
    .tippy-popper {
        max-width: 330px;
    }
}

@media (min-width: 992px) {
    .tippy-popper {
        z-index: 99999999 !important;
    }
}

.tippy-tooltip {
    padding: 15px 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #151515;
    border-radius: 0;
    background-color: #ffffff;
    text-align: left;
    -webkit-filter: drop-shadow(0 3px 16px rgba(0, 0, 0, 0.22));
    filter: drop-shadow(0 3px 16px rgba(0, 0, 0, 0.22));
    margin-bottom: 10px;
}

.tippy-popper[x-placement^='bottom-start'] .tooltip-white-theme .tippy-arrow {
    left: 25px !important;
    border-bottom-color: #ffffff;
}

.tippy-popper[x-placement^='top'] .tippy-arrow {
    border-top: 14px solid #ffffff;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    bottom: -12px;
}

.tippy-popper[x-placement^='bottom'] .tippy-arrow {
    border-bottom-color: #ffffff;
}

.tippy-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tooltip__title {
    display: block;
    margin-bottom: 13px;
    color: #bc9856;
    font-size: 17px;
    font-family: Oswald;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.36px;
}

.tooltip__description p {
    font-family: 'WorkSans';
    font-size: 13px;
    letter-spacing: 0.13px;
    color: #151515;
    font-weight: 300;
    line-height: 1.5;
}

.tooltip__description p:last-child {
    margin-bottom: 0;
}

.tippy-box[data-animation='shift-away'][data-state='hidden'] {
    opacity: 0;
}

.tippy-box[data-animation='shift-away'][data-state='hidden'][data-placement^='top'] {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.tippy-box[data-animation='shift-away'][data-state='hidden'][data-placement^='bottom'] {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tippy-box[data-animation='shift-away'][data-state='hidden'][data-placement^='left'] {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.tippy-box[data-animation='shift-away'][data-state='hidden'][data-placement^='right'] {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

/* Content */
main {
    position: relative;
    display: block;
    padding-top: 150px;
}

@media (min-width: 992px) {
    main {
        padding-top: 150px;
    }
}

.container-normal {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}

.container-normal {
    width: 100%;
}

@media (min-width: 576px) {
    .container-normal {
        width: 540px;
    }
}

@media (min-width: 771px) {
    .container-normal {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container-normal {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-normal {
        width: 1170px;
    }
}

@media (min-width: 1440px) {
    .container-normal {
        width: 1170px;
    }
}

/*body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

body {
    font-family: WorkSans;
    font-weight: 400;
    color: #2a2a2a;
    overflow-x: hidden;
    position: relative;
}

body {
    font-family: WorkSans, SourceSansPro;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

p {
    font-size: 13px;
}

@media (min-width: 768px) {
    p {
        font-size: 15px;
    }
}*/

h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

h2 {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 0.65px;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
}

h2::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 1px;
    position: absolute;
    bottom: -15px;
    background-color: #bc9856;
}

@media (min-width: 768px) {
    h2 {
        font-size: 33px;
    }
}

h2.main-section-title {
    color: #2a2a2a;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    max-width: 425px;
}

h2.main-section-title::before {
    display: none;
}

@media (min-width: 768px) {
    h2.main-section-title {
        font-size: 51px;
    }
}

h2.main-section-title span {
    display: block;
    color: #bc9856;
    font-family: Oswald;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1.5rem;
}

.homepage-content .row {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .homepage-content .row {
        margin-bottom: 75px;
    }
}

.homepage-content h2 {
    font-weight: 700;
    margin-bottom: 50px;
}

.homepage-content h2.main-section-title {
    font-size: 48px;
    max-width: 500px;
}

.homepage-content h2.main-section-title + p {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .homepage-content h2 {
        margin-bottom: 75px;
    }
}

.homepage-content.dron-banner p {
    font-size: 13px;
    margin-bottom: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .homepage-content.dron-banner p {
        text-align: justify;
        font-size: 15px;
    }
}

.dron-banner .gold-bottom-border p:last-of-type {
    margin-bottom: 50px;
}

.milestones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 20px;
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
}

@media (min-width: 576px) {
    .milestones {
        padding: 40px;
        padding: 0;
        overflow: visible;
    }
}

@media (min-width: 992px) {
    .milestones {
        position: absolute;
        top: 0;
        right: 110px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1600px) {
    .milestones {
        right: 160px;
    }
}

@media (min-width: 1800px) {
    .milestones {
        right: 220px;
    }
}

.milestones > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.milestones .icon-svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    -webkit-transition: fill 0.15s;
    -o-transition: fill 0.15s;
    transition: fill 0.15s;
}

.circle--rotate {
    border-radius: 50%;
    border: 1px #e0e0e0 solid;
    margin: 0 auto 0;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 0;
    padding: 0;
    width: 300px;
    height: 300px;
}

@media (min-width: 576px) {
    .circle--rotate {
        width: 360px;
        height: 360px;
    }
}

@media (min-width: 771px) {
    .circle--rotate {
        width: 500px;
        height: 500px;
    }
}

@media (min-width: 992px) {
    .circle--rotate {
        width: 420px;
        height: 420px;
    }
}

@media (min-width: 1200px) {
    .circle--rotate {
        width: 580px;
        height: 580px;
    }
}

.circle--rotate > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
}

.circle--rotate > li .icon {
    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;
    visibility: visible;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    color: #ffffff;
    border-radius: 100%;
    height: 10%;
    width: 10%;
    margin: -5% auto;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.circle--rotate > li .icon-content {
    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;
    overflow: hidden;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.circle--rotate > li .icon-svg {
    font-size: 18px;
    fill: #ffffff;
}

@media (min-width: 576px) {
    .circle--rotate > li .icon-svg {
        font-size: 22px;
    }
}

@media (min-width: 771px) {
    .circle--rotate > li .icon-svg {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .circle--rotate > li .icon-svg {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    .circle--rotate > li .icon-svg {
        font-size: 30px;
    }
}

.circle--rotate > li .icon-tank {
    font-size: 20px;
}

@media (min-width: 576px) {
    .circle--rotate > li .icon-tank {
        font-size: 28px;
    }
}

@media (min-width: 771px) {
    .circle--rotate > li .icon-tank {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .circle--rotate > li .icon-tank {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .circle--rotate > li .icon-tank {
        font-size: 40px;
    }
}

.circle--rotate > li img {
    margin: auto;
}

.circle--slider {
    position: relative;
}

.circle--slider .rotate--circle {
    margin: 0 auto;
}

.circle--slider .circle--rotate > li .icon-content {
    position: relative;
    overflow: visible;
    background-color: #3d3d3d;
}

.circle--slider .circle--rotate > li .icon-content span {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    opacity: 0;
}

.circle--slider .circle--rotate > li.active .icon-content {
    font-size: 20px;
    background-color: #bc9856;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.circle--slider .count2 li:nth-child(2) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.circle--slider .count3 li:nth-child(2) {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.circle--slider .count3 li:nth-child(3) {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.circle--slider .count4 li:nth-child(2) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.circle--slider .count4 li:nth-child(3) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.circle--slider .count4 li:nth-child(4) {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.circle--slider .count5 li:nth-child(2) {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    transform: rotate(72deg);
}

.circle--slider .count5 li:nth-child(3) {
    -webkit-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    transform: rotate(144deg);
}

.circle--slider .count5 li:nth-child(4) {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    transform: rotate(216deg);
}

.circle--slider .count5 li:nth-child(5) {
    -webkit-transform: rotate(-72deg);
    -ms-transform: rotate(-72deg);
    transform: rotate(-72deg);
}

.circle--slider .count6 li:nth-child(2) {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.circle--slider .count6 li:nth-child(3) {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.circle--slider .count6 li:nth-child(4) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.circle--slider .count6 li:nth-child(5) {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.circle--slider .count6 li:nth-child(6) {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.circle--slider .count7 li:nth-child(2) {
    -webkit-transform: rotate(51.5deg);
    -ms-transform: rotate(51.5deg);
    transform: rotate(51.5deg);
}

.circle--slider .count7 li:nth-child(3) {
    -webkit-transform: rotate(103deg);
    -ms-transform: rotate(103deg);
    transform: rotate(103deg);
}

.circle--slider .count7 li:nth-child(4) {
    -webkit-transform: rotate(154.5deg);
    -ms-transform: rotate(154.5deg);
    transform: rotate(154.5deg);
}

.circle--slider .count7 li:nth-child(5) {
    -webkit-transform: rotate(206deg);
    -ms-transform: rotate(206deg);
    transform: rotate(206deg);
}

.circle--slider .count7 li:nth-child(6) {
    -webkit-transform: rotate(-103deg);
    -ms-transform: rotate(-103deg);
    transform: rotate(-103deg);
}

.circle--slider .count7 li:nth-child(7) {
    -webkit-transform: rotate(-51.5deg);
    -ms-transform: rotate(-51.5deg);
    transform: rotate(-51.5deg);
}

.circle--slider .count8 li:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.circle--slider .count8 li:nth-child(3) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.circle--slider .count8 li:nth-child(4) {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.circle--slider .count8 li:nth-child(5) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.circle--slider .count8 li:nth-child(6) {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.circle--slider .count8 li:nth-child(7) {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.circle--slider .count8 li:nth-child(8) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.circle--slider .count9 li:nth-child(2) {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.circle--slider .count9 li:nth-child(3) {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
}

.circle--slider .count9 li:nth-child(4) {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.circle--slider .count9 li:nth-child(5) {
    -webkit-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    transform: rotate(160deg);
}

.circle--slider .count9 li:nth-child(6) {
    -webkit-transform: rotate(-160deg);
    -ms-transform: rotate(-160deg);
    transform: rotate(-160deg);
}

.circle--slider .count9 li:nth-child(7) {
    -webkit-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

.circle--slider .count9 li:nth-child(8) {
    -webkit-transform: rotate(-80deg);
    -ms-transform: rotate(-80deg);
    transform: rotate(-80deg);
}

.circle--slider .count9 li:nth-child(9) {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.circle--slider .count10 li:nth-child(2) {
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
}

.circle--slider .count10 li:nth-child(3) {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    transform: rotate(72deg);
}

.circle--slider .count10 li:nth-child(4) {
    -webkit-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    transform: rotate(108deg);
}

.circle--slider .count10 li:nth-child(5) {
    -webkit-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    transform: rotate(144deg);
}

.circle--slider .count10 li:nth-child(6) {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.circle--slider .count10 li:nth-child(7) {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    transform: rotate(-144deg);
}

.circle--slider .count10 li:nth-child(8) {
    -webkit-transform: rotate(-108deg);
    -ms-transform: rotate(-108deg);
    transform: rotate(-108deg);
}

.circle--slider .count10 li:nth-child(9) {
    -webkit-transform: rotate(-72deg);
    -ms-transform: rotate(-72deg);
    transform: rotate(-72deg);
}

.circle--slider .count10 li:nth-child(10) {
    -webkit-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    transform: rotate(-36deg);
}

.circle--slider .animate-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    width: 200px;
    height: 200px;
}

@media (min-width: 576px) {
    .circle--slider .animate-wrapper {
        width: 240px;
        height: 240px;
    }
}

@media (min-width: 771px) {
    .circle--slider .animate-wrapper {
        width: 320px;
        height: 320px;
    }
}

@media (min-width: 992px) {
    .circle--slider .animate-wrapper {
        width: 280px;
        height: 280px;
    }
}

@media (min-width: 1200px) {
    .circle--slider .animate-wrapper {
        width: 400px;
        height: 400px;
    }
}

.circle--slider .animate-title {
    position: relative;
    z-index: 5;
    color: #fff;
    font-weight: 400;
    font-family: 'Oswald';
    text-transform: uppercase;
    letter-spacing: 1.36px;
    font-size: 14px;
}

@media (min-width: 576px) {
    .circle--slider .animate-title {
        font-size: 17px;
    }
}

@media (min-width: 771px) {
    .circle--slider .animate-title {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .circle--slider .animate-title {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .circle--slider .animate-title {
        font-size: 17px;
    }
}

.circle--slider .animate-img {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    overflow: hidden;
}

.circle--slider .animate-img .animate-img__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    z-index: 3;
    -webkit-transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
    transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
    -webkit-transition: 0.55s ease-in-out;
    -o-transition: 0.55s ease-in-out;
    transition: 0.55s ease-in-out;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    overflow: hidden;
    display: block;
}

.circle--slider .animate-img .animate-img__in:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    display: block;
    z-index: 4;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
}

.circle--slider .animate-more {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s 0.4s;
    -o-transition: all 0.5s 0.4s;
    transition: all 0.5s 0.4s;
    min-width: 131px;
    overflow: hidden;
    text-align: center;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-bottom: 0;
    padding: 15px;
    height: 62px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    z-index: 6;
}

@media (min-width: 576px) {
    .circle--slider .animate-more {
        margin-bottom: 20px;
    }
}

.circle--slider .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.circle--slider .prev,
.circle--slider .next {
    position: absolute;
    top: 0;
    bottom: 0;
    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;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 575px) {
    .circle--slider .prev,
    .circle--slider .next {
        margin: auto;
        left: 0;
        bottom: -70px;
        right: 0;
        top: auto;
        -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotateZ(-90deg);
        height: 60px;
        width: 40px;
    }
}

@media (min-width: 576px) {
    .circle--slider .prev,
    .circle--slider .next {
        height: 40px;
        width: 60px;
        margin: auto;
    }
}

.circle--slider .prev:hover svg,
.circle--slider .next:hover svg {
    fill: #bc9856;
}

.circle--slider .prev svg,
.circle--slider .next svg {
    fill: #3d3d3d;
    font-size: 22px;
}

@media (min-width: 576px) {
    .circle--slider .prev svg,
    .circle--slider .next svg {
        font-size: 36px;
    }
}

.circle--slider .prev span,
.circle--slider .next span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    font-weight: 700;
}

@media (max-width: 575px) {
    .circle--slider .prev {
        left: -70px;
    }
}

@media (min-width: 576px) {
    .circle--slider .prev {
        bottom: 80px;
        right: 0;
    }
}

@media (min-width: 992px) {
    .circle--slider .prev {
        right: -90px;
    }
}

@media (max-width: 575px) {
    .circle--slider .next {
        right: -70px;
    }
}

@media (min-width: 576px) {
    .circle--slider .next {
        top: 80px;
        right: 0;
    }
}

@media (min-width: 992px) {
    .circle--slider .next {
        right: -90px;
    }
}
