.table1 {
    border-collapse: collapse;
}

td {
  border: 1px solid black;
}




.title_in_page {
	color: #443c8b;
	text-align: center;
	font-size: 23px;
	margin-top: 40px;
	margin-bottom: 40px;		
}

.img_in_page {
 border-radius: 5px; 
}

.logo_in_page {	
	width: 260px; 
	margin: 30px;
  	margin-right: 60px;
}

.text-justify {
  text-align: justify;
  line-height: 2;
}

.text-indent {
  text-indent: 30px;
  line-height: 2;
}

.logo_img {
  width: 260px;
  text-align:center;
}

.conditions {
 line-height: 2;
  list-style: disc;
 
}

.condition {
line-height: 2;
}
.spisok {
  list-style: disc;
  margin-left: 30px; 
}

.spisok a {
 color:#c06a44;
}

.contact {
font-size: 20px;
font-weight: bold;
}

.line_in_page {
 margin-top: 30px;
 margin-bottom: 30px;
}

.main_link > li {
  	display:flex;
  	flex-direction:column;
  	justify-content:start;
    width: 240px;
    min-height: 250px;
    padding: 15px;
    overflow: hidden;
    border-radius: 6px;
    background: #f2e2c1;
    text-align: center;
    vertical-align: center;
 
}

.main_link_list > li {
  height: auto;
  border-radius: 6px;
  background: #f2e2c1;
  padding: 10px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
  
}

.main_link_list > ul {
  display:none;
}

.main_link_list > ul.show {
  display:block;
}

.main_link_list > ul > li {
  margin-left: 30px;
  margin-top:8px;
  margin-bottom:8px;
  
  border-radius: 6px;
  padding-left: 20px;
}
.main_link_list > ul > li {
  padding-left:5px;
  
}

.main_link_list > li:before  {
  content: "●";
  padding:10px;
}
 

.main_link>li>a>span {
  color:  rgba(0, 0, 0, 0.5);
}
.main_link>li>a>span:hover {
  color: #c06a44;
}

.main_link_img {
  width: 100%;
  
}

.main_link_title {
  word-wrap: break-word;
}

.underline {
  font-size: 15px;
  line-height: 1.2;
  text-decoration: underline;
}

.underline1 {
  font-size: 15px;
  line-height: 0.9;
  text-decoration: underline;
  width: 100%;
  padding-top: 0px;
}

@media (max-width: 415px) {
	.underline1 {
      padding-left: 0px;
		width: 100%;
	}
	
  

}

@media (max-width: 720px) {
	.underline1 {
      padding-left: 0px;
		width: 100%;
	}
	
}


.page_l {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: baseline;
}

.page_l ul li{
	min-height: 390px;
  	text-align: center;
}

@media (max-width: 768px) {
    .page_l {
        grid-template-columns: 1fr;
    }
}

.page_l div {
    display: block;
    width: 250px;
    text-align: center;
}

.block-1 {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0;
}

.block-1_img {
	width: 300px;
 	margin: 0 20px;
}