/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  /*display: none;*/
  background: #eee;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  width: 470px;
}

.modal {
    background: none repeat scroll 0 0 #F5F5F5;
    border-radius: 4px;
    box-shadow: 0 3px 5px #47958C;
    display: none;
    min-height: 200px;
    /*min-width: 350px;*/
    min-width: 300px;
    max-width: 100%;
    overflow: auto;
    position: absolute;
    z-index: 1001;
    box-sizing: border-box;
}
.modal h2 {
    background: none repeat scroll 0 0 #648A24;
    /*border: 1px solid #DE3817;*/
    border-radius: 4px 4px 0 0;
    /*box-shadow: 0 1px 1px #F9D0C8 inset;*/
    color: #FFFCEB;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 12px 10px 10px;
    text-align: center;
}
.closeBtn {
    background: url("/bitrix/templates/main/images/closeBtn.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 22px;
    right: 10px;
    position: absolute;
    top: 12px;
    width: 22px;
}

.modalcontent {padding: 0 20px 20px 20px;}
/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */
