@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Tektur:wght@400;500;600;700;800;900&display=swap');

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
	background: #000;
	color: #aca1a0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	padding: 0;
  margin: 0;
}
a {
	transition: .3s;
	color: #dda943;
	text-decoration: none;
}
b {
	font-weight: 700;
}
.container {
	max-width: 1480px;
	width: 100%;
	margin: 0 auto;
	padding: 0 2%;
}
section {
	padding: 4rem 0;
	position: relative;
	z-index: 1;
}
.btn {
	background: #dda943;
	border: 2px solid #dda943;
	color: #000;
	padding: 0.8rem 1.5rem;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	outline: none;
	transition: .3s;
	text-align: center;
}
.btn:hover {
	background: transparent;
	border: 2px solid #fff;
  color: #fff;
}
.brd {
	background: transparent;
	border: 2px solid #dda943;
	color: #dda943;
}
.brd:hover {
	background: #fff;
  color: #000;
  border-color: #fff;
}
.title-wrapp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3rem;
	gap: 40px;
}
.title-wrapp .pbw {
	flex: 0 0 70%;
}
.title:before {
	position: absolute;
	content: "";
	left: 0;
	top: -12px;
	height: 2px;
	background: #dda943;
	width: 50px;
}
.title {
 	margin: 0;
	font-family: 'Tektur', sans-serif;
	text-transform: uppercase;
	font-size: 2rem;
	line-height: 1.2;
	position: relative;
	color: #fff;
}
#cme-btn {
	display: none!important;
}
.body-wrapp:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgb(19, 10, 10);
	background-size: 100%;
	opacity: .25;
	filter: blur(1px);
}
.body-wrapp:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0px;
	background: rgb(14,7,7);
	background: linear-gradient(180deg, rgba(14,7,7,0) 0%, rgba(9,4,4,1) 40%);
	width: 100%;
	height: 100%;
}
.body-wrapp {
	position: relative;
}
header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 111;
	transition: .3s;
}
header .container {
	transition: .3s;
}
.top-header {
	padding: 1rem 0;
}
.th-phone small, .th-phone a {
	display: block;
}
.th-phone {
	font-weight: 700;
	text-align: right;
	position: relative;
  	z-index: 1;
}
.th-phone b {
	color: #fff;
}
.th-wrapp {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	position: relative;
  z-index: 1;
	text-transform: uppercase;
}
.logo small {
	font-weight: 500;
	font-size: 10px;
	margin-bottom: .5rem;
	color: #fff;
}
.logo div {
	font-weight: 700;
	letter-spacing: 1px;
  font-size: 22px;
	font-family: 'Tektur', sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.logo b {
	color: #dda943;
	font-weight: 700;
}
.th-phone small {
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}
.th-phone a {
	font-size: 20px;
	font-family: 'Tektur', sans-serif;
}
.th-menu {
	display: flex;
	justify-content: space-between;
	flex: 0 0 70%;
	flex-wrap: wrap;
}
.th-menu a {
	color: #fff;
	font-size: 12px;
}
.th-menu a:hover {
	color: #dda943;
}
.bottom-header {
	 
}
.bh-wrapp {

}
.menu ul {
	display: flex;
  	justify-content: space-between;
  	background: rgba(26, 14, 14, 0.95);
  	margin: 0;
 	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}
.menu li {
	display: block;
	padding: 1.5rem;
	transition: .3s;
}
.menu li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.menu li a:hover {
	color: #dda943;
}
.menu .call-back {
	padding-right: 0;
  background: #dda943;
  padding-left: 0;
}
.menu .call-back a {
	background: #dda943;
	color: #000;
	padding: 1.5rem;
	font-weight: 700;
	/*font-size: 16px;
	font-family: 'Tektur', sans-serif;*/
}
.menu .call-back a:hover {
	color: rgba(0,0,0,.6);
	box-shadow: 0 0 30px rgba(255, 179, 0,.5);
}
.menu .call-back a i {
	margin-right: .5rem;
}

header.scroll-fixed-navbar {
	top: -85px;
	background: rgba(26, 14, 14, 1);
}
header.scroll-fixed-navbar .menu ul li {
	padding: 1rem;
}
header.scroll-fixed-navbar .menu .call-back a {
	padding: 1rem;
}
header.scroll-fixed-navbar .container {
	max-width: 100%;
	padding: 0;
}
header.scroll-fixed-navbar .menu .call-back {
 
}
header.scroll-fixed-navbar .menu li a {
	font-size: 12px;
}

.main-banner:after  {
	position: absolute;
	content: "";
	width: 100%;
	height: 18%;
	left: 0;
	bottom: 0;
	background: #070404;
background: linear-gradient(0deg, rgba(7, 4, 4, 1) 0%, rgba(7, 4, 4, 0) 100%);
}
.main-banner:before  {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: url(../img/volvo-show-crawler-excavator-ec950e-t2-2324x1200.jpg) no-repeat center bottom;
	background-size: cover;
	opacity: .4;
}
.main-banner {
	position: relative;
	height: 100svh;
	min-height: 700px;
	padding-top: 100px;
}
.main-banner .container {
	height: 100%;
	position: relative;
  z-index: 1;
}
.mb-wrapp {
	display: flex;
  height: 100%;
  align-items: center;
}
.mb-txt {
	flex: 0 0 60%;
}
.main-banner .h1 {
	font-family: 'Tektur', sans-serif;
	font-size: 100px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.0;
  color: #fff;
}
.main-banner .h1 b {
color: #dda943;
}
.main-banner .h4 {
	font-size: 16px;
	text-transform: uppercase;
	margin: -3rem auto 1rem;
	color: #fff;
}
.main-banner .item_text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 5rem;
  font-size: 16px;
  line-height: 1.5;
  text-shadow: 0 0 15px rgba(0,0,0,.6);
}
.preim-block {
	margin-top: -5rem;
	padding-bottom: 2rem;
}
.pb-wrapp {
	display: flex;
  font-size: 16px;
  flex: 0 0 70%;
  gap: 10px;
}
.pb-wrapp .pbw {
	flex-grow: 1;
  display: flex;
  gap: 35px;
  justify-content: center;
  align-items: center;
  padding: 25px;
  /*border: 1px solid rgba(255, 179, 0,.3);*/
  background: rgba(26, 14, 14, 0.9);
  border-right: 0;
  
}
.pb-wrapp .pbw:last-child {
	/*border-right: 1px solid rgba(255, 179, 0,.3);*/
}
.pb-wrapp i {
	font-size: 30px;
  font-style: normal;
  color: #dda943;
  font-weight: 600;
}
.pbw-txt {
	font-family: 'Tektur', sans-serif;
}
.pb-wrapp p {
	font-size: 14px;
	color: #fff;
	margin: 0;
}

