@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

:root {
    --container-width: 1420px;
    --transition: ease-in-out .3s
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Titillium Web", sans-serif;
    font-size: 17px;
    line-height: 28px;
    color: #394357;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 70px;
    line-height: 70px;
}

h2 {
    font-size: 50px;
    line-height: 50px;
}

h3 {
    font-size: 40px;
    line-height: 40px;
}

h4 {
    font-size: 28px;
    line-height: 28px;
}

h5 {
    font-size: 24px;
    line-height: 28px;
}

h1 span {
    font-size: 40px;
    font-weight: normal;
}

a {
    color: #394357;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    color: #000;
}

.default-button {
    background: #ffbf1f;
    border-radius: 3px;
    border: none;
    padding: 10px 85px 10px 15px;
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    color: black;
    font-size: 18px;
    font-weight: inherit;
}

.default-button:hover {
    background: #F6B000;
    cursor: pointer;
}

.default-button::after {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    background: #c09426;
    right: 35px;
    top: 10px;
}

.default-button::before {
    content: '';
    background-image: url('/gfx/leftArrow.png');
    background-size: cover;
    position: absolute;
    width: 13px;
    height: 13px;
    font-size: 1.5rem;
    right: 11px;
    top: 16px;
}

.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.flex-50 {
    flex: 1;
}

.nomargin {
    margin: 0;
}

.placeIcon {
    width: 1rem;
}

.leftUnderline,
.centerUnderline{
    position: relative;
}

h2.leftUnderline,
h2.centerUnderline,
.aboutConcreteTextUser h2 {
  position: relative;
  font-size: 36px;
  line-height: 36px;
}


.product-text-cont h2,
.moreAboutHall h2{
    position: relative;
    font-size: 36px;
    line-height: 36px;

    margin-top: 60px;
}
.product-text-cont:first-of-type h2{
    text-align: center;
}

.product-text-cont:first-of-type .text-wrap {
    max-width: 800px;
    padding-bottom: 20px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;

    text-align: center;
}
.product-text-cont.have_imgs_fs:first-of-type .text-wrap{
    text-align: left;
    padding: 0;
}
.product-text-cont:first-of-type .text-wrap ul{
    padding: 0;
}
.product-text-cont:first-of-type .text-wrap ul li{
    width: fit-content;
    margin: 0 auto;
}


.aboutConcreteTextUser h3 {
  position: relative;
  font-size: 28px;
  line-height: 28px;
}

.product-text-cont h3{
    position: relative;
    font-size: 28px;
    line-height: 28px;
}

.aboutConcreteTextUser a {
  color: rgb(5,151,242);
  text-decoration: underline;
}
.aboutConcreteTextUser a:hover {
    text-decoration: none;
}

.product-text-cont a{
    color: rgb(5,151,242);
    text-decoration: underline;
}
.product-text-cont a:hover{
    text-decoration: none;
}

.leftUnderline::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #ffbf1f;
    left: 0px;
    bottom: -15px;
}


.product-text-cont .header-section::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #ffbf1f;
    left: 0px;
    bottom: -15px;
}

.rightTextArrow {
    width: 8px;
    position: relative;
    top: 1px;
    left: 3px;
}

.centerUnderline::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #ffbf1f;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.product-text-cont:first-of-type .header-section::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #ffbf1f;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.sectionCenter {
    position: relative;
    max-width: min(1403px, 100%);
    padding-left: max(4rem, calc((100vw - 1420px) / 2));
    padding-right: max(4rem, calc((100vw - 1420px) / 2));
}

.selectRefence .sectionCenter {
    padding-right: 0px;
    left: -25px;
}

.bottomBanner img {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.id_page_1 .sectionCenter {
    max-width: 100%;
}

.orangeArrowDown {
    width: 10px;
    transform: rotate(90deg);
    position: relative;
    bottom: -3px;
    right: -7px;
}

.w-50 {
    width: 50%;
}

.offsetTop30 {
    margin-top: 30px !important;
}

.default-ul, .aboutConcreteTextUser ul {
    list-style: none;
}

.hidden {
    visibility: hidden;
}

.default-ul li, .aboutConcreteTextUser li {
    position: relative;
}

.default-ul li::before, .aboutConcreteTextUser li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffbf1f;
    left: -15px;
    top: 10px;
}

.product-text-cont ul{
    list-style: none;
}
.product-text-cont ul li{
    position: relative;
}
.product-text-cont ul li::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffbf1f;
    left: -15px;
    top: 10px;
}

ol li::before {
    display: none;
}

.flexPaddingLeft {
    box-sizing: border-box;
    padding-left: 40px;
}

.noOverflow {
    overflow: hidden;
}

header {
    width: 100%;
    height: calc(100%/7);
}

header .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% / 8);
    z-index: 5000;
    display: flex;
    margin-bottom: 0px;
}

#logo {
    width: calc(100%/9);
    height: 125%;
    background: rgba(255, 191, 31, 1);
    margin-left: calc(100%/9);
    text-align: center;
    min-height: 150px;
}

#logo-mobile {
    display: none;
}

#menu {
    margin-left: auto;
    display: flex;
    margin-top: 0;
    margin-bottom: 0px;
    width: calc(100% - (100%/9)*2.2);
    padding: 0;
}

#menu li {
    height: 100%;
    list-style-type: none;
    width: calc(1420px / 5);
    text-align: center;
    position: relative;
}

#menu li a.sub_0_a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu li a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: block;
    background: rgb(5, 151, 242);
    overflow: hidden;
    font-size: 1.2rem;
}

.sub_1 li a {
    padding: 1.25rem !important;
    width: 300px !important;
}

.user_sitemap .sub_1 li a {
  padding: 0 !important;
  width: auto !important;
}

#menu li .open::after {
    background-image: url('/gfx/leftArrowWhite.png');
    background-size: cover;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 1.5rem;
    top: 40%;
    transform: rotate(90deg);
    transition: ease 250ms;
}

#menu ul {
    display: none;
    padding: 0px;
    position: absolute;
    width: 250px;
}

#menu ul:hover .open::after {
    background-image: url('/gfx/leftArrow.png');
    transform: rotate(270deg);
}

#menu li a:hover {
    color: black;
    background: rgb(255, 191, 31);
}

#menu li:hover ul {
    display: block;
}

#menu li .open:hover::after {
    background-image: url('/gfx/leftArrow.png');
    transform: rotate(270deg);
}

#menu #menu_24_li a {
    background: rgb(255, 191, 31);
    color: #394357;
    text-transform: none;
}

#small_menu {
    display: none;
}

#menu_24_li {
    min-width: 200px;
}

#menu_24_li a {
    padding-left: 10px;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative;
}

#menu_24_li a::after {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    background: #c09426;
    left: 80%;
    top: 50%;
    transform: translateY(-50%);
}

#menu_24_li a::before {
    content: '';
    background-image: url('/gfx/leftArrow.png');
    background-size: cover;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 1.5rem;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#menu_24_li::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 30px;
    background-image: url("/gfx/icon-kalkulace-ceny-Halycomp.svg");
    background-repeat: no-repeat;
}

.breadcrumbsImg {
    width: 7px;
    margin-left: 5px;
    margin-right: 5px;
}

.id_page_19 .sub-cat-menu {
    display: none;
}

.id_page_19 .selectHall {
    margin-top: 0px;
}

.rightBlackArrow {
    width: 12px;
    margin-right: 10px;
    margin-left: 10px;
}

.sliderSection {
    width: 100%;
    height: 100vh;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
}

#sliderbx_container_1, .bx-wrapper, .bx-viewport, #sliderbx_data_1, #sliderbx_data_1 li,
#sliderbx_container_2, #sliderbx_data_2, #sliderbx_data_2 li {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

#sliderbx_data_1,
#sliderbx_data_2 {
    z-index: 10;
}

#sliderbx_data_1 li,
#sliderbx_data_2 li {
    background-size: cover;
    transform: scale(1.2);
    list-style-type: none;
    animation: sliderZoomOut;
    animation-duration: 5s;
}

#sliderH1 {
    position: relative;
    color: white;
    top: 0px;
}

#sliderH1 span {
    font-size: 40px !important;
    color: white;
}

#sliderbx_container_1 .bx-controls, #sliderbx_container_1 .bx-wrapper,
#sliderbx_container_2 .bx-controls, #sliderbx_container_2 .bx-wrapper {
    position: absolute;
}

.gridWrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(100% - (100%/8));
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 20;
}

#menu, .down2xBlueMetro, .downBlueMetro, .downDarkBlueMetro {
    position: relative;
}

.down2xBlueMetro::after {
    content: "";
    position: absolute;
    top: 200%;
    width: 100%;
    height: 100%;
    background: rgba(5, 151, 242, .4);
    pointer-events: none;
}

.downBlueMetro::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(5, 151, 242, .4);
    pointer-events: none;
}

.downDarkBlueMetro::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(5, 151, 242, .8);
    pointer-events: none;
}

.gridRow {
    height: calc(100%/7);
    display: flex;
    flex-direction: row;
}

.gridColumn {
    width: calc(100%/9);
    height: 100%;
}

.defaultTransparent {
    background: rgba(5, 151, 242, .4);
}

.defaultFill {
    background: rgba(5, 151, 242, .8);
}

.defaultYellow {
    background: rgba(255, 191, 31, 1);
}

.default {
    transition: ease-out 1200ms;
    background: rgba(5, 151, 242, 0);
}

.gridColumn:hover {
    background: rgba(5, 151, 242, .8);
    transition: ease-out 120ms;
}

