.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4147483646!important;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    
}

*:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url('../img/loading.gif') no-repeat 50% 50%;
}
.box-modal {
    position: relative;
  background: #fff;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 30px ;
border: 5px solid #109D59;
  margin: 0 0 60px;
}
.box-modal form{
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  
  padding:20px 15px;
}
.box-modal form .title-form{
  font-family: 'GothaProBol';
  font-size: 25px;
  line-height: 1;
  margin: 0 0 10px;
}

.box-modal form > p{
  font-size: 21px;
  line-height: 1.2;
  font-family: 'Akrobat-Bold';
  margin: 0 0px 50px 0;
}
.box-modal form .item{
  margin: 0 0 15px;
}
.box-modal form .item input[type="text"], .box-modal form .item input[type="email"]{
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #B5B5B5;
  background: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  color: #212121;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.box-modal form .item input[type="text"]:focus, .box-modal form .item input[type="email"]:focus{
border: 1px solid #109D59;
}
.box-modal form .action-button{
  margin: 25px 0 0;
}
.box-modal form .action-button input{
  font-family: 'Akrobat-ExtraBold';
  font-size: 17px;
  line-height: 20px;
  padding: 10px;
  width: 100%;
  max-width: 160px;
  text-transform: uppercase;
  border: 2px solid #FFC800;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: none;
}
.box-modal form .action-button input:hover{
  background: #FFC800;
  color: #fff;
}
.box-modal-text {
position: relative;
  background: #ffffff;
  overflow: hidden;
  padding: 35px 50px ;
  margin: 0 0 60px;
   
}
.light-modal {
    position: relative;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 5px;
    opacity: 0;
}
#big-modal {
width: 260px;
}
#big-modal2 {
width: 360px;
}
#big-modal3 {
width: 360px;
}
#big-modal4 {
width: 360px;
}
#big-modal5 {
width: 360px;
}
#big-modal6 {
width: 360px;
}
#big-modal7 {
width: 360px;
}
#big-modal8 {
width: 360px;
}
#calc-modal-okna {
width: 360px;
border:3px solid #109D59;
}
#big-modal-okna {
width: 660px;
}
#big-modal-okna2 {
width: 660px;
}
#big-modal-okna3 {
width: 660px;
}
#big-modal-okna4 {
width: 660px;
}
#big-modal-okna5 {
width: 660px;
}
#middle-modal {
    width: 355px;
}
@media (max-width: 768px) {
#middle-modal {
    width: 335px;
}
}
#small-modal {
    width: 255px;
}
#feedback-modal-box {
    width: 300px;
}
#feedback-modal-box #feedback-infolist {
    list-style: none;
    display: table;
    width: 100%;
    height: 100%;
	margin:0;
	padding:0;
}
#feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 110%;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
}
#light-box {
    border-radius: 5px;
}
.modal-close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    border-radius: 13px;
    font-family: Verdana;
}

.modal-close:hover {
    
}
