.montserrat-thin {font-family: "Montserrat", serif; font-optical-sizing: auto; font-weight: 100; font-style: normal;}
.montserrat-extralight {font-family: "Montserrat", serif; font-optical-sizing: auto; font-weight: 200; font-style: normal;}
.montserrat-light {font-family: "Montserrat", serif; font-optical-sizing: auto; font-weight: 300; font-style: normal;}
.montserrat-regular {font-family: "Montserrat", serif; font-optical-sizing: auto; font-weight: 400; font-style: normal;}
.montserrat-medium {font-family: "Montserrat", serif; font-optical-sizing: auto; font-weight: 500; font-style: normal;}
.montserrat-semibold {font-family: "Montserrat", serif; font-optical-sizing: auto; font-weight: 600; font-style: normal;}
.montserrat-bold {font-family: "Montserrat", serif; font-optical-sizing: auto; font-weight: 700; font-style: normal;}
.montserrat-extrabold {font-family: "Montserrat", serif; font-optical-sizing: auto; font-weight: 800; font-style: normal;}
.montserrat-black {font-family: "Montserrat", serif; font-optical-sizing: auto; font-weight: 900; font-style: normal;}

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}
	50% {
		transform: scale(1.05);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}
}
.pulsating-button {animation: pulse 1.5s infinite;}
.pulsating-button:hover {animation: none;}

