body {
  width:auto;
}
p {
  font-size:1.2rem !important;
}
.map-embed{
  width: 100%;
  display: block;
}
/* icons styles */
.ce-uploads img {
    float: left;
    padding-right: .5em;
    vertical-align: top;
	height: 52px;
}
.ce-uploads-filesize {
	color: #494949;
	font-size: 1.2rem;
}
.ce-uploads-description {
	margin-top: 1rem;
}
.ce-uploads-fileName {
	line-height: 2.5rem;
}

.page-baner{
  margin-bottom: 0;
}
.page-baner ~ .page-content,
.page-baner ~ .footer{
  z-index: 2;
  position: relative;
}
.grid-container {
  display: grid;
  grid-template-columns: auto 560px 950px auto;
  min-height: 405px;
}
.grid-item:nth-child(1){
  position: relative;
}

.grid-item.img{
  grid-column: 3 / 5;
  grid-row: 1;
  background-size: cover;
}
.grid-item.last{
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}
.page-baner__content > p{
  max-width: 360px;
}
.page-baner__content h1,
.page-baner__content h2{
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 25px;
}
.page-baner__content p{
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 3.4rem;
}
.page-baner__content__bc{
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 40px;
}
.page-baner__content__bc li{
  padding-right: 5px;
  margin-right: 5px;
  text-transform: lowercase;
  font-size: 1.2rem;
  color: #9F9F9F;
}
.grid-item.img{
  position: relative;
}
.grid-item:nth-child(2) > *{
  z-index: 2;
  position: relative;
}
.page-baner__content__bc li:nth-child(1n + 2)::after{
  content: "/";
  display: inline-block;
  position: relative;
  right: -5px;
}
.page-baner__content__bc li:last-of-type::after{
  content: none;
}
.page-baner__content__bc svg{
  position: relative;
  top: -2px;
}
.page-baner__icon-wrap{
  flex-direction: column;
  row-gap: 15px;
  position: absolute !important;
  left: -49px;
  bottom: 30px;
  display: flex;
}
@media screen and (max-width: 1510px){
  .grid-container{
    grid-template-columns: 0 425px auto 0;
  }
}
@media screen and (max-width: 1399px){
  .grid-container {
    grid-template-columns: auto 380px 760px auto;
  }
}
@media screen and (max-width: 1199px){
  .grid-container {
    grid-template-columns: auto 380px 580px auto;
  }
}
@media screen and (max-width: 992px){
  .grid-container{
    margin-top: 101px;
    grid-template-columns: auto 360px 360px auto;
  }
  .grid-item:nth-child(2){
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px){
  .grid-container{
    display: block;
    position: relative;
    margin-top: 101px;
    min-height: auto;
  }
  .grid-item:first-child,
  .grid-item:last-child{
    display: none;
    content-visibility: hidden;
  }
  .grid-item.img{
    min-height: 400px;
  }
  .grid-item:nth-child(2){
    position: absolute;
    bottom: 0px;
    z-index: 1;
  }
  .page-baner__content__bc{
    margin-bottom: 20px;
  }
  .page-baner__content h1, .page-baner__content h2{
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  .page-baner__content p{
    font-size: 1.5rem;
    font-weight: 300;  
    line-height: 2.6rem;
  }
  .grid-item:nth-child(2){
    backdrop-filter: blur(5px);
    border-radius: 0 15px 0 0;
    background-color: #4b4b4bf2;
  }
  .page-baner__icon-wrap{
    display: none;
    content-visibility: hidden;
  }
}
@media screen and (max-width: 576px){
  .grid-item.img{
    min-height: 330px;
  }
}

/* --- navbar page --- */




/* --- frame column --- */

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

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

}
/* --- page-content --- */


.page-content .frame ul{
  font-size: 1rem;
  list-style: none;
}

.page-content .frame ul li{
  margin-bottom: 10px;
  position: relative;
  line-height: 35px;
  padding-left: 4px;
}
.page-content .frame-type-text ul,
.frame-type-menu_pages ul{
  margin-left: 5px;
}

.bg-orange .frame-type-text ul li::before,
.bg-orange .frame-type-menu_pages ul li::before {
 
filter: grayscale(100%);
}

.page-content .frame p:last-of-type{
  margin-bottom: 0px;
}
/* .page-content > .container > .frame{
  margin-bottom: 35px;
} */



.page-contenth3.accordion-header {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px){
  .page-content .frame h2, .page-content h2{
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .page-content .ce-bodytext {
    font-size: 1.2rem;
    line-height: 30px;
  }
  .page-content .section-default h4 {
    line-height: 33px;
    font-size: 1.2rem;
}
}

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

}
.media-text-l__text-wrap{
  max-width: 755px;
  padding: 90px 90px 90px 15px;
  margin-left: auto;
  font-size: 2.1rem;
  line-height: 4.5rem;
  font-size: 400;
}
.media-text-l__text-wrap p{
  margin-bottom: 40px;
}
.media-text-l__text-wrap p:last-child{
  margin-bottom: 0;
}
.media-text-l__img{
  padding: 110px 0 110px 90px;
}
.media-text-l__img img{
  width: 100%;
  object-fit: cover;
  border-radius: 50px 0 0 0;
}
@media screen and (max-width: 1399px){
  .media-text-l__text{
    padding-left: 15px;
  }
  .media-text-l__text-wrap{
    max-width: 555px;
    padding-left: 0px;
    padding: 70px 70px 70px 0px;
  }
  .media-text-l__img{
    padding: 90px 0 90px 70px;
  }
  .media-text-l__img img{
    height: 100%;
  }
}
@media screen and (max-width: 1199px){
  .media-text-l__row{
    flex-direction: column-reverse;
  }
  .media-text-l__row-item,
  .media-text-l__row-item > *{
    width: 100%;
    max-width: 100%;
  }
  .media-text-l__text-wrap{
    padding: 60px 15px 60px 15px;
    max-width: 960px;
    margin: auto;
  }
  .media-text-l__img{
    padding: 0px;
  }
  .media-text-l__img img{
    border-radius: 0;
  }
}
@media screen and (max-width: 992px){
  .media-text-l__text{
    padding:0;
  }
  .media-text-l__text-wrap{
    max-width: 720px;
  }
}
@media screen and (max-width: 767px){
  .media-text-l__text-wrap{
    font-size: 1.9rem;
    line-height: 4.2rem;
    max-width: 540px;
  }
}

.accordion.pp-accordion-custom .frame-type-text.frame-layout-1{
  background-color: var(--c-orange);
  color: #fff;
  padding: 25px;
  border-radius: 0 0 25px 0;
  font-size: 2.1rem !important;
  margin-bottom: 35px;
}
.accordion.pp-accordion-custom .frame-type-text.frame-layout-1 a:hover{
  color: #000;
}
.accordion.pp-accordion-custom .frame-type-text.frame-layout-1:last-child{
  margin-bottom: 10px;
}
.accordion.pp-accordion-custom .accordion-button:not(.collapsed){
  background-color: transparent;
  color: #000;
  box-shadow: none;
}
.accordion.pp-accordion-custom .accordion-header button{
  font-size: 3.6rem;
  border-radius: 0px !important;
  padding: 25px 10px 25px 10px;
} 
.accordion.pp-accordion-custom .accordion-item{
  border: none;
  border-bottom: solid 1px #D6D6D6;
}
.accordion.pp-accordion-custom .accordion-item:last-child{
  border-bottom: none !important;
}
.accordion.pp-accordion-custom .accordion-body{
  padding: 25px 0px 25px 0;
}
.text-right{
  text-align: end;
}

.accordion-button:not(.collapsed)::after{
  transform: rotate(90deg);
  filter: invert(69%) sepia(76%) saturate(2731%) hue-rotate(331deg) brightness(98%) contrast(91%);
}
.frame-type-form_formframework.frame-layout-1{
  background-color: #d1d1d170;
  margin-top: 90px;
  position: relative;
}
@media screen and (min-width: 992px){
  .frame-type-form_formframework.frame-layout-1{
    padding: 50px 55px 50px 0px;
  }
}
.frame-type-form_formframework.frame-layout-1::before{
  content: "";
  left: -50vw;
  top: 0px;
  width: 50vw;
  height: 100%;
  background-color: #d1d1d170;
  position: absolute;
}
@media screen and (max-width: 767px){
  .accordion.pp-accordion-custom .accordion-header button{
    font-size: 2.8rem;
  }
}




.top-header {
  padding-bottom:1.3em;
}

.top-header .title-head, .top-header .title-head h1 {
  font-size:1.8rem;
  font-weight: bolder;
  color:#000 !important;
  margin-left: 6px;
}



.bg-orange {
 background-color: #FC6939;
}

.twin__row-col--img{
  padding:4em 7em 4em 4em;
  font-size:1rem;
  max-width: 600px;
}
.twin__row-col--img p {
  font-size:1rem !important;
}

.thumb-style-five img{
  max-width: 500px;
  margin-top:-300px;
  height: auto;
}
.center_block .mini-block {
  margin-right:5em;
  max-width: 500px;
}
.center_block .mini-block h4 {
  margin-top:2em;
  border-left:10px solid #FC6939;
  padding-left:20px;
  line-height: 34px;
  margin-bottom: 1.2em;
}
.center_block img.mini-dots {
    max-width: 120px;
    max-height: 140px;
    position: absolute;
    left: 0;
    bottom:inherit;
}

.right_block.pb-5 {
  padding-top:7em;
      padding-bottom: 6em !important;
}
.two-color__wrap {
  position:relative;
}

.two-color__wrap--content {
  margin-right: 5em;
  margin-top:5em;
}
.belt-gray, .belt-gray .rectangle__grid__item.grid__item-text, .belt-gray .grid__item-img {
  background-color:#F7F7F7 !important;
    background:#F7F7F7 !important;
    color:#1F2B38;
}
.twin {
    margin-top: 4em;
    margin-bottom: 120px;
    --twin-col-width: 640px;
    --twin-col-padding: 100px;
    overflow-x: clip;
}

.belt-gray .button_belt{
  top:-5px;
  border: 1px solid #1F2B38;
}
.belt-gray .button_belt .bt {
  background: #1F2B38;
}
.belt-gray .rectangle__grid__item.grid__item-color {
  background-color: #fff;
}
.twin__row-col--content {
    max-width: var(--twin-col-width);
    padding-right: 0px;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 3.9rem;
    margin-left: auto;
    margin-right: 160px;
    margin-top:2em;
}
#services .sub-title, #services .header__title {
  text-align: center;
}

