.wrapper-web-start{
    position: relative;
    z-index: 12;
}
.web-start{
    text-align: center;
}
.web-start > span{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 4px solid #fbc063;
    padding: 5px 35px 10px 35px;
    color: #fda925;
    font-size: 25px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-family: "MulishBold"; 
    background: #33275c;
    position: relative;
    top: -44px;
    -webkit-box-shadow: inset 3px 3px 8px 0px rgba(0,0,0,0.75), inset -3px -3px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 3px 3px 8px 0px rgba(0,0,0,0.75), inset -3px -3px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 3px 3px 8px 0px rgba(0,0,0,0.75), inset -3px -3px 8px 0px rgba(0,0,0,0.75);
}
.web-start > span > p{
    display: inline;
    color: #877dff;
}
.web-start > p{
    border: 4px solid #fbc063;
    padding: 30px;
    color: #fff;
    font-size: 20px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-family: "MulishBold"; 
    background: #33275c;
    position: relative;
    top: -34px;
    -webkit-box-shadow: inset 3px 3px 8px 0px rgba(0,0,0,0.75), inset -3px -3px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 3px 3px 8px 0px rgba(0,0,0,0.75), inset -3px -3px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 3px 3px 8px 0px rgba(0,0,0,0.75), inset -3px -3px 8px 0px rgba(0,0,0,0.75);
    max-width: 600px;
    border-radius: 20px;
    margin: 0px auto;
    text-align: left;
}
/*//////////////////////////////////////////////////////////////////*/
.wrapper-web-prem{
    position: relative;
    z-index: 12;
    max-width: 1400px;
    margin: 300px auto 0px auto;
}
.web-prem > p{
    color: #877dff;
    font-size: 50px;
    font-family: "Mulish-Medium";
    text-align: center;
    margin: 0px 0px 100px 0px;
}
.web-prem > p > span{
    font-family: "MulishBold"; 
    color: #fda925;
}
.web-prem > div{
    margin-bottom: 50px;
}

.web-prem-left{
    display: flex;
    flex-direction: row;
}
.web-prem-left-empt{
    flex-grow: 1;
}
.web-prem-left-text{
    flex-grow: 0;
    max-width: 750px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 4px solid #fbc063;
    color: #fff;
    font-size: 20px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-family: "MulishBold"; 
    background: #33275c;
    -webkit-box-shadow: inset 3px 3px 8px 0px rgba(0,0,0,0.75), inset -3px -3px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 3px 3px 8px 0px rgba(0,0,0,0.75), inset -3px -3px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 3px 3px 8px 0px rgba(0,0,0,0.75), inset -3px -3px 8px 0px rgba(0,0,0,0.75);
    border-radius: 20px;
    text-align: left;
    height: 147px;
}
.web-prem-left-text-i{
    flex-grow: 0;
    min-width: 145px;
    border: 4px solid #fbc063;
    border-radius: 20px;
    position: relative;
    left: -4px;
    top: 0px;
    background: url("../img/ui-1.jpg");
    background-size: cover;
    text-align: center;
}
.web-prem-left-text-t{
    flex-grow: 1;
    padding: 0px 0px;
    min-width: 600px
}
.web-prem-left-text-t p{
    padding: 0px 40px;
}

