
  html {
    position: relative;
    height: 100%;
  }
h3 {
	font-size: 2.2rem;
    font-weight: 800;
}
  body {
    background: #fff;
    font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
	   position: relative;
  
  }
.frame-layout-1 {
	margin-right: 5em;
}
.title__normal-page {
	font-size: 2.1rem;
	color:#000;
	font-weight: 600;
}
.text-light {
	font-size:1.7rem;
	color:#605E5E !important;
}
.map-embed{
  width: 100%;
  display: block;
}
.accordion-body {
	padding:1.4em;
}
.accordion-body h2 {
	display: none;
}
/* icons styles */
.ce-uploads img {
    float: left;
    padding-right: .5em;
    vertical-align: top;
	height: 52px;
}
.ce-uploads-filesize {
	color: #494949;
	font-size: 1.2rem;
}
.ce-uploads-description {
	margin-top: 1rem;
}
.ce-uploads-fileName {
	line-height: 2.5rem;
}

.page-baner{
  margin-bottom: 0;
}
.page-baner ~ .page-content,
.page-baner ~ .footer{
  z-index: 2;
  position: relative;
}
.grid-container {
  display: grid;
  grid-template-columns: auto 500px 815px;
  min-height: 405px;
	overflow: hidden;
}

.grid-container.freight-block {
  display: grid;
  grid-template-columns: auto 785px 200px;
  min-height: 355px;
	overflow: hidden;
	position: relative;
    top: -70px;
}
.freight-block__image  {
	display:flex;
  justify-content:flex-end;
}
.freight-block__image img {
	border-radius: 15px;
	position: relative;
	margin-top:-110px;
	max-height: 320px;
	object-fit: cover;
}
.freight-block .grid-item .page-baner__content{
		float:right;
	position: relative;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	height: auto;
	padding-right: 5em;
	font-size:2rem;
	font-weight: 300;
	line-height: 33px;
}

