:root {
	--black: #000000;
	--dark: #1f2b38;
	--dark-secondary: #022b6d;
	--dark-optional: #3e00a7;
	--white: #ffffff;
	--color-primary: #209cce;
	--color-secondary: #333;
	--color-optional: #9F2316;
	--color-style-two: #f94735;
	--color-heading: #04000b;
	--color-paragraph: #666666;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #F7F7F7;
  --c-orange:#FC6939;
	--bg-gray-secondary: #D8E7EF;
  	--bg-gray-primary: #1F2B38;
	--bg-gradient:  linear-gradient(137deg,rgba(103, 193, 229, 1) 2%, rgba(32, 133, 183, 1) 100%);
  	--bs-gradient:  linear-gradient(137deg,rgba(103, 193, 229, 1) 2%, rgba(32, 133, 183, 1) 100%);
--bg-gradient-reverse: linear-gradient(90deg, rgba(255, 184, 34, 1) 0%, rgba(159, 35, 23, 1) 100%);
  --bg-dark-gray:#333333;
}

@media screen and (min-width: 1280px) {
    :root {
        --containerwidth: 1280px;
    }
}
body {
    font-family: 'Spartan' !important;
  width:100%;
  
}
p {
  font-size:1.2rem !important;
}
.cc-btn.cc-allow-all{
  background-color: var(--color-primary);
}
.cc-window.cc-bottom-left, .cc-window.cc-bottom-right{
  box-shadow: 0px 0px 5px 0px #00000030;
}
.cc-window .dp--cookie-check label:last-child{
  display: none;
  content-visibility: hidden;
}
.cc-window .dp--cookie-check{
  justify-content: center;
  column-gap: 10px;
}
.bg-blue {
    background: var(--color-primary);
    color:#fff;
}
.bg-gray {
  background-color: var(--bg-gray);
  color: #000;
}
.bg-dark-gray {
  background-color: var( --bg-dark-gray);
  color:#fff;
}
.bg-gray-primary, .bg-black{
  background: var(--bg-gray-primary);
  color:#fff !important;
}
.bg-orange {
  background-color: var(--color-primary);
  color: #fff;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: var(--color-primary);
}
.bg-orange a:hover {
  color: var(--c-gray);
}
.dq-btn.bg-gray,
.dq-btn.border {
  display: block;
  width: max-content;
  border-radius: 7px;
  padding: 15px 20px 10px 20px;
  position: relative;
}

.dq-btn.border {
  font-size: 1.5rem;
  border: 0px;
}

/* --- block-one --- */

.block-one {
  max-width: 747.5px;
}
.block-one.left {
  margin-left: auto;
}

/* --- footer --- */

.footer {
  color:var(--black);

}
.bg-orange a:hover {
  color: var(--c-gray);
}
.bg-dark-grey-linear {
  background: #000;
background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(31, 43, 56, 1) 63%);

}
.bg-white {
  background-color: #fff;
}
.bg-dark-grey {
  background-color: #1F2B38;

}
.bg-dark-grey .header__title, .bg-dark-grey-linear .header__title, .bg-dark-grey, .bg-dark-grey-linear {
  color:#fff !important
}
.bg-gradient {
  background: var(--bs-gradient);
}
.bg-gradient-reverse {
  background: var(--bg-gradient-reverse);
}

.footer p {
  font-size: 1rem !important;
  font-weight: 400;

  line-height: 2.2rem;
  margin-bottom: 0px;
}
.footer p a {
  display: block;
}


.footer .social a{
  display: inline-block;
}
.footer .social .block-one {
  flex-wrap: inherit;
  column-gap: 35px;
}
.footer .block-one.left {
  padding-right:0 ;
}

