:root {
   
    --main-color: #9E0707
}
  
@font-face {
    font-family: 'Kanyon';
    src: url('../fonts/kanyon-regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-style: normal;
    font-display: swap;
}


html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Manrope';
     font-style: 400;
     font-weight: normal;
     color: white;
     background: #111111;
}
h1,h2,h3,h4,h5,p,a,ul{
    margin: 0;
    padding: 0;
}
header{
    width: 100%;
}
.menu-line{
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.menu-line ul{
    padding-left: 140px;
}
.under-map ul{
    padding-left: 70px;
}
.menu-line ul li,.under-map ul li{
    display: inline-block;
    padding-right: 60px;
}
.menu-line ul li a,.under-map ul li a{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
   
    color: white;   
}
a:hover{
    text-decoration: none;
}
.right-block{
    margin-left: auto;
    text-align: right;
}
.right-block a{
    color: #FFF;
text-align: right;
font-family: 'Kanyon';
font-size: 40px;
font-style: normal;
font-weight: 400;
display: block;
}
.right-block p{
    font-size: 15px;
font-style: normal;
font-weight: 400;
margin-top: -10px;
}
.header{
    margin-top: 30px;
    background: url('../img/header.webp');
    background-size: cover;
    background-position: center center;
    height: 660px;
    position: relative;
}

.header-1{
  
    background: url('../img/header-1.webp');
    background-size: cover;
    background-position: center center;
  
    position: absolute;
    
    height: 566px;
    width: 562px;
    top: 14.5%;
    left: 46%;
    z-index: 2;
}
.header-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 1;
}
h1{
    color: #FFF;
font-family: 'Kanyon';
font-size: 125px;
font-style: normal;
font-weight: 400;
}
.header-flex img{
    max-height: 115px;
}
.gradient-1{
    width: 100%;
    background: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0.00) 100%);
    height: 539px;
    position: absolute;
    left: 0;
    top: 0;
}
.gradient-2{
    width: 100%;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.00) 0%, #121212 100%);
    height: 318px;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 3;

}
.bottom-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
   
    bottom: 0;

}
.bottom-position{
    z-index: 4;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}
.bottom-flex p{
    color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 400;
}
.btn{
    border-radius: 2px;
background: #9E0707;

display: inline-block;
padding: 12px 65px;

color: white;
font-family: 'Oswald', sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 700;
border: 2px solid var(--main-color);
text-transform: uppercase;
transition: 0.3s all;
}
.btn:hover{
    transition: 0.3s all;
    background: none;
    color: white;
}
.line{
    background: #010101;
    padding-top: 20px;
    padding-bottom:20px;
    overflow-x: hidden;
    display: flex;
    align-items: center;
}
.block-slide{
    display: flex;
    align-items: center;
    margin-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.block-slide p{
    font-size: 20px;
font-style: normal;
font-weight: 400;
margin-right: 50px;
}
h2{
    color: #FFF;
font-family: 'Kanyon';
font-size: 140px;
font-style: normal;
font-weight: 400;
text-align: center;
text-transform: uppercase;

}
.price{
    background: url('../img/bg-price.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding-top: 170px;
    padding-bottom: 62px;
}
table{
    margin-top: 95px;
    width: 100%;
}
thead td{
    color: #FFF;
font-size: 21px;
font-style: normal;
font-weight: 400;

opacity: 0.5;
padding-bottom: 50px;
}
tbody td{
    color: #FFF;

font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 52px;
padding-top: 15px;
padding-bottom: 15px;
}
tbody td:first-child{
    color: #FFF;
font-family: 'Oswald';
font-size: 32px;
font-style: normal;
font-weight: 700;
 /* 196.875% */
text-transform: uppercase;
}
td:first-child{
    width: 60%;
}
td:nth-child(2),td:nth-child(3){
    width: 20%;
}
tr{
    border-bottom: 2px solid white;
}
td img{
    margin-left: 10px;
}
.mt{
    margin-top: 70px;
}
.mt h2{
    text-align: left;
}
.section-header p{
    color: #FFF;
font-size: 28px;
font-style: normal;
font-weight: 400;
margin-left: 130px;
}
.section-header{
    display: flex;
    align-items: center;
}
.swiper{
    margin-top: 90px;
}
.swiper img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.3;
    transition: 0.3s all;
}
.swiper img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
    transition: 0.3s all;
}
.masters{
    margin-top: 170px;
}
.masters .row{
    margin-top: 70px;
}
.barber-image{
    height: 550px;
    width: 100%;
    background: url('../img/barbers/1.webp');
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#br2{
    background: url('../img/barbers/2.webp?ver=2.0');
    background-size: cover;
    background-position: center center;
}
#br3{
    background: url('../img/barbers/3.webp?ver=2.0');
    background-size: cover;
    background-position: center center;
}
#br4{
    background: url('../img/barbers/4.webp?ver=2.0');
    background-size: cover;
    background-position: center center;
}
.barber-image::after{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.48) 100%);
    top: 0;
    left: 0;
}
.barber-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 30px;
    padding-bottom: 15px;
}
.barber-text p{
    color: #FFF;
font-size: 35px;
font-style: normal;
font-weight: 700;
}
.barber-text span{
    color: #FFF;
text-align: right;
font-size: 18px;
font-style: normal;
font-weight: 600;

}
.about{
    margin-top: 170px;
}
.about img{
    max-width: 100%;
}
.about-lines{
    color: #FFF;

font-size: 34px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 154.286% */
text-transform: uppercase;
}
.line-about{
    display: flex;
    align-items: center;
    border-top: 1px solid white;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}