.hpClickDown {
    text-align: center;
}

.bx-controls {
    bottom: 27%;
    left: 18%;
    z-index: 100;
}

.bx-pager-item {
    display: inline-block;
}

.bx-pager-item a {
    width: 10px;
    height: 10px;
    border: 2px solid rgb(255, 191, 31);
    display: inline-block;
    margin: 10px;
}

.bx-pager-item a {
    font-size: 0px;
}

.bx-pager-item .active {
    background-color: rgb(255, 191, 31);
}

.hpClickDown:hover {
    background: rgba(255, 191, 31, 1);
    cursor: pointer;
}

.hpClickDown img {
    width: 25px;
    transform: rotate(90deg);
    display: inline-block;
    position: relative;
    top: 45%;
}

#homePageAboutText {
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 110vh;
    padding-bottom: 100px;
}

.hpRightImgWrapper {
    position: absolute;
    width: 30%;
    display: inline-block;
    top: 200px;
    right: -70px;
}

.hpRightImgWrapper img {
    width: 100%;
}

.textPageContainer {
    max-width: 600px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 50px;
}

.textPageContainer a {
    margin-top: 15px;
    display: inline-block;
}

.maxTextWidth600 {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.selectHall {
    margin-top: 50px;
    max-width: min(1403px, 100%);
    position: relative;
    padding-right: max(4rem, calc((100vw - 1420px) / 2));
    padding-left: max(4rem, calc((100vw - 1420px) / 2));
    z-index: 12;
}

.menuScrolled #menu .sub_1 li.last {
    width: calc(1420px / 5);
}

.selectHallWide {
    display: flex;
    width: 48.5%;
}

.selectHallWideText {
    height: 120px;
    line-height: 170px;
    transition: 500ms ease-in;
}

.selectHallWide img {
    width: 45%;
    object-fit: cover;
}

.reference-detail {
    position: relative;
    z-index: 15;
    background: white;
}

.selectHallWideText::after {
    transition: 500ms ease-in;
}

.selectHallWide:hover .selectHallWideText::after {
    background: rgb(255 255 255);
}

.selectHallWide:hover .selectHallWideText {
    font-size: 2rem;
    color: #394357;
    background: rgb(255, 191, 31);
}

.selectRefence h2 {
    padding-top: 2rem;
}

.subpageReferenceOuter .buttonRightWrapper {
    margin-top: 25px;
}

.subpageReferenceOuter {}

.subpageReferenceOuter .selectRefence .sectionCenter {
    max-width: min(1403px, 100%);
    padding-left: max(4rem, calc((100vw - 1420px) / 2));
    left: -25px;
}

.selectHallWideText {
    width: calc(75% - 15px);
    background: rgba(5, 151, 242, 1);
    color: white;
    padding-left: 3rem;
    font-weight: bold;
    font-size: 1.5rem;
    position: relative;
    height: 100%;
}

.selectHallWideText::after {
    content: "";
    width: 1px;
    height: 2rem;
    position: absolute;
    background: rgb(67, 177, 245);
    right: 2.2rem;
    top: 50%;
    transform: translateY(-50%);
}

.selectHallWideText::before {
    content: '';
    background-image: url('/gfx/leftArrowWhite.png');
    background-size: cover;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.wideHallWrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
}

.selectHallWideSecond {
    margin-left: 15px;
}

.squareSelectParent {
    height: 250px;
    text-align: center;
    width: 250px;
    position: relative;
}

.squareSelectHall {
    width: 100%;
    height: 100%;
    transition: ease-in-out 500ms;
    padding: 5px;
    display: block;
    box-sizing: border-box;
}

.squareSelectHallInside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background: rgb(255, 191, 31);
    transition: 500ms ease-in-out;
    z-index: -1;
}

.fimg.squareSelectHallInside{
  padding: 0;
  margin: 0;
}
.fimg.squareSelectHallInside .fimg_wrp ,
.fimg.squareSelectHallInside .fimg_pic,
.fimg.squareSelectHallInside .fimg_img{
  width: 100%;
  height: 100%;
  display:flex;
  line-height:0;
  padding: 0;
  margin: 0;
}

.fimg.squareSelectHallInside .fimg_wrp{
  transition: opacity 500ms ease-in-out;
  opacity: 0;
}

.squareSelectHallInside::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 191, 31);
    z-index: 2;
}

.squareSelectHall .iconWhite {
    display: none;
}

.squareSelectHall::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    z-index: 20;
    transition: 500ms;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
}

.squareSelectParent .squareSelectHall {
    background-image: none;
}

.squareSelectParent:hover .squareSelectHallInside {
    background-size: cover;
    transform: scale(1.1);
    cursor: pointer;
    z-index: 1;
}

.squareSelectParent:hover .fimg.squareSelectHallInside .fimg_wrp{
  opacity: 1;
}


.squareSelectParent:hover .squareSelectHallInside::before {
    display: none;
}

.horizontalCorners, .verticalCorners {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.horizontalCorners::after {
    content: "";
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: 0px;
    transition: 500ms;
    width: 1px;
    background: #CFD3DB;
}

.squareHallWrapper {
    margin-top: 100px;
    width: 100%;
}

.squareSelectParent {
    margin-right: 134.2px;
    margin-top: 100.2px;
}

.squareSelectParent:nth-child(4n) {
    margin-right: 0px;
}

.horizontalCorners::before {
    content: "";
    position: absolute;
    top: -50px;
    bottom: -50px;
    right: 0px;
    transition: 500ms;
    width: 1px;
    background: #CFD3DB;
}

.verticalCorners::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -50px;
    transition: 500ms;
    right: -50px;
    height: 1px;
    background: #CFD3DB;
}

.verticalCorners::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -50px;
    right: -50px;
    transition: 500ms;
    height: 1px;
    background: #CFD3DB;
}

.squareSelectHall:hover .iconGray {
    display: none;
}

.squareSelectHall:hover .iconWhite {
    display: inline-block;
}

.squareSelectHall:hover::before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid rgb(255, 191, 31);
    bottom: -18px;
}

.squareSelectHall:hover {
    color: white;
}

.squareSelectHall img {
    position: relative;
    z-index: 50;
    margin-top: 50px;
}

.squareSelectHall .squareSelectHallText {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 20;
}



.news_container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.news_container .news_name{
    margin: 112px 0 52px 0;
}
.news_container .news_text {
    display: none;
}
.news_container .news_text_answer{
    overflow: auto;
    padding-bottom: 40px;
}
.news_container .news_text_answer p:first-child{
    margin-top: 0;
}
.news_container .news_text ul{
    padding: 0 0 0 25px;
}
.news_container .news_item {
    position: relative;
    border-top: 1px solid #B8B8B8;
    flex-grow: 1;
}
.news_container .news_item:last-child{
    border-bottom: 1px solid #B8B8B8;
}

