@font-face {
    font-family: Proxima Nova Light;
    src: url('fonts/ProximaNova-Light.eot');
    src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova-Light.ttf') format('truetype');
}

@font-face {
    font-family: Proxima Nova Black;
    src: url("fonts/ProximaNova-Black.eot"),
    url(fonts/ProximaNova-Black.ttf);
}

@font-face {
    font-family: 'Proxima Nova Thin';
    src: url('fonts/ProximaNovaT-Thin.eot');
    src: url('fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNovaT-Thin.woff') format('woff'),
    url('fonts/ProximaNovaT-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



.shadowBot{
    -webkit-box-shadow: 0px 9px 21px 2px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 9px 21px 2px rgba(0,0,0,0.44);
    box-shadow: 0px 9px 21px 2px rgba(0,0,0,0.44);
}


span{
    text-align: center;
    line-height: 1.4em;
    width: 100%;
}



body {
    background: white;
    font-family: 'Proxima Nova Light', 'Roboto';
    font-size: 16px;
}



header{
    /*position: fixed;*/
    overflow: visible!important;
    margin-bottom: 50px;
    left: 0;
    background-color: #272727;
    z-index: 9;
}

.headerA{
    letter-spacing: 1px;

    margin: 10px;
    color: white;
    white-space: nowrap;

    transition-duration: 1s;
    transition-delay: 0s, 1s;
    transition-timing-function: cubic-bezier(0.1, 0.8, 0.5, 1), linear;
}

.headerA:hover{
    color: #AE894A;
}
.headerA_lvl1:hover{
    border-bottom: 1px solid #AE894A;
}


.active{
    color: #AE894A;
}

.boldActive{
    color: #AE894A!important;
    font-family: Proxima Nova Black;
}

.headerLogo{
    min-width: auto;
    margin-left: 20px;
    margin-right: 20px;
}






.lvl1{
    margin-top: 0px!important;
    height: 100vh;
    color: white;
    background-image:black;
    -webkit-transition:all 1s ease-in;
    -moz-transition:all 1s ease-in;
    -o-transition:all 1s ease-in;
    -ms-transition:all 1s ease-in;
    transition:all 1s ease-in;
}



.lvl1_mid{
    margin-bottom: 65px;
    height: 31vh;
    color: white;
    font-size: 2.5em;
    text-transform: uppercase;
    letter-spacing: 14px;
    text-align: center;
    font-family: 'Proxima Nova Thin';
}

.lvl1_bot{
    position: absolute;
    bottom: 0;
    text-align: center;
    height: 125px;
}

.element_bot2{
    height: 50px;
    line-height: 1.3em;
}

.lvl1_bot img{
    margin-bottom: 20px;
}

.lvl1_bot .element_bot{
    width: 33%;
}


.line_vertical{
    opacity: .3;
    height: 80%;
    width: 1px;
    background-color: white;
}

.mob_menu_items{
    height: 75px;
    margin-top: 15px;
    font-size: .9em;
}

.mob_menu_btn{
    position: fixed;
    top:10px;
    left: 15px;
    display: none;
    height: 50px;
    cursor: pointer;
}

.mob_menu_btn i{
    font-size: 2em;
}




.mob_menu_second{
    display: none;
    position: absolute;
    top:0;
    left: 0;
    margin-top: 65px;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: rgba(0, 0, 0, 0.92);
}


.headerA_lvl1{
    height: 100%;
}

.headerA_lvl2{
    font-size: 1.1em;
    font-family: 'Proxima Nova Thin';
    position: absolute;
    top: 90px;
    background-color: #2f2f2f;
    display: none;
}



.headerA_lvl1 .headerA{
    text-transform: uppercase;
}
.headerA_lvl2 .headerA{
    text-transform: none;
}


.headerA_lvl1:hover{
    display: flex;
}
.headerA_lvl1:hover > .headerA_lvl2{
    display: flex;
}


.socBig {
    width: 100%;
    min-width: 310px;
    max-width: 460px;
}

.ringBig{
    background: no-repeat center / contain;
    height: 96px;
    width: 97px;
}

.onCenter{
    height: 320px;
    width: 500px;
    padding: 40px;
    background-color: rgba(174,137,74, .96);
    color: white;
    z-index: 1;
}

.onCenter > span{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    line-height: 2em;
    font-size: 1.25em;
}




.btnRounded{
    margin: 1em;
    min-height: 40px;
    border: 1px solid #AE894A;
    color: #AE894A;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 50px;
    line-height: 1.3em;

    min-width: 50px;
    width: auto;

    transition-duration: 1s;
    transition-delay: 0s, 1s;
    transition-timing-function: cubic-bezier(0.1, 0.8, 0.5, 1), linear;
    letter-spacing: 1px;
    
    text-align:center;
}

.btnRounded *{
    letter-spacing: 1px;
}


.btnRounded2{
    min-height: 54px;
    padding-left: 35px;
    padding-right: 35px;
    text-align:center;

}

.btnRoundedInverted{
    color:white;
    border-color: white;
}




.btnRounded:hover{
    color: white;
    background-color: #AE894A;
}
.btnRoundedInverted:hover{
    color: #AE894A;
    background-color: white;
}





.site_h1{
    color: #AE894A;
    text-transform: uppercase;
    font-size: 2.7em;
    font-family: 'Proxima Nova Black';
    letter-spacing: 15px;
    margin-bottom: .5em;
    text-align: center;
}

.site_h2{
    color: #666666;
    text-transform: uppercase;
    font-size: 1.9em;
    letter-spacing: 6px;
    margin-bottom: .5em;
    text-align: center;
}

.site_h3{
    color: #666666;
    text-transform: uppercase;
    font-size: 1.4em;
    letter-spacing: 6px;
    margin-bottom: .5em;
    text-align: center;
}


.lvl2{
    margin-top: 60px;
    margin-bottom: 40px;
}


.separator{
    height: 1px;
    width: 160px;
    background-color: #999999;
}



footer{
    margin-top: 65px;
    background-color: #222222;
    min-height: 270px;
    color: #808080;
    line-height: 1.4em;
}

.foot{
    padding-top: 30px;
    padding-bottom: 30px;
}

.socMini{
    margin-top: 30px;
    width: 320px;
}

.footRTop > div{
    margin-bottom: 40px;
}


.page_content{
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 60vh;
}




.BreadcrumbList {
    display: flex;
    width: 100%;
    align-items: baseline;
    margin-bottom: 30px;
}

.BreadcrumbList a span{
    color: #AE894A;
}

.BreadcrumbList li{
    margin-left: 5px;
    margin-right: 5px;
}




.OnOrOna{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}


.OnOrOnaElem{
    background-color: #AE894A;
    transition-duration: 1s;
    transition-delay: 0s, 1s;
    transition-timing-function: cubic-bezier(0.1, 0.8, 0.5, 1), linear;
}
.OnOrOnaElem:hover {
    transform: scale(1.07);
}

.OnOrOnaElem img{
    transition-duration: 1s;
    transition-delay: 0s, 1s;
    transition-timing-function: cubic-bezier(0.1, 0.8, 0.5, 1), linear;
}
.OnOrOnaElem:hover img{
    opacity: .7;
}





.contacts_page{
    margin-top: 30px;
}

.contacts_page img{
    margin-bottom: 25px;
}

.contacts_page .site_h3{
    letter-spacing: 2px;
    font-size: 1.2em;
}



.site_h1.usluga{
    font-size: 2em;
}


.spisok {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.spisok_top {
    width: 100%;
    margin-bottom: 10px;
    background-image: radial-gradient(circle closest-side, #b3b3b3 99%, transparent 1%);
    background-position: bottom;
    background-size: 6px 3px;
    background-repeat: repeat-x;
}

.spisok_name {
    text-align: left;
    /*text-transform: uppercase;*/
    font-size: 18px;
    line-height: 18px;
}

.spisok_name > span {
    background-color: white;
    line-height: 1em;
}

.spisok_price {
    background-color: white;
    text-align: right;
    font-size: 18px;
    line-height: 18px;
    color: #AE894A;
    font-weight: 600;
}

.spisok_priceL {
    background-color: white;
    text-align: right;
    font-size: 18px;
    line-height: 18px;
    color: #AE894A;
    font-weight: 600;
}

.spisok_priceL > * {
    white-space: nowrap;
}


.spisok_price:after {
    content: 'СЂСѓР±.';
    margin-left: 8px;
}


.spisok_descr {
    color: #ae894a;
    width:100%;
    text-align: left;
    font-size: 14px;
}




.usluga{
    margin-bottom: 1em;
    margin-top: .5em;
}


.barbIndex:hover{
    opacity:.8;
}

.socMini a{
    margin: 8px;
    transition-duration: 1s;
    transition-delay: 0s, 1s;
    transition-timing-function: cubic-bezier(0.1, 0.8, 0.5, 1), linear;
} 
.socMini a:hover{
    opacity:.5;
} 


.socBig a{
    transition-duration: 1s;
    transition-delay: 0s, 1s;
    transition-timing-function: cubic-bezier(0.1, 0.8, 0.5, 1), linear;
} 
.socBig a:hover{
    transform: scale(1.1);
} 




#leftImg{
    position: sticky;
    top: 50px;
}

.yButton{
    max-width:auto!important;
    min-width:auto!important;
}

.yCloseIcon{
    max-width:auto!important;
    min-width:auto!important;
}

.yButtonText{
    font-family:'Proxima Nova Black!important';
}

.yWidgetCover{
    display:none!important;
}






/*MEDIA 900 START*/
@media (min-width: 900px) {

    .mob_menu_second{
        display: none!important;
    }

    .footL{
        align-items: flex-start;
    }
    .footL div{
        align-items: flex-start;
        text-align: left;
    }
    .footR{
        align-items: flex-end;
        text-align: right;
    }
    .footR div{
        align-items: flex-end;
    }

    .mob_menu_second{
        display: none!important;
    }

}



@media (max-width: 900px) {

    body {
        font-size: .85em!important;
    }

    span{
        line-height: 1.8em;
    }

    .page_content{
        margin-top: 65px;
        padding-left:20px;
        padding-right:20px;
    }

    .headerA{
        display: none;
    }

    .mob_menu_second .headerA{
        display: block;
        margin-top: 40px;
        height: auto;
    }

    .headerLogo{
        width: 220px;
    }

    .mob_menu_btn{
        display: flex;
    }

    .mob_menu_items{
        height: 50px;
    }

    .mob_menu_items >*:not(.headerLogo){
        display: none;
    }

    .mob_menu_second{
        display: none;
    }

    .headerA_lvl1{
        height: auto;
    }

    .headerA_lvl1:hover > .headerA_lvl2{
        display: none;
    }

    .onCenter {
        width: 300px;
    }

    .onCenter > span {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 1.1em;
    }

    .lvl1_mid{
        letter-spacing: 5px;
        text-align: center;
    }

    .site_h1 {
        letter-spacing: 7px;
    }

    .socBig {
        transform: scale(.9);
    }

    .lvl2{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .foot{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .socMini {
        margin-top: 15px;
    }

    .footA .headerA{
        display: block;
    }

    .footRTop > div{
        margin-bottom: 10px;
    }

    header{
        position: fixed;
    }

    header + *{
        margin-top: 85px!important;
    }

    .OnOrOna{
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .OnOrOnaElem:hover {
        transform: scale(1);
    }

    .BreadcrumbList{
        padding-left: 10px;
    }
	
	
	
	.site_h1.usluga{
		margin-top:100px!important;
	}
	
	
	#leftImg{
        position: inherit!important;
    }




}
/*MEDIA 900 END*/

