@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,700;1,900&display=swap&subset=latin-ext");
#page {
  overflow: hidden; }

body {
  font-family: 'Montserrat', sans-serif; }

#section h1 {
  display: inline-block;
    background-color: rgba(255, 255, 255, .3);
    padding: 20px;
    border-radius: 20px;
}

#section h1 span {
  color: #101d51;
}

h2 {
  font-size: 1.35em;
  font-weight: 700;
  color: #333333; }

.naglowki {
  font-weight: 900;
  font-size: 40px;
  color: #101d51;
  margin-bottom: 15px;
  letter-spacing: 1px; 
  text-align: center;
}

h1 {
  font-weight: 900;
  font-size: 40px;
  color: #333333;
  margin-bottom: 15px;
  letter-spacing: 1px; }

h3,
h4 {
  font-weight: 500;
  line-height: 1.1;
  color: #333333; }

h3 {
  font-size: 25px;
  font-weight: 600; }

h5 {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
  color: #333333; }

span {
  color: #333333; }

p,
ul,
li {
  color: #333333;
  font-size: 17px; }

ul {
  margin: 0 auto; }

a {
  color: #333333;
  text-shadow: none;
  text-decoration: none; }
  a:hover, a:focus, a:visited {
    text-decoration: none;
    color: #101d51; }

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

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

.idik .lina {
  width: 70px;
  height: 4px;
  background: #101d51;
  margin-bottom: 25px; 
  margin-left: auto;
  margin-right: auto;
}

/*kznszdbgzdfhbzhbgzdg*/
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.6); }

.form-control:-moz-placeholder {
  color: #999; }

.form-control::-moz-placeholder {
  color: #999; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #ff69b4; }

.form-control:-moz-placeholder {
  color: #ff69b4; }

.form-control::-moz-placeholder {
  color: #ff69b4; }

.form-control:-ms-input-placeholder {
  color: #ff69b4; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 15px; }

.rejestracja form {
  padding-bottom: 30px; }

.rejestracja form .wpcf7-validation-errors {
  text-align: center;
  color: red;
  border-color: red; }

.rejestracja form .wpcf7-response-output {
  margin: 2em 0 1em; }

.rejestracja form .wpcf7-not-valid-tip {
  left: 15px;
  top: -12px;
  border-radius: 3px;
  font-size: 11px; }

.rejestracja ul {
  padding-left: 0; }

.rejestracja ul li {
  list-style: none; }

.rejestracja label {
  padding: 10px 0 2px;
  max-width: 440px; }

.rejestracja .require {
  color: #DB0000; }

.rejestracja input,
.rejestracja select,
.rejestracja textarea {
  padding: 6px 10px;
  background: transparent;
  border: 1px solid #333333;
  border-radius: 2px; }

.rejestracja input:focus,
.rejestracja select:focus,
.rejestracja textarea:focus {
  background: #fff;
  outline: none; }

.rejestracja input.wpcf7-not-valid,
.rejestracja select.wpcf7-not-valid,
.rejestracja textarea.wpcf7-not-valid {
  border-color: red; }

.rejestracja textarea {
  height: 80px;
  resize: vertical; }

.rejestracja .submit-button {
  clear: both;
  text-align: left; }

.przycisk {
  border: 1px solid rgba(60, 63, 78, 0.65);
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #101d51;
  width: 200px;
  -webkit-box-shadow: 0 2px 3px rgba(255, 86, 134, 0.41);
  text-align: center;
  box-shadow: 0 2px 3px rgba(75, 86, 134, 0.41);
  -webkit-box-shadow: 0px 2px 3px rgba(75, 86, 134, 0.41);
  box-shadow: 0px 2px 3px rgba(75, 86, 134, 0.41);
  /* padding: 13px 0 0 0; */
  /* font-size: 20px; */
  height: 52px; }
  .przycisk input {
    background: transparent;
    border: none;
    font-size: 24px;
    padding-bottom: 15px;
    color: white;
    padding-top: 11px; }
    .przycisk input:hover, .przycisk input:active, .przycisk input:focus {
      background: white;
      border: 1px solid #101d51;
      border: none;
      font-size: 24px;
      color: #101d51;
      padding-top: 11px; }

.stre ul {
  display: none; }
.stre .input1 input {
  width: 20px; }
.stre .dispnaystre2 {
  display: none; }
.stre .dispnaystre3 {
  display: none; }
.stre .wpcf7-list-item-label {
  font-size: 17px; }
.stre .stre1 span, .stre .stre2 span, .stre .stre3 span {
  margin-left: 0px; }
  .stre .stre1 span label input, .stre .stre2 span label input, .stre .stre3 span label input {
    width: 10px; }

/*.rejestracja .submit-button input {
    float: right;
    border-radius: 1px;
    background-color: #101d51;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iLjE3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMjU1LDI1NSwyNTUpIiBzdG9wLW9wYWNpdHk9Ii4xNyIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .17) 0%, rgba(255, 255, 255, .17) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .17) 0%, rgba(255, 255, 255, .17) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .17) 0%, rgba(255, 255, 255, .17) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .17) 0%, rgba(255, 255, 255, .17) 100%);
    color: #fff;
    width: 220px
}*/
/*.rejestracja .submit-button input:hover {
    background-color: #101d51;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsMjU1LDI1NSkiIHN0b3Atb3BhY2l0eT0iLjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .1) 0%, rgba(255, 255, 255, .1) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .1) 0%, rgba(255, 255, 255, .1) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .1) 0%, rgba(255, 255, 255, .1) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .1) 0%, rgba(255, 255, 255, .1) 100%)
}
*/
input,
select {
  width: 100%; }

/*dngzksuvfgbukyfgbukgbedzjghzjebg*/
/*przyciski*/
.btn--transparen {
  /* border: 1px solid rgba(60, 63, 78, 0.65); */
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  /* background-color: #101d51; */
  color: #ffffff;
  /* -webkit-box-shadow: 0 2px 3px rgba(255, 86, 134, 0.41);
  box-shadow: 0 2px 3px rgba(75, 86, 134, 0.41);
  -webkit-box-shadow: 0px 2px 3px rgba(75, 86, 134, 0.41);
  -moz-box-shadow: 0px 2px 3px rgba(75, 86, 134, 0.41);
  box-shadow: 0px 2px 3px rgba(75, 86, 134, 0.41); */
  background: rgb(44,57,109);
  background: linear-gradient(266deg, rgba(44,57,109,1) 0%, rgb(72 95 189) 100%);
  padding: 13px 20px;
  font-size: 20px; 
}

.btn--transparen:hover {
  background: linear-gradient(-266deg, rgba(44,57,109,1) 0%, rgb(72 95 189) 100%);
  color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}

.btn--regula {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  /*padding: 12px 30px 14px 30px;*/ }

.btn--transitio {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.bt {
  color: white;
  display: inline-block;
  text-align: center;
  margin: 50px auto 20px;
  cursor: pointer; }

.btn--transparen:hover,
.btn--transparen:focus {
  background-color: transparent;
  color: #101d51; }

/*koniec przyciski*/
/*========okno modalne========*/
.srp-rozmiar {
  cursor: pointer; }

.popup-rozmiar {
  display: none; }

.popup-rozmiar-c {
  overflow-y: scroll;
  display: table;
  background: white;
  position: absolute !important;
  width: 60;
  margin: 0 auto;
  height: 100%;
  left: 0;
  top: 0px;
  padding: 20px 50px;
  margin: 100px 15%;
  z-index: 999999; }

.popup-rozmiar .tekst {
  display: table-cell;
  vertical-align: middle;
  /*width: 50%;*/ }

.close-button {
  height: 40px;
  width: 40px;
  position: relative;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block; }
  .close-button:before, .close-button:after {
    width: 50px;
    height: 10px;
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -height/2;
    margin-left: -width/2;
    display: block;
    background-color: #333333;
    transition: all 0.2s ease-out; }
  .close-button:after {
    transform: rotate(45deg); }
  .close-button:hover:before, .close-button:hover:after {
    transform: rotate(0deg); }

.ixs {
  position: absolute;
  z-index: 10000;
  /* right: 49px; */
  top: 15px;
  right: 40px;
  /* color: white; */
  /* font-size: 20px; */
  cursor: pointer;
  /* padding: 20px; */ }

/*========HEAD MENU========*/
#menu .mymenu {
  background: transparent;
  box-shadow: none; }
#menu a {
  padding: 10px 0px 5px 0px; }
#menu li {
  margin: 0 20px 0 0; }
#menu .navbar-default {
  background-color: transparent;
  border-color: transparent;
  font-weight: 700;
  position: absolute;
  top: 20px;
  z-index: 1;
  /*width:100%;*/ }
  #menu .navbar-default .navbar-toggle {
    border-color: 1px solid white; }
    #menu .navbar-default .navbar-toggle .icon-bar {
      background-color: white; }
#menu .navbar-brand {
  margin-top: -10px; }
#menu .navbar-header {
  margin-bottom: 10px; }
#menu .navbar-right a {
  color: #101d51;
  text-align: center; }
#menu .navbar-right a {
  color: white; }
  #menu .navbar-right a:hover {
    text-decoration: none;
    border-bottom: 1px solid #ffffff; }
#menu .navbar-collapse {
  overflow-x: hidden; }
