


@import url("slick.css"); 
@import url("tmkits/tmkits.css"); 


.page-builder-btn-wrap{
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: .8px;
    text-transform: uppercase;
    background: #DD0005;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: background .3s, border .3s, color .3s, padding-right;
    -o-transition: background .3s, border .3s, color .3s, padding-right;
    transition: background .3s, border .3s, color .3s, padding-right;
    position: relative;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    width: fit-content; 
}


.page-builder-btn-wrap a{
        padding: 20px 25px 16px 25px;
}


.page-builder-btn-wrap  .fl-default-button.small-size{
    padding: 14px 13px 11px 17px;
    font-size: 12px;
}


.page-builder-btn-wrap  .fl-default-button.small-size +  .icon-wrap {
    position: relative;
    top: 0px;
    left: -7px;
}

.page-builder-btn-wrap  .fl-default-button.small-size  +  .icon-wrap svg{
    width: 20px !important;
    position: relative;
    top: 2px;
}




.page-builder-btn-wrap  .fl-default-button.large-size{
    padding: 25px 25px 23px 32px;
    font-size: 17px;
}


.page-builder-btn-wrap  .fl-default-button.large-size +  .icon-wrap {
position: relative;
    top: -3px;
    left: -7px;
}

.page-builder-btn-wrap  .fl-default-button.large-size  +  .icon-wrap svg{
    width: 27px !important;
    position: relative;
    top: 4px;
    left: -7px;
}

.page-builder-btn-wrap .icon-wrap{
    margin-left: 0;
    display: flex;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 2px;
    left: -13px;
}

.page-builder-btn-center {
    display: flex;
    justify-content: center;
}

.page-builder-btn-left{
    display: flex;
    justify-content: left;
}

.page-builder-btn-right{
    display: flex;
    justify-content: right;
}



.btn-theme.btn-style2 {
    color: #DD0005;
    text-align: center;
    font-weight: 500;
    letter-spacing: .8px;
    text-transform: uppercase;
    background: #fff;;
    border: 1px solid #DD0005;
    -webkit-transition: background .3s, border .3s, color .3s, padding-right;
    -o-transition: background .3s, border .3s, color .3s, padding-right;
    transition: background .3s, border .3s, color .3s, padding-right;
    position: relative;
    padding: 20px 46px 16px 36px;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    width: fit-content;
}


.btn-theme.btn-style2 span{
     color: #DD0005;  
}


.btn-theme.btn-style2 path{
     stroke: #DD0005;  
}


.btn-theme.btn-style2:hover{
     background: #DD0005; 
     border-color:#DD0005;
}


.btn-theme.btn-style2:hover  span{
     color: #fff !important; 
}

.btn-theme.btn-style2:hover  path{
     stroke: #fff !important;  
}


.btn-theme  {
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: .8px;
    text-transform: uppercase;
    background: #DD0005;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: background .3s, border .3s, color .3s, padding-right;
    -o-transition: background .3s, border .3s, color .3s, padding-right;
    transition: background .3s, border .3s, color .3s, padding-right;
    position: relative;
    padding: 20px 46px 16px 36px;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    width: fit-content;
}

.btn-theme span{
    color: #fff;
}


.btn-theme  b {
    margin-left: 10px;
    position: relative;
    margin-right: -20px;
    top: -1px;
    width: 30px;
}


.btn-theme.btn-single-link {
    padding: 0;
    background: unset;
    border: unset;
    color: #DD0005;
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    background: transparent !important;
}


.btn-theme.btn-single-link span{
        color: #DD0005;
}

.btn-theme.btn-single-link svg path{
    stroke:red;
}

.btn-theme.btn-single-link  b {
    margin-left: -5px;
}




/*Animation*/


