html, body {
    padding: 0;
    margin:0;
    background-color: #000;
}
body {
    padding-top: 100px;
}
.section {
    height: 100vh;
    min-height: 800px;
    max-height: 1200px;
    width: 100%;
    background: #000;
    position: relative;
    overflow: hidden;
    
}

#control-panel {
    position: fixed;
    right: 0;
    bottom: 0;
    height: calc(100% - 90px);
    width: 71px;background-image: url('../img/menu/right-bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: 122222;
}
#control-panel .control-panel-block {
    margin-top: 62px;
}
.single-button {
    position: relative;
    width: 32px;
    height: 13px;
    cursor: pointer;
    border-radius: 50%/120%;
    margin: 0 auto;
    margin-bottom: 26px;
    background: #2daae1;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.03, 1, 0.32, 0.67);
    transition-delay: 0s;
    box-shadow: inset 2px -12px 5px -10px #000000, inset 2px -4px 4px 2px #c4c4c4, inset 0px 0px 12px 13px #6e6f72;
}
.single-button::after {
    position: absolute;
    content: "";
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius: 50%/120%;
    width:100%;
    height:100%;
    transition: .3s;
    box-shadow: 0px 0px 10px 2px black, 0px 0px 7px 3px rgba(0,0,0,0)
}
.single-button .section-name {
    font-family: 'Akrobat-ExtraBold';
    text-transform: uppercase;
    color: #848688;
    position: absolute;
    bottom: -3px;
    right: 70px;
    opacity:40%;
    white-space: nowrap;
    transition: .3s;
}
.single-button.active .section-name{
    opacity:1;
}
.single-button.active {
    background: #2daae1;
    box-shadow: inset 2px 2px 4px 0px rgba(255,255,255, .72), inset -2px -2px 4px 2px rgba(8, 53, 72, .5), inset 0px 0px 12px 13px rgba(0,0,0,0);
}
.single-button:hover .section-name {
    right: 76px;
    opacity:60%;
}
.single-button.active::after {
    box-shadow: 0px 0px 10px 2px black, 0px 0px 7px 3px #16b9ff;
}
/*header panel */
#header-panel {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background-image: url(../img/menu/menu-bg.jpg);
    z-index: 222222;
}
#header-panel .panel-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}
#header-panel .fueledby-logo {
    max-width: 231px;
    margin-right: 15px;
}
#header-panel .fueledby-logo-mobile {
    display: none;
}
#header-panel .moto-logo-container {
    width: 259px;
    position: relative;
    margin: -75px 46px 0;
}
#header-panel .moto-logo {
    width: 100%;
    position: absolute;
}
#header-panel .panel-text {
    font-family: 'QuadratGrotesk';
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 36px;
    line-height: 1;
    margin-bottom: -10px;
    letter-spacing: 3px;
    text-shadow: 0px 0px 4px black, 0px 0px 8px black, 0px 0px 4px #909090;
}
#header-panel .panel-text.blue {
    color: #0096bb;
}
.language-block {
    margin-left: 70px;
}
.language-block .language {
    display: inline-block;
    font-family: 'Akrobat-ExtraBold';
    text-transform: uppercase;
    color: #848688;
    font-size: 18px;
}
.language-block .language.active{
    color: #fff;
}
.language-block .language.line {
    color: #fff;
    font-family: 'Akrobat-Light';
}
.section-container.moto-container{
    max-width: 1000px;
    width: 100%;
    height: 800px;
    top: 50%;
    transform: translateY(-50%);
}
.forward-buttons {
    position: fixed;
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    bottom: 12%;
    left: 50%;
    transform: translate(-50%);
}
.l-f-buttons {
    position: absolute;
    cursor: pointer;
}
.l-f-buttons.backward {
    left:0;
}

.l-f-buttons.forward {
    right:0;
}
/* Sections content */
/* Sections content */
/* Sections content */

.section-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1270px;
    margin: 0 auto 0;
    /* height:calc(800px - 100px); */
    height: auto;
}
.section-container p {
    margin:0;
}

