/*.text-n-circle-wp {
  display: none; 
}*/
.text-n-circle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-n-circle-text {
  max-width: 640px;
  margin-right: 24px;
}
.text-n-circle-text p {
  color: #00205A;
  font-size: 22px;
  line-height: normal;
}
.text-n-circle-circle {
  max-width: 258px;

  text-align: center;
  background: #D7F231;
  border-radius: 50%;
  padding: 32px;
/*  padding: 64px 24px;
   max-width: 32%; 
  display: flex;
  align-items: center; */ 
}
.text-n-circle-circle p {
  display: flex;
  align-items: center;
}
/*.text-n-circle-wp .text-n-circle .text-n-circle-text .page-center {
  padding: 0; 
}
.text-n-circle-circle p {
  color: #00205A;
  font-size: 18px;
  line-height: 22px;
}

/* Popups */
.text-n-circle-modal {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 480px;
  max-height: 664px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 16px 56px 16px 16px;
  z-index: 99999;
  background-color: #fff;
  border-radius: 16px;
}
.text-n-circle-modal-mask {
  display: none;
  z-index: 99998;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(25,25,26,.7);
  top: 0;
  left: 0;
}
.text-n-circle-modal-close-outer {
  position: absolute;
  right: 16px;
  top: 16px;
}
.text-n-circle-modal-close {
  text-decoration: none;
  cursor: pointer;
}
.text-n-circle-modal-close:hover {
  opacity: .75;
}
.text-n-circle-modal-form {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.text-n-circle-modal-form img {
  width: 164px;
  margin-right: 16px;
}
.text-n-circle-modal-form-content {
  padding: 24px 0;
}
.text-n-circle-modal-form-content p {
  color: #00205A;
}
.bcd-popups {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 24px;
}
.bcd-popups-item {
  position: relative;
  cursor: pointer;
  padding-bottom: 24px;
  margin: 0 16px 16px 0; 
}
.bcd-popups-item:last-of-type {
  margin: 0; 
}
.bcd-popups-item::after {
  position: absolute;
  content: 'подробнее';
  left:0;
  bottom: 0px;
  cursor: pointer;
  color: #00205a;
  text-decoration: underline;
}
.bcd-popups-item img {
  width: 164px; 
}

@media(max-width: 767px) {
  .text-n-circle {
    flex-wrap: wrap;
  }
  .text-n-circle-text {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .text-n-circle-circle {
    width: 100%;
    max-width: 100%;
    border-radius: 24% 25% 0 0;
  }
  .text-n-circle-wp .text-n-circle .text-n-circle-text .page-center {
    padding-left: 16px;
    padding-right: 16px; 
  }
  .container-fluid .row-fluid .text-n-circle-wp > .page-center {
    padding-left: 0;
    padding-right: 0; 
  }
  .text-n-circle-modal {
    padding: 12px 40px 12px 12px;
    margin: 0 16px;
  }
  .text-n-circle-modal-close-outer {
    right: 16px;
    top: 16px;
  }
}
@media (max-width: 479px) {
  .text-n-circle-modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px;
  }
}