body{
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.02em;
}
/*   в форме убирает контур  */
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    line-height: 1.2em;   
    letter-spacing: 0.02em; 
    color: #000;
}
img{
    display: block;
    max-width: 100%; 
}
ul,li{
    display: block;
    padding: 0;
    margin: 0; 
}
.container{
    width: 1140px;
    margin: 0 auto ;
    
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}
.header{
    padding: 50px 0;
    background: linear-gradient(to right, #fff 55%, #F1EADC 45%);
}
.header__set{
    display: flex;
    align-items: center;
}
.menu{
    display: flex;
    gap: 50px;
   
    margin: 0 auto;
}
.menu__item_text{
    width: 110%;
    display: inline-flex;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #000;
}
.menu__item_text:active{
    font-weight: 700;
    color: #6E9C9F;
}
.popup__btn{
    width: 25px;
    height: 25px;
    display: flex;
    margin-right: 13px;
}
.popup__btn:hover{
    background: #fff;
    border-radius: 5px;
}
.popup__img{ 
    margin:  auto;
    margin-left: 5px;
}
.phone{
    font-weight: 400;
    font-size: 15px;
    color: #000;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.popup__content {
    background: #fff;
    max-width: 600px;
    padding: 70px;
    border-radius: 5px;
    text-align: center;
}
.popup__open {
    visibility: visible;
    opacity: 1;
}
.title__form{
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.02em;
    padding-bottom: 35px;
}
.popup__form{
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.input{
    width: 350px;
    height: 40px;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 17px;
}
.input::placeholder{
    font-weight: 500;
    font-size: 17px;
    color: #868686;
    letter-spacing: 0.02em;
}
.btn__form{
    display: block;
    background: #6E9C9F;
    padding: 22px 108px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    cursor: pointer;
    border: none;
    letter-spacing: 0.02em;
}
.btn__form:hover{
    background: #509498;
}
.basket{
    margin-left: auto;
}
.header__menu{
    display: none;
}
.season{
    padding: 50px 0;
    background: linear-gradient(to right, #fff 55%, #F1EADC 45%);
}
.season__set{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.offer{
    display: flex;
    flex-direction: column;
    width: 585px;
    gap: 45px;
}
.offer__title{
    font-weight: 500;
    font-size: 55px;
}
.offer__text{
    width: 385px;
    text-align: right;
    font-weight: 400;
    font-size: 20px;

}
.offer__set{
    display: flex;
    align-items: center;
    margin-left: 90px;
}
.offer__wrapp{
    background: rgba(110, 156, 159, 0.1);
    cursor: pointer;
}
.offer__wrapp_img{
    padding: 18px 27px;
}
.offer__btn{
    display: block;
    background: #6E9C9F;
    padding: 22px 50px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    cursor: pointer;
    border: none;
    letter-spacing: 0.02em;
}
.offer__btn:hover{
    background: #509498;
}
.offer__right{
    display: flex;
 
}
.offer__img_1{
    position: absolute;
    z-index: 1;
    width: 190px;
    height: 318px;
    margin-left: -130px;
    margin-top: 350px;
}
.offer__img_2{ 
    width: 410px;
    height: 646px;
  
}
.offer__img_3{
    position: absolute;
    z-index: 1;
    width: 197px;
    height: 197px;
    margin-left: 320px;
    margin-top: 110px;
}
.collection{
    padding: 130px 0;
}
.title__global{
    font-weight: 500;
    font-size: 40px;
    padding-bottom: 90px;
}
.things__wrapp{
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    
}
.things__img{
    display: flex;
    width: 350px;
    height: 478px;
}
.things__img:before{
    content: '';
    display: block;
    background: rgba(110, 156, 159, 0.64) url('../img/Vector-right.png') no-repeat center;
    opacity: 0;
    position: absolute;
    width: 350px;
    height: 478px;
}
.things__img:hover:before{
    opacity: 1;
}
.things__title{
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
}
.price__set{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.price__old{
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
    text-decoration-line: line-through;
    color: #9C9C9C;
}
.price__new{
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #998E78;
}
.things__set{
    display: flex;
    gap: 45px;
    padding-bottom: 60px;
}
.things__btn{
    display: block;
    width: 243px;
    padding: 22px 0;
    color: #6E9C9F;
    border: 1px solid #6E9C9F;
    text-align: center;
    margin: 0 auto;
}
.things__btn:hover{
    color: #fff;
    background: #6E9C9F;
}
.important__set{
    display: flex;
    justify-content: space-between;
}
.important__wrapp{
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 305px;
}
.important__img{
    width: 61px;
    height: 61px;
}
.important__title{
    font-weight: 500;
    font-size: 25px;
}
.important__text{
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
}
.team{
    padding: 130px 0;
}
.team__set{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team__img{
    display: flex;
    width: 729px;
    height: 488px;
}
.team__wrapp{
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 255px;
}
.team__title{
    font-weight: 500;
    font-size: 25px;
}
.team__text{
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
}
.team__link{
    font-weight: 500;
    font-size: 17px;
    color: #6E9C9F;
}
.team__link:hover{
    color: #509498;
}
.footer{
    background: #F1EADC;
    padding: 100px 0;
}
.footer__set_first{
    display: flex;
    justify-content: space-between;
}
.footer__set_second{
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 10px;
}
.data__set{
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: end;
    font-weight: 400;
    font-size: 15px;
}
.mail{
    color: #000000;
}
.rights{
    width: 200px;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
}
.menu__mod{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: -240px;
}
.social__set{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 25px;
}
.social__wrapp{
    display: flex;
    align-items: center;
    gap: 15px;
}
.social__visa{
    width: 68px;
    height: 22px;
}
.header__white{
    background: #fff;
}
.global{
    padding: 100px 0;
}
.global__set{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.global__title{
    font-weight: 500;
    font-size: 55px;
}
.crumbs__set{
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    font-size: 17px;
}
.crumbs__text_mod{
    color: #919191;
}
.tabs__set{
    display: flex;
    align-content: center;
    justify-content: space-between
}
.tabs__item{
    text-align: center;
    border: 1px solid #000;
    padding: 20px 60px;
    color: #000;
}
.tabs__active{
    color: #fff;
    background: #000;
}
.stuff{
    padding: 100px 0;
}
.stuff__title{
    font-weight: 500;
    font-size: 17px;
    color: #808080;
    padding-bottom: 40px;
}
.item__set{
    display: flex;
    gap: 75px;
    align-items: center;
}
.item__wrapp{
    display: flex;
    flex-direction: column;
    width: 347px;
    gap: 60px;
}
.item__img{
    display: flex;
    width: 536px;
    height: 729px;
}
.price__set_mod{
    display: flex;
    gap: 30px;
    align-items: center;
   
}
.price__old_mod{
    font-weight: 500;
    font-size: 30Виберіть розмірpx;
    letter-spacing: 0.02em;
    text-decoration-line: line-through;
    color: #9C9C9C;
}
.price__new_mod{
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.02em;
    color: #998E78;
}
.pattern__set{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.pattern__title{
    font-weight: 500;
    font-size: 20px;
}
.tabs__wrapp{
    display: flex;
    align-items: center;
    gap: 15px;
}
.tab__item{
    padding: 9px 15px;
    border: 1px solid #000;
    color: #000;
}
.active__item{
    color: #fff;
    background: #000;
}
.tabs__wrapp_mod{
    display: flex;
    align-items: center;
    gap: 15px;
}
.tab__item_mod:first-child{
    background: #927876;
}
.tab__item_mod:nth-child(2){
    background:  #D5D5D5;
}
.tab__item_mod:nth-child(3){
    background:  #FD9696;
}
.tab__item_mod:last-child{
    background: #FDC796;
}
.tab__item_mod{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.active__item_mod{
    border: 1px solid #000;
}
.quantity__set{
    display: flex;
    align-items: center;
    gap: 10px;
}
.quantity__num{
    padding: 19px 30px;
    border: 1px solid#000;
    font-size: 20px;
}
.quantity__btn{
    padding: 22px 50px;
    color: #fff;
    background: #6E9C9F;
}
.quantity__btn:hover{
    background: #509498;
}
.products{
    padding: 100px 0;
}
.wooman__set_first{
    padding: 100px 0;
}
.wooman__set{
    display: flex;
    align-items: center;
    gap: 100px;
}
.wooman__img{
    width: 442px;
    height: 547px;
}
.wooman__wrapp{
    width: 542px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.wooman__title{
    font-weight: 500;
    font-size: 25px;
}
.wooman__text{
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
}
.wooman__btn{
    display: block;
    width: 260px;
    text-align: center;
    padding: 22px 0;
    color: #fff;
    background: #6E9C9F;
    margin: 100px auto;
}
.wooman__btn:hover{
    background: #509498;
}
.information__set{
    display: flex;
    gap: 100px;
    align-items: center;
    margin-top: 100px;
}
.information__wrapp{
    display: flex;
    flex-direction: column;
    gap: 20px;
    
}
.information__text{
    font-weight: 500;
    font-size: 17px;
    color: #000;
}
.information__item{
    font-weight: 500;
    font-size: 20px;
    color: #000;
}
.connection{
    padding: 100px 0;
}
.contact__form{
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 443px;
}
.input__textarea{
    max-width: 443px;
    width: 443px;
    min-height:110px;
    max-height:450px;
    resize: none;
}
.scrolled  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

/*992-1199*/
@media screen and (max-width:1199px) {
	.container{
		max-width: 960px;
	}
    .offer__img_3{
        display: none;
    }
    .offer__set{
        margin-left: 0;
    }
    .things__set{
        flex-wrap: wrap;
    }
    .things__wrapp{
        margin: 0 auto;
    }
    .team__img{
        width: 650px;
        height: 450px;
    }
    .wooman__set{
        gap: 50px;
    }
}

/*768-991*/
@media screen and (max-width:991px){
	.container{
		max-width: 720px;
        
	}
    .header{
        padding: 35px 0;
        background: #fff;
    }
    .header__menu{
        width: 20px;
        height: 20px;
        display:flex;
    }
    .menu{
        position: fixed;
        z-index: 999;
        justify-content: center;
        top: 95px;
        left: 0;
        width: 100%;
        margin: auto;
        background: #fff;
        height: 100%;
        display: none;
    }
   
    .active__menu{
        display: block;
    }
    .menu__item{
        display: flex;
        align-items: center;
        width: 100% !important;
        padding: 15px 0 5px 30px;
    }
    .menu__item:before {
        content: '—';
        color: #000;
        padding-right: 10px;
    }
    .menu__item_mod{
        padding: 0;
    }
    .burger__img{
        margin: auto;
    }
    .popup__btn{
        margin-left: auto;
    }
    .basket{
        margin: 0 30px 0 50px;
    }
    .season{
        background: #fff;
    }
    .season__set{
        flex-direction: column;
        gap: 50px;
    }
    .title__global{
        text-align: center;
    }
    .offer__img_3{
        display: block;
    }
    .offer__title{
        width: 582px;
    }
    .offer{
        width: 100%;
        align-items: center;
    }
    .important__set{
        flex-wrap: wrap;
        justify-content:start;
        gap: 45px;
    }
    .important__wrapp{
        margin: 0 auto;
    }
    .team__set{
        flex-direction: column-reverse;
        gap: 45px;
    }
    .team__wrapp{
        width: 100%;
        text-align: center;
    }
    .menu__mod{
        display: none;
    }
    .footer__set_second{
        margin-top: 50px;
    }
    .tabs__set{
        flex-wrap: wrap;
        justify-content: start;
        gap:25px;
    }
    .wooman__set{
        flex-direction: column-reverse;
    }
    .wooman__set_mod{
        flex-direction: column;
    }
    .item__set{
        flex-direction: column;
    }
    .information__set{
        flex-wrap: wrap;
        gap: 50px;
        justify-content: center;
    }
    .information__text{
        text-align: center;
    }
    .contact__form{
        margin: 0 auto;
    }
    .item__img{
        
        width: 400px;
        height: 500px;
    }
    
}	

/*576-767*/
@media screen and (max-width:767px){
	.container{
		width: 540px;
		
	}
    .offer__title{
        width: 100%;
    }
	.offer__img_1{
        display: none;
    }
    .offer__img_3{
        display: none;
    }
    .team__img{
        width: 100%;
        height: 400px;
    }
    .important__wrapp{
        text-align: center;
    }
    .important__img{
        margin: 0 auto;
    }
    .offer{
        text-align: center;
    }
    .offer__text{
        text-align: center;
    }
    .wooman__wrapp{
        width: 100%;
    }
    .popup__content{
        padding: 50px;
    }
    .offer__img_2{
        width: 100%;
        height: 500px;
        display: flex;
    
    } 
    .collection{
        padding: 50px 0;
    }
    .team{
        padding: 70px 0;
    }
    .footer{
        padding: 50px 0;
    }

}
/*458-575*/
@media screen and (max-width:575px){
	.container{
		width: 100%;
		padding: 0 15px;
        max-width: 100%;
	}
    .phone{
        display: none;
    }
    .basket{
        margin: 0 20px;
    }
    .popup__btn{
        margin-right: 0;
    }
    .popup__img{
        padding-right: 0;
    }
    .popup__content{
        padding: 30px;
    }
    .offer__title{
        font-size: 40px;
    }
    .team__img{   
        height: 300px;
    }
    .title__global{
        font-size: 35px;
    }
    .tabs__set{
       justify-content: center;
    }
    .input__textarea{
        max-width: 100%;
        width: 100%;
    }
    .contact__form{
        width: 100%;
    }
    iframe{
        height: 350px;
    }
    .btn__form{
        padding: 22px 0;
        width: 100%;
    }
    .offer__img_2{
        height: 400px;
    } 
    
}
/*375-457*/
@media screen and (max-width:457px){
	.container{
		width: 100%;
		padding: 0 15px;
        max-width: 100%;
	}
    .offer__text{
        width: 100%;
    }
    .team__img{
        height: 250px;
    }
    .wooman__img{
        display: flex;
        width: 100%;
        height: 400px;
    }
    .item__img{
        width: 100%;
    }
    .popup__content{
        padding: 15px 8px;
       
    }
}

