.services1 {
    padding: 40px 0;
}

.services1 .nav-link {
    background: var(--grey-bg);
    display: flex;
    justify-content: start;
    border-radius: 20px;
    align-items: center;
    padding: 28px 20px 28px 38px;
    margin-right: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 110px;
    color: #8e8d8d;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}

.services1 .nav-link img {
    margin-right: 23px;
    transition: 0.4s;
}

.services1 .nav-link.active {
    background: #2e4182;
    color: #fff;
}

.services1 .nav-link.active img {
    filter: brightness(0) invert(1);
}

.services1 .nav-pills {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 60px;
    overflow-x: scroll;
}

.services1 .serv_img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.services1 .serv_img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.services1 .serv_ttl {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 37px;
}

.services1 .serv_price_list {
    margin-bottom: 37px;
}

.services1 .price_row {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
}

.services1 .price_row_name {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.45px;
    display: flex;
    align-items: center;
    /**width: 40%;**/
	width: 50%;
    padding-right: 15px;
}

.services1 .price_row_name:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #f0f0f0;
}

.services1 .price_row_price {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1.43px;
    display: flex;
    align-items: center;
    width: 30%;
}

.services1 .price_row_price:before {
    display: block;
    content: '';
    width: 21px;
    height: 21px;
    background: url(../../../img/rub.png) center no-repeat;
    background-size: auto;
    background-size: contain;
    margin-right: 13px;
}

.services1 .price_row_order {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.65px;
    border-bottom: 2px dashed var(--btn-bg);
    padding-bottom: 5px;
    color: var(--btn-bg);
    cursor: pointer;
}

.services1 .services_price_footer {
    display: flex;
    align-items: center;
    border-radius: 20px;
    width: 100%;
    background-color: var(--grey-bg);
    padding: 37px 60px;
    margin-top: 37px;
}

.services1 .services_price_footer_ttl {
    font-size: 24px;
    width: 220px;
    margin-right: 60px;
    font-weight: 800;
    letter-spacing: 0.72px;
}

.services1 .header_phone_time {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.33px;
}

.services1 .header_phone_link {
    font-weight: 800;
    font-size: 21px;
    letter-spacing: 1.05px;
    text-decoration: none;
    color: var(--main-color);
}

.services1 .header_phone_link:hover {
    text-decoration: none;
    color: var(--main-color);
}

.services1 .services_price_footer .dot {
    display: inline-block;
    position: relative;
    width: 8px;
    min-width: 8px;
    height: 8px;
    background-color: var(--btn-bg);
    border-radius: 50%;
    z-index: 2;
    margin-right: 7px;
}

.services1 .services_price_footer .dot:before {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: var(--btn-bg);
    opacity: 0.25;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 50%;
}

@media screen and (max-width: 1399.8px){
    .services1 .nav-link img {
        max-width: 30px;
    }
    .services1 .nav-link {
        padding: 20px;
        font-size: 16px;
        height: 90px;
    }
    .services1 .services_price_footer {
        flex-direction: column;
        text-align: center;
    }
    .services1 .services_price_footer_ttl {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1199.8px){
    .services1 .nav-link img {
        max-width: 30px;
        margin-right: 10px;
    }
    .services1 .nav-link {
        padding: 20px;
        font-size: 14px;
        height: 90px;
    }
    .services1 .services_price_footer {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991.8px){
    .services1 .nav-pills {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 767.8px){
    .services1 .serv_ttl {
        font-size: 34px;
    }
}

@media screen and (max-width: 575.8px){
    .services1 .price_row {
        flex-wrap: wrap;
    }
    .services1 .price_row_order {
        width: 50%;
        text-align: center;
        margin: 15px auto 0;
    }
    .services1 .price_row_name {
        width: 60%;
        font-size: 14px;
    }
    .services1 .price_row_price {
        width: 40%;
        font-size: 16px;
    }
    .services1 .services_price_footer{
        padding: 15px;
    }
	
	.services1 .serv_ttl_tab {
	font-size: 44px;
    font-weight: 700;
    margin-bottom: 37px;
	text-align: left;
}
	
	
	
	.services1 .card-1 {
    border: none;
    box-shadow: 0 4px 3px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
    border-radius: 10px;
}
	
.services1 .fox-card {
	border: none;
    box-shadow: 0 4px 3px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
    border-radius: 10px;
}
	
	
	
	
}



@media screen and (max-width: 1199.8px){
    
}

@media screen and (max-width: 991.8px){
    
}

@media screen and (max-width: 767.8px){
    
}

@media screen and (max-width: 575.8px){
    
}

.services1 .card {
    border: none;
    box-shadow: 0 4px 3px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
    border-radius: 10px;	
}

.services1 .card-header {
    background: #fff;
    padding: 15px;
    border: none;
}

.services1 .card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--main-color);
    font-weight: 600;
    text-decoration: none;
}
.services1 .card-link span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: var(--btn-bg);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 300;
    transition: all .3s;
}

.services1 .card-link[aria-expanded="true"] span {
    transform: rotate(45deg);
}