.line-about:last-child{
    border-bottom: 1px solid white;
}
.line-about span{
    display: inline-block;
}
.line-about img{
    height: 65px;

}
.brands,.sales{
    margin-top: 170px;
}
.box-sale{
    background: url('../img/bg-info.webp');
    background-size: cover;
    background-position: center center;
    padding: 70px 90px;
}
h3{
    color: #FFF;
font-family: 'Kanyon';
font-size: 84px;
font-style: normal;
text-transform: uppercase;
font-weight: 400;
}
.footer-sale{
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-sale p{
    color: #FFF;

font-size: 21px;
font-style: normal;
font-weight: 400;

}
footer{
    margin-top: 200px;
}
.contacts-info{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-contacts p{
    color: #FFF;

font-size: 21px;
font-style: normal;
font-weight: 400;
}
.left-contacts a{
    color: #9E9E9E;
text-align: center;
display: inline-block;
font-size: 21px;
margin-left: 10px;
font-style: normal;
font-weight: 400;
}
.left-contacts{
    display: flex;
    align-items: flex-end;
}
.right-contacts a{
    color: #FFF;
text-align: right;
font-family: 'Kanyon';
font-size: 90px;
font-style: normal;
font-weight: 400;
}
.under-map{
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
}
.footer-footer{
    margin-top: 110px;
    border-top: 1px solid white;
    padding-top: 45px;
    padding-bottom: 45px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #FFF;

font-size: 15px;
font-style: normal;
font-weight: 400;
}
.fixed-position{
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 10;
}
.fixed-circle{
    border-radius: 100%;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    color: white;
    
    text-align: center;
    font-weight: 600;
}
.menu-mobile{
    display: none;
}
.socials{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.socials a{
    display: inline-block;
    font-size: 18px;
    color: white;
    text-decoration: underline;
}
.socials a:not(:first-child){
    margin-left: 10px;
}

.animphone:before, .animphone:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid var(--main-color);
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
    z-index: 5;
}
.animphone:after {
    animation-delay: .5s;
}
.animphone {
    position: relative;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

.right-menu{
    

    width: 100%;
    position: fixed;
    right: 0;
    height: 100%;
    top: 0;
    background: #111;
    z-index: 9;
    padding: 48px 40px 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    transform: translateX(100%);
    transition: 0.3s all;
}
.right-menu.active {
    transition: 0.3s all;
    transform: translateX(0%);
}
.closemenu {
    position: absolute;
    margin-top: -12.5px;
    margin-left: -12.5px;
    right: 3%;
    top: 3%;
    width: 25px;
    cursor: pointer;
}
.right-menu ul {
    margin-top: 60px;
}
.right-menu ul li {
    display: block;
    margin-bottom: 20px;
}
.right-menu ul li a {
    font-weight: 400;
    font-size: 21px;
    line-height: 22px;
    color: white;
}
@media screen and (max-width: 1200px){

    .menu-line ul{
        padding-left: 70px
    }
    .header-flex img{
        max-height: 95px;
    }
    h1 {
        font-size: 110px;
    }
    .header-1{
        left: 44%;
    }
    .about-lines{
        font-size: 28px;
    }
    .section-header p{
        font-size: 26px;
    }
    .right-contacts a{
        font-size: 70px;
    }
    .under-map ul li{
        padding-right: 20px;
    }
    .under-map ul{
        padding-left: 40px;
    }
}
@media screen and (max-width: 992px){
    .fixed-circle{
        height: 80px;
        width: 80px;
        font-size: 14px;
    }
    .menu-line{
        display: none;
    }
    h1{
        line-height: 66px;
        font-size: 83px;
    }
    .bottom-flex{
        flex-direction: column;
        align-items: flex-start;
    }
    .bottom-flex p{
      
        font-size: 18px;
    }
    .bottom-flex .left-block{
        margin-bottom: 10px;
    }
    .btn{
        font-size: 18px;
    }
    .header-flex{
        flex-direction: column;
        align-items: flex-start;
    }
    .header-flex img{
        max-height: 80px;
    }
    .header{
        overflow: hidden;
        
    }
    h2{
        font-size: 80px;
    }
    .price{
        padding-top: 100px;
    }
    thead td{
        font-size: 18px;
    }
    td:nth-child(2), td:nth-child(3){
        width: 20%;
    }
    td:first-child{
        width: 60%;
    }
    tbody td:first-child{
        font-size: 18px;
    }
    tbody td{
        font-size: 18px;
    }
    td img{
        max-height: 40px;
    }
    .section-header{
        flex-direction: column;
        align-items: flex-start;
    }
    .section-header p{
        margin: 0px;
        margin-top: 20px;
        font-size: 18px;
      
    }
    .works .swiper img{
        max-height: 300px;
    }
    .barber-image{
        height: 350px;
    }
    .barber-text{
        flex-direction: column;
        align-items: flex-start;
    }
    .barber-text p{
        font-size: 18px;
    }
    .barber-text span{
        font-size: 16px;
    
    }
    .about-lines{
        margin-top: 20px;
    }
    .line-about img{
        height: 35px;
    }
    .about-lines{
        font-size: 16px;
    }
    .line-about{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .box-sale{
        padding: 40px 20px;
    }
    h3{
        font-size: 50px;
    }
    h3 img{
        max-height: 65px;

    }
    .footer-sale{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-sale p{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .contacts-info,.left-contacts{
        flex-direction: column;
        align-items: flex-start;
    }
    .left-contacts p,.left-contacts a{
        font-size: 18px;
    }
    .left-contacts a{
        margin-left: 0px;
        margin-top: 5px;
    }
    .right-contacts a{
        font-size: 55px;
    }
    .under-map{
        flex-direction: column;
        align-items: flex-start;
    }
    .under-map ul li{
        display: block;
    }
    .under-map ul{
        padding-left: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .under-map ul li{
        padding-right: 0px;
        padding-bottom: 15px;
    }
    .footer-footer{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-footer div{
        margin-top: 20px;
    }
    .menu-mobile{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .menu-mobile .logo{
        max-width: 40%;
    }
    .right-block a{
        font-size: 26px;
    }
    #tablecontainer{
        overflow: scroll;
    }
    table{
        white-space: nowrap;
    }
}