html, body{font-family: "Montserrat", sans-serif; font-size: 1.1rem; line-height: 1.6; font-weight: 400; color: #333; background:#ffffff;}
body.doNotScroll{overflow:hidden; height:100vh;}
*:focus {outline: none;}
h1, .h1{margin: 0 0 30px 0; padding: 0; font-weight: 700; font-size: 40px; line-height: 1;}
h2, .h2{margin: 0 0 30px 0; padding: 0; font-weight: 700; font-size: 30px; line-height: 1;}
h3, .h3{margin: 0 0 30px 0; padding: 0; font-weight: 700; font-size: 26px; line-height: 1;}
a{text-decoration:none; color:inherit; outline:none;}
a:hover{color: inherit;}
img{height: auto; width: 100%;}
p{margin:0 0 20px 0;}
p:last-child{margin:0;}
.transition1s{transition:all 0.1s linear 0s; -webkit-transition:all 0.1s linear 0s; -moz-transition:all 0.1s linear 0s; -o-transition:all 0.1s linear 0s; -ms-transition:all 0.1s linear 0s;}
.transition2s{transition:all 0.2s linear 0s; -webkit-transition:all 0.2s linear 0s; -moz-transition:all 0.2s linear 0s; -o-transition:all 0.2s linear 0s; -ms-transition:all 0.2s linear 0s;}
.transition3s{transition:all 0.3s linear 0s; -webkit-transition:all 0.3s linear 0s; -moz-transition:all 0.3s linear 0s; -o-transition:all 0.3s linear 0s; -ms-transition:all 0.3s linear 0s;}
.nonMobile{display: none;}
.mobile {display:inherit;}
.text-center{text-align: center;}
.image404{width: 300px;}

#menuToggle{display: block; -webkit-user-select: none; user-select: none; cursor: pointer;}
#menuToggle span{display: block; width: 33px; height: 4px; margin-bottom: 5px; position: relative; background: #fff; border-radius: 3px;z-index: 1; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;}
#menuToggle span:first-child{transform-origin: 0% 0%;}
#menuToggle span:nth-last-child(2){transform-origin: 0% 100%;}

#menuToggle.active span{opacity: 1; transform: rotate(45deg) translate(-2px, -1px);}
#menuToggle.active span:nth-last-child(2){opacity: 0; transform: rotate(0deg) scale(0.2, 0.2);}
#menuToggle.active span:nth-last-child(1){transform: rotate(-45deg) translate(0, -1px);}

header{background: #171c33; position: relative; z-index: 3;}
header .content{display: flex; padding: 30px; justify-content: space-between; align-items: center; position: relative; z-index: 2;}
header .content .headerLogo{display: inline-block; width: 150px;}
header .content .phoneWrapper{}
header .content .phoneWrapper i{background: linear-gradient(90deg, #ffab39, #ff1a00); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 24px;}
header .content .phoneWrapper .desktop{display: none; gap: 15px; padding: 5px 20px; border-radius: 25px;}
header .content .phoneWrapper .desktop img{width: 26px;}
header .content .phoneWrapper .desktop .phoneNumber{font-weight: 700;}

nav{position: absolute; z-index: 2; color: #fff; padding-bottom: 40px; transform: translateY(-100%); width: 100%; background: rgba(23, 28, 51, 1);}
nav.open{transform: none;}
nav .content{display: flex; flex-direction: column; gap: 50px;}
nav .left{flex: 1;}
nav .left ul.mainNavigation{margin: 0; list-style: none; display: flex; flex-direction: column; gap: 15px; padding: 0 30px; position: relative;}
nav .left ul.mainNavigation li{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
nav .left ul.mainNavigation li a{text-transform: uppercase; font-size: 16px;}
nav .left ul.mainNavigation li i{}
nav .left ul.mainNavigation li ul.subNavigation{width: 100%; display: none; flex-direction: column; gap: 5px; margin-top: 10px;}
nav .left ul.mainNavigation li ul.subNavigation li{}
nav .left ul.mainNavigation li ul.subNavigation li a{}
nav .right{display: flex; flex-direction: column; gap: 20px;}
nav .right .mainTitle{margin: 0; font-weight: 900; font-size: 40px;}
nav .right .contactItem{display: flex; align-items: center; gap: 10px; flex-direction: row-reverse; margin: 0 auto 0 0;}
nav .right .contactItem .text{margin: 0; line-height: 1.2;}
nav .right .contactItem .icon{font-size: 26px;}
nav .right .socialWrapper{display: flex; gap: 20px;}
nav .right .socialWrapper a{width: 40px;}

#heroWrapper {position: relative; width: 100%; height: 60vw; overflow: hidden;}
#heroWrapper video {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}

#pillsWrapper{z-index: 1; position: relative; padding: 80px 0; background: linear-gradient(180deg, #4c90cd, #171c32);}
#pillsWrapper .content{display: flex; gap: 20px; flex-wrap: wrap;}
#pillsWrapper .content .item{width: 100%; height: 110px; border-radius: 30px; position: relative;}
#pillsWrapper .content .item .mainTitle{margin: 0; text-transform: uppercase; font-size: 24px; transition:all 0.3s linear 0s; -webkit-transition:all 0.3s linear 0s; -moz-transition:all 0.3s linear 0s; -o-transition:all 0.3s linear 0s; -ms-transition:all 0.3s linear 0s; position: absolute; bottom: 10%; left: 50%; transform: translateX(-50%); width: 100%; text-align: center; opacity: 0; visibility: hidden;}
#pillsWrapper .content .item .mainTitle .icon{display: none;}
#pillsWrapper .content .item .smallMainTitle{margin: 0; position: absolute; top: 50%; right: 10%; transform: translateY(-50%); font-weight: 600; transition:all 0.3s linear 0s; -webkit-transition:all 0.3s linear 0s; -moz-transition:all 0.3s linear 0s; -o-transition:all 0.3s linear 0s; -ms-transition:all 0.3s linear 0s; font-size: 26px;}
#pillsWrapper .content .item.open{display: flex; align-items: center; justify-content: center; height: 70vw;}
#pillsWrapper .content .item.open .mainTitle{opacity: 1; animation-delay: 1s; visibility: visible;}
#pillsWrapper .content .item.open .mainTitle .icon{display: inherit;}
#pillsWrapper .content .item.open .smallMainTitle{opacity: 0;}
#pillsWrapper .content .item:first-child{background: url(../img/pill-bg-trucks.png) no-repeat 50% / cover;}
#pillsWrapper .content .item:nth-child(2){background: url(../img/pill-bg-trailers.png) no-repeat 50% / cover;}
#pillsWrapper .content .item:nth-child(3){background: url(../img/pill-bg-box-trucks.png) no-repeat 50% / cover;}
#pillsWrapper .content .item:nth-child(4){background: url(../img/pill-bg-vans.png) no-repeat 50% / cover;}
#pillsWrapper .content .item:nth-child(5){background: url(../img/pill-bg-cars.png) no-repeat 50% / cover;}
#pillsWrapper .content .item:nth-child(6){background: url(../img/pill-bg-other-vehicles.png) no-repeat 50% / cover;}

.pageWrapper{padding: 80px 0; font-size: 15px;}
.pageWrapper h2.success{color: green;}

.box01{padding: 80px 0; text-align: center;}
.box01 .content{display: flex; flex-direction: column; gap: 80px;}
.box01 .content .left{display: flex; flex-direction: column; gap: 30px;}
.box01 .content .left .mainTitle{font-size: 34px; text-transform: uppercase; margin: 0; font-weight: 800;}
.box01 .content .left .text{text-align: justify;}
.box01 .content .right{display: flex; flex-wrap: wrap; gap: 10px;}
.box01 .content .right .tile{width: calc(calc(100% - 20px) / 2); padding: 20px 0; border-radius: 15px; display: flex; flex-direction: column; gap: 15px;}
.box01 .content .right .tile .number{margin: 0; line-height: 1; font-weight: 900; font-size: 40px;}
.box01 .content .right .tile .title{font-weight: 700; line-height: 1.2; text-transform: uppercase; font-size: 16px;}

.box02{padding: 80px 0; text-align: center;}
.box02 .content{display: flex; flex-direction: column; gap: 80px;}
.box02 .content .left{}
.box02 .content .left img{}
.box02 .content .right{display: flex; flex-direction: column; gap: 30px; padding: 50px 0; border-radius: 15px;}
.box02 .content .right .mainTitle{font-size: 34px; text-transform: uppercase; margin: 0;}
.box02 .content .right .mainTitle .small{font-size: 22px; margin: 10px 0; display: block;}
.box02 .content .right .mainTitle .price{font-weight: 900; font-size: 50px;}
.box02 .content .right .button{font-weight: 700; text-transform: uppercase; padding: 0 40px; border-radius: 20px; display: flex; margin: 0 auto; height: 40px; align-items: center; font-size: 16px;}

.box03{padding: 80px 0; text-align: center;}
.box03 .content{display: flex; flex-direction: column-reverse; gap: 30px;}
.box03 .content .left{display: flex; flex-direction: column; gap: 30px; padding: 50px 0; border-radius: 15px;}
.box03 .content .left .title{font-size: 34px; text-transform: uppercase; margin: 0;}
.box03 .content .left .title .small{font-size: 22px; margin: 10px 0; display: block;}
.box03 .content .left .title .price{font-weight: 900; font-size: 50px;}
.box03 .content .left .button{font-weight: 700; text-transform: uppercase; padding: 0 40px; border-radius: 20px; display: flex; margin: 0 auto; height: 40px; align-items: center; font-size: 16px;}
.box03 .content .left .special{padding: 20px; border-radius: 20px;}
.box03 .content .right .mainTitle{font-size: 34px; text-transform: uppercase; margin: 0; font-weight: 800;}
.truckWrapsSliderWrapper{}
.truckWrapsSliderWrapper .item{padding: 20px;}
.truckWrapsSliderWrapper .owl-dots{display: flex;}
.truckWrapsSliderWrapper .owl-dots::before {content: ""; position: absolute; bottom: 14px; left: 10px; right: 10px; height: 3px; background: #e6e7e8; left: var(--firstDotWidth-dot-half-width); right: var(--lastDotWidth-dot-half-width);}
.truckWrapsSliderWrapper .owl-dots .owl-dot{flex: 1; display: flex; flex-direction: column; align-items: center; position: relative; z-index: 1; gap: 5px;}
.truckWrapsSliderWrapper .owl-dots .owl-dot .dot-title{font-size: 14px; font-weight: 700; text-transform: uppercase; width: auto; height: auto; background: none; border: none; border-radius: unset;}
.truckWrapsSliderWrapper .owl-dots .owl-dot span{width: 30px; height: 30px; background: #fff; border-radius: 50%; transition: background 0.3s, transform 0.3s; position: relative; border: 5px solid #e6e7e8;}
.truckWrapsSliderWrapper .owl-dots .owl-dot.active span:last-child{background: linear-gradient(90deg, #ff1a00, #ffab39); transform: scale(1.2);}
.truckWrapsSliderWrapper .custom-dots {display: flex; justify-content: space-between; align-items: center; position: relative; max-width: 400px; margin: 20px auto;}
.truckWrapsSliderWrapper .custom-dots::before {content: ""; position: absolute; bottom: 14px; left: 10px; right: 10px; height: 3px; background: #e6e7e8;}
.truckWrapsSliderWrapper .dot-wrapper {display: flex; flex-direction: column; align-items: center; position: relative; z-index: 1;}
.truckWrapsSliderWrapper .dot-label {margin-bottom: 8px; font-size: 14px; font-weight: 700; text-transform: uppercase;}
.truckWrapsSliderWrapper .dot {width: 30px; height: 30px; background: #fff; border-radius: 50%; transition: background 0.3s, transform 0.3s; position: relative; border: 5px solid #e6e7e8;}
.truckWrapsSliderWrapper .dot.active {background: linear-gradient(90deg, #ff1a00, #ffab39); transform: scale(1.2);}

.box04{padding: 80px 0; text-align: center; position: relative; padding-bottom: 100vw;}
.box04::after{position: absolute; content: ""; background: url(../img/homepage-advertise-your-vehicle.png) no-repeat 50% / contain; bottom: 0; left: 0; right: 0; height: 100vw;}
.box04 .content{}
.box04 .content .left{display: flex; flex-direction: column; gap: 30px; position: relative; z-index: 1;}
.box04 .content .left .mainTitle{font-size: 34px; text-transform: uppercase; margin: 0; font-weight: 800;}
.box04 .content .left .subTitle{margin: 0; text-transform: uppercase; font-weight: 500;}
.box04 .content .left .text{}
.box04 .content .left .iconsWrapper{display: flex; flex-direction: column; gap: 30px;}
.box04 .content .left .iconsWrapper .item{display: flex; flex-direction: column; gap: 10px; align-items: center;}
.box04 .content .left .iconsWrapper .item .icon{width: 70px;}
.box04 .content .left .iconsWrapper .item .title{font-weight: 600; text-transform: uppercase;}

.box05{padding: 80px 0; text-align: center;}
.box05 .content{display: flex; flex-direction: column; gap: 50px;}
.box05 .content .item{display: flex; flex-direction: column; gap: 20px; align-items: center;}
.box05 .content .item .icon{width: 120px;}
.box05 .content .item .title{font-weight: 700; text-transform: uppercase;}

.box06{padding: 80px 0; text-align: center;}
.box06 .content{display: flex; flex-direction: column; gap: 50px; /*width: fit-content;*/ position: relative;}
.box06 .content .mainTitle{font-size: 34px; text-transform: uppercase; margin: 0; font-weight: 800; text-align: center;}
.box06 .content .mainTitle .small{font-weight: 500; font-size: 26px;}
#carousel-container {width: 100%; overflow-x: hidden; position: relative;}
#carousel-wrapper {display: flex; width: fit-content; position: relative;}
.carousel-item {width: 1000px; margin-right: 20px;}
.grid-container{display: flex; flex-wrap: wrap; gap: 20px;}
.grid-container .box{background-color: #007bff; border-radius: 15px; display: flex; overflow: hidden; height: 160px;}
.grid-container .box img{object-fit: cover; object-position: center; width: 100%;}

#gallery{padding: 80px 0; text-align: center;}
#gallery .content{display: flex; flex-direction: column; gap: 50px; position: relative; z-index: 1;}

/*.box06 .content .grid-container{display: flex; flex-wrap: wrap; gap: 20px;}
.box06 .content .grid-container .box{height: 60px; background-color: #007bff; border-radius: 15px; display: flex; overflow: hidden;}
.box06 .content .grid-container .box img{object-fit: cover; object-position: center;}
.box06 .content .grid-container .item {background-color: #eee; overflow: hidden; text-align: center; font-weight: bold; height: 180px; border-radius: 15px; display: flex;}
.box06 .content .grid-container .item img{object-fit: cover; object-position: center;}
.box06 .content .grid-container .item-1, .item-2 {height: 180px;}
.box06 .content .grid-container .row-2-3 {display: flex; flex-direction: column; height: auto; grid-template-columns: 2fr 3fr; gap: 20px; grid-column: span 2;}
.box06 .content .invert .grid-container .row-2-3 {grid-template-columns: 3fr 2fr;}
.box06 .content .grid-container .left-column .item-3 {height: 180px;}
.box06 .content .grid-container .right-column {display: flex; flex-direction: column; gap: 20px;}
.box06 .content .grid-container .item-4 {height: 180px;}
.box06 .content .grid-container .bottom-row {display: flex; flex-direction: column; grid-template-columns: 1fr 1fr; gap: 20px; height: auto;}
.box06 .content .grid-container .top-row {display: flex; flex-direction: column; grid-template-columns: 1fr 1fr; gap: 20px; height: auto;}
.box06 .content .grid-container .item-5, .item-6 {height: 180px;}
.box06 .content .grid-container .item-7, .item-8 {height: 180px;}
*/
.box06 .content .button{padding: 5px 30px; border-radius: 25px; display: flex; margin: 0 auto; text-transform: uppercase; font-weight: 700;}

.box07{padding: 80px 0; text-align: center;}
.box07 .content{}
.box07 .content .mainTitle{font-size: 34px; text-transform: uppercase; margin: 0; font-weight: 500;}

.box08{padding: 80px 0; text-align: center;}
.box08 .content{display: flex; flex-direction: column; gap: 50px;}
.box08 .content .left{display: flex; flex-direction: column; gap: 30px;}
.box08 .content .left .mainTitle{font-size: 34px; text-transform: uppercase; margin: 0; font-weight: 800;}
.box08 .content .left .subTitle{margin: 0; text-transform: uppercase; font-weight: 500;}
.box08 .content .left .text{}
.box08 .content .right{}

.box08a{padding: 80px 0; text-align: center;}
.box08a .content{display: flex; flex-direction: column; gap: 50px;}
.box08a .content .left{display: flex; flex-direction: column; gap: 30px;}
.box08a .content .left .mainTitle{font-size: 34px; text-transform: uppercase; margin: 0; font-weight: 800;}
.box08a .content .left .subTitle{margin: 0; text-transform: uppercase; font-weight: 500;}
.box08a .content .left .text{}
.box08a .content .right{}

.box09{padding: 80px 0; text-align: center;}
.box09 .content{display: flex; flex-direction: column; gap: 50px;}
.box09 .content .top{display: flex; flex-direction: column; gap: 50px; overflow: hidden;}
.box09 .content .top .left{display: flex; flex-direction: column; gap: 30px;}
.box09 .content .top .left .mainTitle{font-size: 34px; text-transform: uppercase; margin: 0; font-weight: 800;}
.box09 .content .top .left p{}
.box09 .content .top .right{display: flex; flex-direction: column; gap: 20px;}
.box09 .content .top .right .testimonialItem{width: 100%; padding: 20px; border-radius: 15px; min-height: 100px;}

.box09a{padding: 0 0 80px 0;}
.box09a .content .bottom{}
.box09a .content .bottom .clientsCarousel{}
.box09a .content .bottom .clientsCarousel .item{background: #eaecef; height: 140px; display: flex; align-items: center; justify-content: center; border-radius: 15px; padding: 25px;}
.box09a .content .bottom .clientsCarousel .item img{max-width: 190px; max-height: 70px;}
.box09a .content .bottom .clientsCarousel .owl-dots{display: flex; align-items: center; justify-content: center; margin: 0;}
.box09a .content .bottom .clientsCarousel .owl-dots .owl-dot{margin: 0 8px;}
.box09a .content .bottom .clientsCarousel .owl-dots .owl-dot.active{}
.box09a .content .bottom .clientsCarousel .owl-dots .owl-dot span{display: block; height: 20px; width: 20px; background: #dfe2e7; border-radius: 10px; transition:all 0.3s linear 0s; -webkit-transition:all 0.3s linear 0s; -moz-transition:all 0.3s linear 0s; -o-transition:all 0.3s linear 0s; -ms-transition:all 0.3s linear 0s;}
.box09a .content .bottom .clientsCarousel .owl-dots .owl-dot.active span{background: #ff9500;}

.box10{padding: 80px 0; text-align: center; background: rgb(238,240,242); background: linear-gradient(0deg, rgba(238,240,242,1) 0%, rgba(255,255,255,1) 100%);}
.box10 .content{display: flex; flex-direction: column; gap: 50px;}
.box10 .content .mainTitle{font-size: 34px; text-transform: uppercase; margin: 0; font-weight: 800;}
.box10 .content .mainTitle .small{font-weight: 500; font-size: 26px;}
.box10 .content .blogsCarousel{}
.box10 .content .blogsCarousel .item{position: relative; overflow: hidden; border-radius: 15px; display: block;}
.box10 .content .blogsCarousel .item::after{position: absolute; content: ""; background: #171C33; background: linear-gradient(0deg, rgba(23, 28, 51, 1) 0%, rgba(23, 28, 51, 0) 100%); bottom: 0; left: 0; right: 0; top: 0; z-index: 1; opacity: 0.8;}
.box10 .content .blogsCarousel .item img{}
.box10 .content .blogsCarousel .item .title{position: absolute; z-index: 2; color: #fff; bottom: 0; left: 0; right: 0; font-size: 15px; padding: 20px; text-align: left; font-weight: 600; line-height: 1.3;}
.box10 .content .blogsCarousel .owl-dots{display: flex; align-items: center; justify-content: center; margin-top: 20px;}
.box10 .content .blogsCarousel .owl-dots .owl-dot{margin: 0 8px;}
.box10 .content .blogsCarousel .owl-dots .owl-dot.active{}
.box10 .content .blogsCarousel .owl-dots .owl-dot span{display: block; height: 20px; width: 20px; background: #dfe2e7; border-radius: 10px; transition:all 0.3s linear 0s; -webkit-transition:all 0.3s linear 0s; -moz-transition:all 0.3s linear 0s; -o-transition:all 0.3s linear 0s; -ms-transition:all 0.3s linear 0s;}
.box10 .content .blogsCarousel .owl-dots .owl-dot.active span{background: #ff9500;}
.box10 .content .button{padding: 5px 30px; border-radius: 25px; display: flex; margin: 0 auto; text-transform: uppercase; font-weight: 700;}

.box11{padding: 80px 0; text-align: center;}
.box11 .content{display: flex; flex-direction: column; gap: 50px;}
.box11 .content .mainTitle{font-size: 34px; text-transform: uppercase; margin: 0; font-weight: 800;}
.box11.v2 .content .mainTitle{display: flex; flex-direction: column; gap: 20px;}
.box11 .content .mainTitle img{width: 250px; margin: 0 auto;}
.box11 .content .printDesignCarousel{}
.box11 .content .printDesignCarousel .item{border-radius: 15px; overflow: hidden;}
.box11 .content .printDesignCarousel .owl-dots{display: flex; align-items: center; justify-content: center; margin-top: 20px;}
.box11 .content .printDesignCarousel .owl-dots .owl-dot{margin: 0 8px;}
.box11 .content .printDesignCarousel .owl-dots .owl-dot.active{}
.box11 .content .printDesignCarousel .owl-dots .owl-dot span{display: block; height: 20px; width: 20px; background: #dfe2e7; border-radius: 10px; transition:all 0.3s linear 0s; -webkit-transition:all 0.3s linear 0s; -moz-transition:all 0.3s linear 0s; -o-transition:all 0.3s linear 0s; -ms-transition:all 0.3s linear 0s;}
.box11 .content .printDesignCarousel .owl-dots .owl-dot.active span{background: #ff9500;}
.box11 .content .button{padding: 5px 30px; border-radius: 25px; display: flex; margin: 0 auto; text-transform: uppercase; font-weight: 700;}

#pageHero{position: relative; z-index: 1; text-align: center; display: flex; flex-direction: column; gap: 20px; padding: 60px 15px; background-position: center; background-size: cover;}
#pageHero::after{position: absolute; content: ""; top: 0; right: 0; left: 0; bottom: 0; background: rgba(22, 27, 51, 0.8); z-index: -1;}
#pageHero .mainTitle{font-size: 42px; text-transform: uppercase; margin: 0; font-weight: 800;}
#pageHero .small{margin: 0; text-transform: uppercase; font-weight: 500;}
#pageHero form{height: 50px; border-radius: 25px; border: 1px solid #fff; display: flex; align-items: stretch; justify-content: space-between; padding: 0 15px;}
#pageHero form input{border: none; background: transparent; font-weight: 600; color: #fff;}
#pageHero form input::placeholder{color: #fff; opacity: 1;}
#pageHero form button{border: none; background: transparent; color: #fff;}

.blogsWrapper{padding: 80px 0;}
.blogsWrapper .content{display: flex; flex-direction: column; gap: 50px;}
.blogsWrapper .content .left{}
.blogsWrapper .content .left .lastBlog{display: flex; flex-direction: column; gap: 20px;}
.blogsWrapper .content .left .lastBlog .thumbWrapper{border-radius: 30px; overflow: hidden;}
.blogsWrapper .content .left .lastBlog .thumbWrapper img{}
.blogsWrapper .content .left .lastBlog .textWrapper{display: flex; flex-direction: column; gap: 15px;}
.blogsWrapper .content .left .lastBlog .textWrapper .title{margin: 0; font-size: 26px;}
.blogsWrapper .content .left .lastBlog .textWrapper .text{}
.blogsWrapper .content .left .lastBlog .buttonsWrapper{display: flex; justify-content: space-between; font-size: 14px; align-items: center;}
.blogsWrapper .content .left .lastBlog .buttonsWrapper .date{}
.blogsWrapper .content .left .lastBlog .buttonsWrapper .button{}
.blogsWrapper .content .right{}
.blogsWrapper .content .right .otherBlogs{display: flex; padding: 20px; flex-wrap: wrap; gap: 20px; height: 600px; overflow-y: scroll;}
.blogsWrapper .content .right .otherBlogs .item{display: flex; gap: 10px; align-items: center;}
.blogsWrapper .content .right .otherBlogs .item .thumbWrapper{width: 150px; border-radius: 15px; overflow: hidden;}
.blogsWrapper .content .right .otherBlogs .item .textWrapper{flex: 1; display: flex; flex-direction: column; gap: 10px;}
.blogsWrapper .content .right .otherBlogs .item .textWrapper .title{margin: 0; font-size: 18px;}
.blogsWrapper .content .right .otherBlogs .item .textWrapper .text{display: none;}
.blogsWrapper .content .right .otherBlogs .item .textWrapper .button{font-size: 14px; font-weight: 600;}
.blogsWrapper .content .right .otherBlogs::-webkit-scrollbar {width: 20px;}
.blogsWrapper .content .right .otherBlogs::-webkit-scrollbar-track {box-shadow: inset 0 0 5px #ccc; border-radius: 10px;}
.blogsWrapper .content .right .otherBlogs::-webkit-scrollbar-thumb {background: #eaecef; border-radius: 10px;}
.blogsWrapper .content .right .otherBlogs::-webkit-scrollbar-thumb:hover {background: #bac0c8;}

.faqWrapper{padding: 80px 0; text-align: center;}
.faqWrapper .content{display: flex; flex-direction: column; gap: 20px;}
.faqWrapper .content .mainTitle{font-size: 34px; text-transform: uppercase; margin: 0; font-weight: 800;}
.faqWrapper .content .subTitle{margin: 0; text-transform: uppercase; font-weight: 500;}
.faqWrapper .content .questionsWrapper{text-align: left; display: flex; flex-direction: column; gap: 20px;}
.faqWrapper .content .questionsWrapper .itemWrapper{}
.faqWrapper .content .questionsWrapper .itemWrapper .title{margin: 0; border-radius: 20px; padding: 5px 10px; display: flex; align-items: center; justify-content: space-between; font-weight: 500; cursor: pointer;}
.faqWrapper .content .questionsWrapper .itemWrapper .title i{}
.faqWrapper .content .questionsWrapper .itemWrapper .text{display: none; padding: 20px; font-size: 16px;}

.box12{padding: 80px 0; text-align: center;}
.box12 .content{display: flex; flex-direction: column; gap: 50px;}
.box12 .content .mainTitle{font-size: 34px; text-transform: uppercase; margin: 0; font-weight: 800;}
.box12 .content .materialBrandsCarousel{}
.box12 .content .materialBrandsCarousel .item{height: 200px; border-radius: 15px; overflow: hidden;}
.box12 .content .materialBrandsCarousel .owl-dots{display: flex; align-items: center; justify-content: center; margin-top: 20px;}
.box12 .content .materialBrandsCarousel .owl-dots .owl-dot{margin: 0 8px;}
.box12 .content .materialBrandsCarousel .owl-dots .owl-dot.active{}
.box12 .content .materialBrandsCarousel .owl-dots .owl-dot span{display: block; height: 20px; width: 20px; background: #dfe2e7; border-radius: 10px; transition:all 0.3s linear 0s; -webkit-transition:all 0.3s linear 0s; -moz-transition:all 0.3s linear 0s; -o-transition:all 0.3s linear 0s; -ms-transition:all 0.3s linear 0s;}
.box12 .content .materialBrandsCarousel .owl-dots .owl-dot.active span{background: #ff9500;}
.box12 .content .button{padding: 5px 30px; border-radius: 25px; display: flex; margin: 0 auto; text-transform: uppercase; font-weight: 700;}

.box13{padding: 80px 0; text-align: center;}
.box13 .content{display: flex; flex-direction: column; gap: 80px;}
.box13 .content .left{border-radius: 20px; display: flex; flex-direction: column; gap: 30px; padding-top: 30px;}
.box13 .content .left .mainTitle{font-size: 34px; text-transform: uppercase; margin: 0;}
.box13 .content .left .mainTitle .small{font-size: 18px;}
.box13 .content .left .sizeWrapper{display: flex; flex-direction: column; gap: 15px;}
.box13 .content .left .sizeWrapper .title{margin: 0; text-transform: uppercase; font-weight: 700; font-size: 14px;}
.box13 .content .left .sizeWrapper .sizes{display: flex; flex-direction: column; gap: 10px;}
.box13 .content .left .sizeWrapper .sizes .item{display: flex; margin: 0 auto; width: 45%; height: 40px; border-radius: 20px; align-items: center; font-weight: 600; position: relative; justify-content: center; cursor: pointer; background: #fff; color: #171c33;}
.box13 .content .left .sizeWrapper .sizes .item.active{background: linear-gradient(90deg, #ffab39, #ff1a00); color: #fff;}
.box13 .content .left .sizeWrapper .sizes .item i{position: absolute; left: 10px;}
.box13 .content .left .sizeWrapper .sizes .item .label{line-height: 1; font-size: 14px;}
.box13 .content .left .priceWrapper{display: flex; flex-direction: column;}
.box13 .content .left .priceWrapper .title{margin: 0; text-transform: uppercase; font-weight: 700; font-size: 14px;}
.box13 .content .left .priceWrapper .price{font-weight: 900; font-size: 60px; line-height: 1; display: flex; margin: 0 auto; gap: 5px;}
.box13 .content .left .priceWrapper .price .small{font-size: 40px; line-height: 1; margin-top: 9px;}
.box13 .content .left .special{border-radius: 20px; padding: 20px;}
.box13 .content .right{display: flex; flex-direction: column; gap: 20px;}
.box13 .content .right .mainTitle{font-weight: 700; text-transform: uppercase; margin: 0;}
.box13 .content .right.coverageSliderWrapper .item{padding: 20px;}
.box13 .content .right.coverageSliderWrapper .owl-dots{display: flex;}
.box13 .content .right.coverageSliderWrapper .owl-dots::before {content: ""; position: absolute; bottom: 14px; left: 10px; right: 10px; height: 3px; background: #e6e7e8; left: var(--firstDotWidth-dot-half-width); right: var(--lastDotWidth-dot-half-width);}
.box13 .content .right.coverageSliderWrapper .owl-dots .owl-dot{flex: 1; display: flex; flex-direction: column; align-items: center; position: relative; z-index: 1; gap: 5px;}
.box13 .content .right.coverageSliderWrapper .owl-dots .owl-dot .dot-title{font-size: 14px; font-weight: 700; text-transform: uppercase; width: auto; height: auto; background: none; border: none; border-radius: unset;}
.box13 .content .right.coverageSliderWrapper .owl-dots .owl-dot span{width: 30px; height: 30px; background: #fff; border-radius: 50%; transition: background 0.3s, transform 0.3s; position: relative; border: 5px solid #e6e7e8;}
.box13 .content .right.coverageSliderWrapper .owl-dots .owl-dot.active span:last-child{background: linear-gradient(90deg, #ff1a00, #ffab39); transform: scale(1.2);}
.box13 .content .right.coverageSliderWrapper .custom-dots {display: flex; justify-content: space-between; align-items: center; position: relative; max-width: 400px; margin: 20px auto;}
.box13 .content .right.coverageSliderWrapper .custom-dots::before {content: ""; position: absolute; bottom: 14px; left: 10px; right: 10px; height: 3px; background: #e6e7e8;}
.box13 .content .right.coverageSliderWrapper .dot-wrapper {display: flex; flex-direction: column; align-items: center; position: relative; z-index: 1;}
.box13 .content .right.coverageSliderWrapper .dot-label {margin-bottom: 8px; font-size: 14px; font-weight: 700; text-transform: uppercase;}
.box13 .content .right.coverageSliderWrapper .dot {width: 30px; height: 30px; background: #fff; border-radius: 50%; transition: background 0.3s, transform 0.3s; position: relative; border: 5px solid #e6e7e8;}
.box13 .content .right.coverageSliderWrapper .dot.active {background: linear-gradient(90deg, #ff1a00, #ffab39); transform: scale(1.2);}
/*
.box13 .content .right.coverageSliderWrapper{}
.box13 .content .right.coverageSliderWrapper .item{padding: 20px;}
.box13 .content .right.coverageSliderWrapper .custom-dots {display: flex; justify-content: space-between; align-items: center; position: relative; max-width: 400px; margin: 20px auto; width: 90%;}
.box13 .content .right.coverageSliderWrapper .custom-dots::before {content: ""; position: absolute; bottom: 14px; left: 10px; right: 10px; height: 3px; background: #e6e7e8;}
.box13 .content .right.coverageSliderWrapper .dot-wrapper {display: flex; flex-direction: column; align-items: center; position: relative; z-index: 1;}
.box13 .content .right.coverageSliderWrapper .dot-label {margin-bottom: 8px; font-size: 14px; font-weight: 700; text-transform: uppercase;}
.box13 .content .right.coverageSliderWrapper .dot {width: 30px; height: 30px; background: #fff; border-radius: 50%; transition: background 0.3s, transform 0.3s; position: relative; border: 5px solid #e6e7e8;}
.box13 .content .right.coverageSliderWrapper .dot.active {background: linear-gradient(90deg, #ff1a00, #ffab39); transform: scale(1.2);}
*/
.box13 .content .right .button {padding: 5px 30px; border-radius: 25px; display: flex; margin: 0 auto; text-transform: uppercase; font-weight: 700;}

.box14{padding: 80px 0; text-align: center;}
.box14 .content{display: flex; flex-direction: column; gap: 80px;}
.box14 .content .left{display: flex; flex-direction: column; gap: 30px;}
.box14 .content .left .mainTitle{margin: 0; font-weight: 900; font-size: 40px; text-transform: uppercase;}
.box14 .content .left .mainTitle span{font-weight: 700; font-size: 32px;}
.box14 .content .left .radioImagesWrapper{width: 60%; margin: 0 auto;}
.box14 .content .left .title{margin: 0; text-transform: uppercase; font-weight: 800;}
.box14 .content .left .radiosWrapper{display: flex; justify-content: space-between; position: relative;}
.box14 .content .left .radiosWrapper::before {content: ""; position: absolute; top: 18px; left: calc(100% / 6); right: calc(100% / 6); height: 6px; background: #fff;}
.box14 .content .left .radiosWrapper .item{flex: 1;}
.box14 .content .left .radiosWrapper .item .radio-wrapper-9{display: flex; flex-direction: column; gap: 10px;}
.box14 .content .left .radiosWrapper .item .radio-wrapper-9 input[type=radio] {display: none; appearance: none;}
.box14 .content .left .radiosWrapper .item .radio-wrapper-9 input[type=radio] + label:before {content: ""; background: #fff; border-radius: 100%; display: inline-block; width: 40px; height: 40px; position: relative; vertical-align: middle; cursor: pointer; text-align: center; transition: all 250ms ease;}
.box14 .content .left .radiosWrapper .item .radio-wrapper-9 input[type=radio]:checked + label:before {background: linear-gradient(90deg, #ff1a00, #ffab39); box-shadow: inset 0 0 0 8px #fff;}
.box14 .content .left .radiosWrapper .item .radio-wrapper-9 input[type=radio]:focus + label:before {outline: none; border-color: #3197EE;}
.box14 .content .left .radiosWrapper .item .radio-wrapper-9 input[type=radio]:disabled + label:before {box-shadow: inset 0 0 0 4px #f4f4f4; border-color: #b4b4b4; background: #b4b4b4;}
.box14 .content .left .radiosWrapper .item .radio-wrapper-9 input[type=radio] + label:empty:before {margin-right: 0;}

.box14 .content .left .radiosWrapper .item label{text-transform: uppercase; font-weight: 600; font-size: 14px; display: flex
; flex-direction: column; align-items: center; gap: 10px; line-height: 1.2;}
.box14 .content .right{display: flex; flex-direction: column; gap: 30px; padding: 20px; border-radius: 30px;}
.box14 .content .right .formTitle{font-weight: 700; text-transform: uppercase; font-size: 26px; line-height: 1; margin: 0; width: 100%;}
.box14 .content .right .formTitle .small{display: block; text-transform: none; font-size: 14px; margin-top: 10px;}
.box14 .content .right select{background: #f2f4f5; border: none; height: 40px; padding: 0 10px; border-radius: 20px; font-weight: 700; font-size: 15px; width: 100%;}
.box14 .content .right .formGroup{display: flex; flex-direction: column; gap: 10px; width: 100%; justify-content: end;}
.box14 .content .right .formGroup label{font-weight: 700; font-size: 15px; text-align: left;}
.box14 .content .right .formGroup input{background: #f2f4f5; border: none; height: 40px; padding: 0 10px; border-radius: 20px; font-weight: 700; font-size: 15px;}
.box14 .content .right .formGroup textarea{background: #f2f4f5; border: none; height: 80px; padding: 10px; border-radius: 20px; font-weight: 700; font-size: 15px;}
.box14 .content .right .formGroup .fileDescription{font-size: 13px; line-height: 1.3; padding: 10px; background: #f2f2f2; border-radius: 10px;}
.box14 .content .right .title{margin: 0; text-align: left; line-height: 1.2; font-weight: 700; font-size: 16px; width: 100%;}
.box14 .content .right .checkWrapper{display: flex; flex-direction: column; gap: 5px; width: 100%;}
.box14 .content .right .checkWrapper.hide{opacity: 0; visibility: hidden;}
.box14 .content .right .checkWrapper label{font-weight: 700; font-size: 15px; text-align: left; width: 100%;}
.box14 .content .right .checkWrapper input{background: #f2f4f5; border: none; height: 40px; padding: 0 10px; border-radius: 20px; font-weight: 700; font-size: 15px; width: 100%;}
.box14 .content .right .checkWrapper .justRadio{background: #f2f4f5; border: none; height: 40px; padding: 0 10px; border-radius: 20px; font-weight: 700; font-size: 15px; display: flex; align-items: center;}
.box14 .content .right .qtyWrapper{background: #f2f4f5; border: none; height: 40px; padding: 0 10px; border-radius: 20px; font-weight: 700; font-size: 15px; width: 100%; display: flex; align-items: center; gap: 10px;}
.box14 .content .right .qtyWrapper label{}
.box14 .content .right .qtyWrapper input{flex: 1; border: none; background: transparent; font-weight: 700;}

.box15{padding: 80px 0;}
.box15 .content{display: flex; flex-direction: column; gap: 80px;}
.box15 .content .mainTitle{margin: 0; font-weight: 900; font-size: 40px; text-transform: uppercase;}
.box15 .content .tilesWrapper{display: flex; flex-wrap: wrap; gap: 10px;}
.box15 .content .tilesWrapper .tile{width: 100%; padding: 20px; border-radius: 15px; display: flex; flex-direction: column; gap: 15px;}
.box15 .content .tilesWrapper .tile .icon{width: 70px; margin: 0 auto;}
.box15 .content .tilesWrapper .tile .title{margin: 0; font-weight: 600; font-size: 22px;}
.box15 .content .tilesWrapper .tile .text{font-size: 17px; line-height: 1.2;}

.checkbox-wrapper-9 input[type=checkbox] {display: none; appearance: none;}
.checkbox-wrapper-9 input[type=checkbox] + label:before {content: ""; background: #fff; border-radius: 100%; border: 3px solid #e5e5e5; display: inline-block; width: 1.4em; height: 1.4em; position: relative; top: -0.1em; margin-right: .6em; vertical-align: middle; cursor: pointer; text-align: center; transition: all 250ms ease;}
.checkbox-wrapper-9 input[type=checkbox]:checked + label:before {background: linear-gradient(90deg, #ff1a00, #ffab39); box-shadow: inset 0 0 0 3px #f4f4f4;}
.checkbox-wrapper-9 input[type=checkbox]:focus + label:before {outline: none; border-color: #3197EE;}
.checkbox-wrapper-9 input[type=checkbox]:disabled + label:before {box-shadow: inset 0 0 0 4px #f4f4f4; border-color: #b4b4b4; background: #b4b4b4;}
.checkbox-wrapper-9 input[type=checkbox] + label:empty:before {margin-right: 0;}

.contactWrapper{padding: 80px 0; text-align: center; overflow: hidden;}
.contactWrapper .formTitleWrapper{display: flex; flex-direction: column; gap: 5px; margin-bottom: 30px;}
.contactWrapper .formTitleWrapper .formTitle{margin: 0;}
.contactWrapper .formTitleWrapper .formText{font-weight: 600; line-height: 1.2; font-size: 16px;}
.contactWrapper .content{display: flex; flex-direction: column; gap: 80px;}
.contactWrapper .content .left{display: flex; flex-direction: column; gap: 30px;}
.contactWrapper .content .left #contactForm{display: flex; flex-direction: column; gap: 20px;}
.contactWrapper .content .left #contactForm .boxInfo{padding: 20px; border: 1px solid #ddd; border-radius: 30px; display: flex; flex-direction: column; gap: 10px;}
.contactWrapper .content .left #contactForm .boxInfo .title{margin: 0 0 10px 0;}
.contactWrapper .content .left #contactForm label{display: block; text-align: left; font-weight: 500; font-size: 13px; margin: 0 0 0 20px;}
.contactWrapper .content .left #contactForm input{background: #f2f4f5; border: none; height: 40px; padding: 0 20px; border-radius: 20px; font-weight: 700; font-size: 14px; width: 100%;}
.contactWrapper .content .left #contactForm textarea{background: #f2f4f5; border: none; height: 120px; padding: 10px 20px; border-radius: 20px; font-weight: 700; font-size: 14px; width: 100%; resize: none;}
.contactWrapper .content .left #contactForm button{font-weight: 700; text-transform: uppercase; padding: 0 50px; border-radius: 25px; display: flex; margin: 0 auto; height: 50px; align-items: center; font-size: 16px; border: none;}
.contactWrapper .content .right{padding: 30px; border-radius: 30px; font-size: 17px; font-weight: 600; display: flex; flex-direction: column; gap: 30px;}
.contactWrapper .content .right .mainTitle{margin: 0; text-transform: uppercase; font-size: 34px;}
.contactWrapper .content .right .contactItem{}
.contactWrapper .content .right .contactItem .icon{border-radius: 50%; border: 1px solid #ff9500; width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 5px;}
.contactWrapper .content .right .contactItem .title{margin: 0; text-transform: uppercase; font-weight: 700;}

#googleMap{width: 100%; display: block;}

#getYourPriceForm{display: flex; flex-direction: column; gap: 20px;}
#getYourPriceForm .boxInfo{padding: 20px; border: 1px solid #ddd; border-radius: 30px; display: flex; flex-direction: column; gap: 10px;}
#getYourPriceForm .boxInfo .title{margin: 0 0 10px 0;}
#getYourPriceForm label{display: block; text-align: left; font-weight: 500; font-size: 13px; margin: 0 0 0 20px;}
#getYourPriceForm input{background: #f2f4f5; border: none; height: 40px; padding: 0 20px; border-radius: 20px; font-weight: 700; font-size: 14px; width: 100%;}
#getYourPriceForm textarea{background: #f2f4f5; border: none; height: 100px; padding: 10px 20px; border-radius: 20px; font-weight: 700; font-size: 14px; width: 100%; resize: none;}
#getYourPriceForm button{font-weight: 700; text-transform: uppercase; padding: 0 50px; border-radius: 25px; display: flex; margin: 0 auto; height: 50px; align-items: center; font-size: 16px; border: none;}

#myForm {width: 100%;}
.wizard {display: flex; flex-direction: column; gap: 30px;}
.wizard ul, .tabcontrol ul {list-style: none !important; padding: 0; margin: 0;}
.wizard ul > li, .tabcontrol ul > li {display: block; padding: 0;}
.wizard > .steps {display: none;}
.wizard > .content {display: block; width: 100%;}
.wizard > .content > section {display: flex; flex-wrap: wrap; gap: 20px;}
.wizard > .content > section  .mainTitle{text-transform: uppercase; font-size: 20px; font-weight: 700; margin: 0;}
.wizard > .content > section label.error{color: #f00; display: block; font-weight: 500 !important; line-height: 1; font-size: 13px !important;}
.wizard > .content > section .radioWrapper{display: flex; flex-direction: column; gap: 15px; text-align: left;}
.wizard > .content > section .radioWrapper label{font-weight: 700; font-size: 15px;}
.wizard > .content > section .radioWrapper .radiosWrapper{display: flex; gap: 20px;}
.wizard > .content > section .radioWrapper .radiosWrapper .item{}
.wizard > .content > section .radioWrapper .radiosWrapper .item .radio-wrapper-9{display: flex; flex-direction: column; gap: 10px;}
.wizard > .content > section .radioWrapper .radiosWrapper .item .radio-wrapper-9 input[type=radio] {display: none; appearance: none;}
.wizard > .content > section .radioWrapper .radiosWrapper .item .radio-wrapper-9 input[type=radio] + label{display: flex; align-items: center; gap: 10px;}
.wizard > .content > section .radioWrapper .radiosWrapper .item .radio-wrapper-9 input[type=radio] + label:before {content: ""; background: #eaecef; border-radius: 100%; display: inline-block; width: 40px; height: 40px; position: relative; vertical-align: middle; cursor: pointer; text-align: center; transition: all 250ms ease;}
.wizard > .content > section .radioWrapper .radiosWrapper .item .radio-wrapper-9 input[type=radio]:checked + label:before {background: linear-gradient(90deg, #ff1a00, #ffab39); box-shadow: inset 0 0 0 8px #fff;}
.wizard > .content > section .radioWrapper .radiosWrapper .item .radio-wrapper-9 input[type=radio]:focus + label:before {outline: none; border-color: #3197EE;}
.wizard > .content > section .radioWrapper .radiosWrapper .item .radio-wrapper-9 input[type=radio]:disabled + label:before {box-shadow: inset 0 0 0 4px #f4f4f4; border-color: #b4b4b4; background: #b4b4b4;}
.wizard > .content > section .radioWrapper .radiosWrapper .item .radio-wrapper-9 input[type=radio] + label:empty:before {margin-right: 0;}
.wizard > .actions {position: relative; display: block; text-align: right; width: 100%;}
.wizard.vertical > .actions {display: inline; float: right; margin: 0 2.5%; width: 95%;}
.wizard > .actions > ul {display: flex; align-items: center; justify-content: center; gap: 20px;}
.wizard > .actions > ul > li {}
.wizard.vertical > .actions > ul > li {margin: 0; flex: 1;}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {font-weight: 700; text-transform: uppercase; padding: 0; border-radius: 25px; display: flex; margin: 0 auto; height: 50px; align-items: center; font-size: 16px; border: none; background: linear-gradient(90deg, #7fc4f7, #5498d4); color: #fff; justify-content: center;}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {background: linear-gradient(90deg, #f5f6f7, #e6e7e8); color: #161b33;}
.wizard.vertical > .actions > ul > li a[href="#previous"] {opacity: 0.6;}
.wizard.vertical > .actions > ul > li a[href="#finish"] {background: linear-gradient(90deg, #ffab39, #ff1a00); color: #fff;}
#pickupInfoWrapper{width: 100%; flex-wrap: wrap; gap: 20px; display: none;}
#storeInfoWrapper{display: none; font-weight: 500; font-size: 14px; background: #f2f2f2; padding: 15px; border-radius: 10px;}
#myForm .subtotalWrapper{display: flex; flex-direction: column; gap: 5px; text-align: left; width: 100%; align-items: center;}
#myForm .subtotalWrapper .label{font-weight: 700; font-size: 15px;}
#myForm .subtotalWrapper .priceWrapper{background: #f2f4f5; border: none; height: 40px; padding: 0 10px; border-radius: 20px; font-weight: 700; font-size: 15px; width: 100%; display: flex; align-items: center; gap: 10px;}
#myForm .subtotalWrapper .priceWrapper input{flex: 1; border: none; background: transparent; font-weight: 700;}
#myForm .cleanTotalWrapper{display: flex; flex-direction: column; gap: 5px; text-align: left; width: 100%; align-items: center;}
#myForm .cleanTotalWrapper .label{font-weight: 700; font-size: 15px;}
#myForm .cleanTotalWrapper .priceWrapper{background: #f2f4f5; border: none; height: 40px; padding: 0 10px; border-radius: 20px; font-weight: 700; font-size: 15px; width: 100%; display: flex; align-items: center; gap: 10px;}
#myForm .cleanTotalWrapper .priceWrapper input{flex: 1; border: none; background: transparent; font-weight: 700;}
#myForm .promoCodeWrapper{display: flex; flex-direction: column; gap: 5px; text-align: left; width: 100%; align-items: center;}
#myForm .promoCodeWrapper .label{font-weight: 700; font-size: 15px;}
#myForm .promoCodeWrapper .formWrapper{background: #f2f4f5; border: none; height: 40px; padding: 0; border-radius: 20px; font-weight: 700; font-size: 15px; width: 100%; display: flex; align-items: center; gap: 10px; justify-content: space-between; flex-wrap: wrap;}
#myForm .promoCodeWrapper .formWrapper.error{background: #fda5a5;}
#myForm .promoCodeWrapper .formWrapper input{border: none; background: transparent; padding: 0 10px; width: 180px; height: 100%;}
#myForm .promoCodeWrapper .formWrapper .button{background: linear-gradient(90deg, #7fc4f7, #5498d4); color: #fff; height: 100%; display: flex; align-items: center; justify-content: center; padding: 0 30px; border-radius: 19px; cursor: pointer;}
#myForm .promoCodeWrapper .removePromoCode{color: #c00; font-weight: 500; font-size: 16px; text-align: right; cursor: pointer; display: block; width: 100%;}
#myForm .discountWrapper{display: flex; flex-direction: column; gap: 5px; text-align: left; width: 100%; align-items: center;}
#myForm .discountWrapper .label{font-weight: 700; font-size: 15px;}
#myForm .discountWrapper .priceWrapper{background: #f2f4f5; border: none; height: 40px; padding: 0 10px; border-radius: 20px; font-weight: 700; font-size: 15px; width: 100%; display: flex; align-items: center; gap: 10px;}
#myForm .discountWrapper .priceWrapper input{flex: 1; border: none; background: transparent; font-weight: 700;}
#myForm .shippingWrapper{display: flex; flex-direction: column; gap: 5px; text-align: left; width: 100%; align-items: center;}
#myForm .shippingWrapper .label{font-weight: 700; font-size: 15px;}
#myForm .shippingWrapper .priceWrapper{background: #f2f4f5; border: none; height: 40px; padding: 0 10px; border-radius: 20px; font-weight: 700; font-size: 15px; width: 100%; display: flex; align-items: center; gap: 10px;}
#myForm .shippingWrapper .priceWrapper input{flex: 1; border: none; background: transparent; font-weight: 700;}
#myForm .totalWrapper{display: flex; flex-direction: column; gap: 5px; text-align: left; width: 100%; align-items: center;}
#myForm .totalWrapper .label{font-weight: 700; font-size: 17px; text-transform: uppercase;}
#myForm .totalWrapper .priceWrapper{background: #f2f4f5; border: none; height: 40px; padding: 0 10px; border-radius: 20px; font-weight: 700; font-size: 15px; width: 100%; display: flex; align-items: center; gap: 10px;}
#myForm .totalWrapper .priceWrapper input{flex: 1; border: none; background: transparent; font-weight: 700;}
#myForm .formText{font-weight: 500; font-size: 15px; line-height: 1.4;}

.grid {width: 100%; transition: height 0.3s ease; background: #fff; border-radius: 10px;}
.grid:after {content: ''; display: block; clear: both;}
.grid-item {float: left; width: 50%; height: 100px; border-radius: 15px; display: flex; overflow: hidden; transform: scale(0.95);}
.grid-item img{object-fit: cover; object-position: center; width: 100%;}
.grid-item--width2 {width: 50%;}
.grid-item--height2 {height: 100px;}
.masonry-filters ul {margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 10px;}
.masonry-filters ul li {font-weight: 600; cursor: pointer; color: #171c33; width: calc(calc(100% - 10px) / 2); border-radius: 20px; border: 1px solid #171c32; font-size: 13px; height: 40px; display: flex; align-items: center; justify-content: center; padding: 0 10px; text-transform: uppercase;}
.masonry-filters ul li.active {background: linear-gradient(90deg, #ffab39, #ff1a00); color: #fff; border: none;}
.masonry-filters ul li:hover {background: linear-gradient(90deg, #ffab39, #ff1a00); color: #fff; border: none;}

.content .ctaWrapper{border-radius: 30px; display: flex; padding: 50px; align-items: center; justify-content: space-between; transform: translateY(-50%); flex-direction: column; gap: 30px; position: relative; z-index: 1;}
.content .ctaWrapper .left{}
.content .ctaWrapper .left .mainTitle{font-size: 34px; text-transform: uppercase; margin: 0; font-weight: 800;}
.content .ctaWrapper .right{}
.content .ctaWrapper .right .phoneWrapper{display: flex; gap: 15px; padding: 5px 20px; border-radius: 25px;}
.content .ctaWrapper .right .phoneWrapper img{width: 26px;}
.content .ctaWrapper .right .phoneWrapper .phoneNumber{font-weight: 700;}

#questionnaireForm{width: 100%;}
#questionnaireForm .formGroup{width: 100%;}
#questionnaireForm .formGroup input{height: 50px; border-radius: 25px; padding: 0 20px;}
#questionnaireForm .formGroup textarea{resize: none; padding: 10px 20px; height: 120px;}
#questionnaireForm .additionalWrapper{flex-direction: column; gap: 15px; display: none; width: 100%;}
#questionnaireForm #addNewType {display: inline-flex; height: 40px; align-items: center; justify-content: center; padding: 0 30px; border-radius: 20px; margin: 0 0 0 auto; cursor: pointer; font-size: 16px; font-weight: 500;}
#questionnaireForm .typesWrapper{display: flex; flex-direction: column; gap: 15px; width: 100%;}
#questionnaireForm .typesWrapper .item{border-bottom: 1px solid #cdcccb; display: flex; flex-direction: column; gap: 15px; padding: 50px 30px 30px 30px; border: none; margin: 0; background: #dbdbdb; border-radius: 10px; position: relative;}
#questionnaireForm .typesWrapper .item .remove {position: absolute; top: 12px; right: 30px; cursor: pointer; background: red; color: white; display: flex; height: 25px; padding: 0 20px; font-size: 12px; border-radius: 5px; align-items: center;}

footer{}
footer .footerTop{padding: 80px 0;}
footer .footerTop .content{display: flex; flex-direction: column; gap: 50px;}
footer .footerTop .content .footer{display: flex; flex-direction: column; gap: 50px; font-size: 15px;}
footer .footerTop .content .footer .item{display: flex; flex-direction: column; gap: 20px;}
footer .footerTop .content .footer .item:nth-child(2){text-align: center; align-items: center;}
footer .footerTop .content .footer .item .logosWrapper{display: flex; flex-wrap: wrap; gap: 20px; width: 250px; margin: 0 auto 0 0;}
footer .footerTop .content .footer .item .logosWrapper .footerLogo{width: 100%;}
footer .footerTop .content .footer .item .logosWrapper>img{width: calc(calc(100% - 20px) / 2);}
footer .footerTop .content .footer .item .footerTitle{margin: 0; text-transform: uppercase; font-weight: 700; font-size: 26px;}
footer .footerTop .content .footer .item .contactItem{display: flex; align-items: center; gap: 10px; flex-direction: row-reverse; margin: 0 auto;}
footer .footerTop .content .footer .item .contactItem .text{margin: 0; line-height: 1.2;}
footer .footerTop .content .footer .item .contactItem .icon{font-size: 26px;}
footer .footerTop .content .footer .item .socialWrapper{display: flex; gap: 20px;}
footer .footerTop .content .footer .item .socialWrapper a{width: 40px;}
footer .footerTop .content .footer .item .footerMenu{margin: 0;}
footer .footerTop .content .footer .item .blueBadge{border-radius: 30px; padding: 30px; text-align: center; font-weight: 600; line-height: 1.2;}
footer .footerBottom{padding: 15px; text-align: center; font-weight: 500; font-size: 16px;}




#backToTop{bottom: 20px; right: 20px; cursor: pointer; display: none; height: 60px; position: fixed; width: 60px; border-radius: 50%; font-size: 20px; line-height: 50px; text-align: center; z-index: 100; color: #fff; border: 5px solid #fff; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}



@media (min-width: 768px) {
	header{position: fixed; top: 0; left: 0; right: 0; transition:all 0.2s linear 0s; -webkit-transition:all 0.2s linear 0s; -moz-transition:all 0.2s linear 0s; -o-transition:all 0.2s linear 0s; -ms-transition:all 0.2s linear 0s;}
	header.hide {opacity: 0; visibility: hidden;}
	header .content .headerLogo{order: 1;}
	header .content .phoneWrapper{order: 2; margin: 0 0 0 auto;}
	header .content .phoneWrapper i{display: none;}
	header .content .phoneWrapper .desktop{display: flex;}
	#menuToggle{order: 3; display: none;}
	nav{position: fixed; top: 106px; transform: translateY(-130%); transform: none; padding-bottom: 0; z-index: 3; border-top: 1px solid #515e95; background: rgba(23, 28, 51, 0.8);}
	nav .content{flex-direction: row; justify-content: space-between; padding: 50px 0; align-items: center; padding: 0;}
	nav .left ul.mainNavigation{flex-direction: row; justify-content: space-evenly;}
	nav .left ul.mainNavigation li{justify-content: flex-start; gap: 10px; position: relative;}
	nav .left ul.mainNavigation li a{height: 60px; display: flex; align-items: center; justify-content: center; font-weight: 500;}
	nav .left ul.mainNavigation li ul.subNavigation{margin: 0; position: absolute; display: none; top: 100%; width: auto; left: 0; background: #171c32e8; padding: 10px 40px;}
	nav .left ul.mainNavigation li ul.subNavigation li{display: block;}
	nav .left ul.mainNavigation li ul.subNavigation li a{display: block; height: auto; white-space: pre; padding: 5px;}
	nav .left ul.mainNavigation li:hover>ul{display: block;}
	nav .right{display: none;}
	#heroWrapper{height: 50vw;}
	#pillsWrapper{margin-top: -120px; padding: 0 0 80px 0; background: linear-gradient(180deg, transparent 120px, #4c90cd 120px, #171c32);
}
	#pillsWrapper .content{gap: 40px; flex-wrap: nowrap;}
	#pillsWrapper .content .item{height: 400px; width: calc(100% / 7);}
	#pillsWrapper .content .item .mainTitle{font-size: 30px; bottom: 0;}
	#pillsWrapper .content .item .smallMainTitle{position: absolute; left: 50%; margin: 0 !important; font-weight: 700; padding: 0; transform: translateX(-50%); top: 50px; writing-mode: vertical-rl; transition: all 0.35s ease-in-out; right: auto;}
	#pillsWrapper .content .item.open{width: 50%; height: 400px;}
	#pillsWrapper .content .item.open .mainTitle{bottom: 50%; transform: translateY(50%) translateX(-50%);}
	.box01 .content{flex-direction: row; align-items: center;}
	.box01 .content .left{flex: 1;}
	.box01 .content .left .mainTitle{text-align: left; font-size: 55px;}
	.box01 .content .right{width: 410px;}
	.box01 .content .right .tile{width: 200px;}
	.box02 .content{flex-direction: row; align-items: center;}
	.box02 .content .left{flex: 1;}
	.box02 .content .right{width: 410px;}
	.box02 .content .right .mainTitle{font-size: 40px;}
	.box02 .content .right .mainTitle .price{font-size: 90px;}
	.box02 .content .right .mainTitle .price+span{font-size: 60px;}
	.box03 .content{flex-direction: row; align-items: center; gap: 80px;}
	.box03 .content .left{flex: 1;}
	.box03 .content .left .title{font-size: 40px;}
	.box03 .content .left .title .price{font-size: 90px;}
	.box03 .content .right .mainTitle{font-size: 55px;}
	.truckWrapsSliderWrapper{width: 800px;}
	.truckWrapsSliderWrapper .owl-carousel .owl-item img{width: 80%; margin: 0 auto;}
	.truckWrapsSliderWrapper .custom-dots{max-width: 90%;}
	.box04{text-align: left; padding-bottom: 80px;}
	.box04::after{bottom: -50px; top: -90px; height: auto; left: 30%; background-position: right center;}
	.box04 .content .left{width: 500px;}
	.box04 .content .left .mainTitle{font-size: 55px;}
	.box04 .content .left .iconsWrapper{flex-direction: row; font-size: 14px; text-align: center;}
	.box05{text-align: left;}
	.box05 .content{flex-direction: row; align-items: center; justify-content: space-around;}
	.box05 .content .item{align-items: center; flex-direction: row; gap: 20px;}
	.box05 .content .item .icon{width: 100px;}
	.box05 .content .item .title{flex: 1;}
	.box06{text-align: left;}
	.box06 .content .mainTitle{font-size: 55px;}
	.box06 .content .mainTitle .small{font-size: 36px;}
	.box06 .content .grid-container{}
	.box06 .content .grid-container .box{height: 180px;}
	/*
	.box06 .content .grid-container{display: grid;}
	.box06 .content .grid-container .item {height: 160px;}
	.box06 .content .grid-container .item-1, .item-2 {height: 160px;}
	.box06 .content .grid-container .left-column .item-3 {height: 100%;}
	.box06 .content .grid-container .left-column .item-5 {height: 100%;}
	.box06 .content .grid-container .row-2-3{display: grid; height: calc(2 * 160px + 20px);}
	.box06 .content .grid-container .top-row{display: grid;}
	.box06 .content .grid-container .bottom-row{display: grid;}
	*/
	.box07 .content .mainTitle{font-size: 55px;}
	.box08{text-align: left;}
	.box08 .content{flex-direction: row; align-items: center;}
	.box08 .content .left{flex: 1;}
	.box08 .content .left .mainTitle{font-size: 55px;}
	.box08 .content .right{flex: 1;}
	.box08a{text-align: left;}
	.box08a .content{flex-direction: row; align-items: center;}
	.box08a .content .left{flex: 1;}
	.box08a .content .left .mainTitle{font-size: 55px;}
	.box08a .content .right{width: 330px;}
	.box09{text-align: left;}
	.box09 .content .top{flex-direction: row;}
	.box09 .content .top .left{flex: 1;}
	.box09 .content .top .left .mainTitle{font-size: 55px;}
	.box09 .content .top .right{width: 65%; flex-direction: row;}
	.box09 .content .top .right .testimonialItem{flex: 1;}
	.box10 .content .mainTitle{font-size: 55px; /*text-align: right;*/}
	.box10 .content .mainTitle .small{font-size: 36px; display: block;}
	.box11{text-align: left;}
	.box11 .content .mainTitle{font-size: 55px;}
	.box11.v2 .content .mainTitle{flex-direction: row; align-items: center; justify-content: space-between;}
	.box11.v2 .content .mainTitle img{margin: 0;}
	.box12 .content .mainTitle{font-size: 55px;}
	.box13{padding-top: 180px;}
	.box13 .content{flex-direction: row; align-items: center;}
	.box13 .content .left{flex: 1; height: 100%; justify-content: space-between;}
	.box13 .content .left .mainTitle{font-size: 40px;}
	.box13 .content .left .mainTitle .price{font-size: 90px;}
	.box13 .content .right.coverageSliderWrapper{width: 800px;}
	.box13 .content .right.coverageSliderWrapper .owl-carousel .owl-item img{}
	.box13 .content .right.coverageSliderWrapper .custom-dots{max-width: 90%;}
	.box14{padding-top: 180px;}
	.box14 .content{flex-direction: row; align-items: center;}
	.box14 .content .left{flex: 1;}
	.box14 .content .left .mainTitle{font-size: 55px;}
	.box14 .content .right{width: 650px; padding: 40px 30px; flex-wrap: wrap; flex-direction: row;}
	.box14 .content .right .formTitle{font-weight: 800; font-size: 30px;}
	.box14 .content .right .formGroup{width: calc(calc(100% - 20px) / 2);}
	.box14 .content .right .formGroup.fullWidth{width: 100%;}
	.box14 .content .right select{height: 50px; padding: 0 15px; border-radius: 25px;}
	.box14 .content .right .checkWrapper{width: calc(calc(100% - 20px) / 2); justify-content: end;}
	.box14 .content .right .checkWrapper input{height: 50px; padding: 0 15px; border-radius: 25px;}
	.box14 .content .right .checkWrapper .justRadio{height: 50px; padding: 0 15px; border-radius: 25px;}
	.box14 .content .right .qtyWrapper{width: calc(calc(100% - 20px) / 2); height: 50px; padding: 0 15px; border-radius: 25px;}
	.box15 .content .mainTitle{font-size: 55px;}
	.box15 .content .tilesWrapper{gap: 30px;}
	.box15 .content .tilesWrapper .tile{width: calc(calc(100% - 60px) / 3);}
	#pageHero{height: 600px; align-items: center; justify-content: center; padding: 0;}
	#pageHero .mainTitle{font-size: 60px;}
	#pageHero .small{font-size: 26px;}
	#pageHero form{gap: 100px;}
	.blogsWrapper .content{flex-direction: row;}
	.blogsWrapper .content .left{flex: 1;}
	.blogsWrapper .content .right{flex: 1;}
	.faqWrapper .content .mainTitle{font-size: 55px;}
	.contactWrapper .content{flex-direction: row;}
	.contactWrapper .content .left{flex: 1; justify-content: center;}
	.contactWrapper .content .right{flex: 1; justify-content: center; position: relative; z-index: 1;}
	/*.contactWrapper .content .right::after{content: ""; position: absolute; top: 0; left: 0; right: -1000px; height: calc(100% + 80px); background: #171c33; z-index: -1; border-top-left-radius: 30px;}*/
	.wizard > .content > section .mainTitle{width: 100%;}
	.wizard > .content > section .radioWrapper{margin: 0 auto; text-align: center;}
	#myForm .subtotalWrapper{flex-direction: row; justify-content: space-between;}
	#myForm .subtotalWrapper .priceWrapper{width: auto;}
	#myForm .subtotalWrapper .priceWrapper input{width: 100px; text-align: right;}
	#myForm .cleanTotalWrapper{flex-direction: row; justify-content: space-between;}
	#myForm .cleanTotalWrapper .priceWrapper{width: auto;}
	#myForm .cleanTotalWrapper .priceWrapper input{width: 100px; text-align: right;}
	#myForm .promoCodeWrapper{flex-direction: row; flex-wrap: wrap;}
	#myForm .promoCodeWrapper .formWrapper{width: auto; margin: 0 0 0 auto;}
	#myForm .discountWrapper{flex-direction: row; justify-content: space-between;}
	#myForm .discountWrapper .priceWrapper{width: auto;}
	#myForm .discountWrapper .priceWrapper input{width: 100px; text-align: right;}
	#myForm .shippingWrapper{flex-direction: row; justify-content: space-between;}
	#myForm .shippingWrapper .priceWrapper{width: auto;}
	#myForm .shippingWrapper .priceWrapper input{width: 100px; text-align: right;}
	#myForm .totalWrapper{flex-direction: row; justify-content: space-between;}
	#myForm .totalWrapper .priceWrapper{width: auto;}
	#myForm .totalWrapper .priceWrapper input{width: 100px; text-align: right;}
	#myForm .formText{text-align: left;}
	.parent{margin-top: -150px; position: relative; z-index: 1;}
	.masonry-filters ul li{flex: 1; color: #fff; border-color: #fff;}
	.grid-item{width: 25%; height: 200px;}
	.grid-item--width2{width: 50%;}
	.content .ctaWrapper{flex-direction: row;}
	.content .ctaWrapper .left .mainTitle{font-size: 55px;}
	.content .ctaWrapper .right .phoneWrapper{padding: 10px 30px; border-radius: 35px;}
	.content .ctaWrapper .right .phoneWrapper img{width: 36px;}
	.content .ctaWrapper .right .phoneWrapper .phoneNumber{font-size: 30px;}
	footer .footerTop .content .footer{flex-direction: row; gap: 30px;}
	footer .footerTop .content .footer .item{flex: 1;}
	footer .footerTop .content .footer .item .logosWrapper .footerLogo{/*width: 70%;*/}
	footer .footerTop .content .footer .item .logosWrapper>img{width: calc(calc(100% - 20px) / 2);}
	footer .footerTop .content .footer .item .footerMenu{margin: 0 0 0 auto;}
}

@media (min-width: 1024px) {
}

@media (min-width: 1440px) {
}

.colorWhite{color: #fff !important;}
.colorDarkBlue{color: #171c33 !important;}
.colorLightBlue{color: #2d92d2 !important;}
.colorOrange{color: #ff9500 !important;}

.bgWhite{background: #fff !important;}
.bgDarkBlue{background: #171c33 !important;}
.bgDark{background: #000f0f !important;}
.bgLightOrange{background: #ffaa8b !important;}
.bgLightBlue{background: #2d92d2 !important;}
.bgLightGrey{background: #eaecef !important;}
.bgRed{background: #ff0000 !important;}
.bgOrange{background: #ff9500 !important;}
.bgOrangeGradient{background: linear-gradient(90deg, #ffab39, #ff1a00);}
.bgOrangeGradientInvert{background: linear-gradient(90deg, #ff1a00, #ffab39);}
.bgLightBlueGradient{background: linear-gradient(90deg, #7fc4f7, #5498d4);}
.bgLightGreyGradient{background: linear-gradient(180deg, #eef0f2, #fcfdfd);}
.bgLightGreyGradientInvert{background: linear-gradient(180deg, #ffffff, #f6f7f8);}