:root {
    --yellow:#ffbc2f;
    --black: #1b1b1b;
    --red: #d82727;
    --titleFont:"Yanone Kaffeesatz", sans-serif;
}

html,
 body {
    height: 100%;
    background-color: #fcf5e6;
}

.wrapper {
    overflow: hidden;
    min-width: 1440px;
}

body {
    font: 16px / 1.42 "Roboto", Arial, sans-serif;
    color: var(--black);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul {
    margin: 0;
    padding: 0;
}

ul > li {
    list-style: none;
}
.hero {
    height: 100vh;
    min-height: 650px;
    background: url('img/bg/hero.jpg') center center / cover no-repeat;
    position: relative;
    margin-bottom: 130px;
}

.header {
    width: 1290px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 27px;
}

.mail {
    text-decoration: none;
    text-align: center;
    color: inherit;

}

.mail__title {
    margin-bottom: 3px;
}

.mail__content {
    background: var(--black);
    color: #ffbc2f;
    padding: 5px 10px;
}

.hero__content {
    width: 1140px;
    height: 72%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sidebar{
    width: 75px;
    position: absolute;
    left: 0;
    top: 0;
    bottom:0;
    background-color: #212121;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: width 0.4s;
}

.sidebar--opened {
    width: 325px;
    padding: 0 3% 0 4%;
}

.sidebar__menu {
    position: absolute;
    left: -400px;
    transition: left .5s;
}

.sidebar--opened .sidebar__menu {
    left: 0;
    width: 100%;
    text-align: center;
    transition-delay: .1s;
}

.sidebar__hamburger-icon {
    width: 29px;
    height: 29px;
    fill: var(--yellow);
}

.sidebar__hamburger {
    display: block;
    position: absolute;
    top:27px;
    left: 50%;
    transform: translate(-50%);
}



.sidebar--opened .sidebar__hamburger {
    display: none;
}

.sidebar--opened .sidebar__header {
    display: flex;
}

.sidebar__header {
    position: absolute;
    top:29px;
    left: 0;
    right: 0;
    display: none;
    justify-content: center;
}

.sidebar__close {
    position: absolute;
    top: -4px;
    right: 23px;
}

.sidebar__close-icon {
    width: 29px;
    height: 29px;
    fill: var(--yellow);
}

.side-menu__item {
    margin-bottom: 20px;
}

.side-menu__link {
    font-size: 20px;
    color: var(--yellow);
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--titleFont);
}

.side-menu__link:hover {
    color: var(--red)
}

.fade-slider {
    width: 100%;
    height: 100%;
}

.fade-slider__item {
    background: url("img/slider/slider_pic_1.png") center center / contain no-repeat;
    height: 100%;
}

.fade-slider__text {
    position: absolute;
    left: 57%;
    top: 44%;
    transform: translate(-164%, -52%);
}

.lined-text {
    color: #fff;
    font-size: 63px;
    text-transform: uppercase;
    font-family: "alegreya", Arial, sans-serif;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
   
}

.lined-text__word {
    background: var(--black);
    padding: 0 17px 8px;
    margin-top: -7px;
}
.lined-text__word--color-yellow {
    color: var(--yellow);
}
.lined-text__word:nth-child(2n) {
    margin-left: 8px;
}

.filter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.filter__item {
    margin-right: 40px;
}

.filter__item:last-child {
    margin-right: 0;
}

.filter__link {
    text-transform : uppercase;
    padding: 3px 21px;
    color: var(--black);
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    font-family: var(--titleFont);
}

.filter__link:hover {
    color: var(--red);
}

.filter__item--active .filter__link {
    color: var(--yellow);
    background: var(--black);
}

.container {
    margin: 0 auto;
    width: 1300px;
}

.products {
    margin-bottom: 160px;
}

.products__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -27px;
}

.products__item {
    width: 302px;
    height: 386px;
    background: var(--yellow);
    margin-bottom: 35px;
    margin-left: 27px;
    position: relative;
}

.products__price {
    position: absolute;
    top: 18px;
    left: -8px;
    width: 126px;
    border-bottom: 45px solid #232323;
    border-left: 5px solid transparent;
    border-right: 2px solid transparent;
    transform: rotate(-181deg);
}