.footer .button_belt {
      padding: 14px;
    margin: 20px;
    border: 1px solid #fff;
    font-size: 1rem;
    position: relative;
    top: 61px;
}
.footer ul li {
  list-style-type:none;
  display: inline-block;
  margin-right: 2em;

}
.footer ul {
  margin-left:0;
  padding-left:0;

  padding-bottom: 1em;
}
.footer hr{
  margin-top:3em;
  padding-bottom:1em;
  color:#a0a0a0;
  display: block;
}
@media screen and (max-width: 1445px) {
  .footer .block-one {
    --footerYpadding: 30px;
    --footerXpadding: 60px;
  }
  .footer .left {
    padding-right: var(--footerXpadding);
  }
  .footer .right {
    padding-left: var(--footerXpadding);
  }
  .footer .block-one {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1290px) {
  .footer .block-one {
    --footerXpadding: 50px;
  }
}
@media screen and (max-width: 992px) {
  
  .bg-orange .dq-btn.border::after{
    right: -5px;
  }
  .footer .block-one {
    max-width: 100%;
    row-gap: 35px;
    justify-content: center;
    flex-direction: column;
    padding: 30px 15px;
  }
  .block-one.right{
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
  }
  .block-one.left img{
    margin: auto;
    }
}
.navbar-brand {
max-width: 400px;
}

/* --- contact form --- */

.frame-layout-1 input,
.frame-layout-1 textarea {
  font-size: 1.8rem;
  border-color: transparent;
  padding: 15px 10px 10px 10px;
  line-height: 24px;
  box-shadow: inset 0 4px 11px 0 #dadada;
}
.frame-layout-1.frame h2{
  font-weight: 600;
  color: #222222;
  margin-bottom: 15px;
}
.frame-layout-1 legend{
  font-size: 2.6rem;
  color: #676767;
  margin-bottom: 0px;
}
.frame-layout-1 .form-group{
  margin-bottom: 20px;
}
.frame-layout-1 .form-control:focus{
  border-color: var(--color-primary);
  box-shadow: 0 0 10px -2px var(--color-primary);
}
.frame-layout-1 .btn {

  background-color: transparent;
  font-size: 1.8rem;
  padding: 10px 30px 5px 15px;
  border-color: transparent; 

  background-size: contain;
  background-repeat: no-repeat;
}
.frame-layout-1 .btn:hover{
  color: #000;
  filter: invert(9%) sepia(0%) saturate(1%) hue-rotate(354deg) brightness(143%) contrast(88%);
}


@media only screen and (max-width: 767px) {
   
.navbar .nav-link {
    font-size: 1rem;
    color: #000;
    padding: 0px !important;
    font-weight: bold;
}

.navbar li.nav-item {
  border-bottom:1px solid #ccc;
  padding:1em;
}
.navbar li.nav-item:last-child {
  border-bottom: none;
  padding-bottom:0em;
}
    .navbar .nav-item {
        width: 100%;
    }
    .footer .navbar-brand {
   
    width: 100%;
    height: auto;
    max-width: 120px;
}
.ce-gallery figure {
    display: table;
    margin: 10px;
    text-align: center;
}
.fb {
  margin-bottom:1.5em;
  display: block;
  margin-top:0.6em;
}
.footer p a, .footer p, .footer .nav-link, .footer ul li  {
  display: block;
  font-size:0.85rem !important;
  list-style: none;
  line-height: 27px;
  margin-bottom: 0em !important;
}
.blog {
    padding-bottom: 0em !important;
}
.carousel-icons ul li {
    display: inline-block;
    margin-right: 50px;
    line-height: 33px;
}
}

@media only screen and (max-width: 480px) {

   
    .footer p {
 
        margin: 0px;
    }
    .footer .navbar-brand {
        max-width: max-content !important;
        width: auto;
        height: auto;
    }
    .footer .button_belt {
    padding: 14px;
    margin: 20px;
    border: 1px solid #fff;
    font-size: 1rem;
    position: relative;
    top: -23px;
}
    .footer__under .container {
        font-size: 0.8rem;
        padding: 10px;
        width: 250px;
        text-align: center;
    }
        .block-one.right {
        flex-direction: column;
        row-gap: 20px;
        justify-content: center;
        padding-bottom: 70px;
    }
   
   .info_belt .button_belt {
    padding: 21px;
}
.info_belt .button_belt .bt {
  top:-8px !important;
}
  .right_block.pb-5.pt-5 {
  padding-top: 0rem !important;
}
.carousel-indicators {
    bottom: 0 !important;
}
    .blog .button_belt .bt {
      
        line-height: 19px;
        top: 7px !important;
    }
    .footer .block-one p {
    margin-bottom: 2em;
}
.footer ul li {
  margin-right: 0em;
}
.footer .col-lg-3.d-flex.justify-content-lg-end {
  display: block !important;
}
}







.cover-link {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  z-index: 10;
  opacity: 0;
  text-decoration: none;
}
.pl-80 {
    padding-left: 80px;
}


.rectangle {
    margin-top: 70px;
    margin-bottom: 90px;
   
}
.rectangle__grid {
    display: grid;
    grid-template-columns: 1fr calc(var(--containerwidth)) calc(((110vw - var(--containerwidth)) / 2));
}
.grid__item-color {
    background-color: transparent;
}
.grid__item-text {
 
    padding: 60px 0px 60px 0px;
    color: #fff;
    position: relative;
    clip-path: polygon(92% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
}
.grid__item-text span{
     font-size:2.65rem !important;
    font-weight: 600;
  margin-right: 4em;
}
.grid__item-text span.bt {
  margin-right: 0;
}
.grid__item-img {
    background-color:#000;
    position: relative;
}
.grid__item-img img {
  max-width: 120px;
  max-height: 140px;
  position: absolute;
  left:0;
  bottom: -35px;
}
.button_belt {
     padding: 13px 20px 13px 20px;
    margin: 30px;
    border: 2px solid #000;
    background-color: #fff;
    font-size: 1.1rem;
    position: relative;
    font-weight: 600;
    color: #000;
    border-radius: 10px;
    display: inline-block;
    text-transform: uppercase;
}




.bt img{
  position: relative;
  top:3px;
  color:#fff;
  width:24px;
  height: 24px;
}



.header__title {
  text-align: center;
  font-weight: bolder;
  font-size:3rem;
  color:var(--color-secondary);
  margin-bottom:1em;
  margin-top: 0.5em;
     line-height: 62px;
}


.sub-title {
    text-transform: uppercase;
    color:#fff;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: var(--color-primary);
    padding: 7px 15px;
    font-size: 18px;
    border-radius: 4px;
    width:auto;
    text-align: center;
    margin:0 auto;
    line-height: 28px;
}

.right_block .header__title, .left_block .header__title, .about-style-five-info .header__title{
  text-align: left;
}
.right_block, .left_block, .right_block p, .left_block p, .about-style-five-info p, .about-style-five-info{
      font-size: 1.1rem !important;
    line-height: 36px;
}
.right_block ul {
  list-style: none;
  position: relative;
}
.right_block ul li {
  font-size: 1.25rem;
    line-height: 40px;
    margin-bottom: 1.2em;
    list-style: none;
    position: relative;
    padding-left: 10px;
}

.right_block ul li::before {
  content: '';
  position: absolute;
   left: -30px;
  top: 0.3em;
  width: 25px;
  height: 26px;
  background: url('../Icons/arrow-check.svg');
  background-size: 25px 26px;
}

.carousel h1 {
  font-weight: 500;
  line-height: 60px;
}

.carousel h1 span {
  font-size:4.85rem;
    font-weight: 500;


}
.center_block {
  position: relative;
}

.center_block .header__title {
  line-height: 3.9rem;
}
.right_block img {
  max-width: 100%; 
display: block; 
height: auto;
}

.button_belt:hover {
  background-color:#fff;
  color:#000;
}
.button_belt:hover .bt {

  background-color: #FC6939;
}


.bg-block {
  
    background-size: cover;        
  background-position:center;   
  background-repeat: no-repeat;  
  color: #fff;   
  position: absolute;
  width:100%;
  height:600px;
 filter: grayscale(100%);
    opacity: 0.13;
    z-index: 0;
      clip-path: polygon(0 0, 68% 0, 63% 100%, 0 100%)
}
.bg-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3); /* 0.5 to poziom przyciemnienia */
    z-index: 0;
    pointer-events: none;
}
@media screen and (min-width: 1921px) {

.rectangle__grid {
  display: grid;
  grid-template-columns: 1fr calc(var(--containerwidth)) calc(((150vw - var(--containerwidth)) / 2));
}
  .twin__row-col--img img:not(.twin__row-col--img img.bg-img){
    width:100%;
    overflow: hidden;
    object-fit: cover;
    max-height: 900px;
  }
.right_block img {
  width: 900px;
  display: block;
  height: auto;
  object-fit: fill;
}
.two-color__wrap {
  max-width: 90% !important;
}
    }


    @media only screen and (max-width: 480px) {

    .services-style-four-item {
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 50px;
    }
    .header__title {
    line-height: 3.3rem;
    font-size: 2.4rem;
}
  .head-bg {
    display: none;
  }

}