.main-banner .pb-wrapp {
  gap: 5px;
  margin-top: -5.5rem;
}
.main-banner .pb-wrapp .pbw {
	flex: 1;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  background: rgba(24, 14, 14, 0.9);
}
.main-banner .pb-wrapp i {
	font-size: 28px;
}

.pb-wrapp p {
	font-size: 13px;
	color: #fff;
	margin: 0;
}

.cat-wrapp {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
	align-items: center;
	align-content: center;
	text-align: center;
	gap: 10px;

  	color: #fff;
}
.cw-item {
	flex: 0 0 calc(25% - 10px);
	
  	background: rgba(26, 14, 14, 0.95);
  	padding: 20px 20px 5px;
  	cursor: pointer;
  	transition: .3s;
  	align-self: stretch;
  	overflow: hidden;
  	position: relative;
}
.cw-item:hover .cwi-front:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(7, 3, 3,.5);
	z-index: 1;
	transition: .3s;
}
.cwi-front {
	transition: .3s;
	cursor: pointer;
}
.cwi-front small {
 

}
.cwi-back {
	display: none;
	transition: .3s;
	padding: 10px 0;
	position: relative;
}
.cwi-back  .close-btn {
	position: absolute;
  line-height: 1;
  right: -8px;
  top: -10px;
  outline: none;
  background: none;
  color: #dda943;
  font-size: 22px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  border: 0px solid;
  border-radius: 50%;
}
.cwi-back  .close-btn:hover {
color: #fff;
}
/*.cw-item:hover .cwi-front {
	display: none;
}
.cw-item:hover .cwi-back {
	display: block;
}*/

