*{
  margin: 0;
  padding: 0;
  font-family: "MulishRegular"; 
}
html, body{
    overflow-x: hidden;
}
body{
    box-sizing: border-box;
    padding: 0px 30px;
}
body::-webkit-scrollbar {
  width: 14px;  
}
body::-webkit-scrollbar-track {
  background: #33275c;
}
body::-webkit-scrollbar-thumb {
  background-color: #fda925; 
  border-radius: 15px;
}
h1{
    position: relative;
    display: inline-block;
}
h1:before{
    content: '';
    width: 52px;
    height: 42px;
    background: url("../img/ui-22.png");
    position: absolute;
    left: -70px;
    top: 20px;
}
h1:after{
    content: '';
    width: 62px;
    height: 65px;
    background: url("../img/ui-21.png");
    position: absolute;
    right: -85px;
    top: 13px;
}
.capit{
   padding: 100px 0px;
   text-align: center;
   position: relative;
   z-index: 10;
}
.capit h1{
    color: #fff;
    font-size: 60px;
    font-family: "MulishBold"; 
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.capit .B_crumbBox{
    font-size: 25px;
    color: #fff;
    margin: 30px 0px 0px 0px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.capit .B_crumbBox li{
    display: inline-block;
    margin: 0px 7px;
}
.capit .B_crumbBox li a{
    color: #fff;
    text-decoration: none;
}
.capit .B_crumbBox li:last-child a span{
    font-family: "MulishBold"; 
    color: #fda925;
    text-decoration: underline;
}
.adapt-block{
    display: none;
}

/*/////////////////////NAVIGATION/////////////////////////////*/
.navigation-1{
    width: 63px;
    height: 52px;
    background: url(../img/sprite-1.png);
    position: fixed;
    z-index: 30;
    left: 10px;
    top: 200px;
    background-position: -3px 54px;
    cursor: pointer;
}
.navigation-1:hover{
    background-position: 0px 1px;
}
.navigation-2{
    width: 63px;
    height: 52px;
    background: url(../img/sprite-1.png);
    position: fixed;
    z-index: 30;
    left: 10px;
    top: 270px;
    background-position: 64px 52px;
    cursor: pointer;
}
.navigation-2:hover{
    background-position: 65px -2px;
}
.navigation-3{
    width: 63px;
    height: 52px;
    background: url(../img/sprite-1.png);
    position: fixed;
    z-index: 30;
    left: 10px;
    top: 340px;
    cursor: pointer;
    background-position: -3px 54px;
    display: none;
}
.navigation-3:hover{
    background-position: 0px 1px;
}
.navigation-4{
    width: 63px;
    height: 52px;
    background: url(../img/twimg-1.png);
    position: fixed;
    z-index: 30;
    left: 10px;
    top: 340px;
    cursor: pointer;
    display: block;
}
.navigation-4:hover{
    background: url(../img/twimg-2.png);
}
.wrapper-mob-menu{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 34;
    display: none;
    background: rgba(0,0,0,0.7);
}
.mob-menu{
    min-height: 400px;
    margin-top: -200px;
    margin-left: -150px;
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 35;
    display: none;
}
.mob-menu > ul{
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 20px 0px rgb(255 145 0);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    border: 4px solid #fbc063;
    border-radius: 20px;
    background: #33275c;
    min-height: 400px;
    padding: 20px;
    box-sizing: border-box;
    width: 300px;
}
.mob-menu > ul > li{
    list-style: none;
}
.mob-menu > ul > li > a{
    width: 245px;
    height: 55px;
    background: #542995;
    color: #fff;
    font-family: "MulishBold";
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 20px auto 0px auto;
    display: block;
    position: relative;
    z-index: 16;
    border: 0px;
    box-shadow: -2px -2px 5px 0px rgb(255 255 255 / 75%), 2px 2px 5px 0px rgb(0 0 0 / 75%);
    vertical-align: middle;
    line-height: 55px;
    text-decoration: none;
}
.mob-menu > ul > li > a:hover{
    box-shadow: inset -2px -2px 5px 0px rgb(255 255 255 / 75%), inset 2px 2px 5px 0px rgb(0 0 0 / 75%);
}
.mob-menu > div{
    width: 45px;
    height: 45px;
    background: #952929;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 40px 0px 40px 5px;
    display: block;
    position: relative;
    z-index: 34;
    border: 0px;
    vertical-align: middle;
    line-height: 45px;
    box-shadow: -2px -2px 5px 0px rgb(255 255 255 / 75%), 2px 2px 5px 0px rgb(0 0 0 / 75%);
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    /* bottom: -15px; */
    /* right: 30px; */
    top: -66px;
    right: -21px;
}


.other-twims{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 34;
    display: none;
    background: rgba(0,0,0,0.7);
    
}
.other-twims-in{
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 20px 0px rgb(255 145 0);
    text-shadow: 2px 2px 2px rgb(0 0 0);
    border: 4px solid #fbc063;
    border-radius: 20px;
    background: #33275c;
    min-height: 130px;
    padding: 20px;
    box-sizing: border-box;
    width: 300px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -65px;
}
.other-twims-in > div{
    width: 45px;
    height: 45px;
    background: #952929;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 40px 0px 40px 5px;
    display: block;
    position: relative;
    z-index: 34;
    border: 0px;
    vertical-align: middle;
    line-height: 45px;
    box-shadow: -2px -2px 5px 0px rgb(255 255 255 / 75%), 2px 2px 5px 0px rgb(0 0 0 / 75%);
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    /* bottom: -15px; */
    /* right: 30px; */
    top: -66px;
    right: -21px;
}

/*/////////////////////NAVIGATION END/////////////////////////////*/





/*/////////////////////MENU/////////////////////////////*/
.wrapper-general-menu{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 34;
    display: none;
    background: rgba(0,0,0,0.7);
}
.menu-wrapper{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -350px;
    margin-left: -465px;
    width: 930px;
    height: 700px;
    border-radius: 20px;
    border: 4px solid #fbc063;
    z-index: 300;
    /*background: url("../img/bg-12.jpg");*/
    background: #000;
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 2px 0px rgb(255 145 0);
    box-sizing: border-box;
    background-size: cover;
    display: none;
}
/*.menu-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    width: 127px;
    height: 96px;
    background: url(../img/ui-29.png);
    bottom: -19px;
    left: -19px;
}

.menu-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    width: 127px;
    height: 96px;
    background: url(../img/ui-30.png);
    bottom: -19px;
    right: -19px;
    z-index: 19;
}
*/
.menu-window{
    width: 890px;
    height: 500px;
    margin: 60px auto 0px auto;
    background: url("../img/bg-12.jpg");
    border-radius: 20px;
    border: 4px solid #fbc063;
    background-size: cover;
    box-sizing: border-box;
    overflow: hidden; 
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 10px 0px rgb(255 145 0);
}
.menu-window > div{
    display: none;
    position: relative;
}
.menu-window > div.active{
    display: block;
}
.menu-buttons{
    width: 890px;
    position: relative;
    margin: 10px auto 0px auto;
}
.menu-buttons > div{
    display: inline-block;
}
.menu-buttons-1{
    margin-left: 35px;
}
.menu-buttons-2, .menu-buttons-3, .menu-buttons-4{
    width: 100px;
    height: 40px;
    top: -55px;
    background: #c68011;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 40px 30px 40px 30px;
    display: block;
    position: relative;
    z-index: 16;
    border: 0px;
    vertical-align: middle;
    line-height: 37px;
    box-shadow: -2px -2px 5px 0px rgb(255 255 255 / 75%), 2px 2px 5px 0px rgb(0 0 0 / 75%);
    text-decoration: none;
    cursor: pointer;
    font-family: "MulishBold";
}
.menu-buttons-2:hover, .menu-buttons-3:hover, .menu-buttons-4:hover{
    background: #f6bf1e;
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 20px 0px rgb(255 145 0);
}
.menu-buttons-2.active, .menu-buttons-3.active, .menu-buttons-4.active{
    background: #f6bf1e;
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 20px 0px rgb(255 145 0);
    color: #fff;
    font-family: "MulishBold";
}
.menu-buttons-5{
    width: 170px;
    height: 65px;
    top: -55px;
    left: 71px;
    position: relative;
    background: #952929;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 40px 0px 40px 5px;
    display: inline-block;
    z-index: 16;
    border: 0px;
    vertical-align: middle;
    line-height: 63px;
    box-shadow: -2px -2px 5px 0px rgb(255 255 255 / 75%), 2px 2px 5px 0px rgb(0 0 0 / 75%);
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "MulishBold";
}
.menu-buttons-5:hover{
    box-shadow: inset -2px -2px 5px 0px rgb(255 255 255 / 75%), inset 2px 2px 5px 0px rgb(0 0 0 / 75%);
}
#menu-1{
    position: relative;
}
#menu-1 > div{
    position: absolute;
}
#menu-1 > div > a{
    width: 180px;
    height: 180px;
    border: 4px solid transparent;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0px 0px 0px;
    text-decoration: none;
}
#menu-1 > div > a:hover{
    width: 180px;
    height: 180px;
    border-radius: 20px;
    border: 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: #3b2266;
    box-sizing: border-box;
    display: block;
    text-align: center;
    padding: 10px 0px 0px 0px;
    text-decoration: none;
    transition: 0.5s all;
}

