@charset "utf-8";

.block0 { border-radius: 50% 50% 0 0; padding: 50px 40px 20px 40px;}

.servs { margin: 0; padding: 0; list-style: none; }
.servs li { margin: 10px 0; padding: 5px 0 5px 45px; }
.servs li:nth-of-type(1) { background: url(/img/serv_ico1.png) no-repeat left center;}
.servs li:nth-of-type(2) { background: url(/img/serv_ico2.png) no-repeat left center;}
.servs li:nth-of-type(3) { background: url(/img/serv_ico3.png) no-repeat left center;}
.servs li:nth-of-type(4) { background: url(/img/serv_ico4.png) no-repeat left center;}

.serv { display: flex; justify-content: space-between; align-items: center; }
.serv article { width: 65%;}
.serv div { width: 25%;}
.serv div img { display: block; width: 100%;}

/*---------------------*/

@media all and (max-width: 900px) {
    .serv {align-items: flex-start; }
}

@media all and (max-width: 700px) {
    .serv { display: block;}
    .serv article, .serv div { width: 100%;}
    .serv div { display: flex; justify-content: center; margin-bottom: 20px;}
    .serv div img { max-width: 200px;}

    .block0 { border-radius: 10px 60px 60px 10px; padding: 20px 40px;}
}