.products__price-amount {
    font-size: 30px;
    font-weight: bold;
    font-family: var(--titleFont);
    color: #fff;
    transform: rotate(181deg);
    position: absolute;
    top: 2;
    right: 28px;
}

.products__item--color-black {
    background:#232323;
}

.products__item--color-black .product__price {
    border-bottom-color: var(--yellow);
}
.products__item--color-black .product__price-amount {
    color: var(--black);
}

.products__item--size-double {
    width: 630px;
    height: 544px;
}

.products__content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.products__item:hover .products__desc {
    transform: translateY(0);
}

.products__desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 23px 30px;
    background: rgba(35, 35 ,35, .8);
    font-size: 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(100%);
    transition: transform 0.5s;
}

.products__desc-text {
    text-align: center;
    margin-bottom: 18px;
}

.products__img {
    display: block;
    max-width: 90%;
    max-height: 100%;
}

.btn {
    text-transform: uppercase;
    font-family: var(--titleFont);
    font-size:24px;
    padding: 5px 30px 4px 30px;
    color: var(--yellow);
    background: var(--black);
    display: inline-block;
    text-decoration: none;
    line-height: 23px;
}

.btn:hover {
    background:var(--red);
    color: #fff;
}

.collections {
    margin-bottom: 135px;
}

.collections__list {
    display: flex;
}

.collections__item {
    min-height: 474px;
    flex: 1;
    overflow: hidden;
    margin-right: 30px;
    background: url('img/bg/pattern.png') center center / 500px;
    position: relative;
}

.collections__item:before {
    content:"";
    display: block;
    position: absolute;
    height: 176%;
    width: 60%;
    top: -17%;
    left:-18%;
    background: center center / contain no-repeat;
}

.collections__item--type-guys:before {
    background-image: url('img/people/collection_man.png');
}

.collections__item--type-girls:before {
    background-image: url('img/people/collection_woman.png');
    width: 80%;
    top: -31%;
    left: -25%;
}

.collections__link  {
    display: block;
    padding: 74px 13% 74px 44%;
    text-decoration: none;
    color: inherit;
    font-size: 15px;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}

.collections__link:hover .btn {
    background: var(--red);
    color: #fff;
}

.collections__title {
    font-family: var(--titleFont);
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 13px;
}

.collections__desc {
    margin-bottom: 31px;
}

.collections__item:last-child {
    margin-right: 0;
}

.footer {
    margin-bottom: 115px;
}


.site-menu {
    margin-bottom: 123px;
} 

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

.site-menu__col {
    margin-right: 20px;
}

.site-menu__col:last-child {
    margin-right: 0;
}

.site-menu__title {
    font-family: var(--titleFont);
    font-size: 24px;
    color: var(--black);
    font-weight: bold;
    text-transform: uppercase;
}

.site-menu__item {
    margin-bottom: 15px;
}

.site-menu__link {
    color: #737373;
    font-size: 15px;
    text-decoration: none;
}

.site-menu__link:hover {
    color: var(--red);
}

.site-menu__text {
    font-size: 15px;
    color: var(--black);
    margin-bottom: 30px;
}

.site-menu__text-row {
    color:  inherit;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.footer__container {
    width: 1105px;
}

.extras {
    display: flex;
    margin-bottom: 95px;
}

.extras__col {
    margin-right: 20px;
    flex: 1;
}

.extras__col:last-child {
    margin-right: 0;
}

.extras__best {
    text-align: center;
    color: #fff;
    background: var(--black);
    font-size: 50px;
    font-weight: bold;
    font-family: var(--titleFont);
    text-transform: uppercase;
    text-decoration: none;
    padding: 39px 10%;
    display: block;
    line-height: 1;
}

.extras__best:hover {
    color: var(--red);
}

.extras__col-social {
    height: 100%;
    background: url('img/bg/pattern.png') center center / 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socials {
    display: flex;
}

.socials__item {
    margin-right: 50px;
}

.socials__item:last-child {
    margin-right: 0px;
}

.socials__link {
    width: 38px;
    height: 38px;
    display: block;
}

.socials__link:hover .socials__icon {
    fill: var(--red);
}

.socials__icon {
    height: 100%;
    width: 100%;
}
