@font-face {
   font-family: "Satoshi";
   font-style: normal;
   font-weight: 400;
   font-display: swap;
   src: url(/fonts/Satoshi-Black.woff) format('woff'),
   url(/fonts/Satoshi-Black.woff2) format('woff2');
}
@font-face {
   font-family: 'Clash' ;
   font-style: normal;
   font-weight: 400;
   src: url(/fonts/ClashDisplay-Regular.woff) format('woff'),
   url(/fonts/ClashDisplay-Regular.woff2) format('woff2');
}

html{
   box-sizing: border-box;
}
*,
*::after,
*::before{
   box-sizing: border-box;
}

button{
   padding: 0;
   border-radius: none;
   cursor: pointer;
}
body{
   font-family: "Clash", sans-serif;
   font-size: 20px;
   color: #22202e;
   font-weight: 400;
}

.container{
   max-width: 1300px;
   padding: 0 10px;
   margin: 0 auto;
   overflow: hidden;
}

.header__container{
   max-width: 1384px;
   margin: 0 auto;
   overflow: hidden;
   padding: 0 10px;
}
.btn{
   padding: 14px 30px;
   border: 2px solid transparent;
   background-color: #F9F9F9;
   color: #2A254B;
   font-size: 16px;
   font-weight: 400;
   line-height: 24px;
   outline: 0;
   transition: all ease-in-out .3s;
}
.btn:hover{
   background: #EBE8F4;
   border: 2px solid #EBE8F4;
}
.menu-btn{
   display: none;
   align-items: center;
   width: 16px;
   height: 16px;
   cursor: pointer;
   order: 2;
   z-index: 10;
}
.menu--active{

}

/* Header */

