.container{
    max-width:1312px;
    padding: 0 12px;
}
.page-home {
    
}
.page-home .subtitle{
    font-weight: 400;
    font-size: 20px;
    color: #4169ff;
    margin:0;
}
.page-home h2{
    font-weight: 600;
    font-size: 36px;
    color: #0d243c;
    margin:12px 0 0 0;
}
/*Главный экран*/
.section-promo{
    padding:10px 0;
    background: #fff;
}
.section-promo .d-flex{
    display:flex;
    gap:10px;
    align-items:flex-start;
}
.promo-wrap{
    background: #4169ff;
    border-radius:20px;
    padding:30px;
    position:relative;
    width:calc(50% - 5px);
}
.section-promo img{
    width:calc(50% - 5px);
}
.promo-wrap:after{
    content:'';
    z-index:0;
    background:linear-gradient(168deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
.section-promo span.time{
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding:10px 20px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.15);
    display:inline-block;
    z-index: 1;
}
.section-promo h1{
    font-weight: 600;
    font-size: 67px;
    line-height: 113%;
    color: #fff;
    margin:12px 0 0 0;
    z-index: 1;
}
.section-promo ul{
    padding:14px 0 0 0;
    z-index: 1;
}
.section-promo ul li{
    margin:16px 0 0 0;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    padding:0 0 1px 38px;
    background:url('../images/redesign/icons/icon-check.svg') no-repeat;
}
.section-promo form{
    margin:30px 0 0 0;
    display:flex;
    gap:12px;
    z-index: 1;
}
.section-promo input{
    border-radius: 6px;
    width: 182px;
    height: 48px;
    background: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #0d243c;
    outline:none;
}
.section-promo button{
    border-radius: 6px;
    padding: 14px 10px;
    width: 182px;
    height: 48px;
    background: #0d243c;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border:none;
    cursor:pointer;
}
.section-promo .label{
    background:#fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
    text-align: center;
    color: #0d243c;
    transform: rotate(-15deg);
    width:123px;
    height:123px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:181px;
    left:0;
    right:0;
    margin:auto;
    border-radius:50%;
    z-index:1;
}
.section-promo .label:before{
    content:'';
    width:143px;
    height:143px;
    left:-10px;
    top:-10px;
    position:absolute;
    background:rgba(255,255,255,0.3);
    border-radius:50%;
    z-index: -1;
}
.line-preims{
    padding:20px 0;
    background: #0d243c;
}
.line-preims .d-flex{
    display:flex;
    gap:46px;
}
.line-preims .item{
    width:calc(25% - 138px/4);
    text-align:center;
    position:relative;
}
.line-preims .item:after{
    content:'';
    width:66px;
    height:2px;
    background:#4169ff;
    position:absolute;
    top: 37px;
    right: -56px;
    transform:rotate(45deg);
}
.line-preims .item:last-child:after{
    display:none;
}
.line-preims .item:nth-child(odd):after{
    transform:rotate(-45deg);
}
.line-preims .item span{
    font-weight: 600;
    font-size: 42px;
    line-height: 107%;
    text-align: center;
    color: #fff;
}
.line-preims .item p{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    margin:10px 0 0 0;
}
/*Блок Преимущества*/
.section-advantages{
    padding:60px 0;
    background:#fff;
}
.advantages__list{
    padding:30px 0 0 0;
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    align-items:flex-start;
}
.advantages__list .item{
    width:calc(50% - 6px);
    border: 1px solid #4169ff;
    border-radius: 12px;
    padding: 20px;
    position:relative;
    cursor:pointer;
}
.advantages__list .item:after{
    content:'';
    top:27px;
    right:20px;
    width:26px;
    height:26px;
    background:url('../images/redesign/icons/icon-plus.svg') no-repeat;
    position:absolute;
}
.advantages__list .item.active:after{
    background:url('../images/redesign/icons/icon-close.svg') no-repeat;
}
.advantages__list .item .d-flex{
    gap:12px;
    display:flex;
    align-items:center;
}
.advantages__list .item p.name{
    font-weight: 600;
    font-size: 20px;
    color: #0d243c;
    margin:0;
    padding:0 38px 0 0;
}
.advantages__list .item .desc{
    display:none;
    font-weight: 400;
    font-size: 16px;
    color: #0d243c;
    margin:10px 0 0 0;
}

/*Блок Услуги*/
.section-services{
    padding:60px 0;
    background: #e7f0ff;
}
.section-services p{
    font-weight: 400;
    font-size: 20px;
    color: #0d243c;
    margin:30px 0 0 0;
}
.services__list{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    padding:30px 0 0 0;
}
.services__list .item{
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    width:calc(25% - 15px);
    position:relative;
}
.services__list .item .d-flex{
    gap:12px;
    display:flex;
    align-items:center;
}
.services__list .item a.name{
    font-weight: 600;
    font-size: 20px;
    color: #0d243c;
    text-decoration:none;
}
.services__list .item a.name:hover{
    color:#4169ff;
}
.services__list .item p.desc{
    margin:10px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #0d243c;
}
.services__list .item a.detail{
    position:absolute;
    z-index:1;
    width:26px;
    height:26px;
    border-radius:50%;
    background: #e7f0ff url(../images/redesign/icons/icon-arr.svg) no-repeat center center;
    right:12px;
    bottom:12px;
}
.services__list .item a.detail:hover{
    box-shadow:0 0 15px rgba(0,0,0,0.15);
}

/*Как вызвать ветеринара*/
.section-call{
    padding:60px 0;
    background:#fff;
}
.call__steps{
    padding:30px 0 0 0;
    position:relative;
    display:flex;
    gap:20px;
}
.call__steps:after{
    content:'';
    top:63px;
    left:0;
    right:0;
    margin:auto;
    position:absolute;
    width:67%;
    height:2px;
    background:#c9ddff;
    z-index:0;
}
.call__steps .item{
    width:calc(100%/3 - 40px/3);
}
.call__steps .item span{
    width: 60px;
    height: 60px;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #fff;
    background:#4169ff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
    z-index:1;
}
.call__steps .item p{
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #0d243c;
    margin:12px 0 0 0;
}
.call__steps .item p a{
    font-weight: 400;
    font-size: 16px;
    color: #0d243c;
}
.call__steps .item p a:hover{
    text-decoration:underline;
}
.call__steps .item p.name{
    font-weight: 600;
    font-size: 24px;
    color: #0d243c;
    margin:20px 0 0 0;
}

/*Стоимость услуг*/
.section-pricelist{
    padding:60px 0;
    background: #e7f0ff;
}
.section-pricelist p{
    font-weight: 400;
    font-size: 20px;
    color: #0d243c;
    margin:30px 0 0 0;
}
.section-pricelist table{
    margin:30px 0 0 0;
    width:100%;
    border:none;
    border-collapse:collapse;
    display:flex;
    flex-direction:column;
    gap:6px;
}
.section-pricelist table tbody{
    display:flex;
    flex-direction:column;
    gap:6px;
}
.section-pricelist table thead tr{
    background: #4169ff;
    border-radius: 12px;
    display:flex;
    align-items:center;
}
.section-pricelist table tbody tr{
    background: #fff;
    border-radius: 12px;
    display:flex;
    align-items:center;
}
.section-pricelist table th{
    padding:17px 20px;
    text-align:left;
    font-weight: 600;
    font-size: 18px;
    line-height: 131%;
    color: #fff;
    flex:1
}
.section-pricelist table td{
    padding:20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;
    color: #0d243c;
    flex:1
}
.section-pricelist table th:last-child{
    max-width:255px;
}
.section-pricelist table td:last-child{
    font-weight: 600;
    font-size: 20px;
    line-height: 118%;
    color: #4169ff;
    max-width:255px;
}
.price-info{
    border: 1px solid #4169ff;
    border-radius: 12px;
    margin:30px 0 0 0;
    padding:20px;
}
.price-info p{
    margin:20px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #0d243c;
}
.price-info p:first-child{
    margin:0;
    font-weight: 600;
    font-size: 20px;
    color: #0d243c;
}

/*Наш подход*/
.section-approach{
    padding:60px 0;
    background: #0d243c;
}
.section-approach .d-flex{
    display:flex;
    gap:20px;
}
.section-approach h2{
    color:#fff;
    padding-bottom:10px;
}
.section-approach p{
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin:20px 0 0 0;
}

/*Специалисты*/
.section-specialist{
    padding:60px 0;
    background: #e7f0ff;
}
.section-specialist p{
    font-weight: 400;
    font-size: 20px;
    color: #0d243c;
    margin:30px 0 0 0;
}
.specialist__list{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    padding:30px 0 0 0;
}
.specialist__list .item{
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    width:calc(25% - 15px);
    position:relative;
}
.specialist__list .item .d-flex{
    gap:12px;
    display:flex;
    align-items:center;
}
.specialist__list .item a.name{
    font-weight: 600;
    font-size: 20px;
    color: #0d243c;
    text-decoration:none;
}
.specialist__list .item a.name:hover{
    color:#4169ff;
}
.specialist__list .item p.desc{
    margin:10px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #0d243c;
}

.section-team{
    padding:60px 0;
    background: #e7f0ff;
}
.team__list{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    padding:30px 0 0 0;
}
.team__list a{
    padding:12px;
    border-radius: 12px;
    background: #fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    width:calc(25% - 15px);
}
.team__list img {
    display: block;
    border-radius: 15px;
    margin-bottom: 12px;
    width: 100%;
    height: 186px;
    object-fit: cover;
}
.team__list p.name{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #0d243c;
    margin:0 0 6px 0;
}
.team__list p.spec{
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: rgba(13, 36, 60, 0.6);
    margin:0 0 12px 0;
}
.team__list span{
    font-weight: 600;
    font-size: 16px;
    color:  #4169ff;
    padding:6px 12px;
    border-radius: 100px;
    background: #e7f0ff;
    display: inline-block;
}
/*Питомцы*/
.section-pets{
    background: #fff;
    padding:60px 0;
}
.pets__list{
    padding:30px 0 0 0;
    display:flex;
    gap:12px;
}
.pets__list .item{
    border: 1px solid #4169ff;;
    border-radius: 12px;
    padding: 20px;
}
.pets__list .item .d-flex{
    display:flex;
    gap:12px;
    align-items:center;
}
.pets__list .item p.name{
    margin:0;
    font-weight: 600;
    font-size: 20px;
    color: #0d243c;
}
.pets__list .item p.desc{
    font-weight: 400;
    font-size: 16px;
    color: rgba(13, 36, 60, 0.6);
    margin:10px 0 0 0;
}

/*Срочный вызов*/
.section-urgent-call{
    padding:60px 0;
    background:#fff;
}
.section-urgent-call .subtitle{
    color: #ee4949;
}
.urgent-wrap{
    padding:30px 0 0 0;
    display:flex;
    gap:12px;
}
.urgent-content{
    border: 1px solid #ee4949;
    border-radius: 12px;
    padding:30px;
    width:calc(50% - 6px);
}
.urgent-content p{
    font-weight: 600;
    font-size: 28px;
    color: #0d243c;
    margin:0;
}
.urgent-content ul{
    padding:4px 0 0 0;
}
.urgent-content ul li{
    font-weight: 400;
    margin:16px 0 0 0;
    font-size: 16px;
    color: #0d243c;
    padding:3px 0 3px 38px;
    background:url('../images/redesign/icons/icon-att.svg') no-repeat;
}
.urgent-banner{
    background: #4169ff url('../images/redesign/urgent.png') no-repeat top 12px center; 
    position:relative;
    width:calc(50% - 6px);
    padding:270px 30px 30px 30px;
    border-radius: 12px;
}
.urgent-banner h3{
    font-weight: 600;
    font-size: 46px;
    color: #fff;
    margin:0;
}
.urgent-banner p{
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin:10px 0 0 0;
}
.urgent-banner a.phone{
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    margin:20px 0 0 0;
    text-decoration:none;
    display:inline-block;
}
.urgent-banner a.phone:hover{
    text-decoration:underline
}
.urgent-banner a.btn{
    border-radius: 6px;
    padding: 14px 10px;
    width: 267px;
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #0d243c;
    display:flex;
    margin:20px 0 0 0;
    align-items:center;
    justify-content:center;
    transition:.3s;
}
.urgent-banner a.btn:hover{
    color:#0d243c;
    background:#fff;
}
/*.urgent-banner:after{
    content:'';
    z-index:0;
    background:linear-gradient(8deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:absolute;
}*/
.symptom__list{
    padding:30px 0 0 0;
    display:flex;
    gap:12px;
}
.symptom__list .item{
    width:calc(25% - 9px);
    border: 1px solid #ee4949;
    border-radius: 12px;
    padding: 20px;
}
.symptom__list .item .d-flex{
    display:flex;
    gap:12px;
    align-items:center;
}
.symptom__list .item p.name{
    font-weight: 600;
    font-size: 20px;
    color: #0d243c;
    margin:0;
}
.symptom__list .item p.desc{
    margin:10px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    color: rgba(13, 36, 60, 0.6);
}

/*Отзывы*/
.section-reviews{
    padding:60px 0 122px 0;
    background: #e7f0ff;
}
.reviews__platform{
    padding:30px 0 0 0;
    display:flex;
    gap:12px;
}
.reviews__platform .item{
    background:#fff;
    border-radius: 12px;
    padding: 12px;
    display:flex;
    gap:12px;
    align-items:center;
}
.reviews__platform .item div{
    gap:6px;
    display:flex;
    flex-direction:column;
}
.reviews__platform .item span.reyt{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #0d243c;
    padding:0 0 0 68px;
    background:url('../images/redesign/icons/icon-reyt.svg') no-repeat left center;
}
.reviews__platform .item span.reyt.five{
    background:url('../images/redesign/icons/icon-reyt-5.svg') no-repeat left center;
    background-size:65px 13px;
}
.reviews__platform .item span.count{
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #0d243c;
}
.reviews__list{
    margin:30px 0 0 0;
}
.reviews__list .item{
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    margin:0 10px;
}
.reviews__list .item p{
    margin:20px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #0d243c;
}
.reviews__list .item p.name{
    margin:20px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #4169ff;
}
.reviews__list .item .dop-info{
    margin:4px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    color: rgba(13, 36, 60, 0.6);
}
.reviews__list .slick-list{
    margin:0 -10px;
}
.reviews__list .slick-arrow{
    border-radius: 32px;
    width: 32px;
    height: 32px;
    background: #fff url('../images/redesign/icons/icon-arr-slider.svg') no-repeat center center;
    font-size:0;
    border:none;
    cursor:pointer;
    position:absolute;
    bottom:-62px;
    top:auto;
    transform: translate(0);
}
.reviews__list .slick-next {
    left:37px;
    transform:rotate(180deg);
}
.reviews__list .slick-prev {
    left:0;
}
.reviews__list .slick-arrow.slick-next:before,
.reviews__list .slick-arrow.slick-prev:before{
    display:none;
}
/*Скидки и акции*/
.section-action{
    padding:60px 0;
    background: #fff;
}
.action__list{
    padding:30px 0 0 0;
    display:flex;
    gap:12px;
}
.action__list .item{
    border-radius: 12px;
    padding: 20px;
    background: #4169ff;
    width:calc(25% - 9px);
}
.action__list .item p.name{
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin:0;
}
.action__list .item p{
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin:10px 0 0 0;
}

/*География*/
.section-geography{
    padding:60px 0;
    background: #fff;
}
.section-geography .d-flex{
    padding:30px 0 0 0;
    display:flex;
    gap:20px;
}
.section-geography .map{
    width:calc(50% - 10px);
    border-radius:12px;
    overflow:hidden;
}
.geography-wrap{
    width:calc(50% - 10px);
}
.geography-wrap h3{
    font-weight: 600;
    font-size: 24px;
    color: #0d243c;
    margin:0;
}
.geography-wrap p{
    font-weight: 400;
    font-size: 20px;
    color: #0d243c;
    margin:20px 0;
}
.geography-wrap a.phone{
    border-radius: 6px;
    padding: 14px 20px;
    background: #4169ff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration:none;
    display: inline-block;
}
.geography-wrap ul{
    padding:20px 0 0 0;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.geography-wrap li{
    
}
.geography-wrap li a{
    padding:6px 12px;
    font-weight: 400;
    font-size: 16px;
    color: #4169ff;
    border-radius: 100px;
    background: #e7f0ff;
    text-decoration:none;
    display: inline-block;
}
.geography-wrap li a:hover{
    background:#4169ff;
    color:#fff;
}

/*Блог*/
.section-blog{
    padding:60px 0;
    background: #e7f0ff;
}
.blog__list{
    padding:30px 0 0 0;
    display:flex;
    gap:12px;
}
.blog__list article{
    width:calc(100%/3 - 8px);
    border-radius: 12px;
    background:#fff;
    padding:12px;
}
.blog__list article img{
    max-width:100%;
    width:100%;
    height:247px;
    border-radius: 6px;
    object-fit: cover;
}
.blog__list article a.name{
    font-weight: 600;
    font-size: 20px;
    color: #0d243c;
    margin:6px 0 0 0;
    text-decoration:none;
    display:inline-block;
}
.blog__list article a:hover{
    color:#4169ff;
}
.blog__list article p{
    font-weight: 400;
    font-size: 16px;
    color: rgba(13, 36, 60, 0.6);
    margin:6px 0 0 0;
}
.section-blog a.all-articles{
    border-radius: 6px;
    padding: 14px 10px;
    width: 268px;
    height: 48px;
    background: #4169ff;
    display:flex;
    margin:30px auto 0;
    align-items:center;
    justify-content:center;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-decoration:none;
    transition:.3s;
}
.section-blog a.all-articles:hover{
    background:#fff;
    color:#4169ff;
}
/*FAQ*/          
.section-faq{
    padding:60px 0;
    background: #fff;
}
.faq_list{
    padding:30px 0 0 0;
    display:flex;
    flex-direction:column;
    gap:12px;
}
.faq_list .item{
    padding:14px 44px 14px 12px;
    position:relative;
    border-radius: 12px;
    background: #e7f0ff;
    cursor:pointer;
}
.faq_list .item:after{
    content:'';
    width:32px;
    height:32px;
    position:absolute;
    right:12px;
    top:12px;
    border-radius: 6px;
    background: #fff url('../images/redesign/icons/icon-arr-faq.svg') no-repeat center center;
}
.faq_list .item.active{
    border: 1px solid #4169ff;
    background:#fff;
}
.faq_list .item.active .quest{
    color:#4169ff;
}
.faq_list .item.active:after{
    background: #4169ff url('../images/redesign/icons/icon-arr-faq-active.svg') no-repeat center center;
}
.faq_list .item .quest{
    font-weight: 600;
    font-size: 20px;
    line-height: 133%;
    color: #0d243c;
}
.faq_list .item .answer{
    display:none;
    font-weight: 400;
    font-size: 16px;
    color: rgba(13, 36, 60, 0.6);
    margin:12px 0 0 0;
}


/*Обратная связь*/
.section-feedback{
    padding:60px 0;
    background:#4169ff;
}
.section-feedback h2{
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #fff;
    margin:0;
}
.section-feedback p{
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin:12px 0 0 0;
}
.section-feedback form{
    margin:30px 0 0 0;
    display:flex;
    gap:12px;
    justify-content:center;
}
.section-feedback form input{
    border-radius: 6px;
    width: 268px;
    height: 48px;
    outline:none;
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #0d243c;
}
.section-feedback button{
    border-radius: 6px;
    padding: 14px 10px;
    width: 268px;
    height: 48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:none;
    cursor:pointer;
    background: #0d243c;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

@media(max-width:1024px){
    .page-home h2{
        font-size:28px;
    }
    .page-home section{
        padding:30px 0;
    }
    .section-promo h1{
        font-size:35px;
    }
    .promo-wrap{
        padding:12px;
    }
    .section-promo .label{
        top:90px;
        font-size: 14px;
        width:103px;
        height:103px;
    }
    .section-promo .label:before{
        width:123px;
        height:123px;
    }
    .page-home .section-reviews{
        padding:30px 0 90px 0;
    }
    .advantages__list .item{
        width:100%;
    }
    .advantages__list .item .desc{
        font-size:14px;
    }
    .advantages__list .item:after{
        top:33px;
    }
    .specialist__list .item,
    .services__list .item {
        width: calc(50% - 10px);
    }
    .section-approach p,
    .section-specialist p,
    .section-services p{
        font-size:16px;
        margin:20px 0 0 0;
    }
    .footer .wrap .address span{
        white-space: normal;
    }
}
@media(max-width:768px){
    .page-home{
        padding:76px 0 0 0;
    }
    .section-promo img{
        display:none;
    }
    .promo-wrap{
        width:100%;
    }
    .section-promo h1{
        font-size:32px;
        line-height: 122%;
    }
    .section-promo ul li{
        font-size:16px;
        background-size:20px 20px;
        padding:0 0 0 32px;
    }
    .line-preims .item:after {
        width: 50px;
        top: 28px;
        right: -46px;
    }
    .price-info p,
    .section-pricelist table td{
        font-size:14px;
    }
    .price-info p:first-child,
    .section-pricelist table td:last-child{
        font-size:16px;
    }
    .section-approach .d-flex {
        align-items: flex-start;
    }
    .team__list a{
        width:calc(100%/3 - 40px/3);
    }
    .section-promo .label{
        right: 33px;
        top: 26px;
        left: auto;
    }
    .call__steps .item p.name{
        font-size:20px;
    }
    .urgent-content{
        padding:20px;
    }
    .urgent-banner h3{
        font-size:26px;
    }
    .urgent-banner p{
        font-size:16px;
    }
    .urgent-banner a.phone{
        font-size:20px;
    }
    .urgent-content ul li {
        margin: 10px 0 0 0;
        font-size: 14px;
        background-size:20px 20px;
        padding: 3px 0 3px 28px;
    }
    .urgent-content p{
        font-size:24px;
    }
    .symptom__list,
    .action__list{
        flex-wrap:wrap;
    }
    .symptom__list .item,
    .action__list .item{
        width:calc(50% - 6px);
    }
    .blog__list article img{
        height:130px;
    }
    .geography-wrap h3,
    .action__list .item p.name{
        font-size:20px;
    }
    .faq_list .item .quest,
    .section-feedback p,
    .blog__list article a.name,
    .geography-wrap p{
        font-size:16px;
    }
    .blog__list article p{
        font-size:14px;
    }
    
}
@media(max-width:640px){
    .section-promo h1{
        padding: 0 70px 0 0;
    }
    .section-promo form{
        flex-direction:column;
    }
    .section-promo form input,
    .section-promo form button{
        width:100%;
    }
    .section-promo .label{
        display:none;
    }
    .line-preims .d-flex{
        gap:40px;
        flex-direction:column;
    }
    .line-preims .item:after{
        display:none;
    }
    .line-preims .item{
        width:100%;
    }
    .section-pricelist table th:last-child,
    .section-pricelist table td:last-child{
        max-width:130px;
    }
    .services__list .item,
    .specialist__list .item{
        width: 100%;
    }
    .call__steps{
        gap:30px;
        flex-wrap:wrap;
    }
    .call__steps .item{
        width:100%;
    }
    .call__steps:after{
        display:none;
    }
    .section-approach img{
        display:none;
    }
    .section-approach p{
        font-size:14px;
    }
    .page-home .section-team{
        padding:30px 0 92px 0;
    }
    .team__list a{
        width:320px!important;
        margin-right:20px;
        text-align:center;
    }
    .team__list .slick-arrow{
        border-radius: 32px;
        width: 32px;
        height: 32px;
        background: #fff url('../images/redesign/icons/icon-arr-slider.svg') no-repeat center center;
        font-size:0;
        border:none;
        cursor:pointer;
        position:absolute;
        bottom:-62px;
        top:auto;
        transform: translate(0);
    }
    .team__list .slick-next {
        left:37px;
        transform:rotate(180deg);
    }
    .team__list .slick-prev {
        left:0;
    }
    .team__list .slick-arrow.slick-next:before,
    .team__list .slick-arrow.slick-prev:before{
        display:none;
    }
    .action__list,
    .pets__list,
    .blog__list{
        flex-wrap:wrap;
    }
    .blog__list article,
    .action__list .item,
    .pets__list .item,
    .section-geography .map,
    .geography-wrap,
    .urgent-content,
    .symptom__list .item, 
    .action__list .item{
        width:100%;
    }
    .urgent-wrap{
        flex-wrap:wrap;
    }
    .urgent-content ul li{
        margin:16px 0 0 0;
    }
    .urgent-banner{
        background: #4169ff;
        width: 100%;
        padding: 12px;
        border-radius: 12px;
    }
    .urgent-banner p{
        font-size:14px;
    }
    .urgent-banner a.phone{
        font-size:24px;
    }
    .reviews__platform{
        overflow:auto;
    }
    .section-geography .d-flex{
        flex-direction:column;
    }
    .faq_list .item .quest{
        font-size:16px;
    }
    .faq_list .item .answer{
        font-size:14px;
    }
    .faq_list .item:after{
        top:17px;
    }
    .section-feedback p{
        font-size:14px;
    }
    .section-feedback form{
        flex-direction:column;
    }
    .section-feedback form input,
    .section-feedback form button{
        width:100%;
    }
}