.rectangle {
  margin-bottom: 140px;;
}

header {
  background-color:var(--bg-gray);
}

.head-bg {
  height:auto;
    background-image: url(../Images/header-page-bg.png);
    background-size: cover;        
  background-position:top right;   
  background-repeat: no-repeat;  
  color: #fff;   
  position: absolute;
  right:0;
  top:0;
  width:451px;
  height: 183px;
  z-index: 1;
}

.mini-block p {
  line-height: 27px;
}
.twin__row {
  display: flex;
}

@media screen and (max-width: 576px) {
    img {
        max-width: 100%;
        display: block;
        height: auto;
    }
    .button img {
      display: inline-block;
    }
    .thumb-style-five img {
    max-width: 100%;
    margin-top: -150px;
}
.services-style-four-item img {
  max-width:inherit ;
  width: 100%;
}
.services-style-four-item .icon {
   
    padding-right: 0;
}
.twin__row-col.second {
  width:100%;

}

.title-head h1 {
  margin-bottom:0rem !important;
}
  .card .button_belt {
        padding: 0px;
    }
.left_block.page .twin__row-col--img {
    padding: 3em 2em 4em 2em;
    font-size: 1rem;
    max-width: 100%;
}
.grid__item-text span {
    font-size: 2rem !important;
    font-weight: 600;
    margin-right: 0em;
}
.header__title p, p.lead {
    font-size: 1.7rem !important;
    line-height: 39px;
    text-align: center;
}
.two-color__wrap.pt-5.pb-5 {
    padding-top:2rem !important;
    padding-bottom:1rem !important;
}
.two-color__wrap--content {
    margin-right: 0em;
}
#about .row.mt-5{
      margin-top: 0rem !important;
}
.two-color__wrap--content {
    margin-top: 0em;
}
.right_block.pb-5 {
    padding-top: 3em;
    padding-bottom: 3em !important;
}
.accordion-button {
    font-size: 1.2rem;
}
.page-content .frame ul {
    margin-top: 1em;
}
    .info_belt .button_belt {
        padding: 10px 20px 20px 20px;
    
}
.page-content.pb-5 {
  padding-bottom:0rem !important;
}
.services-style-four-area {
    position: relative;
    top: -100px;
}
.rectangle__grid__item.grid__item-text {
  margin:1em;
}
.button_belt .bt {
   
    width: 30px;
}
.center_block .mini-block {
    margin-right: 0em;
    max-width: 100%;
}
.mini-block p {
  margin-bottom: 0rem;
}
.right_block ul li {
    font-size: 1.15rem;
    line-height: 31px;
}
.ce-col.col-md-8.bg-orange.p-5 {
      padding: 0rem !important;
}
.sub-title {
  max-width: 250px;
  display: block;
}
.twin__row-col.col-10.col-lg-5.second.bg-orange {
  width: 100%;
}
.accordion-button {
   
    font-size: 1.1rem !important;
    line-height: 26px;
}
.ce-accordion-body.accordion-body {
    color: #fff;
    font-size: 1rem;
    line-height: 28px;
}
.page-content .frame ul li {
    margin-bottom: 10px;
    position: relative;
    line-height: 25px;
    padding-left: 4px;
    font-size: 0.9rem;
}
.header__title {
        line-height: 2.4rem;
        font-size: 2rem;
    }
    .button_belt {
    padding: 28px;
    margin: 6px;
   
    font-size: 1rem;
    position: relative;
    display: inline-block;
}
.belt-gray .button_belt {
    top: 10px;
}
    .info_belt .button_belt .bt {
        top: 8px !important;
    }
    .button_belt .bt {
    display: inline-block;
    height: 30px;
        margin-left: 16px;
}
.bt img {
    position: relative;
    top: 6px !important;
    left: 5px;
    color: #fff;
    width: 17px;
    height: 17px;
}
.twin__row {
    display: inline;
}
.breadcrumb ul {
  display: block;
  text-align: left;
}
.breadcrumb img {
    position: relative;
    top: 16px;
}
.twin {
    margin-top: 0em;
}
.twin__row-col--content {
    
    margin-left: auto;
    margin-right: 10px;
    margin-top: 2em;
    text-align: center;
}
fieldset, .frame-type-form_formframework {
    border-radius: 10px;
    padding: 1.5em !important;
}
}
.page-baner__content__bc li:nth-child(1n + 2)::after {
    content: "/";
    display: inline-block;
    position: relative;
    right: -5px;
}

