.wrapper-project{
    position: relative;
    z-index: 10;
}
.project-pre{
    max-width: 1250px;
    margin: 0px auto;
    min-height: 550px;
    border: 4px solid #fbc063;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}
.project-pre-left{
    flex-grow: 0;
    width: 490px;
    background: #261e44;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: 4px solid #fbc063;
    box-sizing: border-box;
    box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.75), inset -3px -3px 5px 0px rgba(0,0,0,0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 0px 20px;
}
.project-pre-left img{
    width: 80%;
}
.project-pre-left:after{
    content: '';
    width: 457px;
    height: 325px;
    background: url("../img/ui-32.png");
    position: absolute;
    bottom: -20px;
    z-index: 12;
}
.project-pre-right{
    flex-grow: 1;
    background: #33275c;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.75), inset -3px -3px 5px 0px rgba(0,0,0,0.75);
    box-sizing: border-box;
    padding: 50px;    
    position: relative;
    overflow: hidden;
}
.project-pre-right p{
    position: relative;
    font-size: 25px;
    color: #19fc84;
    margin: 0px 0px 5px 0px;
    font-family: "MulishBold"; 
    z-index: 10;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.project-pre-right span{
    color: #fff;
}
.project-pre-right a{
    color: #fda925;
}
.project-pre-right img{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 1px;
}

/*///////////////////////////////////////////////////////////////////////////////*/
.project-description{
    max-width: 1700px;
    margin: 0px auto;
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.project-description-left{
    flex-grow: 0;
    width: 400px;
    
}
.project-description-left img{
    height: 100%;
}
.project-description-center{
    max-width: 900px;
    min-height: 450px;
    background: url("../img/project-description-bg.jpg");
    border: 4px solid #fbc063;
    border-radius: 20px;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 35px;
    position: relative;
    
}
.project-description-center:after{
    content: '';
    width: 380px;
    height: 447px;
    background: url(../img/ui-35.png);
    position: absolute;
    right: 0px;
    top: 0px;
}
.project-description-center:before{
    content: '';
    width: 159px;
    height: 133px;
    background: url(../img/ui-36.png);
    position: absolute;
    right: -40px;
    bottom: -80px;
}
.project-description-center p{
    color: #fbc063;
    font-size: 35px;
    font-family: "MulishBold"; 
    text-align: center;
}
.project-description-center p span{
    color: #8464f6;
}
.project-description-center > div{
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}
.project-description-right{
    flex-grow: 0;
    width: 400px;
}
/*/////////////////////////////////////////////////////////////////////*/

.project-setting{
    max-width: 1700px;
    margin: 0px auto;
    border: 4px solid #fbc063;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 30px;
    background: url("../img/project-setting-bg.jpg");
    display: flex;
    flex-direction: row;
    position: relative;
}
.project-setting:after{
    content: '';
    width: 404px;
    height: 616px;
    background: url("../img/ui-37.png");
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 12;
}
.project-setting-left{
    width: 60%;
    flex-grow: 1;
}
.project-setting-left-img img{
    width: 100%;
    border-radius: 20px;
    margin: 0px 0px 50px 0px;
    border: 4px solid #fbc063;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.project-setting-left-img-list img{
    width: 32%;
    float: left;
    border: 4px solid #fbc063;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.75);
    cursor: pointer;
}
.project-setting-left-img-list img:nth-child(2){
    margin: 0px 2%;
}
.project-setting-left-img-list:after{
    content: '';
    clear: both;
    display: block;
}

.project-setting-right{
    width: 40%;
    flex-grow: 1;
    border: 4px solid #fbc063;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0px 0px 0px 20px;
    background: #33275c;
    position: relative;
    padding: 25px 0px 160px 0px;
    
}

.project-setting-right p{
    position: relative;
    font-size: 25px;
    color: #19fc84;
    margin: 0px 25px 5px 25px;
    font-family: "MulishBold"; 
    z-index: 10;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    border-bottoM: 2px solid #fbc063;
    padding: 0px 0px 5px 0px;
    box-sizing: border-box;
}
.project-setting-right span{
    color: #fff;
}
.project-setting-right > div{
    height: 160px;
    border-top: 4px solid #fbc063;
    border-radius: 20px;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.project-setting-right > div:after{
    clear: both;
    content: '';
}
.project-setting-right > div > div{
    width: 17%;
    margin: 20px 4%;
    float: left;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "MulishBold"; 
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    border: 4px solid #fbc063;
    border-radius: 20px;
    box-sizing: border-box;
}
/*///////////////////////////////////////////////////////////////////*/
.project-vizitka{
    max-width: 1200px;
    min-height: 380px;
    border: 4px solid #fbc063;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    margin: 200px auto 0px auto;
}
.project-vizitka-left{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    min-width: 700px;
    border-right: 4px solid #fbc063;
    box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.75), inset -3px -3px 5px 0px rgba(0,0,0,0.75);
    background: #261e44;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
    padding: 0px 20px;
}
.project-vizitka-left img{
    width: 60%;
}
.project-vizitka-left:after{
    content: '';
    width: 390px;
    height: 493px;
    background: url("../img/ui-38.png");
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.project-vizitka-left:before{
    content: '';
    width: 390px;
    height: 493px;
    background: url("../img/ui-39.png");
    position: absolute;
    top: 0px;
    left: 0px;
}
.project-vizitka-right{
    flex-grow: 1;
    box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.75), inset -3px -3px 5px 0px rgba(0,0,0,0.75);
    background: #33275c;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}



