
body .index-slider {
    background-image: url(/img/ban22-min.jpg);
}

body .index-slider .service-block-desc-large {
    color: #fff;
	
}
   body .index-slider {
        min-height: 480px;
	}
	body .index-slider-controls {
    padding: 20px 48px;
	}

.cptc {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filials_list {
    display: flex;
    justify-content: space-between;
}

.filials_list li {
    background: #fff;
    padding: 56px 40px;
    border-radius: 40px;
    width: 30%;
    text-align: center;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filials_list a {
    color: #000 !important;
    font-weight: 500;
}

.filials-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.filials_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.filials-list .pdm_name {
    background: #fff;
    padding: 56px 40px;
    border-radius: 40px;
    width: 30%;
    text-align: center;
	    margin-bottom: 30px;
}

.filials-list a {
    color: #000 !important;
    font-weight: 500;
}

.back_to_fil a {
    color: #000;
    border-bottom: 1px solid #000;
    font-size: 16px;
}

.back_to_fil {
    margin-bottom: 50px;
}




/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

.filials_list li {
    width: 100%;
}
.filials_list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.filials-list .pdm_name {
    width: 100%;
	margin-bottom: 30px;
}
.filials-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}