
/*попапы*/
.shadow {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: RGBA(0,0,0,0.6);
    z-index: 800;
    align-items: center;
}
.hidden {
    display:none;
}
.popup__join {
    position: fixed;
    top:150px;
    z-index: 1000;
    width: 100%;
}
.join__inner {
    border:10px solid #0f7db5;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding:60px 25px;
    background-color: #fff;
    position: relative;
}
.popup__close {
    background: url('../img/close.png') no-repeat top center;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top:5px;
    right:5px;
    cursor: pointer;
}
.join__text {
    color: #105891;
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 40px;
}
.popup__success {
    position: fixed;
    top:150px;
    z-index: 1000;
    width: 100%;
}
.popup__success .col-6{
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.popup__success .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px){
    .popup__success .container {
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .popup__success .container {
        max-width: 720px;
    }
}

@media (min-width: 992px){
    .popup__success .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px){
    .popup__success .container {
        max-width: 1140px;
    }
}
.success__inner {
    /*
border:10px solid #0f7db5;
    padding:60px 25px 50px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    */
    
    text-align: center;
    padding:10px;
    
    position: relative;
}
.success__text {
    color: #105891;
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-top: 10px;
}
.phello {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
}
.pblack {
    font-weight: 900;
}
.pred {
    color:#cc0000;
    font-weight: 900;
}
/*****/
.popup{
    position:fixed;
    top:50%;
    margin-top:-272px;
    width:590px;
    left:50%;
    margin-left:-385px;
    background:#fff;
    /*padding:0 90px;*/
    padding:0;
    z-index:1000;
    min-height:200px;
    display:none;
}

.form-close{
    width:18px;
    height:18px;
    background:url(/images/close.png) no-repeat;
    position:absolute;
    right:15px;
    top:15px
}
.form-close:hover{
    cursor:pointer
}

.pop_up.show, .pop_up2.show, .pop_up3.show, .fancy-overlay.show{
    display:block !important
}
.pop_up_block h2{
    color: #000;
    font-size: 27px;
    text-transform: uppercase;
    padding: 41px 0 33px 0;
    font-weight:bold;
    text-align:center;
}
.pop_up .pop_up_block h2{
    margin-bottom: 70px;
}
.pop_up_block p{
    font-size:16px;
    text-align:center;
    margin-bottom:20px;
}
.fancy-overlay{
    position:fixed;
    background:rgba(0,0,0,0.8);
    height:100%;
    width:100%;
    z-index:100;
    top: 0;
    display:none;
}
.nobodymove{
    overflow: hidden;
}