.grid-item.last img {
	float:right;
	position: relative;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.swiper-button-next, .swiper-button-prev {
	position: relative !important;
}
.swiper {
    width: 100%;
    height: 100%;
    max-height: 420px !important;
}
.slide-txt .swiper {
    padding-top: 4em;
    padding-bottom: 0em;
    padding-left: 0em;
}
.slide-txt .swiper-slide img{
	margin-right: 40px;
	border:0px;
	padding:0em;
	border-radius: 20px;
	
	font-size: 1.7rem;
    font-weight: 400;
    line-height: 2.8rem;
	
}
.bg-slide .swiper-slide img{
	margin-right: 0px;
	
}
.bg-slide .slide-txt .swiper {
	padding-left: 0em !important;
}
.slide-txt .swiper-slide {
	border:0;
	box-shadow: none;
	padding:0;

	    max-height: 310px;
}
.slide-txt img {
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.swiper-button-prev {
	background-color: #ccc !important;
}
.swiper-button-next:after {
	background-image: url("../Images/arrow-right-s-broken.svg");
  content: "" !important;
	 background-position: center;
    background-size: 57px;
    position: absolute;
    width: 57px !important;
    height: 57px !important;
  

}
.swiper-button-prev:after  {
	background-image: url("../Images/arrow-left-s-broken.svg");
  content: "" !important;
	 background-position: center;
    background-size: 57px;
    position: absolute;
    width: 57px !important;
    height: 57px !important;


}
.swiper-button-next, .swiper-button-prev {
	display:inline !important;
}
.grid-item:nth-child(1){
  position: relative;
}
.grid-item:nth-child(1)::before {
  content: "";
  height: 719px;
  width: 900px;
  display: block;
  position: absolute;
  right: -365px;
  bottom: -540px;
  background-size: 900px auto;
}
.grid-item.img{
  grid-column: 3 / 4;
  grid-row: 1;
  background-size: cover;
}
.grid-item.last{
  grid-column: 4 / 4;
  grid-row: 1 / 2;
}
.page-baner__content > p{
  max-width: 360px;
}
.page-baner__content h1,
.page-baner__content h2{
  font-size: 3.3rem;
  font-weight: 800;
  margin-bottom: 25px;
}
.page-header__info span {
	font-size:2.1rem;
	padding-right: 2.5em;
	display: block;
}
.page-header__info img {
	margin-right: 5px;
	position: relative;
	top:-3px;
}
.bg-blue-gradient__page .grid-item.img img {
	background-color:#fff;
	padding-bottom:5em;
	width: auto;
    object-fit: cover;
    height: 507px;
}
.pre-footer__txt p {
	    max-width: 610px;
	font-size:1.6rem;
}
.pre-footer .button {
    position: relative;
    right: 0;
	left:0;
    float: right;
    top: 32px;
}
.page-header__info ul {
	text-decoration: none;
	list-style: none;
	display: inline-block;
	margin-left: 0;
	padding-left: 0;
}
.page-header__info ul li {
	display: inline-block;
	margin-left: 0;
	padding-left: 0;
	font-size:1rem;
}
.page-header__info ul li a:hover {
	color:#fff;
}
.page-baner__content p{
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 2.65rem;
}
.page-baner__content__bc{
  list-style: none;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.page-baner__content__bc li{
  padding-right: 5px;
  margin-right: 5px;
  text-transform: lowercase;
  font-size: 1.2rem;
  color: #9F9F9F;
}
.grid-item.img{
  position: relative;
}

.page-baner__content__bc li:nth-child(1n + 2)::after{
  content: "/";
  display: inline-block;
  position: relative;
  right: -5px;
	color:#fff;
}
.page-baner__content__bc li:last-of-type::after{
  content: none;
}
.page-baner__content__bc svg{
  position: relative;
  top: -2px;

}
.page-baner__icon-wrap{
  flex-direction: column;
  row-gap: 15px;
  position: absolute !important;
  left: -49px;
  bottom: 30px;
  display: flex;
}
.pre-footer {
	margin-top:6em;
}
.accordion-item {
	border-radius:10px !important;
}
.accordion-header .accordion-button {
	border:none;
	box-shadow: none !important;
	border-radius:10px !important;
	color:#fff;
	font-size: 1.70rem;
	font-weight: 800;
	padding-left:25px !important;
}
.accordion-button.collapsed {
	background: rgb(29,113,184);
background: -moz-linear-gradient(97deg, rgba(29,113,184,1) 37%, rgba(33,32,121,1) 100%);
background: -webkit-linear-gradient(97deg, rgba(29,113,184,1) 37%, rgba(33,32,121,1) 100%);
background: linear-gradient(97deg, rgba(29,113,184,1) 37%, rgba(33,32,121,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d71b8",endColorstr="#212079",GradientType=1);
}

.accordion-button {
	background: rgb(0,92,170);
background: -moz-linear-gradient(270deg, rgba(0,92,170,1) 0%, rgba(73,157,228,1) 54%);
background: -webkit-linear-gradient(270deg, rgba(0,92,170,1) 0%, rgba(73,157,228,1) 54%);
background: linear-gradient(270deg, rgba(0,92,170,1) 0%, rgba(73,157,228,1) 54%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005caa",endColorstr="#499de4",GradientType=1);
}

.accordion-button:after {
	background-image: url("../Images/arrow-left-broken.svg") !important;
	
		transform: rotate(130deg) !important;
    filter: none;
    background-size: 59px;
    width: 72px;
    height: 42px;
    position: relative;
    left: 11px;
}
.accordion-button:not(.collapsed):after {
	transform: rotate(310deg) !important;
    filter: none !important;
   background-size: 59px;
    width: 72px;
    height: 42px;
    position: relative;
    left: 10px !important;
}
.element-block__one h3{
	font-size:2.2rem;
	font-weight:800; 
}
.element-block__one {
	font-size:1.45rem;
	padding-bottom: 3em;
	padding-top:3em;
}
.element-block__one p {
	font-size:1.75rem;
	margin-bottom: 1em;
}

.element-block__one img, .element-block__two img {
	width:auto;
	height: 100%;
}
.block-text {
	padding:5em;
position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 1rem;
}


.element-block__two h3{
	font-size:2.2rem;
	font-weight:800; 
}
.element-block__two {
	font-size:1.45rem;
	padding-bottom: 3em;
	padding-top:3em;
}


.col-lg-6.bg-light.p-0 {
border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	
}
.col-lg-5.bg-blue.p-0 {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.grid-container.bg-blue-gradient__page {
	position: relative;
	z-index: 999;
}
.block-text ul{
	font-size: 1.4rem;
}
.block-text ul li {
	margin-bottom:14px;
	margin-top: 14px;
}
.card .image-wrapper img{
	max-width: 330px;
}
.f3-widget-paginator {
    padding:2em 3em;
    margin: auto;
    width: max-content;
    list-style: none;
    display: flex;
    column-gap: 10px;
 	
   
}
.f3-widget-paginator li a{
	padding:3px 10px 5px 10px;

}
.f3-widget-paginator li.current {
	    padding: 6px 14px 6px 14px;
    background-color: #D4D4D4;
    min-height: 0px !important;
}
.f3-widget-paginator :is(li) a, .f3-widget-paginator .current, .f3-widget-paginator .hello {
    background-color:#E9E7E7;
    color: #000;
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 1.6rem;
    text-decoration: none;
    display: block;

    transition: all 0.5s cubic-bezier(0.18, -0.85, 0.27, 1.55);
    height: max-content;
}
@media screen and (max-width: 1510px){
  .grid-container{
    grid-template-columns: 0 425px auto 0;
  }
}
@media screen and (max-width: 1399px){
  .grid-container {
    grid-template-columns: auto 380px 760px auto;
  }
}
@media screen and (max-width: 1199px){
  .grid-container {
    grid-template-columns: auto 380px 580px auto;
  }
}
@media screen and (max-width: 992px){
  .grid-container{
    margin-top: 101px;
    grid-template-columns: auto 360px 360px auto;
  }
  .grid-item:nth-child(2){
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px){
  .grid-container{
    display: grid;
    position: relative;
    margin-top: -1px;
    min-height: auto;
  }
  .grid-item:first-child,
  .grid-item:last-child{
    display: none;
    content-visibility: hidden;
  }
  .grid-item.img{
    min-height: 400px;
  }
  .grid-item:nth-child(2){
    position: absolute;
    bottom: 0px;
    z-index: 1;
  }
  .page-baner__content__bc{
    margin-bottom: 20px;
  }
  .page-baner__content h1, .page-baner__content h2{
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  .page-baner__content p{
    font-size: 1.5rem;
    font-weight: 300;  
    line-height: 2.6rem;
  }
  .grid-item:nth-child(2){
    backdrop-filter: blur(5px);
    border-radius: 0 15px 0 0;
    background-color: transparent;
  }
	
  .page-baner__icon-wrap{
    display: none;
    content-visibility: hidden;
  }
	.offset-1 {
    margin-left: 0%;
}
	.bg-blue-gradient__page .grid-item.img img {
		display: none;
	}

	.page-header__info span {
    font-size: 1.7rem;
    padding-right: 8em;
			display: inline;
}
	.block-text {
    padding: 4em 1em 2em 3em;
		border-radius: 0px !important;
	}
	.col-lg-5.bg-blue.p-0 {
		border-radius: 0px !important;
	}
	.element-block__one img, .element-block__two img {
		border-radius: 0px !important;
			border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	}
}
@media screen and (max-width: 576px){
  .grid-item.img{
    min-height: 330px;
  }
	.button {
		font-size:1.1rem;
	}
	a.button::after {
    background-image: url(../Images/arrow-left-broken.svg);
    content: "";
    background-position: center;
    background-size: 26px;
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    margin-left: 12px;
    margin-top: -2px;
	}
	.pre-footer__img {
		border-radius: 0px;
	}
	.in img {
    max-width: 34px;
	}
}
.page-header {
	width: 519px;
    float: right;
    padding: 2rem 3rem 4rem 2.85rem;
    font-weight: 400;
    clear: both;
	color:#fff;
	position: relative;
	bottom:0;
	height: 100%;
}
.page-header__info {
	position: absolute;
	bottom:0;
	color:#fff;
	min-height: 220px;
}
.page-image{
	background-image:url("../Images/page1.jpg");
	height: 500px;
	background-repeat: no-repeat;
	border-bottom: 6em solid #fff;
	 box-sizing:border-box;
	background-color: #fff;
	margin: 0px -1px -1px -1px;
}
.page-baner__content {
	position: relative;
	height: 100%;
}
.bt-1 {
    width: 519px;
    float: right;
    padding: 2rem 3rem 4rem 2.85rem;
    font-weight: 400;
    clear: both;
	color:#fff;
}
.bg-blue-gradient__page {
	background-size: 795px !important;
    background-repeat: no-repeat !important;
	background: rgb(41,35,92);
background: -moz-linear-gradient(127deg, rgba(41,35,92,1) 3%, rgba(29,113,184,1) 50%);
background: -webkit-linear-gradient(127deg, rgba(41,35,92,1) 3%, rgba(29,113,184,1) 50%);
background: linear-gradient(127deg, rgba(41,35,92,1) 3%, rgba(29,113,184,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#29235c",endColorstr="#1d71b8",GradientType=1);
}
/* --- frame column --- */

.frame-type-ce_columns2.frame-layout-1 .row{
  margin: 0;
}
.frame-type-ce_columns2.frame-layout-1 .ce-col{
  padding: 0;
}
.frame-type-ce_columns2.frame-layout-1 .ce-col:first-child{
  padding: 0px 60px 0px 0px;
}
.frame-type-ce_columns2.frame-layout-1 .ce-col:last-child{
  padding: 0px 00px 0px 60px;
}

@media screen and (max-width: 992px){
  .frame-type-ce_columns2.frame-layout-1 .ce-col:first-child{
    padding: 0px;
  }
  .frame-type-ce_columns2.frame-layout-1 .ce-col:last-child{
    padding: 0px;
  }
  .frame-type-ce_columns2.frame-layout-1 .ce-col:first-child{
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px){
  .frame-type-ce_columns2 .row{
    row-gap: 30px;
  }
}
/* --- page-content --- */

.page-content{
  margin-top: 36px;
}
.page-content .frame ul{
  font-size: 1.9rem;
  list-style: none;
}

.page-content .frame ul li{
  margin-bottom: 10px;
  position: relative;
}
.page-content .frame-type-text ul,
.frame-type-menu_pages ul{
  margin-left: 5px;
}
.page-content .frame-type-text ul li::before,
.frame-type-menu_pages ul li::before{
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0px;
  border-radius: 15px;
  background-image: url(/typo3conf/ext/dqtemplate/Resources/Public/Images/svg/li-arrow.svg);
  background-size: 15px;
  left: -25px;
  top: 12px;
}
.page-content .frame a:not(.frame-layout-1 a){
  text-decoration: underline solid #7e7e7e;
}
.page-content .frame{
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 400;
  letter-spacing: -1px;
}
.page-content .frame p{
  margin-bottom: 25px;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.page-content .frame p:last-of-type{
  margin-bottom: 0px;
}
/* .page-content > .container > .frame{
  margin-bottom: 35px;
} */

@media screen and (max-width: 767px){
  .page-content .frame{
    font-size: 1.9rem;
    line-height: 3.7rem;
  }
}

/* --- frame --- */

.page-content .frame h1{
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 55px;
}

.page-content .frame h2{
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 55px;
}

.page-content .frame h3{
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 55px;
}
h3.accordion-header {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px){
  .page-content .frame h2{
    font-size: 2.7rem;
    margin-bottom: 20px;
  }
}

/* --- media-text-l --- */
.media-text-l{
  margin-bottom: 80px;
}
.media-text-l__row{
  display: flex;
}
.media-text-l__row-item{
  width: 100%;
  max-width: 50%;
}
.media-text-l__text{
  background-color: #F3F3F3;

}
.media-text-l__text-wrap{
  max-width: 755px;
  padding: 90px 90px 90px 15px;
  margin-left: auto;
  font-size: 2.1rem;
  line-height: 4.5rem;
  font-size: 400;
}
.media-text-l__text-wrap p{
  margin-bottom: 40px;
}
.media-text-l__text-wrap p:last-child{
  margin-bottom: 0;
}
.media-text-l__img{
  padding: 110px 0 110px 90px;
}
.media-text-l__img img{
  width: 100%;
  object-fit: cover;
  border-radius: 50px 0 0 0;
}
#formularzkontaktowyzapytania-530 .form-group, #requestaquote-530 .form-group {
	padding-bottom:20px;
}

#formularzkontaktowyzapytania-530 .form-group .form-control, #requestaquote-530 .form-group .form-control{
	background-color:#f8f8f8;
	font-size:1.4rem;
}
.form-check {
	padding-left:0em;
	padding-bottom: 1em;
    font-size: 1.3rem;
}
.form-text {
	font-size: 1.3rem;
}
@media screen and (max-width: 1399px){
  .media-text-l__text{
    padding-left: 15px;
  }
  .media-text-l__text-wrap{
    max-width: 555px;
    padding-left: 0px;
    padding: 70px 70px 70px 0px;
  }
  .media-text-l__img{
    padding: 90px 0 90px 70px;
  }
  .media-text-l__img img{
    height: 100%;
  }
}
@media screen and (max-width: 1199px){
  .media-text-l__row{
    flex-direction: column-reverse;
  }
  .media-text-l__row-item,
  .media-text-l__row-item > *{
    width: 100%;
    max-width: 100%;
  }
  .media-text-l__text-wrap{
    padding: 60px 15px 60px 15px;
    max-width: 960px;
    margin: auto;
  }
  .media-text-l__img{
    padding: 0px;
  }
  .media-text-l__img img{
    border-radius: 0;
  }
}
@media screen and (max-width: 992px){
  .media-text-l__text{
    padding:0;
  }
  .media-text-l__text-wrap{
    max-width: 720px;
  }
}
@media screen and (max-width: 767px){
  .media-text-l__text-wrap{
    font-size: 1.9rem;
    line-height: 4.2rem;
    max-width: 540px;
  }
}

.accordion.pp-accordion-custom .frame-type-text.frame-layout-1{
  background-color: var(--c-orange);
  color: #fff;
  padding: 25px;
  border-radius: 0 0 25px 0;
  font-size: 2.1rem !important;
  margin-bottom: 35px;
}
.accordion.pp-accordion-custom .frame-type-text.frame-layout-1 a:hover{
  color: #000;
}
.accordion.pp-accordion-custom .frame-type-text.frame-layout-1:last-child{
  margin-bottom: 10px;
}
.accordion.pp-accordion-custom .accordion-button:not(.collapsed){
  background-color: transparent;
  color: #000;
  box-shadow: none;
}
.accordion.pp-accordion-custom .accordion-header button{
  font-size: 3.6rem;
  border-radius: 0px !important;
  padding: 25px 10px 25px 10px;
} 
.accordion.pp-accordion-custom .accordion-item{
  border: none;
  border-bottom: solid 1px #D6D6D6;
}
.accordion.pp-accordion-custom .accordion-item:last-child{
  border-bottom: none !important;
}
.accordion.pp-accordion-custom .accordion-body{
  padding: 25px 0px 25px 0;
}
.text-right{
  text-align: end;
}
.accordion.pp-accordion-custom .accordion-button::after{
  background-image: url(/typo3conf/ext/dqtemplate/Resources/Public/Images/svg/arrow.svg);
  background-size: 19px;
  width: 19px;
  height: 33px;
}
.accordion-button:not(.collapsed)::after{
  transform: rotate(90deg);
  filter: invert(69%) sepia(76%) saturate(2731%) hue-rotate(331deg) brightness(98%) contrast(91%);
}
.frame-type-form_formframework.frame-layout-1{
  background-color: #d1d1d170;
  margin-top: 0px;
  position: relative;
}

.btn-primary {
	border:0px;
}

#formularzkontaktowyzapytania-530 .col-lg-6.col-xl-6.col-xxl-6, #requestaquote-530 .col-lg-6.col-xl-6.col-xxl-6 {
	padding-right:4em;
}


@media screen and (min-width: 992px){
  .frame-type-form_formframework.frame-layout-1{
    padding: 66px 55px 50px 0px;
  }
	.text-box-wrapper {
	min-height: 124px;
}

}
.frame-type-form_formframework.frame-layout-1::before{
  content: "";
  left: -50vw;
  top: 0px;
  width: 50vw;
  height: 100%;
  background-color: #d1d1d170;
  position: absolute;
}
@media screen and (max-width: 767px){
  .accordion.pp-accordion-custom .accordion-header button{
    font-size: 2.8rem;
  }
}

.swiper.page {
	max-height: 261px;
}
.page .swiper-Wblock {
	height: 261px;
	width:35%;
}
.belt {
	position: absolute;
	bottom:0;
	width:100%;
}
.belt-txt {
	color:#fff !important;
	text-align: left !important;
	display: inline-block;
	width:100%;
	height:30px;
	margin-left: 2.3em;
	text-transform: capitalize;
}
.belt-txt a {
	color:#fff;
		text-transform: capitalize;
}

.page .swiper-txt {
	top:auto;
	bottom:0;
}
.page .swiper-txt h1{
	margin-bottom: 0em;
}
.page .swiper-Wblock {
	  height: 261px;
    width: 35%;
	  -webkit-box-shadow:inset 0px 0px 0px 1px #EFEAEA;
  -moz-box-shadow:inset 0px 0px 0px 1px #EFEAEA;
  box-shadow:inset 0px 0px 0px 1px #EFEAEA;  

}
.swiper-slide img {
    display: block;
    width: auto;
    object-fit: cover;
}

.swiper-txt__second {
	z-index: 999;
	color:#000; 
	text-align: left;
	max-width: 300px;
	position: absolute;
	top:19em;
}
.swiper-txt__second h1 {
	font-size:3.43rem !important;
	margin-left:6px;
}
.info-block {
	display: inline-flex;
	color:#fff;
float:right;
  justify-content:flex-end;
	margin-right: 5em;
	font-size:1.2rem;
	margin-top:7px; 
}
.info-block a {
	color:#fff;
	font-size:1.2rem;
	margin-left: 1em;
	text-transform: lowercase
}
.info-block img {
	width:14px;
	height: auto;
	display: inline-block;
	margin-right: 6px;
}



.container-img {
  display: flex;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  height: 65vh;
	max-height: 430px;
	margin-bottom:6em;
}

.box {
  flex: 1;
 background-color: #F6F6F6;
  transition: .5s;
  margin: 0 1%;
  box-shadow: 0 7px 20px rgba(0,0,0,.1);
  line-height: 0;
	border-radius: 20px 20px 20px 20px !important;
}

.box > a img {
  width: 100%;
  height: calc(100% - 6vh);
  object-fit: cover; 
  transition: .5s; 
	border-radius: 20px 20px 20px 20px !important;
}

.box > span {

  display: block;

 height: 10vh;
    line-height: 23px;
    border-radius: 0px 0px 20px 20px !important;
    text-align: left;
    font-size: 1.9vh;
    font-weight: 600;
    margin-left: 1em;
    text-transform: uppercase;
    margin-top: 15px;
}

.box:hover { flex: 1 1 38%;box-shadow: 0 0px 0px rgba(0,0,0,.1); }
.box:hover > img {
  width: 100%;
  height: 86%;
	box-shadow: 0 0px 0px rgba(0,0,0,.1);
}
.box .button {
	display: inline;
	border:none;
	font-size:1.8vh;
	text-align: right;
	position: relative;
	float: right;
    top: -2.9em;
 text-transform:capitalize;
  opacity: 0;
   transition: opacity 0.3s ease-out;
	left: 25px;
}
a.button  {
	text-decoration: none !important;
}
.ce-bodytext a {
	text-decoration: none !important;
}
.am .ce-intext.ce-right .ce-gallery,.am  .ce-intext.ce-left .ce-gallery,.am  .ce-above .ce-gallery {
	margin-bottom: -10px;
	margin-top:1em;
}
img.image-embed-item {
	width:100%;
	height: auto;
}
.box:hover .button{
	visibility: visible;
  opacity: 1;
}
.img-header {
	position: absolute;
	bottom:-1px;
	text-transform: uppercase;
	background-color:rgba(255, 255, 255, 0.9);
	padding:0.7em 1em 0.7em 1em;
	font-size:2rem;
	font-weight: 700;
	border-radius:0px 25px 0px 25px;
}
.mt-n2 {
	margin-top:-2em !important;
}
.ce-gallery.ce-border img{
	border:none;
	border-radius: 25px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-top:10px;
	-webkit-box-shadow: 8px 8px 24px -7px rgba(66, 68, 90, 1);
-moz-box-shadow: 8px 8px 24px -7px rgba(66, 68, 90, 1);
box-shadow: 8px 8px 24px -7px rgba(66, 68, 90, 1);
}
@media screen and (max-width: 767px){
 .box:hover,.box  {
       flex: 1 1 100%;
    flex-grow: 1;
    flex-shrink: 1;

  }
	.box img {
		width:100%;
		height: auto;
	}
	.container-img {
		display: inline;
		height:auto;
	}
	.box {
		margin-bottom: 1em;
		margin-top: 2em;
		overflow: hidden;
        max-height: 180px;
	}
	.box .button {
		display: none;
	}
}


.page-offer img {
	display: block;
    width: 100%;
    object-fit: cover;
	overflow: hidden;
	border-radius: 30px 0px 0px 30px;
	max-height: 300px;
}
.offer-txt__left {
	font-size: 2rem;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: normal;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 2em;
    width: 220px;
    right: 0;
    float: right;
    text-align: left;
}
.offer-txt__left:before, .offer-table__txt:before {
  content: '';
  position: absolute;
  bottom: 18px;
  border-bottom: 2px solid #B2B2B2;
  width:50px;
}
.offer-txt__right {
	font-size:1.4rem;
	display: block;
	line-height: 23px;
	border:1px solid #EEEEEE;
	border-right: none;
	border-radius: 0px 0px 0px 75px;

	padding:3em 3em 3em 5em;
}
.offer-txt__right span{
		max-width: 860px;
	display: inline-block;
}
.offer-txt__right.bg-gold {
	border:0px;
}
.txt-color__white {
	color:#fff !important;
}

.offer-table__txt {
	font-size:2rem;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: middle;
  line-height: normal;
	position: relative;
	
	margin-right: -2em;
}

.content ul li::before {
 top: 23px;
    left: -25px;
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    background-size: 16px !important;
    background: url(../Images/icon-arrow-blue.svg);
}
.content ul li {
	list-style: none;
}

.b-news .header__title {
    font-size: 2.5rem;
    margin-bottom: 1.5em;
    display: inline-block;
    text-align: left;
}
.b-news .all__blog {
    font-size: 2.5rem;
    margin-bottom: 1.5em;
    display: inline-block;
    float: right;
}
.news-list-date {
	padding-bottom:1.5em;
	display: block;
}

@media screen and (max-width: 576px){
  .offer-txt__right{
    	padding:3em 3em 3em 3em;
	}}





.offer-table__block {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	-webkit-box-shadow: 0px 29px 28px 0px rgba(206, 206, 206, 1);
-moz-box-shadow: 0px 29px 28px 0px rgba(206, 206, 206, 1);
box-shadow: 0px 29px 28px 0px rgba(206, 206, 206, 1);
	margin-bottom:10em;
	overflow-x: auto;
		border-radius: 0px 25px 25px 0px; 
}
table.contenttable {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  width: auto;
  text-align: center;
  border-collapse: collapse;
	overflow-x:auto;
	display: block;
	padding:2em;
	border-radius: 0px 25px 25px 0px; 
}


table.contenttable td{
  border: 1px solid #D9D9D9;
	border-bottom:0px; 
	border-top:0px;
  padding: 10px 15px;
}
table.contenttable tr:nth-child(1) td{
	border-bottom:1px solid #D9D9D9;
}
table.contenttable tbody td {
  font-size: 1.5em;
	font-weight: 600;
	white-space: nowrap;
}
table.contenttable tr:nth-child(1) td:nth-child(1), table.contenttable tr:nth-child(2) td:nth-child(1){
	border-left:0px;	
}
table.contenttable tr:nth-child(1) > td:last-child, table.contenttable tr:nth-child(2) > td:last-child{
	border-right:0px;	

}
table.contenttable td:nth-child(even) {
  background: #fff;
}
table.contenttable thead {
  background: #FFFFFF;
  border-bottom: 2px solid #333333;
}
table.contenttable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  border-left: 2px solid #333333;
}
table.contenttable thead th:first-child {
  border-left: none;
}

table.contenttable tfoot td {
  font-size: 14px;
}
.point {
	padding: 10px;
    background-color: #A98F6F;
    border-radius: 20px;
    width: 20px;
    height: 20px;
	-webkit-box-shadow: 0px 6px 14px 1px rgba(169, 143, 111, 1);
-moz-box-shadow: 0px 6px 14px 1px rgba(169, 143, 111, 1);
box-shadow: 0px 6px 14px 1px rgba(169, 143, 111, 1);
	display: inline-block;
	position: relative;
    top: 5px;
	 text-indent: -9999px;  
}
figure.table {
	width:auto;
}
.frame-layout-3 p {
	position: absolute;
	right:20%;
	margin-top:3em;
	font-size: 1.4rem;
}
.frame-layout-3 p strong {
	position: relative;
    top: -8px;
    left: 6px;
}

.frame-layout-2 .offer-txt__left{

	margin-right: 2.3em;
	top:1em;
}
.footer {
	margin-top:0rem !important;
}
.page-offer .offer-table.bg-light {
	padding-top:4em;
	padding-bottom:4em;
}
@media screen and (max-width: 576px){
  table.contenttable {
    width:100% !important;
	}}


@media screen and (min-width: 1930px){
	.swiper-slide > img {
    display: block;
    width: 100%;
		height: auto;
    object-fit: cover;
		max-height: 261px;
}
	.page .swiper-Wblock {
  height: 261px;
  width: 39%;
	}
	.offer-table__txt {
		margin-right: -4.5em;
	}
	.offer-table__block.bg-white.col-lg-10 {
		width:75%;
	}
	.frame-layout-3 p {
  position: absolute;
  right: 26%;
	}
	.box > span {
		line-height: 26px;
		font-size:1.7vh;
		margin-top:20px;
	}
	.box .button {
		top: -2.65em;
	}
	.bg-blue-gradient__page {
		background-size: 1235px !important;
	}
	.grid-container.bg-blue-gradient__page.mb-5 {
		grid-template-columns: auto 582px 676px;
	}
	.bg-blue-gradient__page .grid-item.img img {
  background-color: #fff;
  padding-bottom: 5em;
  width: 1330px;
  height: auto;
  object-fit: cover;
	}
}
.offer-txt__right.bg-light-subtle {
	border:none;
}

.offer-txt__right.bg-light-subtle span{
display: flex;
	margin-right: 4em;
	line-height: 29px; 
		
}
.bag {
	display: flex;
	font-size:2.1rem;
	font-weight: 500;
	color:#A98F6F;
}
.bag img{
	border-radius: 0;
	width:auto;
	height:65px;
		float:left;
	display: inline-block;

	margin-right: 7px;

}
.page-offer .contact span{
	font-size:1.7rem;
	line-height: 31px;
}
.page-offer .contact img{
	max-width: 18px;
	border-radius:0px;
	float:left;
	position: relative;
	top:7px;
	margin-right: 4px;
}
.page-offer .button {
	background-color: #fff;
	color:#000;
	margin-left: 6em;
	margin-top:0em;
	position: relative;
	top:-15px;
	padding:12px 25px 12px 22px;
}

.page-offer .contact .arrow-a {
	background-color: #000;
	float:inherit;
	max-width: inherit;
	filter:drop-shadow(-2px 7px 10px #000);
	position: relative;
	top:0px;
	
}
.page-offer .contact .arrow-a:hover, .page-offer .contact .button:hover .arrow-a {

	filter:drop-shadow(1px 1px 2px #000)
}
main {
	font-size: 1.7rem;
}
@media screen and (max-width: 992px){
  .offer-txt__right.bg-light-subtle span img{
        height: 50px !important;
  }
	 .offer-txt__right.bg-light-subtle span{
       margin-right: 1em;
		 font-size: 1.5rem !important;
		 line-height: 20px;
  }
	.offer-txt__right.bg-light-subtle.bag {
		font-size: 1.4em;
	}
	.page .swiper-Wblock {
		width:100%;
	}
	body {
		overflow-x: hidden;
	}
	.page-header__info{
		position: relative;
	}
	.element-block__one {
		padding-bottom: 1.1em;
		padding-top: 1em;
	}
	.content .element-block__two .block-text {
		        padding: 2em 2em 2em 3em;
	}
	.pre-footer.bg-blue-gradient {
		margin-top:0em;
	}
}

@media screen and (max-width: 580px){
	.page-offer .offer-txt__left {
		float:left;
	
	}
	.offer-table__txt {
		margin-right: 0em !important;
	}
	.swiper-txt__second h1 {
    font-size: 3rem !important;
   position: relative;
		bottom:15px;
		color:#fff;
		text-shadow: 1px 1px 6px rgba(66, 68, 90, 1);
}
	.belt {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
	.belt-txt {
    
    margin-left: 0.3em;
 
}
	.swiper-Wblock {
		background-color: transparent;
		border-bottom-right-radius:0;
	}
	.page-content {
    margin-top: 0px;
}
	    .navbar > .container::before {
        right: 0px;
    }
    .offer-txt__right.bg-light-subtle span img {
        height: 40px !important;
    }
	    .offer-txt__right.bg-light-subtle span {
        margin-right: 1.4em;
        font-size: 1.4rem !important;
        line-height: 20px;
			display: inline-grid;
    }
	.offer-txt__right.bg-gold .button {
    background-color: #fff;
    color: #000;
    margin-left: 0em;
    margin-top: 1em;
    position: relative;
    top: 0;
    padding: 12px 18px 12px 16px;
		
	}
	.offer-table__block {
		flex-direction:inherit;
		width: 100%;
	}
	.offer-table .frame-layout-2 .offer-txt__left{
		
		margin-right: 0;
		right: auto;
		left:10px;
		float:inherit;
		
	}
	.frame-layout-3 p {	  
    right: inherit !important;
    left: 3em !important;
	}
	.page-content.pb-5 .container.px-4{
		padding:0rem 1rem 0rem 1rem !important;
	}
	.frame-type-form_formframework.frame-layout-1 {
		padding:1rem;
	}
	.box > span {

    height: 6vh;
	}
	.frame-layout-1 {
		margin-right: 0em;
	}
}


@media only screen and (min-width: 587px) and (max-width: 990px){
     .page .swiper-Wblock {
        width: 0;
    }
	.swiper-txt__second h1 {
		color:#fff;
		    margin-left: 1em;
    margin-top: -0.5em;
	}
	    .offer-table__block {
        flex-direction: inherit;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1230px){
   
	    .offer-table__block {
        flex-direction: inherit;
        width: 100%;
			align-items: flex-start;
    }
	.frame-layout-3 p {
    position: absolute;
    right: 20%;
    margin-top: 15em;
	}

}

.freight-block .page-baner__content{
	float:left !important;
}

.freight-block .page-baner__content > p {
    max-width: 100%;
	width: 100%;
}

.card {
	border:none;
	border-bottom:1px solid #ccc;
	margin-bottom: 2em;
}
.card h2 {
	margin-bottom:1em;
}
.card .image-wrapper img{
	width: 100%;
    height: 300px;
    object-fit: cover;
	margin-bottom: 0.6em;
	max-width: 540px;
}
.frame-type-news_newsliststicky .col-md-5:nth-child(2n), .frame.frame-default.frame-type-news_pi1 .col-md-5:nth-child(2n){
	margin-left:16%;
}

.frame-type-news_newsdetail {
	border-bottom:1px solid #ccc;
	margin-bottom: 2em;
	padding-bottom:2em;
}
.frame-type-news_newsliststicky {
	padding-bottom: 1em;
	margin-bottom:1em;
}

@media screen and (max-width: 764px){
     .frame-type-news_newsliststicky .col-md-5:nth-child(2n), .frame.frame-default.frame-type-news_pi1 .col-md-5:nth-child(2n){
	margin-left:0%;
	}
		.page-header__info {
	
	min-height: 125px;
}
}