.section-container p.text {
    font-family: 'QuadratGrotesk';
    color: #343c42;
    font-size: 39px;
    text-transform: uppercase;
}
.section-container p {
    font-family: 'Akrobat-Regular';
    color: #1d1d1b;
}
.section-container p.title {
    font-family: 'QuadratGrotesk';
    color: #675043;
    font-size: 33px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-container p.image-title {
    font-family: 'QuadratGrotesk';
    color: #675043;
    font-size: 29px;
    text-transform: uppercase;
    position: absolute;
}
.section-container p.title-small {
    text-transform: uppercase;
    font-family: 'Akrobat-ExtraBold';
    color: #1d1d1b;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
}
.moto-block {
    position: absolute;
}
.moto-block img{
    transition: .5s;
}
.bg-image-block {
    position: absolute;
    transition: .5s;
}
.data-text-block {
    position: absolute;
}

#slider-section-1 .first-text {
    margin-bottom: 20px;
}
#slider-section-1 p:first-of-type {
    margin-top: 60px;
}
#slider-section-1 .second-text {
    margin-top: 15px;
}
#slider-section-1 .fueledby-logo {
    width:100%;
    max-width: 415px;
}
#slider-section-1 .big-logo {
    width:100%;
    max-width: 704px;
}
#slider-section-2 p.text {
    font-family: 'Akrobat-ExtraBold';
    font-size: 29px;
    color: #fff;
    margin-bottom: 20px;
}
#slider-section-2 p.small-text {
    position: relative;
    font-size: 20px;
    font-family: 'Akrobat-Regular';
    color: #fff;
    margin-bottom: 10px;
}
#slider-section-2 p.small-text:last-child {
    margin-bottom: 0px;
}
.pad-20 {
    padding-left: 20px;
}
#slider-section-2 .pad-20::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 4px;
    transform: rotate(-90deg);
    border: 7px solid transparent;
    border-top: 8px solid #0096bb;
}
#slider-section-2 p.small-text span{
    font-family: 'Akrobat-ExtraBold';
    color: #0096bb;
    text-transform: uppercase
}
#slider-section-2 .left-text-column{
    width: 100%;
    max-width: 750px;
    float: left;
}
#slider-section-2 .right-text-column{
    width: 100%;
    max-width: 420px;
    float: right;
}
#slider-section-2 .right-text-column p {
    font-family: 'QuadratGrotesk';
    font-size: 44px;
    color: #343c42;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.1;
    padding-right: 100px;
}
#slider-section-2 .right-text-column p span {
    color: #0096bb;
}
#slider-section-2 .section-container > div {
    width: 100%;
    margin-top: 0;
}
#slider-section-3 .section-container {
    max-width: 1340px;
    flex-direction: row;
    justify-content: space-between;
}
#slider-section-4 {
    background: rgb(255,255,255);
    background-image: -moz-linear-gradient(174deg, rgba(255,255,255,1) 67%, rgb(251 207 179) 77%, rgba(206,163,137,1) 92%, rgba(206,163,137,1) 100%);
    background-image: -webkit-linear-gradient(174deg, rgba(255,255,255,1) 67%, rgb(251 207 179) 77%, rgba(206,163,137,1) 92%, rgba(206,163,137,1) 100%);
    background-image: linear-gradient(174deg, rgba(255,255,255,1) 67%, rgb(251 207 179) 77%, rgba(206,163,137,1) 92%, rgba(206,163,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cea389",GradientType=1);
}

#slider-section-4 .bg-image-block {
    left: -90px;
    top: -10px;
    opacity: .3;
}
#slider-section-4.active .bg-image-block {
    opacity: 1;
}
#slider-section-4 .moto-block {
    top: unset;
    bottom: 0;
}
#slider-section-4 .data-text-block {
    right: 20px;
    top: 50px;
    text-align: left;
}
#slider-section-4 .section-container p.image-title {
    text-align: right;
    right:0;
    bottom: 25px;
}
#slider-section-4 .moto-block img {
    margin-bottom: 40px;
    margin-right: -50px;
}
#slider-section-4.active .moto-block img {
    margin-right: 0;
}

#slider-section-5 {
    background: rgb(255,255,255);
    background-image: -moz-linear-gradient(185deg, rgba(255,255,255,1) 64%, rgba(161,190,214,1) 77%, rgba(161,190,214,1) 92%, rgba(161,190,214,1) 100%);
    background-image: -webkit-linear-gradient(185deg, rgba(255,255,255,1) 64%, rgba(161,190,214,1) 77%, rgba(161,190,214,1) 92%, rgba(161,190,214,1) 100%);
    background-image: linear-gradient(185deg, rgba(255,255,255,1) 64%, rgba(161,190,214,1) 77%, rgba(161,190,214,1) 92%, rgba(161,190,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cea389",GradientType=1);
}
#slider-section-5 .bg-image-block {
    top: 0;
    right: -60px;
    opacity: .3;
}
#slider-section-5.active .bg-image-block {
    opacity: 1;
}
#slider-section-5 .data-text-block {
    left: 0;
    top: 50px;
}
#slider-section-5 .section-container p.title {
    color: #545e6a;
}
#slider-section-5 .section-container p.image-title {
    color: #545e6a;
    bottom: -25px;
}
#slider-section-5 .moto-block {
    top: unset;
    bottom: 70px;
}
#slider-section-5 .moto-block img {
    margin-bottom: -100px;
    margin-left: -50px;
}
#slider-section-5.active .moto-block img {
    margin-bottom: -120px;
    margin-left: 0;
}



