
.overlay{
	background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;

}



.popup2{
	
	
	background-color: #fafafa;
    /*border: 3px solid #fafafa;*/
    display: inline-block;
    left: 50%;
    display: none;
   /* padding: 15px;*/
   /* width: 450px;
    height: 290px;*/
	
	height: calc(100% - 585px);
    min-height: 131px;
    border-radius: 5px;
	
    position: fixed;
    text-align: justify;
    top: 50%;
	
    /* visibility: hidden; */
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    border-radius: 5px;
}





.modal-content2{
	
	position: fixed;
    background: none;
    /*top: 70px;*/
    left: 0;
    right: 0;
    height: calc(100% - 115px);
    min-height: 131px;
    box-shadow: none;
    border-radius: 2px;
    border: none;
    /*padding: 15px;*/
	
	
}


.modal-body2{
	
	
	background: #fafafa;
    max-height: 100%;
    height: auto;
    overflow: auto;
    padding: 30px;
	
	
	
	
}

.modal-footer2{
	
	
	padding: 0;
    clear: both;
    background: #fafafa;
    border-radius: 0 0 4px 4px;
    display: flex;
    flex-direction: row;
    border-top: none;
    overflow: hidden;
	
	
}

.modal-footer2 .checkbox{
	
	
	white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,.1);
	margin-top:0px;
	
	
}

.btn-close{
	
	
	width: 50%;
    border: 1px solid rgba(0,0,0,.1);
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    padding: 15px;
    margin: 0!important;
	
	
}


.btn-success{
	
	
	
	width: 50%;
    border: 1px solid rgba(0,0,0,.1);
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    padding: 15px;
    margin: 0!important;
	
	
	
}


.modal-body2 h3{
	
	text-align: center;
    font-weight: 600;
    padding-top: 80px;
	
}


.modal-body2 p{
	
	text-align: center;
    font-size: 14px;
	
}



/*До 768*/
@media (max-width: 768px){
	


.popup2 {
    width: 100.2%;
    height: 100%;
    border-radius: 0px;
}




	
}


/*От 992*/
@media (min-width: 992px){





.popup2 {
    width: 740px;
}





}


.timer{

    display: flex;

}

.timer__items {
  display: flex;
  font-size: 48px;
  margin: 0 auto;
}
.timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
}
.timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -15px;
}