.cw-item img {
	width: 260px;
  transition: .5s;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(255, 179, 0,.3);
  padding: 6px;
}

.cw-item:hover, .cw-item.active {
	background: rgb(38, 22, 22);
}
.cw-item:hover img, .cw-item.active img {
	transform: scale(1.5);
	  border: 0 solid transparent;
	  padding: 0;
	  border-radius: 0;

	/*transform: rotate(90deg);
	border: 1px solid transparent;
	padding: 0;*/
}
.cw-item h4 {
	font-size: 14px;
  	text-transform: uppercase;
  	transition: .45s ;

}

.hover-title {
	display: none;
	position: absolute;
  top: calc(50% - 40px);
  text-align: center;
  width: 100%;
  font-size: 20px;
  left: 0;
  margin: 0;
  /*text-shadow: 0 3px 25px rgba(0, 0, 0, 0.5);*/
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
}
.cw-item:hover .hover-title, .cw-item.active  .hover-title {
	display: block;
	
}
.hover-title span {
display: none;
}
.hover-title small, .hover-title a {
	display: inline-block;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid;
  padding: 10px 20px;
  margin-top: 1.2rem;
  transition: .3s;
  color: #fff;
}
.hover-title small:hover, .hover-title a:hover {
	background: #dda943;
	border-color: #dda943;
	color: #070303;
}
.cwi-back p {
	margin-bottom: 2rem;
  max-height: 170px;
  overflow-y: scroll;
  font-size: 13px;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  scrollbar-color:#dda943 #070303;
  padding: 0 1rem;
}
.cwi-back p::-webkit-scrollbar {
  width: 3px;
}
.cwi-back p::-webkit-scrollbar-track {
  background-color: #060202;
  border-radius: 10px;
}
.cwi-back p::-webkit-scrollbar-thumb {
  background-color: #dda943;
  border-radius: 10px;
}
.cat-wrapp .cwi-back .h4 {
	margin-top: 0;
  font-family: 'Tektur', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
}
.cat-wrapp .cwi-back .h4 b {
	color: #dda943;
}
.cwi-back .btn {
	width: 100%;
	padding: 0.7rem 1.5rem;
  max-width: 250px;
}
.about-wrapp {
	display: flex;
	gap: 40px;
	margin-top: 2rem;
}
.aw-txt {
	flex: 0 0 70%;
	padding-top: 10px;
}
.about-wrapp img {
	width: 100%;
}
.about-wrapp .pb-wrapp p {
  width: 170px;
  color: #fff;
} 
.oc-wrapp {
	display: flex;
	gap: 40px;
	flex: 0 0 70%;
}
.oc-wrapp b {
	font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.aw-txt .pb-wrapp {
	margin-top: 3rem;
}
.our-fleet:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg-3.jpg) no-repeat center;
	background-size: cover;
	opacity: .3;
}
.our-fleet {
	padding: 10rem 0;
	position: relative;
}
.our-fleet .container {
	position: relative;
	z-index: 1;
}
.our-fleet .pb-wrapp .pbw {
	flex: 1;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  padding: 45px;
  justify-content: center;
}

.our-fleet .pb-wrapp i {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}
.our-fleet .pb-wrapp p {
	font-size: 14px;
	max-width: 100%;
	margin: 0;
	text-align: center;
}
.our-fleet .pb-wrapp .btn {
	margin-top: 1rem;
	width: 100%;
  text-align: center;
}
.our-fleet .title-wrapp {
	margin-bottom: 0;
	gap: 30px;
}
.our-fleet .title-wrapp p {
	color: #fff;
}
.pb-of {
	gap: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.pb-of img {
	height: 38px;
}
.pbw ul {
	padding: 0;
	width: 100%;
	margin-bottom: 0;
}
.pbw ul li {
	list-style: none;
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-bottom: .8rem;
}
.pbw ul li:last-child {
	margin-bottom: 0;
}
.pbw ul li span {
	font-size: 13px;
}
.pbw ul li span:last-child {
	color: #fff;
}
.dotted:before {
	position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 1px dotted;
  bottom: 3px;
  left: 0;
  opacity: .3;
}
.dotted {
	position: relative;
	flex: 1;
}
.reviews {
  padding-top: 6rem;
  /*padding-left: 20px;
  padding-right: 20px;*/
  overflow: hidden;
}
.rew-slider {
	margin-top: 3rem;
	/*margin-left: -20px;
	margin-right: -12px;*/
}
.rew-slider .slick-slide {
	padding: 40px 30px;
	height: auto;
	float: none;
	border: 1px solid rgba(255, 179, 0,.3);
}
.rew-slider .slick-track {
	display: flex;
	gap:20px;
}
.rew-slider .slick-dots {
	bottom: -40px;
}
.rew-slider .slick-dots li button::before {
	color: #dda943;
	font-size: 10px;
}
.rew-slider .slick-dots li.slick-active button::before {
	color: #dda943;
	opacity: 1;
}
.rew-slider .rs-item:before {
	position: absolute;
  content: "\f10e";
  font-family: "FontAwesome";
  right: 18px;
  top: -10px;
  color: #573b05;
  opacity: .25;
  font-size: 56px;
}
.rew-slider .slick-dots li {
	margin: 0 2px;
}
.rew-slider .rs-item {
	position: relative;
}
.rew-slider .rs-item .h4 {
	margin-top: 0;
	color: #fff;
}
.rew-slider .rs-item p {
}
.rs-stars {
	display: none;
	gap: 4px;
}
.rs-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rev-data {
  font-size: 12px;
}
.rs-stars i {
	color: #dda943;
		font-size: 13px;
}
.os-wrapp {
	display: flex;
	gap: 30px;
}
.os-wrapp .os-item {
	position: relative;
	flex: 1;
	padding: 40px 70px;
  background: #190e0e;
}
.os-item img {
	position: absolute;
	width: 240px;
	right: 10px;
	bottom: -60px;
	z-index: 1;
}
.os-wrapp .os-item .h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
.os-wrapp .os-item p {
	margin-bottom: 2rem;
}
.request-form:before {
	position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/volvo-benefits-crawler-excavator-ec950e-t2-t3-easy-service-access-2324x1200.jpg) no-repeat center bottom;
  opacity: .25;
  background-size: cover;
}
.request-form:after {
	position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  background: rgb(14,7,7);
background: linear-gradient(180deg, rgba(9,4,4,1) 0%, rgba(14,7,7,0) 100%);
height: 60%;
}
.request-form {
	position: relative;
	padding: 28rem 0 7rem;
	margin-top: 3rem;
}
.request-form .title {
	margin-bottom: 1rem;
}
.request-form .container {
	position: relative;
	z-index: 1;
}

.rf-img {
	position: absolute;
  bottom: -7rem;
  right: 14%;
  width: 400px;
}
.contactForm {
	max-width: 50%;
	padding: 10px;
}
.request-form .contactForm {
	background: rgba(26, 14, 14, 0.9);
	padding: 50px;
}
.request-form .contactForm select {
	width: 100%;
}
.form-group {
margin-bottom: 1.5rem;
}
.form-group input, .form-group textarea {
	width: 100%;
  padding: 10px 0 5px;
  background: transparent;
  border-width: 0 0 1px 0;
  border-color: rgba(221, 169, 67,.9);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  outline: none!important;
  font-size: 15px;
  border-radius: 0;
  box-shadow: none;
}
.contactForm .btn {
	
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	cursor: pointer;
}
.request-form .title-wrapp {
	justify-content: flex-start;
  align-items: initial;
  gap: 60px;
  margin-bottom: 2rem;
  align-items: first baseline;
}
.contact-phone {
  display: flex;
  flex-direction: column;
  max-width: 330px;
  gap: 5px;
}
.contact-phone a {
	font-size:33px;
  font-family: 'Tektur', sans-serif;
  font-weight: 700;
  color: #dda943;
}
.contact-phone b {
	color: #fff;
}
.contact-phone small {
	color: #fff;
}
.footer {
	position: relative;
  z-index: 1;
  padding: 15px 0;
  margin-top: -80px;
}
.footer small {
	color: #aca1a0;
}
.mob-menu {
	display: none;
	padding: 10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  background: rgba(26, 14, 14, 0.95);
}

input::-webkit-input-placeholder, input {
	opacity: 1;
}
.burger-menu {
    cursor: pointer;
  display: flex;
  flex-direction: column;
  margin: 20px;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}

.bar {
    width: 30px;
    height: 2px;
    background-color:#fff;
    margin: 4px 0;
    transition: 0.4s;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 12, 12, 0.88);
  padding-top: 0;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: saturate(100%) blur(8px);
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.mobile-nav ul li {
    margin: 20px 0;
}

.mobile-nav ul li a {
    text-decoration: none;
  font-size: 23px;
  color: #fff;
  font-family: 'Tektur', sans-serif;
}

.mobile-nav.open {
    left: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 111;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
  backdrop-filter: saturate(180%) blur(20px);
}

.modal-content {
    background-color: rgba(26, 14, 14,1);
  margin: 15% auto;
  padding: 25px;
  border: 0px solid #888;
  width: 100%;
  max-width: 500px;
}
.modal-content p b {
    color: rgba(255,255,255,.8);
}
.modal-content .contactForm {
	max-width: 100%;
}
.modal-btn-wrapp {
    display: flex;
    gap: 20px;
}
.close {
    color: #dda943;
  	font-size: 22px;
    float: right;
    transition: .3s;
    margin-top: -10px;
    position: relative;
  	z-index: 1;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transform: scale(1.2);
}
.modal-content .title:before {
	display: none;
}
.modal-content .title {
	font-size:22px;
	margin-bottom: 1.5rem;
}
.modal-content .contactForm .btn {
	margin-top: .5rem;
}
.delivery-wrapp {
	position: relative;
	display: flex;
}
.delivery-txt {
 
  margin-top: 3rem;
 
}
.delivery-wrapp h2 {
  margin-bottom: 1.5rem;
}
.delivery-map {
	flex: 0 0 50%;
}
.delivery-map img {
	max-width: 100%;
} 
.delivery {
  padding: 3rem 0 0rem;

  position: relative;
  z-index: 11;
} 

.calc-btn {
	transition: .5s;
	background: #dda943;
	position: fixed;
  right: -150px;
  top: 50%;
  color: #190e0e;
  z-index: 111;
  font-size: 30px;
  padding: 15px;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  gap: 12px;
 align-items: center;
}
.calc-btn:hover {
	right: 0;
	box-shadow: 0 0 30px rgba(255, 179, 0,.5);
	color: rgba(0,0,0,.6);
}
.calc-btn span {
	font-size: 11px;
  font-weight: 700;
  display: block;
  line-height: 1.25;
  text-transform: uppercase;
}
.form-group-wrapp {
	display: flex;
	gap: 20px;
}
select {
	flex: calc(50% - 10px);
	border: none;
	border-bottom: 1px solid rgba(221, 169, 67,.9);
	box-shadow: none;
	outline: none;
	background: transparent;
	height: 33px;
	color: #fff;
	padding-right: 0;
	padding-left: 0;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 2px;
}
.form-group-wrapp .form-group {
 flex: 0 0 calc(50% - 10px);
}
.mb-bnt {
	display: none;
}


.io_item {    
	width: 100%;
    padding-bottom: 20px;
}
.io_button_wrap {
    text-align: center;
}
.io_button {   
	display: inline-block;
  border: ;  
  width: auto;
  padding: 0 20px;  
  line-height: 32px;
  vertical-align: top;  
  color:#dda943;
  font-size: 13px;  
  cursor: pointer;
}
a.io_button:hover {    
	text-decoration: none;
}
.io_button i {
  font-size: 10px;  
  margin-left: 3px;
}
.io_item .btn_close {
    display: none;
}

.io_item .btn_open {    
	display: inline-block;
}
.io_item.open .btn_close {
    display: inline-block;
}
.io_item.open .btn_open {
    display: none;
}
.io_trans {
    width: inherit;    
    position: absolute;
    height: 80px;    
    bottom: 0;
    pointer-events: none;    
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(14, 7, 7) 100%);
    transition: 1s;
}
.catalog .io_trans {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(5, 2, 2) 100%);
}
.delivery .io_trans {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(18, 11, 11) 100%);
}
.io_item.open .io_trans {
    height: 0;    
    transition: .5s;
}
.io_item_wrap {    
	position: relative;
    overflow: hidden;    
    max-height: 100px;
    width: inherit;    
    transition: max-height 0.5;
}
.io_item.open .io_item_wrap {
    max-height: 999px !important;    
    transition: max-height 1s;
}

.bottom-form {
	margin-top: 2rem;
	display: flex;
  align-items: center;
  gap: 30px;
}
.bottom-form .btn {

}
.bottom-form .checkbox {
	flex: 0 0 65%;
	  display: flex;
	  align-items: flex-start;
	  gap: 10px;
	  font-size: 12px;
	  font-weight: 400;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: transparent;
  color: #dda943;
  border: 2px solid;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 111;
  transition: .5s;
}
#scrollToTopBtn:hover {
	background: #dda943;
	border-color: #dda943;
	color: #090404;
}

/* WebKit, Edge */
::-webkit-input-placeholder {
  opacity: 1;
}/* Firefox 4-18 */
:-moz-placeholder { 
   opacity: 1;
}/* Firefox 19+ */
::-moz-placeholder { 
  opacity: 1;
}/* IE 10-11 */
:-ms-input-placeholder { 
 opacity: 1;
}/* Edge */
::-ms-input-placeholder { 
  opacity: 1;
}/* MODERN BROWSER */
::placeholder { 
 opacity: 1;
}

.faq-block {
	/*margin-bottom: -29rem;*/
	padding-bottom: 0;
	position: relative;
  	z-index: 2;
}
.accordion {
    margin: 50px auto;
}

