.avatar-xl {
  height:200px;
  width:200px;
}
.avatar-lg {
  height:100px;
  width:100px;
}
.avatar-md {
  height:75px;
  width:75px;
}
.avatar-sm {
  height:30px;
  width:30px;
}
.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.img-square {
  position: relative;
}
.img-square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.img-square img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.swiper-button-next, .swiper-button-prev{
  color: #000;
}
.accordion-button:focus {
   box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}
.accordion-schedule .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}
.accordion-reason .accordion-button::after, .accordion-reason .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-reason .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg)
}

.treatment{
    background: #9c9c9c;
}
.treatment .section-headline{
    display: flex;
    justify-content: center;
}
.treatment .section-headline h1{
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.065em;
    border-bottom: 1px solid #fff;
}
.treatment .swiper {
    margin-top: 30px;
    width: 100%;
    height: 100%;
}
.treatment .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.treatment .swiper-slide iframe{
    display: block;
    border-radius: 20px;
    width: 80%;
    height: 500px;
    object-fit: cover;
}
@media (max-width: 575px) {
    .treatment .swiper-slide iframe{
        height: 100%;
        width: 100%;
    }   
}

.contact .section-headline{
    margin-top: 50px;
}
@media (min-width: 576px) {
    .contact .section-headline{
        width: 400px;
    }   
}
.contact .section-headline h1{
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.065em;
    border-bottom: 1px solid #000;
}
.contact .section-headline p{
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
}
.contact .maps{
    display: flex;
    justify-content: center;
    padding: 20px;
}
.contact .maps iframe{
    width: 100%;
    height: 545px;
    border-radius: 20px;
}
@media (max-width:512px){
    .contact .maps iframe{
        height: 250px;
    }
      
}
.branches{
    background: #9c9c9c;
    max-height: 870px;
    overflow-y: scroll;
}
.odac-placeses{
    padding: 20px;
}
.odac-placeses .card{
    background: #fff;
    border: 2px solid var(--color-3);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.418);
}
.odac-placeses .card h3,
.odac-placeses .card h5{
    text-align: center;
    color: #000;
}
.odac-placeses .card h3{
    margin: 1px;
    font-size: 18px;
    font-weight: 700;
}
.odac-placeses .card h5{
    font-size: 16px;
    font-weight: 500;
}
.odac-placeses .card .details{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.odac-placeses .card .contacts{
    font-weight: 600;
}
.odac-placeses .card .contacts p{
    margin: 10px 10px 10px 0;
}
.odac-placeses .card .contacts a{
    margin: 0 3px;
    padding: 10px 12px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.226);
    color: #fff;
    font-size: 16px;
}
.odac-placeses .card .image{
    margin: 10px 0 0;
    border-radius: 5px;
}

.newsTab .section-headline{
    margin-top: 50px;
    width: 749px;
}
.newsTab .section-headline h1{
    color: #000;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.065em;
    border-bottom: 1px solid #000;
}
.newsTab .wrap{
    border: 1px solid rgba(0, 0, 0, 0.205);
    width: 100%;
    padding: 5px 10px;
    border-radius: 6px;
    margin: 20px 0;
}
.newsTab .wrap form{
    display: flex;
    justify-content: space-between;
}
.newsTab .wrap form input{
    background: transparent;
    padding: 0 20px;
    flex: 1;
    border: 0;
    outline: none;
}
.newsTab .wrap form button{
    background: transparent;
    border: 0;
    outline: none;
}
.newsTab .nav-tabs {
    border: 0;
}
.newsTab .nav-link {
    margin: 0 10px;
    padding: 10px 20px;
    transition: 0.3s;
    color: #ea6f1f;
    border-radius: 0;
    cursor: pointer;
    height: 100%;
    border: 1px solid #ea6f1f;
    border-radius: 20px;
}