.news_container .news_title strong {
    letter-spacing: unset;
    margin: 0;
    display: block;
    transition: color .3s;
    padding: 30px 10% 30px 0;
}
.news_container .news_title{
    font-weight: 600;
    font-size: 1.250em;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.news_title::before {
    content: " ";
    background-color: rgb(5,151,242);
    width: 30px;
    height: 30px;
    right: 0px;
    position: absolute;
    top: 29px;
    border-radius: 6px;
    pointer-events: none;
}
.news_title.open::before {
    background-color: rgb(255,191,31);
}
.news_item strong::before {
    position: absolute;
    right: 7px;
    height: 2px;
    width: 16px;
    top: 43px;
    background-color: #fff;
    content: " ";
}
.news_item strong::after {
    position: absolute;
    right: 14px;
    width: 2px;
    height: 16px;
    top: 36px;
    background-color: #fff;
    content: " ";
    transition: .3s ease-in-out;
}
.news_item .open strong::after {
    transform: rotate(90deg);
}




.whyUs {
    margin-top: 100px;
    z-index: 555;
    position: relative;
    background: white;
}

.whyUsWrapper {
    width: 100%;
    min-height: 600px;
    padding-bottom: 4rem;
}

.imgWrapperAboutUs {
    margin-left: -50px;
    width: 30%;
    top: 300px;
    position: relative;
    display: inline-block;
}

.imgWrapperAboutUs img {
    width: 100%;
    height: 100%;
}

.whyUsTextWrapper {
    position: absolute;
    width: 958px;
    display: inline-flex;
    flex-wrap: wrap;
    vertical-align: top;
    right: max(4rem, calc((100vw - 1420px) / 2));
}

.whyUsTextWrapper img {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.whyUsTextWrapper>div .whyUsTextWrapper img {
    margin-top: 2rem;
}

.whyUsTextWrapper img {
    width: 45px;
    height: 100%;
    object-fit: contain;
}

.whyUsText h4 {
    margin: 0;
}

.whyUsText {
    vertical-align: top;
}

.whyUsText:nth-child(4n-1) {
    margin-right: calc(10% - 45px);
}

.whyUsTextWrapper h2 {
    width: 100%;
    margin-bottom: 50px;
}

.whyUsTextWrapper .whyUsText {
    width: 40%;
}

.whyUsText {
    display: inline-block;
    width: 40%;
}

.referenceBiqSquare {
    flex-grow: 1;
    width: 50%;
    height: 100%;
}

.referenceBiqSquare figure, .referenceWide figure, .referenceThin figure, .refCard figure, .subpageRef1 figure, .subpageParallax figure {
    margin: 0;
    height: 100%;
    width: 100%;
}

.referenceBiqSquare figure .fimg_wrp, .referenceWide .fimg_wrp, .referenceThin .fimg_wrp, .refCard .fimg_wrp, .subpageRef1 .fimg_wrp, .subpageParallax .fimg_wrp {
    height: 100%;
    width: 100%;
}

.referenceBiqSquare figure .fimg_wrp img, .referenceWide .fimg_wrp img, .referenceThin .fimg_wrp img, .refCard .fimg_wrp img, .subpageRef1 .fimg_wrp img, .subpageParallax .fimg_wrp img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    display: block;
}

.referenceBiqSquare figure .fimg_wrp img, .referenceWide .fimg_wrp img, .referenceThin .fimg_wrp img, .referenceBiqSquare figure, .referenceWide figure, .referenceThin figure, .subpageRef1 figure {
    z-index: -1;
    position: relative;
}

.referenceSquare {
    width: 50%;
    height: 50%;
}

.referenceRightWrapper {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    max-width: 50%;
    height: 40vw;
}

.referenceBiqSquare {
    height: 40vw;
}

.referenceWide {
    width: 100%;
    height: 50%;
}

.referenceWide, .referenceBiqSquare, .referenceThin, .referenceSubpageSquare {
    transition: 250ms ease-in-out;
    position: relative;
}

.referenceWide:hover, .referenceBiqSquare:hover, .referenceThin:hover, .referenceSubpageSquare:hover {
    box-shadow: 0px 0px 150px 10px #000000 inset;
    cursor: pointer;
}

.hpReferenceName, .hpReferencePlace {
    opacity: 0;
    transition: ease-in-out 250ms;
}

.nameOfHallReference {
    font-size: 24px;
    font-weight: bolder;
}

.referenceBiqSquare:hover div, .referenceWide:hover div, .referenceThin:hover div, .referenceSubpageSquare:hover div {
    opacity: 1;
}

.hpReferenceText {
    background: rgb(5, 151, 242);
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
    color: white;
}

.hpReferenceName {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: white;

    max-width: 60%;
}

.hpReferencePlace {
    position: absolute;
    right: 25px;
    bottom: 25px;
    color: white;

    display: flex;
    max-width: 30%;
}
.hpReferencePlace span{
    display: block;
    line-height: 1.4;
}

.blackFilterFooter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.id_page_20 .subpageReferenceOuter, .id_page_22 .subpageReferenceOuter {
    top: 0px;
}

.footer-nav-wrapper {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
}

.footer-nav-wrapper .submenu {
    padding-left: 0px;
}

.footer-nav-wrapper .submenu li a {
    color: #B9B9B9;
    text-decoration: underline;
    text-transform: none;
    font-weight: 400;
}

.footer-nav-wrapper li a {
    color: white;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
}

.footer-nav-wrapper li a:hover {
    color: rgb(255, 191, 31);
}

.invisibleFooter {
    width: 100%;
    position: relative;
    background: transparent;
    pointer-events: none;
}

footer {
    background-color: rgb(57, 67, 87);
    display: none;
    max-height: 95vh;
}

.footerContainer {
    max-width: 1200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.footerContainer .logo {
    background: rgb(255, 191, 31);
}

.buttonFooter {
    display: flex;
    margin-left: 20px;
}

.buttonFooter .imgFooterContainer {
    background: rgb(255, 191, 31);
    border: 1px solid rgb(255, 191, 31);
    padding: 15px;
    margin: 0;
    height: 30px;
    width: 30px;
    position: relative;
    text-align: center;
}

.buttonFooter .imgFooterContainer img {
    /* width:20px;*/
    width: 100%;
    height: 100%;
    margin: 0;
}

.buttonFooter .imgFooterContainer::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 4px;
    left: 45px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid rgb(255, 191, 31);
}

.buttonFooter .textFooterContainer {
    color: white;
    border-top: 1px solid rgb(67, 76, 95);
    border-right: 1px solid rgb(67, 76, 95);
    border-bottom: 1px solid rgb(67, 76, 95);
    padding-left: 80px;
    padding-right: 80px;
    line-height: 60px;
}

.infoButtonFooter {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    top: -70px;
}

.footerIcons, .CopyRightContainer {
    max-width: 1200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 25px;
    padding-bottom: 25px;
}

.footerIcons .place .blueBackgroundIcons {
    width: 30px;
    height: 25px;
    display: inline-block;
    text-align: center;
    background: rgb(5, 151, 242);
    padding-top: 5px;
}

.mailicon {
    position: relative;
    bottom: 4px;
}

.place span {
    font-weight: 600;
    position: relative;
    bottom: 3px;
}

.place span a {
    color: white;
    font-weight: 600;
    text-decoration: underline;
}

.footerIcons .place .blueBackgroundIcons img {
    width: 15px;
}

.footerContainerIcons {
    width: 100%;
    background: rgb(49, 59, 78);
    padding-bottom: 5px;
    padding-top: 5px;
}

.CopyRightContainer {
    background-color: rgb(57, 67, 87);
}

.footerIcons {
    color: white;
    display: flex;
    justify-content: space-between;
}

.webCreator, .CopyRight {
    color: white;
}

.webCreator {
    float: right;
}

.webCreator a {
    color: white;
}


.id_page_20 .imgWrapperAboutUs{
    display: none;
}
.id_page_20 .whyUsWrapper {
    min-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}
.id_page_20 .whyUsTextWrapper{
    position: relative;
    right: unset;
}
.id_page_20 .whyUsTextWrapper .whyUsText p{
    margin-right: 20px;
}


.subpageParallax {
    position: relative;
    width: 100%;
    height: 70vh;
    will-change: transform, opacity;
}

.parralaxConcreteHalls {
    /*background-image:url('/gfx/betonove_haly_background_Halycomp.png');
    background-size:cover;*/
    z-index: 1;
    background-color: #F5F6F9;
}

.subpageParallax figure {
    margin: 0;
}

.subpageParallax figure img {
    width: 100%;
    height: 100%;
}

.gallery_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

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

.gallery_item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gallery_container.two-items .gallery_item{
    width: calc(50% - 10px);
    flex: unset;
}
.gallery_container.three-items .gallery_item{
    width: calc(33.333% - 14px);
    flex: unset;
}
.gallery_container.two-items img,
.gallery_container.three-items img{
    max-height: 500px;
}



.id_page_6 .blueSlidingBanner {
    bottom: -100px;
    width: 370px;
    height: 468px;
    z-index: 1111;
    overflow: hidden;
}

.id_page_6 .blueSlidingBanner iframe {
    width: 100%;
    height: 100%;
}

.id_page_6 .blueSlidingBanner:after {
    display: none;
}

.subpagePrimary {
    width: 60vw;
    background: white;
    position: relative;
    bottom: 150px;
    z-index: 100;
    z-index: 10;
    margin-bottom: -125px;
}

.subpagePrimaryFixer {
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 9;
}

.subpagePrimary.silver, section.silver {
    background-color: #F5F6F9;
}

.subpagePrimaryInside {
    padding-left: max(4rem, calc((100vw - 1420px) / 2));
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.blueSlidingBanner {
    width: 300px;
    height: 300px;
    background: #0597F2;
    bottom: 100px;
    position: absolute;
    z-index: 100;
    text-align: center;
    right: max(4rem, calc((100vw - 1420px) / 2));
;
}

.blueSlidingBanner button, .blueSlidingBanner .button {
    z-index: 50;
    margin-top: 35px;
}

.blueSlidingBanner a {
    display: inline-block;
    z-index: 500;
    top: 70px;
}

.blueSlidingBanner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: calc(100% - 50px);
    height: calc(50% - 25px);
    background-image: url("/gfx/dotsBlueBanner.svg");
    background-size: cover;
}

.blueSlidingBanner h4 {
    color: white;
}

.blackFilter {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: black;
}

.subpageReferenceWrapper {
    display: flex;
    flex-wrap: wrap;
    z-index: 10;
    position: relative;
    gap: 10px;
}

.referenceSubpageSquare {
    flex-grow: 0;
    height: 40vw;
    background-size: cover;
    width: calc(33.33% - 10px);
}

.subpageReference {
    max-width: 1000px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.subpageReferenceOuter {
    background: white;
    position: relative;
    z-index: 10;
}

.transparentLogo {
    position: absolute;
}

.subpageReferenceWrapper a {
    height: 300px;
}

.buttonRightWrapper {
    width: 100%;
    text-align: right;
}

.moreAboutHall {
    padding-top: 50px;
    padding-bottom: 50px;
}

.id_page_35 .moreAboutHall .centerUnderline {
    display: none;
}

.concreteText {
    max-width: 800px;
    padding-bottom: 20px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

.id_page_35 .whyUsTextWrapper {
    right: unset;
    width: auto;
}

.id_page_35 .whyUs {
    margin-top: 270px;
}

.id_page_35 .imgWrapperAboutUs {
    width: 40%;
    margin-right: 2rem;
}

.id_page_20 .selectHall {
    display: none;
}

.twoCells {
    justify-content: space-between;
    margin: 20px 0;
    gap: 40px;
}


.product-text-cont{
    margin: 40px 0;
}

.product-text-cont.have_imgs_fs:nth-child(2n+1) .text-wrapper{
    flex-direction: row-reverse;
}

.product-text-cont.have_imgs_fs .text-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
    margin: 40px 0;
    gap: 40px;
}
.product-text-cont.have_imgs_fs .text-wrapper .type_fb{
    margin: 0;
}

.product-text-cont.have_imgs_fs .text-wrap,
.product-text-cont.have_imgs_fs .img-wrap{
    flex: 1;
}
.product-text-cont.have_imgs_fs .text-wrap{
    align-self: center;
}

.product-text-cont .img-wrap.type_fb{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4,1fr);

    margin: 20px 0;
}
.product-text-cont .img-wrap.type_fb figure{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-text-cont .img-wrap.type_fb figure a{
    height: 100%;
}
.product-text-cont .img-wrap.type_fw{
    width: 100%;
    flex: auto;
}

.product-text-cont figure a,
.product-text-cont figure picture{
    display: flex;
}
.product-text-cont figure picture,
.product-text-cont figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    /*
    .id_page_18 .twoCells .flex-50 {
        flex: 1 1 auto;
    }

     */

.aboutConcreteImg img {
    width: 100%;
    height:auto;
}

.secondary .aboutConcreteImg {
    order: -1;
}

.aboutConcreteText {
    align-self: center;
}

.moreAboutConcrete {
    text-decoration: underline;
    cursor: pointer;
}



.parallaxSportHalls {
    background-image: url('/gfx/sportovni_haly_background.png');
    background-size: cover;
    z-index: 1;
}

.referenceDivideLine {
    width: 100%;
    height: 2px;
    background: #CFD3DB;
    margin-top: 35px;
    margin-bottom: 35px;
}

.subpageReferenceProductDetail {
    background: #F5F6F9;
    position: relative;
    padding-top: 100px;
    top: -100px;
    z-index: 10;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 50px;
}

.buttonDown {
    position: relative;
    bottom: -20px;
}

.techInfoButtonsContainer {
    padding-top: 15px;
}

.techInfoButtons {
    position: relative;
    margin-top: 15px;
    cursor: pointer;
    font-weight: bold;
    display: block;
    clear: both;
}

.techInfoButtons img {
    z-index: 10;
}

.techInfoButtons:hover::after {
    width: 170px;
}

.techInfoButtons::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 32px;
    height: 32px;
    z-index: -1;
    background: #FFBF1F;
    border-radius: 2px;
    transition: ease 250ms;
}

.transparentLogoUnderTech {
    position: absolute;
    bottom: -120px;
    left: -150px;
}

.sportsHallAdvantages table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 100px;
}