.services-style-four-item h2, .services-style-four-item h2 a{
    font-size: 1.5rem;
    text-decoration: none;
}

.highlight {
  color:#e3e3e3;
  font-size: 1.1rem;
  margin-right: 15px;
  position: relative;
  top:7px;
}

.accordion-button {
  background-color: transparent !important;
  border-bottom: 1px solid #FFA081;
  box-shadow: 0;
  color:#fff !important;
  font-size:1.8rem;
  font-weight: 500;
}
.accordion-item {
  background-color: transparent !important;
  border:none;
}
.accordion-button:not(.collapsed) {
  box-shadow:none;
}

.accordion-button::after, .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.ce-accordion-body.accordion-body {
  color:#fff;
  font-size:1.1rem;
  line-height: 30px;
}

.ul li {
    font-size: 1.25rem;
    line-height: 40px;
    margin-bottom: 1.2em;
    list-style: none;
    position: relative;
    padding-left: 10px;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border:0;
}

.page-content .section-default h4{
line-height: 37px;
}

.header__title h5{
  line-height: 30px;
}

@media screen and (min-width: 1921px) {

.rectangle {

  margin-left: 12em;
}
.rectangle__grid {
    display: grid;
    grid-template-columns: 1fr calc(var(--containerwidth)) calc(((116vw - var(--containerwidth)) / 2));
  }

    .grid__item-img img {
  
  left: -185px;
  bottom: -35px;
  z-index: 999;
}
.twin__row-col--content {
  max-width: var(--twin-col-width);
  padding-right: 0px;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.9rem;
  margin-left: auto;
  margin-right: 220px;
  }
}

  @media (min-width: 1199px) and (max-width: 1400px) {
  .right_block img {
            max-width: 100%;
        display: block;
        height: 1300px;
        object-fit: cover;
}
.two-color__content {
  padding-left: 3em !important;

}
  .header__title p, p.lead {
    font-size: 2rem !important;
    line-height: 48px;
}
.right_block ul li {
    font-size: 1rem;
    line-height: 34px;
    margin-bottom: 1.2em;
    list-style: none;
    position: relative;
    padding-left: 10px;
}
.twin__row-col--content {
   
    margin-left: 1em;

      }
      .grid__item-text {
    padding: 60px 0px 60px 60px;

    }
    .left_block.page .twin__row-col--img {
    padding: 4em 7em 4em 3em;

    }
        .dropdown-item {
        font-size: 1rem;
        }
  }

  .navbar-expand-lg .navbar-nav {
  column-gap: 40px;
  row-gap: 15px;
  margin-top: 5px;
}

