*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    color: inherit;
    font-size: 100%;
    font-weight: 400;
}

body, a, textarea, button, input{
    font-family: "Raleway", sans-serif;
}

.main_block{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.main_block header{
    width: 100%;
    background: rgba(225, 237, 230, 1);
    padding-top: 32px;
    padding-bottom: 32px;
}

.main_block header .container{
    width: 1110px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_block header .container menu{
    display: flex;
    align-items: center;
    width: 470px;
    justify-content: space-between;
}

.main_block header .container menu li a{
    color: rgba(44, 45, 53, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
}

.main_block > .container{
    width: 1110px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_block > .container article{
    width: 540px;
}

.main_block > .container article h1{
    font-size: 60px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 20px;
}

.main_block > .container article h1 span{
    font-weight: inherit;
    color: rgba(89, 141, 102, 1);
}

.main_block > .container article p{
    color: rgba(134, 146, 139, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 60px;
}

.main_block > .container article button{
    color: rgba(89, 141, 102, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    background: none;
    border: 1px solid rgba(89, 141, 102, 1);
    padding: 21px 60px;
}

.block{
    width: 100%;
    height: 574px;
    background: rgba(0, 0, 0, 0.189);
}

.block nav :first-child{
    width: 80px;
    height: 80px;
}

.block :first-child{
    width: 521px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding-left: 165px;
    padding-top: 70px;
}

.block p{
    width: 540px;
    height: 209px;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    padding-top: 170px;
    padding-left: 165px;    
}

.reproduction_block{
    width: 100%;
    padding-top: 46px;
    padding-bottom: 93px;
}

.reproduction_block .container{
    width: 1110px;
    margin: 0 auto;
}

.reproduction_block .container article{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.reproduction_block .container article h2{
    color: rgba(44, 45, 53, 1);
    font-size: 40px;
    font-weight: 500;
    line-height: 110%;
}

.reproduction_block .container article aside{
    width: 428px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reproduction_block .container article aside button{
    color: rgba(44, 45, 53, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    padding: 10px 20px;
    border-radius: 20px;
    background: rgba(212, 232, 217, 1);
}

.reproduction_block .container article aside button:nth-child(1){
    background: rgba(55, 107, 68, 1);
    color: #fff;
}

.reproduction_block .container .reproductions{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.reproduction_block .container .reproductions .reproduction{
    background: rgba(225, 237, 230, 1);
    width: 350px;
    padding: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.reproduction_block .container .reproductions .reproduction img{
    margin-bottom: 10px;
}

.reproduction_block .container .reproductions .reproduction h3{
    color: rgba(134, 146, 139, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 10px;
}

.reproduction_block .container .reproductions .reproduction h4{
    color: rgba(44, 45, 53, 1);
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 10px;
}

.reproduction_block .container .reproductions .reproduction h5{
    color: rgba(44, 45, 53, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 15px;
}

.reproduction_block .container .reproductions .reproduction h6{
    color: rgba(89, 141, 102, 1);
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}

.reproduction_block .container .reproductions .reproduction button{
    color: rgba(89, 141, 102, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    width: 100%;
    padding-top: 21px;
    padding-bottom: 21px;
    background: none;
    border: 1px solid rgba(89, 141, 102, 1);
    transition: 0.3s;
}

.reproduction_block .container .reproductions .reproduction button:hover{
    background: rgba(55, 107, 68, 1);
    color: #fff;
}

.main_block button{
  display: inline-block;
  margin: 0 0.5rem;

  animation: pulse; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
  animation-iteration-count: infinite;
}

.collection_block{
    width: 100%;
    padding: 70px 0;
    background: url(pic_background.png) no-repeat center/cover;
}

.collection_block .container{
    width: 1110px;
    margin: 0 auto;
    color: #fff;
}

.collection_block .container article{
    width: 540px;
}

.collection_block .container article nav{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.collection_block .container article nav h2{
    color: rgba(244, 246, 245, 1);
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;
    margin-left: 20px;
}

.collection_block .container article p{
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 60px;
}

.collection_block .container article .first{
    margin-bottom: 20px;
}

.collection_block .container article button{
    color: rgba(44, 45, 53, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    padding: 20px 60px;
    background: rgba(238, 219, 109, 1);
    transition: 0.3s;
}

.collection_block .container article button:hover{
    background: rgba(217, 185, 73, 1);
}

.team_block{
    width: 100%;
    padding: 70px 0;
}

.team_block .container{
    width: 1110px;
    margin: auto;
}

.team_block article:nth-child(1){
    background: url(Group\ 210.png) no-repeat center/cover;
    width: 445px;
    height: 440px;
}

.team_block h1{
    width: 281px;
    height: 44px;
    color: rgba(44, 45, 53, 1);
    font-family: Raleway;
    font-style: Medium;
    font-size: 40px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: left;
}

.team_block p{
    width: 635px;
    height: 108px;
    color: rgba(44, 45, 53, 1);
    font-family: Raleway;
    font-style: Medium;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
}

.team_block .team{
    padding-top: 124px;
    padding-left: 475px;
}

.team_block .photo{
    width: 300px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30;
    margin-left: 475px;
    margin-top: 20px;
}

.main_block .mobile_header{
    display: none;
}