#menu .navbar-collapse {
  background-color: transparent; }
#menu .mymenu {
  width: 100%;
  position: fixed;
  left: 0;
  top: 40px;
  z-index: 10000; }
#menu .sticky {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  background-color: white;
  box-shadow: 0 0 3px 0 #2c396f;
  opacity: 0.97;
  border-radius: 0;
  height: 82px; }
  #menu .sticky .navbar-right a {
    color: #101d51; }
    #menu .sticky .navbar-right a:hover, #menu .sticky .navbar-right a:focus {
      color: #101d51;
      border-bottom: 1px solid #101d51; }
  #menu .sticky #top-menu {
    margin-top: 22px; }
  #menu .sticky .loga {
    width: 136px;
    position: absolute;
    top: 8px;
    padding-left: 15px; }
#menu .loga {
  width: 165px;
  position: absolute;
  top: -25px; }
#menu .sticky .navbar-brand svg {
  transition: .7s;
  padding-bottom: 10px; }
#menu .navbar-toggle:hover,
#menu .navbar-toggle:active,
#menu .navbar-toggle:focus,
#menu .navbar-toggle:visited {
  border-color: 1px solid #101d51;
  background-color: transparent; }
#menu .sticky.navbar-default .navbar-toggle {
  border-color: #101d51; }