.form-group .input {
  margin-bottom:1.2em;
}

.actions {
  margin-top:1em;
}

.btn.btn-primary {
       padding: 10px 17px 10px 17px;
       background-color: #000;
       border:1px solid #000;
}

@media (min-width: 481px) and (max-width: 578px) {
 .carousel-indicators {
    bottom: 0px;
}
.highlight {
    color: #e3e3e3;
    font-size: 0.9rem;
    margin-right: 15px;
    position: relative;
    top: 1px;
}
    .footer p {
        max-width: 260px;
        margin: 0;
    }
}
.title-block {
  color:#fff;
  padding-top:3em;
  padding-bottom:3em;
}

.title-bg {
    background-image: url(../Images/title-bg1.svg);
    background-size: cover;
    background-position:top right;
    background-repeat: no-repeat;
    color: #fff;
    position: absolute;
    right: 0;
  top: 155px;
    width: 267px;
    height: 275px;
    z-index: 9999;
}
.title-block h1 {
  padding-top:0.3em;
  font-size: 3.3rem;
  text-transform: uppercase;
  font-weight:lighter;
  font-family: 'Bebas Neue';
}

.title-block img {
  margin-left:3em;
}
.top-image_game {
  position: relative;
}
.top-image_game .big-image {
  z-index: 1;
  position: relative;
  overflow: hidden;
   max-width: 100%;
  max-height: 785px;
  display: block;
  object-fit: cover;
}
.top-image_game {
  overflow: hidden;
}
.overlay {
  position: absolute;
  left: 0;
  width: 100%;
      bottom: 80px;
  display: flex; 
  flex-direction: column;
  justify-content: center;
  align-items: center;
padding: 20px 0;
  z-index: 2; 
}
.top-image_game .overlay img {
  padding:1em 0.8em 0em 0.8em;
  filter: invert(1);
   width: 22%;
  height: auto;
  display: inline-block;
}
.top-image_game span:first-child img {
      width: 170px;
       
}
.text-image_right {
  line-height: 26px;
}
.navbar .nav-item::after {
  
    bottom: -46px;
}
.overlay .soc_icons {
    border-top: 1px solid #c0c0c0;
    margin-top: 2em;
}
.soc span a img:hover {
    opacity: 0.7;
}
.text-image_right img{
    max-width: 100%;
        display: block;
        height: auto;
}
.text-image_right span, .text-image_right p {
  display: block;
    font-size: 1.2rem !important;
    line-height: 31px;
}
.text-image_right p {
  margin-top:1.2em;
}
.image-overlay {
  position:relative;
  text-align: left;
  bottom: 300px;
    right: 5px;
  z-index: 1;
  margin-bottom: -300px;
}