#slider-section-6 {
    background: rgb(255,255,255);
    background-image: -moz-linear-gradient(185deg,rgba(255,255,255,1) 66%,rgba(168,177,190,.6) 82%,rgba(168,177,190,1) 92%, rgba(168,177,190,1) 100%);
    background-image: -webkit-linear-gradient(185deg, rgba(255,255,255,1) 66%,rgba(168,177,190,.6) 82%,rgba(168,177,190,1) 92%, rgba(168,177,190,1) 100%);
    background-image: linear-gradient(185deg,rgba(255,255,255,1) 66%,rgba(168,177,190,.6) 82%,rgba(168,177,190,1) 92%, rgba(168,177,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cea389",GradientType=1);
}
#slider-section-6 .bg-image-block {
    top: -60px;
    right: -100px;
    opacity: .3;
}
#slider-section-6.active .bg-image-block {
    opacity: 1;
}
#slider-section-6 .data-text-block {
    left: 0;
    top: 55px;
}
#slider-section-6 .section-container p.title {
    color: #5a5e63;
}
#slider-section-6 .section-container p.image-title {
    color: #5a5e63;
    bottom: 38px;
    width: 100%;
    text-align: center;
}
#slider-section-6 .moto-block {
    top: unset;
    bottom: 0;
}
#slider-section-6 .moto-block img {
    margin-bottom: 30px;
    margin-left: 0px;
}
#slider-section-6.active .moto-block img {
    margin-bottom: 50px;
    margin-left: -28px;
}


#slider-section-7 {
    background: rgb(255,255,255);
    background-image: -moz-linear-gradient(185deg,rgba(255,255,255,1) 59%,rgba(235,186,188,.6) 70%,rgba(235,186,188,1) 85%, rgba(235,186,188,1) 100%);
    background-image: -webkit-linear-gradient(185deg,rgba(255,255,255,1) 59%,rgba(235,186,188,.6) 70%,rgba(235,186,188,1) 85%, rgba(235,186,188,1) 100%);
    background-image: linear-gradient(185deg,rgba(255,255,255,1) 59%,rgba(235,186,188,.6) 70%,rgba(235,186,188,1) 85%, rgba(235,186,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cea389",GradientType=1);
}
#slider-section-7 .image-title br {
    display: none;
}
#slider-section-7 .bg-image-block {
    top: -275px;
    right: -120px;
    opacity: .3;
}
#slider-section-7.active .bg-image-block {
    opacity: 1;
}
#slider-section-7 .data-text-block {
    left: 0;
    top: 40px;
}
#slider-section-7 .section-container p.title {
    color: #735455;
}
#slider-section-7 .section-container p.image-title {
    color: #735455;
    bottom: 20px;
    width: 100%;
    text-align: center;
    transition: .6s;
}
#slider-section-7.active .section-container p.image-title {
    bottom: 50px;
}
#slider-section-7 .moto-block {
    top: unset;
    bottom: 0;
}
#slider-section-7 .moto-block img {
    margin-bottom: 20px;
    margin-left: -120px;
}
#slider-section-7.active .moto-block img {
    margin-bottom: 66px;
    margin-left: -20px;
}