.sportsHallAdvantages table tr:hover td {
    background: #FFBF1F;
    font-weight: bold;
    cursor: pointer;
}

.sportsHallAdvantages table td, .sportsHallAdvantages table th {
    width: 20%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.sportsHallAdvantages table td {
    background: white;
}

.sportsHallAdvantages table td:not(:last-child), .sportsHallAdvantages table th:not(:last-child) {
    border-right: 1px solid #DCDEE5;
}

.sportsHallAdvantages {
    background: white;
    padding-bottom: 150px;
    padding-top: 50px;
    position: relative;
    z-index: 5;
}

.sportsHallAdvantages::before {
    content: "";
    position: absolute;
    top: -0px;
    left: 25px;
    bottom: 0;
    right: 25px;
    background: #F5F6F9;
    z-index: 0;
}

.subpageReferenceonas {
    background: #F5F6F9;
    position: relative;
    padding-top: 100px;
    top: -100px;
    z-index: 10;
}

.oNasSubmenu {
    position: relative;
    z-index: 11;
    margin-top: 35px;
}

.selectTypeOuter {
    justify-content: space-around;
}

.selectTypeHeader {
    width: calc(100% / 6);
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    background: #F5F6F9;
    cursor: pointer;
}

.selectTypeHeader:not(.active):hover {
    background: #fafafa;
    border-top: 3px solid #FFBF1F;
    padding-bottom: 3px;
}

.selectTypeOuter .active {
    background: white;
    border-top: 3px solid #FFBF1F;
    font-weight: bold;
}

.w-60 {
    width: 60%;
}

.w-30 {
    width: 30%;
}

.selectTypeImg {
    width: 100%;
}

.selectTypeFlexText {
    justify-content: space-evenly;
    padding-top: 25px;
    background: white;
}

.hiddenOnLoad {
    display: none;
}

.selectType {
    margin-top: 80px;
}

.selectTypeBackground {
    background: #F5F6F9;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 150px;
    position: relative;
}

.bottomBanner {
    position: relative;
    z-index: 55;
    background: white;
}

.bottomBanner {
    padding-top: 50px;
}

.bottomBanner a {
    left: 50%;
    transform: translateX(-160%);
    display: inline-block;
    top: 10rem;
    position: absolute;
}

.selectType .buttonRightWrapper {
    margin-top: 25px;
}

.bottomBannerOnas {
    position: relative;
    bottom: 20px;
}

.bottomBanner img {
    margin-bottom: 50px;
    width: 1000px;
}

.bottomBanner button, .bottomBanner .button {
    position: absolute;
    left: 37%;
    transform: translateX(-50%);
    bottom: 77px;
}

.fiterReferenceForm {
    position: relative;
    bottom: 45px;
    display: flex;
    justify-content: space-evenly;
    background: white;
    padding: 25px;
    box-shadow: 0px 0px 11px -4px rgba(0, 0, 0, 0.75);
    width: 100%;
    box-sizing: border-box;
}

.fiterReferenceForm div, .fiterReferenceForm button, .fiterReferenceForm .button {
    width: 28%;
}

.fiterReferenceForm .selectInside {
    background: #F5F6F9;
    border: none;
    padding-left: 45px;
    position: relative;
    width: 100%;
    height: 100%;
}

.selectWrapper {
    position: relative;
}

.fiterReferenceForm .selectWrapper::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 100%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
}

.fiterReferenceForm .selectWrapper:first-child::after {
    background-image: url('/gfx/selectTypeIcon.svg');
}

.fiterReferenceForm .selectWrapper:nth-of-type(2)::after {
    background-image: url('/gfx/selectSizeIcon.svg');
}

.moreAboutReference {
    cursor: pointer;
    text-decoration: underline;
}

.refDownSlide span:first-child {
    padding-right: 25px;
    cursor: pointer;
}

.refDownSlide span a {
    text-decoration: underline;
}

.refCard {
    margin-top: 45px;
    box-sizing: border-box;
}

.refCardImg1 {
    height: 250px;
    position: relative;
}

.refCardImg2 {
    height: 250px;
    position: relative;
}

.refCardName {
    position: absolute;
    bottom: 0px;
    left: 20px;
    font-size: 28px;
    font-weight: bold;
    color: white;
    z-index: 10;
}

.refCardImg::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 75px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    z-index: 1;
}

.w-100 {
    width: 100%;
}

.selectRefence {
    background: #F5F6F9;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 3rem;
}

.listing-references~.buttonRightWrapper {
    margin-top: 2rem;
}

.refCardSize, .refCardType, .refPlace, .refDetail {
    background: white;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}

.refCardSize::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #F5F6F9;
}

