
.wrap-form2 H3{
     font-family: Lato;
    font-weight: 500;
    font-size: 44px;
    margin-bottom: 37px;
    text-align: left;

}

.modalll.js-modal.open-modal{
    display: block;
}
.overlay.open-modal{
display: block;
}
.close22 {
position: absolute;
    display: block;
    right: 18px;
    top: 14px;
    width: 32px;
    height: 32px;
    -moz-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    -webkit-transition: all 0.7s 
ease-in;
    cursor: pointer;
}
.close22:hover {
opacity: 1;
}
.close22:before, .close22:after {
position: absolute;
left: 15px;
content: ' ';
height: 33px;
width: 2px;
background-color: var(--green);
}
.close22:before {
transform: rotate(45deg);

}
.close22:after {
transform: rotate(-45deg);

}
.close22:hover:before {
background-color: var(--green);

}
.close22:hover:after {
background-color: var(--green);
}
.close22:hover{ 

-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
}

/*----------*/

.error2{
       font-size: 12px;
}
.strelk a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.overlay{width:100%;
         height:100%;
         background:rgba(0,0,0,0.7);
         position:fixed;top:0;left:0;
         z-index:100;display:none}
.modalll{ 

   width: 450px;
    background: #fff;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100000000;
    border-radius: 20px;
    padding: 71px 33px 74px;
    transform: translate(-50%, -50%);
}
.js-modal-close{
    display: block;
    position: absolute;
    right: 0px;
    top: 1px;
}
.f_send{
    transition: all 0.3s;
  font-family: Montserrat;
    font-weight: 500;
 cursor: pointer;
    font-size: 16px;

    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    background: rgba(19, 148, 64, 1);
    color: rgba(255, 255, 255, 1);
    display: flex
;
    width: 218px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
}
.error2{
    display: none;
    height: 20px;
    font-size: 13px;
    padding-top: 2px;
    width: 100%;
    background: red;
    color: #fff;
    padding-left: 8px;
}
.modalll{ 
display: none;
}
input[name="tel"]{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #EEE;
 
}
textarea[name="textarea"]{
           width: 100%;
    border: 1px solid #EEE;
    height: 102px;
    padding: 8px 9px;

}
.input-bloc{
        margin: 0px 0 16px 0;
}


  .f_send:hover{
opacity: .7;
  }
.privet{
display: none;
}
.privet h4{
           margin: -12px 12px 10px;
    font-weight: bolder;
    font-size: 20px;
}
.privet p{
        margin: 18px 0px 0px;
}
input::-webkit-input-placeholder {color:#000;}
input:-moz-placeholder {color:#000;}
input:placeholder{color:#000;}
textarea:focus, input:focus{
outline: none;
}



.two-into {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 21px;
    grid-row-gap: 10px;
    justify-items: flex-end;
    margin-top: 56px;
}
.wrap-two div {
    background-color: #fff;
    color: #002060;
    border-radius: 20px;
    padding: 18px 31px;
    margin-bottom: 36px;
}



@media (max-width: 405px) { 

    .one-right article {
        position: absolute;
        right: 50%;
        top: auto;
        bottom: -44px;
        transform: translate(50%, 0%);
        HEIGHT: auto;
    }


 }

 .wrap-form2 label {
    display: block;
    border-bottom: 1px solid rgba(243, 246, 249, 1);
    margin-bottom: 35px;
}
 .wrap-form2 .over input {
    border: none;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: rgb(35 39 50);
    line-height: 22px;
    display: inline-block;
    margin-left: 8px;
    width: 100%;
}
.solutions__media img{
transition: transform 0.5s ease;
}
   
.solutions__media img:hover {
    transform: scale(1.05); /* слегка увеличивает картинку */
}

