a {
  text-decoration: none;
  color: inherit;
}

.__registry h3 {

  font-size: 37px;

  line-height: 37px;

}

h1 {

  font-size: 60px;

}

.registry__list {

 display: flex;

 flex-wrap: wrap;

 justify-content: space-between;

 align-items: flex-start;

 margin-bottom: 30px;

}

.registry__item {

  width:20%;

  margin-bottom: 40px;

}

.registry__item span {

   color:var(--registry-span-color);

   font-size: 12px;

   line-height: 12px;

   display: block;

   margin-bottom: 6px;

}

.registry__item b {

  color:var(--registry-b-color);

  font-size: 17px;

  line-height: 17px;

  display: block;

  margin-bottom: 8px;

}



.registry__item p {

  color:var(--registry-p-color);

  font-size: 14px;

  line-height: 14px;

}


.registry__search {

  height: 50px;

  max-width: 280px;

  margin-bottom: 50px;

  border-radius: 50px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-left: 24px;

  border:1px solid var(--registry-search-border-color);

}


.registry__search i {

  display: inline-block;

  width:15px;

  height:15px;

  background-image: url(images/srh.png);

}

.registry__search input {

  border: none;

  outline: none;

  background: none;

  width: 85%;

}

.registry__search input::-moz-placeholder {

  color: #6b43cf; 

   font-size: 15px;

   font-family:'MS Normal',Arial,Helvetica,sans-serif;



}



.registry__search input::-webkit-input-placeholder {

   color: var(--search-placeholder-color); 

   font-size: 15px;

   font-family:'MS Normal',Arial,Helvetica,sans-serif;



}



.registry__search input::-ms-input-placeholder {

  color: var(--search-placeholder-color);  

  font-size: 15px;

  font-family:'MS Normal',Arial,Helvetica,sans-serif;



}



.registry__search input::-ms-input-placeholder {

  color: var(--search-placeholder-color);  

  font-family:'MS Normal',Arial,Helvetica,sans-serif;



  font-size: 15px;

}

.registry__search input::placeholder { 

   color: var(--search-placeholder-color); 

   font-size: 15px;

   font-family:'MS Normal',Arial,Helvetica,sans-serif;



} 