.refCardSize .refCardIcon, .refCardType .refCardIcon, .refPlace .refCardIcon {
    width: 17px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.refDetail {
    padding-top: 15px;
}

.refDetail button, .refDetail .button {
    width: 90%;
}

.refCardSize, .refPlace {
    border-bottom: 1px solid #F5F6F9;
}

.virtualRef, .bannersRef {
    margin-top: 70px;
}

.virtualRefContainer {
    position: relative;
    box-sizing: border-box;
    height: 250px;
    width: calc(50% - 15px);
}

.virtualRefContainer:first-child {
    margin-right: 15px;
}

.virtualRefContainer:nth-child(2) {
    margin-left: 15px;
}

.virtualRefContainer p {
    color: white;
    position: absolute;
    z-index: 15;
    display: none;
}

.virtualRefName {
    font-size: 34px;
    bottom: 45px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.virtualRefLegend {
    font-size: 18px;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.virtualRefContainer::after {
    content: "";
    position: absolute;
    background-image: url('/gfx/testovaci_reference_1.png');
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.virtualRefContainer::before {
    content: "";
    position: absolute;
    background: black;
    opacity: 0;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: ease-in 250ms;
}

.virtualRefContainer:hover::before {
    opacity: 0.5;
    cursor: pointer;
}

.virtualRefContainer:hover p {
    display: block;
}

.virtualRef .buttonRightWrapper {
    margin-top: 25px;
    margin-bottom: 50px;
}

.flex50Center {
    width: calc(50% - 15px);
}

.flex50Center:nth-child(2n-1) {
    margin-right: 15px;
}

.flex50Center:nth-child(2n) {
    margin-left: 15px;
}

.orangeBanner {
    background: #FFBF1F;
    height: 150px;
    align-items: center;
    position: relative;
}

.orangeWhiteBanner {
    background: #FFBF1F;
    height: 150px;
    align-items: center;
    position: relative;
    width: calc(50% - 17px);
}

.iconLupa {
    position: relative;
}

.orangeWhiteBanner::after {
    position: absolute;
    content: "";
    width: 35%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #FFBF1F;
    z-index: -1;
}

.orangeBanner:hover, .orangeWhiteBanner:hover {
    cursor: pointer;
}

.orangeBanner .dotsIcon, .orangeWhiteBanner .dotsIcon {
    position: absolute;
    right: 0px;
}

.orangeBanner .craneIcon {
    margin-left: 25px;
}

.orangeWhiteBanner .iconLupa {
    margin-left: 55px;
}

.orangeBanner p {
    font-size: 32px;
    position: relative;
    color: #394357;
    font-weight: bold;
    margin-left: 55px;
}

.orangeWhiteBanner p {
    font-size: 32px;
    position: relative;
    color: #394357;
    font-weight: bold;
    margin-left: 75px;
}

.orangeBanner p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 35px;
    background: #394357;
    height: 3px;
}

.orangeWhiteBanner p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 35px;
    background: #FFBF1F;
    height: 3px;
}

.pagerCounter {
    display: flex;
    justify-content: flex-end;
}

.pagerCounter .pagerItem {
    width: 45px;
    height: 45px;
    background: white;
    margin-top: 20px;
    margin-right: 10px;
    border-radius: 2px;
    text-align: center;
    line-height: 45px;
}

.pagerCounter .active {
    background: #FFBF1F;
}

.pagerCounter .pagerItem:hover {
    cursor: pointer;
    background: #FFBF1F;
}

.pagerCounter .pagerItem:last-child {
    margin-right: 0px;
}

.bottomBannerRef {
    position: relative;
    padding-top: 50px;
}

.w-33 {
    width: calc(100% / 3);
}

.w-66 {
    width: 66%;
}

.refDetailTextSize, .refDetailTextType, .refDetailTextPlace {
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}

.refDetailTextSize .refCardIcon, .refDetailTextType .refCardIcon, .refDetailTextPlace .refCardIcon {
    position: relative;
    bottom: -4px;
    margin-right: 15px;
}

.refDetailTextSize::after, .refDetailTextPlace::after {
    right: 20px;
    top: 10px;
    position: absolute;
    background: #F5F6F9;
    height: 35px;
    width: 2px;
}

.refSlider {
    width: 100%;
    margin-top: 70px;
}

.refSliderImg {
    width: 100%;
    height: 100%;
}

.refDetailTableInside {
    width: 80%;
}

.refDetailTableInside a{
  text-decoration: underline;
}

.refDetailTableInside tr:nth-child(2n-1) {
    background: white;
}
.refDetailTableInside th{
  font-weight: 400;
}
.refDetailTableInside td {
    padding: 10px;
}
.refDetailTableInside td.param{
  font-weight: 600;
}

.refDetailTableInside td:first-child {
    width: 40%;
}

.refDetailTableInside td:last-child {
    width: 60%;
}

.referenceDetail {
    background: #F5F6F9;
    padding-top: 50px;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 130px;
}

.bottomBannerRefdetail {
    position: relative;
    z-index: 5;
    background: white;
}

.referenceDetail .subpageReference {
    margin-top: 80px;
}

.refDetailMainUnderText {
    display: flex;
    align-items: baseline;
}

.referenceDetail .buttonRightWrapper {
    margin-top: 15px;
}

.poptavka_Cform, .cform_container {
    background: #FFBF1F;
    padding: 40px;
    position: relative;
    bottom: 50px;
}

.cform_container form {
    max-width: 700px;
    margin: 0 0;
    display: block;
    max-width: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.cform_item_id_5 {
    grid-area: 1 / 1 / 2 / 2;
}

.cform_item_id_1 {
    grid-area: 2 / 1 / 3 / 2;
}

.cform_item_id_3 {
    grid-area: 3 / 1 / 4 / 2;
}

.cform_item_id_4 {
    grid-area: 4 / 1 / 5 / 2;
}

.cform_item_id_6 {
    grid-area: 5 / 1 / 6 / 3;
}

.cform_item_id_2 {
    grid-area: 1 / 2 / 2 / 3;
}

.cform_item_type_submit {
    grid-area: 5 / 2 / 6 / 3;
}

#form_ffcf1 .cform_item_type_submit {
    display: flex;
    justify-content: flex-end;
}

#form_ffcf1 .cform_form_submit {
    left: 0;
    width: unset;
}

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

#form_ffrequest_form .item {
  display: flex;
  align-items: center;
}

.poptavka_Cform .cform_item {
    display: inline-block;
}

.poptavka_Cform .cform_item {
    width: 100%;
}

.poptavka_Cform .cform_item {
    margin-top: 10px;
}

.poptavka_Cform .cform_item input:not(.form_submit) {
    width: 100%;
}

.poptavka_Cform .cform_item input.form_checkbox {
    width: initial;
}

.form_label {
    line-height: 1;
}

.form.form_text {
    border: none;
    border-bottom: 2px solid #C39419;
    background: transparent;
    height: 40px
}

.poptavka_Cform .cform_infotext {
    font-weight: bold;
    position: relative;
    margin: 50px;
    margin: 50px 62px;
}

.form_submit {
    background: #394357;
    border-radius: 3px;
    border: none;
    padding: 10px 105px 10px 10px;
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    color: white;
    text-align: left;
}

.form_submit:hover {
    background: #252931;
    cursor: pointer;
}

.cform_form_submit {
    position: relative;
    width: 105px;
    left: 80%;
}

.poptavka_Cform .cform_form_submit::after {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    background: #c09426;
    right: -25px;
    right: 30px;
    top: 10px;
}

.poptavka_Cform .cform_form_submit::before {
    content: '';
    background-image: url('/gfx/breadcrumbsImg.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 10px;
    height: 10px;
    right: -45px;
    right: 8px;
    top: 16px;
    z-index: 15;
}

.cform_form_type_text, .cform_text_type_text {
    margin: 0 12px;
}

.poptavka_Cform .cform_infotext::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 20px;
    background-image: url('/gfx/iconFastNeed.svg');
    background-size: 100% 100%;
    left: -70px;
    top: 5px;
}

.poptavka_Cform .cform_label {
    position: relative;
    top: 10px;
    font-weight: 600;
}

.cform_text.cform_text_id_6.cform_text_type_checkbox {
    margin: 0 12px;
}

.cform_form_submit {
    margin: 0 12px;
}

.cform_form.cform_form_id_6.cform_form_type_checkbox {
    margin: 6px 12px 0 12px;
}

.poptavka_Cform input:focus {
    border: none;
    outline: none;
    border-bottom: 2px solid #394357;
    background: transparent;
}

.contactContainer {
    background: #F5F6F9;
    margin: 25px;
    padding-bottom: 100px;
    z-index: 1;
    position: relative;
}

.contacts {
    padding-bottom: 0px;
}

.contacts .w-33 {
    background: white;
    width: calc(100% / 3 - 10px);
    padding: 25px;
    box-sizing: border-box;
    margin-top: 10px;
}

.contacts .w-33:nth-child(3n-1) {
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.contacts .w-33:nth-child(3n-2) {
    margin-right: 5px;
}

.contacts .w-33:nth-child(3n) {
    margin-left: 5px;
    margin-right: 5px;
}

.contacts .w-33:nth-child(3n) {
    margin-left: 5px;
    margin-right: 0;
}

.iconContact, .iconMail, .iconPeople {
    position: relative;
    margin-right: 40px;
    line-height: 50px;
}

.iconContact::before, .iconMail::before, .iconPeople::before {
    content: "";
    position: absolute;
    background: #FFBF1F;
    top: -2px;
    left: 0;
    width: 30PX;
    height: 30px;
}

.iconContact::after, .iconMail::after, .iconPeople::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: 3px;
    left: 5px;
    width: 20px;
    height: 20px;
}

.ContanctName {
    font-size: 24px;
    color: #394357;
    font-weight: bold;
    font-family: "Titillium Web", serif;
}

.iconContact::after {
    background-image: url("/gfx/phone-icon-dark.svg");
}

.iconMail::after {
    background-image: url("/gfx/mail-icon-dark.svg");
}

.iconPeople::after {
    background-image: url("/gfx/iconPeople.svg");
}

.contacts {
    justify-content: flex-end;
}

.slideToContacts, .moreAboutTechSpec {
    text-decoration: underline;
    cursor: pointer;
}

.slidingMap {
    width: 100%;
    height: 100%;
}

.halfOfH {
    position: absolute;
    bottom: -100px;
    width: 40%;
    display: none;
}

.white {
    background: white;
    z-index: 5;
    position: relative;
}

.lastSection {
    position: relative;
    z-index: 5;
    background: white;
}

.id_page_6 .lastSection {
    padding: 250px 0 0 0;
    z-index: 100;
}

.id_page_6 .subpagePrimary {
    margin-bottom: -150px;
}

.flex {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

#bx-pager-mod-custom {
    margin: 10px 0 0 0;
}

#bx-pager-mod-custom a {
    display: block;
}

.flex img {
    display: block;
}

/*
.sliderbx_data_li_img_main_container, .sliderbx_container {
width: 100%;
height: 100%;
object-fit: cover;
}

.sliderbx_data_li_img_main_container a, .sliderbx_data_li, .sliderbx_data_mod_li_id_0  {
width: 100%;
height: 100%;
display: block;
}
#sliderbx_data_mod_li_id_0{
width: 100%;
height: 100%;
display: flex;
max-width: 1000px;
position: relative;
object-fit: cover;
}
.sliderbx_data_li_img_main_img{
width: 100%;
height: 100%;
display: block;
}*/
.sliderbx_data_li_img_main_container img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;
}

.lastSectionWithImage {
    background: white;
    height: 15px;
}

.inquiry .cform_container {
    margin: 40px 0;
}

.inquiry .cform_container h3 {
  margin: 0;
  padding: 0 0 20px 0;
  text-align: center;
}

.inquiry .item {
    display: flex;
}

.inquiry .item.textarea,
.inquiry .item.checkbox {
  flex-wrap: wrap;
}

.inquiry .item.textarea .item_form,
.inquiry .item.checkbox .item_form {
    width: 100%;
}

