
.blcPopup {

    margin: 0 auto;
    clip-path: polygon(0% 0%, calc(100% - 85px) 0%, 100% 40px, 100% 100%, 0% 100%);
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999999;
    width: 100%;
    height: 100%
}

.blcPopup .inner  {
    max-width: 1150px;
    margin: 0 auto;
     clip-path: polygon(0% 0%, calc(100% - 85px) 0%, 100% 40px, 100% 100%, 0% 100%);

}
.blcPopup .inner {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    clip-path: polygon(0% 0%, calc(100% - 85px) 0%, 100% 40px, 100% 100%, 0% 100%);
    top: 20%
}

.blcPopup:after{
    content: "";
    background: var(--green);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.blcPopup .inner {
    display: flex;
}
.blcPopup .inner .img {
    width: 290px;
    background-size: cover !important;
    background-position: center !important;
    min-width: 290px;
}
.blcPopup .inner .txt {
    background-color: #fff;
    padding: 50px 50px 70px
}

.blcPopup .inner .txt h2 {
    color: var(--green);
    font-size: 35px;
    line-height: 44px;
    font-weight: 300;
    margin-bottom: 25px;
    font-family: var(--f2);
}
.blcPopup .inner .txt h2 strong {
    font-weight: bold
}

.blcPopup .inner .txt p {
     color: var(--green);
     margin-bottom: 17px;
     width: 100%;
}
.blcPopup  .form {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -12px
}
.blcPopup .form .blc-chp {
    width: 50%
}

.blcPopup .form .blc-chp {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 18px
}
.blcPopup .form .blc-chp p{
    margin-bottom: 0;
    width: 100%;
}
.blcPopup .form .blc-chp .form-control {
     border: rgba(0,79,55,0.3) solid 1px;
    background-color: var(--white);
    color: var(--green);
    font-size: 16px;
    padding: 0 20px;
    width: 100%;
    font-family: var(--f1);
    height: 60px;
}




.blcPopup .form  .form-group {
    margin: 0px 12px 24px
}
.blcPopup .form  .form-group label {
    color: var(--green);
    opacity: 0.4;
    font-size: 14px
}

.blcPopup .form-group input:checked + label::after { 
    top: 2px
}
.blcPopup  .form-group label::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--green);
    box-shadow: none;
    display: inline-block;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    margin-right: 15px;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-top: 4px; 
}

.blcPopup .form-group input[type="checkbox"]{
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.blcPopup .btn {
    padding: 17px 40px 17px 34px;
    width: calc(100% - 24px)
}

.close {
    width: 86px;
    height: 80px;
    background: url(../images/close.svg) no-repeat center;
    background-color: var(--beige);
    position: absolute;
    right: 0;
    top: 0
}

#PopUpExit {
    padding: 0;
}
.fancybox-bg {
    background: #004f37;
}


.wpcf7-list-item {
    margin:0;
}

.form-group input + span{
    position: relative;
}

.form-group input:checked + span:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: -27px;
    width: 4px;
    height: 10px;
    border: solid var(--green);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}



.wpcf7 form.invalid .wpcf7-response-output{
    color: red;
    border-color: red;
}

.wpcf7 form.sent .wpcf7-response-output{
    color: var(--green);
    border-color: var(--green);
}

@media (max-width:1640px) {
    .blcPopup .inner{
        top: 18%;
    }
}

@media (max-width:1200px) { 
    .blcPopup .inner .txt {
        padding: 50px 30px 50px;
    }
      .blcPopup .inner {
        margin: 0 20px
    }


}
@media (max-width:991px) { 
    .blcPopup .inner .img {
        display: none;
    }


}
@media (max-width:767px) {  
    .blcPopup .inner .txt h2 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 15px
     
    }
    .blcPopup .form .form-group label {
        padding-left: 30px;
        display: block;
    }
  
    .close {
        width: 55px;
        height: 55px;
        z-index: 55;
    }
    .blcPopup .inner {
        clip-path: polygon(0% 0%, calc(100% - 50px) 0%, 100% 20px, 100% 100%, 0% 100%);
    }
    .blcPopup .inner {
      top: 10%
    }



}
@media (max-width:600px) {  
    .blcPopup .inner .txt h2  br {
        display: none;
    }
    .blcPopup .form .blc-chp {
        width: 100%;
    }
    .blcPopup .inner .txt {
        padding: 50px 20px 40px;
    }

    .blcPopup .inner .txt h2 {
        font-size: 26px;
    }
    .blcPopup .inner {
        height: 455px;
        overflow: hidden;
    }
    .blcPopup .inner .txt {
        overflow: scroll;
    }
    .blcPopup .form-group input:checked + label::after {
        top: 7px;
    }

}