.gradient-belt {
  text-align: center;
  padding:3em;
}
.gradient-belt p {
  max-width:965px;
  text-align: center;
  font-size:1.8rem !important;
  color:#fff;
  display: inline-block;
  font-weight:lighter;
  margin-top:1em;
  margin-bottom:1em;
}

.gradient-belt_elements {
  text-align: center;
  padding:3em;
  color:#fff;
}
.gradient-belt_elements p {
  max-width: 850px;
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 29px;
  font-weight: lighter;
  font-size: 1.2rem !important;
}
.gradient-belt_elements h4 {
  font-size:3.2rem;
  text-transform: uppercase;
  margin-bottom:0.7em;
}

.video-embed {
  margin-bottom:-6px
}
.video-embed-item {
  width:100%;
}

.frame-space-after-extra-large {
    margin-bottom: 7em;
}
.frame-space-before-extra-large {
    margin-top: 7em;
}
.ce-above .ce-gallery {
    margin-bottom: 0px;
}

.gradient-belt_elements {
  padding-top:7em;
  padding-bottom:7em;
  display: block;
}
.element_left, .element_right {
  position:absolute;
}

.element_left {
  left:0;
}
.element_left img {
  position: relative;
  bottom:20px;
}
.element_right {
  right:0;
}
.element_right img {
  position: relative;
 bottom:265px;
}
.ce-gallery img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 1921px) {

.bg-block {
 width:95%;
}
.top-image_game .big-image {
 
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
}
}

