/*
Theme Name: RSO Theme
Author: RSO 
Author URI: http://rso.pl
Description: Theme by RSO/arr
Version: 1.0
*/


body .header__top .wrapper:before {
    margin-top: -2px;
}

.builtSelector{
  display: flex;
  width: 100%;
  padding: 25px 0 0 30px;
  margin-bottom: -15px;
  box-sizing: border-box;
  font-size: 18px;
  color:
  #222;
  font-weight: 300;
  white-space: nowrap;
  align-items: center;
}

.builtSelector span{
  display: block;
  margin-right: 10px;
  font-weight: 500;
}
.builtSelector .selectorWrapper{
  display: block;
  width: 100%;
  background-image: url('assets/imgs/down-arrow.svg');
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  background-size: auto 55%;
  cursor: pointer;
}
.builtSelector select{
  display: block;
  width: 100%;
  border: solid 1px #ddd;
  font-size: 16px;
  font-weight: 300;
  padding: 8px 25px 8px 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  animation-name: redblink;
  animation-duration: 1.8s;
  animation-play-state: running;
  animation-iteration-count: infinite;
}
@keyframes redblink{
  0% {
    border-color: rgba(0, 0, 0, .15);
  }
  55% {
    border-color: rgba(255, 0, 0, .7);
  }
  100% {
    border-color: rgba(0, 0, 0, .15);
  }
}



@media all and (min-width: 1200px){
  body .map__viewer .wrapper .table .tableWrapper .tableBox .tbodyWrapper {
    max-height: 18vw;
  }
}

@media all and (min-width: 1082px){
  body .map__viewer .wrapper .table .tableWrapper .tableBox .tbodyWrapper {
    max-height: 17.5vw;
  }
}
@media all and (max-width: 1200px){
  .builtSelector{
    padding-right: 12px;
  }
}
@media all and (max-width: 480px){
  .builtSelector{
    padding: 25px 10px;
    flex-direction: column;
  }
  .builtSelector span{
    margin: 0 0 10px 0;
  }
}


.additionalInfo{
  display: block;
  font-size: 11px;
  text-align: center;
}

.tableWrapper tr td{
  background: #fff;
}
@media all and (max-width: 940px){
  body .map__viewer .wrapper .table .tableWrapper .tableBox .thead {
    display: table!important;
  }
  body .map__viewer .wrapper .table .tableWrapper .tableBox .tbodyWrapper .tbody thead{
    display: none!important;
  }
  
  .tableWrapper tr th:nth-child(7),
  .tableWrapper tr td:nth-child(7){
    display: none!important;
  }
  .tableWrapper tr th:after{
    bottom: 5px!important;
  }
  .tableWrapper tr th,
  .tableWrapper tr td{
    padding: 10px 4px!important;
    min-width: unset!important;
    width: auto!important;
    font-size: 12.8px!important;
    white-space: nowrap;
  }
  .tableWrapper,
  .tableWrapper table,
  .tableWrapper table thead,
  .tableWrapper .thead,
  .tableWrapper .thead tbody,
  .tableWrapper table tbody,
  .tableWrapper table tbody tr{
    min-width: unset!important;
    width: 100%!important;
    box-sizing: border-box
  }
  .tableWrapper th:nth-child(1),
  .tableWrapper td:nth-child(1){
    min-width: 40px!important;
    max-width: 40px!important;
    width: 40px!important;
  }
  .tableWrapper th:nth-child(2),
  .tableWrapper td:nth-child(2){
    min-width: 40px!important;
    max-width: 40px!important;
    width: 40px!important;
  }
  .tableWrapper th:nth-child(3),
  .tableWrapper td:nth-child(3){
    min-width: calc(45% - 130px)!important;
    max-width: calc(45% - 130px)!important;
    width: calc(45% - 130px)!important;
  }
  .tableWrapper th:nth-child(4),
  .tableWrapper td:nth-child(4){
    min-width: 50px!important;
    max-width: 50px!important;
    width: 50px!important;
  }
  .tableWrapper th:nth-child(5),
  .tableWrapper td:nth-child(5){
    min-width: 25%!important;
    max-width: 25%!important;
    width: 25%!important;
  }
  .tableWrapper th:nth-child(6),
  .tableWrapper td:nth-child(6){
    min-width: 27%!important;
    max-width: 27%!important;
    width: 27%!important;
  }
}
@media all and (max-width: 600px){
  .tableWrapper tr th,
  .tableWrapper tr td{
    padding: 10px 1px!important;
    font-size: 11.5px!important;
  }
  .tableWrapper th:nth-child(1),
  .tableWrapper td:nth-child(1){
    min-width: 25px!important;
    max-width: 25px!important;
    width: 25px!important;
  }
  .tableWrapper th:nth-child(2),
  .tableWrapper td:nth-child(2){
    min-width: 35px!important;
    max-width: 35px!important;
    width: 35px!important;
  }
  .tableWrapper th:nth-child(3),
  .tableWrapper td:nth-child(3){
    min-width: calc(100% - 260px)!important;
    max-width: calc(100% - 260px)!important;
    width: calc(100% - 260px)!important;
  }
  .tableWrapper th:nth-child(4),
  .tableWrapper td:nth-child(4){
    min-width: 40px!important;
    max-width: 40px!important;
    width: 40px!important;
  }
  .tableWrapper th:nth-child(5),
  .tableWrapper td:nth-child(5){
    min-width: 70px!important;
    max-width: 70px!important;
    width: 70px!important;
  }
  .tableWrapper th:nth-child(6),
  .tableWrapper td:nth-child(6){
    min-width: 90px!important;
    max-width: 90px!important;
    width: 90px!important;
  }
  /*
  */
}
@media all and (max-width: 420px){
  .additionalInfo{
    width: 100px;
    margin-right: -70px;
    background: inherit;
  }
  .tableWrapper th:nth-child(1),
  .tableWrapper td:nth-child(1){
    min-width: 8%!important;
    max-width: 8%!important;
    width: 8%!important;
  }
  .tableWrapper th:nth-child(2),
  .tableWrapper td:nth-child(2){
    min-width: 14%!important;
    max-width: 14%!important;
    width: 14%!important;
  }
  .tableWrapper th:nth-child(3),
  .tableWrapper td:nth-child(3){
    min-width: 11%!important;
    max-width: 11%!important;
    width: 11%!important;
  }
  .tableWrapper th:nth-child(4),
  .tableWrapper td:nth-child(4){
    min-width: 13%!important;
    max-width: 13%!important;
    width: 13%!important;
  }
  .tableWrapper td:nth-child(4),
  .tableWrapper td:nth-child(5){
    padding-bottom:26px!important
  }
  .tableWrapper th:nth-child(5),
  .tableWrapper td:nth-child(5){
    min-width: 26%!important;
    max-width: 26%!important;
    width: 26%!important;
  }
  .tableWrapper th:nth-child(6),
  .tableWrapper td:nth-child(6){
    min-width: 28%!important;
    max-width: 28%!important;
    width: 28%!important;
  }
}
@media all and (min-width: 801px){
  .mobileImage{
    display: none!important;
  }
}
@media all and (max-width: 800px){
  .desktopImage{
    display: none!important;
  }
  body .banner__bigImage .mobileImage img{
    display: none;
    opacity: 1;
  }
  body .banner__bigImage .mobileImage .header{
    position: relative;
    left: unset;
    bottom: unset;
    width: 100%;
    box-sizing: border-box;
    margin: 0!important;
  }

}


@media all and (max-width: 680px){
	.subpagesGallery .subpagesGallery-item .subpagesGallery-caption {
		opacity: 1;
	}
}