.header{
   padding: 20px 0;
   margin-bottom: 60px;
   z-index: 1;
}
.header__logo{
   font-weight: 400;
   font-size: 24px;
   color: #22202e;
   line-height: 140%;
}
.header__top{
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 20px 0;
   border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.header__block{
   display: flex;
   gap: 16px;
}
.header__bottom{
   padding-top: 20px;
}
.header__list{
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 44px;
}
.header__list-link{
   font-size: 16px;
   line-height: 24px;
   color: #726e8d;
   outline: 0;
   border: 1px solid transparent;
   -webkit-transition: border .3s ease-in-out, color .3s ease-in-out;
   transition: border .3s ease-in-out, color .3s ease-in-out;
}

.header__list-link:hover{
   color: #CAC6DA;
}
.header__mob{
   
}


/* Hero */
.hero{
   margin-bottom: 120px;  
   z-index: 2;
}
.hero__inner{
   display: flex;
   align-items: center;
   min-height: 585px;
   background-color: rgb(42, 37, 75);
}
.hero__article{
   display: flex;
   flex-direction: column;
   min-height: 585px;
   align-items: flex-start;
   padding: 65px 90px 60px 60px;
}
.hero__title{
   font-size: 32px;
   line-height: 140%;
   color: #fff;
   max-width: 513px;
   margin-bottom: 40px;
}
.hero__btn{
   font-size: 16px;
   line-height: 24px;
   color: #fff;
   background: rgba(249, 249, 249, 0.15);
   padding: 14px 30px;
   border: 2px solid rgba(249, 249, 249, .15);
   transition: all ease-in-out .3s;
}
.hero__btn:hover{
   background: rgba(249, 249, 249, .3);
    border: 2px solid rgba(249, 249, 249, .3);
}
.hero__text{
   margin: auto 0 0;
   font-weight: 400;
   font-size: 18px;
   line-height: 150%;
   color: #fff;
}
.hero__picture-img{
   max-height: 585px;
   max-width: 520px;
   aspect-ratio: auto 520 / 585;
}

/* Brand */


.brand{
   padding: 80px 0;
}

.brand__title{
   font-weight: 400;
   font-size: 24px;
   line-height: 140%;
   color: #2A254B;
   text-align: center;
   margin-bottom: 50px;
}

.brand__list{
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 58px;
}
.brand__list-item svg{
   margin-bottom: 16px;
}
.brand__list-title{
   font-weight: 400;
   font-size: 20px;
   line-height: 140%;
   color: #2A254B;
   margin-bottom: 8px;
}
.brand__list-text{
   font-weight: 400;
   font-size: 16px;
   line-height: 150%;
   color: #2A254B;

}

.ceramics{
   padding: 80px 0;
}

.ceramics__title{
   font-weight: 400;
   font-size: 32px;
   color: #2A254B;
   margin-bottom: 33px;
}
.ceramics__btn{
   text-align: center;
}

.ceramics__list{
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 20px;
   margin-bottom: 35px;
}

.ceramics__list-img{
   margin-bottom: 24px;
}
.ceramics__item-title{
   font-weight: 400;
   font-size: 20px;
   line-height: 140%;
   color: #2A254B;
   margin-bottom: 8px;
}
.ceramics__price{
   font-weight: 400;
   font-size: 18px;
   line-height: 150%;
   color: #2A254B;
}

.new__bot{
   margin-top: 25px;
   display: flex;
   justify-content: center;
   align-items: center;
}
/* Popular */

.popular{
   padding: 60px 0;
}
.popular__title{
   font-weight: 400;
   font-size: 32px;
   color: #2A254B;
   margin-bottom: 25px;
}
.popular__list{
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 20px;
   margin-bottom: 42px;
}

.popular__list-item:nth-child(1){
   grid-column: 2 span;
}
.popular__list-img{
   margin-bottom: 24px;
}
.popular__item-title{
   margin-bottom: 8px;
   font-weight: 400;
   font-size: 20px;
   line-height: 140%;
   color: #2A254B;
}
.popular__item-price{
   font-weight: 400;
   font-size: 18px;
   line-height: 150%;
   color: #2A254B;
}

.join{
	padding: 50px 0 65px;
	background-color: #F9F9F9;
}

.join__inner{
	padding: 75px 0 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
}

.join__title{
	font-weight: 400;
	font-size: 36px;
	line-height: 140%;
	text-align: center;
	color: #2A254B;
	margin-bottom: 16px;
}

.join__subtitle{
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #2A254B;
	max-width: 470px;
	text-align: center;
	margin-bottom: 70px;

}
.join__form{
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
}

.join__form-input{
	font-weight: 400;
	font-size: 16px;
	color: #2A254B;
	background: #d5cece;
	min-width: 415px;
	height: 56px;
	padding: 16px 32px;
	opacity: .2;
	border: none;
	outline: 0;
	transition: all ease-in-out .4s;
}
.join__form-input:active, .join__form-input:focus {
	outline: 2px solid #2A254B;
}
.join__form-input:hover{
	background: rgb(128, 128, 128);
}
.join__form-btn{
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #fff;
	padding: 16px 32px;
	border: 2px solid #2A254B;
	background-color: #2A254B;
}
.join__form-btn:hover {
	background: #1e193e;
	border: 2px solid #1e193e;
}


/* STUDIO */

.studio__inner{
	display: flex;
	max-width: 1440px;
	max-height: 600px;
}
.studio__content{
	max-width: 720px;
	padding: 70px 100px 50px 84px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.studio__content-title{
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
	color: #2A254B;
	margin-bottom: 25px;
}

.studio__content-text{
	font-weight: 400;
	font-size: 16px;
	color: #505977;
}
.studio__content p {
	margin-bottom: 15px;
}

.studio__content-btn{
	margin: auto 0 0 0;
	font-weight: 400;
	font-size: 16px;
	padding: 16px 32px;
	line-height: 150%;
	color: #2A254B;
	border: 2px solid #F9F9F9;
	background-color: #F9F9F9;
}
.studio__content-btn:hover{
	border: 2px solid #EBE8F4;
	background-color: #EBE8F4;
}


/* FOOTER */

.footer{
	padding: 60px 0 25px 0;
	background-color: #2A254B;
}

.footer__top{
	display: flex;
	justify-content: space-between;
	padding-bottom: 45px;
}
.footer__left{
	display: flex;
	flex-wrap: wrap;
}

.footer__nav{
	display: flex;
	column-gap: 107px;
	row-gap: 15px;
}
.nav__block-list{
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	margin-top: 10px;
	justify-content: normal;
	align-items: normal;
}
.nav__list-item{
	padding: 2px;
}
.nav__block-title{
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	
}
.nav__list-link{
	font-weight: 400;
	font-size: 14px;
	color: #fff;
}
.footer__right{
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	max-width: 630px;
	width: 100%;
}
.footer__right-title{
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}

.footer__form{
	display: flex;
	margin: 0;
	flex-wrap: nowrap;
}
.footer__input{
	min-width: 415px;
	width: 100%;
	padding: 16px 32px;
	height: 56px;
	font-weight: 400;
	font-size: 16px;
	opacity: .2;
	border: none;
	outline: 0;
	color: #2A254B;
	background: #d5cece;
	-webkit-transition: background .3s ease-in-out, border .3s ease-in-out;
	transition: background .3s ease-in-out, border .3s ease-in-out;
}
.footer__input::placeholder{
	color: #fff;
}
.footer__input:active, .footer__input:focus {
	outline: 2px solid #2A254B;
}
.footer__input:hover{
	background: rgb(128, 128, 128);
}

.footer__btn{
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #2A254B;
	background: #fff;
	padding: 16px 32px;
}

.footer__bottom{
	border-top: 1px solid #4E4D93;
	padding-top: 24px;
	display: flex;
	justify-content: space-between;
}

.footer__copy{
	font-weight: 400;
	font-size: 14px;
	color: #fff;
}

.footer__social{
	display: flex;
	gap: 24px;
}

.svg__social{
	fill: #fff;
	transition: all ease-in .4s;
	cursor: pointer;
	width: 100%;
}
.svg__social:hover{
	fill: #2A254B;
}



















@media(max-width: 480px){
   .header{
      margin-bottom: 0;
      padding: 0;
   }
   .header__top{
      border: 0;
   }
   .header__bottom{
      padding: 0;
   }
   .header__mob{
      order: 1;
      display: flex;
      align-items: center;
      gap: 20px;
   }
   .header__mob-btn{
      display: flex;
   }
   
   .header__block{
      display: none;
   }
   .menu-btn{
      display: flex;
   }
   .header__list{
      display: none;
   }
   
   .header__list{
		width: 340px;
		background-color: #2A254B;
		color: #fff8f3;
		display: flex;
		flex-direction: column;
		gap: 20px 0;
		padding: 25px 35px 25px 45px;
		position: absolute;
		left: 0;
		top: 0;
		transition: all ease-in-out .6s;
		transform: translateY(-150%);
      z-index: 5;
	}
   .header__list-link{
      color: #fff;
   }
	.header__list.menu--active{
	transform: translateY(0);

   
	}
   .hero{
      margin-bottom: 50px;
   }
   .hero__picture{
      display: none;
   }
   .hero__title{
      font-weight: 400;
      font-size: 32px;
      line-height: 140%;
      color: #fff;
      max-width: 310px;
   }
   .hero__btn{
      order: 1;
      width: 100%;
      text-align: center;
   }
   .hero__text{
      font-weight: 400;
      font-size: 18px;
      line-height: 150%;
      color: #fff;
      margin: 50px 0 32px 0;
   }
   .hero__article{
      min-height: 500px;
      padding: 40px 24px 24px 24px;
   }

   .brand{
      padding: 40px 0;
   }
   .brand__list{
      grid-template-columns: repeat(1, 1fr);
      gap: 36px;
   }
   .brand__title{
      max-width: 274px;
      text-align: left;
      font-size: 20px;
   }
   .brand__list-title{
      font-size: 16px;
   }
   .brand__list-text{
      font-size: 14px;
   }

   .ceramics{
      padding: 40px 0;
   }
   .ceramics__list{
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
   }
   .ceramics__title{
      font-size: 20px;
      margin-bottom: 20px;
   }
   .ceramics__item-title{
      font-size: 20px;
   }
   .ceramics__price{
      font-size: 18px
   }
   .ceramics__btn{
      width: 100%;
   }
   .popular{
      padding: 30px 0;
   }
   .popular__title{
      font-size: 20px;
   }
   .popular__list{
      grid-template-columns: repeat(2, 1fr);
   }
   .popular__list-item{
      text-align: center;
   }
   .popular__btn{
      text-align: center;
      width: 100%;

   }
   .join{
      padding: 25px 0;
      background-color: #fff;
   }
   .join__inner{
      align-items: center;
      justify-content: center;
      padding: 25px;
   }
   .join__title{
      font-size: 20px;
      text-align: left;
   }
   .join__subtitle{
      font-size: 14px;
      margin-bottom: 62px;
      text-align: start;
   }
   .join__form-input{
      padding: 16px 10px;
      min-width: 195px;
   }
   .join__form-btn{
      padding: 3px 18px;
      height: 56px;
   }
   .studio__inner{
      max-height: 100%;
      flex-direction: column;
   }
   .studio__content{
      padding: 40px 24px;
   }
   .studio__content-title{
      margin-bottom: 12px;
   }
   .studio__content-btn{
      margin-top: 65px;
      width: 100%;
   }
   .footer{
      padding: 37px 0 25px;
   }
   
   .footer__top{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
   }
   .footer__nav{
      flex-wrap: wrap;
      
   }
   .nav__block:nth-child(3){
      margin-bottom: 50px;
   }
   .footer__input{
      padding: 16px 10px;
      min-width: 195px;
   }
   .footer__btn{
      padding: 3px 18px;
      height: 56px;
   }
   .footer__social{
      display: none;
   }
   .footer__right-title{
      margin-bottom: 12px;
   }
   .footer__bottom{
      display: flex;
      justify-content: center;
   }
   
}