
@font-face {
    font-family: "Suisse Int'l";
    font-weight: 300;
    font-style: normal;
    src: local("Suisse Int'l"),
         url("fonts/SuisseIntl-Light.otf") format("woff2"),
         url("fonts/SuisseIntl-Light.otf") format("woff");
}

@font-face {
    font-family: "Suisse Int'l";
    font-weight: 400;
    font-style: normal;
    src: local("Suisse Int'l"),
         url("fonts/SuisseIntl-Regular.otf") format("woff2"),
         url("fonts/SuisseIntl-Regular.otf") format("woff");
}

@font-face {
    font-family: "Linotype Didot Pro";
    font-weight: 400;
    font-style: italic;
    src: local("DidotLTPro-Italic"),
         url("fonts/DidotLTPro-Italic.ttf") format("woff2"),
         url("fonts/DidotLTPro-Italic.ttf") format("woff");
}


body{
    background-color: white;
    /* width: 1440px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
    color: #1B1B1B;
    font-size: 20px;
    line-height: 30px;
}
p, h1{
    padding: 0;
    margin: 0;
}

ul{
    list-style-type: none;
}
a{
    text-decoration: none;
    text-transform: uppercase;
    color: #1B1B1B;
    font-family: "Suisse Int'l";
    font-size: 16px;
    font-weight: 300;
    line-height: 20.75px;
    text-align: left;
    padding: 0;
    margin: 0;
}
a:hover{
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: default
}
.header{
    display: flex;
    justify-content: space-between;
    width: 1040px;
    align-items: center;
    margin: 50px 0;
}
.menu{
    display: flex;
    justify-content: space-between;
    width: 346px;
    padding: 0;
    margin: 0;
}
.name{
    text-transform: uppercase;
    font-family: "Suisse Int'l";
    font-size: 32px;
    font-weight: 400;
    line-height: 41.5px;
    text-align: left;
    padding: 0;
    margin: 0;
}
.main{
    width: 100%;
    max-width: 1440px;
    max-height: 433px;
    margin-bottom: 20px;
}
.date{
    font-family: "Suisse Int'l";
    font-weight: 300;
    color: #6F6F6F;
    margin-bottom: 40px;
}

.heading{
    text-align: center;
    margin-bottom: 100px;
}
.top{
    font-family: "Linotype Didot Pro";
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 80px;
    margin: 0 auto 20px;
}
.subtitle{
    font-family: "Suisse Int'l";
    font-weight: 300;
    color: #6F6F6F;
    text-align: center;
    max-width: 661px;
    margin: 0 auto 50px;
}
.text{
    font-family: "Suisse Int'l";
    font-weight: 300;
    text-align: left;
    max-width: 940px;
    hyphens: auto;
}
.card{
    width: 100%;
    max-width: 940px;
    margin-bottom: 100px;
}
.product{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.title{
    font-family: "Linotype Didot Pro";
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    width: 100%;
    max-width: 466px;
}
.title:hover{
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: default
}
.photo{
    width: 100%;
    max-width: 474px;
    max-height: 463px;
    border: 1px solid #D2D2D2;
}
.impression{
    width: 100%;
    max-width: 1px;
    max-height: 1px;
    border: 0px;
}
.text.margin{
    margin-bottom: 70px;
}
.content{
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}
.list{
    display: flex;
    margin-bottom: 20px
}
.named{
    font-family: "Suisse Int'l";
    font-size: 24px;
    font-weight: 400;
    line-height: 31.13px;
    text-align: left;
    width: 100%;
    max-width: 250px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.description{
    font-family: "Suisse Int'l";
    font-weight: 300;
    text-align: left;
    color: #6F6F6F;
    hyphens: auto;
    padding-left: 10px;
}
.conclusion{
    margin: 20px 0 120px;
}
.title2{
    font-family: "Linotype Didot Pro";
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 40.48px;
    text-align: left;
    margin-bottom: 30px;
}
.second{
    margin-bottom: 30px;
}
.title3{
    font-family: "Linotype Didot Pro";
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 40.48px;
    text-align: center;
    margin-bottom: 50px;
}
.labels{
    margin-bottom: 120px;
    width: 100%;
    max-width: 1230px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.label{
    width:275px;
    height: 307px;
    border: 1px solid #D2D2D2;
    padding: 30px 30px 0;
}
.title4{
    font-family: "Linotype Didot Pro";
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 28.8px;
    text-align: center;
    color: #262626;
}
hr{
    border: 1px solid #E7EFFC;
    margin: 30px 0;
}
.price{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.left{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #757B8D;
}
.{
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 21.12px;
    text-align: right;
    color: #262626;
}
.block{
    margin-bottom: 120px;
}
h2{
    font-family: "Linotype Didot Pro";
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    line-height: 80px;
    text-align: center;
}

.photo_block{
    width: 100%;
    max-width: 940px;
    max-height: 197px;
    margin-bottom: 40px;
}
.text_block{
    margin-bottom: 50px;
}
.manual{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
    max-width: 940px;
    hyphens: auto;
    font-family: "Suisse Int'l";
    font-weight: 300;
    text-align: left;
}
.left_manual{
    color: #6F6F6F;
    width: 100%;
    max-width: 350px;
}
.right_manual{
    color: #1B1B1B;
    width: 100%;
    max-width: 590px;
}
.articles{
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}
.notes{
    width: 344px;
    height: 370px;
    border: 1px solid white;

}
.notes:hover{
    border: 1px solid #787878;
}
.photo_notes{
    width: 100%;
    max-width: 344px;
    max-height: 260px;
}
.note{
    font-family: "Suisse Int'l";
    font-size: 24px;
    font-weight: 400;
    line-height: 31.13px;
    text-align: center;
    margin: 20px auto;
}
.articles-button{
    width: 264px;
    height: 46px;
    background-color: white;
    border: 1px solid #161616;
    border-radius: 50px;
    font-family: "Suisse Int'l";
    font-size: 20px;
    font-weight: 400;
    line-height: 25.94px;
    text-align: center;
    margin-bottom: 200px;
    cursor: pointer;
}
.line1{
    display: flex;
    justify-content: space-between;
    width: 475px;
    padding-left: 0;
    margin-bottom: 40px;
}
.text_footer{
    color: #6F6F6F;
}
.protection{
    font-family: "Suisse Int'l";
    font-size: 16px;
    font-weight: 300;
    line-height: 19.84px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #6F6F6F;
    margin-bottom: 60px;
}