.accordion-item {
    border: 1px solid rgba(255, 179, 0,.3);
  	margin-bottom: 10px;
}
.accordion-header:before {
	position: absolute;
	content: "\f059";
	font-family: "Font Awesome 6 Free";
	left: 18px;
	color: #dda943;
  font-size: 18px;
  opacity: .6;
  display: none;
}
.accordion-header {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  padding:20px;
  background: rgba(24, 12, 12,.8);
  border: none;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.accordion-header i {
  color: #dda943;
  font-size: 15px;
}
.accordion-header.active i {
	transform: rotate(-180deg);
}
.accordion-content {
    padding: 0 20px;
    background: rgba(24, 12, 12,.8);
    display: none;
    overflow: hidden;
}

.accordion-content p {
    margin: 5px 0 25px 0;
}

.news-block .rew-slider .rs-item .h4 {
	font-size: 16px;
}
.news-block {
	margin-bottom: -26rem;
	position: relative;
	z-index: 2;
}
.rev-data {
  color: #dda943;
}
.news-block .rew-slider .rs-item::before {
	display: none;
}

/*==============================================================================*/
/*=============================== RESPONSIVE ===================================*/
/*==============================================================================*/
@media (max-width: 1700px) {
	.main-banner {
		padding-top: 120px;
	}
	.main-banner .h1 {
		font-size: 92px;
	}
}
@media (max-width: 1200px) {
	.main-banner .pb-wrapp .pbw {
		gap: 30px;
		padding: 15px 30px;
	}
	.menu li {
		padding: 1.5rem 1rem;
	}
	.cw-item {
		flex: 0 0 calc(33.3333% - 10px);
	}
	.aw-img, .th-menu {
		display: none;
	}
	.aw-txt {
		flex: 0 0 100%;
		padding-top: 0;
	}
}
@media (max-width: 1100px) {
	.menu li a {
		font-size: 13px;
	}
	.cw-item {
		flex: 0 0 calc(50% - 10px);
	}
	.mob-menu {
   		display: block;
   }
   .top-header, .bottom-header {
   		display: none;
   }
   .menu ul {
   	padding: 0;
   }
   header .container {
	  display: flex;
	  justify-content: space-between;
	  padding-right: 80px !important;
	  align-items: center;
	}
}
@media (max-width: 980px) {
	header.scroll-fixed-navbar .container {
		padding: 0 20px;
	}
   
   section {
   	padding: 3rem 0;
   }
   .pb-wrapp {
   	flex-wrap: wrap;
   }
   .pb-wrapp .pbw {
   	flex: 0 0 calc(50% - 25px);
    border-right: 0;
    margin-left: -1px;
    margin-top: -1px;
   }
   .aw-img {
   	display: none;
   }
   .aw-txt {
   	flex: 1;
   }
   .aw-txt .pb-wrapp .pbw {
   		flex: auto;
   }
   .our-fleet .pb-wrapp {

   }
   .our-fleet .pb-wrapp .pbw {
   	padding: 35px;
   }
   .our-fleet .title-wrapp {
   	flex-direction: column;
   }
   .os-wrapp {
   	flex-direction: column;
   }
   .rf-img {
   	width: 260px;
   	right: 5%;
   }
   .delivery-wrapp {
   	align-items: center;
   }
   .main-banner {
   	padding-top: 0;
   }
   .main-banner::before {
   	background-position: left top;
   }
   .main-banner .pb-wrapp .pbw {
	    gap: 20px;
	    padding: 10px 20px;
	}
	  .main-banner .pb-wrapp i {
	  font-size: 25px;
	}
}

@media (max-width: 780px) {
	.container {
		padding: 0 20px;
	}
	.main-banner .h1 {
		font-size: 60px;
	}
	 .main-banner .pb-wrapp .pbw {
    gap: 10px;
    padding: 15px 20px;
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
  }
  .rew-slider .slick-dots {
	  width: calc(100% - 40px);
	}
}

@media (max-width: 680px) { 
	.cat-wrapp {
		flex-direction: column;
	}
	.cw-item {
	    width: 100%;
	}
	.title-wrapp {
	  align-items: first baseline;
	  justify-content: flex-start;
	  margin-bottom: 2rem;
	  gap: 20px;
	  flex-direction: column;
	}
	.contactForm {
		max-width: 100%;
		
	}
	.request-form .contactForm {
		padding: 35px;
	}
	.os-item img {
		display: none;
	}
	.rf-img {
		display: none;
	}
	.delivery-wrapp {
		flex-direction: column;
	}
	.request-form .title-wrapp {
		gap: 0;
	}
	.request-form {
		padding: 25rem 0 9rem;
	}
	.rew-slider{
		padding: 0 20px;
		margin-left: 0;
    margin-right: 0;
	}
	.rew-slider .slick-track {
		gap: 0;
	}
	.bottom-form {
		flex-wrap: wrap;
	}
	.bottom-form .btn {
		width: 100%;
	}
	.bottom-form .checkbox {
		flex: 0 0 100%;
	}
	.os-wrapp .btn {
		width: 100%;
	}
	#scrollToTopBtn {
		width: 55px;
		height: 65px;
		right: 0;
		bottom: 0;
		border: none;
		font-size: 24px;
	}
	.modal-content {
		height: 100%;
		max-width: 100%;
		margin: 0;
		align-items: center;
	}
	.close {
	  font-size: 26px;
	  position: absolute;
	  right: 30px;
	  top: 30px;
	}
	.footer {
		margin-top: -150px;
	}
	.cwi-back p {
		margin-bottom: 1.2rem;
	    height: 190px;
	    max-height: 190px;
	}
	.reviews {
		padding-left: 0;
		padding-right: 0;
	}
	.news-block {
		padding-top:1rem;
	}
	.main-banner .pb-wrapp .pbw:last-child {
		display: none;
	}
}