.web-prem-right{
    display: flex;
    flex-direction: row;
}
.web-prem-right-empt{
    flex-grow: 1;
}
.web-prem-right-text{
    flex-grow: 0;
    max-width: 750px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 4px solid #fbc063;
    color: #fff;
    font-size: 20px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-family: "MulishBold"; 
    background: #33275c;
    -webkit-box-shadow: inset 3px 3px 8px 0px rgba(0,0,0,0.75), inset -3px -3px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 3px 3px 8px 0px rgba(0,0,0,0.75), inset -3px -3px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 3px 3px 8px 0px rgba(0,0,0,0.75), inset -3px -3px 8px 0px rgba(0,0,0,0.75);
    border-radius: 20px;
    text-align: left;
    height: 147px;
}
.web-prem-right-text-i{
    flex-grow: 0;
    min-width: 145px;
    border: 4px solid #fbc063;
    border-radius: 20px;
    position: relative;
    right: -4px;
    top: 0px;
    background: url("../img/ui-1.jpg");
    background-size: cover;
    text-align: center;
}
.web-prem-right-text-t{
    flex-grow: 1;
    padding: 0px 0px;
    min-width: 600px;
}
.web-prem-right-text-t p{
    padding: 0px 40px;
}
/*//////////////////////////////////////////////////////////////////*/
.wrapper-web-steps{
    position: relative;
    z-index: 12;
    max-width: 1400px;
    margin: 300px auto 0px auto;
}
.wrapper-web-steps > p{
    color: #877dff;
    font-size: 50px;
    font-family: "Mulish-Medium";
    text-align: center;
    margin: 0px 0px 150px 0px;
}
.wrapper-web-steps > p > span{
    font-family: "MulishBold"; 
    color: #fda925;
}
.web-steps{
    max-width: 1400px;
    margin: 0px auto;
}
.one-web-steps-center{
    display: flex;
    flex-direction: row;
    margin: 0px 0px 50px 0px;
    position: relative;
}
.one-web-steps-center-empty{
    flex-grow: 1;
}
.one-web-steps-center-content{
    flex-grow: 0;
    min-width: 550px;
    max-width: 550px;
    border: 4px solid #fbc063;
    border-radius: 20px;
    background: #33275c;
    position: relative;
}
.one-web-steps-center-content-top{
    display: flex;
    flex-direction: row;
    height: 75px;
    border-bottom: 4px solid #fbc063;
    align-items: center;
    justify-content: center;
}
.one-web-steps-center-content-top p{
    border-right: 4px solid #fbc063;
    flex-grow: 0;
    min-width: 75px;
    max-width: 75px;
    font-size: 50px;
    font-family: "Mulish-SemiBold"; 
    color: #fbc063;
    text-align: center;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 20px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    -webkit-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    background: #261e44;
}
.one-web-steps-center-content-top span{
    display: block;
    flex-grow: 1;
    height: 75px;
    color: #fbc063;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 20px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    -webkit-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
}
.one-web-steps-center-content-bottom{
    color: #fff;
    font-size: 22px;
    padding: 20px;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    -webkit-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
}
.web-steps-l:before{
    width: 189px;
    height: 153px;
    content: '';
    display: block;
    position: absolute;
    left: -189px;
    bottom: -50px;
    background: url("../img/ui-49.png");
}
.web-steps-r:after{
    width: 189px;
    height: 153px;
    content: '';
    display: block;
    position: absolute;
    right: -189px;
    bottom: -50px;
    background: url("../img/ui-50.png");
}
/*//////////////////////////////////////////////////////////////////*/
.wrapper-web-direction{
    position: relative;
    z-index: 12;
    max-width: 1500px;
    margin: 300px auto 0px auto;
}
.web-direction > p{
    font-family: "MulishBold"; 
    color: #fda925;
    font-size: 50px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.web-direction > p > span{
    color: #877dff;
    font-size: 50px;
    font-family: "Mulish-Medium";
    text-align: center;
    margin: 0px 0px 100px 0px;
    display: block;
}
.web-direction-three{
    display: flex;
    flex-direction: row;
}
.web-direction-three-l > p{
    background: url("../img/ui-2.jpg");
    background-size: cover;
}
.web-direction-three-c > p{
    background: url("../img/ui-3.jpg");
    background-size: cover;
}
.web-direction-three-r > p{
    background: url("../img/ui-4.jpg");
    background-size: cover;
}
.web-direction-three > div{
    flex-grow: 1;
    margin: 0px 20px;
    width: 30%;
}
.web-direction-three > div > p{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 4px solid #fbc063;
    -webkit-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    height: 116px;
    font-size: 25px;
    color: #19fc84;
    padding: 0px 20px;
    text-align: center;
}
.web-direction-three > div > span{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-right: 4px solid #fbc063;
    border-left: 4px solid #fbc063;
    border-bottom: 4px solid #fbc063;
    -webkit-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    min-height: 270px;
    font-size: 20px;
    display: block;
    background: #33275c;
    color: #fff;
    padding: 20px;
}
/*//////////////////////////////////////////////////////////////////*/
.wrapper-web-how{
    position: relative;
    z-index: 12;
    max-width: 1450px;
    margin: 300px auto 300px auto;
}
.wrapper-web-how > p{
    font-family: "MulishBold"; 
    color: #fda925;
    font-size: 50px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.wrapper-web-how > p > span{
    color: #877dff;
    font-size: 50px;
    font-family: "Mulish-Medium";
    text-align: center;
    margin: 0px 0px 100px 0px;
    display: block;
}
.web-how > div{
    border: 4px solid #fbc063;
    border-radius: 20px;
    background: #33275c;
    padding: 20px;
    box-sizing: border-box;
    margin: 0px 0px 20px 0px;
    cursor: pointer;
}
.web-how > div > p{
    color: #fbc063;
    font-family: "MulishBold";
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-size: 27px;
    text-align: center;
    margin: 0px 0px 10px 0px;
}
.web-how > div > span{
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-size: 20px;
    margin: 0px 0px 10px 0px;
    display: none;
}
.web-how > div.active > span{
    display: block;
}
.web-how > div > span > ul {
    margin: 20px 0px 20px 20px;
}
.web-how > div > span > ul li{
    font-family: "MulishBold";    
}
.web-how > div > div{
    width: 35px;
    height: 39px;
    margin: 0px auto;
    background: url("../img/ui-52.png");
}
.web-how > div.active > div{
    width: 35px;
    height: 39px;
    margin: 0px auto;
    background: url("../img/ui-51.png");
}





/*//////////////////////////////////////////////////////////////////*/
.wrapper-web-price{
    position: relative;
    z-index: 15;
}
.web-price{
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    margin: 50px auto 140px auto;
    border: 4px solid #fbc063;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #33275c;
    min-height: 420px;
}
.web-price-left{
    min-width: 220px;
    flex-grow: 0;
    border-right: 4px solid #fbc063;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2px 20px;
    border-top-left-radius: 20px;
    -webkit-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
}
.web-price-left img{

}
.web-price-left span{
    position: absolute;
    bottom: -58px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 4px solid #fbc063;
    width: 100%;
    height: 50px;
    background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(111,100,246,1)), to(rgba(60,55,129,1)));
    background: -webkit-linear-gradient(180deg, rgba(111,100,246,1) 0%, rgba(60,55,129,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(111,100,246,1) 0%, rgba(60,55,129,1) 100%);
    background: -o-linear-gradient(180deg, rgba(111,100,246,1) 0%, rgba(60,55,129,1) 100%);
    background: linear-gradient(180deg, rgba(111,100,246,1) 0%, rgba(60,55,129,1) 100%);
    color: #19fc84;
    font-size: 25px;
    font-family: "MulishBold"; 
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    cursor: pointer;
}
.web-price-left span:hover{
    background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(60,55,129,1)), to(rgba(111,100,246,1)));
    background: -webkit-linear-gradient(180deg, rgba(60,55,129,1) 0%, rgba(111,100,246,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(60,55,129,1) 0%, rgba(111,100,246,1) 100%);
    background: -o-linear-gradient(180deg, rgba(60,55,129,1) 0%, rgba(111,100,246,1) 100%);
    background: linear-gradient(180deg, rgba(60,55,129,1) 0%, rgba(111,100,246,1) 100%);
    -webkit-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
}
.web-price-right{
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.web-price-right img{
    position: absolute;
    left: 0px;
    top: 0px;
}
.web-price-right-t{
    border-top-right-radius: 20px;
    border-bottom: 4px solid #fbc063;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.web-price-right-t p{
    font-size: 30px;
    color: #fda925;
    font-family: "MulishBold"; 
}
.web-price-right-t span{
    font-size: 15px;
    color: #fff;
    display: block;
    margin: 8px 0px;
}
.web-price-right-t div{
    color: #fda925;
    font-size: 25px;
    font-family: "MulishBold"; 
}
.web-price-right-b:after{
    clear: both;
    display: block;
    content: '';
}
.web-price-right-b p{
    font-size: 18px;
    color: #fff;
    float: left;
    min-height: 43px;
    vertical-align: middle;
    line-height: 19px;
    display: flex;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #fff;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 4px 0px;
}


#web-price-left-1{
    background: url(../img/ui-bg-1.jpg);
    background-size: cover;
}
#web-price-left-2{
    background: url(../img/ui-bg-2.jpg);
    background-size: cover;
}
#web-price-left-3{
    background: url(../img/ui-bg-3.jpg);
    background-size: cover;
}
#web-price-left-4{
    background: url(../img/ui-bg-4.jpg);
    background-size: cover;
}
#web-price-left-5{
    background: url(../img/ui-bg-5.jpg);
    background-size: cover;
}
#web-price-left-6{
    background: url(../img/ui-bg-6.jpg);
    background-size: cover;
}


