@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Symbols:wght@400;500;600;700&display=swap');


/*Обнуление*/
*,*:before,*:after{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

body{
    font-family: 'Noto Sans Symbols', sans-serif;
    font-size: 16px;
}

a, li, ul{
    list-style-type: none;
    text-decoration: none;
}


.container{
    max-width: 1240px;
    padding: 0 10px;
    margin: 0 auto;
}

.header-portfolio{
	position: fixed;
	color: #009900;
	display: block;
	margin-top: 50px;
	padding: 5px 10px;
	border-radius: 4px;
	background: #A0A0A0;
	transition: all .2s ease-in;
	z-index: 100;
}

.header-portfolio:hover{
	background: #888;
	color: #59EA1C;
}

.header{
    background-image: url(../img/header__photo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
    height: 1200px;
    position: relative;
}

.header__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}

.menu__list{
    display: flex;
    align-items: center;
    gap: 60px;
}

.menu__link{
    color: #C6C0C0;
    font-size: 18px;
    font-weight: 500;
    transition: color .2s;
}

.menu__link:hover{
    color:#867e7e;
    text-decoration: underline;
}

.group__counter{
    display: flex;
}

.counter{
    position: relative;
    width: 25px;
    height: 25px;
    background-color: #F08C00;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -13px;
   
}

.counter__fesha{
   position: absolute;
   top: -12px;
   left: 4px;
   font-size: 18px;
   color: #fff;
   font-weight: 500;
    
}

.header__box{
    max-width: 830px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
}

.header__title{
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    z-index: 10;
    position: relative;
    padding-bottom: 30px;
}

.header__title-img{
    position: absolute;
    top: 70px;
    right: 40px;
}

.header__text{
    color: #C6C0C0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
     line-height: 160%;
     margin-bottom: 50px;
}

.form{
    display: flex;
    justify-content: center;
    align-items: center;

}

.form__input{
    display: inline-block;
    width: 590px;
   
    color: #C6C0C0;
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 400;
    border: none;
    padding: 20px 8px 20px 25px;
    border-radius: 45px;
    border: 2px solid rgba(255, 255, 255, 0.40);
    background: rgba(222, 222, 222, 0.20);
    
}

.button__form{
    cursor: pointer;
}

.button__img{
    margin-left: -50px;
    border-radius: 50%;
}

/*info*/
.info{
    padding: 120px 0;
}

.info__inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.info__box{
    max-width: 350px;
    padding-left: 40px;
    position: relative;
}

.info__icon{
    position: absolute;
    top: 10px;
    left: -15px;
}

.info__title{
    color: #2E2A2A;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 15px;
}

.info__text{
    color: #686161;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

/*collection*/
.collection{
    padding-bottom: 120px;
}

.collection__box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.collection-box__item{
    position: absolute;
    z-index: 10;
}


.collection__box-title{
    max-width: 489px;
    padding-bottom: 48px;
    color: #2E2A2A;
    font-size: 36px;
    font-weight: 700;
    line-height: 130%;
}

.collection__title{
    color: #2E2A2A;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 8px;
}

.collection__text{
    max-width: 755px;
    padding-bottom: 15px;
    color: #686161;
    font-size: 16px;
    font-weight: 400;
    line-height: 175%; 
}

.collection__precio{
    color: #F08C00;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 116px;
}

.collection__box-photo-right{
   position: absolute;
   top: 0;
   right: 0;
   z-index: -1;
}

.collection__box-content{
    display: flex;
    align-items: center;
    gap: 43px;
}

.collection__info-title{
    color: #2E2A2A;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 32px;
}

.coolection__info-text{
    color: #565050;
    font-size: 16px;
}

.button__complect{
    display: flex;
    gap: 10px;
    align-items: center;
}

.button__box{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.button__box-blue{
    background-color: #375c6c;
}
.button__box-orange{
    background-color: #F08C00;
}
.button__box-green{
    background-color: #2c8234;
}

.button__box--active{
    width: 26px;
    height: 26px;
    border: 2px solid #1f1d1d;
}

.button__box--active-1{
    width: 26px;
    height: 26px;
    border: 2px solid #1f1d1d;
    background-color: #EBCBB1;
}

.button__box--active-2{
    width: 26px;
    height: 26px;
    border: 2px solid #1f1d1d;
    background-color: #D8AB7D;
}

.button__box--active-3{
    width: 26px;
    height: 26px;
    border: 2px solid #1f1d1d;
    background-color: #4A413F;
}


.button__box--active-4{
    width: 26px;
    height: 26px;
    border: 2px solid #1f1d1d;
    background-color: #E6CEB1;
}


.button__box--active-5{
    width: 26px;
    height: 26px;
    border: 2px solid #1f1d1d;
    background-color: #6F6A67;
}


.button__box--active-6{
    width: 26px;
    height: 26px;
    border: 2px solid #1f1d1d;
    background-color: #E7E9E2;
}



.collection-box-link-1{
    position: absolute;
    bottom: 490px;
    left: 230px;
}

.collection-box-link-2{
    position: absolute;
    bottom: 400px;
    right: 330px;
}


.collection-box-link-3{
    position: absolute;
    top: 125px;
    right: 250px;
}

.collection-box-link-4{
    position: absolute;
    bottom: 120px;
    right: 650px;
}

.collection-box-link-5{
    position: absolute;
    bottom: 170px;
    right: 495px;
}

.collection-box-link-6{
    position: absolute;
    bottom: 195px;
    right: 260px;
}

/*product*/
.product{
    padding-bottom: 120px;
}

.product__title{
    max-width: 280px;
    color: #2E2A2A;
    font-size: 36px;
    font-weight: 700;
    line-height: 130%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.product__nav{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 65px;
}

.product__link{
    color: #8C8585;
    font-size: 16px;
}

.product__link--active{
    color: #2E2A2A;
}

.product__card{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product__card-inner{
    margin-bottom: 60px;
}

.product__card-block{
    width: 380px;
    position: relative;
    border-radius: 8px;
    background: #FBFBFB;
    padding: 64px 92px;
    border: 1px solid #686161;
    margin-bottom: 16px;
    /* box-shadow: 0 0 1px 0; */
}

.button__card{
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 8px 12px;
    border-radius: 4px;
    background: #E34848;
    color: #fff;
}

.button__card-bg{
    background: #59B162;
}

.product__card-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 18px;
}

.card__title{
    color: #686161;
    font-size: 16px;
}

.card__text{
    color: #2E2A2A;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 60px;
}

.button__card-bt{
    display: block;
    color: #5F5D5D;
    font-size: 16px;
    font-weight: 500;
    text-decoration-line: underline;
    padding: 10px 16px;
    border-radius: 4px;
    background-color: #EDEDED;
    cursor: pointer;
    margin: 0 auto;
    transition: background .3s;
}

.button__card-bt:hover{
    background-color: #c4bebe;
}

/*footer*/
.footer__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 40px;
}

.footer__photo img{
    display: inline-block;
    background: linear-gradient(270deg, #FFF 12.81%, rgba(255, 255, 255, 0.00) 89.37%);
	max-width: 100%;
}

.footer__block{
	max-width: 560px;
}

.footer__title{
    color: #2E2A2A;
    font-size: 36px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 10px;
}

.footer__text{
    color: #8C8585;
    font-size: 16px;
    margin-bottom: 40px;
}

.footer__btn{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    background-color: #F08C00;
    padding: 12px 16px;
    cursor: pointer;
    transition: color .2s;
}

.footer__btn:hover{
    color: #000;
}

.footer__info{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
    padding: 40px 110px;
}

.footer__info-text{
    color: #8C8585;
    font-size: 16px;
}

.footer__list{
    display: flex;
    align-items: center;
    gap: 0 24px;
}

.footer__link{
    color: #8C8585;
    font-size: 16px;
    text-decoration: underline;
    transition: color .2s;
}

.footer__link:hover{
    color: #474242;
}

/*burger__nav*/
/*burger-nav*/
 /* .menu{
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}  */
.menu__list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px; 
}

.menu__item{
    list-style: none;
}
 
/* .menu__link{
    font-size: 20px;
    text-decoration: none;
    color: #333;
}  */

.nav__button{
    border: none;
    background-color: inherit;
}

.nav__button img{
   position: fixed;
   display: none;
   width: 40px;
   top: 50px;
   right: 100px;
   
}

.menu.open .menu__list{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #999;
    z-index: 15;

    display: none;
    /* flex-direction: column; */
    row-gap: 30px;
    font-size: 34px;
    font-weight: 700;
    height: 500px;
    padding: 60px 40px;
}


@media(max-width: 991px){
    .menu__list{
        display: none;
    }
    .nav__button img{
        display: block;
        position: fixed;
        z-index: 16;
		background: #fff;
		border-radius: 20px;
    }
    .menu__link{
        color: #000;
        font-size: 20px;
        font-weight: 700;
    }
    .menu.open .menu__list{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #999;
        z-index: 15;
       
        display: block;
        /* flex-direction: column; */
        row-gap: 30px;
        font-size: 34px;
        font-weight: 700;
    
        padding: 60px 40px;
    }
}
/*/burger-nav*/

/*Media*/
@media(max-width: 991px){
	.footer__inner{
		display: block;
	}
	.footer__block{
		width: 100%;
	}
	.collection-box-link-1,
	.collection-box-link-2,
	.collection-box-link-3,
	.collection-box-link-4,
	.collection-box-link-5,
	.collection-box-link-6{
		opacity: 0;
	}
	.collection__box-photo-right{
		width: 100%;
	}
}

@media(max-width: 771px){
	.product__card{
		
		justify-content: center;
	}
}

@media(max-width: 640px){
	.header__title{
		font-size: 45px;
	}
	.header__title-img{
		top: 40px;
		right: 20px;
	}
	.info{
		padding: 60px 0;
	}
	.info__inner{
		justify-content: center;
	}
	.info__text{
		margin-bottom: 20px;
	}
	.form__input{
		max-width: 100%;
	}
	.product{
		padding-bottom: 60px;
	}
	.product__nav{
		display: block;
		text-align: center;
	}
	.collection{
		padding-bottom: 60px;
	}
	.collection__precio{
		padding-bottom: 50px;
	}
	.card__text{
		margin-bottom: 30px;
	}
	.footer__photo{
		width: 100%;
	}
	.footer__title{
		font-size:28px;
	}
}

@media(max-width: 570px){
	.footer__info{
		display: block;
	}
}

@media(max-width: 470px){
	.header{
		height: 1100px;
	}
	.header__box{
		margin-top: 70px;
	}
	.header__inner{
		padding: 20px 0;
	}
	.nav__button img{
		top: 20px;
		right: 60px;
	}
	.header__title{
		font-size: 35px;
	}
	.header__title-img{
		top: 0;
		right: 20px;
	}
	.header__text{
		font-size: 18px;
	}
	.collection__box-title{
		font-size: 28px;
	}
	.collection__precio{
		padding-bottom: 10px;
	}
	.collection__info-title {
	    margin-bottom: 10px;
	}
	.footer__title{
		font-size: 28px;
	}
	.footer__info{
		padding: 40px;
	}
}

@media(max-width: 390px){
	.header__title{
		font-size: 30px;
	}
	.header__title-img{
		top: 0;
		right: 0;
	}
	.product__card-block {
		width: 300px;
	}
	.product__title {
    font-size: 25px;
    }
	.footer__title {
    font-size: 25px;
    }
	.footer__text{
		margin-bottom: 20px;
	}
}
