@font-face {
    font-family: 'Gotham';
    src: url("../fonts/GothamProRLight.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url("../fonts/GothamProRRegular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url("../fonts/GothamProRBold.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GothamWithRouble';
    src: url("../fonts/GothamProRRegular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GothamWithRouble';
    src: url("../fonts/GothamProRBold.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Gotham;
	font-weight: 400;
    color: inherit;
}

:root {
    --white: rgb(255, 255, 255);
    --black: #000000;
    --lightblue: #EBF0FF;
    --mediumblue: #B4C8FF;
}

button, a {
    border: none;
    align-items: center;
    cursor: pointer;
}

.button-type1 {
    padding: 15px 30px;
    color: var(--black);
    display: inline-flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 2px;
    background: var(--lightblue);
    line-height: 140%;
}

.button-details {
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 2px;
    background: #ebf0ff00;
    line-height: 140%;
    color: var(--white);
    text-decoration: underline;
    display: inline-flex;
    gap: 8px;
}

.button-submit {
    padding: 15px 30px;
    color: var(--black);
    display: inline-flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 2px;
    background: var(--mediumblue);
    line-height: 140%;
}

main {
    display: flex;
    flex-direction: column;
    gap: 100px 0;
}

body {
    display: flex;
    flex-direction: column;
 
}

section {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.wrp {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    justify-content: space-between;
    max-width: 1400px;
    position: relative;
    gap: 60px;
}

.head-wrp {
    align-items: center;
    flex-direction: row;
}

.column {
    flex-direction: column;
    display: flex;
}

.row {
    flex-direction: row;
    display: flex;
}

h1 {
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    font-style: normal;
}

p {
    font-size: 18px;
}

.flex {
    display: flex;
}

/* Header */
.header {
    background-color: #B9B0A9;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.header-wrp {
    align-items: center;
}

.LogoBlock,
.linkBlock,
.contactBlock {
    display: inherit;
}

.linkBlock,
.contactBlock {
    padding: 10px 40px;
}

.linkBlock {
    gap: 40px;
}

.contactBlock {
    background-color: #B4C8FF;
}

.LogoBlock p {
    align-items: center;
}

.header-dropdown {
    display: none;
}

/* previewslider */
.previewslider {
    /* max-height: 550px; */
	height: 100vh;
}

.previewslider .slick-slide {
	margin: unset;
}

.slide-container {
    display: flex;
    position: relative;
    width: 100%;
}

.previewslider-img {
    height: fit-content;
    width: 100%;
    position: relative;
    align-self: center;
	object-fit: cover;
  	max-height: 100%;
}

.previewslider-desc {
    background: rgba(54, 54, 54, 0.76);
    color: var(--white);
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.siries-preview {
    color: var(--white);
    border: 2px solid var(--white);
    padding: 8px 16px;
    width: fit-content;
}

.offercontainer {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* catalog */
.catalog {
    justify-content: center;
	margin-top: 100px;
}

.catalog-item {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.item-desc {
    display: flex;
    justify-content: space-between;
}

.item-title {
    display: flex;
    max-width: 780px;
    align-self: stretch;
    gap: 20px 0;
    line-height: 170%;
}

.catalog:not(.leadpage) .siries-card :is(button, a):last-child, .item-desc a {
    display: flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 2px;
    background: var(--lightblue);
    line-height: 140%;
    width: 100%;
}

.catalog a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
	box-sizing: border-box;
}

.card-holder {
    display: grid;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: stretch;
    justify-items: stretch;
    justify-content: flex-start;
}

.threecard {
    grid-template-columns: 1fr 1fr 1fr;
}

.fourcard {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.siries-card {
    flex-direction: column;
    /* flex-basis: 300px; */
    gap: 24px;
    display: flex;
    justify-content: space-between;
    width: calc(25% - 24px);
}

.threecard .siries-card {
	width: calc(33% - 24px);
	height: 38.8rem;
} 

.siries-card img {
    height: 100%;
    max-width: 100%;
    position: relative;
    align-self: center;
    object-fit: cover;
    object-position: center;
    height: 25rem;

}

.threecard .siries-card img {
	height: 100%;
} 

.siries-card>a>div {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.siries-u {
    background-color: var(--lightblue);
    background-size: cover;
    background-repeat: no-repeat;
}

.siries-l {
    background-color: var(--lightblue);
    background-size: cover;
    background-repeat: no-repeat;
}

.siries-xn {
    background-color: var(--lightblue);
    background-size: cover;
    background-repeat: no-repeat;
}

.siries {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: var(--white);
    border: 2px solid var(--white);
    padding: 8px 16px;
}

/* promotion */
.promotion {
    justify-content: center;
    height: 500px;
}

.promotion-left {
    overflow: hidden;
    display: flex;
    height: 100%;
    width: 50%;
}

.measurer {
    background: url("img/promotion.jpeg");
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    align-self: center;
}

.opensystem-img {
    background: url("img/promotion_2.jpeg");
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    align-self: center;
}

.promotion-right {
    padding: 0 40px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    width: 50%;
    background-color: rgba(23, 30, 49, 1);
    color: var(--white);
    justify-content: center;
}

.promotion-right p {
    font-size: 14px;
}

/* opensystem */
.opensystem {
    justify-content: center;
}

.opensystem .wrp {
    gap: 60px;
}

.opensystem-slider {}

.opensystem__slide {
    display: flex;
    width: 100%;
    height: auto;
}

.opensystem__slide-img {
    width: 100%;
    height: auto;
    min-width: 300px;
    min-height: 400px;
    background-color: #E4E1E1;
}

.opensystem__slide-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 0px;
    margin-left: 10px;
    width: 100%;
    gap: 34px;
}

.opensystem__slide-desc :is(button, a) {
    padding: 15px 30px;
    background-color: var(--lightblue);
    width: min-content;
	text-decoration: none;
}

.opensystem__slide-desc p {
	text-decoration: none;
}

/* fabrika */
.fabrika {
    justify-content: center;
}

.fabrica-video {
    min-height: 680px;
    background-color: #E4E1E1;
}

.fabrika-desc {
    display: flex;
    justify-content: space-between;
}

/* articles&news */
.articlesANDnews {
    justify-content: center;
}

.news-block {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.news {
    display: flex;
    width: 100%;
    height: 500px;
    max-width: 430px;
    gap: 24px;
}

.news-preview {
    width: 100%;
    height: 60%;
    background-color: #E4E1E1;
}

.news-desc {
    display: flex;
    /*height: 8.9rem;*/
    gap: 24px;
}

/* contactform */
.contactform {
    justify-content: center;
    display: flex;
    width: 100%;
    height: auto;
    background-color: rgba(23, 30, 49, 1);
    padding: 100px 0px;
    margin-bottom: -20px;
}

.contactform form {
    /*padding: 50px;
    display: flex;
    gap: 100px;
    background-color: #F7F7F7;*/
}

.leftsideForm,
.rightsideForm {
    gap: 24px;
    display: inherit;
    flex-direction: column;
}

.leftsideForm {
	/*width: 60%;*/
}

.rightsideForm input {
    padding: 20px;
    border: 1px solid #D9D9D9;
}

.checkbox-wrp {
    display: flex;
    gap: 15px;
}

.checkbox-wrp input {
    width: 50px;
}

.contactmanager {
    color: var(--white);
    display: flex;
    border: 1px solid #F7F7F7;
    padding: 50px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.contactmanager-contact div {
    display: flex;
    gap: 20px;

}

/* Footer */
.footer {
    justify-content: center;
    color: var(--white);
    display: flex;
    height: auto;
    width: 100%;
    background-color: rgba(23, 30, 49, 1);
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.footer a {
    text-decoration: none;
}

.footer p {
    font-size: 14px;
}

.footerNav {
    display: flex;
    width: 100%;
    height: auto;
    gap: 7rem;
}

.CompanyDesc,
.footerMap,
.doorDesc {
    gap: 20px;
}

.CompanyDesc {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    margin-right: 8rem;
}

.desc {
    color: darkgray;
    gap: 20px;
}

.footerEnd {
    display: flex;
    justify-content: space-between;
}

.filter {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 200px;
}

.btn-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.filter a {
    text-decoration: none;
}

.btn-holder :is(button, a) {
    background-color: white;
    border: 1px solid #6E6E6E;
    height: 50px;
    padding: 0;
}

/* itemcard */
.itemcard {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item-img {
    width: 50%;
    height: auto;
    max-height: 750px;
    min-height: 749px;
    overflow: hidden;
}

.item-img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.item-configurator {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.configurator-desc {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.prise {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
}

.config {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.config-heading {
    display: flex;
    justify-content: space-between;
}

.config-choice {
    display: grid;
    grid-gap: 10px;
}

.size-choice {
    grid-template-columns: 1fr 1fr 1fr;
}

.color-choice {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.choice-btn {
    padding: 10px;
    background: #FFF;
    box-shadow: 0px 0px 0px 1px #E5E5E5;
    height: 50px;
}

.slick-dots li button:before {
    background-color: #B4C8FF;
    border-radius: 50%;
    content: '' !important;
}

.slick-dots {
    bottom: -71px !important;
}

.slick-dotted.slick-slider:not(.previewslider) {
    margin-bottom: 78px !important;
}

.slick-prev:before {
    font-size: 50px !important;
    border-radius: 5px !important;
    background-color: #B4C8FF33;
    border-radius: 10px !important;
}

.slick-prev {
    left: 14% !important;
    top: 577px !important;
    z-index: 11 !important;
}

.slick-next::before {
    font-size: 50px !important;
    background-color: #B4C8FF33;
    border-radius: 10px !important;
}

.slick-next {
    left: 25% !important;
    top: 577px !important;
    z-index: 11 !important;
}

.slick-prev:before,
.slick-next:before {
    font-family: Gotham !important;
}

.slick-slide {
    margin: 0 27px;
}

.offercontainer h1 {
	width: 30rem;
	text-transform: uppercase;
}

.slick-prev, .slick-next {
	top: unset !important;
	bottom: 10rem !important;
}

.previewslider {
	height: 87vh;
	overflow: hidden;
}

.siries-card>a> div {
	height: 100%;
}

.opensystem__slide-img {
	display: flex;
}

.slick-slide img {
	object-fit: cover;
  	width: 100%;
}

body>:is(section, .marquiz__container) {
	margin-bottom: 100px;
}

.fabrica-video iframe {
	height: 100%;
}
.news-preview {
	display: flex;
	flex-shrink: 0;
}
.slick-slide img {
	object-fit: cover;
}

.news-desc {
	overflow: hidden;
}
.contactform>.wrp>div:first-child {
	padding: 50px;
  	display: flex;
  	gap: 100px;
  	background-color: #F7F7F7;
}
.contactform .b24-form-wrapper {
	background-color: #F7F7F7;
}

/* 19.11.23 Code */
.threecard .siries-card {
    width: calc(33.9% - 24px);
}

.threecard .siries-card img {
    height: unset;
}

.maphldr {
    width: 100%;
}

.oneimgonetxt {
    display: flex;
    margin: auto;
    width: 100%;
    gap: 24px;
    justify-content: space-between;
}

.wrp {
    margin-left: auto;
    margin-right: auto;
}

.onetxt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.onetxt :is(p, a) {
    position: relative;
    display: flex;
    align-items: center;
    color: #6E6E6E;
}

.onetxt :is(p, a):before {
    content: '';
    width: 32px;
    height: 43px;
    object-fit: contain;
    margin-right: 1.5rem;
    display: flex;
    font-size: 18px;
}

.obetxt-addres::before {
    content: url(/local/templates/pd_new/assets/images/icnlocation.svg) !important;
}

.onetxtx-time::before {
    content: url(/local/templates/pd_new/assets/images/icntime.svg) !important;
}

.onetxt a[type='tel']::before {
    content: url(/local/templates/pd_new/assets/images/icntel.svg) !important;
}

.onetxt a[type='mail']::before {
    content: url(/local/templates/pd_new/assets/images/icnmail.svg) !important;
}

.addreswrpr .oneimgonetxt:nth-child(even) {
    flex-direction: row-reverse;
}

main {
    background-color: #f7f7f7;
}

.maphldr ymaps {
	min-height: 1rem;
}

.oneimg {
	width: 50%;
	display: flex;
	flex-shrink: 0;
}

.oneimg img {
	object-fit: cover;
	width: 100%;
}

.dostavkawrpr {
	margin-top: 60px;
}

.card-holder.fourcard.catalogdeeproot {
	width: 100%;
}
.b-where-map-wrapper{
    
}

/* Code 20.11.23*/
.header {
	padding: 4px 0;
}

.threecard .siries-card>a>div {
	height: 100% !important;
}

.siries {
	background-color: rgba(0, 0, 0, 0.4);
}

.threecard .siries-card img {
	height: 100%;
  	max-width: 100%;
	width: 100%;
}

.opensystem__slide-desc {
	gap: 1.5rem;
}

.opensystem-slider {
    margin-left: -27px;
    margin-right: -27px;
}

.opensystem__slide-img {
    /*height: 100%;*/
    min-width: unset;
}

.opensystem__slide-desc {
    margin-right: 1rem;
}

.slick-dots li button::before {
	width: 12px !important;
	height: 12px !important;
}

.news-desc {
    position: relative;
}

.item-desc .item-title.column+.column {
	flex-shrink: 0;
}

.column-table-wrpr {
	display: flex;
  	flex-direction: column;
  	gap: 32px;
}

.txt-block-dop {
	color: #777;
}

.gap-block {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.onetxt {
	width: 50%;
}

.wrp {
	gap: 60px;
}

.previewslider {
	height: unset;
	/*max-height: 87vh;*/
}

.desc {
    color:#6E6E6E;
}

.previewslider .slick-dots {
    bottom: 2rem !important;
}

.filter .btn-holder:nth-child(2) {
	margin-bottom: 49px;
}

.siries-u {
	background-color: unset;
}

.card-holder.catalogdeeproot .siries {
	display: none;
}

.aboutsec .onetxt :is(p, a)::before {
	content: none;
}

.aboutsec {
	margin-top: 100px;
}

.aboutsec .onetxt {
	gap: 60px;
}

.card-holder {
	justify-content: flex-start;
}

.card-holder.fourcard.catalogroot .siries-card img {
	height: unset;
	width: 100%;
}

.previewslider {
	margin-bottom:  unset !important;
}

.news-block.slick-slider {
	margin-left: -12px;
  	margin-right: -12px;
}

.offercontainer h1 {
	/*font-size: clamp(8px, 20px, 44px);*/
}

body {
	background-color: #f7f7f7;
}

.header a, .contactBlock {
	flex-shrink: 0;
}

.LogoBlock>a:first-child {
	display: flex;
}

.LogoBlock>a:first-child img {
	object-fit: contain;
  	width: 100%;
}

.header-dropdown {
	margin-right: 1rem;
}

/*Code 22.11.23*/
.header {
	min-height: 4.5rem;
}

.LogoBlock {
	width: 27.8%;
	min-width: 389.2px;
	margin-left: 1rem;
}

.LogoBlock > a:first-child {
	width: 100%;
}

.marquizwrpr {
	display: flex;
	flex-direction: column;
}

.marquizwrpr h1 {
	/*padding-bottom: 27px;*/ 
}

.news-block .slick-slide {
  margin: 0 12px;
}

.news-block a {
	text-decoration: none;
}

.news {
	height: 543px;
  	max-width: unset;
}

.filter .btn-holder a.active {
	background-color: #D9D9D9;
}

.fourcard.catalogdeeproot .siries-card img {
	height: 100%;
}

.fourcard.catalogdeeproot .siries-card > div {
	height: 25rem;
}

.base-catalog .siries-card img {
	height: 100% !important;
	object-position: center;
}

.marquiz__container {
	max-width: unset !important;
}

#marquiz__inline-frame_62f0e755068c15004fa34a6a {
	height: 700px !important;
}

.dopurl {
	height: 100%;
}

.fourcard.catalogdeeproot .siries-card>div a {
	height: 100%;
}

.leftsideForm {
	width: 60%;
}

.marquizwrpr {
	gap: 27px;
}

.promotion-right h1 p {
	font-family: 'GothamWithRouble';
}

.siries-card.column>h3, .prise>h2 {
	font-family: 'GothamWithRouble';
	font-weight: 500;
}

.castlbut {
	position: absolute;
	top: -17rem;
}

body, html {
	overflow-x: hidden !important;
  	width: 100% !important;
}

.b24-form {

}

.siries-card.column>div {
	position: relative;
}

.itemwrpr+.b24-form {
	display: none;
}

.marquizsec {
	background-color: #F3F3F3;
	margin-top: -100px;
  	padding-top: 100px;
	margin-bottom: 1rem !important;
  	padding-bottom: 100px;
}

.news-desc.column {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  width: 100%;
}

.news-desc.column h3 {
	margin-bottom: 1rem;
}

.contactform .b24-form-btn {
	width: 33%;
}

.news-block .slick-dots {
    bottom: 0 !important;
}

.footerNav .desc {

}

.itemwrpr+.b24-form.active {    display: flex;
    position: fixed !important;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
}

.otercls {
    display: none;
}

.otercls.active {
display: flex !important;
  position: fixed;
  z-index: 999;
  top: 5rem;
  right: 27vw;
  font-size: 30px;
  color: #FFF;
  height: 3rem;
  width: 3rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid;
cursor: pointer;
}

.header-dropdown>a {
	height: 1px;
  	display: inline-block;
}

.opensystemsec .slick-slide img {
    max-width: 100%;
    height: 100%;
}

.opensystemsec .opensystem-slider .opensystem__slide-desc a {
    margin-top: auto;
}

.castlwrpr {
	margin-top: 11rem;
	text-align: center;
	margin-bottom: 7rem;
}

.leadscreen button::before {
	border: 1px solid;
}


.promsldrslc {
    display: flex;
}

.promotionslider {
    max-width: 100%;
}

.promotion-left img {
    object-fit: cover;
    width: 100%;
}

.promotion {
	margin-bottom: unset;
}

.promotionslider .slick-dots {
    bottom: -56px !important;
}

.promotionslider .slick-slide {
    margin-left: 0;
    margin-right: 0;
}

.promotionslider .slick-list.draggable {
    height: 100% !important;
}


.promsldrslc, .promotionslider .slick-track {
    height: 100% !important;
}

.promanoth {
	height: 689px;
}

.opensystemsec+.promotion, .opensystemsec + .promotion .promotion {
    height: 689px;
}

.reitsec {
    margin-top: 100px;
}

.leadinfoblck {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 24px ;
}

.leadinfoblckitem {
    width: calc(33% - 24px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.libitemimghldr {
    width: 118px;
    height: 118px;
    background-color: #d7d7d7;
    border-radius: 50%;
    z-index: 3;
   overflow: hidden;
}

.libitemtxthldr {
    background-color: #ebf0ff;
    padding: 71px 10px 20px;
    margin-top: -58px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.p2 {
    font-size: 14px;
    color: darkgray;
}

h2.mob {
    font-size: 24px;
}

.owsitemimghldr {
    display: flex;
}

.owsitemimghldr img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.owsiteminfohldr {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 0;
}

.owsiteminfohldr p {
    color: darkgray;
}

.ourworkssldritem a {
    transform: translateX(50%);
    left: 34%;
    position: relative;
    color: darkgray;
}

.ourworksfullitem {
    display: flex;
    gap: 24px;
}

.ourworksfullitem>div {
    width: calc(50% - 12px);
}

.owfiteminfo p {
    color: darkgray;
    line-height: 23px;
}

.owfiteminfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}

.ourworksfullitem:nth-child(2n) {
    flex-direction: row-reverse;
}

.ourworksfullbody {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.libitemimghldr {
    display: flex;
}

.libitemimghldr img {
    width: 100%;
    object-fit: cover;
}

.owsitemimghldr {
    max-height: 29rem;
}

.owsiteminfohldr {
    min-height: 18rem;
}

.ourworkssldritem a {
    position: relative;
    font-weight: normal;
}

.ourworkssldritem a::after {
    content: url(/local/templates/pd_new/assets/img/arrow2.png);
    width: 1rem;
    height: 1rem;
    display: flex;
    position: absolute;
    top: 0;
    right: -2rem;
}

.owsiteminfohldr p {
    line-height: 1.8rem;
}

.libitemtxthldr {
    min-height: 14rem;
}

.ourworksfullimghldr {
    max-height: 600px;
    display: flex !important;
}

.ourworksfullsldr img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 1024px) and (max-width: 1400px) {
	.offercontainer {
    	padding-left: 70px !important;
	}

	section:not(.promotion, .header) {
    	padding-left: 70px !important;
    	padding-right: 70px !important;
	}
}

@media (min-width: 640px) and (max-width: 1023px) {
	.offercontainer {
    	padding-left: 50px !important;
	}

	section:not(.promotion, .header) {
    	padding-left: 50px !important;
    	padding-right: 50px !important;
	}
}

@media (min-width: 0px) and (max-width: 640px) {
	.offercontainer {
    	padding-left: 14px !important;
	}

	section:not(.promotion, .header) {
    	padding-left: 14px !important;
    	padding-right: 14px !important;
	}

	.leadinfoblck {
    	flex-direction: column;
	}

	.leadinfoblckitem {
    	width: 100%;
	}

	.ourworksfullbody, .ourworksfullitem > div {
    	width: 100%;
	}

	.ourworksfullitem, .ourworksfullitem:nth-child(2n) {
    	flex-direction: column;
	}

	.ourworksfullimghldr {
    	max-height: 29rem;
	}

	.libitemtxthldr
	{
  	width: 100%;
	}

	.reitwrpr {
    	flex-direction: column !important;
	}

}

.reitwrpr {
    display: flex;
	flex-direction: row;
    gap: 3%;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}

.reitwrpr>h1 {
    width: 100%;
    text-align: center;
}

.reititem {
    width: 222px;
}

.reitlogohldr {
    width: 100%;
    height: 4rem;
    display: flex;
	margin-bottom: 1rem;
}

.reitlogohldr img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: left;
}

:is(.reityandexmap, .reitzoon) .reitlogohldr img {
    object-fit: contain;
}

.reitwrpr > h1:nth-child(2) {
    margin-bottom: 60px;
}

.contactsocialwrpr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.socialheaderwrpr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.socialheaderwrpr>a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialheaderwrpr>a img {
    width: 100%;
    object-fit: contain;
}

@media screen and (min-width: 1401px) {
    .owsiteminfohldr {
        min-height: 12rem;
    }

    .libitemtxthldr {
        min-height: 11rem;
width: 100%;
  box-sizing: border-box;
    }
}

@media screen and (min-width: 1280px) {
    .ourworkssldritem a {
        left: 30%;
    }
}

@media screen and (min-width: 810px) and (max-width: 1240px) {
    .libitemtxthldr {
        min-height: 17rem;
    }

    .owsitemimghldr {
        max-height: 16rem;
    }

    .ourworkssldritem.slick-slide {
        margin: 0 12px;
    }
}