.header__title p, p.lead {
  font-size:3rem !important;
  line-height: 62px;
}

 p.lead {
  margin-top: 0.75em;
    margin-bottom: 1.2em;
        font-weight:500;
}

@media (min-width: 766px) and (max-width: 990px) {
     .navbar-brand {
        max-width: max-content;
    }
    .footer p {
        max-width: 260px;
        margin: 0;
    }
    .footer .button_belt {
    padding: 14px;
    margin: 20px;
    border: 1px solid #fff;
    font-size: 1rem;
    position: relative;
    top: -20px;
}
}

.games-block img {
  width:100%;
  height: auto;
}
.games-block {
  margin-top:5em;
  margin-bottom:5em;
}
.games-block .container {
  padding-top:7em;
  padding-bottom:7em;
}
.games-block span, .games-block h2{
  padding:40px 80px 0px 0px;
    display: block;
    line-height: 30px;
    font-size:1rem;
}
.games-block h2{
  font-size:3rem;
  font-weight: bolder;
  text-transform: uppercase;
  line-height: 54px;
}
.games-block span:nth-child(2) {
  padding-top:30px;
}
.games-block span:nth-child(3) {
  padding:0px
}
.games-block .button_belt, .blog .button_belt {
  margin-left:0px;
  background-color: #000;
  color:#fff;
  border: none;
  margin-top:50px;
  font-weight: 500;
}
.games-block .col-lg-4 img {
  border-radius: 10px;
}
.games-block .button_belt:hover {
background-color:var(--color-primary);
  color:#fff;
  border:none;
}
.blog .button_belt:hover {
  background:var(--color-optional);
  color:#fff;
}
.games-block .soc img:first-child {
  max-width: 170px;
}
.games-block .soc span{
  text-align: center;
    padding:0px;
    display: inline-flex;
}
.games-block .soc_icons a img{

  display: inline-block;
  padding:20px 10px 10px 10px;
  opacity:1;
}