@media (max-width: 540px) {
	.title {
		font-size: 1.6rem;
	}
	.main-banner .h1 {
    font-size: 48px;
  }
  .pb-wrapp {
  	flex-direction: column;
  }
  .oc-wrapp {
  	flex-direction: column;
  	gap: 20px;
  }
  .delivery-txt {
	  margin-top: 0;
	}
	.main-banner .item_text {
		margin-bottom: 0;
		font-size: 14px;
	}
	.calc-btn {
		font-size: 20px;
		bottom: 0;
	  width: 100%;
	  left: 0;
	  top: initial;
	  border-radius: 0;
	  display: flex;
	  align-items: center;
    	justify-content: center;
    	background: #dda943;
    color: #190f10;
    font-family: 'Tektur', sans-serif;
    display: none!important;
	}
	.calc-btn span {
		font-size: 16px;
	}
	.cwi-back .btn {
		margin-bottom: 10px;
	}
	.accordion-header {
    font-size: 15px;
	}
	.accordion-header i {
		font-size: 13px;
	}
	.accordion-content {
		padding: 0 20px;
	}
}

@media (max-width:480px) { 
	.burger-menu {
		margin: 10px;
	}
	.logo {
		margin-top: -7px;
	}
	.logo small {
		font-size: 8px;
	}
	.logo div {
		font-size: 16px;
	}
	.th-phone small {
		font-size: 8px;
	}
	.th-phone a {
		font-size: 16px;
	}
	header .container {
	  padding-right: 60px !important;
	}
	
	.os-wrapp .os-item {
		padding: 30px;
	}
	.main-banner .h4 {
		font-size: 14px;
		margin-top: 0;
	}

	 .mb-bnt {
		display: block;
	    margin-top: 2rem;
	    font-size: 14px;
	}
	.aw-txt .pb-wrapp {
	  margin-top: 1rem;
	}
	.catalog .title-wrapp {
		margin-bottom: 1rem;
	}
	.our-fleet {
	  padding: 4rem 0;
	  position: relative;
	}
	.our-clients .oc-wrapp {
		margin-top: 1rem;
	}
	.pbw ul {
		margin-top: 0;
	}
	.main-banner::after {
		height: 35%;
	}
	.main-banner .pb-wrapp {
		flex-direction: row;
  	flex-wrap: nowrap;
	}
	.main-banner .pb-wrapp .pbw {
		padding: 15px 10px;
	}
	  .main-banner .pb-wrapp i {
    font-size: 22px;
    line-height: 1;
  }
  .pb-wrapp p {
  	font-size: 12px;
  }
  .pb-wrapp p span {
  	display: none;
  }
  .main-banner .item_text span {
  	display: none;
  }
  .about-wrapp .pb-wrapp i {
  	width: 55px;
	  text-align: center;
	  font-size: 26px;
  }
  .pb-wrapp .pbw {
  	padding: 20px;
  }
}

@media (max-width:380px) {  
	.main-banner .h1 {
    font-size: 43px;
  }
}