@charset "UTF-8";
 .item-back {
background-image: url(//par-all-ax.ru/wp-content/themes/twentytwentyone/img/kosmos1.webp);
}
body {
margin:0px;
padding:0px;
}
a {
color: white;
position: relative;
display: inline-block;
text-align: center;
}
p {
font-size:17px;
}
.main-text {
border: 5px solid #3c394400;
background: #3c394440;
min-height: calc(100% - 70px);
height: auto;
box-shadow: 0px 1px 8px 1px #3c3944a1;
border-radius: 10px;
margin-top: 20px;
color: #fafafa;
}
.gallery__item_text_block1 {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.gallery__item_text_block1 div {
width:100px;
height: 25px;
margin: 3px;
text-align: center;
padding: 4px;
border: 5px solid #3c394400;
background: #3c394440;
border-radius: 20px;
}
h2 {
margin: 10px 0px;
}
.gallery__item_img {
padding: 10px;
margin: 10px;
display:flex;
height: calc(var(--index)* 16);
text-align: center;
}
.gallery__item_img img {
margin: 10px;
border-radius:30px;
height: 75%;
}
.gallery__item_img div {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
border: 1px solid #3c394452;
border-radius: 30px;
margin: 0px 2px;
box-shadow: 0px 1px 8px 1px #3c3944a1;
background: #3c394440;
}
.gallery__item_text_block1 div:hover {
background: #3c3944cc; 
cursor:pointer;
box-shadow:0px 0px 16px 0px #fff;
}
@media (max-width: 1020px) {
.gallery__item_img {
flex-direction: column;
height: auto;
}
.item-back {
background-image: url(//par-all-ax.ru/wp-content/themes/twentytwentyone/img/kosmos1_min.webp);
}
p, ul, td, span {
text-align: justify;
}
}
.text-block ul {
display:flex;
flex-wrap: wrap;
list-style: none;
justify-content: center;
}
.text-block li {
padding: 10px;
width: max-content;
box-shadow: 0px 0px 10px 0px #c9c9c9;
color: #0c348c;
background: white;
border: 1px solid #0c348c;
text-align: center;
margin: 2px;
}
.text-block li:hover {
background: #0c348c;
color: white;
cursor:pointer;
}
@media (max-width: 640px) {
.gallery__item {
width: 100% !important;
margin-top: 30px;
margin-bottom: 30px; 	
}
}
@media (max-width: 320px) {
.gallery__item {
width: 320px !important;
margin-top: 20px;
margin-bottom: 20px;
}
}