@-webkit-keyframes TopBotAnimationImage {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes TopBotAnimationImage {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes LeftRightAnimation {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

    75% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}



@-webkit-keyframes LeftRightAnimation {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

    75% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes LeftRightAnimation {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

    75% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}




.animate-h {

        -webkit-animation: LeftRightAnimation 5s ease-in-out infinite;
    animation: LeftRightAnimation 5s ease-in-out infinite;
}


.animate-v {
   -webkit-animation: TopBotAnimationImage 3s ease-in-out infinite;
    animation: TopBotAnimationImage 3s ease-in-out infinite;
}




/*Blog Box*/



.articles__posts {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}


@media(min-width: 768px) {



.articles-card.articles-card-style2{
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
    gap: 30px;

}


.articles-card.articles-card-style2 .articles-card__poster {
    max-width: 480px;
}
    
}



.posts_per_column-1 {
    -ms-grid-columns: 1fr ;
    grid-template-columns: 1fr;
}
.posts_per_column-2 {
    -ms-grid-columns: 1fr 1fr ;
    grid-template-columns: 1fr 1fr;
}
.posts_per_column-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
.posts_per_column-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.posts_per_column-5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.posts_per_column-6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}


@media(max-width: 1050px) {

	.articles__posts {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}
}

@media(max-width: 650px) {
		.articles__posts {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}
}



.articles-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	z-index: 8;
}

.articles-card__poster {
	border-radius: 4px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 45px
}





.articles-card__poster:hover .articles-card__img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.articles-card__img {
    width: 100%;
    height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.articles-card__title,
.articles-card__title a {
	color: #222;

	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	font-size: 24px;
	line-height: 31px;
	margin-bottom: 15px;
}


.articles-card__title:hover a {
	color: #DD0005;
}

@media(max-width: 1290px) {
	.articles-card__title {
		font-size: calc(20px + 2 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.articles-card__title {
		line-height: calc(24px + 2 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.articles-card__title {
		margin-bottom: calc(10px + 5 * ((100vw - 375px) / 915))
	}
}

.articles-card__title:hover {
	color: #DD0005
}

.articles-card__text {
	color: #777;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px
}

@media(max-width: 1290px) {
	.articles-card__text {
		font-size: calc(14px + 2 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.articles-card__text {
		line-height: calc(24px + 4 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.articles-card__text {
		margin-bottom: calc(20px + 15 * ((100vw - 375px) / 915))
	}
}

.articles-card__link {
	padding: 0;
	background: unset;
	border: unset;
	color: #DD0005;
	text-decoration: underline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	background: transparent !important;
}


.articles-card__link:hover{
    opacity: 0.9;
}


.articles-card__link b {
	margin-left: -5px;
	position: relative;
	margin-right: 0px;
	top: -1px;
}

.articles-card__link:hover {
	color: #222;
}

@media(max-width: 1290px) {
	.articles-card__link {
		gap: calc(10px + 2 * ((100vw - 375px) / 915))
	}
}

.articles-card__link span:nth-child(2) {
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset;
	position: unset
}

.articles-card__link:hover {
	background: unset;
	border: unset;
	color: #DD0005;
	text-decoration: unset
}

.articles-card-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 22px;
	margin-bottom: 25px
}

@media(max-width: 1290px) {
	.articles-card-info {
		gap: calc(15px + 7 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.articles-card-info {
		margin-bottom: calc(15px + 10 * ((100vw - 375px) / 915))
	}
}

.articles-card-info__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px
}

@media(max-width: 1290px) {
	.articles-card-info__box {
		gap: calc(10px + 2 * ((100vw - 375px) / 915))
	}
}

.articles-card-info__box svg {
	width: 16px;
	height: 16px
}

.articles-card-info__box-text {
	color: #777;
	font-size: 13px;
	line-height: 19px
}


.articles-card-info__box-text strong {
	font-size: 34px;
}



/*Custom Title*/



.titling__title {
    font-size: 34px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.titling__suptext {
    font-weight: 500;
    color: #DD0005;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.titling__text {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 0;
    padding-top: 5px;
}




/*Testimonial Slider*/


@media(max-width: 1290px) {
	.rcslide {
		padding-top: calc(60px + 50 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.rcslide {
		margin-bottom: calc(240px + 40 * ((100vw - 375px) / 915))
	}
}

.rcslide__inner {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media(max-width: 1290px) {
	.rcslide__inner {
		gap: calc(40px + 40 * ((100vw - 375px) / 915))
	}
}

.rcslide .titling {
	max-width: 490px;
	min-width: 490px;
	padding-bottom: 60px;
}

.rcslide .titling__text {
    margin-bottom: 0;
    padding-bottom: 25px;
}

@media(max-width: 1290px) {
	.rcslide .titling__text {
		margin-bottom: calc(30px + 15 * ((100vw - 375px) / 915))
	}
}

.rcslide-swiper,
.swiper {
	padding-bottom: 70px
}


.rcslide-swiper .swiper-pagination {
	bottom: 0 !important
}

html .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #d7d7d7;
	margin-left: 5px !important;
	margin-right: 5px !important;
	opacity: 1;
	border-radius: unset;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s
}

html .swiper-pagination-bullet-active {
	background: #DD0005;
    min-width: 20px;
} 

.rcslide-slide:hover {
	border-top-color: #222;
}

.rcslide-slide {
	border-radius: 4px;
	border: 1px solid #ddd;
	border-top: 3px solid #ddd;
	background: #fff;
	-webkit-transition: border .3s;
	-o-transition: border .3s;
	transition: border .3s
}


.rcslide-slide__inner {
	padding-top: 62px;
	padding-right: 48px;
	padding-bottom: 58px;
	padding-left: 48px
}

@media(max-width: 1290px) {
	.rcslide-slide__inner {
		padding-top: calc(25px + 37 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.rcslide-slide__inner {
		padding-right: calc(15px + 33 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.rcslide-slide__inner {
		padding-bottom: calc(25px + 33 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.rcslide-slide__inner {
		padding-left: calc(15px + 33 * ((100vw - 375px) / 915))
	}
}

.rcslide-slide__text {
	color: #777;
	max-width: 375px;
	font-size: 16px;
	line-height: 28px
}

@media(max-width: 1290px) {
	.rcslide-slide__text {
		font-size: calc(14px + 2 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.rcslide-slide__text {
		line-height: calc(26px + 2 * ((100vw - 375px) / 915))
	}
}

.rcslide-slide-top {
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: ;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media(max-width: 1290px) {
	.rcslide-slide-top {
		margin-bottom: calc(20px + 10 * ((100vw - 375px) / 915))
	}
}

.rcslide-slide-top-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px
}

@media(max-width: 1290px) {
	.rcslide-slide-top-box {
		gap: calc(15px + 5 * ((100vw - 375px) / 915))
	}
}

.rcslide-slide-top-box__img {
	border-radius: 100%;
	overflow: hidden;
	width: 60px;
	height: 60px;
}




.rcslide-slide-top-box__img-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.rcslide-slide-top-box__column-name {
	color: #222;
    text-align: left;
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 22px;
}

@media(max-width: 1290px) {
	.rcslide-slide-top-box__column-name {
		font-size: calc(16px + 4 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.rcslide-slide-top-box__column-name {
		line-height: calc(18px + 4 * ((100vw - 375px) / 915))
	}
}

.rcslide-slide-top-box__column-text {
    color: #777;
    font-size: 13px;
    line-height: 19px;
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
    padding-bottom: 10px !important; 
}



@media(max-width: 1650px) {
	.rcslide__inner {
		margin-left: auto;
		margin-right: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0px
	}
}

@media(max-width: 1650px)and (max-width: 1290px) {
	.rcslide__inner {
		gap: calc(40px + 40 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1650px) {
	.rcslide-swiper {
		width: 100%
	}
}

@media(max-width: 1650px) {
	.rcslide .titling {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}
}

@media(max-width: 1650px) {
	.rcslide-slide__inner {
		padding-top: 35px;
		padding-right: 25px;
		padding-bottom: 35px;
		padding-left: 25px
	}
}

@media(max-width: 1650px)and (max-width: 1290px) {
	.rcslide-slide__inner {
		padding-top: calc(25px + 10 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1650px)and (max-width: 1290px) {
	.rcslide-slide__inner {
		padding-right: calc(15px + 10 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1650px)and (max-width: 1290px) {
	.rcslide-slide__inner {
		padding-bottom: calc(25px + 10 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1650px)and (max-width: 1290px) {
	.rcslide-slide__inner {
		padding-left: calc(15px + 10 * ((100vw - 375px) / 915))
	}
}



.stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
    fill: #ddd;
}




[data-rcslide-style='3'] .rcslide-slide {
	border: 0;
}


[data-rcslide-style='3'] .rcslide-slide-top-box__column-text {
	margin-bottom: 10px;
}



.stars path{
    fill: #ddd;
}

.stars-rate-1 svg:nth-of-type(1) path {
      fill: orange;
}
.stars-rate-2 svg:nth-of-type(1) path ,
.stars-rate-2 svg:nth-of-type(2) path{
      fill: orange;
}
.stars-rate-3 svg:nth-of-type(1) path ,
.stars-rate-3 svg:nth-of-type(2) path,
.stars-rate-3 svg:nth-of-type(3) path{
      fill: orange;
}
.stars-rate-4 svg:nth-of-type(1) path ,
.stars-rate-4 svg:nth-of-type(2) path,
.stars-rate-4 svg:nth-of-type(3) path,
.stars-rate-4 svg:nth-of-type(4) path{
      fill: orange;
}

.stars-rate-5 svg:nth-of-type(1) path ,
.stars-rate-5 svg:nth-of-type(2) path,
.stars-rate-5 svg:nth-of-type(3) path,
.stars-rate-5 svg:nth-of-type(4) path,
.stars-rate-5 svg:nth-of-type(5) path,{
      fill: orange;
}



.testimonials_style_two .rcs-slide__text {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    background: rgba(255, 255, 255, 0.2);
    padding: 40px;
    border-radius: 0;
    position: relative;
    border: 0;
}


.testimonials_style_two .swiper-wrapper .rcs-swiper__slide{
display: flex;
    flex-wrap: wrap;
    gap: 40px !important;
    
}


.testimonials_style_two  .rcs-slide__text:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, 0.2);
    top: -10px;
    position: absolute;
}


html .testimonials_style_two .rcs-slide-box {
    padding-left: 7px;
}


html  .rcs-slide-box__column-subtext {
    margin-bottom: 5px !important;
}

.testimonials_style_one .rcs-slide-top__box-subtext{
       margin-bottom: 2px !important; 
}


html .testimonials_style_two .swiper-wrapper {
    padding-top: 0;
}




@media (max-width: 1920px) {
	 .testimonials_style_one .rcs {
		 padding-top: calc(40px + 80 * ((100vw - 360px) / 1560));
	}
}
 @media (max-width: 1920px) {
	 .testimonials_style_one .rcs {
		 padding-bottom: calc(40px + 80 * ((100vw - 360px) / 1560));
	}
}
 .testimonials_style_one .rcs__inner {
	 max-width: 1360px;
	 margin-left: auto;
	 margin-right: auto;
}
 .testimonials_style_one .rcs__box {
	 margin-bottom: 80px;
	 margin-left: auto;
	 margin-right: auto;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -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;
	 max-width: 500px;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 text-align: center;
}
 @media (max-width: 1920px) {
	 .testimonials_style_one .rcs__box {
		 margin-bottom: calc(30px + 50 * ((100vw - 360px) / 1560));
	}
}
 .testimonials_style_one .rcs .swiper {
	 padding-bottom: 85px;
}
 @media (max-width: 1920px) {
	 .testimonials_style_one .rcs .swiper {
		 padding-bottom: calc(50px + 35 * ((100vw - 360px) / 1560));
	}
}
 .testimonials_style_one .rcs__swiper .swiper-pagination-bullet {
	 opacity: 1 !important;
	 background: #d9d9d9;
	 width: 15px;
	 margin: 0 !important;
	 height: 6px;
	 border-radius: 0;
	 -webkit-transition: background 0.3s;
	 -o-transition: background 0.3s;
	 transition: background 0.3s;
}
 .testimonials_style_one .rcs__swiper .swiper-pagination-bullet:hover {
	 background: #490083;
}
 .testimonials_style_one .rcs__swiper .swiper-pagination {
	 gap: 10px;
	 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;
}
 .testimonials_style_one .rcs__swiper .swiper-pagination-bullet-active {
	 width: 30px;
	 background: #490083;
}
 .testimonials_style_one .rcs__swiper .swiper-slide-active {
	 -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, .1);
	 box-shadow: 10px 10px 50px rgba(0, 0, 0, .1);
}
 .testimonials_style_one .rcs-slide {
	 background: #fff;
	 padding-top: 45px;
	 padding-bottom: 45px;
	 padding-right: 45px;
	 padding-left: 45px;
}
 @media (max-width: 1920px) {
	 .testimonials_style_one .rcs-slide {
		 padding-top: calc(30px + 15 * ((100vw - 360px) / 1560));
	}
}
 @media (max-width: 1920px) {
	 .testimonials_style_one .rcs-slide {
		 padding-bottom: calc(30px + 15 * ((100vw - 360px) / 1560));
	}
}
 @media (max-width: 1920px) {
	 .testimonials_style_one .rcs-slide {
		 padding-right: calc(15px + 30 * ((100vw - 360px) / 1560));
	}
}
 @media (max-width: 1920px) {
	 .testimonials_style_one .rcs-slide {
		 padding-left: calc(15px + 30 * ((100vw - 360px) / 1560));
	}
}
 .testimonials_style_one .rcs-slide__text {
	 font-weight: 300;
	 font-size: 16px;
	 line-height: 30px;
	 letter-spacing: 0.01em;
	 color: #515151;
	 max-width: 300px;
}
 @media (max-width: 1920px) {
	 .testimonials_style_one .rcs-slide__text {
		 font-size: calc(14px + 2 * ((100vw - 360px) / 1560));
	}
}
 @media (max-width: 1920px) {
	 .testimonials_style_one .rcs-slide__text {
		 line-height: calc(20px + 10 * ((100vw - 360px) / 1560));
	}
}
 .testimonials_style_one .rcs-slide-top {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 gap: 20px;
	 padding-bottom: 35px;
	 margin-bottom: 35px;
	 border-bottom: 1px solid rgba(217, 217, 217, .5);
}
 @media (max-width: 1920px) {
	 .testimonials_style_one .rcs-slide-top {
		 padding-bottom: calc(20px + 15 * ((100vw - 360px) / 1560));
	}
}
 @media (max-width: 1920px) {
	 .testimonials_style_one .rcs-slide-top {
		 margin-bottom: calc(20px + 15 * ((100vw - 360px) / 1560));
	}
}
 .testimonials_style_one .rcs-slide-top__img {
	 width: 80px;
	 height: 80px;
	 max-width: 80px;
	 max-height: 80px;
}
 .testimonials_style_one .rcs-slide-top__img-image {
	 width: 100%;
	 height: 100%;
	 -o-object-fit: cover;
	 object-fit: cover;
	 border-radius: 100%;
}
 .testimonials_style_one .rcs-slide-top__box {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 gap: 2px;
}
 .testimonials_style_one .rcs-slide-top__box-text {
	 font-weight: 600;
	 font-size: 18px;
	 line-height: 28px;
	 letter-spacing: -0.01em;
	 text-transform: capitalize;
	 color: #202020;
}
 @media (max-width: 1920px) {
	 .testimonials_style_one .rcs-slide-top__box-text {
		 font-size: calc(16px + 2 * ((100vw - 360px) / 1560));
	}
}
 @media (max-width: 1920px) {
	 .testimonials_style_one .rcs-slide-top__box-text {
		 line-height: calc(26px + 2 * ((100vw - 360px) / 1560));
	}
}
 .testimonials_style_one .rcs-slide-top__box-subtext {
	 font-weight: 500;
	 font-size: 14px;
	 line-height: 26px;
	 letter-spacing: -0.01em;
	 color: #515151;
}
 .testimonials_style_two .rcs {
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center;
}
 @media (max-width: 1720px) {
	 .testimonials_style_two .rcs {
		 padding-top: calc(40px + 80 * ((100vw - 360px) / 1360));
	}
}
 @media (max-width: 1720px) {
	 .testimonials_style_two .rcs {
		 padding-bottom: calc(40px + 80 * ((100vw - 360px) / 1360));
	}
}
 .testimonials_style_two .rcs .container {
	 max-width: 1195px;
}
 .testimonials_style_two .rcs-top {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: end;
	 -ms-flex-align: end;
	 align-items: flex-end;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 margin-bottom: 70px;
	 gap: 50px;
}
 @media (max-width: 1720px) {
	 .testimonials_style_two .rcs-top {
		 margin-bottom: calc(50px + 20 * ((100vw - 360px) / 1360));
	}
}
 .testimonials_style_two .rcs-top__heading {
	 max-width: 500px;
}
 .testimonials_style_two .rcs-top .heading__title {
	 color: #fff;
}
 .testimonials_style_two .rcs-top__buttons {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 gap: 15px;
	 position: absolute;
	 right: 0;
	 top: 0;
}
 .testimonials_style_two .swiper-wrapper {
	 padding-top: 120px;
}
 .testimonials_style_two .rcs-top__buttons-prev {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 border: 1px solid #fff;
	 cursor: pointer;
	 -webkit-transition: background 0.3s;
	 -o-transition: background 0.3s;
	 transition: background 0.3s;
	 width: 52px;
	 height: 52px;
	 background: rgba(0, 0, 0, 0);
}
 .testimonials_style_two .rcs-top__buttons-prev svg {
	 -webkit-transform: rotate(180deg);
	 -ms-transform: rotate(180deg);
	 transform: rotate(180deg);
}
 .testimonials_style_two .rcs-top__buttons-prev:hover {
	 background: #ed2222;
	 border: 1px solid #ed2222;
}
 @media (max-width: 1720px) {
	 .testimonials_style_two .rcs-top__buttons-prev {
		 width: calc(40px + 12 * ((100vw - 360px) / 1360));
	}
}
 @media (max-width: 1720px) {
	 .testimonials_style_two .rcs-top__buttons-prev {
		 height: calc(40px + 12 * ((100vw - 360px) / 1360));
	}
}
 .testimonials_style_two .rcs-top__buttons-next {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 width: 52px;
	 height: 52px;
	 border: 1px solid #fff;
	 background: rgba(0, 0, 0, 0);
	 cursor: pointer;
	 -webkit-transition: background 0.3s, border 0.3s;
	 -o-transition: background 0.3s, border 0.3s;
	 transition: background 0.3s, border 0.3s;
}
 @media (max-width: 1720px) {
	 .testimonials_style_two .rcs-top__buttons-next {
		 width: calc(40px + 12 * ((100vw - 360px) / 1360));
	}
}
 @media (max-width: 1720px) {
	 .testimonials_style_two .rcs-top__buttons-next {
		 height: calc(40px + 12 * ((100vw - 360px) / 1360));
	}
}
 .testimonials_style_two .rcs-top__buttons-next:hover {
	 background: #ed2222;
	 border: 1px solid #ed2222;
}
 .testimonials_style_two .rcs__swiper {
	 padding-bottom: 75px;
}
 @media (max-width: 1720px) {
	 .testimonials_style_two .rcs__swiper {
		 padding-bottom: calc(40px + 35 * ((100vw - 360px) / 1360));
	}
}
 .testimonials_style_two .rcs__swiper .swiper-pagination {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 gap: 10px;
	 bottom: 0;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 .testimonials_style_two .rcs__swiper .swiper-pagination-bullet {
	 opacity: 1;
	 background: rgba(217, 217, 217, .3);
	 width: 15px;
	 height: 6px;
	 border-radius: unset;
	 -webkit-transition: background 0.3s, width 0.3s;
	 -o-transition: background 0.3s, width 0.3s;
	 transition: background 0.3s, width 0.3s;
	 margin-left: 0 !important;
	 margin-right: 0 !important;
}
 .testimonials_style_two .rcs__swiper .swiper-pagination-bullet:hover {
	 background: #ed2222;
}
 .testimonials_style_two .rcs__swiper .swiper-pagination-bullet-active {
	 width: 30px;
	 background: #ed2222;
}
 .testimonials_style_two .rcs-slide {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 gap: 110px;
}
 @media (max-width: 1720px) {
	 .testimonials_style_two .rcs-slide {
		 gap: calc(20px + 90 * ((100vw - 360px) / 1360));
	}
}
 .testimonials_style_two .rcs-slide__text {
	 padding: 15px 0 15px 80px;
	 padding-left: 80px;
	 color: #fff;
	 font-size: 14px;
	 font-weight: 500;
	 line-height: 26px;
	 letter-spacing: -0.14px;
	 max-width: 790px;
	 border-left: 1px solid #fff;
}
 @media (max-width: 1720px) {
	 .testimonials_style_two .rcs-slide__text {
		 padding-left: calc(20px + 60 * ((100vw - 360px) / 1360));
	}
}
 .testimonials_style_two .rcs-slide-box {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 gap: 30px;
	 gap: 30px;
}
 @media (max-width: 1720px) {
	 .testimonials_style_two .rcs-slide-box {
		 gap: calc(15px + 15 * ((100vw - 360px) / 1360));
	}
}
 .testimonials_style_two .rcs-slide-box__img {
	 width: 80px;
	 height: 80px;
	 min-width: 80px;
	 min-height: 80px;
}
 @media (max-width: 1720px) {
	 .testimonials_style_two .rcs-slide-box__img {
		 width: calc(60px + 20 * ((100vw - 360px) / 1360));
	}
}
 @media (max-width: 1720px) {
	 .testimonials_style_two .rcs-slide-box__img {
		 height: calc(60px + 20 * ((100vw - 360px) / 1360));
	}
}
 @media (max-width: 1720px) {
	 .testimonials_style_two .rcs-slide-box__img {
		 min-width: calc(60px + 20 * ((100vw - 360px) / 1360));
	}
}
 @media (max-width: 1720px) {
	 .testimonials_style_two .rcs-slide-box__img {
		 min-height: calc(60px + 20 * ((100vw - 360px) / 1360));
	}
}
 .testimonials_style_two .rcs-slide-box__img-image {
	 width: 100%;
	 height: 100%;
}
 .testimonials_style_two .rcs-slide-box__column-text {
	 margin-bottom: 2px;
	 color: #fff;
	 font-size: 18px;
	 font-weight: 600;
	 line-height: 28px;
	 letter-spacing: -0.18px;
	 text-transform: capitalize;
}
 .testimonials_style_two .rcs-slide-box__column-subtext {
	 margin-bottom: 2px;
	 color: #fff;
	 font-size: 14px;
	 font-weight: 500;
	 line-height: 26px;
	 letter-spacing: -0.14px;
}
 @media (max-width: 500px) {
	 .testimonials_style_two .rcs-slide {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 -webkit-box-align: start;
		 -ms-flex-align: start;
		 align-items: flex-start;
	}
	 .testimonials_style_two .rcs-top__buttons {
		 display: none;
	}
}
 .elementor-widget-templines-testimonial-slider .rcs-slide-box__column-text, .elementor-widget-templines-testimonial-slider .rcs-slide-box__column-subtext, .elementor-widget-templines-testimonial-slider .rcs-slide__text {
	 margin: 0;
}
 @media (max-width: 850px) {
	 .elementor-widget-templines-testimonial-slider .testimonials_style_two .rcs-slide {
		 flex-wrap: wrap;
		 justify-content: center;
	}
	 .elementor-widget-templines-testimonial-slider .testimonials_style_two .rcs-slide__text {
		 border-left: 0px;
		 text-align: center !important;
		 padding-left: 0 !important;
	}
	 .elementor-widget-templines-testimonial-slider .testimonials_style_two .rcs-top__buttons {
		 display: none;
	}
	 .elementor-widget-templines-testimonial-slider .testimonials_style_two .rcs-slide-box {
		 text-align: center;
		 margin: 0 auto;
		 width: fit-content;
		 justify-content: center;
	}
}


 


.box_review {
	-webkit-box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .1);
	padding: 40px;
	background: #fff;
	text-align: center;
	width: 330px;
}


.box_review  img{
    max-width: 100%;
    height: auto;
}


.box_review img {
    max-width: 215px !important;
    height: auto !important;
    margin: 12px !important;
}


.box_review  {
    color: #222;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
    position: relative;
    z-index: 6;
    font-weight: normal;
}

.review__link_btn {
	padding: 0;
	background: unset;
	border: unset;
    color: #DD0005;
	text-decoration: underline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	align-content: center;
	justify-content: space-around;
	border: 0 !important;
	font-size: 13px;
	background: none !important;
	text-align: center;
	margin: 0 auto;
}

.review__link_btn  p  a{
    	color: #DD0005;
    	font-size: 13px; 
}

.review__link_btn:hover a{
	text-decoration: underline;
}



/*ICON BOX*/



.box-ico-1 {
	display: grid;
	grid-column-gap: 40px;
	align-items: center;
	margin: 0 auto;
	position: relative;
	padding: 50px;
	padding-top: 80px;
}


@media (min-width: 1000px) {

.box-ico-col2{
    	display: grid;
    	grid-template-columns: repeat(2, 1fr);
}
.box-ico-col3{
    	display: grid;
    	grid-template-columns: repeat(3, 1fr); 
}
.box-ico-col4{
    	display: grid;
    	grid-template-columns: repeat(4, 1fr);
}
.box-ico-col5{
    	display: grid;
    	grid-template-columns: repeat(5, 1fr);
}
    
}


@media (max-width: 1200px) {

	.box-ico-1 {
		grid-template-columns: repeat(2, 1fr);
	}

	html .box-ico-1_title {
		font-size: 19px;
		max-width: 100%;
	}


	html .box-ico-1_iteam {
		margin-bottom: 35px;
	}


}

@media (max-width: 760px) {

	.box-ico-1 {
		grid-template-columns: repeat(1, 1fr);
	}


}


.box-ico-1_iteam{
    max-width: 350px;
}


.box-ico-1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 290px;
	z-index: 3;
	background-color: #F5F5F5;
}

.box-ico-1 .box-ico-1_ico-nmbr {
    position: absolute; 
    right: 30px;
    top: 20px;
    color: #222;
    font-size: 90px;
    opacity: 0.1; 
    font-weight: 600;
}

.box-ico-1  .box-ico-1_iteam {
	border: 1px solid #eee;
	padding: 35px;
	-webkit-box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .05);
	box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .05);
	position: relative;
	z-index: 5;
	background: #fff;
	transition: 0.3s;
}




.box-ico-1  .box-ico-1_iteam:hover {
	-webkit-filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.1));
}

.box-ico-1  .box-ico-1_title {
	color: #222;
	font-weight: 600;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	font-size: 22px;
	line-height: 31px;
	margin-bottom: 5px;
	text-transform: capitalize;
	max-width: 80%;
	display: inline-block;
	padding-top: 15px;
}

.box-ico-1  .box-ico-1_iteam p {
	color: #777;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
}

.box-ico-1  .box-ico-1_img {
	width: 100px;
}

.box-ico-1_img svg,
.box-ico-1_img img {
	max-width: 100%;
	height: auto;
}


.box-ico-2 .box-ico-1_ico-nmbr{
   background-color: #EEAE1C;
    padding: 10px;
    font-size: 12px !important;
    line-height: 20px;
    color: #fff;
    text-align: center;
    min-width: 75px;
    display: inline-block;
    position: absolute;
    top: -20px;
    opacity: 1 !important;
    height: auto !important;
    bottom: auto !important;
    font-weight: normal !important;   
}


.box-ico-2  .box-ico-wrap{
    display: flex;
    position: relative;
    justify-content: center;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .10);
    box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .10);
    margin: 0 auto;
    padding-top: 35px;
    margin-bottom: 20px;
    width: 137px;
    height: 125px;
    align-items: center;
}

.box-ico-2  .box-ico-1_img{

    display: inline-block;
}

.box-ico-2  .box-ico-1_title{
    font-weight: 600;
    font-size: 24px;
    color: #222;
    text-transform: capitalize;
}


.box-ico-2 .box-ico-1_iteam {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    max-width: 320px;
    margin: 25px auto 0 auto;
    position: relative;
    min-width: 320px;
    z-index: 7;
    padding-bottom: 25px;
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0; 
}


.box-ico-2  svg{
    max-width: 60px;
    height: 60px;
}



/*Steps List*/

.arrow-steps{
    position: absolute;
    right: -30%;
    z-index: 9;
    top: 29px;
}


.arrow-steps svg{
    width: 120px;
    height: 20px;
}


.arrow-steps svg path{
             fill: #CCCCCC;
}

@media (max-width: 1200px) {
.arrow-steps{
    display: none;
}  
    
}

.box-ico-2{
    position: relative;
}

.box-ico-2:after{
    content: "";
    display: inline-block;
    background-color: #f7f7f7;
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 217px;
    left: 0;
    z-index: 2;
}


.box-ico-2 .box-ico-1_iteam:last-child .arrow-steps{
    display: none;
}



.box-steps-4 {
	background-color: #F5F5F5;
	padding: 50px;
}

@media (min-width: 900px) {
	.box-steps-4 {

		display: flex;
		gap: 50px;
	}
}


.box-steps-4_innner {
	max-width: 35%;
}

@media (max-width: 900px) {

	.box-steps-4_innner {
		max-width: 100%;
		padding-bottom: 20px;
	}

}

.box-steps-4_innner_last {
	width: 100%;
	display: inline-block;
}


.box-steps-4_innner_last_wrap {
	width: 100%;
	display: flex;
	gap: 35px;
	justify-content: space-around;
}

.box-steps-4_innner_icon {
	text-align: center;
}


@media (max-width: 600px) {
	.box-steps-4_innner_last_wrap {
		width: 100%;
		display: flex;
		gap: 35px;
		justify-content: space-around;
		flex-wrap: wrap;
	}
}


.box-steps-4_innner_icon h4 {
    font-size: 16px;
    padding: 0;
    max-width: 185px;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
}


.box-steps-4_innner_icon p {
    font-size: 16px;
    max-width: 185px;
    padding: 0 !important;
    margin: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}


.box-steps-4_innner_last h5 {
font-size: 22px;
    padding-top: 35px;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
    color: #222;
}


.box-steps-4_innner_last h5 svg {
	margin-right: 15px;
	max-width: 26px;
	position: relative;
	top: -3px;
}


.box-steps-4_innner_icon svg {
	margin-bottom: 20px;
	background: #fff;
	padding: 27px;
	width: 100px;
	height: 100px;
}

.box-steps-4_innner h4 {
    font-size: 29px;
    text-transform: capitalize;
    font-weight: 600;
    color: #222;
}

.box-steps-4_innner p {
	font-size: 18px;
	line-height: 1.7;
}





/*VIDEO BUTTON style 2*/



.section-video-btn-img{
    position: relative;
}

.section-video-btn-img  .section-top-body-bottom__view{
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 100%;
    text-align: center;
}

.box-btn-style-top.section-video-btn-img  .section-top-body-bottom__view{
      top: 0;  
}
.box-btn-style-bottom.section-video-btn-img  .section-top-body-bottom__view{
      bottom: 0;  
}
.box-btn-style-left.section-video-btn-img  .section-top-body-bottom__view{
text-align: left;
    display: flex;
    justify-content: flex-start;
    margin-left: -50px;
}
.box-btn-style-right.section-video-btn-img  .section-top-body-bottom__view{
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-right: -75px;
    position: absolute;
    right: 0;
}

.section-video-btn-img{
    cursor: pointer;
}


.fl-video-iframe {
    width: 90px;
    height: 90px;
    text-align: center;
    white-space: nowrap;
    display: block;
    margin: -45px 0 0 -45px;
    text-align: center;
    padding: 31px;
    border-radius: 100px;
    font-size: 22px;
    font-weight: normal;
    text-decoration: none !important;
    color: #ffffff;
    transition: all 300ms ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 21px;
}


/*TABS INFO*/

.brands__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 40px
}

@media(max-width: 1290px) {
	.brands__inner {
		gap: calc(15px + 60 * ((100vw - 375px) / 915))
	}
}

.brands__wrapper {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.brands__bg {
	position: absolute;
	z-index: 0
}

.brands__bg--first {
	left: -140px;
	top: 65px
}

.brands__bg--second {
	top: -212px;
	right: -315px
}

.brands-body {
	position: relative;
	z-index: 1
}

.brands-body .titling {
	margin-bottom: 30px
}

@media(max-width: 1290px) {
	.brands-body .titling {
		margin-bottom: calc(40px + 25 * ((100vw - 375px) / 915))
	}
}


.brands-choose {
	display: -ms-grid !important;
	display: grid !important;
	-ms-grid-columns: 150px 150px 150px;
	grid-template-columns: 150px 150px 150px;
	gap: 20px
}




.brands-choose-item{
    list-style: none;
    margin: 0 !important;
}

@media(max-width: 1290px) {
	.brands-choose {
		gap: calc(15px + 5 * ((100vw - 375px) / 915))
	}
    .brands-choose-item{
    margin-bottom: 10px !important;
}
}

.brands-choose-item a{
	border-radius: 4px;
	background: #f7f7f7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	height: 150px;
	cursor: pointer
}


.brands-choose-item a.active{
    background-color: black;
}

@media(max-width: 1290px) {
	.brands-choose-item {
		height: calc(125px + 25 * ((100vw - 375px) / 915))
	}
}

.brands-choose-nav__link.active svg path{
    fill: #fff !important;
}

.brands-choose-item:hover a{
	background: #222
}

.brands-choose-item svg g{
    opacity: 1 !important;
}

.brands-choose-item:hover svg g {
	opacity: 1
}

.brands-choose-item:hover svg g path {
	fill: #fff
}



.brands-choose-item--active svg g {
	opacity: 1
}

.brands-choose-item--active svg g path {
	fill: #fff
}

.brands-content {
	width: 100%;
	display: none
}

.brands-content__inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 50px
}


@media (max-width: 650px) {
    
    
    .brands-content__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        flex-direction: column-reverse;
    }
    
       html  .brands-content-info {
        max-width: 100%;
    }
}

@media(max-width: 1290px) {
	.brands-content__inner {
		gap: calc(25px + 25 * ((100vw - 375px) / 915))
	}
}

.brands-content--active {
	display: block
}

.brands-content-info {
	padding-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.brands-content-info__title {
    color: #222;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 31px;
    margin-bottom: 15px;
    letter-spacing: 0.7px;
}


.brands-choose-nav__link.nav-link{
    padding: 0 !important;
}


.brands-choose-nav__link svg {
    width: 80px;
    height: 80px;
}

.brands-choose-nav__link svg path{
    fill:#ddd;
}


.brands-choose-nav__link .active svg path{
    fill:#fff;
}

@media(max-width: 1290px) {
	.brands-content-info__title {
		font-size: calc(20px + 2 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.brands-content-info__title {
		line-height: calc(22px + 2 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.brands-content-info__title {
		margin-bottom: calc(10px + 5 * ((100vw - 375px) / 915))
	}
}

.brands-content-info__text {
    color: #777;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 25px 0 !important;
}

@media(max-width: 1290px) {
	.brands-content-info__text {
		font-size: calc(14px + 2 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.brands-content-info__text {
		line-height: calc(26px + 2 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.brands-content-info__text {
		margin-bottom: calc(25px + 15 * ((100vw - 375px) / 915))
	}
}


@media(max-width: 1050px) {
	html .brands-choose {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr
	}
    
}


@media(max-width: 800px) {
	html .brands-choose {
		-ms-grid-columns:  1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
    
}



@media(max-width: 650px) {
	html .brands-choose {
		-ms-grid-columns:  1fr;
		grid-template-columns: 1fr
	}
    
}


@media(max-width: 1300px) {
	.brands__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.brands-choose {
		-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.brands-body {
		width: 100%
	}

	.brands-content-info {
		max-width: 50%
	}

	.brands .picture {
		width: 50%
	}

	.brands .picture__img {
		width: 100%
	}

	.brands-body__titling {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.types__inner {
		gap: 100px
	}
    
   html  .types__inner {
    -ms-grid-columns: 400px 1fr;
    grid-template-columns: 400px 1fr;

}
    
  
    
}

@media (max-width: 1200px) {

   html  .types-item__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 10px;

}
    
}
  


@media (max-width: 900px) {
    
       html  .types .titling {
        height: unset;
        position: unset;
    }


   html  .types__inner {
    -ms-grid-columns:  1fr;
    grid-template-columns: 1fr;

}
    
}



.picture {
	position: relative
}

.b-services__main .picture::after {
	content: "";
	width: 268px;
	height: 216px;
	position: absolute;
	right: -100px;
	top: -100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/brands-bg-3.png);
	z-index: -1;
      -webkit-animation: LeftRightAnimation 5s ease-in-out infinite;
    animation: LeftRightAnimation 5s ease-in-out infinite;
}



@media(max-width: 14400px) {
 .b-services__main .picture::after {
     display: none;
    }
    
}



.brands__inner::before {
    content: "";
    width: 110px;
    height: 84px;
    position: absolute;
    left: -170px;
    top: -13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/brands-bg-1.png);
    z-index: -1;
    -webkit-animation: TopBotAnimationImage 3s ease-in-out infinite;
    animation: TopBotAnimationImage 3s ease-in-out infinite;
}



.picture__img {
	width: 335px;
	border-radius: 4px;
	position: relative;
	height: 320px
}

@media(max-width: 1290px) {
	.picture__img {
		height: calc(240px + 80 * ((100vw - 375px) / 915))
	}
}

.picture__img::before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0;
    width: 5px;
    height: 35%;
    border-radius: 30px;
    background: #eee;
}

.picture__img::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 5px;
	width:  45%;;
	border-radius: 30px;
	background: #eee
}

.brands__content .picture__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px
}


@media(max-width: 1290px) {
	.types {
		padding-top: calc(60px + 50 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.types {
		padding-bottom: calc(60px + 50 * ((100vw - 375px) / 915))
	}
}

.types__inner {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 490px 1fr;
	grid-template-columns: 490px 1fr;
	gap: 140px;
	height: unset
}

.types__bg {
	position: absolute;
	left: 0;
	bottom: 0
}

.types .titling__text {
	margin-bottom: 25px;
	padding-bottom: 0;
}


@media(max-width: 1290px) {
	.types .titling__text {
		margin-bottom: calc(30px + 15 * ((100vw - 375px) / 915))
	}
}

.types .titling {
    position: sticky;
    z-index: 1;
    height: 350px;
    top: 150px;
}

.types-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 70px
}

@media(max-width: 1290px) {
	.types-body {
		gap: calc(30px + 40 * ((100vw - 375px) / 915))
	}
}

.types-item__img {
	margin-bottom: 38px;
	-webkit-filter: drop-shadow(2px 8px 15px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(2px 8px 15px rgba(0, 0, 0, 0.25));
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	max-width: 481px;
}


.types-item__inner {
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 280px 1fr;
	grid-template-columns: 270px 1fr;
	gap: 5px
}

@media(max-width: 1290px) {
	.types-item__inner {
		padding-bottom: calc(30px + 40 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.types-item__inner {
		gap: calc(15px + 30 * ((100vw - 375px) / 915))
	}
}

.types-item__about-title {
	color: #222;

	font-weight: 600;
	margin-bottom: 5px;
	font-size: 22px;
	line-height: 32px;
}

@media(max-width: 1290px) {
	.types-item__about-title {
		font-size: calc(24px + 4 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.types-item__about-title {
		line-height: calc(28px + 4 * ((100vw - 375px) / 915))
	}
}

.types-item__about-text {
	color: #222;
	font-size: 13px;
	line-height: 19px
}

.types-item__list-item {
	color: #777;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 16px;
	line-height: 32px;
	gap: 18px;
}

@media(max-width: 1290px) {
	.types-item__list-item {
		font-size: calc(14px + 2 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.types-item__list-item {
		line-height: calc(26px + 2 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.types-item__list-item {
		gap: calc(15px + 10 * ((100vw - 375px) / 915))
	}
}

.types-item__list-item svg {
    position: relative;
    top: 8px;
    right: -2px;
}



@media(max-width: 1290px) {
	.types-item__list-item::before {
		margin-top: calc(6px + 2 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.types-item__list-item::before {
		width: calc(18px + 4 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.types-item__list-item::before {
		height: calc(12px + 3 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.types-item__list-item::before {
		min-width: calc(18px + 4 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.types-item__list-item::before {
		min-height: calc(12px + 3 * ((100vw - 375px) / 915))
	}
}



.types-body__item.types-item ul{
    list-style: none;
}


.types-body__item.types-item ul li {
    padding-left: 27px;
    position: relative;
    margin: 4px 0 10px 15px
}

.types-body__item.types-item ul li:before{
    position: absolute;
    font-family: "Font Awesome 6 Free";
    content: "\f14a";
    display: block;
    color: green;
    left: 0;
    top: 0;
}


.elementor-widget-container ul:not([class]){
    list-style: none;
    margin: 0;
    padding: 0;
}

.elementor-widget-container ul:not([class]) li:not([class]){
    position: relative;
    padding-left: 25px;
    margin-left: 0;
    list-style: none;
}

.elementor-widget-container ul:not([class]) li:not([class]):before{
    position: absolute;
    font-family: "Font Awesome 6 Free";
    content: "\f14a";
    display: block;
    color: #DD0005;
    left: 0;
    top: 0;
}

 

.five-img--content {
    position: relative;
    padding: 50px 130px 0 0;
    display: inline-block;
}

.five-img--content__img {
	border-radius: 4px;
	overflow: hidden;
	width: 450px;
	height: 600px
}

.five-img--content__img-image {
	border-radius: 4px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}



.five-img- .picture {
	position: absolute;
	right: 0;
	top: 0
}

.five-img- .picture__img {
	width: 270px;
	height: 304px
}

.five-img- .picture__img::before {
	right: 0;
	top: 0;
	left: unset;
	bottom: unset;
	background: #777
}


    .five-img- .picture__img {

        padding-right: 15px;
    }




.five-img- .picture__img::after {
    top: -15px;
    right: 15px;
    left: unset;
    bottom: unset;
    background: #777;
}



@media (max-width: 1440px) {

 .five-img--content__img {
    width: 350px;
}
    
    
     .five-img- .picture__img {
    width: 230px;
}
    

    
}




@media (max-width: 550px) {
    .five-img--content__img  {
        width: 100%;
        height: 350px;
    }
    
    
        .five-img--content__picture .picture__img {
                width: 180px;
        height: 220px;
        overflow: hidden;
    }
}


.six-img--content__svg rect{
    fill: none;
}

.six-img--content__svg{
    background-image: url(images/map.jpg);
    max-width: 300px;
    border: 10px solid #fff;
    position: relative;
    z-index: 8;
    margin-top: -150px;
}


.six-img--content__svg svg{
    width: 100%;
    height: 100%;
}


.six-img--content {
    position: relative;
    padding: 0;
    display: inline-block;
}


.six-img--content__img {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    left: 130px;
}


@media(max-width: 1200px) {


    
     .bgs-slider__list{
        display: none !important; 
    }
    
    
     .elementor-widget-templines-car-slider .swiper-button-next , .elementor-widget-templines-car-slider .swiper-button-prev{
        display: none !important;  
    }

    
    
}


    

@media(max-width: 768px) {

html .six-img--content__img {
    left: 0;
}
    
 .elementor-widget-templines-car-slider .swiper-button-next , .elementor-widget-templines-car-slider .swiper-button-prev{
        display: none !important;
    }
    
     .bgs-slider__list{
        display: none !important; 
    }

    
    
}



.six-img--content__svg svg path{
    stroke:#223F48;
}


.six-img--content__svg svg path.in-between{
 stroke:#ddd;
}



.six-img--content__picture{
    position: absolute;
    bottom: 103px;
    z-index: 9;
    left: 280px;
}


.goods-item__icon {
    border-radius: 4px;
    border-bottom: 4px solid #DD0005;
    background: #fff;
    -webkit-box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .05);
    box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
}



.goods-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px
}


.goods-item.goods-item-right {
    flex-direction: row-reverse;
}


.goods-item.goods-item-right .goods-item__title h3 , .goods-item.goods-item-right .goods-item__title p{
    text-align: right;
}

@media(max-width: 1290px) {
	.goods-item {
		gap: calc(15px + 10 * ((100vw - 375px) / 915))
	}
}

.goods-item__icon {
	border-radius: 4px;
	border-bottom: 4px solid #DD0005;
	background: #fff;
	-webkit-box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .05);
	box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .05);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 80px;
	height: 80px;
	min-width: 80px;
	min-height: 80px
}

@media(max-width: 1290px) {
	.goods-item__icon {
		width: calc(64px + 16 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.goods-item__icon {
		height: calc(64px + 16 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.goods-item__icon {
		min-width: calc(64px + 16 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.goods-item__icon {
		min-height: calc(64px + 16 * ((100vw - 375px) / 915))
	}
}

.goods-item__icon svg {
	width: 40px;
	height: 40px
}

@media(max-width: 1290px) {
	.goods-item__icon svg {
		width: calc(34px + 6 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.goods-item__icon svg {
		height: calc(34px + 6 * ((100vw - 375px) / 915))
	}
}

.goods-item__title {
	color: #eee;
	font-weight: 500;
	font-size: 22px;
	line-height: 24px
}

@media(max-width: 1290px) {
	.goods-item__title {
		font-size: calc(18px + 4 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.goods-item__title {
		line-height: calc(20px + 4 * ((100vw - 375px) / 915))
	}
}


.goods-item__title h3 {
    margin: 0;
    padding: 0;
    font-size: 19px;
    line-height: 34px;
    padding-top: 0;
    font-weight: 500;
    color: #222;
}



 .goods-item__title p{
    margin: 0 !important;
    padding: 0 !important;
    font-size: 19px;
    line-height: 34px;
    font-weight: 500;
    color: #222;
}

.goods-item__icon_right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}




.support__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 35px
}

@media(max-width: 1290px) {
	.support__inner {
		gap: calc(20px + 15 * ((100vw - 375px) / 915))
	}
}

.support__icon {
	width: 70px;
	height: 70px;
	min-width: 70px;
	min-height: 70px
}

@media(max-width: 1290px) {
	.support__icon {
		width: calc(50px + 20 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.support__icon {
		height: calc(50px + 20 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.support__icon {
		min-width: calc(50px + 20 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.support__icon {
		min-height: calc(50px + 20 * ((100vw - 375px) / 915))
	}
}

.support__icon svg {
	width: 100%;
	height: 100%
}

.support-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.support-box__title {
    color: #eee;
    font-weight: 300;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 29px;
}

@media(max-width: 1290px) {
	.support-box__title {
		margin-bottom: calc(20px + 15 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.support-box__title {
		font-size: calc(18px + 4 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.support-box__title {
		line-height: calc(20px + 4 * ((100vw - 375px) / 915))
	}
}

.support-box__link {
	padding: 0;
	background: unset;
	border: unset;
	color: #fff;
	text-decoration: underline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	text-decoration: none;
	background: transparent !important;
    padding-top: 15px;
}

@media(max-width: 1290px) {
	.support-box__link {
		gap: calc(15px + 5 * ((100vw - 375px) / 915))
	}
}

.support-box__link span:nth-child(2) {
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset;
	position: unset;
	background: #eee
}

.support-box__link span:nth-child(2) svg path {
	fill: #222
}

.support-box__link:hover {
	background: unset;
	border: unset;
	color: #fff;
	text-decoration: unset
}

.support-box__link::before {
	content: "";
	margin-right: -10px;
	background: #4ee329;
	border-radius: 100%;
	width: 10px;
	height: 10px
}

.support-box__link:hover{
    text-decoration: underline;
}


@media(max-width: 1290px) {
	.support-box__link::before {
		width: calc(8px + 2 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.support-box__link::before {
		height: calc(8px + 2 * ((100vw - 375px) / 915))
	}
}

.goods__item__wrap .support__box p ,.goods__item__wrap  .support__box .support-box__title{
    margin: 0 ;
    padding: 0 ;
}




/* CUSTOM IMG BOX CAROUSEL*/



.gear-top {
	position: absolute;
	z-index: 5;
	bottom: 13px;
	width: 117px;
	right: 34px;
	font-size: 28px;
}

.gear-top svg {
	fill: #fff;
	width: 100%;
}


.gear-top span {
text-align: center;
    position: absolute;
    top: 50%;
    color: #222;
    left: 0;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    opacity: 0.9;
    height: 30px;
    margin-top: -15px;
    font-weight: 600;
}


.ltst {
	position: relative
}


@media(max-width: 1290px) {
	.ltst__inner {
		padding-top: calc(60px + 50 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.ltst__inner {
		padding-bottom: calc(60px + 20 * ((100vw - 375px) / 915))
	}
}

.ltst__bg {
	position: absolute
}

.ltst__bg--first {
	top: 60px;
	right: 195px;
	width: 132px;
	height: 150px
}

.ltst__bg--second {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 510px;
	-o-object-fit: cover;
	object-fit: cover
}

.ltst .titling {
	max-width: 615px;
	margin-bottom: 0
}

@media(max-width: 1290px) {
	.ltst .titling {
		margin-bottom: calc(30px + 35 * ((100vw - 375px) / 915))
	}
}

.ltst-swiper {
	margin-left: -170px;
	margin-right: -170px;
	padding-bottom: 115px
}

@media(max-width: 1290px) {
	.ltst-swiper {
		padding-bottom: calc(80px + 35 * ((100vw - 375px) / 915))
	}
}

.ltst-swiper__controls {
	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;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	gap: 18px
}

@media(max-width: 1290px) {
	.ltst-swiper__controls {
		gap: calc(15px + 3 * ((100vw - 375px) / 915))
	}
}

.ltst-swiper .swiper-pagination {
	position: unset;
	width: unset;
	color: #fff;

	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

@media(max-width: 1290px) {
	.ltst-swiper .swiper-pagination {
		font-size: calc(14px + 2 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.ltst-swiper .swiper-pagination {
		line-height: calc(18px + 2 * ((100vw - 375px) / 915))
	}
}

.ltst-swiper__prev {
	width: 35px;
	height: 35px;
	border: 1px solid #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
    position: relative;
    left: -20px;
    top: -5px;
}

.ltst-swiper__prev svg {
	-webkit-transform: rotate(136deg);
	-ms-transform: rotate(136deg);
	transform: rotate(136deg);
	width: 35px;
	height: 17px;
}

.ltst-swiper__next {
	width: 35px;
	height: 35px;
	border: 1px solid #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
    position: relative;
    right: -20px;
    top: -5px;
}

.ltst-swiper__next svg {
	-webkit-transform: rotate(-48deg);
	-ms-transform: rotate(-48deg);
	transform: rotate(-48deg);
	width: 35px;
	height: 17px;
}

.ltst-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	height: 500px;
	min-height: 500px;
	position: relative;
}


.ltst-slide a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222;
	opacity: 0.3;
}

@media(max-width: 1290px) {
	.ltst-slide {
		height: calc(350px + 150 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.ltst-slide {
		min-height: calc(350px + 150 * ((100vw - 375px) / 915))
	}
}

.ltst-slide:hover .ltst-slide__img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.ltst-slide__img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
    width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.ltst-slide__wrapper {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 25px;
    padding-right: 0;
    padding-left: 35px;
}


@media only screen and (max-width: 1600px) and (min-width: 1000px) {

	.ltst-slide__wrapper {
		max-width: 215px;
		min-width: auto;
	}

	.ltst-slide__title {
		font-size: 20px;
		line-height: 35px;
	}


}


.ltst-slide__wrapper .ltst-slide__title {
    color: #fff;
    margin: 0;
    padding: 0;
}


@media(max-width: 1290px) {
	.ltst-slide__wrapper {
		padding-right: calc(15px + 20 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.ltst-slide__wrapper {
		padding-left: calc(15px + 20 * ((100vw - 375px) / 915))
	}
}

.ltst-slide__suptext {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px !important;
    padding: 0;
    margin-top: 0 !important;
}

@media(max-width: 1290px) {
	.ltst-slide__suptext {
		line-height: calc(16px + 2 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.ltst-slide__suptext {
		margin-bottom: calc(5px + 4 * ((100vw - 375px) / 915))
	}
}

.ltst-slide__title {
    color: #222;
    font-weight: inherit;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
}

@media(max-width: 1290px) {
	.ltst-slide__title {
		font-size: calc(24px + 4 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.ltst-slide__title {
		line-height: calc(28px + 4 * ((100vw - 375px) / 915))
	}
}

.ltst-slide__price {
	color: #DD0005;
	font-weight: 500;
	font-size: 22px;
	line-height: 24px
}

@media(max-width: 1290px) {
	.ltst-slide__price {
		font-size: calc(18px + 4 * ((100vw - 375px) / 915))
	}
}

@media(max-width: 1290px) {
	.ltst-slide__price {
		line-height: calc(20px + 4 * ((100vw - 375px) / 915))
	}
}

.ltst-slide__inner{
    display: inline-block;
    height: 100%;
    width: 100%;
}


/*HERO 1*/

.hero-slide{
    overflow: hidden;
}

.hero-swiper_title1,.hero-swiper_title2{
    font-size: 34px;
    color: #222; 
    font-weight: 500;
    text-align: center;
}

.hero-swiper_title1{
    padding-bottom: 10px;
}

.hero-swiper_title2{
    padding-bottom: 20px;
}


/*HERO 2*/


.hero-slide-style-three.hero-slide-skin-2 .hero-slide{
    max-height: 950px;
}

.hero-slide-style-two .hero-slide__img {
    display: block !important;
    width: 100%;
    height: auto;

}



.hero-slide-style-two .swiper-button-tmkit.slick-controls-pagination-enable {
position: absolute;
    z-index: 99;
    right: 20px;
    bottom: 10px;
    width: 100%;
    padding: 0 !important;
}



.hero-slide-style-two   .swiper-pagination {
    text-align: right;
}


.hero-slide-style-two:after {
	background: #fff;
	content: "";
	position: absolute;
	left: -10%;
	top: 0;
	width: 15%;
	height: 100%;
	z-index: 7;
	transform: skewX(-2deg);
	border-right: 15px solid #F5F5F5;
}

.hero-scols2.hero-scols2-arround .scol-image {
    text-align: left;
    position: absolute;
    height: 100%;
    width: 48%;
    right: 0;
    background: #fff;
    overflow: hidden;
    border-bottom-left-radius: 100px;
}





/*ICON BOX*/



html .box-ico-1_iteam .box-ico-1_ico-nmbr {
    font-size: 77px;
    opacity: 0.07;
    font-weight: 600; 
}



.hero-slide-sh1:after{
    background: #fff;
    content: "";
    position: absolute;
    right: -100%;
    top: 0;
    width: 90px;
    height: 100%;
    z-index: 7;
    transform: skewX(-21deg);
    opacity: 0;
    	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}

.hero-slide-sh2:after{
    background: #fff;
    content: "";
    position: absolute;
    right: -100%;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 7;
    transform: skewX(-21deg);
    opacity: 0;
    	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}

.swiper-slide-active .hero-slide-sh1:after{
       right: 170px;
       opacity: 0.1;
}

.swiper-slide-active .hero-slide-sh2:after{
      right: -30px;
       opacity: 0.2;
}


/*BRAND*/



.brands-grid {
	display: grid;
	position: relative;
}

.brands-grid_6col {
	grid-template-columns: repeat(6, 1fr);
	grid-column-gap: 20px;
	padding-bottom: 20px;
}


.brands-grid_5col {
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 20px;
	padding-bottom: 20px;
}

.brands-grid_4col {
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	padding-bottom: 20px;
}



.brands-grid_3col {
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	padding-bottom: 20px;
}

.brands-grid_2col {
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
}

.brands-grid-iteam {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}


.brands-grid-iteam:hover:after {
	left: -120px;

}

.brands-grid-iteam:after {
	background: #fff;
	opacity: 0.15; 
	content: "";
	position: absolute;
	left: -420px;
	top: 0;
	width: 250px;
	height: 100%;
	z-index: 7;
	transform: skewX(21deg);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.brands-grid-iteam img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
        width: 100%;
    height: auto;
}

.brands-grid .ltst-slide__title_brnd {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 20px;
    text-transform: capitalize;
    z-index: 8;
    font-size: 14px;
}


.brands-grid span svg {
	max-width: 33px;
	position: relative;
	top: -2px;
	margin-right: 7px;
}


.brands-grid-iteam:hover img {
	transform: scale(1.05);
}


@media(max-width: 600px) {

	.brands-grid_3col {
		grid-template-columns: repeat(1, 1fr);
		padding-bottom: 0;
	}

	.brands-grid_2col {
		grid-template-columns: repeat(1, 1fr);
		padding-bottom: 0;
	}

	.brands-grid-iteam {
		position: relative;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}


	.brands-grid-iteam img {
		width: 100%;
		height: auto;
	}


}



/*GALLERY*/

.glry-slide__inner{
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    background-color: #eee;
    width: 100%;
}



.glry-swiper__slide  svg{
    position: absolute;
    z-index: 3;
    width: 30px;
    bottom: 25px;
    height: 30px;
    right: 25px;
    opacity: 0;
    -webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.glry-swiper__slide  svg path{
    fill: #fff;
}

.svg-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0);
    -webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.glry-swiper__slide :hover .svg-cover{
    background-color:rgba(0,0,0,0.4);
}


.glry-swiper__slide :hover .svg-cover svg{
    opacity: 1;
}


@media(min-width: 768px) {


.glry-slide__inner{
    height: 200px;
}

.gallery-view-3 .glry-slide__inner {
     height: 250px;
}

.gallery-view-2 .glry-slide__inner {
       height: 350px;
}
    
    
}



.glry-slide__inner img{
    aspect-ratio: 480 / 325;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.glry-slide__inner:hover .glry-slide__wrapper{
  bottom: 0%;  
}


.glry-slide__wrapper{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 16px;
    background: rgba(255, 255, 255, 0.8);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


.glry-slide__suptext{
    font-size: 14px;
    color: #222;
    margin: 0 !important;
    padding: 0 !important;
}


.glry-slide__title{
    font-size: 12px;
    color: #222;
    margin: 0 !important;
    padding: 0 !important;
}



.dialog-lightbox-body #swipebox-overlay {
    background: rgba(0, 0, 0, 0.95);
}



/*CAR SLIDER*/



.hero-slide-style-three .slider-content {
    position: absolute;
    top: 0;
    left: 0%;
    height: 100%;
    width: 50%;
    z-index: 77;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;

}


@media (min-width: 1600px) {

.hero-slide-style-three .slider-content {
    left: -2%;



}
    
}


.hero-slide-style-three .slider-content.fx-info-tech-left .slider-content-inner , .hero-slide-style-three .slider-content.fx-info-tech-right .slider-content-inner {
	max-width: 400px;
}


.hero-slide-style-three .slider-content h4 {
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    margin: 0;
    line-height: 1.3;
}


.hero-slide-style-three.hero-slide-skin-1 .hero-slide__img{
    width: 100%;
    height: auto;
    min-height: 740px;
    aspect-ratio: unset;
    object-fit: cover;
}



.hero-slide-style-three.hero-slide-skin-2 .hero-slide__img {
    position: relative;
    left: 20%;
    width: 80%;
    height: auto;
    filter: brightness(80%);
}

.hero-slide-style-three  .fx-info-tech p , .hero-slide-style-three  .fx-info-tech h5{
    margin: 0;
    padding: 0;
}


.hero-slide-style-three .slider-content-inner .fx-info-tech__icon , .hero-slide-style-three .slider-content-inner .btn-slide-text{
    display: none;
}

@media (max-width: 1380px) {

   
    
    
    .fx-info-tech-left .fx-info-tech:not(.fx-info-tech-inner), .fx-info-tech-right .fx-info-tech:not(.fx-info-tech-inner),.fx-info-tech-outside{
        display: none !important;
    }
    

     
    .fx-info-tech.fx-info-tech-inner .btn-slide svg{
        position: relative;
        left: -2px;
        top: -1px;
    }
    
    
  .hero-slide-style-three .slick-active.hero-slide:after {
    width: 90%;
}
    
}


@media (max-width: 1620px) {

	.hero-slide-style-three .slider-content h4,
	.hero-slide-style-three .slider-content .info-fx {
		font-size: 50px;
	}


}


@media (max-width: 1300px) {

	.hero-slide-style-three .slider-content h4,
	.hero-slide-style-three .slider-content .info-fx {
		font-size: 40px;
	}


	.fx-info-text {
		font-size: 20px ;
	}


}
@media (max-width: 1200px) {

  .hero-slide-style-three  .slider-content {
    width: 60%;
    }
    
      .hero-slide-style-three.hero-slide-skin-3  .slider-content {
            width: 50%;
    }
    
}


@media (max-width: 1240px) {
    

	.fx-info-text {
		font-size: 16px ;
	}


	.fx-info-tech {
		padding: 18px;
		gap: 14px;
	}

	.hero-slide-style-three .fx-info-tech h5 {
		font-size: 16px;
	}

	.catalog-content {
		width: 100%;
		max-width: 268px;
		min-width: 268px;
		padding: 25px;

	}

	.catalog-body {
		padding: 50px !important;
		margin: 0 !important;
	}

	.catalog-content__title_ {
		font-size: 16px;
		line-height: 1.7;
		margin-bottom: 0;
	}

	.catalog-content__title {
		font-size: 14px !important;
	}

	.hero-slide-style-three .hero-slider .swiper-slide:after {
		width: 70%;
	}


	.hero-slider.swiper .slider-content {
		padding-top: 0;
		padding-left: 25px;
	}




     .hero-slide-skin-3   .fx-info-tech {
        padding: 0;
    }

}



@media (max-width: 1140px) {
    
       .hero-slide-skin-3   .fx-info-tech {
        padding: 0;
    }
}
    
    .hero-slide-style-three.hero-slide-skin-2 .hero-slide__img {
    min-height: 600px;
    object-fit: cover;
}
    
       .hero-slide-style-three.hero-slide-skin-3  .slider-content {
        left: 5%;
           max-width: 40%;
    }

    
    
}


@media (max-width: 1000px) {
    
.hero-slide-style-three.hero-slide-skin-2 .hero-slide:after {
    opacity: 0.8 !important;
}
    
    
    .hero-slide-style-three.hero-slide-skin-2 .hero-slide__img {
    left: 0;
    width: 100%;
}
    
    
        .hero-slide-style-three.hero-slide-skin-2  .fx-info-tech {
        margin-left: -15px;
    }


	.hero-slide-style-three .hero-slider .swiper-slide:after {
		width: 90%;
	}

	.catalog-body {
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 50px;
	}


	.catalog__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
	}


	.hero-slide-style-three .catalog-content {
		max-width: 100%;
	}

	.hero-slide-style-three  .fx-info-tech {
		align-items: center;
		margin: 30px auto;
	}


	.hero-slider.swiper .slider-content {
		padding-left: 50px;
		padding-right: 50px;
	}


}

@media (max-width: 768px) {
    
    
    .hero-slide-style-three.hero-slide-skin-3 .slider-content {
        left: 0;
        max-width: 100%;
        width: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 0.7);
}
    
    
    
    .hero-slide-style-three.hero-slide-skin-2  .fx-info-tech-outside {
        display: none !important;
    }
    
    
   .hero-slide-style-three.hero-slide-skin-3  .fx-info-tech {
    align-items: center;
    margin: 40px auto;
}
    






	.hero-slide-style-three .hero-slider img {
		min-height: 640px;
	}


	.hero-slide-style-three .slider-content-inner,
	.hero-slide-style-three .slider-content {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
    
    	.hero-slide-style-three.hero-slide-skin-2 .slider-content-inner{
        max-width: 100%;
        width: 100%;
        text-align: center;
        display: inline-block;
    }
    
        .hero-slide-style-three.hero-slide-skin-2 .fx-info-tech {
        margin: 0 auto;
    }

}


@media (max-width:600px) {


	html .fx-info-tech div:first-child {
		display: none;
	}

	.catalog-body__wrapper--active {
		flex-direction: column-reverse;
	}

}


@media (max-width:480px) {


	html .fx-info-tech div {
		display: none;
	}


}


.info-fx {
    font-size: 52px;
    font-weight: 300;
    line-height: 1.3;
}

.info-fx b {
	font-weight: 500;
}

.fx-info-text {
	margin-top: 25px;
	color: #fff;
	font-size: 23px;
	line-height: 1.6;
	text-transform: capitalize;
	position: relative;
    -webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;

}

.hero-slide-skin-1  .fx-info-text {
	margin-top: 25px;
    	padding-top: 35px;
}


.slide_animation-enable .fx-info-text{
      opacity: 0;
    top: 100px; 
}


.slide_animation-enable .slick-active .fx-info-text {
    opacity: 1;
    top: 0px;

}


.slide_animation-enable  .slick-active .fx-info-tech-left  .fx-info-tech-outside {
    animation: SlideLeft 0.5s ;
}

  @-webkit-keyframes SlideLeft {
   0% {
    transform: translate(-320px, 0);    
  }
  100% {
    transform: translate(0, 0px);
  }
}

@keyframes SlideLeft {
   0% {
    transform: translate(-320px, 0);    
  }
  100% {
    transform: translate(0, 0);
  }
}


.slide_animation-enable  .slick-active .fx-info-tech-right .fx-info-tech-outside {
    animation: SlideRight 0.5s ;
}

  @-webkit-keyframes SlideRight {
   0% {
    transform: translate(320px, 0);    
  }
  100% {
    transform: translate(0, 0px);
  }
}

@keyframes SlideRight {
   0% {
    transform: translate(320px, 0);    
  }
  100% {
    transform: translate(0, 0);
  }
}





.slide_animation-enable  .slick-active .fx-info-tech-inner {
    animation: SlideBottom 0.5s ;
}

  @-webkit-keyframes SlideBottom {
   0% {
    transform: translate(0px, 300px);    
  }
  100% {
    transform: translate(0, 0px);
  }
}

@keyframes SlideBottom {
   0% {
    transform: translate(0px, 300px);    
  }
  100% {
    transform: translate(0, 0);
  }
}






.hero-slide-skin-1 .fx-info-text:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	border-top: 1px solid #fff;
	opacity: 0.3;
}


.hero-slide-skin-1 .fx-info-text:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: -10px;
	width: 100%;
	border-top: 1px solid red;
	opacity: 0.3;
}

.fx-info-tech {
	display: flex;
	margin-top: 30px;
	gap: 20px;
	width: fit-content;
	align-items: center;

}



.hero-slide-skin-1 .fx-info-tech{
  background-color: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    -webkit-filter: contrast(.958);
    filter: contrast(.958);
	padding: 30px;  
}


.hero-slide-style-three .slider-content.fx-info-tech-left {
    flex-direction: row-reverse;
}

@media (min-width: 1380px) {

.fx-info-tech-left .fx-info-tech , .fx-info-tech-right .fx-info-tech{
    padding: 30px;
    display: flex;
    margin-top: 30px;
    gap: 20px;
    width: 212px;
    align-items: center;
    z-index: 9;
    left: 10%;
    top: 120px;
    flex-wrap: wrap;
}




.fx-info-tech-left .fx-info-tech .fx-info-tech-info, .fx-info-tech-right .fx-info-tech .fx-info-tech-info{
    
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: start;
    align-items: center;
    padding-bottom: 10px;
}
    
}



.fx-info-tech p {
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	word-wrap: normal;
	line-height: 1.7; 
	white-space: nowrap;
}

.fx-info-tech h5 {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    padding-top: 3px;
    font-weight: normal;
}


@media (min-width: 1380px) {
    
    
.fx-info-tech-left .fx-info-tech.fx-info-tech-inner, .fx-info-tech-right .fx-info-tech.fx-info-tech-inner{
        display: none !important;
    }
    
    
    .fx-info-tech-bottom .fx-info-tech-outside{
    display: none !important;
}
    
    

.fx-info-tech-left .fx-info-tech  .btn-slide .fx-info-tech-right .fx-info-tech .btn-slide{
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    align-content: center;
    align-items: center;
}


.hero-slide-style-three  .fx-info-tech-left .btn-slide  , .hero-slide-style-three  .fx-info-tech-right .btn-slide {
    border: 1px solid #fff;
    width: 100%;
    height: auto;
    line-height: 26px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 10px;
}

    
}





.hero-slide-style-three .btn-slide {
    padding: 10px;
    border: 1px solid #fff;
    width: 55px;
    height: 50px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    min-height: 48px;
    display: inline-block;

}

.fx-info-tech-left  .btn-slide svg , .fx-info-tech-right  .btn-slide svg {
    width: 24px;
    height: 24px;
    margin-left: 6px;
}


.btn-slide .btn-slide-text{
    font-size: 14px;
    font-weight: 500;
}

.fx-info-tech-btn{
width: 100%;
    min-width: fit-content;
}


.hero-slide-skin-2 .fx-info-tech-btn {
    margin-left: 10px;
}


.hero-slide-style-three .btn-slide svg{
    width: 24px;
    height: 24px;
}

.hero-slide-style-three .btn-slide:hover {
	border-color: #DD0005;
	background: #DD0005;
}


.hero-slide-style-three .btn-slide:hover .btn-slide-text{
	color: #fff;

}


.fx-info-tech__icon svg{
    width: 35px;
    height: 35px;
}

.fx-info-tech__icon svg path{
    fill:#fff
}



.slider-content-inner .fx-info-tech .fx-info-tech-info{
    min-width: fit-content;
}

.hero-slide-style-three.hero-slide-skin-2 .hero-slide:after {
    background: #fff;
    opacity: 0.05;
    content: "";
    position: absolute;
    left: -30%; 
    top: 0;
    width: 52%;
    height: 100%;
    z-index: 7;
    -webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}

.hero-slide-style-three.hero-slide-skin-1 .hero-slide:after {
    background: #fff;
    opacity: 0.05;
    content: "";
    position: absolute;
    left: -30%; 
    top: 0;
    width: 70%;
    height: 100%;
    z-index: 7;
    -webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}


.hero-slide-style-three.hero-slide-skin-1 .hero-slide:after {
        transform: skewX(21deg);
}



.hero-slide-style-three.hero-slide-skin-2 .hero-slide:after {
    background: #121c2e; 
    opacity: 1;
}



.hero-slide-style-three  .slick-active.hero-slide:after {
   left: -20%;  
}

@media (max-width: 1200px) {
    
    
.hero-slide-style-three .slider-content:after {
        width: 110%;
  
}
    
}




@media (max-width: 1000px) {
    
.hero-slide-style-three .hero-slide:after {
        opacity: 0.3;
        left: 0 !important;
        top: 0;
        width: 100% !important;
        height: 100%;
        transform: skewX(0deg);
        background: #222;

}


    
}



.slide_animation-enable  .hero-slide-style-three .hero-slide__img{
	-webkit-animation: kenburns-top-left 5s ease-out both;
	        animation: kenburns-top-left 5s ease-out both;
}

@-webkit-keyframes kenburns-top-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 16%;
            transform-origin: 16% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(-20px, -15px);
            transform: scale(1.25) translate(-20px, -15px);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@keyframes kenburns-top-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 16%;
            transform-origin: 16% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(-20px, -15px);
            transform: scale(1.25) translate(-20px, -15px);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}



.hero-slide-style-three.slide_kenburns-enable:not(.hero-slide-skin-3) .slick-active .hero-slide__img{
-webkit-animation: kenburns-bottom-right 50s backwards;
	        animation: kenburns-bottom-right 50s backwards;
}

@-webkit-keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
            transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
            transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
@keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
            transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
            transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}



.hero-slide .slick-dots{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    z-index: 99;
    bottom: 6px;
    width: 100%;
    margin-left: 20px; 
}


.hero-slide .slick-dots li{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}


.hero-slide .slick-dots li button{
    text-indent: -9999px;
    overflow: hidden;
    background: #d7d7d7;
    margin: 5px;
    height: 12px;
    width: 12px;
}




.hero-slide .slick-dots li.slick-active button{
    width: 23px;
    background: #DD0005;
}



.slick-controls-dots-disable .slick-dots{
   display: none !important;
}

.hero-slide-style-three.hero-slide-skin-2 .hero-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    right: 0;
-webkit-box-shadow: inset -106px 123px 300px -21px rgba(0,0,0,0.85);
-moz-box-shadow: inset -106px 123px 300px -21px rgba(0,0,0,0.85);
box-shadow: inset -106px 123px 300px -21px rgba(0,0,0,0.85);
}



.hero-slide-skin-3 , .hero-slide-skin-4{
    background-color: #979EA1;
}


.hero-slide-skin-3 .hero-slide__img  , .hero-slide-skin-4 .hero-slide__img {
    position: relative;
    left: 140%;
    -webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


 .hero-slide-skin-4 .slick-active .hero-slide__img {
      left: 40%;
}

 .hero-slide-skin-3 .slick-active .hero-slide__img  {
    left: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
    height: auto;
    max-height: 800px;
}


.hero-slide__box_inner{
    height: 100%;
    display: flex;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0px;
    padding-top: 0px;
}


    .hero-slide-style-three.hero-slide-skin-4 div   .slider-content-inner{
    padding: 85px 15% 1% 15%;
} 

    .hero-slide-style-three.hero-slide-skin-3 div   .slider-content-inner{
         padding: 0;
         max-width: 100%;
} 



    .hero-slide-style-three.hero-slide-skin-4 div  .slider-content {
        background: #222;
    }


    .hero-slide-style-three.hero-slide-skin-4 div  .slider-content {
    width: 40%; 
}

.slider-content-bottom-thumb{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;

}

.slider-content-bottom-thumb .hero-slide__thumb1{
    position: relative;
    -webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
    left: -100%;
}


.slick-active .slider-content-bottom-thumb .hero-slide__thumb1{
    left: 0;
}


.slider-content-bottom-thumb .hero-slide__thumb2{
    position: relative;
    -webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
    right: -100%;
}


.slick-active .slider-content-bottom-thumb .hero-slide__thumb2{
    right: 0;
}


.hero-slide-style-three.hero-slide-skin-4 div  .slider-content-bottom-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 460 / 325;
}

    .hero-slide-style-three.hero-slide-skin-4 div  .slider-content.fx-info-tech-bottom{
    display: flex;
    flex-wrap: wrap;
}
.hero-slide-style-three.hero-slide-skin-4   .hero-slick-prev {
    height: 55px;
    background: #fff;
    width: 3%;
    position: absolute;
    top: 45%;
    left: 35%;
    cursor: pointer;
    z-index: 99;
    color: #222;
    margin-right: unset;
}

.hero-slide-style-three.hero-slide-skin-4   .hero-slick-next{
    height: 55px;
    background: #222;
    width: 3%;
    position: absolute;
    top: 45%;
    left: 38%;
    cursor: pointer;
    z-index: 99;
    color: #fff;
}

.hero-slide-style-three.hero-slide-skin-4   .hero-slick-next:hover,
.hero-slide-style-three.hero-slide-skin-4   .hero-slick-prev:hover{
    opacity: 0.9;
}


.hero-slide-style-three.hero-slide-skin-4 div  .hero-slide__box_inner {
    height: 100%;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    padding-top: 0;
    align-content: space-around;
    flex-wrap: nowrap;
}


.hero-slide-skin-3 .fx-info-tech-btn , .hero-slide-skin-4 .fx-info-tech-btn {
    margin-left: 20px;
}


@media(max-width: 1600px) {


.hero-slide-style-three.hero-slide-skin-4   .hero-slick-prev {
    left: 37%;

}

.hero-slide-style-three.hero-slide-skin-4   .hero-slick-next{
    left: 40%;
}
    
    
}


@media(max-width: 1300px) { 


.hero-slide-style-three.hero-slide-skin-4 div .slider-content-inner {
    padding: 10% 15% 1% 15%;
}

    
}


@media(max-width: 1140px) { 

    .hero-slide-style-three.hero-slide-skin-4 div  .slider-content {
        width: 50%;
    }
    
        .hero-slide-style-three.hero-slide-skin-4   .hero-slick-prev {
        left: 47%;
    }
    
        .hero-slide-style-three.hero-slide-skin-4   .hero-slick-next {
        left: 50%;
    }
    
    .slider-content-bottom-thumb{
    display: none;
}
    
    .hero-slide-style-three.hero-slide-skin-4 div  .slider-content-inner {
    padding-top: 0;
}
   
    
      .hero-slide-style-three.hero-slide-skin-4 div    .fx-info-tech {
        padding: 0;
        margin: 0;
          margin-top: 15px;
          margin-bottom: 15px;
}
    
    
}



@media(max-width: 1100px) { 
    
    
       .hero-slide-style-three.hero-slide-skin-4   .fx-info-text {
    padding-right: 10%;
}
    
    
    
    .hero-slide-style-three.hero-slide-skin-4 div  .hero-slick-prev ,
    .hero-slide-style-three.hero-slide-skin-4 div  .hero-slick-next{
        display: none !important;
    } 
    

        .hero-slide-style-three.hero-slide-skin-4 div  .slider-content {
        width: 60%;
    }
    
        .hero-slide-style-three.hero-slide-skin-4 div  .slider-content-inner {
    padding: 5%;
}
    
    
            .hero-slide-style-three.hero-slide-skin-4   .hero-slick-prev {
        left: 57%;
    }
    
        .hero-slide-style-three.hero-slide-skin-4   .hero-slick-next {
        left: 60%;
    }
   
    
}

@media(max-width: 768px) {
    
    
        .hero-slide-style-three.hero-slide-skin-4 .fx-info-text {
        padding-right: 0;
    }

    
        .hero-slide-style-three.hero-slide-skin-4   .hero-slick-next , .hero-slide-style-three.hero-slide-skin-4   .hero-slick-prev {
       display: none !important;
    }
   
    
    
    .hero-slide-style-three.hero-slide-skin-4 div  .slider-content-inner {
    padding: 5%;
}
    
    .hero-slide-skin-3.hero-slide-skin-4 .hero-slide__img  {
    left: 0;
    min-height: 400px;
}


    .hero-slide-style-three.hero-slide-skin-4 div  .slider-content {
        width: 100%;
        opacity: 1;
    }
    
          .hero-slide-style-three.hero-slide-skin-4 div    .fx-info-tech {
        padding: 0;
        margin: 15px auto 15px auto;
}
    
    
}



 .hero-slide-style-three.hero-slide-skin-4 div  .fx-info-tech p,  .hero-slide-style-three.hero-slide-skin-4 div  .fx-info-tech h5 {
    padding-bottom: 5px;
}









.carousel-swiper {
	position: relative;
}





.carousel-swiper .swiper-button-prev {
	left: calc(36% - 10px);
	bottom: 115px;
	position: absolute;
	top: auto;
    background-color: #fff;
}

.carousel-swiper .swiper-button-next {
	right: calc(36% - 10px);
	bottom: 115px;
	position: absolute;
	top: auto;
    background-color: #fff;
}


@media (max-width: 1620px) {
    
   .carousel-swiper .swiper-button-prev {
	left: calc(33% - 10px);

}

.carousel-swiper .swiper-button-next {
	right: calc(33% - 10px);

} 
    
}


@media (max-width: 1200px) {
    
   .carousel-swiper .swiper-button-prev {
	left: calc(43% - 10px);

}

.carousel-swiper .swiper-button-next {
	right: calc(43% - 10px);

} 
    
}



.bgs-f__links {
	margin-bottom: 15px;
}

.bgs-f__links-item {
	color: #222222;
	font-size: 14px;
	padding-right: 11px;
}

.bgs-f__links-item:not(:first-child) {
	border-left: 1px solid #ddd;
	padding-left: 11px;
}

.bgs-f__links-item .ic {
	margin-right: 9px;
}

.bgs-f__title {
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.bgs-f__title2 {
	font-size: 24px;
	padding-bottom: 20px;
}

.bgs-f__title-inner {
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.bgs-f__slider {
	margin-bottom: 65px;
}

.bgs-f__descr {
	margin-bottom: 50px;
}

.bgs-f__descr-title {
	color: #222222;
	font-weight: 400;
	padding-left: 30px;
	position: relative;
}

.bgs-f__descr-title:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 15px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.bgs-f__descr-info {
	color: #222222;
	font-weight: 500;
	margin-bottom: 4px;
}

.bgs-f__link-2 {
	border: 2px solid #222222;
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding: 12px 10px;
}

.bgs-f__link-2 .ic {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.bgs-f__link-2:hover {
	text-decoration: none;
}

.bgs-f__table {
	margin-bottom: 60px;
}

.bgs-f__table th {
	background-color: #f4f4f4;
	color: #222222;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.bgs-f__table th:last-child {
	text-align: center;
}

.bgs-f__table td {
	color: #222222;
	font-size: 15px;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 12px;
}

.bgs-f__table td:last-child {
	text-align: center;
}

.bgs-f__table tfoot td {
	background-color: #f4f4f4;
	color: #222222;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.bgs-f-price {
	text-align: right;
}

.bgs-f-price__msrp {
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}

.bgs-f-price__main {
	color: #ffffff;
	font-size: 36px;
	font-weight: 500;
	padding: 12px 25px;
	line-height: 1;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

.bgs-f-price__note {
	color: #222222;
	font-size: 12px;
	margin-top: 10px;
}

.bgs-f-checks {
	margin-top: 20px;
	margin-bottom: 64px;
	padding: 40px 50px 10px;
	border: 1px solid #dddddd;
}

.bgs-f-checks__section {
	margin-bottom: 40px;
}

.bgs-f-checks__title {
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}

.bgs-f-checks__title:after {
	margin-left: 10px;
	content: "";
	width: 100%;
	display: inline-block;
	background-color: #ddd;
	height: 1px;
	vertical-align: middle;
}

.bgs-f-checks__price {
	color: #222222;
	font-weight: 500;
}

.bgs-slider {
	text-align: center;
	max-width: 1470px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	margin-top: 30px;
}

.bgs-slider__img {
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-top: 7%;
}

.bgs-slider__img img {
	display: inline-block;
    margin: 0 auto;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
    	-webkit-transition: all .3s;
	transition: all .3s;


}


.bgs-slider__img:hover img{
    transform: scale(1.1);
}


.bgs-slider__item .bgs-slider__img {
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 170px 60px 130px;
}


.bgs-slider__item.swiper-slide-active+.swiper-slide .bgs-slider__img {
	background-image: url(../../img/bottom-panel.png);
}



@media screen and (max-width:1240px) {

.swiper-slide .bgs-slider__img {
        background-image: url(../../img/bottom-panel.png);
        padding-bottom: 55px;
}
    
}




@media (max-width: 1240px) {
    
    
    .bgs-slider__item.swiper-slide-active .bgs-slider__main {
    opacity: 1;
}

.bgs-slider__item.swiper-slide-active .bgs-slider__img {
        background-image: url(../../images/bottom-panel.png);
        background-position: 0 135px;
        padding-top: 77px;
        padding-bottom: 80px;
}
    
    .titling-swiper .titling__title {
    font-size: 66px;
    line-height: 80px;
}
    
    
    .titling-swiper {
    padding-top: 30px;
    margin-bottom: 0px;
}
    
    
}


@media (max-width: 768px) {
    
    


.bgs-slider__item.swiper-slide-active .bgs-slider__img {
        background-image: url(../../images/bottom-panel.png);
        background-position: 0 135px;
        padding-top: 77px;
        padding-bottom: 80px;
}
    
    .titling-swiper .titling__title {
         font-size: 42px;
        line-height: 51px;
}
    
    
    .titling-swiper {
          padding-top: 30px;
        margin-bottom: 70px;
}
    
    
    .hero-v4{
    background-attachment: fixed;

}
    
    
.hero-v4 .carousel-swiper{
        display: none !important;
    }
    
    
}



.bgs-slider__item.swiper-slide-active+.swiper-slide .bgs-slider__img {
	padding: 130px 10px 80px 10px;
	min-width: 730px;
	text-align: center;
}

.swiper-slide .bgs-slider__main {
	opacity: 0;
}

.bgs-slider__item.swiper-slide-active+.swiper-slide .bgs-slider__main {
	opacity: 1;
}


.carousel-swiper {
	position: relative;
}





.carousel-swiper .swiper-button-prev , .carousel-swiper .swiper-button-prev:hover {
	left: calc(36% - 10px) !important;
	bottom: 115px;
	position: absolute;
	top: auto;
    width: 44px;
    height: 44px;
    border: 1px solid #ddd;
}

.carousel-swiper .swiper-button-next , .carousel-swiper .swiper-button-next:hover {
	right: calc(36% - 10px) !important;
	bottom: 115px;
	position: absolute;
	top: auto;
    width: 44px;
    height: 44px;
}

.carousel-swiper .swiper-button-prev:after,
.carousel-swiper .swiper-button-next:after{
    font-size: 14px;
}


@media (max-width: 1620px) {
    
   .carousel-swiper .swiper-button-prev {
	left: calc(33% - 10px);

}

.carousel-swiper .swiper-button-next {
	right: calc(33% - 10px);

} 
    
}


@media (max-width: 1200px) {
    
   .carousel-swiper .swiper-button-prev {
	left: calc(43% - 10px);

}

.carousel-swiper .swiper-button-next {
	right: calc(43% - 10px);

} 
    
}



.bgs-slider__main {
	-webkit-transition: all .3s;
	transition: all .3s;
	max-width: 310px;
	display: inline-block;
	text-align: center;
        position: relative;
}


@media (min-width: 1620px) {


.bgs-slider__main {

    top: 32px;
}
    
}



.bgs-slider__title {
    color: #222;
    font-size: 27px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    height: 26px;
    text-overflow: ellipsis;
    margin-bottom: 28px;
    margin-top: 0;
    font-weight: 600;
}


.bgs-slider__title2 {
    color: #222;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    height: 26px;
    text-overflow: ellipsis;
    margin-bottom: 28px;
    margin-top: -19px;
    font-weight: normal;
    opacity: 0.8;
}

.bgs-slider__price {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #222;
}


.bgs-slider__price strong {
	color: #DD0005;

	font-size: 20px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: unset;
	background: transparent;
	padding-left: 5px;
}

.bgs-slider__list {
	border-top: 1px solid #ddd;
	padding: 20px 0 0 0px;
}

.bgs-slider__desrip {
color: #222222;
    display: inline-block;
    text-transform: capitalize;
}

.bgs-slider__desrip:not(:last-child):after {
	content: '';
	border-radius: 50%;
	background-color: #222;
	display: inline-block;
	vertical-align: 6%;
	width: 5px;
	height: 5px;
	margin-left: 9px;
	margin-right: 6px;
}

.bgs-slider .slick-current+.slick-slide .bgs-slider__main {
	opacity: 1;
}

.bgs-slider .slick-current+.slick-slide .bgs-slider__img {
	width: 100%;
	height: 240px;
	padding-top: 0;
}

.bgs-slider .slick-prev,
.bgs-slider .slick-next {
	bottom: 0;
}

.bgs-slider .slick-prev:before {
	margin-left: 18px;
}

.bgs-slider .slick-next:before {
	margin-left: 4px;
}

.bgs-slider .slick-prev {
	left: calc(33% - 100px);
}

.bgs-slider .slick-next {
	right: calc(33% - 100px);
}

.bgs-slider .slick-next:hover:before,
.bgs-slider .slick-prev:hover:before {
	border-color: #fff;
}

.bgs-slider_mod_op .bgs-slider__main {
	max-width: 370px;
}

.bgs-slider_mod_op .bgs-slider__item {
	opacity: .1;
}


.bgs-slider__item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bgs-slider_mod_op .bgs-slider__price {
	color: #ffffff;
	font-size: 24px;
	padding: 12px 18px;
	line-height: 1;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 30px;
}

.bgs-slider_mod_op {
	margin-bottom: 0;
	margin-top: 40px;
}

.bgs-slider_mod_op .slick-current+.slick-slide .bgs-slider__item {
	opacity: 1;
}

.section-goods-vip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bgs-vip {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.333%;
	min-height: 26vw;
	padding: 40px 88px 40px 67px;
	color: #fff;
	background-size: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.bgs-vip:hover {
	color: #fff;
	text-decoration: none;
}

.bgs-vip:hover .bgs-vip__label {
	color: #fff;
}

.bgs-vip:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .95;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
	background-image: -webkit-linear-gradient(bottom, #000 0%, transparent 100%);
	background-image: linear-gradient(to top, #000 0%, transparent 100%);
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
}


.bgs-vip:hover:after {
	opacity: .75;

}

.bgs-vip__main {
	position: relative;
	z-index: 1;
	width: 100%;
}

.bgs-vip__label {
	display: inline-block;
}

.bgs-vip__label-1 {
	margin-bottom: 20px;
	padding: 3px 10px;
	font-size: 12px;
	text-transform: uppercase;
}

.bgs-vip__label-2 {
	margin-bottom: 25px;
	margin-left: -65px;
	padding: 6px 23px;
	font-size: 24px;
}

.bgs-vip__label-2_b {
	font-weight: 900;
}

.bgs-vip__label-3 {
	display: block;
	padding: 7px 11px;
	font-size: 18px;
}

.bgs-vip__price {
	color: #62bee1;
}

.bgs-vip__title {
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
}

.bgs-vip__subtitle {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 6px;
}

.bgs-vip__slogan {
	margin-top: 20px;
	font-size: 18px;
	letter-spacing: 9px;
}

.bgs-vip__list {
	margin-top: 20px;
	margin-bottom: 0;
}

.bgs-vip__list-item {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}

.bgs-vip__list-item:not(:last-child) {
	padding-right: 10px;
	border-right: 1px solid #ddd;
}



.bgs-vip_1 .bgs-vip__slogan {
	padding-left: 48px;
}

.bgs-vip_1 .bgs-vip__subtitle {
	margin-top: 20px;
}

.bgs-vip_2 .bgs-vip__slogan {
	text-align: left;
}

.bgs-vip_3 .bgs-vip__slogan {
	text-align: left;
	padding-right: 67px;
}

.b-goods {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.b-goods__img {
	position: relative;
}

.b-goods__img img {
	height: auto;
}

.b-goods__price {
	display: inline-block;
}

.b-goods__price-main {
	font-size: 24px;
	color: #FFF;
	padding: 2px 17px;
	margin-left: 20px;
	display: inline-block;
}

.col-xl-9 .b-goods__price-main {
	font-size: 20px;
	padding: 2px 10px;
}

.b-goods__price-msrp {
	color: #222222;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 20px;
}

.b-goods__name {
	margin-bottom: 23px;
	padding-top: 0;
	padding-bottom: 16px;
	font-size: 22px;
	font-weight: 500;
	color: #222;
	border-bottom: 1px solid #f4f4f4;
}

.b-goods__inner .b-goods__header .b-goods__name {
	padding-top: 20px;
}

.col-xl-9 .b-goods__inner .b-goods__header .b-goods__name {
	padding-top: 10px;
	padding-bottom: 7px;
	font-size: 18px;
}

.b-goods__label {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px 0 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
}

.b-goods__header {
	overflow: hidden;
}

.b-goods__info {
	display: none;
	margin-bottom: 26px;
	line-height: 1.6;
}

.b-goods__footer {
	overflow: hidden;
}

.b-goods__main-descr {
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
}

.b-goods__main-descr .ic {
	margin-right: 7px;
}

.b-goods__link {
	background-color: transparent;
	border: none;
	display: inline-block;
	cursor: pointer;
}

.b-goods .flip__front {
	border: 1px solid #f4f4f4;
}

.b-goods:hover {
	box-shadow: 0 0 32px 4px rgba(0, 0, 0, 0.08);
	background: #fff;
}

.b-goods_back_sm .flip__back .bgs-info__item,
.b-goods_back_sm .flip__back .bgs-info__desc {
	font-size: 12px;
}

.b-goods_list {
	padding: 15px;
	text-align: left;
	margin-bottom: 0;
}

.b-goods_list .flip-container {
	border: 1px solid #dddddd;
	padding: 15px;
	background: #fff;
}

.b-goods_list .flip__front {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: none;
}

.b-goods_list .b-goods__img {
	height: 220px;
	margin-right: 30px;
}

.b-goods_list .b-goods__img img {
	width: 293px;
}

.b-goods_list .b-goods__price-main {
	font-size: 18px;
	margin-left: 0;
}

.b-goods_list .b-goods__price-msrp {
	margin-left: 14px;
}

.b-goods_list .b-goods__inner {
	border: none;
}

.b-goods_list .b-goods__name {
	float: left;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-right: 15px;
	border-bottom: none;
	text-transform: uppercase;
	font-size: 18px;
}

.b-goods_list .b-goods__info {
	display: block;
	margin-bottom: 20px;
}

.b-goods_list .b-goods__main-descr {
	display: none;
}

.b-goods_list .b-goods__header {
	position: relative;
	padding-right: 90px;
	padding-bottom: 10px;
	padding-top: 17px;
}

.b-goods_list .b-goods__check {
	position: absolute;
	right: 12px;
	top: 12px;
}

.b-goods_list .b-goods__link {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	vertical-align: bottom;
}

.b-goods_list .ui-rating {
	margin-bottom: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.b-goods_list .bgs-descr {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 12px;
}

.b-goods_list .bgs-descr__item {
	width: auto;
	line-height: 1;
	padding-right: 18px;
	position: relative;
	border-right: none;
	vertical-align: baseline;
}

.b-goods_list .bgs-descr__item:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -3px;
	height: 20px;
	width: 1px;
	background-color: #ddd;
}

.b-goods_list .bgs-descr__item:first-child {
	border-left: none;
	padding-left: 0;
	font-size: 16px;
	font-weight: 500;
}

.b-goods_list .bgs-descr__item:first-child:after {
	bottom: 0;
}

.b-goods_list .bgs-descr__item .ic {
	margin-right: 7px;
}

.b-goods_list .bgs-descr__info {
	font-weight: 500;
}

.b-goods_list .flip__back,
.b-goods_list .flip-btn {
	display: none;
}

.bgs-info {
	overflow: auto;
	margin-bottom: 0;
	padding: 15px 0 0 0;
	background-color: #f4f4f4;
}

.col-xl-9 .bgs-info {
	padding-top: 0;
}

.col-xl-9 .flip__footer .btn {
	font-size: 14px;
	padding: 10px 35px;
}


.bgs-info__item {
	overflow: hidden;
	font-size: 13px;
}

.bgs-info__item:not(:last-child) {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.bgs-info__desc {
	font-size: 12px;
}

.bgs-descr {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 25px;
	text-align: center;
}

.bgs-descr__item {
	display: inline-block;
	padding-left: 9px;
	padding-right: 9px;
	vertical-align: bottom;
	border-right: 1px solid #ddd;
}

.col-xl-9 .bgs-descr__item {
	padding-left: 3px;
	padding-right: 6px;
}


.bgs-descr__item:first-child {
	border-left: 1px solid #ddd;
}

.bgs-descr__item:last-child {
	border-right: none;
}

.bgs-descr__item .ic {
	margin-bottom: 3px;
	font-size: 24px;
}

.bgs-descr__info {
	display: block;
	font-size: 14px;
}

.bgs-descr__item:not(:last-child) .bgs-descr__info {
	border-right: 1px solid #ccc;
}

.b-goods:not(.b-goods_list) .ui-rating,
.b-goods:not(.b-goods_list) .b-goods__check,
.b-goods:not(.b-goods_list) .b-goods__link,
.b-goods:not(.b-goods_list) .b-goods__price-msrp,
.b-goods:not(.b-goods_list) .bgs-descr__item_main {
	display: none;
}

@media(min-width: 1200px) {

.catalog-grid__inner.listing-l-col6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.catalog-grid__inner.listing-l-col5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.catalog-grid__inner.listing-l-col4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.catalog-grid__inner.listing-l-col3 {
    -ms-grid-columns: 1fr 1fr 1fr ;
    grid-template-columns: 1fr 1fr 1fr ;
}

.catalog-grid__inner.listing-l-col2 {
    -ms-grid-columns: 1fr 1fr  ;
    grid-template-columns: 1fr 1fr ;
}

.catalog-grid__inner.listing-l-col1 {
    -ms-grid-columns: 1fr ;
    grid-template-columns: 1fr ;
}
    
}


@media(max-width: 1100px)and (min-width: 768px) {
    
    .catalog-grid__inner.listing-m-col6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.catalog-grid__inner.listing-m-col5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.catalog-grid__inner.listing-m-col4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.catalog-grid__inner.listing-m-col3 {
    -ms-grid-columns: 1fr 1fr 1fr ;
    grid-template-columns: 1fr 1fr 1fr ;
}

.catalog-grid__inner.listing-m-col2 {
    -ms-grid-columns: 1fr 1fr  ;
    grid-template-columns: 1fr 1fr ;
}

.catalog-grid__inner.listing-m-col1 {
    -ms-grid-columns: 1fr ;
    grid-template-columns: 1fr ;
}
    
}






@media(max-width: 768px) {
    
    .catalog-grid__inner.listing-s-col6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.catalog-grid__inner.listing-s-col5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.catalog-grid__inner.listing-s-col4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.catalog-grid__inner.listing-s-col3 {
    -ms-grid-columns: 1fr 1fr 1fr ;
    grid-template-columns: 1fr 1fr 1fr ;
}

.catalog-grid__inner.listing-s-col2 {
    -ms-grid-columns: 1fr 1fr  ;
    grid-template-columns: 1fr 1fr ;
}

.catalog-grid__inner.listing-s-col1 {
    -ms-grid-columns: 1fr ;
    grid-template-columns: 1fr ;
}
    
}




@media (min-width: 1290px) {
    .elementor-widget-tmreviews-places-searchs .selection-form-style-5col .selection-form-selects {
        min-width: 1015px;
    }
}


@media(min-width: 1000px) and  (max-width: 1290px){


.elementor-widget-tmreviews-places-searchs .selection-form-style-5col .selection-form-selects {
    min-width: 975px;
    max-width: 975px;
}
    
    
}



html .elementor-widget-tmreviews-places-searchs .custom-select .tmnice-select.open ul li {
    font-weight: normal;
}


html .elementor-widget-tmreviews-places-searchs .selection-form__body-type {
    padding-top: 0;
    padding-left: 10px;
    margin-left: -20px;
}



@media (max-width: 1000px) {
    
html .elementor-widget-tmreviews-places-searchs .selection-form-style-no_box .selection-form__selects { 
    padding: 20px !important; 
}
    
    
    html .elementor-widget-tmreviews-places-searchs .selection-form-style-no_box .selection-form__inner .custom-select.style_three {
    width: 100% !important;
}
    
}


html .elementor-widget-tmreviews-places-searchs .custom-select .tmnice-select {
    height: 62px;
    border-radius: 0;
    padding-top: 4px !important;
}


.align_left{
    text-align: left;
}
.align_center{
    text-align: center;
}
.align_right{
    text-align: right;
}

