* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: sans-serif;
    font-size: 24px;
}
.main {

}
.header {
    background-image: url(images/header_back.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 50%);
}
.header-top {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}
.logo img {
    height: 100px;
}
.menu {
    display: flex;
    align-items: center;
}
.menu_ul {
    display: flex;
    list-style: none;
}
.menu ul li + li {
    margin-left: 8vw;
}
.menu_link {
    font-size: 1.2em;
    color: white;
    text-decoration: none;
    font-family: sans-serif;
    transition: color 0.9s;
}
.menu_link:hover {
    color: orange;
}
.banner {
    text-align: center;
    color: aliceblue;
    margin-top: calc(50vh - 300px);
}
.banner h1 {
    font-size: 3em; 
    margin-bottom: 50px; 
}
.banner p {
    font-size: 1em;
    max-width: 40%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.header-btn {
    background-color: #c49300;
    padding: 15px 50px;
    color: aliceblue;
    text-decoration: none;
    transition: background 0.9s;
}
.header-btn:hover {
    background-color: #8c6900;
}
/* clothing */

.clother {
    margin-top: 150px;
    text-align: center;
}
.clother h2 {
    font-size: 1.8em;
    margin-bottom: 50px;
    max-width: 1320px;
}
.clother p {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 100px;
}   

.tiles-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    max-width: 1320px;
    margin: 0 auto;       
}
.tiles-category .item {
    max-width: 580px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin: 40px;
}
.tiles-category .item_img {
    width: 100%;
    transition: 0.5s;
    margin-bottom: -7px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}
.tiles-category .item_overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    color: aliceblue;
}
.tiles-category .item:hover .item_img {
transform: scale(1.15);
}

/* footer */
.footer {
    background-color: black;
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
}
.footer p {
    padding: 30px 0;
}
.social {
    display: flex;
    justify-content: space-around;
    width: 10vw;
    margin: 0 auto;
}
.social a { 
    color: aliceblue;
    text-decoration: none;
    transition: color 0.5s;
}
.social a:hover {
    color: orange;
}
/* shop-page */
.header_shop {
    background-image: url(images/shop_header_back.jpg);
    height: 60vh;   
}
.header_shop .banner {
    margin-top: calc(50vh - 350px);
}

.contentInfo {
    margin-top: 150px;
    text-align: center;
}
.contentInfo h2 {
    font-size: 1.8em;
    margin-bottom: 50px;
}
.contentInfo p {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
}
.tiles_bs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.tiles_bs .item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    width: 285px;
    height: 635px;
    margin: 0 20px 80px;
}
.tiles_bs .item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item_info p:first-child{
    font-weight: 900;
    height: 70px;
}
.item_info p {
    text-align: center;
    margin: 25px auto;
}
.tiles_bs .btn {
    text-decoration: none;
    color: whitesmoke;
    background-color: #000;
    border-radius: 7px;
    padding: 10px 50px;
    width: 200px;
    margin: 0 auto;
    display: inline-block;
    transition: background 0.9s;
}
.tiles_bs .btn:hover {
    background-color: #8c6900;
}
/* about page */
.header_about {
    background: url(images/about_header_back.jpg);
    height: 60vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header_about .banner {
    margin-top: calc(50vh - 350px);
}
.description {
    padding: 120px 25px 120px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding-right: 15vw;
}
.description h2 {
    font-size: 1.9em;
    font-weight: 700;
}
.description .line {
    width: 200px;
    height:  3px;
    background-color: black;
    margin: 70px 0;
}
.description p {
    font-size: 20px;  
}
.team {
    margin-top: 150px;
    text-align: center;
}
.team h2 {
    font-size: 1.8em;
    margin-bottom: 50px;
}
.team p {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 100px;
}
.team_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.team .item {
    margin: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 0.9em;
    width: 225px;
    height: 350px;
}
.team .item img {
    width: 225px;
    height: 225px;
    object-fit: cover;
}
.item p {
    margin: 25px 0;
    white-space: nowrap;
}
.item .team_name {
    font-weight: 700;
}

/* contacts-page */
.header_contacts {
    background-image: url(images/contacts_header_back.jpg);
    height: 60vh;
}
.header_contacts .banner {
    margin-top: calc(50vh - 350px);
}
.contacts-block {
    padding: 150px 0;
    font-size: 1.2em;
    max-width: 1200px;
    margin: 0 auto;
}
.contacts-block p:first-child {
    margin-bottom: 40px;
}
.contacts-block p {
    margin: 10px 0;
}
.contacts-block span {
    font-weight: 700;
}
.contacts-form {
    max-width: 1200px;
    margin: 0 auto;
}
.contacts-form p:first-child {
    font-weight: 700;
}
.contacts-form input {
    width: 100%;
    display: block;
    margin: 30px auto;
    border: none;
    border-bottom: 1px solid black;
    padding: 20px 5px;
    font-size: 18px;
}
#submit-btn {
    background-color: black;
    color: aliceblue;
    max-width: 300px;
    text-align: center;
    border-radius: 40px;
}
.map-desc {
    max-width: 1200px;
    margin: 100px auto 0;
}
.map-desc p:first-child {
    font-weight: 700;
} 
.map-desc p {
    margin-bottom: 30px;
}  
.contacts-map {
    width: 100%;
    height: 650px;
}
.header__menu-btn {
    display: none;
    position: absolute;
    z-index: 12;
    cursor: pointer;
    right: 30px;
    top: 30px;
}
.header__menu-btn div {
    height: 6px;
    min-width: 40px;
    background: white;
    margin: 5px auto;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header__menu-btn:hover div {
    background-color: #8c6900;
}
.header__menu-btn.active div {
    background-color: #8c6900;
}
.header__menu-btn.active div:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}
.header__menu-btn.active div:nth-child(2) {
    visibility: hidden;
}
.header__menu-btn.active div:nth-child(3) {
    transform: rotate(-45deg) translate(10px, -10px);
}
@media all and (max-width: 1320px) {
    .tiles-category {
        justify-content: center;
    }
    .tiles-category .item {
        max-width: 100%;
    }
    .team_wrapper {
        justify-content: space-around;
    }
    .contacts-block, .map-desc, .contacts-form {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media all and (max-width: 750px) {
    body {
        font-size: 20px;
    }
    .header-top {
        flex-direction: column;
        height: 220px;
    }
}
@media all and (max-width: 500px) {
    body {
        font-size: 14px;
    }
    .header__menu-btn {
        display: block;
    }
    .menu_ul {
        display: none;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        flex-direction: column;
        z-index: 10;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.9);
        padding: 20px 0;
    }
    .menu ul li+li {
        margin-left: 0;
    }
    .menu ul li {
        margin: 40px 0;
    }
    .contacts-map {
        height: 350px;
    }

}
