.btn-primary{
  font-family: "Lato-Bold", sans-serif;
  font-size: 1rem;
  color: white;
  text-decoration: none;
  background-color: #4a0070;
  padding: 0.500rem 2.5rem;
  margin-top: 1rem;
  border: 1px solid #4a0070;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.btn-primary:hover{
  color: #4a0070;
  cursor: pointer;
  background-color: white;
}
.top__menu {
  background-color: #ecd8ff;
}
.top__menu .logo{
  margin: 10px 0px;
}
.top__menu .logo  span{
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  margin-left: 0.542em;
  color: #4a0070;
  font-family: "Lato-Medium", sans-serif;
  font-size: 1.500em;
  width: 110px;
}
.top__menu .contact__box{
  line-height: 40px;
  margin-bottom: 0;
}
.top__menu .contact__box li:first-child{
  /* height: 36px;
  vertical-align: middle; */
}
.top__menu .contact__box li:last-child a{
  font-size: 24px;
  font-weight: revert;
  color: #4a0070;
  font-weight: 500;
}
.top__menu .contact__box li a {
  color: #4a0070;
  font-weight: 500;
}
.top__menu .contact__box li:last-child svg{
  margin: 0px 1px 6px 1px;
}
.top__menu .btn__callback{
  background-color: #4a1f71;
  border: none;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin: 25px 0px;
}
.top__menu .btn__callback svg{
  margin: 2px 0 5px 0;
}
.top__menu nav .contact__box__icon{
  text-align: center;
  margin-bottom: 0;
}
.top__menu nav .contact__box__icon li{
  margin: 0px 20px;
}
.top__menu nav .contact__box__icon li a {
  font-size: 24px;
  color: #4a0070;
}
.jumbotron h1 {
  text-align: left;
}

.jumbotron{
  background-image: url(../img/bg__doc.jpg);
}
.jumbotron ul{
  padding-left: 30px;
}
.jumbotron ul li{
  color: #212529;
  list-style: circle;
  margin-left: 0;
}
.text__box{
  background-color: #f5ebff;
  overflow: hidden;
  padding: 30px;
  border-radius: .3rem;
}
.text__box p{
  line-height: 20px
}
.popular .card p {
  color: #4a1f71;
  line-height: 17px;
  font-size: 16px;
}
.popular .card a:hover{
  text-decoration: none;
}
.popular .card:hover{
  
  box-shadow: none!important;
  transition: 0.5s;
}
.advantages{
  background-color: #f5ebff;
}
.advantages .advant .img-container{
  height: 100px;
  width: 100px;
  display: inline-block;
  background-color: #4a1f71;
  border-radius: 50%;
}
.advantages .advant .img-container svg{
  width: 55px;
  height: 55px;
  color: #fff;
  margin: 23px;
}
.advantages .advant p{
  color: #4a1f71;
  margin: 10px 0;
  overflow: hidden;
}
.advantages .advant{
  margin-bottom: 20px;
}
.reviews__box .reviews__item {
  margin: 25px 4px;
  border-radius: .3rem;
}
.reviews__box .reviews__item .review-text{
  padding-bottom: 15px;
  padding-top: 15px;
}
.reviews__box .reviews__item .review-text p:first-child{
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.reviews__box .reviews__item .review-text p::nth-child(2){
  font-size: 12px;
  font-weight: 200;
}
.reviews__box .reviews__item .review-text p:last-child{
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-style: italic;
  line-height: 13px;
}
footer .left-part{
  margin: auto 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.content__box .menu__box .card-header {
  background-color: rgb(245 235 253);
  padding: 0;
  text-align: left;
}
.content__box .menu__box .card-header button{
  border: none;
  background-color: inherit;
  color: #4a1f71;
  width: 100%;
  text-align: left;
  padding: 10px 21px;
}
.content__box .menu__box .card-body ul li{
  margin-left: 0;
  list-style: none;
  line-height: 18px;
  font-size: 14px;
  padding: 5px 0;
}
.content__box .menu__box .card-body ul li a{
  color: rgba(0,0,0,.5);
}
.content__box .menu__box .card-body{
  background-color: #f8f9fa;
}
.accordion__box .card:last-child .card-header button {
  padding-bottom: 15px;
}
.accordion__box .card:first-child .card-header button {
  padding-top: 15px;
}
.price-container td.pagetitle{
  vertical-align: middle;
}
.price-container td.pagetitle a{
  color: #4a1f71;
}
.price-container td.price {
  font-size: 13px;
  width: 83px;
  text-align: center;
  vertical-align: middle;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(245, 235, 253);
}
.content__box .card-price h3{
  display: inline-block;
  margin-bottom: 0;
}
.content__box .card-price button{
  float:right;
  font-family: "Lato-Bold", sans-serif;
  font-size: 1rem;
  color: white;
  text-decoration: none;
  background-color: #4a0070;
  padding: 0.500rem 2.5rem;
  margin-top: 0;
  border: 1px solid #4a0070;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.content__box .card-price ul{
  line-height: 42px;
  margin-bottom: 0;
}
.content__box .card-price ul li {
  margin-left: 0;
}
.content__box .card-price ul li h3{
  font-size: 20px;
}
.content__box .card-price ul li:last-child{
  float: right;
}
.content__box .card-info ul.adva li{
  margin-left: 0;
}
.content__box .card-info ul.adva li span{
  font-size: 13px;
  display: inline-block;
  width: 331px;
}
.content__box .blockquote ul li{
  margin-left: 0;
}
.content__box .blockquote ul li a{
  font-size: 15px;
  color: #4a1f71;
}
.content__box .blockquote ul li{
  line-height: 15px;
  padding-bottom: 6px;
  font-size: 15px;
}
footer .row{
  width: 100%;
}
footer .text-footer{
  font-size: 13px;
  line-height: 90px;
}
footer .text-footer ul li a{
  color: #4a1f71;
}
footer .text-center{
  line-height: 90px;
}
.map {
  position: relative;
}
.map .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.map .container ul{
  background-color: #fff;
  padding: 18px;
}
.map .container ul li{
  margin-left:0;
}
.map .container ul li a{
  color:#4a1f71;
}
.content__box h1{
  background-color: #f5ebfd;
  padding: 40px 0;
  border-radius: .3rem .3rem 0 0;
}

@media screen and (max-width: 414px){
  .top__menu nav .navbar-brand{
    width: 100%;
    margin-right: 0;
  }
  .top__menu .logo{
    margin: 9px 0;
  }
  .top__menu .contact__box{
    line-height: 40px;
  }
  .top__menu .contact__box li{
    margin-left: 0px;
    margin-right: 35px;
  }
  .jumbotron h1{
    line-height: 50px;
    padding-top: 0px;
  }
  .top__menu .contact__box li:first-child {
    line-height: 25px;
  }
  .content__box .card-price{
    margin: 30px 0;
  }
  .content__box .card-price h3 {
    line-height: 37px;
    font-size: 22px;
  }
  footer .text-footer li{
    line-height: 20px;
  }
  .content__box .card-info ul.adva li span {
    font-size: 13px;
    display: inline-block;
    width: 80%;
  }
  .content__box .card-price ul li {
    float: none;
    width: 100%;
    text-align: center;
  }
  .content__box .card-price button{
    width: 100%;
  }
}
@media screen and (min-width: 781px){
  header .container {
    height: inherit;
  }
}