.border-page {
  border-right: 1px solid #E1E1E1;
border-bottom: 1px solid #E1E1E1;
}
.border-page div>.border:nth-child(3n+3) {
border-right: none;
}
.border-page .section__header {
  border-right: none;
}
.archive__breadcrumb {
  padding: 15px 0;
  border-bottom: solid #E1E1E1 1px;
  position: relative;
}
.archive__breadcrumb ul {
  position: absolute;
  display: none;
  left: 30px;
  z-index: 2;
  padding: 10px 0;
background: #FFFFFF;
border: 1px solid #E1E1E1;
}
.archive__breadcrumb ul.active {
  display: block;
}
.archive__breadcrumb ul li {
  padding: 0 50px 0 30px;
  margin-right: 0px;
  height: 40px;
  list-style: none;
}
.archive__breadcrumb ul li:hover,
.archive__breadcrumb ul li:focus {
  background: #F3F3F3;
  cursor: pointer;
}
.archive__breadcrumb ul li a {
  height: 40px;
  min-width: 100px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-family: ProximaNova-Bold;
  font-size: 15px;
  color: #000000;
  text-decoration: none;
}
.archive__breadcrumb h1 {
font-family: ProximaNova-Bold;
font-size: 30px;
color: #000000;
margin-bottom: 0px !important;
}
.page__title {
  padding: 30px;
}
.page__title h1 {
font-family: ProximaNova-Bold;
font-size: 30px;
color: #000000;
}
.page__contacts-item {
  padding: 0 30px;
  margin-bottom: 40px;
}
.page__contacts-item strong {
font-family: ProximaNova-Bold;
font-size: 12px;
color: #000000;
margin-bottom: 10px;
display: block;
text-transform: uppercase;
}
.page__contacts-item p {
font-family: ProximaNova-Regular;
font-size: 17px;
color: #000000;
line-height: 22px;
}
.page__contacts-item a {
font-family: ProximaNova-Regular;
font-size: 17px;
color: #E9412F;
text-decoration: none;
}
.page__persons-item {
  margin-bottom: 30px;
}
.page__persons-item-photo {
  width: 40px;
  height: 40px;
background: #F3F3F3;
border-radius: 15px;
background-position: center center;
background-repeat: no-repeat;
flex-shrink: 0;
margin-right: 15px;
background-size: cover;
}
.page__persons-item-text h4 {
font-family: ProximaNova-Bold;
font-size: 15px;
color: #000000;
line-height: 18px;
margin-bottom: 5px;
}
.page__persons-item-text p i {
font-family: Georgia;
font-style: italic;
font-size: 14px;
color: rgba(0,0,0,0.60);
}
.archive__loop {
  border-right: 1px solid #E1E1E1;
}
.archive__loop>div.border:nth-of-type(3n+3){
  border-right: none;
}
.subscriber__type {
  margin-bottom: 30px;
}
.subscriber__type-number span {
font-family: Georgia;
font-size: 25px;
color: #000000;
line-height: 23px;
}
  .subscriber__type-info {
    margin-left: 25px;
  }
  .subscriber__type-info p {
font-family: ProximaNova-Regular;
font-size: 17px;
color: #000000;
line-height: 23px;
margin-bottom: 5px;
  }
  .subscriber__type-info p.price {
font-family: ProximaNova-Bold;
font-size: 30px;
color: #000000;
  }
  .subscriber__type-info strong {
font-family: ProximaNova-Bold;
font-size: 17px;
color: #000000;
line-height: 23px;
  }
  .subscriber__type-info span {
font-family: ProximaNova-Regular;
font-size: 13px;
color: #000000;
line-height: 17px;
  }
.page footer {
  border-top: 1px solid #E1E1E1;
}
@media screen and (min-width:1000px) and (max-width:1279px) {
}
@media screen and (min-width:760px) and (max-width:999px) {
}
@media screen and (min-width:560px) and (max-width:759px) {
}
@media screen and (min-width:0) and (max-width:559px) {
}