#slider-section-8 {
    background: rgb(255,255,255);
    background-image: -moz-linear-gradient(176deg,rgba(255,255,255,1) 60%, rgba(204,170,161, .6) 75%,rgba(204,170,161,1) 85%, rgba(204,170,161,1) 100%);
    background-image: -webkit-linear-gradient(176deg,rgba(255,255,255,1) 60%, rgba(204,170,161, .6) 75%,rgba(204,170,161,1) 85%, rgba(204,170,161,1) 100%);
    background-image: linear-gradient(176deg,rgba(255,255,255,1) 60%, rgba(204,170,161, .6) 75%,rgba(204,170,161,1) 85%, rgba(204,170,161,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cea389",GradientType=1);
}
#slider-section-8 .bg-image-block {
    top: -278px;
    left: -45px;
    opacity: .3;
}
#slider-section-8.active .bg-image-block {
    opacity: 1;
}
#slider-section-8 .data-text-block {
    right: 64px;
    top: 40px;
}
#slider-section-8 .section-container p.title {
    color: #675043;
}
#slider-section-8 .section-container p.image-title {
    color: #615450;
    bottom: 45px;
    width: 100%;
    text-align: center;
}
#slider-section-8 .section-container p.image-title br {
    display: none;
}
#slider-section-8 .moto-block {
    top: unset;
    bottom: 0;
}
#slider-section-8 .moto-block img {
    margin-bottom: 70px;
    margin-right: -120px;
}
#slider-section-8.active .moto-block img {
    margin-right: 0px;
}


#slider-section-9 {
    background: rgb(255,255,255);
    background-image: -moz-linear-gradient(185deg, rgba(255,255,255,1) 50%, rgba(133,203,237,.6) 65%, rgba(133,203,237,1) 92%, rgba(133,203,237,1) 100%);
    background-image: -webkit-linear-gradient(185deg, rgba(255,255,255,1) 50%, rgba(133,203,237,.6) 65%, rgba(133,203,237,1) 92%, rgba(133,203,237,1) 100%);
    background-image: linear-gradient(185deg, rgba(255,255,255,1) 50%, rgba(133,203,237,.6) 65%, rgba(133,203,237,1) 92%, rgba(133,203,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cea389",GradientType=1);
}
#slider-section-9 .bg-image-block {
    top: -10px;
    right: -100px;
    opacity: .3;
}
#slider-section-9.active .bg-image-block {
    opacity: 1;
}
#slider-section-9 .data-text-block {
    left: 0;
    top: 44px;
}
#slider-section-9 .section-container p.title {
    color: #4c6374;
}
#slider-section-9 .section-container p.image-title {
    color: #4c6374;
    bottom: 30px;
    margin-left: -20px;
}
#slider-section-9 .moto-block {
    top: unset;
    bottom: 0;
}
#slider-section-9 .moto-block img {
    margin-bottom: -100px;
    margin-left: -50px;
}
#slider-section-9.active .moto-block img {
    margin-bottom: -54px;
    margin-left: 40px;
}


#slider-section-10 {
    background: rgb(255,255,255);
    background-image: -moz-linear-gradient(180deg, rgba(255,255,255,1) 65%, rgba(247,180,118,.6) 79%, rgba(247,180,118,1) 92%, rgba(247,180,118,1) 100%);
    background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 65%, rgba(247,180,118,.6) 79%, rgba(247,180,118,1) 92%, rgba(247,180,118,1) 100%);
    background-image: linear-gradient(180deg, rgba(255,255,255,1) 65%, rgba(247,180,118,.6) 79%, rgba(247,180,118,1) 92%, rgba(247,180,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cea389",GradientType=1);
}
#slider-section-10 .bg-image-block {
    bottom: -20px;
    left: 38%;
    transform: translateX(-50%);
    opacity: .3;
}
#slider-section-10.active .bg-image-block {
    opacity: 1;
}
#slider-section-10 .data-text-block {
    right: 0;
    bottom: 180px;
    width: 260px;
}
#slider-section-10 .section-container p.title {
    color: #765f49;
}
#slider-section-10 .section-container p.image-title {
    color: #755f49;
    bottom: 40px;
    right: 0;
    text-align: right;
}
#slider-section-10 .moto-block {
    top: unset;
    bottom: 0;
    left: 0;
}
#slider-section-10 .wheels-image  {
    position: absolute;
    top:50px;
}
#slider-section-10 .wheels-image img {
    margin-top: -80px;
}
#slider-section-10 .moto-block img {
    margin-bottom: -100px;
    margin-left: -50px;
}
#slider-section-10.active .moto-block img {
    margin-bottom: -110px;
    margin-left: -30px;
}