.ce-gallery img {
  border-radius: 15px;
}

.gradient-belt.bg-gradient-reverse h1{
  color:#fff;
}

 .ri {
  background-image:url(/typo3conf/ext/dqtemplate/Resources/Public/Images/ri-bg-top.jpg);
  background-size: cover;        
  background-position:bottom left;   
  background-repeat: no-repeat;  
  padding-bottom: 5em !important;
}
.title-block.ri .title-bg{
  display: none;
}
.ri .heading {
  color:#000155 !important
}
.navbar.ri {
  border-bottom:none !important;
  color:#fff !important;
}
.navbar.ri .nav-link {
   color:#fff !important;
}
.navbar.ri img {
  margin-right: 10px;
  max-width: 155px;
  height: auto;
}
.navbar.ri .nav-item:last-child a {
  background-color: #fff;
  color:#000 !important;
}
.navbar.ri .nav-item:last-child a:hover {
  background-color:#000;
   color:#fff !important;
}

.footer.fri img{
    filter: grayscale(100%) brightness(60%);
    margin-right: 10px;
      max-width: 120px;
      height: auto;
}
.navbar.ri .nav-item:hover::after, .navbar.ri .nav-item.active::after {
  width:0%;
  height:0px;
}
.title-block.ri {
  background-color: #fff;
  background-image: none;
  color:#000 !important;
  padding-top:0em;

  padding-bottom:2em !important;
  margin-bottom: 0em;
}

.custom-control-label {
  width:460px !important;
}
@media screen and (max-width: 576px) {


.navbar.ri img {
     margin-right: 10px;
    max-width: 70px;
    height: auto;
    float: left;
    object-fit: contain;
        height: 40px;
}
.custom-control-label {
  width:220px !important;

}
}

@media screen and (max-width: 768px) {

.title-block.ri  h1{
    padding-top: 0em;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 31px;
  z-index: 999;
  position: relative;
          margin-top: 0em;
  }
  .gradient-belt_elements h4 {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 0.7em;
    z-index: 999;
    position: relative
}
.element_left img, .element_right img {
  z-index: 1;
  opacity: 0.4;
  height: 50%;
  height: 237px;
        width: auto;
        bottom: 130px;
}
.scene {
   
    height: 230px;
}
.ri {
  padding-bottom: 3em !important;
}

.ri img {
  display: flex;
  
  align-items: center;       /* wyrównanie pionowe */
  
}
.klucz img {
      max-width: 100px !important;
}
.image-overlay {
  display: none !important;
}
.px-5.soc.text-center{
  padding-top:3em;
  position: relative !important;
    filter: grayscale(1) brightness(0);
    margin-bottom:-4em;
}
.gradient-belt {
    text-align: center;
    padding: 1em 1em 0em 1em;
}
.gradient-belt p {
  margin-bottom:0.5em;
}
.frame-space-before-extra-large {
    margin-top: 4em;
}
.frame-space-after-extra-large {
    margin-bottom: 5em;
}
.ce-bodytext h1 {
  margin-top:1em;
}
.ce-col.col-md .ce-image.ce-center.ce-above {
  margin-top:1em;
}
.klucz {
    left: 160px !important;
}
.ptaki1 img {
    max-width: 85px !important; 
}
.gradient-belt_elements {
    padding-top: 4em;
    padding-bottom: 3em;
    display: block;
}
.footer .pt-5 {
  padding-top:1rem !important
}
.title-block.bg-gradient-reverse .d-flex.justify-content-lg-end{

  justify-content: center;
}
.games-block p {
    padding: 10px 0px 30px 0px;
 text-align: center;
}
#tx-felogin-input-username, #tx-felogin-input-password {
    margin-top: 10px;
    max-width: 230px !important;
}
.title-block.ri {
    background-color: #fff;
    background-image: none;
    color: #000 !important;
    padding-top: 0em;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 1em !important;
    margin-bottom: 0em;
}
.navbar.ri {
  box-shadow: none;
}
}



 ul.ce-uploads {
    font-size: 1.9rem;
    list-style: none;
}

 ul.ce-uploads li {
    margin-bottom: 10px;
    position: relative;
}
.ce-uploads img {
    float: left;
    padding-right: .7em;
    vertical-align: top;
    height: 52px;
    position: relative;
    top: 6px;
}

