@media screen and (max-width: 767px) {
	.nav-tabs > li > a {
		margin: 0 0 0 30px;
	}

	.nav-tabs li:not(:last-child){
		margin-bottom: 17px;
	}

	.nav-tabs li:not(.active) a {
		padding-bottom: 0;
	}
}

/* slider-logo */
@media (min-width: 1024px)  {
    .nav-tabs--slider.is-single li > a {
        margin-left: 0;
    }
}

@media (min-width: 240px) and (max-width: 767px) {
	.nav-tabs--slider {
		margin-left: 8px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.nav-tabs--slider li:not(:last-child){

	}
}

.tab-content--slider {
	max-width: 1440px;
	margin: 0 auto;
}

@media (min-width: 240px) and (max-width: 767px) {
	.title.title--slider {
		margin-top: 60px;
	}

	.tab-content--slider {
		padding-top: 50px;
		padding-bottom: 58px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.title.title--slider {
		margin-bottom: 38px;
	}
}

@media (min-width: 1024px)  {
	.title.title--slider {
		margin-bottom: 36px;
	}
}

.row-slider {
	position: relative;
	margin: 0 0 52px!important;
}

@media (min-width: 240px) and (max-width: 767px) {
	.row-slider {
		margin: 0;
	}
}

@media (min-width: 768px) {
	.row-slider {
		margin-bottom: 40px;
	}
}

.row-slider .tab-slide {
	width: 100%;
	max-width: 175px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.row-slider .tab-slide span {
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: -1;
	transition: opacity .5s, z-index .5s;
	cursor: pointer;
}

@media (min-width: 240px) and (max-width: 1024px) {
    .row-slider .tab-slide span {
        z-index: 2;
    }
}

.row-slider .tab-slide span.is-hover {
	opacity: 1;
	z-index: 2;
}

.row-slider .tab-slide span.is-hover svg{
    color: #333;
}

.row-slider .tab-slide span:nth-of-type(1) {
	top: 0;
}
.row-slider .tab-slide span:nth-of-type(2) {
	bottom: 0;
}

.row-slider .tab-slide:last-of-type {
	max-width: 150px;
    position: relative;
}

@media (min-width: 768px) {
	.row-slider .tab-slide:last-of-type span {
		padding-bottom: 11px;
	}
}

.row-slider .tab-slide .tab-slide-logo-wrap {
    overflow: hidden;
    position: relative;
}

@media (min-width: 240px) and (max-width: 767px) {
	.row-slider .tab-slide {
		width: 150px;
	}

	.row-slider .tab-slide:last-of-type {
		width: 126px;
	}
}

.row-slider .tab-slide:last-of-type:before {
    content: '';
    position: absolute;
    right: -2px;
    width: 8px;
    height: 100%;
    background: #fff;
}

.row-slider .tab-slide .tab-slide-logo svg{
	transition: opacity .5s;
}
.row-slider .tab-slide .tab-slide-logo.is-hidden svg {
	opacity: 0;
}

.row-slider .tab-slide svg{
	color: #333;
	width: 100%;
	height: 100%;
}

.row-slider.is-short .tab-slide svg{
    /*color: #e2c752;*/
}

.row-slider .tab-slide .tab-slide-logo {
	mix-blend-mode: screen;
	background: #fff;
	transition: mix-blend-mode 1s;
}

.row-slider .tab-slide .tab-slide-logo:not([data-item]) {
    height: 120px;
}

@media (min-width: 1024px)  {
    .row-slider .tab-slide .tab-slide-logo:not([data-item]) {
        height: 136px;
    }
}

.row-slider .tab-slide:not(:last-child) .tab-slide-logo,
.row-slider .tab-slide:not(:last-child) span {
	padding-right: 24px;
	margin-bottom: -1px;
}

.row-slider .tab-slide .tab-slide-logo:not(:last-child),
.row-slider .tab-slide:not(:last-child) span {
	padding-bottom: 8px;
    margin-bottom: -1px;
}

@media (min-width: 240px) and (max-width: 767px) {
	.row-slider .tab-slide .tab-slide-logo:not(:last-child),
	.row-slider .tab-slide:not(:last-child) span {
		padding-bottom: 2px;
        margin-bottom: -1px;
	}
}

@media (min-width: 768px) {
	.row-slider .tab-slide .tab-slide-logo:not(:last-child),
	.row-slider .tab-slide:not(:last-child) span {
		padding-bottom: 11px;
	}
}

.row-slider .slider-mask {
    position: absolute;
    left: 0;
    top: 2px;
    height: 248px;
    width: 100%;
    z-index: -2;
    background: linear-gradient(270deg, #FF8A00 -0.05%, #F0B56E 13.97%, #ABABAB 51.28%, #DFD5A8 67.48%, #DAB200 99.67%);
}

@media (min-width: 240px) and (max-width: 767px) {
    .row-slider .slider-mask {
		height: 208px;
	}
}

/*swiper*/
.row-slider .swiper {
	position: relative;
	padding-bottom: 140px;
	display: flex;
	justify-content: center;
}

@media (min-width: 240px) and (max-width: 767px) {
    .row-slider .swiper {
        padding-bottom: 130px;
    }
}

.row-slider .swiper-wrapper {
	cursor: pointer;
/*    overflow: hidden;
    width: max-content;*/
    margin-top: -1px;
}

/*@media (min-width: 640px) and (max-width: 1024px) {
    .row-slider .swiper-wrapper {
        margin-right: -48px;
    }
}

@media (min-width: 240px) and (max-width: 640px) {
    .row-slider .swiper-wrapper {
        margin-right: calc(-100% + 60px)
    }
}*/

.row-slider .swiper-slide {
	/*mix-blend-mode: screen;
    background: #fff;*/
	margin-left: -2px;
	/*padding-left: 2px;*/
    position: relative;
}

.row-slider .swiper-scrollbar {
	height: 2px!important;
	width: 68% !important;
	left: auto!important;
	right: auto!important;
	bottom: auto!important;
	top: 327px!important;
	background: linear-gradient(270deg, #FF8A00 -0.05%, #F0B56E 13.97%, #E1E1E1 50.85%, #DFD5A8 74.22%, #DAB200 99.67%);
}

@media (min-width: 240px) and (max-width: 767px) {
	.row-slider .swiper-scrollbar {
		width: 55% !important;
		top: 271px!important;
	}
}

.row-slider .swiper-scrollbar-drag {
	position: relative;
	width: 48px!important;
	height: 48px;
	border-radius: 50%;
	top: -24px;
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23CAAA60'/%3E%3C/svg%3E%0A") center no-repeat #FFFFFF;
	border: 2px solid rgba(202, 170, 96, 0.3);
	transition: background 1s, transform 1s, border 1s;
}

.row-slider .swiper-scrollbar-drag.is-silver{
	transition: background 1s, transform 1s, border 1s;
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23e1e1e0'/%3E%3C/svg%3E%0A") center no-repeat #FFFFFF;
	border: 2px solid rgba(225, 225, 224, 0.3);
}

.row-slider .swiper-scrollbar-drag.is-copper{
	transition: background 1s, transform 1s, border 1s;
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23f39624'/%3E%3C/svg%3E%0A") center no-repeat #FFFFFF;
	border: 2px solid rgba(243, 150, 36, 0.3);
}

.row-slider .swiper-scrollbar-drag div {
	position: absolute;
	bottom: -40px;
	left: calc(-100% - 20px);
	color: rgba(51, 51, 51, 0.4);
	width: max-content;
	text-align: center;
	transition: opacity 1s;
}

.row-slider .swiper-scrollbar-drag.is-silver div {
	left: calc(-100% - 35px);
}

@media (min-width: 240px) and (max-width: 767px) {
	.row-slider .swiper-scrollbar-drag div {
		width: 100px;
		left: -60%;
		bottom: -60px
	}

	.row-slider .swiper-scrollbar-drag.is-silver div {
		left: -70%;
	}
}

.row-slider .swiper-button-prev,
.row-slider .swiper-button-next {
	bottom: 46px;
	top: auto;
	width: 48px;
	height: 48px;
	border: 2px solid #666666;
	border-radius: 50%;
}

.row-slider .swiper-button-prev:after,
.row-slider .swiper-button-next:after {
	display: none;
}

.row-slider .swiper-button-prev {
	left: 130px;
	background: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5H18' stroke='%23666666' stroke-width='2'/%3E%3Cpath d='M6 1L2 5L6 9' stroke='%23666666' stroke-width='2'/%3E%3C/svg%3E%0A") center no-repeat;
}

.row-slider .swiper-button-next {
	right: 130px;
	background: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5L-8.34465e-07 5' stroke='%23666666' stroke-width='2'/%3E%3Cpath d='M12 9L16 5L12 0.999999' stroke='%23666666' stroke-width='2'/%3E%3C/svg%3E%0A") center no-repeat;
}

@media (min-width: 240px) and (max-width: 767px) {
	.row-slider .swiper-button-prev {
		left: 30px;
		bottom: 58px;
	}

	.row-slider .swiper-button-next {
		right: 26px;
		bottom: 58px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.row-slider .swiper-button-prev {
		left: 20px;
	}

	.row-slider .swiper-button-next {
		right: 20px;
	}
}

@media (min-width: 768px)  {
	.row-slider .swiper-button-prev,
	.row-slider .swiper-button-next {
		bottom: 60px
	}
}

/* end slider */