.inquiry .item_form, .inquiry .item_name {
    padding: 5px;
    box-sizing: border-box;
}

.inquiry .item_name {
  font-weight: 600;
    width: 20%;
  text-align: left;
}


.inquiry .item_form {
    flex-grow: 1;
}


.inquiry .form,
.inquiry .form_submit,
.inquiry .form_label {
  
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0px solid transparent;
  
  
  box-sizing: border-box;
  margin: 0;
}
.inquiry .form,
.inquiry .form_label {
  display:block;
  padding: 0px 10px;
}
.inquiry .form{
  width: 100%; 
  background-color: #F5F6F9;
  font-weight: 400;
  border-bottom: 2px solid #C39419;
  min-height: 2em;
}

.inquiry .form.form_number{
  text-align: right;
}
.inquiry .form.form_textarea {
  height: 5em;
}


.inquiry .form_submit {
  color: #FFBF1F;
  position: relative;
  font-size: 1.25rem;
  position: relative;
  line-height: 1.25;
  padding: 0.5em 3em 0.5em 1em;
}
.inquiry  .form_submit_cont{
  display:block;
  position: relative;
}

.inquiry .form_submit_cont::before,
.inquiry .form_submit_cont::after{
  content: '';
  position: absolute;
  display:block;
  pointer-events: none;
  
  height: 1.25em;
  top: 0.75em;
  z-index: 15;
}

.inquiry .form_submit_cont::before {
  
  background-image: url(/gfx/breadcrumbsImg.png);
  background-size: contain;
  background-repeat: no-repeat;
  
  width: 1em;
  right: 1em;
}

.inquiry .form_submit_cont::after {
  width: 2px;
  background: #c09426;
  right: 3em;
}

.inquiry .cform_container {
  text-align: right;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.inquiry .cform_container .item.textarea .item_name, 
.inquiry .cform_container .item.checkbox .item_name {
  width: 100%;
}

.inquiry .item.submit{
  margin-top: 20px;
  text-align: right;
  justify-content: flex-end;
}

.inquiry .item.submit {
    display: inline-block;
    position: relative;
}




.inquiry .item.checkbox .item_form{
  display:flex;
  flex-wrap: nowrap;
  gap: 10px;
  text-align: left;
  line-height: 1.1;
}
.inquiry .form.form_checkbox {
  display: inline-block;
  width: initial;
  display: inline-block;
  transform: scale(1.5);
  padding: 0 0.5em 0 0;
}
.inquiry .form_label{
  display: inline-block;
  padding: 0;
}



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

.inquiry_accessories .table .row {
  display: flex;
}

.inquiry_accessories .table .row .item {
  width: 20%;
  display: flex;
}
.inquiry_accessories .table .row .item.subcell {
  width: 26.6%;
}
.inquiry .inquiry_accessories .item .item_name{
  width: 100%;
}
.inquiry .inquiry_accessories .item.subcell .item_name{
  text-align: center;
}

.articles_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
	box-sizing: border-box;
}

.articles_item {
  position: relative;
  padding-bottom: 20px;
  transition: var(--transition);
	background-color: #F5F6F9;
	box-sizing: border-box;
}

.articles_item .fimg_wrp,
.articles_item .fimg_pic {
	width: 100%;
	display: block;
	box-sizing: border-box;
}

.articles_item .fimg_pic img {
	width: 100%;
	height: auto;
}

.articles_title {
  padding: 0 20px;
  margin-top: 20px;
	box-sizing: border-box;
}

.articles_title_header {
  font-size: 1.4rem;
  margin: 0;
	box-sizing: border-box;
}

.articles_title_header a {
  text-decoration: none;
	display: block;
	line-height: 1.25;
	box-sizing: border-box;
}

.articles_link {
	padding: 0 20px;
	text-align: right;
	margin-top: 40px;
	color: rgba(255,191,31,1);
	box-sizing: border-box;
}

.articles_link a {
	color: inherit;
	text-decoration: underline;
	box-sizing: border-box;
}

.articles_link a:hover {
	text-decoration: none;
}















footer {
  position: fixed;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
}


.footerContainer p{
    color: #fff;
}

.footer-bottom-text{
    padding: 0 40px;
    margin: 40px 0;
}

@keyframes sliderZoomOut {
    0% {
        transform: scale(1.2);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width:1300px) {
    #menu li a {
        font-size: 14px;
    }

    #menu::after {
        content: none;
    }

    #logo {
        margin-left: 0px;
        min-width: 175px;
    }

    #sliderH1 {
        font-size: 55px;
    }
}

@media (max-width:1350px) {
    .whyUsTextWrapper .whyUsText {
        width: 35%;
    }

    .id_page_35 .whyUsTextWrapper .whyUsText {
        width: 40%;
    }
}

@media (max-width:1600px) {
    .referenceSquare p {
        display: none;
    }

    /*
    .flex-50 .gallery_container.three-items {
        justify-content: flex-start;
    }
    .flex-50 .gallery_container.three-items .gallery_item {
        width: calc(50% - 10px);
    }

     */
}

.menuScrolled .content {
    z-index: 500000;
    position: fixed;
    animation: ease-in-out .5s slideIn;
}

.menuUnScrolled .content {
    animation: ease-in-out .5s slideOut;
}

.menuScrolled .content #menu {
    margin-left: 0px;
    width: calc(100% - 250px);
    height: 80px;
}

.menuScrolled .content #menu #menu_24_li a {
    height: 90px;
}

.menuScrolled .content #menu::after {
    content: none;
}

.menuScrolled .content #logo {
    margin-left: 0px;
    width: 250px;
    height: 80px;
    min-height: auto;
    padding: .3rem;
    box-sizing: border-box;
}

.menuScrolled #menu li.last {
    width: 253px;
    flex-grow: initial;
}

.menuScrolled .content #logo img {
    width: 100%;
}

@keyframes slideOut {
    0% {
        top: 0px;
    }

    100% {
        top: -150px;
    }
}

@keyframes slideIn {
    0% {
        top: -150px;
    }

    100% {
        top: 0px;
    }
}

.menuPreScrolled {
    transition: .3s;
    z-index: 999;
}

.virtualRef {
    display: none;
}

@media (max-width:1547px) {
    .sectionCenter {
        left: 0%;
        transform: translateX(0%);
    }

    .squareHallWrapper {
        position: relative;
        left: 50%;
        width: 1115px;
        transform: translateX(-50%);
    }

    .squareSelectParent {
        margin-right: 15px;
        height: 16vw;
        text-align: center;
        width: 16vw;
    }

    .squareHallWrapper {
        justify-content: space-between;
    }
}

@media (max-width:1319px) {
    .squareSelectParent {
        margin-right: 45px;
        height: 18vw;
        text-align: center;
        width: 18vw;
    }
}

.selectHall::before {
    content: "";
    position: absolute;
    bottom: -70px;
    left: 25px;
    height: 200px;
    z-index: -1;
    right: 25px;
    background: #F5F6F9;
}

iframe {
    width: 100%;
    height: 100%;
}

#bx-pager-mod-custom a:hover {
    opacity: .8;
    cursor: pointer;
}

.id_page_1 .selectHall::before {
    display: none;
}

.menu-line {
    width: 60px;
    background: rgba(255, 191, 31, 1);
    height: 8px;
    margin-top: 8px;
}

header.opened .menu-line:first-child {
    display: none;
}

header.opened .menu-line:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -6px;
}

header.opened .menu-line:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -7px;
}

header.opened #small_menu {
    padding-top: 2rem;
}

.CopyRightContainer {
    padding: 2rem;
}

.blueSlidingBanner~.selectHall {
    margin-top: -80px;
}

.transparentLogoUnderTech {
    display: none;
}

.id_page_1 .squareSelectParent:last-child {
    display: none;
}

.select2halls {
    margin-top: 1rem !important;
}

.id_page_1 .select2halls {
    margin-top: 0px;
}

.id_page_35 .subpagePrimary {
    bottom: unset;
}

.id_page_35 .whyUsWrapper {
    padding-bottom: 0rem;
}

.id_page_35 .whyUsWrapper {
    min-height: 450px;
}

.id_page_4 .selectRefence {
    padding-bottom: 4.5rem;
}

.id_page_35 .subpageParallax,
.id_page_44 .subpageParallax {
    height: 50vh;
}

.id_template_9 .subpageParallax {
    z-index: 3;
}

.id_template_9 #breadcrumbs {
    padding-top: 2rem
}

.subpageContent {
    min-height: 30vh;
    background: white;
    z-index: 4;
    position: relative;
}

