.subtext .firstpart {
  border-bottom: 2px solid #ebebeb;
  padding: 2em 5em;
  display: flex;
}
.subtext .firstpart .img {
  padding:0 2em 2em 0;
}

.subtext .img svg {
  stroke: #C5C6C6;
  stroke-width: 5.90551;
  fill: none;
  margin: 0;
  display: block;
  -webkit-transition: stroke 0.3s ease;
  -moz-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.subtext .firstpart .descr > .txt {
  margin: 0 0 1em;
}
.subtext .firstpart .descr .col > p {
  margin: 0 0 1rem;
}
.subtext .firstpart .descr  a {
  color: #3e7ab6;
  display: inline-block;
  margin: 0 2em .5rem 0;
}
.subtext .firstpart .descr a:hover {
  text-decoration: underline;
}
.subtext .firstpart .descr .table {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 2em;
}
.subtext .firstpart .descr .table.table5 {
  
  grid-template-columns: repeat(5, auto);
 
}
.subtext .firstpart .descr p:first-child a{
color: #555;
margin:0;
}
.secondpart {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 2em;
  max-width: calc(100% - 2em);
}
.secondpart img {
  max-width: 100%;
}
.secondpart > div {
  padding: 2em;
}
.secondpart .text p {
  margin: 0 0 1rem;
}
.subtext .secondpart .img {
  padding:2em 2em 2em 0;
}
.secondpart .img a {
  margin: 0 2em 2em;
  display: block;
  max-width: 100%;
}
.secondpart h2 {
  padding: 5px 0;
  color: #3e7ab6;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 .5rem;
}
.secondpart h3 {
  padding: 5px 0;
  color: #3e7ab6;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
@media (max-width:1199px){
	
	.subtext .firstpart {
	}
	.catalog__item-wrap {
	  padding: 10px 4px 10px 4px;
	}
	.subtext .firstpart .descr .table, .subtext .firstpart .descr .table.table5 {
	  grid-template-columns: 1fr;
	}
	.subtext .firstpart .descr .table .col br {
	  display: none;
	}
}

@media (max-width:767px){
	
	.secondpart {
	  grid-template-columns: 1fr;
	}
	.subtext .firstpart {
	  display: block;
	  padding: 1em 2em;
	}
	.subtext .firstpart .descr a {
	  font-size: 14px;
	  margin: 0 1em 0 0;
	}
}