.games-block .soc_icons {
  border-top:1px solid #000;
  margin-top:2em;
}
.games-block .soc span a img:hover {
  opacity:0.7;
}
.block-text .header__title{
  text-align: left;
  margin-top:1.8em;
}
.block-text .button_belt, .blog .button_belt {
  margin-left: 0;
}
.block-text p {
  max-width: 350px;
  margin-bottom: 1.5em;
}

.center-block_bg {

    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
        width: 330px;
    height: 648px;
    z-index: 9999;
    opacity:0.6;
}

.gallery-style-one {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	padding: 10px;
}

.gallery-style-one .overlay {
	 background-color: rgba(255, 255, 255, 0.7); 
  backdrop-filter: blur(10px);              
  -webkit-backdrop-filter: blur(8px); 
	position: absolute;
	left: 0;
	    bottom: -60px;
    max-width: 76%;
    padding: 70px 70px 30px 70px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.35s ease-in-out;
	z-index: 9;
}

.gallery-style-one .overlay::before {
	position: absolute;
	left: 9px;
	top: -30px;
	content: "";
	height: 30px;
	width: 30px;
	border-bottom-left-radius: 15px;
	box-shadow: 0 20px 0 0 #eee;
}

.gallery-style-one .overlay::after {
	position: absolute;
	right: -28px;
	bottom: 10px;
	content: "";
	height: 30px;
	width: 30px;
	border-bottom-left-radius: 15px;
	box-shadow: 0 20px 0 0 #eee;
}

.swiper-slide-active .gallery-style-one .overlay {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	border-top-right-radius: 10px;
}

.gallery-style-one .overlay span {
	text-transform: uppercase;
	font-size: 15px;
	display: block;
	margin-bottom: 15px;
	color: var(--color-primary);
}

.gallery-style-one .overlay h4 {
	margin-bottom: 34px;
  line-height: 33px;
}



.gallery-style-one .overlay > a i {
	transform: rotate(-45deg);
	margin-left: 10px;
	font-size: 20px;
	font-weight: 100;
	position: relative;
	top: 2px;
}

.gallery-style-one img {
	border-radius: 10px;
}



.gallery-style-one img {
  height: auto;
  width: 100%;
}

.button_belt.white {
  border: 2px solid #000;
    background-color: #fff;
    color:#000;
}

.button_belt.white:hover {
    border: 2px solid #000;
    background-color: #000;
    color:#fff;
}

.footer .soc_icons {
  display: block;
  text-align: right;
}

.footer .soc_icons img {
  margin-left:2em;
}

.footer .button_belt.white {
  border:none;
  top:-5px
}

.border-top {
  border-top:1px solid #787878 !important;
}

.button_black {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000 url(../Icons/arrow-min-white.svg)
    no-repeat calc(100% - 1rem) center / 1.25rem;
  color: #fff;
  border: none;
  padding: 0.55rem 3rem 0.55rem 1rem; 
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.2s;
   border:2px solid #000;
padding-top: 12px;
}
.button_black:hover {
    background: #000 url(../Icons/arrow-min-black.svg)
    no-repeat calc(100% - 1rem) center / 1.25rem;
  background-color: #fff;
  border:2px solid #000;
  color:#000;
}

.block_element {
  background-color:#F7F7F3;
  display: block;
  margin-top:3em;
}

.block_element img {
  width: 100%;
  height: auto;
}

.block_element span {
  text-align: center;
  display: block;
}
.offers .button_black {
  font-size:0.7rem;
  margin-left: auto; 
    display: inline-flex; 
     margin-right: 0; 
      background:  #000 url(../Icons/arrow-min-white.svg)
    no-repeat calc(100% - 1rem) center / 1rem;
}

.offers .button_black:hover {
  background-color:#6ECFF6;
  color: #fff;
    background: #6ECFF6 url(../Icons/arrow-min-white.svg)
    no-repeat calc(100% - 1rem) center / 1rem;
    border:2px solid #6ECFF6;
}

.offers hr {
    border: none;         
    height: 2px;              
    background-color: #c0c0c0;  
    margin: 1rem 1rem;
}

.offers span {
    font-size:1.2rem;
    font-weight: 500;
    margin-top:1.2em;
    margin-bottom:1.3em;
}
.offers img, .block_element {
  border-top-right-radius: 30px;
}
.bg-light-gray {
  background-color: #F7F7F3;
}


.blog .bg-white {
  border-top-right-radius: 25px;
}

@media only screen and (max-width: 480px) {

  
.navbar-brand {
    max-width: 200px;
}
.carousel h1 {
    color: #fff;
    font-size: 0.8rem;
    line-height: 22px;
    top: 90px;
}
.footer {
  text-align: center;
}
}

    @media (min-width: 768px) and (max-width: 1402px) {
  .navbar-brand {
    max-width: 250px;
}
    .navbar .nav-link {
        font-size: 1rem !important;
        margin-left: 3px !important;
    }
    }

@media only screen and (max-width: 990px) {

  
.top-txt .container{
  padding-top:1rem !important;
  margin-top:0rem !important
}

}

.footer.border-top {
  border-top:1px solid #e1e1e1!important;
}

.footer ul {
   list-style: none;      
  margin: 0;          
  padding-left: 0;    
}
.footer ul li {
  margin-bottom:1em;
  font-size:1rem;
   display: flex;
    flex-direction: column;
}

.footer .nav-item.dropdown:hover .dropdown-menu {
  display: none !important;
}
.map {
 
    display: flex;
}

.navbar.scrolled img {
  filter: 
  brightness(0.6)  
    grayscale(100%)    
    sepia(0%)     

}


.cc-btn.cc-allow-all {


background-color: #6ECFF6 !important;

}
.bg-various-first p{
  font-size:0.9rem !important;
      line-height: 24px;
}

.bg-various-first p strong{
  font-size:1rem;
}
.bg-various-first div:nth-child(odd) .frame{
  background-color:#f5f5f5;
  padding:2em;
 -webkit-box-shadow: 0px 9px 24px -25px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 9px 24px -25px rgba(0, 0, 0, 1);
box-shadow: 0px 9px 24px -25px rgba(0, 0, 0, 1);
}

.bg-various-first div:nth-child(even) .frame{
  background-color: #e1dfdf; 
   padding:2em;
 -webkit-box-shadow: 0px 9px 24px -25px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 9px 24px -25px rgba(0, 0, 0, 1);
box-shadow: 0px 9px 24px -25px rgba(0, 0, 0, 1);
}