@media (max-width: 575px) {
    .newsTab .nav-link {
      padding: 10px 20px;
    }
}
.newsTab li{
    margin: 5px 0;
}
.newsTab .nav-link li {
    padding-right: 15px;
    font-size: 48px;
    padding: 10px 20px;
}
.newsTab .nav-link h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
@media (max-width: 575px) {
    .newsTab .nav-link h4 {
        font-size: 12px;
        padding: 10px 20px;
    }
}
.newsTab .nav-link:hover {
    color: #fff;
    background: #9c9c9c;
    padding: 10px 20px;
}
.newsTab .nav-link.active {
    color: #fff;
    background: #9c9c9c;
    border: 0px;
    padding: 10px 20px;
}
.newsTab .tab-content{
    border-radius: 64px;
    margin-top: 70px;
}
.newsTab .tab-content h1{
    font-size: 36px;
    letter-spacing: 0.065em;
    padding: 10px 0;
    font-weight: 600;
}
.newsTab .tab-content a h4{
    color: #000;
    font-weight: 700;
    padding: 20px 0;
    margin: 0;
}
.newsTab .tab-content a p{
    color: #000;
    font-size: 14px;
}
.newsTab .tab-content a p span{
    background: #000;
    height: 3px;
    padding: 0 7px;
    margin: 0 5px;
    border-radius: 50%;
}
.newsTab .tab-content a img{
    border-radius: 10px;
}
.newsTab .btn-next{
    display: flex;
    justify-content: space-between;
}
.newsTab .btn-next a{
    padding: 10px 20px;
    margin-top: 30px;
    border: 1px solid #ea6f1f;
    color: #ea6f1f;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    transition: .7s;
}
.newsTab .btn-next a.disabled{
    border: 1px solid #6c757d;
    color: #6c757d;
}
.newsTab .btn-next a:hover{
    border: 1px solid #9c9c9c;
    background: #9c9c9c;
    color: #fff;
}

.newsOpen .section-headline h1{
    margin: 40px 0 10px;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    color: #000;
}
.newsOpen .detail .time,
.newsOpen .detail .author,
.newsOpen .detail .date{
    padding: 10px 5px;
    color: #8E8E8E;
    font-size: 14px;
}
.newsOpen .containers .image{
    display: flex;
    overflow: hidden;
    justify-content: center;
}
.newsOpen .containers .image img{
    border-radius: 20px;
    padding: 30px 10px;
}
@media (min-width: 576px) {
    .newsOpen .containers .image img{
        max-height: 400px;
        padding: 30px;
    }   
}
.newsOpen .btn-bottom {
    display: flex;
    justify-content: space-between;
}
.newsOpen .btn-bottom a{
    background: var(--color-12);
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    transition: .5s;
}
.newsOpen .btn-bottom a.disabled{
    background: #c8cbcf;
    color: #fff;
}
.newsOpen .btn-bottom a:hover{
    background: #000;
    color: var(--color-12);  
}
.newsOpen .btn-next{
    display: flex;
    justify-content: space-between;
}
.newsOpen .btn-next a{
    padding: 10px 20px;
    margin-top: 30px;
    border: 1px solid #ea6f1f;
    color: #ea6f1f;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    transition: .7s;
}
.newsOpen .btn-next a.disabled{
    border: 1px solid #6c757d;
    color: #6c757d;
}
.newsOpen .btn-next a:hover{
    border: 1px solid #9c9c9c;
    background: #9c9c9c;
    color: #fff;
}
.newsOpen .tags{
    margin-top: 20px;
}
.newsOpen .tags h3{
    color: #000;
    font-size: 21px;
    font-weight: 700;
    font-style: italic;
}
.newsOpen .tags h3 span{
    color: var(--color-12);
}
.newsOpen .tags .btn-tag{
    color: #fff;
    background: #8E8E8E;
    border: #8E8E8E;
    padding: 5px 15px;
    font-weight: 500;
    border-radius: 5px;
    transition: .5s;
}
.newsOpen .tags .btn-tag:hover{
    color: #000;
    background: var(--color-12);
    border: var(--color-12);
}

.insurance{
    height: 780px;
    background: linear-gradient(rgba(0, 0, 0, 0.60),rgba(0, 0, 0, 0.60)), url(../../img/background/insurance.webp);
    background-size: cover;
}
.insurance .section-headline{
    display: flex;
    justify-content: center;
}
.insurance .section-headline{
    margin: 20px 0;
}
.insurance .section-headline h1{
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    font-size: 40px;
    color: #fff;
    padding: 10px;
}
.insurance .item-insurance {
   background: rgba(255, 255, 255, 0.199);
   padding: 15px;
   border-radius: 30px;
   height: 470px;
}
.insurance .item-insurance .swiper {
    width: 100%;
    height: 100%;
}
.insurance .item-insurance .swiper .swiper-scrollbar-drag{
    background: #fff;
}
.insurance .item-insurance .swiper-slide {
    font-size: 18px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}
.insurance .item-insurance .swiper-slide img{
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 20px;
}