.subpagePrimaryContent {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.inquiry .form-text {
    padding-bottom: 80px;
    max-width: 1000px;
    margin: 0 auto;
}

.inquiry .form-text > *:first-child {
    margin-top: 0;
}

.inquiry .form-text > *:last-child {
    margin-bottom: 0;
}





/* Filtrace */
.selectRefence .sectionCenter:has(.filter_container) {
    padding-top: 25px;
}

.filter_chooser {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  padding: 15px 10px;
  padding-top: 4px;
}

/*.filter_chooser::before {
  background-color: var(--yellow-dark);
  filter: opacity(0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: " ";
}*/

.filter_chooser_name {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: 9px;
  margin-right: 20px;
}

.filter_chooser .filter_name {
  font-weight: 400;
  border: 1px solid #e3e3e3;
  padding: 5px 10px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  flex: 1 1 auto;
  max-width: 200px;
  min-width: fit-content;
  text-align: center;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  padding-left: 10px;
  transition: border-color var(--transition);
}

.filter_chooser .filter_name.ftt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.filter_chooser .filter_name:hover,
.filter_chooser .filter_name.chosen {
  border-color: #0597f2;
}

.filter_chooser .filter_name.important_no {
  display: none;
}

.filter_chooser .filter_name.important_no.selected,
.filter_chooser .filter_name.important_no.showed {
  display: inline-block;
}

.filter_chooser .filter_name::after {
  width: 0;
  left: 0;
  position: absolute;
  height: 3px;
  bottom: -1px;
  content: " ";
  transition: width var(--transition);
  background-color: var(--category-color-main);
}

.filter_chooser .filter_name:hover::after,
.filter_chooser .filter_name.chosen::after {
  width: 100%;
}

.filter_chooser div.filter_chooser_showall {
  font-weight: 400;
  padding: 5px 10px;
  flex: 1 1 auto;
  max-width: 200px;
  min-width: fit-content;
  text-align: center;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  top: 5px;
  margin-left: auto;
  min-height: 38px;
  display: flex;
  align-items: center;
  color: inherit;
  justify-content: center;
  background-color: #0597f2;
  color: #fff;
  font-weight: 600;
  min-height: 43px;
}

.filter_container {
  margin: 0px 0px 25px 0px;
  width: 100%;
  background-color: #fff;
}

.filter_groups {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: 0 10px;
}
.filter_group {
  display: none;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #666;
}

.filter_group.important_no {
  display: none;
}

.filter_group.showed {
  display: flex;
}

.filter_group.important_no.visible {
  display: flex;
}

.filter_group_name {
  width: 10%;
  min-width: 10rem;
}
.filter_group_items,
.selected_items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0.5em;
  flex: 1 1 auto;
}
.filter_name {
  font-weight: 600;
  display: inline-block;
  position: relative;
  top: 5px;
}
.filter_item {
  padding: 0.25em 0.5em;
  border: 1px solid rgba(112, 112, 112, 0.35);
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
  display: inline-block;
  width: 19%;
  text-align: left;
  position: relative;
  min-width: fit-content;
  flex-direction: row-reverse;
}

.filter_item.fulltext_form {
  width: auto;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}

.selected_items .filter_item {
  width: auto;
}

.filter_item_name {
  display: inline;
  padding-right: 50px;
}

.selected_items .filter_item_name {
  font-weight: 600;
  padding-left: 0;
}

.btn.filter_groups_showall {
  margin-top: 30px;
}

.btn.filter_chooser_showall .inner-btn,
.btn.filter_groups_showall .inner-btn {
  display: flex;
  gap: 10px;
  align-items: center;
}

.filter_item.fulltext_form {
  padding: 0;
  border: none;
}

.filter_item.fulltext_form .form {
  height: 40px;
  box-sizing: border-box;
  border: 1px solid rgba(112, 112, 112, 0.15);
  padding: 5px 15px;
  outline: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.filter_item.fulltext_form .form_submit {
  transition: var(--transition);
  height: 40px;
  width: auto;
  text-align: center;
  background-color: #000;
  color: #fff;
  border: none;
  line-height: 40px;
  padding: 0 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #000;
  box-sizing: content-box;
}

.filter_item.fulltext_form .form_submit:hover {
  background-color: #000;
  color: #fff;
}

.filter_item_count,
.filter_item_symbol {
  display: inline-block;
  color: inherit;
  opacity: 0.5;
  position: absolute;
  right: 10px;
  top: 4px;
}

.filter_item.cancel {
  color: #ffbf1f;
  border-color: #ffbf1f;
}

.filter_item.unavailable {
  color: #cacaca;
  border-color: rgba(112, 112, 112, 0.15);
}

.filter_item.selected,
.filter_item:hover {
  border-color: #0597f2;
  background-color: var(--category-color-main);
  color: #0597f2;
}

.filter_not_found_info {
  width: 100%;
  grid-column: span 4;
}

.filter_actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}
.filter_actions.bottom {
  margin-top: 40px;
}

.filter_selected {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

.filter_selected .selected_name {
  width: auto;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: 1px;
  padding-left: 10px;
}

.select-order.selected {
  border-color: #0597f2;
}

.filter_not_found_info h2{
  margin: 0 0 10px 0;
}
.filter_not_found_info .selected_items {
  margin-top: 10px;
	justify-content: center;
}








@media(max-width:1200px) {
    .subpagePrimaryContent {
        padding: 0rem 1rem;
    }
}

@media(max-width:1450px) {
    .id_page_1 .whyUsTextWrapper,
    .id_page_20 .whyUsTextWrapper
    {
        width: 50%;
    }

    .id_page_1 .whyUsTextWrapper .whyUsText,
    .id_page_20 .whyUsTextWrapper .whyUsText
    {
        width: calc(100% - 85px);
    }

    .id_page_1 .whyUsText:nth-child(4n-1),
    .id_page_20 .whyUsText:nth-child(4n-1)
    {
        margin-right: 0px;
    }

    .id_page_1 .imgWrapperAboutUs,
    .id_page_20 .imgWrapperAboutUs
    {
        width: 40%;
    }

    .id_page_1 .whyUsWrapper {
        min-height: 800px;
    }


    .id_page_20 .whyUsTextWrapper .whyUsText p {
        margin-right: 0px;
    }


    .referenceRightWrapper {
        height: 80vw;
    }

    .hpReferenceText {
        height: 50%;
        width: 100%;
        padding-top: 20%;
    }

    .referenceThin {
        width: 100%;
        height: 50%;
        left: -100%;
        top: -50%;
    }

    .referenceSquare p {
        display: block;
    }

    .referenceSquare .button {
        margin-top: 1rem;
        display: inline-block;
    }

    .bx-controls {
        bottom: 7rem;
        left: 10rem;
        z-index: 100;
    }

    #sliderH1 {
        margin: 0px;
        font-size: 3rem;
        line-height: 56px;
    }
}

@media(max-width:1000px) {
    .id_template_2 .bx-viewport {
        height: 300px !important;
        margin-bottom: 0rem;
    }

    .id_page_6 .cform_form_submit {
        left: unset;
        margin-top: 1.5rem;
    }

    #sliderH1 {
        text-align: center;
        width: 95vw;
    }

    .squareSelectParent {
        margin-right: 15px;
        height: 32vw;
        text-align: center;
        width: 32vw;
    }

    .bannersRef {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .orangeBanner, .orangeWhiteBanner {
        margin-left: 0px !important;
        padding: 0px;
        width: 100%;
        margin-top: 1rem;
    }
}

@media(max-width:1300px) {
    .referenceSubpageSquare:last-child {
        display: none;
    }
}

@media(max-width:1260px) {
    .id_page_35 .whyUsTextWrapper .whyUsText {
        width: 90% !important;
    }

    .id_page_35 .whyUsTextWrapper .whyUsText p {
        width: 80%;
    }

    .squareSelectParent:nth-child(3n) {
        margin-right: 45px;
    }

    .squareSelectParent:nth-child(2n) {
        margin-right: 45px;
    }

    .squareHallWrapper {
        width: 90%;
    }

    #menu {
        width: calc(100% - 175px);
    }

    .footer-nav-wrapper {
        padding: 2rem;
    }

    .footerIcons {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .footer-bottom-text{
        padding: 0 32px;
        margin: 0 0 40px 0;
    }
}

@media(max-width:1150px) {
    .contacts .w-33 {
        width: calc(100% / 2 - 10px);
    }

    .contacts {
        justify-content: flex-start;
    }

    .defaultFill, .defaultTransparent {
        background-color: transparent;
    }

    .gridColumn:hover {
        background: none;
    }

    .hpClickDown:hover {
        background: rgba(255, 191, 31, 1);
    }

    .bx-controls {
        left: 50%;
        transform: translateX(-50%);
    }

    .textPageContainer {
        max-width: 500px;
    }
}

@media(max-width:1100px) {
    .id_page_1 .whyUsTextWrapper,
    .id_page_20 .whyUsTextWrapper
    {
        position: relative;
        display: flex;
        width: 80%;
        right: unset;
        margin-left: 10%;
    }

    footer {
        max-height: unset;
    }

    .hpReferenceText {
        padding-top: 10%;
    }

    .imgWrapperAboutUs {
        left: 50%;
        transform: translateX(-50%);
        margin: 0px;
    }

    .id_page_35 .imgWrapperAboutUs {
        display: none;
    }

    .id_page_35 .whyUsTextWrapper {
        width: 100%;
        position: relative;
    }

    .id_page_35 .whyUs {
        margin-top: 1rem;
    }

    .wideHallWrapper {
        flex-direction: column;
        align-items: center;
    }

    .selectHallWideSecond {
        margin-left: 0px;
        margin-top: 2rem;
    }

    .selectHallWide {
        width: 80%;
    }

    footer {
        position: relative;
    }

    .invisibleFooter {
        display: none;
    }

    .bottomBanner img {
        display: none;
    }

    .bottomBanner a {
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        top: 00rem;
        margin-bottom: 2rem;
        position: relative;
    }
}

@media (max-width:1200px) {
    .cform_container form {
        display: flex;
        flex-direction: column;
    }

    .id_page_6 .lastSection {
        padding: 200px 0 0 0;
    }
}

@media (min-width:1150px) {
    .contacts .w-33 {
        flex: auto;
    }
}

@media (max-width:1150px) {
    .contacts .w-33:nth-child(3n-1) {
        margin: 10px 0 0 5px
    }

    .contacts .w-33:nth-child(3n-2) {
        margin: 10px 5px 0 0;
    }

    .contacts .w-33:nth-child(3n) {
        margin: 10px 0 0 0;
    }
}

