.aLink {
  color: white;
  text-decoration: none; }
  .aLink:hover, .aLink.active {
    color: #FEE69F; }

.uslImg {
  width: 90px;
  height: 55px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center; }

.techn {
  width: 130px;
  background-position: center;
  background-image: url(../images/Technologies.svg);
  transition: background-image 0.5s ease; }

.andr {
  background-image: url(../images/Andrology.svg);
  transition: background-image 0.5s ease; }

.lab {
  background-image: url(../images/Lab.svg);
  transition: background-image 0.5s ease; }

.lab2 {
  width: 100px;
  background-image: url(../images/Lab2.svg);
  transition: background-image 0.5s ease; }

.accordion {
  border-width: 18px;
  border: 4px solid #4ABAB8;
  border-radius: 18px; }
  .accordion .accordion-toggle {
    color: black; }
  .accordion:hover, .accordion.active {
    background-color: #4ABAB8; }
    .accordion:hover .accordion-toggle, .accordion.active .accordion-toggle {
      color: #FEE69F; }
    .accordion:hover .techn, .accordion.active .techn {
      background-image: url(../images/TechnologyOrange.svg); }
    .accordion:hover .andr, .accordion.active .andr {
      background-image: url(../images/AndrologyOrange.svg); }
    .accordion:hover .lab, .accordion.active .lab {
      background-image: url(../images/LabOrange.svg); }
    .accordion:hover .lab2, .accordion.active .lab2 {
      background-image: url(../images/Lab2orange.svg); }

.srvs-btn {
  margin-top: 60px;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  text-align: center;
  background-color: #ff5e19;
  border-radius: 15px;
  border: 2px solid #ff5e19;
  color: white;
  transition: all 0.5s ease;
  margin-bottom: 50px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px; }
  .srvs-btn:hover {
    color: #ff5e19;
    background-color: transparent; }

.general-srvs-info h1, .general-srvs-info h2 {
  color: #61C2CD;
  font-size: 24px; }
.general-srvs-info p, .general-srvs-info li {
  font-size: 14px;
  line-height: 17px;
  color: #5A5B5B; }
.general-srvs-info li {
  margin-top: 20px;
  margin-bottom: 20px; }
.general-srvs-info img {
  margin-top: 30px;
  margin-bottom: 170px; }

.content {
  overflow: scroll; }

.srvs-info {
  background: #DDFCFB;
  padding: 70px 90px 105px;
  margin-bottom: 66px;
  border-radius: 5px; }
  .srvs-info h1 {
    font-family: Montserrat Alternates;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #FF5E19;
    margin-bottom: 25px; }
  .srvs-info p, .srvs-info li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #5A5B5B;
    max-width: 640px;
    margin-bottom: 35px;
    font-weight: 400; }
  .srvs-info li {
    margin-bottom: 20px; }
  .srvs-info ul {
    margin-bottom: 35px; }

.srvs-prices p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* first fill */
  color: #61C2CD; }
.srvs-prices .srvs-prices-container .srvs-prices-table {
  background-color: #eeeeee;
  padding: 13px;
  margin-bottom: 5px; }
  .srvs-prices .srvs-prices-container .srvs-prices-table .col-8 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #5A5B5B; }
  .srvs-prices .srvs-prices-container .srvs-prices-table .col-4 {
    right: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #5A5B5B; }

@media screen and (max-width: 992px) {
  .content .container {
    margin-right: 0;
    max-width: 1000px; }

  .mobile-services-content {
    width: 100vw;
    margin-left: 0;
    margin-right: 0; }

  .srvs-content {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0; }

  .srvs-info {
    padding: 10px;
    padding-bottom: 20px; }
    .srvs-info img {
      width: 100%; }
    .srvs-info h1 {
      padding-top: 20px; }
    .srvs-info p {
      max-width: none; }

  .srvs-prices p {
    padding-left: 16px;
    padding-right: 16px; }
  .srvs-prices .srvs-prices-table .col-8 {
    padding: 20px; }
  .srvs-prices .srvs-prices-table .col-4 {
    padding: 20px; } }
@media screen and (max-width: 992px) {
  .panel-content {
    background: #4ABAB8; }
    .panel-content .services .accordion .accordion-toggle {
      color: white; }
    .panel-content .open {
      background-color: #4ABAB8;
      background-image: url("../images/l-menu-white.svg"); }
    .panel-content .a_a_s_description {
      color: #FEE69F; }
    .panel-content .accordion-toggle {
      color: white; }
    .panel-content .active.accordion-toggle {
      color: #FEE69F !important; } }
span.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden; }

/*# sourceMappingURL=services.css.map */