#menu-1 > div > a > p{
    font-family: "MulishBold";
    color: #c77f0d;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-size: 20px;
}
.menu-1{
    left: 50px;
    top: 50px;
}
.menu-2{
    right: 50px;
    top: 50px;
}
.menu-3{
    left: 350px;
    top: 170px;
}
.menu-4{
    left: 50px;
    top: 280px;
}
.menu-5{
    right: 50px;
    top: 280px;
}
.menu-2-services{
    margin: 5px 0px 0px 4%;
}
.menu-2-services > div{
    display: inline-block;
    margin: 0px 14px;
}
.menu-2-services > div > a{
    width: 240px;
    height: 240px;
    border: 4px solid transparent;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0px 0px 0px;
    text-decoration: none;
}
.menu-2-services > div >a:hover{
    width: 240px;
    height: 240px;
    border-radius: 20px;
    border: 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: #3b2266;
    box-sizing: border-box;
    display: block;
    text-align: center;
    padding: 10px 0px 0px 0px;
    text-decoration: none;
    transition: 0.5s all;
}

.menu-2-services > div > a > p{
    font-family: "Mulish-Black"; 
    color: #c77f0d;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-size: 20px;
}
.menu-2-services > div > a > p > span{
    display: block;
    color: #8464f6;
}

