.breadcrumbs{
    color:#FFFFFF;
    position: absolute;
    top:130px;
}
.breadcrumbs a:hover{
    color:#FA0026;
}

.top100{
    margin-top:100px;
}
.servdescr{
    width: 900px;
    margin-top: 15px;
}
#book{
    margin-bottom:0;
}
.serlist{
    margin-top: 15px;
}
.serlist li {
    font-family: Charter;
    font-size: 20px;
    font-weight: 500;
    line-height: 23.2px;
    border-top: 1px solid #E4E4E4;
    padding: 15px 0;
}
.serlist li:before{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: 28px;
    height: 28px;
    border: 1px solid #0077E9;
    border-radius: 50%;
    font-family: Cabin;
    font-size: 16px;
    font-weight: 600;
    line-height: 16.24px;
    color: #0077E9;
}
.serlist li:nth-child(1):before{
    content:"1";
}
.serlist li:nth-child(2):before{
    content:"2";
}
.serlist li:nth-child(3):before{
    content:"3";
}
.serlist li:nth-child(4):before{
    content:"4";
}
.serlist li:nth-child(5):before{
    content:"5";
}
.serlist li:nth-child(6):before{
    content:"6";
}
.serlist li:nth-child(7):before{
    content:"7";
}
.serlist li:nth-child(8):before{
    content:"8";
}
.serlist li:nth-child(9):before{
    content:"9";
}
.serlist li:nth-child(10):before{
    content:"10";
}
.serlist li:nth-child(11):before{
    content:"11";
}
.serlist li:nth-child(12):before{
    content:"12";
}
.serlist li:nth-child(13):before{
    content:"13";
}
.serlist li:nth-child(14):before{
    content:"14";
}
.serlist li:nth-child(15):before{
    content:"15";
}
.serlist li:nth-child(16):before{
    content:"16";
}
.serlist li:nth-child(17):before{
    content:"17";
}
.serlist li:nth-child(18):before{
    content:"18";
}
.serlist li:nth-child(19):before{
    content:"19";
}
.serlist li:nth-child(20):before{
    content:"20";
}
.serlist li:nth-child(21):before{
    content:"21";
}
.serlist li:nth-child(22):before{
    content:"22";
}
.serlist li:nth-child(23):before{
    content:"23";
}
#serv button{
    padding: 15px 27px;
    background-color: #FA0026;
    border-radius: 55px;
    font-size: 18px;
    font-weight: 400;
    border: none;
    height: 52px;
    box-sizing: border-box;
    margin-top:15px;
}
.serlist li {
    position: relative;
    padding-left: 45px;
}
.serlist li:before {
    position: absolute;
    left: 0;
}
@media(max-width:1000px){
    .servdescr {
        width: 100%;
    }
    .serlist li {
        font-size: 14px;
    }
    .top100{
        margin-top:60px;
    }
}
@media(max-width:560px){
    .breadcrumbs {
        position: relative;
        top: 10px;
    }
}