@font-face{ 
    font-family: 'Geometria';
    src: url('../fonts/Geometria.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face{ 
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face{ 
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face{ 
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face{ 
    font-family: 'Geometria';
    src: url('../fonts/Geometria-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face{ 
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face{ 
    font-family: 'Geometria';
    src: url('../fonts/Geometria-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face{ 
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face{ 
    font-family: 'Geometria';
    src: url('../fonts/Geometria-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face{ 
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face{ 
    font-family: 'Barbaro';
    src: local('Barbaro Roman'), url('../fonts/Barbaro-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Geometria', sans-serif;
    overflow-x: hidden;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
}

h1 {
    font-family: 'Barbaro';
    font-size: 85px;
    text-transform: uppercase;
}

h2 {
    font-weight: 900;
    font-size: 47px;
}

h3 {
    font-size: 24px;
    color: #4e9d91;
}

.on_middle{
    display: none !important;
}
.on_small{
    display: none !important;
}
.on_mobile{
    display: none !important;
}

.container-fluid {
    padding: 0 5%;
}

.main {
    background: url(../img/main_bg.png) no-repeat center right / cover;
    height: 100vh;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logo {
    height: 111px;
    width: 97px;
}

.main .nav-link {
    font-weight: 300;
    font-size: 16px;
    opacity: 0.7;
    color: #fff;
}

.main .nav-link:hover {
    opacity: 0.7;
    color: #fff;
    text-decoration: underline;
}

.main .nav-link:active {
    opacity: 1;
    color: #fff;
    text-decoration: underline;
}
.main .nav {
    margin-bottom: 40px;
}

.postheader {
    font-size: 22px;
    margin-bottom: 60px;
    font-weight: 300;
}

.zapis {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
}

.zapis:hover {
    color: #fff;
    text-decoration: none;
}

.zap_arrow {
    margin-right: 16px;
    transition: all 0.3s;
}

.zapis:hover .zap_arrow {
    transform: scale(0.7);
}

.zapis:active .zap_arrow {
    transform: scale(0.5);
}

.main_bottom {
    display: flex;
    justify-content: space-between;
}

.bottom_info {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 300;
    flex-wrap: wrap-reverse;
}

.info_item img {
    margin-right: 16px;
}

.info_item {
    margin-right: 100px;
}

.social {
    display: flex;
    align-items: center;
}

.social a {
    margin-right: 38px;
    opacity: 0.4;
    text-decoration: none;
}

.social a:last-child {
    margin-right: 0;
}

.social a:hover {
    opacity: 0.1;
    text-decoration: none;
}

.social a:active {
    opacity: 1;
    text-decoration: none;
}

.about {
    background: url(../img/why_bg.png) no-repeat center center / cover;
    padding-top: 140px;
    padding-bottom: 146px;
    position: relative;
}

.about_photo {
    position: absolute;
    width: 50%;
    top: 96px;
    right: 0;
}

.about_desc {
    font-size: 20px;
    font-weight: 300;
}

.barber_title {
    margin-right: 0;
    margin-left: auto;
    width: 70%;
    text-align: right;
    position: relative;
    margin-top: -20px;
}

.about_icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_ttl {
    text-transform: uppercase;
    margin-top: 10px;
}

.about_item {
    /*flex: 1 1 auto;*/
    margin-top: 40px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    min-width: 145px;
}

.team {
    background: url(../img/team_bg.png) no-repeat center center / cover;
    padding: 117px 0;
}

.team_slider {
    position: relative;
}

.member {
    text-align: center;
}

.person {
    padding: 0 30px;
}

.member_name {
    font-size: 18px;
    color: #090909;
    font-weight: 700;
    padding: 30px 0;
    background: url(../icons/name_bg.svg) no-repeat center center / contain;
    margin-top: -10px;
    margin-bottom: 20px;
}

.member_zapis, .member_zapis:hover, .member_zapis:active {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s
}

.member_zapis img {
    margin-left: 10px;
    transition: all 0.3s
}

.member_zapis:hover img {
    margin-left: 25px;
}

.team_slide {
    display: none;
}

.team_slide.active {
    display: block;
}

.member.hide {
    animation-name: bounceOutDown !important;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.member.show {
    animation-name: bounceInUp !important;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.wait05 {
    animation-delay: 0.5s; 
}

.wait1 {
    animation-delay: 1s; 
}

.prev_slide, .next_slide {
    opacity: 0.5;
    text-decoration: none;
    position: absolute;
    top: 45%;
}

.prev_slide{
    left: -10%;
}

.next_slide{
    right: -10%;
}

.prev_slide:hover, .next_slide:hover {
    opacity: 1;
    text-decoration: none;
}

.not_now {
    opacity: 0;
}

.prices {
    background: url(../img/why_bg.png) no-repeat top center / cover;
    padding: 165px 0;
    position: relative;
    z-index: 5;
}

.centered_text {
    text-align: center;
}

.prices h2 {
    font-size: 35px;
}

.price_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    position: relative;
}

.service, .price {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.mt40{
    margin-top: 40px;
}

.dots {
    position: absolute;
    height: 2px;
    border-top: 2px dotted #fff;
    width: 100%;
    top: 50%;
    left: calc(100% + 10px);
    opacity: 0.4;
}

.service_desc {
    font-style: italic;
    font-weight: 300;
}

.service_desc2 {
    font-style: italic;
    font-weight: 300;
}

.lookbook {
    padding: 86px 0;
    background: url(../img/team_bg.png) no-repeat bottom center / cover;
}

.look_img {
    margin-right: 10px;
    margin-left: 10px;
}

.slider_container {
    position: relative;
}

#prev_look{
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100%;
    top: 0;
    /*background: rgba(0,0,0,0.9);*/
} 

#next_look {
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100%;
    top: 0;
    /*background: rgba(0,0,0,0.9);*/
}

.modal, .modal-content {
    background: #191919;
}

.modal-content {
    border-radius: 0;
    border: none;
    text-align: center;
}

.modal_close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 25px;
    height: 25px;
}

.carousel-control-prev {
    left: -120px;
}

.carousel-control-next {
    right: -120px;
}

.contacts {
    background: url(../img/why_bg.png) no-repeat center top / cover;
    padding-top: 90px;
    text-align: center;
    padding-bottom: 20px;
}

.cont_ttl {
    font-size: 20px;
    opacity: 0.4;
    font-weight: 300;
    padding-bottom: 20px;
}

.cont_text {
    font-size: 22px;
    font-style: italic;
}

.tel, .tel:hover, .tel:active {
    color: #fff;
    text-decoration: none;
}

.contacts .nav-link {
    font-weight: 300;
    font-size: 16px;
    opacity: 0.7;
    color: #fff;
    margin-bottom: 40px;
}

.contacts .nav-link:hover {
    opacity: 0.7;
    color: #fff;
    text-decoration: underline;
}

.contacts .nav-link:active {
    opacity: 1;
    color: #fff;
    text-decoration: underline;
}
.contacts .nav {
    margin-top: 40px;
}

.footer {
    padding: 0 15px;
}

.ridhts {
    font-size: 18px;
    font-weight: 100;
}

.creaters {
    text-align: right;
}

.creaters a, .creaters a:hover, .creaters a:active {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
}

.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
}

.loader04 {
    width: 56px;
    height: 56px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s ease-in-out infinite;
    top: 50%;
    margin: -28px auto 0; 
}
.loader04::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px; 
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0); }
    100% {
        transform: rotate(360deg); } 
}

.hum_btn {
    text-align: right;
    margin-bottom: 20px;
}

.mob_menu {
    background: #000;
    padding: 35px;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: -100vh;
    z-index: 999999999;
    transition: all 1s;
}

.mob_menu.active{
    top: 0;
}

.mob_menu_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mob_logo {
    max-height: 86px;
}

.mob_close {

}

.mob_menu .nav {
    height: calc(100% - 156px);
    padding-top: 40px;
}

.mob_menu .nav-link, .mob_menu .nav-link:hover {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}

.show_more {
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 20px 20px;
    width: 100%;
    max-width: 350px;
    min-width: 290px;
    margin: 20px auto;
    border-radius: 50px;
    border: 1px solid #707070;
    text-transform: uppercase;
}

.more_members {
    display: block;
}

.hidden {
    display: none;
}

.fix_on_scroll{

}

.scrolled {
    background: rgba(0,0,0,0.7);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    padding-top: 20px !important;
}

.address {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1366.8px) {
    .main .nav-link, .contacts .nav-link {
        font-size: 11px;
    }
    h1 {
        font-size: 55px;
    }
    .postheader, .member_name {
        font-size: 16px;
    }
    .zapis{
        font-size: 18px;
    }
    .zapis img {
        height: 57px;
        width: 57px;
    }
    h2, .prices h2 {
        font-size: 25px;
    }
    .info_item, .about_desc{
        font-size: 14px;
    }
    .about_ttl, .ridhts {
        font-size: 13px;
    }
    .barber_title {
        margin-top: -50px;
    }
    .member_zapis, .member_zapis:hover, .member_zapis:active {
        font-size: 10px;
    }
    .service, .price, .cont_ttl {
        font-size: 15px;
    }
    .cont_text {
        font-size: 17px;
    }
    .creaters{
        font-size: 12px;
    }
}

.side {
    width: 50%;
}

.about_full {
    display: flex;
}

.content {
    width: 570px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 30px;
}
.content h2 {
    margin-top: 20px;
}


@media screen and (max-width: 1199.8px) {
    .about_desc{
        font-size: 14px;
    }
    .content {
        width: 480px;
    }
}

@media screen and (max-width: 991.8px) {
    .not_on_middle{
        display: none !important;
    }
    .on_middle{
        display: block !important;
    }
    .scrolled{
        padding-top: 10px !important;
    }
    .main_bottom {
        align-items: flex-end;
    }
    .info_item {
        margin-top: 20px;
    }
    .social a img {
        height: 49px;
        width: 49px;
    }
    h1 {
        text-align: center;
        font-size: 80px;
    }
    .postheader {
        font-size: 30px;
        text-align: center;
    }
    .main .container {
        text-align: center;
    }
    .zapis {
        font-size: 27px;
    } 
    .zapis img {
        height: 87px;
        width: 88px;
    }
    .info_item {
        font-size: 19px;
    }
    .info_item img {
        min-width: 34px;
        min-height: 34px;
    }
    .service {
        font-size: 15px;
    }
    .price {
        font-size: 20px;
    }
    .about_desc{
        font-size: 19px;
        margin-bottom: 20px;
    }
    .barber_title{
        margin-top: -50px;
    }
    .prev_slide img, .next_slide img {
        height: 25px;
        width: 25px;
    }
    h2, .prices h2 {
        font-size: 25px;
    }
    .prices h2{
        margin-bottom: 0;
    }
    .prices .mt40 {
        margin-top: 0;
    }
    .prices {
        padding: 65px 0;
    }
    .team {
        padding: 51px 0; 
    }
    .about {
        padding: 74px 0;
    }
    .lookbook {
        padding: 34px 0;
    }
    .cont_ttl {
        font-size: 13px;
        text-align: left;
    }
    .cont_text {
        font-size: 15px;
        text-align: left;
    }
    .contacts iframe {
        height: 208px;
    }
    .contacts .nav-link {
        font-size: 11px;
    }
    .ridhts {
        font-size: 11px;
    }    
    .creaters {
        text-align: center;
    }
    .contacts {
        padding-top: 38px;
    }
    .modal-dialog{
        max-width: 100%;
    }
    .modal_close {
        top: -30px;
        right: 20px;
    }
    .carousel-control-prev, .carousel-control-next {
        height: auto;
        width: 57px;
        top: auto;
        bottom: -90px;
        left: 35%;
        background: none;
    }
    .carousel-control-next {
        right: 35%;
        left: auto;
    }
    .about_icons {
        justify-content: space-around;
    }
    .about_item {
        min-width: 180px;
    }
    .side {
        width: 100%;
    }
    .content {
        max-width: 720px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .about_full {
        display: block;
    }
}

@media screen and (max-width: 767.8px) {
    .not_on_small{
        display: none !important;
    }
    .on_small{
        display: block !important;
    }
    .container-fluid {
        padding: 0 15px;
    }
    .mob_logo, .mob_close {
        max-height: 53px;
    }
    .main {
        padding-top: 22px;
    }
    h1 {
        font-size: 52px;
    }
    .zapis img {
        max-height: 77px;
    }
    .zapis{
        padding-top: 20px;
        font-size: 22px;
    }
    .main_bottom {
        justify-content: center;
    }
    h2, .prices h2 {
        font-size: 35px;
    }
    .about {
        text-align: center;
    }
    .barber_title {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        text-align: left;
        position: relative;
        margin-top: -130px;
    }
    .about_desc{
        font-size: 18px;
        font-weight: 200;
    }
    .about_ttl, .member_name {
        font-size: 18px;
    }
    .member_zapis {
        font-size: 19px;
    }
    .member {
        margin-top: 30px;
    }
    .price_row {
        flex-direction: column;
        align-items: center;
    }
    .service {
        text-align: center;
        font-weight: 300;
        font-size: 16px;
    }
    .price {
        font-size: 36px;
    }
    .service_desc {
        text-transform: none;
    }
    .cont_ttl {
        font-size: 20px;
        text-align: center;
    }
    .cont_text {
        font-size: 22px;
        text-align: center;
    }
    .contacts .nav {
        flex-direction: column !important;
        margin-bottom: 30px;
    }    
    .contacts .nav-link {
        font-size: 20px;
        margin-bottom: 0;
    }
    .ridhts {
        font-size: 18px;
        margin-bottom: 20px;
    }    
    .creaters a, .creaters a:hover, .creaters a:active {
        font-size: 19px;
    }
    .carousel-control-prev {
        left: 20%;
    }
    .carousel-control-next {
        right: 20%;
    }
    .mob_menu .nav-link, .mob_menu .nav-link:hover {
        font-size: 25px;
    }
    .about_item {
        min-width: 145px;
    }
    #prev_look img, #next_look img {
        height: 40px;
        width: 40px;
    }

    .content {
        max-width: 540px;
    }
}

@media screen and (max-width: 575.8px) {
    .not_on_mobile{
        display: none !important;
    }
    .on_mobile{
        display: block !important;
    }
    .content {
        max-width: 100%;
    }
}
