/*:root {
  --color-body: #e35d5c;
  --color-white: #fff;
  --color-black: #000;
  --color-purple: #726baf;
  --radius-10: 1rem;
  --fz40px: 4rem;
  --yellow: #e9e25b;
}*/
body { 
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  min-height: 100vh;
  color: #000;
  font-size: 18px;
  
 }


h1 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  display: flex;
  justify-content: center;
}
h2 
{
  font-size: 18px;
  font-weight: 600;
  color: #000;
  display: flex;
  justify-content: center;
  margin: -40px 0 20px 0;
}
.art h2 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.headers {
	margin: 100px 200px;
}

.button-block2 {
  display: grid;
  display: flex;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(100px));
  margin-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid #dfbf77;
}

.button-block2 a{
  display: inline-block;
  text-decoration: none;
  color: #dfbf77;
  font-weight: 400;
  padding: 5px 12px;
  text-align: center;
  background-color: #22110A;
  transition: all 0.5s;
  font-size: 15px;
  
}

.button-block2 a:hover {
  background-color: #00353B;
  color: #fff;
}



.btn11 {
	width: 7em;
    padding: 10px;
    text-align: center;
	border-radius: 50px 0 0 50px;
	border: 2px solid #dfbf77;
	border-right: 0;
}
.btn12 {
    width: 7em;
    padding: 10px;
    text-align: center;
	border-radius: 0 50px 50px 0;
	border: 2px solid #dfbf77;
}
.btn22 {
    width: 12em;
    padding: 10px;
    text-align: center;
	border-radius: 50px 50px 50px 50px;
	border: 2px solid #dfbf77;
}
.button-block2 {
  display: grid;
  display: flex;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(100px));
  margin-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid #dfbf77;
}

.card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 25px;
  margin: 10px 100px 100px 100px;
  
}
.cards1 {
  
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 524px;
  gap: 2px;
}
.cards {
  color: #dfbf77;
  background-color: #00353B;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 524px;
  gap: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.46);
}

.cards:hover {
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.66);
}
.cards p {
  padding: 0 20px;
}
.cards img {
  margin: 0;
}

.articleH2 {
   font-size: 18px;
   font-weight: 500;
   color: #dfbf77;
   display: block;
   padding: 10px 20px;
   height: 80px;
   overflow: hidden;/*прячем текст*/
   text-decoration: none;
   text-align: center;
}
.cardsZirro {
	background-color: #F9F9F9;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	max-height: 0;
}
.cardsZirro:hover {
	background-color: #F9F9F9;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

h3 {
	padding: 20px;
	text-align: center;
	font-size: 20px;
	color: #000;
}

.wrappers {
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  justify-content: center;
}

.wrappers__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
}

.articles {
  display: flex;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-gap: 25px;
  
}
.fullArticle {
    column-width: 450px;
	column-gap: 4em;
	width: 80%;
	padding: 30px 20px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0,0,0,.5);
	background-color: #E1EDEB;
} 
  h2.fullArticle {
	width: 80%;
	padding: 10px;
	margin: 0 auto;
	margin-top: -30px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: -10px 10px 10px rgba(0,0,0,.05);
	background-color: #E1EDEB;
  }	  

.art {
  color: #000000;
  background-color: #fefefe;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  gap: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.46);
}
.art:hover {
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.66);
}
.art p {
	padding: 20px;
}


.myFooter {
	background-color: #22110A;
    display: grid;
	text-align: center;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 25px;
	padding: 20px;
	margin-top: 20px;
    
}

.myFooter a{
	color: #dfbf77;
}


@media (max-width: 1200px) {
	.card {
		margin: 10px 50px 100px 50px;
		
	}
	.art {
		max-width: 90%;
    }
	 }
	.headers {
	margin: 30px 50px;
}
}
@media (max-width: 920px) {
    h1 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  display: flex;
  justify-content: center;
}
	.card {
		margin: 10px 0 10px 0;
		
	}
	.art {
		max-width: 95%;
    }
	.headers {
	margin: 20px;
}
.articleH2 {
   font-size: 16px;
   font-weight: 500;
   height: 80px;
   overflow: hidden;/*прячем текст*/
   text-decoration: none;
   text-align: center;
}
.myFooter {
	padding: 0;
}
	
}
@media (max-width: 524px) {
	.card {
		margin: 10px 25px;
		
	}
	.art {
		max-width: 100%;
    }
	.articleH2 {
   font-size: 16px;
   font-weight: 500;
   height: 80px;
   overflow: hidden;/*прячем текст*/
   text-decoration: none;
   text-align: center;
}
.headers {
	margin: 20px;
}

	
}