.menu-3-contacts{
    position: absolute;
    top: 20px;
    right: 12px;
    z-index: 310;
    width: 361px;
    height: 442px;
    background: url("../img/main-footer-bg.jpg");
    box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.75), inset -3px -3px 5px 0px rgba(0,0,0,0.75);
    border-radius: 20px;
    border: 4px solid #fbc063;
    background-size: cover;
}
.menu-3-contacts-right{
    flex-grow: 0;
    width: 450px;
    height: 300px;
    background: url("../img/main-footer-bg.jpg");
    box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.75), inset -3px -3px 5px 0px rgba(0,0,0,0.75);
    border-radius: 20px;
    border: 4px solid #fbc063;
}
.menu-3-contacts-text{
    width: 300px;
    margin: 10px auto;
    border-radius: 20px;
    border: 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: #33275c;
    text-align: center;
    padding: 10px 0px;
    box-sizing: border-box;
}
.menu-3-contacts-text p{
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    color: #fff;
    font-size: 20px;
}
.menu-3-contacts-text a{
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    color: #fda925;
    font-size: 20px;
    text-decoration: none;
    display: block;
    margin: 5px 0px;
}
.menu-3-contacts-text span{
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    color: #fff;
    font-size: 20px;
}
.menu-3-contacts-soc{
    width: 300px;
    margin: 29px auto;
    border-radius: 20px;
    border: 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: #33275c;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}
.menu-3-contacts-soc img{
    width: 60px;
    margin: 10px 0px;
}


/*/////////////////////MENU END/////////////////////////////*/


/*/////////////////////MENU NEW/////////////////////////////*/



/*/////////////////////MENU NEW END/////////////////////////*/



/*/////////////////////CALL US/////////////////////////////*/





.wrapper-call-us{
    position: relative;
    z-index: 10;
}

.call-us{
    max-width: 1800px;
    margin: 200px auto 0px auto;
    display: flex;
    flex-direction: row;  
}
.call-us-left{
    width: 59%;   
    display: inline-block;
}
.call-us-left > div{
    min-height: 450px;
    background: url("../img/general-call-us-bg.jpg");
    border-radius: 20px;
    border: 4px solid #fbc063;
    padding: 20px;
    box-sizing: border-box;
    background-size: cover;
    box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.75), inset -3px -3px 5px 0px rgba(0,0,0,0.75);
}
.call-us-left-text{
    border-radius: 20px;
    border: 4px solid #fbc063;
    background: #33275c;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
.call-us-left-text p{
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-family: "MulishBold"; 
    margin: 0px 0px 40px 0px;
}
.call-us-left-text a{
    font-size: 40px;
    color: #fda925;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-family: "Mulish-Black"; 
    text-decoration: none;
}
.call-us-left-soc{
    margin: 100px 0px 0px 0px;
    border-radius: 20px;
    border: 4px solid #fbc063;
    background: #33275c;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
.call-us-left-soc img{
    margin: 0px 5px;
}

.call-us-right{
    width: 39%;
    display: inline-block;
}

.call-us-right img{
    width: 100%;
}



/*/////////////////////CALL US END/////////////////////////////*/
/*/////////////////////FOOTER/////////////////////////////*/

footer{
    margin: 300px 0px 50px 0px;
}
.footer-wrapper{
    max-width: 1700px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    height: 530px;
    position: relative;
    z-index: 10;
}
.footer-wrapper-left{
    flex-grow: 1;
    border-radius: 20px;
    border: 4px solid #fbc063;
    overflow: hidden;
    box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.75), inset -3px -3px 5px 0px rgba(0,0,0,0.75);
    margin-right: -4px;
    position: relative;
}
.footer-wrapper-left-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    
}
.footer-wrapper-right{
    flex-grow: 0;
    width: 450px;
    background: url("../img/main-footer-bg.jpg");
    box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.75), inset -3px -3px 5px 0px rgba(0,0,0,0.75);
    border-radius: 20px;
    border: 4px solid #fbc063;
    background-size: cover;
}
.footer-wrapper-right-text{
    width: 360px;
    margin: 40px auto;
    border-radius: 20px;
    border: 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: #33275c;
    text-align: center;
    padding: 10px 0px;
    box-sizing: border-box;
}
.footer-wrapper-right-text p{
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    color: #fff;
    font-size: 20px;
}
.footer-wrapper-right-text a{
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    color: #fda925;
    font-size: 20px;
    text-decoration: none;
    display: block;
    margin: 5px 0px;
}
.footer-wrapper-right-text span{
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    color: #fff;
    font-size: 20px;
}
.footer-wrapper-right-soc{
    width: 360px;
    margin: 40px auto;
    border-radius: 20px;
    border: 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: #33275c;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}
.footer-wrapper-right-soc img{
 
}
.ui-12{
    position: absolute;
    right: 480px;
    top: -90px;
    z-index: 12;
}
.ui-13{
    position: absolute;
    right: 520px;
    bottom: 0px;
    z-index: 12;
}
/*/////////////////////FOOTER END/////////////////////////////*/






