body{
    font-family: 'Gotham Pro', sans-serif;
    color: #3F3F3F;
    font-size: 16px;
}

*{
    outline: none!important
}
.color{
    color: #3f3f3f;
    color:#B9B9B9;
    color:#878787;
    color:#EE0B3F;
    color:#D4D4E1;
}
/*controls*/
.btn{
    text-align: center;
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 18px;
width: 100%;
    border-radius: 50px;
    background: #EE0B3F;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
        box-shadow: 0 10px 20px rgba(238, 11, 63, 0.5);
    transition: background 0.5s, box-shadow 0.5s
}
.btn:not(button){
        max-width: 270px;
}
.btn:hover{
    background: #3F3F3F;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1)
}
.btn:active{
    transform: scale(0.97)
}
input, select{
    vertical-align: top;
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    background: #fff;

}
.select{
     border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    background: #fff;


    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: inline-flex;

}
.select ul{

    display: inline-flex;
}
.select li{
    align-items: center;
    
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: relative;
    filter: grayscale(1);
    transform: scale(0.9)
}
.select li.active, .select li:hover{
    filter: grayscale(0);
    transform: scale(1.1)
}

.select li:not(:first-child){
    margin-left: 10px;
}
.inp{
    text-align: left;
    margin-top: 10px;
}

form .btnarea{
    margin-top: 20px;
}
h2,h3,h4{
    line-height: 1.2;
}
.text-center{
    text-align: center;
}
.text-left{
   text-align: left; 
}
.text-right{
    text-align: right;
}
.sec{
    position: relative;
}
.sec .title{
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
}
.sec .title span{
    color: #EE0B3F
}

.padding{
    padding-top: 150px;

}
.t{
    
    position: absolute;


    font-weight: 900;
    font-size: 600px;
    overflow: hidden;
    text-transform: uppercase;
    opacity: 0.03;
    line-height: 0.7;

}
/*header*/
.header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 10px 0;
    transition: all 0.5s
}
.header.active{
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1)
}
.nav{
    align-items: center;
    display: flex;
    justify-content: space-between
}
.nav .left{
    align-items: center;
    display: inline-flex;
}
.nav .right{
    display: inline-flex;
}
.nav .logo{
    display: inline-flex;
    align-items: center;
}


a.icon{
    vertical-align: top;
    display: inline-block;
    
    border-radius: 50%;
}
a.icon:hover{
    transform: scale(1.1)
}
.viber{
    
    background-image: url(../img/icons/viber.svg);
        background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}
.telegram{
    background-image: url(../img/icons/telegram.svg);
        background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}
.whatsapp{
    background-image: url(../img/icons/whatsapp.svg);
        background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}
.tel{
line-height:22px;
    font-size: 20px;
    margin-left: 20px;
    font-weight: 500;
    color: #878787
}
.logo span{
    margin-right: 20px;
    color: #878787
}


/*sec0*/
.sec0{
    position: relative;
    background: url(../img/bg0.svg) 100% 0 no-repeat;
    height: 100vh;
    min-height: 800px;
    display: flex;
    align-items: center;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
}

.cta{

    display: inline-flex;
}
.cta figure{
    margin-right: 10px;
    background: #fff;
    border-radius: 50%;
       border: 1px solid rgba(0, 0, 0, 0.1);
}
.cta img{
    
    width: 100px;
    border-radius: 50px;
    
}
.cta .title{
    font-size: 38px;
    line-height: 1.2;
    font-weight: 900;
}
.cta .subtitle{
    font-size: 30px;
        color: #878787
}



.element{
    position: relative;
    width: 450px;
}


.element img{
    width: 100%;
}
.status{
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition:all 0.5s
}


.puncts{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 50px;
}
.puncts ul{
    text-align: left;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    color: #878787;
    position: relative;
    
}
.puncts ul:after{
    position: absolute;
    content: "";
    border-bottom: 4px solid #D4D4E1;
    width: 100%;
    bottom: 0;
    left: 0;
}
.puncts ul li{
    padding-left: 20px;
    position: relative;
    padding-bottom: 40px;
    z-index: 1;
}
.puncts ul li i{
    width: 40px;
    height: 40px;
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    background: #D4D4E1;
    line-height: 40px;
    text-align: center;
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    left: 0;
    bottom: 3px;
    transform: translateY(50%);
    transition: all 2s;
}
.puncts ul li.active i, .puncts ul li:hover i{
    transform: translateY(50%) scale(1.3);
    background: #EE0B3F;
    transition: all 1s;
}