.ce-uploads a:not(.frame-layout-1 a) {
    text-decoration: underline solid #7e7e7e;
}
.ce-uploads span {
    display: block;
}
.ce-uploads-filesize {
    color: #494949;
    font-size: 0.8rem;
}
.ce-uploads li {
    list-style: none outside none;
}
.ce-uploads-fileName {
    line-height: 2rem;
    font-size:1.1rem;
}


fieldset, .frame-type-form_formframework {

  border-radius: 10px;
  padding:4em;
  max-width: 600px;
  margin:0 auto;
background: #000f57;
background: linear-gradient(137deg,rgba(0, 15, 87, 1) 2%, rgba(132, 47, 194, 1) 30%, rgba(0, 212, 227, 1) 100%);
-webkit-box-shadow: 8px 18px 42px 9px rgba(208, 208, 208, 1);
-moz-box-shadow: 8px 18px 42px 9px rgba(208, 208, 208, 1);
box-shadow: 8px 18px 42px 9px rgba(208, 208, 208, 1);
color:#fff;
}
.frame-type-form_formframework h2 {
  margin-bottom:1em;
}


.form-check.privacy {
  padding-left:0rem;
}
.mandatory {
  padding:1em 1em 2em 4em;
}


.custom-control.custom-checkbox {
  display:inline-flex;
}
label.custom-control-label {
  padding-left:0.5em;
}

@media (min-width: 509px) and (max-width: 991px) {
 .games-block .soc span:first-child {

  display: block;

 }

.games-block span, .games-block h2 {
    padding: 40px 0px 0px 0px;
    display: block;
    line-height: 30px;
    text-align: center;
}
.d-flex.justify-content-center.align-items-center {
  text-align: center;
}
.d-flex.justify-content-center.align-items-center .button_belt {
  margin: 30px 0px 30px 0px
}
.bg-block {
   
    filter: grayscale(100%);
    opacity: 0.13;
    z-index: -1;
    clip-path: none;
}
.games-block h2 {
    font-size: 3rem;
    font-weight: bolder;
    text-transform: uppercase;
    line-height: 54px !important;
}
    .games-block .button_belt {
    
        text-align: center;
        display: inline-flex;
        width: auto;
}
.games-block .soc span:first-child img {
    width: 170px;
    height: 51px;
    text-align: center;
    display: inline;
}
.sparkle-auto img {
  
    max-width: 460px;
    top: 100px;
    position: relative;
}
.dziewczynka-auto img {
  
    max-width: 390px;
    position: relative;
}
}

.ri.button {
    background: #000;
    color: var(--white) !important;
    padding: 10px 18px 11px 18px !important;
    display: inline-block;
    border-radius: 10px;
    font-size: 1.1rem;
    margin-top:2em
}

.ri.button:hover {
  background: #fff;
    color: #000 !important;
    border:1px solid #7e7e7e;
}
.f_light {
  font-weight: lighter !important;
      line-height: 35px;
}


@media screen and (min-width: 768px) {

.mt-6 {
  margin-top:40%;
}
}