#slider-section-11 {
    background: rgb(255,255,255);
    background-image: -moz-linear-gradient(180deg, rgba(255,255,255,1) 65%,  rgba(249,170,172,.6) 79%, rgba(249,170,172,1) 92%, rgba(249,170,172,1) 100%);
    background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 65%,  rgba(249,170,172,.6) 79%, rgba(249,170,172,1) 92%, rgba(249,170,172,1) 100%);
    background-image: linear-gradient(180deg, rgba(255,255,255,1) 65%,  rgba(249,170,172,.6) 79%, rgba(249,170,172,1) 92%, rgba(249,170,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cea389",GradientType=1);
}
#slider-section-11 .bg-image-block {
    top: 0px;
    right: -455px;
    opacity: .3;
}
#slider-section-11.active .bg-image-block {
    opacity: 1;
}
#slider-section-11 .data-text-block {
    left: 0;
    top: 25px;
    width: 260px;
}
#slider-section-11 .section-container p.title {
    color: #755a5b;
}
#slider-section-11 .section-container p.image-title {
    color: #765f60;
    bottom: 40px;
    left: 0;
    text-align: right;
}
#slider-section-11 .moto-block {
    top: unset;
    bottom: 0;
    left: 0;
}
#slider-section-11 .wheels-image  {
    position: absolute;
    top:0;
}
#slider-section-11 .wheels-image img {
    margin-top: -135px;
}
#slider-section-11 .moto-block img {
    margin-bottom: 20px;
    margin-left: 20px;
    transform: scale(.97);
}
#slider-section-11.active .moto-block img {
    margin-bottom: 58px;
    margin-left: 10px;
    transform: none;
}


#slider-section-12 {
    background: rgb(255,255,255);
    background-image: -moz-linear-gradient(180deg, rgba(255,255,255,1) 62%, rgba(137,150,179,.6) 82%, rgba(137,150,179,1) 92%, rgba(137,150,179,1) 100%);
    background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,1) 62%, rgba(137,150,179,.6) 82%, rgba(137,150,179,1) 92%, rgba(137,150,179,1) 100%);
    background-image: linear-gradient(180deg, rgba(255,255,255,1) 62%, rgba(137,150,179,.6) 82%, rgba(137,150,179,1) 92%, rgba(137,150,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cea389",GradientType=1);
}
#slider-section-12 .bg-image-block {
    top: -136px;
    left: -111px;
    opacity: .3;
}
#slider-section-12.active .bg-image-block {
    opacity: 1;
}
#slider-section-12 .data-text-block {
    right: 60px;
    top: 28px;
    width: 280px;
}
#slider-section-12 .section-container p.title {
    color: #4c505c;
}
#slider-section-12 .section-container p.image-title {
    color: #4c505c;
    bottom: 40px;
    right: 0px;
    text-align: right;
}
#slider-section-12 .moto-block {
    top: unset;
    bottom: 0;
    left: 0;
}
#slider-section-12 .wheels-image  {
    position: absolute;
    top: 400px;
    right: 6px;
}
#slider-section-12 .wheels-image img {
    margin-top: -135px;
}
#slider-section-12 .moto-block img {
    margin-bottom: 70px;
    margin-left: -130px;
    transition: .3s;
}
#slider-section-12.active .moto-block img {
    margin-bottom: 3px;
}
#slider-section-12 .wheels-image img {
    margin-left: 30px;
}


#slider-section-13 {
    background: rgb(255,255,255);
    background-image: -moz-linear-gradient(180deg, rgba(255,255,255,1) 62%, rgba(156,135,128,.6) 82%,rgba(156,135,128,1) 92%, rgba(156,135,128,1) 100%);
    background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 62%, rgba(156,135,128,.6) 82%,rgba(156,135,128,1) 92%, rgba(156,135,128,1) 100%);
    background-image: linear-gradient(180deg, rgba(255,255,255,1) 62%, rgba(156,135,128,.6) 82%,rgba(156,135,128,1) 92%, rgba(156,135,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cea389",GradientType=1);
}
#slider-section-13 .bg-image-block {
    top: -40px;
    right: -214px;
    opacity: .3;
}
#slider-section-13.active .bg-image-block {
    opacity: 1;
}
#slider-section-13 .data-text-block {
    left: 0;
    top: 20px;
    width: 280px;
}
#slider-section-13 .section-container p.title {
    color: #57514e;
}
#slider-section-13 .section-container p.image-title {
    color: #57514e;
    bottom: 40px;
    left: 0px;
    text-align: left;
}
#slider-section-13 .wheels-image img:nth-child(2){
    margin-left:40px;
}
#slider-section-13 .moto-block {
    bottom: 10px;
    right: -15px;
}
#slider-section-13 .wheels-image  {
    position: absolute;
    top: 260px;
    left: -110px;
}

#slider-section-13 .moto-block img {
    margin-bottom: 50px;
    margin-left: -120px;
}
#slider-section-13.active .moto-block img {
    margin-bottom: 0;
    margin-left: -120px;
}


