.abut img{
    width: 100%;
}
.abut{
    position: relative;height: 333px;
    overflow: hidden;
}
.detr {
    position: absolute;
    top: 50%;
    color: #fff;
    width: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.detr h2 {
    font-size: 27px;
    color: #fff;
}
.heaab{
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.wtxt{
    font-size: 90px;
    color:#7a35f5;
}
.etxt{
    display: flex;
    align-items:flex-start;
    flex-direction: column;
     color:#7a35f5;
    position: relative;
    top: 13px;

}

.sf{
    color: #000;
}
.weimg img {
    width: 150px;
}
.rwg img{
        width: 200px;
}
.wewer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.weetxt {
    width: 70%;
    margin: auto;
}
.pertf {
    width: 60%;
    margin: 20px auto;
    text-align: center;
    line-height: 30px;
}
.gqtr {
    background:#fff;
    padding: 30px 0px;
    margin-bottom: 20px;
}
.corde {
    display: flex;
    align-items: center;
       justify-content: space-around;
    padding: 0px 50px;
}
.inrox {
    width: 250px;
    text-align: center;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    padding: 10px 0px;
    margin: auto;
    position: relative;
}
.inrox p { 
    font-size: 20px;
    margin: 12px 0;
    font-weight: 600;
}
.cler{
    color:#F00A0F;
}
span.icon-cde {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F00A0F;
    color: #fff;
    box-shadow: 0 0px 0px 6px #ddd;
    bottom: -14px;
    right: 30px;
}
.icon-cde .fa{
    font-size:24px;
    color: #fff;
    cursor: pointer;
}
.dwm-lyr {
    width: 200px;
    position: relative;
    z-index: -1;
    background: #fff;
    padding: 30px;
    padding-top: 50px;
    border-radius: 15px;
    box-shadow: 0 0 10px #ddd;
    margin: auto;
    left: 40px;
    top: -40px;
    line-height: 25px;
}
.hide1{
    opacity:0;
}
.actver{
   opacity: 1;
}
.er {
    transform: rotate(180deg);
}
.vso {
    width: 50%;
}
 .vso img {
       width: 45%
}
.vsio {
   display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: auto;
}
.wmen{
    text-align: right;
}
.imk{
    text-align: center;
}
@media(max-width:700px){
    .vsio{
        flex-direction: column;
        width: 95%;
    }
    .vso{
        width:96%;
    }
    .vso img {
    width: 60%;
}
.vso h2{
    font-size:25px;
}


    .imk{
            order: -1;
    }
}
@media(max-width:750px){
    .wewer{
        flex-direction: column;
    }
    .pertf {
    width: 90%;
    margin: 20px auto;
    text-align: justify;
    line-height: 30px;
}

}
@media(max-width:850px){
    .corde{
        flex-direction: column;
    }
    .ox{
            margin: 30px 0;
    }
    .hide1{
    display:none;
}
.actver{
   display: block;
}
.detr h2 {
    font-size: 14px !important;
}
.detr{
    width:80% !important;
}
}
/*revolution*/
.revolcon {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px olid;
    margin: 0px 80px;
background: linear-gradient(to right, #121d90 5%, #2700ff 100%);
    box-shadow: 0 0 40px 10px #948f8f73;
    border-radius: 10px;
}
.derevo input {
    padding: 20px 2px;
    border: 0;
    background: 0;
    border-bottom: 1px solid #fff;
    width: 340px;
    color: #ffff;
    font-size: 13px;
}
.derevo h1 {
    color: #fff;
    font-size: 30px;
}
.derevo .reqbtn {
   border: 0;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    color: #121d90; 
}
.reqbtn span .fa {
   border: 1px solid;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    left: 12px;
    color: #121d90;
    background: #eee;
}
@media(max-width:1100px){
    .revolcon{
        margin: 0px 10px;
    }
}
@media(max-width:1000px){
    .revolcon{
       flex-direction: column;
    }
    .derevo input{
        width: 100%;
    }
    .inty {
    width: 60%;
    margin: 20px auto;
}
    .reqbtn{
            margin: 20px 0px;
    }   
}
/*revolution*/