body {
    font-family: 'Geologica', sans-serif;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

.bg1 {
    background: url(images/bg1.jpg); 
    background-size: cover;
    height: 625px;
}

.header_fixed {
    display: flex;
    color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 14px 4%;
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: -100px;
    z-index: 99;
}

header {
    display: flex;
    color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.logo {
    font-size: 18px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Geologica';
}

nav a {
    font-size: 18px;
    font-weight: 100;
    margin-left: 60px;
    color: #fff;
    text-decoration: none;
}

nav a:hover {
    opacity: 0.7;
}

h1.bg1_h1 {
    max-width: 600px;
    color: #fff;
    font-size: 33px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 65px;
}

.button_blue.bg1_button a {
    background: #336677;
    width: 100%;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 100;
    border-radius: 10px;
}

.button_blue.bg1_button a:hover {
    background: #438AA1;
}

.title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

section.about {
    margin-top: 53px;
}

.about p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
}
.mobmenu {
    display: none;
}
.mob_bg1 {
    display: none;
}
section.products {
    padding: 30px 0;
}
.feature_man {
    display: none;
}
.products_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.products_p {
    max-width: 540px;
    font-size: 18px;
    font-weight: 300;
}

.products_item_wr {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
}

.products_item {
    display: flex;
    flex-direction: column;
}

.product_name {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin-top: 20px;
}

.products_img {
    perspective: 1000px;
}

.products_img img {
    width: 100%;
    display: block;
    transform: rotateX(0deg) rotateY(0deg) scale(1);
    transition: transform 0.3s ease;
    will-change: transform;
    transform-style: preserve-3d;
}

.element {
    transition: transform 0.3s ease;
}

.element:hover {
    transform: scale(1.1);
}

.mission_bg {
    height: 358px;
    background: url(images/mission.jpg);
    background-size: cover !important;
    border-radius: 20px;
    padding: 60px;
    box-sizing: border-box;
}

.mission_bg .title {
    color: #fff;
    padding-top: 140px;
}

.mission_p {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    max-width: 660px;
}

.values_goals_wr {
    display: flex;
    flex-direction: row;
}

.values {
    background: #336677;
    border-radius: 20px;
    width: 65%;
    padding: 30px 60px;
    box-sizing: border-box;
}

.values .title {
    color: #fff;
}

.values_item_wr {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
}

.goals {
    background: url(images/valuesbg.jpg);
    background-size: cover !important;
    border-radius: 20px;
    width: 35%;
    padding: 30px 50px;
}

.values_goals_wr {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
    gap: 20px;
}

.values_item_title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}

.values_item_p {
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    margin-top: 10px;
}

.goals ul {
    padding: 0 0 0 15px;
    font-size: 16px;
}

.goals ul li {
    margin-bottom: 15px;
}

a.goals_btn {
    display: block;
    width: 130px;
    background: #fff;
    font-size: 16px;
    color: #000;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 60px;
    border: 1px solid #fff;
}

a.goals_btn:hover {
    display: block;
    width: 130px;
    background: transparent;
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 60px;
}

.why-barbers_bg {
    background: url(images/manbg.jpg);
    background-size: cover !important;
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    box-sizing: border-box;
}

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

.text-side {
    flex: 1 1 60%;
}

.text-side h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.text-side h2 span {
    display: block;
}

.features-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: stretch;
}

.feature {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 10px;
    width: 215px;
}

.feature h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 !important;
}

.feature p {
    font-size: 14px;
    color: #bbb;
}

.support-block {
    display: flex;
    align-items: center;
    background-color: #2c5a68;
    padding: 20px;
    border-radius: 12px;
    gap: 15px;
    flex-wrap: wrap;
}

.support-text {
    display: flex;
    align-items: center;
    gap: 5px;
}

.support-icon {
    margin: 2px 3px 0 0;
    padding: 0;
}


.cta-button {
    background-color: #F8C567;
    padding: 10px 20px;
    color: #000;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    border: 1px solid #F8C567;
    text-decoration: none;
}

.cta-button:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.image-side {
    flex: 1 1 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-side img {
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
}

.contacts {
    background: url(images/contactsbg.jpg);
    background-size: cover;
    height: 400px;
    margin-top: 20px;
    border-radius: 20px 20px 0 0;
    padding: 60px;
    box-sizing: border-box;
}
.burger {
    display: none;
}

.cancel img {
    pointer-events: none;
}
.contacts .title {
    color: #fff;
    padding-top: 60px;
}

.contacts_link p,
.contacts_link p a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.mobile-nav {
  transition: max-height 0.3s ease;
  overflow: hidden;
  max-height: 0;
}

.mobile-nav.show {
  max-height: 500px;
}
.about_blocks {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
}
.about_founder img {
    max-width: 390px;
    border-radius: 20px;
}
.about_founder p {
    text-align: center;
}
.about_founder p small {
    display: block;
    font-size: 10px;
    padding-top: 10px;
    letter-spacing: 2px;
}