/*section1*/
.bg1{
    background: url(../img/bg1.svg) 50% 0 no-repeat;
}

.structure1{
    position: relative;
    padding: 60px;
}
.structure1 u{
    font-weight: 900;
}
.structure1:before{
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border: 1px solid rgba(63, 63, 63, 0.1);
    border-radius: 8px;
}
.structure2{
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 60px;
}
.structure2:before{
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border: 1px solid rgba(238, 11, 63, 0.3);
    border-radius: 8px;
}
.structure2 b{
    font-weight: 900;
    color: #EE0B3F
}
.structure1 img,
.structure2 img{
    width: 100px;
}



.how > li:not(:last-child){
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.how > li{
    transform: translateY(-1px);
    padding: 30px;
    padding-left: 70px;
    position: relative;
    border-radius: 0 4px 4px 0;
    
    transition:all 0.5s
}

.how .name{
    font-size: 18px;
    cursor: pointer;
    position: relative;
    font-weight: 900;
    text-transform: uppercase;
    transition: all 0.5s
}

.how .sub{
    font-weight: 600;
}

.how > li.active{
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid transparent;
}
.how > li.active .name, .how li:hover .name{
    color: #EE0B3F
}
.how li:not(:first-child) .text{
    display: none;
}

.how li i{
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 23px;
    height: 40px;
    width: 40px;


}
.how li i:after, .how li i:before{
    content: "";
    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #EE0B3F;
    height: 3px;
    width: 18px;
    transition: all 0.5s;
}
.how li i:before{
    transform: translate(-50%,-50%) rotate(90deg) ;
}
.how li.active i:before{
    transform: translate(-50%,-50%) rotate(0) ;
}


.how b{
    color: #3F3F3F
}
.how ul li{
    color: #878787;
    margin-top: 15px;
}
.btn2{
    user-select: none;
    cursor: pointer;
    background: #363636;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 50px;
    color: #fff;
    transition: all 0.5s;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15)
}
.btn2:active{
    transform: scale(0.9)
}
.btn2:hover{
    background: #EE0B3F;
}
/*sec2*/

/*sec3*/
.sec3{
    background: url(../img/bg3.svg) 50% -10px no-repeat, url(../img/bg31.svg) 50% 100% no-repeat;

}

.problem{
    position: relative;
    padding-bottom: 40px;

    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    
}

.problem.none{
     border-bottom: 1px solid transparent;
}
.problem *{
    position: relative;
    z-index: 1;
}
.problem i{
    display: none;
    z-index: 0;
    font-size: 60px;
    font-weight: 900;
    font-style: normal;
    position: absolute;
    left: 30px;
    bottom: 0;
    line-height: 1;
    opacity: 0.1;
    color: rgba(238, 11, 63, 0.5)
}
.problem li{
    margin-top: 15px;
}
.problem >div{
    display: inline-flex;
    align-items: center;
}
.problem .name{
    margin-left: 20px;
    font-size: 18px;

    font-weight: 900;
    text-transform: uppercase;
    transition: all 0.5s
}
.problem:hover .name{
    color: #EE0B3F
}

.problem li:last-child b{
    background: #EE0B3F;
    color: #fff;
    border-radius: 2px;
    padding: 5px;
}
.problem figure{

    width: 70px;
    height: 70px;
    background: #F9F9F9;
    border-radius: 50%;

    padding: 18px;
    transition: all 0.5s
}
.problem:hover figure{
    transform: translateY(-10px);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1)
    
}
.problem img{
    width: 100%;
}

/*sec4*/
.sec4{
    background: #F9F9F9;
}

.why_icon{
    padding: 100px;
    border-radius: 50%;
    background: #fff;
    height: 100%;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}
.why_icon img{
    width: 100%;
}
.why{

    display: inline-flex;

    z-index: 1;
   position: relative; 
    height: 100%;
    width: 100%;
padding-left: 80px;
}