@media (max-width:900px) {

    /*
    .flex-50 .gallery_container.three-items {
        justify-content: center;
    }
    .flex-50 .gallery_container.three-items .gallery_item {
        width: calc(33.333% - 14px);
    }
     */

    /*.flex{
    flex-direction: column;
    }*/
    /*
    #bx-pager-mod-custom a{
    margin: 0 auto;
    flex: auto;
    }*/


    .product-text-cont.have_imgs_fs .text-wrap,
    .product-text-cont.have_imgs_fs .img-wrap{
        width: 100%;
        flex: 1 1 auto;
    }

    .product-text-cont ul,
    .product-text-cont ol {
        padding: 0 0 0 20px;
    }

    .default-ul, .aboutConcreteTextUser ul, .aboutConcreteTextUser ol {
        padding: 0 0 0 20px;
    }

    .inquiry .cform_container.order_contact {
        text-align: left;
        min-width: 100px;
        
    }
    .inquiry .cform_container{
      padding: 40px 10px;
    }

    #form_ffcf1 .cform_item_type_submit {
        justify-content: center;
    }

    .contacts {
        margin: 0 16px;
    }

    .id_page_6 .lastSection {
        padding: 100px 0 0 0;
    }

    /*
    .id_page_6 .lastSection{
    padding: 0;
    }*/
    .id_page_6 .subpagePrimary {
        margin: 0;
    }

    .id_page_6 .subpagePrimaryInside {
        padding: 40px;
    }

    .cform_form_type_text, .cform_text_type_text {
        margin: 0;
    }

    .sliderbx_data_li_img_main_container a {
        height: 290px;
        display: block;
    }

    .id_page_6 .blueSlidingBanner {
        position: relative;
        display: block;
        margin: 0 auto;
        bottom: 0;
        right: 0;
    }

    .kontaktContainer {
        margin: 0 16px;
    }

    .sectionCenter, .subpageReferenceOuter .selectRefence .sectionCenter, .selectRefence .sectionCenter, .referenceDetail .sectionCenter {
        padding: 0 16px;
        left: unset;
    }

    .id_page_15 .gallery.sectionCenter, .gallery.sectionCenter {
        padding: 0 40px;
        left: unset;
    }

    .subpagePrimaryInside {
        padding: 40px;
    }

    .refDetailTableInside {
        width: 100%;
    }

    .refDetailTextSize {
        width: 100%;
    }

    .bottomBannerRef, .bottomBanner {
        padding: 40px 0 0 0;
    }

    .refCard {
        width: 100%;
    }

    .listing-references~.buttonRightWrapper {
        display: flex;
        justify-content: center;
    }

    .moreAboutHall {
        padding: 0 16px 50px 16px;
    }

    .contacts .w-33 {
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 1rem;
    }

    .whyUsTextWrapper {
        margin-left: 12px !important;
    }

    .squareSelectParent {
        margin-right: 0px;
        height: 250px;
        text-align: center;
        width: 250px;
        margin: 2rem 0px !important;
    }

    .squareHallWrapper {
        width: 100% !important;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .subpagePrimary {
        width: 100%;
        bottom: 0px;
    }

    .subpagePrimary {
        margin: 0;
    }

    .flex50Center:nth-child(2n-1) {
        margin-right: 0;
    }

    .flex50Center:nth-child(2n) {
        margin-left: 0;
    }
}

/*
@media (min-width:900px) {
.id_page_1 .twoCells .flex-50,.id_page_19 .twoCells .flex-50, .id_page_17 .twoCells .flex-50 {
flex:1;
}
}*/
@media (min-width:1400px) {
    .gallery_item {
        flex: auto;
    }
}

@media(max-width:750px) {
    .footer-bottom-text{
        text-align: center;
        padding: 0 2rem;
    }

    .news_container .news_title strong{
        padding: 30px 15% 30px 0;
    }
}

@media(max-width:600px) {
    .referenceBiqSquare, .referenceSquare, .referenceRightWrapper {
        width: 100%;
    }

    .gallery_container.two-items .gallery_item,
    .gallery_container.three-items .gallery_item,
    .flex-50 .gallery_container.three-items .gallery_item{
        width: 100%;
    }

    .filter_group {
        flex-direction: column;
    }

    .filter_selected {
        flex-direction: column;
        padding: 10px;
    }

    .filter_selected .selected_name {
        padding-left: 0;
    }

    .filter_chooser div.filter_chooser_showall {
        margin: 0 auto;
    }
}


@media (max-width: 500px) {

    .id_page_20 .whyUsTextWrapper{
        width: 100%;
    }


    .news_title::before {
        top: 19px;
    }
    .news_item strong::before {
        top: 33px;
    }
    .news_item strong::after {
        top: 26px;
    }

    .news_container .news_title {
        font-size: 1.125em;
    }
    .news_container .news_title strong {
        padding: 20px 15% 20px 0;
        width: 85%;
    }
}



figure{
    margin: 0;
    padding: 0;
    border: 0;
}
figcaption{
    text-align: center;
    font-style: italic;
    margin-top: 10px;
    line-height: 1.2;
}
figcaption p{
    margin: 0;
}



.cform_submitted_text{
  display:block;
  padding: 2rem;
  border: 0px solid silver;
  font-size: 1.25rem;
}

.cform_submitted_text > h2,
.cform_submitted_text > p{
  margin-top: 0px;
}
.cform_submitted_text p:last-of-type{
  margin-bottom: 0px;
}

.cform_submitted_text.ok{
  border-color: rgb(0, 128, 0);
  color: rgb(0, 128, 0);
  background-color: rgb(0, 128, 0, 0.05);
}
.cform_submitted_text.error{
  border-color: rgb(255, 0, 0);
  color: rgb(255, 0, 0);
  background-color: rgb(255, 0, 0, 0.05);
}


.id_page_43 .subpageParallax {
    height: 280px;
}

#cform_3 {
    margin-top: 0;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

#cform_3 form {
    display: grid;
    grid-template-columns: auto 200px;
    gap: 20px;
    grid-template-rows: auto;
}

#cform_3 .form {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid #C39419;
}

#cform_3 .cform_form_type_text, #cform_3 .cform_text_type_text {
    margin: 0;
}

#cform_3 .cform_item {
    display: grid;
    grid-template-columns: 135px auto;
    gap: 20px;
    order: 7;
}

#cform_3 .cform_item label {
    font-weight: 600;
    line-height: 1.25;
}

#cform_3 .cform_cleartext {
    order: 10;
}

#cform_3 .cform_item.cform_item_id_7 {
    order: 1;
}

#cform_3 .cform_item_id_12 {
    order: 3;
    grid-row: span 4;
    background-color: rgb(5,151,242);
    color: #fff;
    padding: 10px;
    padding-top: 60px;
    background-image: url('/gfx/icons/line-24-hours.svg');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: auto 40px;
}

#cform_3 .cform_item_id_11,
#cform_3 .cform_item_type_submit,
#cform_3 .cform_item_id_13 {
    grid-area: unset;
    grid-column: 1 / -1;
}

#cform_3 .cform_item_type_submit {
    order: 9;
    display: flex;
    justify-content: flex-end;
}

#cform_3 .form_submit {
    background-color: #394357;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 25px;
    transition: background-color ease-in-out .3s;
    padding-right: 75px;
    background-image: url('/gfx/send-icon.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) 50%;
    background-size: 40px auto;
}

#cform_3 .form_submit:hover {
    background-color: #000;
}

#cform_3 .cform_form_submit {
    left: 0;
    transform: translate(0);
    width: fit-content;
    margin: 0;
}

#cform_3 .cform_form_type_cleartext {
    width: 100%;
}

#cform_3 .cform_item_id_13 {
    font-size: 14px;
}

#cform_3 .cform_name {
    font-size: 26px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .product-text-cont .img-wrap.type_fb{
        grid-template-columns: repeat(2,1fr);
    }


    #cform_3 .cform_item_id_12 {
        order: 1;
    }

    #cform_3 form {
        display: flex;
        flex-direction: column;
    }

    #cform_3 .cform_item {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 500px) {
    .product-text-cont .img-wrap.type_fb {
        grid-template-columns: 1fr;
    }

    .product-text-cont.have_imgs_fs .text-wrapper{
        margin: 20px 0;
        gap: 20px;
    }

}

.inquiry .simple-form-wrap {
    display: none;
}

.show-simple-form .inquiry .simple-form-wrap {
    display: block;
}

.show-simple-form .inquiry .technical-form-wrap {
    display: none;
}


/* POP UP FORM */
.pop-up-form {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 6666;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translateY(-200%);
    transition: ease-in-out .3s;
}

.pop-up-form.visible {
  pointer-events: auto;
  transform: translateY(0%);
}

.pop-up-form .form-wrap {
  height: 90%;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.pop-up-form .form-wrap .form-inner-wrap {
  height: auto;
  width: 100%;
  max-width: 700px;
  max-height: 100%;
  overflow: auto;
  pointer-events: auto;
  position: relative;
}

.pop-up-bg {
    background-color: rgba(0,0,0,.8);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.close-form {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #394357;
    transition: ease-in-out .3s;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
}

.close-form:hover {
    background-color: #000;
}

.btn-form-swich-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.simple-form-text p {
    text-align: center;
}

.subpagePrimary + .lastSection.silver {
    z-index: 15;
}