#menu .sticky.navbar-default .icon-bar {
  background-color: #101d51; }

/*========pierwsza sekcja ========*/
#section {
  margin: 0;
  min-width: 100%;
  width: auto;
  height: 100vh;
  background-size: cover;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  display: table; }
  #section .naglowki, #section h1,
  #section h3 {
    color: white;
    margin: 0; }
  #section h3 {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.3; }
  #section .naglowki, #section h1 {
    font-size: 50px; }
  #section .textprint {
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    text-align: center;
    color: #fff;
    margin: 0;
    padding-top: 100px;
    background-color: rgba(0, 0, 0, 0.4); }
    #section .textprint .tytul_heder {
      font-weight: 900;
      font-size: 50px; }
    #section .textprint .title1 {
      position: relative;
      z-index: 3; }
      #section .textprint .title1 .print {
        color: white;
        line-height: 1.2;
        margin-bottom: 36px;
        font-weight: 900;
        margin-top: 30px;
        text-align: center;
        margin: 30px auto; }
        #section .textprint .title1 .print .btn--transparen:hover,
        #section .textprint .title1 .print .btn--transparen:focus {
          border: 1px solid white;
          -webkit-box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.5);
          -moz-box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.5);
          box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.5);
          background-color: transparent;
          color: white; }
  #section .img {
    z-index: -1; }
  #section .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    object-fit: cover; }

/*======== o konferencji========*/
#okonferencji {
  padding-top: 70px; }
  #okonferencji .boxy {
    margin: 50px auto; }
    #okonferencji .boxy p {
      color: white;
      font-size: 14px; }
    #okonferencji .boxy .obramowka {
      height: 480px;
      list-style: none;
      padding: 22px 30px 30px 30px;
      margin-bottom: 30px;
      background: rgb(44,57,109);
      background: linear-gradient(266deg, rgba(44,57,109,1) 0%, rgb(72 95 189) 100%);
      border-radius: 3px; }
      #okonferencji .boxy .obramowka .ikona_okonferencji {
        position: absolute;
        bottom: 13%; }
    #okonferencji .boxy .tytul1 {
      font-weight: 900;
      padding-bottom: 5px;
      font-size: 24px;
      margin-top: 5px;
      color: white;
      margin-bottom: 10px; }
    #okonferencji .boxy .lina {
      width: 70px;
      height: 4px;
      background: white;
      margin-bottom: 25px; }
    #okonferencji .boxy .opis_okonferencji2 {
      color: white; }

/*======== partonaci i sponsorzy========*/
#pis .patronaci_zdjecia .zdjecie_patronac,
#pis .zdjecia_sponsorzy .zdjecie_patronac {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  height: 70px;
  object-fit: contain; }
  #pis .patronaci_zdjecia .zdjecie_patronac:hover,
  #pis .zdjecia_sponsorzy .zdjecie_patronac:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1; }
#pis .patronaci_zdjecia .zdjecie_sponsorz,
#pis .zdjecia_sponsorzy .zdjecie_sponsorz {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  height: 70px;
  width: 100%;
  object-fit: contain; }
  #pis .patronaci_zdjecia .zdjecie_sponsorz:hover,
  #pis .zdjecia_sponsorzy .zdjecie_sponsorz:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1; }