.why > div{

    width: 100%;
    position: relative;
    padding: 30px;

    background: linear-gradient(90deg,#f9f9f9,#ffffff);
        box-shadow: 20px 0 15px rgba(0, 0, 0, 0.05);

    height: 100%
    
}
.why i{
    z-index: 1;
    position: relative;
    text-align: right;
    width: 70px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);

    position: absolute;
    text-align: center;
    display: inline-block;

    font-size: 110px;
    font-weight: 900;
    font-style: normal;
    line-height: 0.75;
    color: #fff;
        text-shadow: 0 10px 20px rgba(238, 11, 63, 0.5);
transition: all 0.5s

}
.why:hover i{

    transform: translate(-10px, -50%)
}
.why .name{

    font-weight: 900;
    text-transform: uppercase;
    transition: all 0.5s
}
.why:hover .name{
    color: #EE0B3F
}
.why .text{
    margin-top: 15px;
}
.why a{
    text-decoration: underline;
    color: #EE0B3F
}
.why .icon, .how .icon{
    width: 30px;
    height: 30px;
}
.why {
    
}

.alex1{
    justify-content: space-between;
    min-width: 650px;
    display: inline-flex;
    align-items: center;
        box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    background: #fff;
    border-radius: 100px 8px 8px 100px;
    padding-right: 20px;
}
.alex1 .red{
    color: #EE0B3F
}
.alex1 > div{
    display: inline-flex;
    text-align: left;
    align-items: center;
}
.alex1 p{
    font-weight: 900;
}
.alex1 figure{
    align-items: center;
    display: inline-flex;
    font-weight: 600;
    padding: 10px;
    margin-right: 10px;
}
.soc{
    display: inline-flex;
}
.soc li:not(:first-child){
    margin-left: 15px;
}

.soc .icon{

    width: 40px;
    height: 40px;
}
.alex1 small{
    opacity: 0.7;
    font-weight: 600;
}


.alex1 img{
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100px;
    border-radius: 50%;
}

/*
.why_form fieldset{
    border-radius: 8px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.2)
}
*/
/*section4*/
.sec5{
    background: #F9F9F9;
}

.project{

    text-align: center;
    position: relative;
        box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);

}
.project i{
    z-index: 1;
    position: absolute;
    left: -10px;
    top: 10px;
    
    color: #fff;
    font-style: normal;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1)
}

.project i:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    border: 5px solid;
    border-color: #4a4a4a #4a4a4a transparent transparent
}