.adapt-web-zakaz{
    display: none;
}




/*//////////////////////////////////////////////////////////////////*/
.wrapper-web-then{
    position: relative;
    z-index: 12;
    max-width: 1500px;
    margin: 300px auto 0px auto;
}
.web-then > p{
    font-family: "MulishBold"; 
    color: #fda925;
    font-size: 50px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    margin: 0px 0px 100px 0px;
}
.web-then > p > span{
    color: #877dff;
    font-size: 50px;
    font-family: "Mulish-Medium";
    text-align: center;
}
.web-then-three{
    display: flex;
    flex-direction: row;
}
.web-then-three-l > p{
    background: url("../img/ui-5.jpg");
}
.web-then-three-c > p{
    background: url("../img/ui-6.jpg");
}
.web-then-three-r > p{
    background: url("../img/ui-7.jpg");
}
.web-then-three > div{
    flex-grow: 1;
    margin: 0px 20px;
    width: 30%;
}
.web-then-three > div > p{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 4px solid #fbc063;
    -webkit-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    height: 116px;
    font-size: 25px;
    color: #19fc84;
    padding: 0px 20px;
    text-align: center;
    background-size: cover;
}
.web-then-three > div > span{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-right: 4px solid #fbc063;
    border-left: 4px solid #fbc063;
    border-bottom: 4px solid #fbc063;
    -webkit-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    min-height: 170px;
    font-size: 20px;
    display: block;
    background: #33275c;
    color: #fff;
    padding: 20px;
}
.web-then-three > div > span > a{
    font-size: 20px;
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 0px 0px 15px 0px;
}






/*//////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////*/


