#pis .opis_pis,
#pis .sponsorzy_opis {
  color: #333333;
  font-size: 24px;
  margin-bottom: 25px; }
#pis .middle {
  /*min-height: 100px;*/
  height: 50px;
  display: flex;
  /*max-height: 200px;*/ }
  #pis .middle .zdjecie_patronaci,
  #pis .middle .zdjecie_sponsorzy {
    display: table-cell;
    max-height: 200px;
    vertical-align: middle;
    max-width: 150px; }
    #pis .middle .zdjecie_patronaci img,
    #pis .middle .zdjecie_sponsorzy img {
      max-width: 150px; }
#pis .opis_pod_obrazkiem_patronaci {
  text-align: center;
  margin-top: 20px;
  color: #333333; }

.patronaci {
  margin-bottom: 30px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

/*========oplaty========*/
#oplaty {
  padding-top: 70px; }

/*========zdj oplaty========*/
#sekcja_zdj {
  margin-top: 40px;
  height: 50vh;
  background: transparent; }
  #sekcja_zdj .zdj {
    width: 100%;
    height: 50vh;
    /*      object-fit: cover;*/ }

/*========organizatorzy========*/
#organizatorzy {
  padding-top: 70px;
  padding-bottom: 70px; }
  #organizatorzy .pading {
    padding-bottom: 30px; }

/*========Program========*/
#program {
  padding-top: 70px;
  margin: 0;
  min-width: 100%;
  width: auto;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: table;
  background-color: rgba(0, 0, 0, 0.4);
  /*a{color: $colorgreya;}*/ }
  #program .btn--transpare {
    /* border: 1px solid rgba(60, 63, 78, 0.65); */
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    /* background-color: #101d51; */
    color: #ffffff;
    background: rgb(44,57,109);
    background: linear-gradient(266deg, rgba(44,57,109,1) 0%, rgb(72 95 189) 100%);
    /* -webkit-box-shadow: 0 2px 3px rgba(255, 86, 134, 0.41);
    box-shadow: 0 2px 3px rgba(75, 86, 134, 0.41);
    -webkit-box-shadow: 0px 2px 3px rgba(75, 86, 134, 0.41);
    -moz-box-shadow: 0px 2px 3px rgba(75, 86, 134, 0.41);
    box-shadow: 0px 2px 3px rgba(75, 86, 134, 0.41); */

    padding: 5px 10px;
    font-size: 17px; }

    #program .btn--transpare:hover {
      color: #fff !important;
      background: linear-gradient(-266deg, rgba(44,57,109,1) 0%, rgb(72 95 189) 100%);
    }

  #program .btn--regul {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /*padding: 12px 30px 14px 30px;*/ }
  #program .btn--transiti {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  #program .ba {
    color: white;
    display: inline-block;
    text-align: center;
    cursor: pointer; }
  #program .btn--transpare:hover,
  #program .btn--transpare:focus {
    background-color: transparent;
    color: #101d51; }
  #program .wiersz {
    padding: 25px 0 0 0;
    font-size: 17px; }
  #program .linia {
    border-bottom: 1px solid #333333; }
  #program .lina {
    background-color: white; }
  #program .nav.nav-tabs > li > a {
    background-color: silver; }
    #program .nav.nav-tabs > li > a:hover {
      background-color: silver; }
    #program .nav.nav-tabs > li > a:focus {
      background-color: white; }
  #program .home-tabs .active a {
    background-color: white !important; }
  #program .idik h1 {
    color: white; }
  #program .idik .naglowki {
    color: white; }
  #program .tab-content {
    background-color: white;
    border-radius: 0px 6px 6px 6px;
    padding: 55px; }
  #program .text_program {
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    padding-bottom: 100px;
    margin: 0; }
  #program .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    object-fit: cover; }
  #program .sesja {
    font-size: 17px;
    border-bottom: 2px solid #333;
    color: #333333;
    font-weight: bold; }
    #program .sesja .aa {
      margin: 0 0 10px 0;
      padding-left: 0px; }
  #program .aaa {
    padding-left: 0px;
    padding-top: 0px; }
  #program .spotkanie_towarzyskie {
    margin-top: 30px; }
    #program .spotkanie_towarzyskie .naglowki, #program .spotkanie_towarzyskie h1,
    #program .spotkanie_towarzyskie h2,
    #program .spotkanie_towarzyskie h3,
    #program .spotkanie_towarzyskie h4,
    #program .spotkanie_towarzyskie h5,
    #program .spotkanie_towarzyskie p {
      color: white; }