.project i.best{background: #3785d3;}
.project i.conversion{background: #d34937;}
.project i.design{background: #d337cd;}
.project i.content{background: #2f9b6e;}
.project img{
    width: 100%;
    transition: all 0.5s;
    transform-origin: top;
}
.project:hover img{
    transform: scale(1.1)
}
.project a{
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.project a:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 200px;
    background: linear-gradient( rgba(209, 13, 13, 0) ,#F9F9F9 80%);
}

.project .btnarea{

    left: 0;
    bottom: 10px;
    right: 0;
    position: absolute;
    min-width: auto;
    text-align: center;

}

.btn1{
    user-select: none;
    display: inline-block;
        padding: 5px 20px;
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
    background: #363636;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    transition:all 0.5s
}
.btn1:hover{
    background: #EE0B3F;
    box-shadow: 0 10px 15px rgba(238, 11, 63, 0.5)
}
.btn1:active{
    transform: scale(0.9)
}
/*section6*/
.sec6{
   background: url(../img/bg3.svg) 50% -10px no-repeat
}

.case_slider{

        background: #F9F9F9;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.case figure{

}
.case img{

    max-width: 100%;
}
.case .text{
    position: relative;
    height: 100%;
    padding: 30px 30px 0 0;
}
.case .name{

    color: #EE0B3F;
    font-weight: 900;
    text-transform: uppercase;

}



.case li{
    margin-top: 5px;
}
.case .img{
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.case  .img{
    width: 100%;

}
.owl-dots{
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
}
.case .btn3{
    position: absolute;
    right: 30px;
    bottom: 30px;
    margin-top: 10px;
    user-select: none;
    cursor: pointer;
    background: #EE0B3F;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 50px;
    color: #fff;
    transition: all 0.5s;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15)
}
.btn3:active{
    transform: scale(0.9)
}
.btn3:hover{
    background: #EE0B3F;
}
.owl-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #878787!important;
    margin: 0 3px;
}
.owl-dot:hover, .owl-dot.active{
    background: #EE0B3F!important;
}

.owl-nav{
    
}
.owl-nav button{
    bottom: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 50%;
    transform: translateY(50%)
}
.owl-nav button:hover{
    transform: translateY(50%) scale(1.2)
}
.owl-nav button:hover{
    
}
.owl-nav button:after{
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    border-top: 3px solid #EE0B3F;
    border-left: 3px solid #EE0B3F;
    transform: translate(-50%,-50%) rotate(135deg)
}
.owl-nav .owl-prev:after{
    transform: translate(-50%,-50%) rotate(-45deg)
}


/*section7*/
/*url(../img/bg31.svg) 50% 100% no-repeat*/


/*section8*/
.sec8{
    background: url(../img/bg8.svg) 50% 100% no-repeat;
}
.sec8 .subtitle{
    font-size: 20px;
}
.tarif{
    text-align: center;
    background: #fff;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding-bottom: 30px;
}

.tarif .name{
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
}
.tarif .summ{
    font-weight: 900;
    font-size: 44px;
    line-height: 1;
}
.tarif .summ small{
    font-size: 0.7em;
}
.tarif > div:first-child{
    padding: 30px 20px;

    color: #fff;
    border-radius: 8px 8px 0 0;
}
.tarif .time{
    font-size: 14px;
    opacity: 0.8
}
.tarif .sub{
    font-size: 10px;
}
.tarif.red{
    position: relative;
    top: -20px;
    
}
.tarif.red > div:first-child{
    padding: 40px 0;
    position: relative;
}
.tarif li{
    position: relative;
    
    text-align: left;
    padding: 15px;
    padding-left: 50px;
    transition: all 0.5s

}
.tarif li:nth-child(even){
    background: #F9F9F9;
}
.tarif li:hover{
    background: #e0e0e0;
}
.red > div:first-child{
    background: #EE0B3F;

}
.blue > div:first-child{
    background: #35bcc9;
}
.green > div:first-child{
    background: #7277fe;
}
.red .btn{
    background: #EE0B3F; 
    box-shadow: 0 10px 20px rgba(238, 11, 63, 0.5);
}
.blue .btn{
    background: #35bcc9;
    box-shadow: 0 10px 20px rgba(53, 188, 201, 0.5);
}
.green .btn{
    background: #7277fe;
    box-shadow: 0 10px 20px rgba(114, 119, 254, 0.5);
}
.tarif .btnarea{
    margin-top: 30px;
}
.tarif .btn:hover{
    background: #363636!important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}



.tarif .btn{
    font-size: 12px;
}
.tarif .plus{
    cursor: pointer;
}
.tarif .plus:after{
    position: absolute;
    left: 20px;
    top: 17px;
    width: 20px;
    height: 20px;
    content: "+";
    font-weight: 500;
    font-size: 28px;
    line-height: 20px;
    color: #00ef12;
}
.tarif .minus:after{
    position: absolute;
    left: 20px;
    top: 17px;
    width: 20px;
    height: 20px;
    content: "-";
    font-weight: 500;
    font-size: 28px;
    line-height: 20px;
    color: #EE0B3F;
}
.tarif li .info{
    position: absolute;
    right: 15px;
    top: 20px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icons/info.svg);
    opacity: 0.5
}


.tippy-box {
    border-radius: 10px;
    padding: 20px;

    font-size: 12px;
}
.tippy-box .name{
    font-size: 1.2em;
    font-weight: 700;
    
}
.tippy-box li{
    position: relative;
    margin-top: 10px;
    padding-left: 15px;
    color: rgba(255, 255, 255, 0.8)
}
.tippy-box li:after{
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 6px;
    height: 6px;
    background: #EE0B3F;
    border-radius: 4px;
}
.top{
    position: absolute;
    left: -10px;
    bottom: 10px;
    top: 10px;
    background: #ffd800;
    
    border-radius:  4px ;
    color: #3F3F3F;
    font-weight: 700;
    width: 40px;
    transform-origin: 35px 100%
}
.top span{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-90deg);
    position: absolute;
    min-width: 180px;
    display: inline-block;
}
.top:after{
    position: absolute;
    left: 0;
    bottom: -10px;
    border: 5px solid ;
    border-color: #000 #000 transparent transparent;
    content: "";
    
}

/*section9*/
.sec9{
    background: #F9F9F9;
}


.sec9 .name{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    
}
.sec9 .name span{
    color: #EE0B3F
}

.experience li{
    text-align: left;
    position: relative;
    margin-top: 10px;
    padding-left: 20px;
}
.experience li:after{
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    content: "";
    background: #EE0B3F;
    border-radius: 50%;
}
.mes1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.alex2{
    position: relative;
    text-align: center;
}
.alex2 img{
    max-width: 100%
}
.alex2 figcaption{
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-top: -35px;
    position: relative;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);

}
.alex2 figcaption:after{
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    content: "";
    border: 1px solid rgba(238, 11, 63, 0.5)
}

.sert img{
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1)

}
.connect{
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.connect:before{
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid rgba(238, 11, 63, 0.3);
    border-radius: 8px;
}


/*фоотер*/
.footer{
    
    padding: 30px 0;
    background: #3F3F3F;
}
.footer .title{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.fcontacts li{
    
}
.fcontacts li *{
    margin-top: 10px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 30px;
    width: 100%;
    background-size: 20px;
    background-position: 0 5px;
    background-repeat: no-repeat;
}
.loc{
    background-image: url(../img/icons/loc.svg)
}
.phone{
    background-image: url(../img/icons/telephone.svg)
}
.email{
    background-image: url(../img/icons/email.svg)
}
#map{
    min-height: 200px;
    height: 100%;
    position: relative;

}

.fmenu li{
    margin-top: 3px;
}
.fmenu a{
    color: rgba(255, 255, 255, 0.7);
    transition: 0.5s all
}
.fmenu a:hover{
    color: #EE0B3F
}


/*menu*/
.menu-icon{
    z-index: 2;
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #EE0B3F;
    box-shadow: 0 10px 20px rgba(238, 11, 63, 0.5)
}
.menu-icon:after, .menu-icon:before{
        content: "";
    position: absolute;
        left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    border-top: 2px solid #fff;
    width: 20px;
    transition: all 0.5s
}
.menu-icon:after{
    border-bottom: 2px solid #fff;
    height: 20px;
}
.menu-icon:before{
    width: 20px;
 }
.menu-icon.active:before, .menu-icon.active:after{
    height: 0;
}
.menu-icon.active:before{
    transform: translate(-50%,-50%) rotate(45deg);
}
.menu-icon.active:after{
    transform: translate(-50%,-50%) rotate(-45deg);
    border-bottom: none;
}
.menu{
    padding-top: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: #EE0B3F;
    min-width: 270px;
    border-radius: 25px 8px 8px 8px;
    transform: scale(0);
    transform-origin: 25px 25px;
    transition: 0.5s all;
     box-shadow: 0 15px 20px rgba(0, 0, 0, 0.5);

}
.menu li{

    
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.menu li a{
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    width: 100%;
    transition: all 0.5s;
    
}
.menu li a:hover{
    background: rgba(0, 0, 0, 0.2);
}
.menu.active{
        transform: scale(1);
}


/*modal*/
.form{
    text-align: center;
    max-width: 600px;
    width: 100%;
    padding: 30px;
    background: #F9F9F9;
    border-radius: 8px;
         box-shadow: 0 15px 20px rgba(0, 0, 0, 0.5);
}
.quote{
    display: flex;
    align-items: center;
    text-align: left;
}
.quote div:last-child{
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 30px;
    position: relative;
    font-size: 14px;
}

.quote div:last-child:before,
.quote div:last-child:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -20px;
    border: 10px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0.1);
}

.quote div:last-child:after {
    border-right: 10px solid #fff;
    left: -18px;
    top: 50%;
    margin-top: -10px;
}

.alex3 img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100px;
    border-radius: 50%;
}
.form ul{
    display: inline-flex;
}
.form ul li{
    margin: 0 5px;
}
.form .icon{
    display: inline-block;
    width: 40px;
    height: 40px;
}