#slider-section-14 {
    background: rgb(255,255,255);
    background-image: -moz-linear-gradient(180deg, rgba(255,255,255,1) 62%, rgba(170,169,169,.6) 82%, rgba(170,169,169,1) 92%, rgba(170,169,169,1) 100%);
    background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,1) 62%, rgba(170,169,169,.6) 82%, rgba(170,169,169,1) 92%, rgba(170,169,169,1) 100%);
    background-image: linear-gradient(180deg, rgba(255,255,255,1) 62%, rgba(170,169,169,.6) 82%, rgba(170,169,169,1) 92%, rgba(170,169,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cea389",GradientType=1);
}
#slider-section-14 .image-title br{
    display: none;
}
#slider-section-14 .bg-image-block {
    top: -150px;
    left: -140px;
    opacity: .3;
}
#slider-section-14.active .bg-image-block {
    opacity: 1;
}
#slider-section-14 .data-text-block {
    right: 70px;
    top: 20px;
    width: 280px;
}
#slider-section-14 .section-container p.title {
    color: #5f5e5e;
}
#slider-section-14 .section-container p.image-title {
    color: #5f5e5e;
    bottom: 40px;
    right: 0;
    text-align: center;
    width: 100%;
}
#slider-section-14 .moto-block {
    top: unset;
    bottom: 0;
    left: 0;
}
#slider-section-14 .wheels-image  {
    position: absolute;
    top: 270px;
    right: 44px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 40px;
}

#slider-section-14 .moto-block img {
    margin-bottom: 50px;
    margin-left: -120px;
}
#slider-section-14.active .moto-block img {
    margin-bottom: 0;
    margin-left: -120px;
}
#slider-section-14 .wheels-image img {
    margin-left: 40px;
}


#slider-section-15 {
    background: rgb(255,255,255);
    background-image: -moz-linear-gradient(180deg, rgba(255,255,255,1) 62%, rgba(154,162,182,.6) 82%, rgba(154,162,182,1) 92%, rgba(154,162,182,1) 100%);
    background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 62%, rgba(154,162,182,.6) 82%, rgba(154,162,182,1) 92%, rgba(154,162,182,1) 100%);
    background-image: linear-gradient(180deg, rgba(255,255,255,1) 62%, rgba(154,162,182,.6) 82%, rgba(154,162,182,1) 92%, rgba(154,162,182,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cea389",GradientType=1);
}
#slider-section-15 .bg-image-block {
    top: -40px;
    right: 174px;
    opacity: .3;
}
#slider-section-15.active .bg-image-block {
    opacity: 1;
}
#slider-section-15 .data-text-block {
    right: 0;
    top: 20px;
    width: 280px;
    text-align: right;
}
#slider-section-15 .big-pic {
    position: absolute;
    left: -115px;
}
#slider-section-15 .section-container p.title {
    color: #5a5c63;
}
#slider-section-15 .section-container p.image-title {
    color: #5a5c63;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
}
#slider-section-15 .moto-block {
    top: unset;
    bottom: 0;
    left: 0;
}
#slider-section-15 .wheels-image  {
    position: absolute;
    top: 100px;
    right: -128px;
}
#slider-section-15 .wheels-image img:first-of-type{
    margin-bottom: -240px;
    margin-right: -70px;
}
#slider-section-15 .moto-block img {
    margin-bottom: 50px;
    margin-left: -120px;
}
#slider-section-15.active .moto-block img {
    margin-bottom: 0;
    margin-left: -120px;
}


#slider-section-16 {
    background: rgb(0,0,0);
}
#slider-section-16 .bg-image-block {
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}


#slider-section-16 .data-text-block {
    opacity: 0;
    right: -150px;
    bottom: 35px;
    width: 100%;
    text-align: center;
    transition: .4s;
}
#slider-section-16.active .data-text-block {
    opacity: 1;
    right: 0;
}
#slider-section-16 .data-text-block .title {
    color: #fff;
    font-size: 35px;
}

@media all and (min-height: 801px) {
    .section-container {
        top: 50% !important;
        transform: translateY(-50%)  !important;
        margin: 0 auto !important;
    }
    
    /* .section {
        height: 100vh !important;
    } */
    #slider-section-1 {
        height: 100vh !important;
    }
}
@media all and (min-height: 801px) and (min-width: 1200px){
    .section-container {
        margin: -50px auto !important;
    }
}