/*========Kontakt========*/
#kontakt {
  margin-bottom: 70px;
  padding-top: 70px; }
  #kontakt .koperta_relative {
    position: relative; }
  #kontakt .koperta {
    position: absolute;
    bottom: 22px;
    right: 0; }
    #kontakt .koperta img {
      transform: scale(1.5); }

/*========Stopka========*/
/*======== FOOTER ========*/
#footer {
  border-top: 1px solid #333333;
  padding: 10px 0;
  font-weight: 300;
  /*    bottom: 0;
  color: #000;
  width: 100%;*/ }
  #footer p {
    font-size: 12px; }
  #footer a {
    color: #000;
    font-size: 12px;
    font-weight: lighter; }
    #footer a:visited {
      color: #101d51; }
    #footer a:hover {
      color: #101d51; }
  #footer .text-ri {
    text-align: right; }

.popup-rozmiar.noclegi {
  width: 100%; }
  .popup-rozmiar.noclegi .popup-rozmiar-c {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    height: auto;
    top: 50%;
    background: #101d51; }
    .popup-rozmiar.noclegi .popup-rozmiar-c h1, .popup-rozmiar.noclegi .popup-rozmiar-c p {
      color: white; }
    .popup-rozmiar.noclegi .popup-rozmiar-c .lina {
      background: white; }
  .popup-rozmiar.noclegi .close-button:before, .popup-rozmiar.noclegi .close-button:after {
    background-color: white; }

@media (min-width: 769px) and (max-width: 1025px) {
  #menu .sticky {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    background-color: white;
    box-shadow: 0 0 3px 0 #2c396f;
    opacity: 0.97;
    border-radius: 0;
    height: 86px; }
    #menu .sticky a {
      color: #101d51; }
      #menu .sticky a:hover {
        color: #101d51; }
    #menu .sticky #top-menu {
      margin-top: 22px; }
    #menu .sticky .navbar-toggle {
      margin-top: 25px; }

  #menu .navbar-default a {
    color: #101d51; }

  #menu .navbar-collapse {
    border: none;
    background-color: white;
    color: #101d51;
    opacity: 0.97; }

  .navbar-toggle {
    margin-top: 0px; } }
@media (min-width: 320px) and (max-width: 768px) {
  #menu {
    text-align: center; }
    #menu .loga {
      width: 136px;
      position: absolute;
      top: -6px;
      padding-left: 15px; }

  #menu .sticky {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    background-color: white;
    box-shadow: 0 0 3px 0 #2c396f;
    opacity: 0.97;
    border-radius: 0;
    height: 59px; }
    #menu .sticky a {
      color: #101d51; }
      #menu .sticky a:hover {
        color: #101d51; }
    #menu .sticky #top-menu {
      margin-top: 22px; }
    #menu .sticky .navbar-toggle {
      margin-top: 12px; }
    #menu .sticky .loga {
      width: 105px;
      position: absolute;
      padding-left: 15px;
      top: 3px; }

  #menu .navbar-default a {
    color: #101d51; }

  #menu .navbar-collapse {
    background-color: white;
    color: #101d51; }

  .popup-rozmiar-c {
    margin: 50px 0px; }

  #okonferencji .boxy .obramowka {
    height: 400px; }

  #kontakt .koperta_relative {
    position: relative; }
  #kontakt .koperta {
    position: relative;
    /* position: absolute; */
    bottom: -14px;
    right: 0; }
    #kontakt .koperta img {
      transform: scale(1); }

  #section h1 {
    font-size: 30px;
    margin: 0;     
  }
  #section .naglowki {
    font-size: 30px;
    margin: 0; }

  h2 {
    font-size: 1.35em;
    font-weight: 700;
    color: #333333; }

  .naglowki, h1 {
    font-size: 30px;
    color: #101d51;
    margin-bottom: 15px;
    letter-spacing: 1px; }

  h3,
  h4 {
    font-weight: 500;
    line-height: 1.1;
    color: #333333; }

  h3 {
    font-size: 17px; }

  h5 {
    font-size: 14px; }

  p,
  ul,
  li {
    font-size: 13px; }

  #program {
    padding-top: 70px; }
    #program .tab-content {
      padding: 30px; }
    #program .sesja {
      border-bottom: 2px solid white;
      color: #333333;
      font-weight: bold; }
      #program .sesja .aa {
        border-bottom: 2px solid #333; }
    #program .aaa {
      border-bottom: 1px solid #f3f3f5;
      min-height: 0px; }

  #footer {
    text-align: center; }
    #footer .text-ri {
      text-align: center; } }

/*# sourceMappingURL=industi.css.map */
